@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&amp;family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;display=swap");

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: 10000;
}

::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border-radius: 8px;
}

::-moz-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: 10000;
  right: 0;
}

::-moz-scrollbar-thumb {
  background-color: #e5e5e5;
  border-radius: 8px;
}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #2a6f97;
}

::selection {
  color: white;
  background: #2a6f97;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: normal;
}

body,
p {
  font-size: 15px;
  line-height: 22px;
  color: #666;
  font-family: "Arimo", sans-serif;
}

body {
  background: #fff;
}

body,
a {
  color: #2a6f97;
}

a:hover {
  color: #2a6f97;
}

button:disabled,
button[disabled] {
  opacity: 0.5;
  cursor: none;
}

.otpTimer {
  display: flex;
  justify-content: space-between;
}

.reSendOtp {
  color: blue;
  font-size: 12px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 10px 0
}

.videoModel .modelBody {
  width: 70%;
}

.container {
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}

.imgResponsive {
  max-width: 100%;
  max-height: 100%;
}

.imgLocation {
  max-width: 20%;
  max-height: 20%;
}

.imgReviews {
  max-width: 100%;
  max-height: 100%;
  align-items: center;
}

.imgMain {
  max-width: 110%;
  max-height: 110%;
}

.imgAbout {
  width: 90%;
  height: 90%;
  padding: 0 10px 0 50px;
}

.imgSer {
  width: 90%;
  height: 90%;
  padding: 40px 0 10px 20px;
}

.playBtn {
  width: 1.5em;
  height: 1.5em;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }

  100% {
    transform: scale(1.3);
    opacity: 0.20;
  }
}

.veriCheck {
  font-size: 15px;
  color: #fff;
}

.veriCheck1 {
  font-size: 15px;
  color: #000;
  text-align: center;
}

.veriFied {
  max-width: 4%;
  max-height: 4%;
  margin-left: 25px;
}

.veriFied1 {
  max-width: 3%;
  max-height: 3%;
}

.textEqual {
  text-align: justify;
  text-justify: inter-word;
}

.btn {
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 8px;
  transition: 0.2s;
  cursor: pointer;
}

.btn-outline {
  border: solid 1px #2a6f97;
  color: #2a6f97;
}

.btn-outline:hover {
  background: #2a6f97;
  color: #fff;
}

.btn-primery {
  background: #2a6f97;
  color: #fff;
}

.btn-primery:hover {
  background: #2a6f97;
  color: #fff;
}

.btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.textCenter {
  text-align: center;
}

section {
  padding: 40px 0;
}

.nav {
  background: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.headerBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
}

.logobox {
  max-width: 220px;
}

.navList {
  display: flex;
  grid-gap: 25px;
  transition: 0.3s all;
  align-items: center;
}

.navList li {
  position: relative;
  font-size: 16px;
  font-family: "Arimo", sans-serif;
  position: relative;
  line-height: 40px;
  display: flex;
  align-items: center;
}

.navList li a {
  color: #2a6f97;
}

.navList li a:hover {
  color: #2a6f97;
}

li.active a {
  color: #2a6f97;
}

.navList li .GetEstimate {
  background: #2a6f97;
  padding: 2px 15px;
  color: #fff;
  border-radius: 10px;
}

.navList li .GetEstimate:hover {
  background: #2a6f97;
  color: #fff
}

.navList li .GetContact {
  background: #2a6f97;
  padding: 3px 8px;
  color: #fff;
  border-radius: 10px;
}

.navList li .GetContact:hover {
  background: #2a6f97;
  color: #fff;
}

.dropdown {
  position: relative;
  padding-right: 15px;
}

.dropdown:after {
  background: url("../images/dropdown.png") no-repeat right center;
  position: absolute;
  right: 0;
  background-size: 10px;
  padding-right: 15px;
  width: 10px;
  height: 10px;
  content: "";
}

.dropdown-menu {
  position: absolute;
  padding: 20px;
  left: 0;
  top: 30px;
  width: 250px;
  z-index: 3;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%);
  display: none;
  background: #fff;
  border-radius: 4px;
}

.dropdown-menu li {
  margin-bottom: 5px;
  line-height: 22px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.tableResponsive {
  width: 100%;
  overflow: auto;
  margin-bottom: 15px;
}

.otpError,
.showError {
  color: red;
  font-size: 12px;
  margin-bottom: 5px;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  border: 1px solid #dee2e6;
}

.table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  white-space: nowrap;
  border-top: 1px solid #dee2e6;
}

.table td,
.table th {
  border: 1px solid #dee2e6;
}

.tablealone {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  border: 1px solid #dee2e6;
}

.tablealone tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.tablealone td,
.tablealone th {
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

.tablealone td,
.tablealone th {
  border: 1px solid #dee2e6;
}

.heading {
  font-size: 28px;
  font-family: "Anton", sans-serif;
  position: relative;
  margin-bottom: 30px;
  margin-top: 4px;
  color: #2a6f97;
}

.heading::after {
  content: "";
  width: 70px;
  height: 3px;
  left: 0;
  bottom: -10px;
  position: absolute;
  background: #2a6f97;
}

.headingCenter {
  display: flex;
  justify-content: center;
}

.headingCenter::after {
  left: inherit;
  bottom: -15px;
}

.headingText {
  width: 60%;
  text-align: center;
  margin: auto;
}

.subHeading {
  font-size: 18px;
  color: #2a6f97;
  font-family: "Anton", sans-serif;
}

.subHeadingCenter {
  display: flex;
  justify-content: center;
}

.headingnormal {
  font-size: 25px;
  font-family: "Anton", sans-serif;
  position: relative;
  margin-bottom: 20px;
  margin-top: 15px;
  color: #2a6f97;
  line-height: 25px;
}

.service {
  background: #f1fdfe;
}

.servicesList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0;
}

.servicesList li {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  align-items: center;
}

.servicesList li figure {
  width: 70px;
}

.navbar-toggler {
  background: #2a6f97;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  display: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  transition: 0.3s all;
  vertical-align: middle;
  background-repeat: no-repeat;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler.active .navbar-toggler-icon {
  transition: 0.3s all;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'  fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

@media screen and (max-width: 768px) {
  .servicesList li {
    flex-basis: 40%;
  }

  .heading {
    line-height: 35px;
  }
}

@media screen and (max-width: 680px) {
  .navbar-toggler {
    display: block;
  }

  .navList {
    position: fixed;
    flex-direction: column;
    background: #fff;
    left: -250px;
    top: 0;
    padding: 20px;
    width: 200px;
    bottom: 0;
    grid-gap: 15px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%);
  }

  .navList.active {
    left: 0;
  }

  .navList li:last-child {
    margin-top: 20px;
  }

  .headingText {
    width: 100%;
  }

  .imageText {
    order: 0;
  }

  .formBox {
    order: 1;
  }

  .imageBox {
    order: 2;
    display: none;
  }
}

.banner {
  background: #ecebf1;
  padding: 0;
  margin-top: 75px;
}

.bannerbox {
  display: flex;
  grid-gap: 15px;
  max-height: 430px;
  overflow: hidden;
  padding: 40px 0 0;
}

.bannerbox .imageBox {
  max-width: 33%;
  flex: 1;
  display: flex;
  align-items: flex-end;

}

.bannerbox .imageText .imgHed {
  font-size: 55px;
  color: #2a6f97;
  font-family: "Anton", sans-serif;
  line-height: 66px;
  letter-spacing: 2px;
  border-width: 5px;
  margin-bottom: 6px;
  margin-top: 60px;
}

.imgHed {
  position: relative;
}

.imgHed ::after {
  content: '';
  height: 6px;
  width: 65%;
  background: #2a6f97;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.bannerbox .imageText .imgHed span {
  color: #2a6f97;
}

.bannerbox .imageText .imgSub {
  font-size: 26px;
  color: #2a6f97;
  font-family: "Anton", sans-serif;
}

.bannerbox .imageText .imgSub span {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
}

.formBox {
  background: #2a6f97;
  padding: 15px;
  border-radius: 0px;
  max-width: 350px;
  align-self: flex-start;
  margin-left: auto;
}

.formheading {
  background: url("../images/customer-care.png") no-repeat left center;
  background-size: 50px;
  padding: 20px 0 20px 52px;
}

.formQuote {
  font-family: "Anton", sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 3px;
}

.formNumber {
  font-family: "Anton", sans-serif;
  font-size: 28px;
  color: #fff;
}

.formNumberloc {
  font-family: "Anton", sans-serif;
  font-size: 28px;
  margin-bottom: 5px;
  color: #fff;
}

.btnSubmit {
  background: #2a6f97;
  color: #fff;
}

.aboutBox {
  display: flex;
}

.aboutBox .aboutText {
  width: 60%;
}

.aboutBox .aboutText p {
  margin-bottom: 15px;
  text-align: justify;
}

.aboutText p {
  margin-bottom: 15px;
  text-align: justify;
}

.aboutText ul li {
  list-style-type: disc;
  margin-bottom: 10px;
  margin-left: 30px;
}

.aboutBox .aboutArea {
  width: 40%;
}

.aboutBox .aboutArea1 {
  width: 25%;
  margin: auto;
}

.aboutBox .aboutArea p {
  margin-bottom: 15px;
  text-align: justify;
}

.reviewSection {
  background: #e8f1f1;
  padding: 0;
}

.reviewList {
  display: flex;
  justify-content: flex-center;
}

.reviewList li {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  border: solid 1px #fff;
  align-items: center;
  color: #2a6f97;
  font-size: 18px;
}

.reviewList li figure {
  width: 40px;
}

@media screen and (max-width: 930px) {
  .formBox {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .bannerbox .imageBox {
    display: none;
  }

  .bannerbox {
    padding: 40px 0;
    grid-gap: 40px;
  }

  .aboutBox .aboutText {
    width: 100%;
  }

  .aboutBox .aboutArea {
    width: 100%;
  }

  .aboutBox .aboutArea1 {
    width: 70%;
  }

  .reviewList {
    justify-content: center;
  }

  .reviewList li {
    flex: 1;
    padding: 20px 15px;
  }

  .bannerbox {
    max-height: inherit;
  }

  .formBox {
    margin: 0 auto;
  }

  .aboutBox {
    flex-direction: column;
    grid-gap: 20px;
  }
}

@media screen and (max-width: 680px) {
  .bannerbox {
    flex-direction: column;
  }

  .banner {
    background: url(../images/banner-mob.jpg);
  }

  .bannerbox .imageText {
    margin-left: 140px;
  }

  .bannerbox .imageText .imgHed {
    font-size: 25px;
    color: #2a6f97;
    font-family: "Anton", sans-serif;
    line-height: 26px;
    letter-spacing: 2px;
    border-width: 5px;
    margin-bottom: 6px;
    margin-top: 10px;
  }

  .imgHed {
    position: relative;
  }

  .imgHed ::after {
    content: '';
    height: 4px;
    width: 40%;
    background: #2a6f97;
    position: absolute;
    left: 0;
    bottom: -5px;
  }

  .bannerbox .imageText .imgHed span {
    color: #2a6f97;
  }

  .bannerbox .imageText .imgSub {
    font-size: 20px;
    color: #2a6f97;
    font-family: "Anton", sans-serif;
  }

  .bannerbox .imageText .imgSub span {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
  }
}

.processList {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}

.processList li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.processList li figure {
  width: 100px;
}

.processList li h5 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.processList li p {
  text-align: center;
  font-size: 15px;
  padding: 0 40px 40px 40px;
}

@media screen and (max-width: 768px) {
  .processList {
    grid-gap: 15px;
    justify-content: space-between;
  }

  .processList li {
    flex-basis: 45%;
  }
}

.achivements {
  background: #fafbfc;
}

.achivementsList {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}

.achivementsList li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.achivementsList li figure {
  width: 70px;
}

.achivementsList li h6 {
  font-size: 27px;
  color: #2a6f97;
  font-family: "Anton", sans-serif;
}

.achivementsList li p {
  font-size: 16px;
  color: #2a6f97;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .achivementsList {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    grid-gap: 30px 15px;
  }

  .achivementsList li {
    flex-basis: 45%;
  }
}

.whyUS {
  background: url("../images/WhyUs/image.png") no-repeat right bottom,
    url("../images/WhyUs/whyusbg.jpg") no-repeat;
  background-size: 40%, cover;
}

.whyusList {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 40px 0px;
  padding-top: 40px;
}

.whyusList li {
  width: 50%;
  display: flex;
  align-items: center;
}

.whyusList li figure {
  width: 70px;
  height: 70px;
  background: #2a6f97;
  border-radius: 8px;
  padding: 10px;
  margin-right: 15px;
}

.whyusList li h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2a6f97;
}

.whyusList li {
  font-size: 12px;
  font-weight: bold;
  color: #2a6f97;
}

@media screen and (max-width: 768px) {
  .whyUS {
    background-size: 70%, cover;
    padding-bottom: 250px;
    background-position: center bottom;
  }

  .whyusList {
    width: 100%;
    flex-direction: column;
  }

  .whyusList li {
    width: 100%;
  }
}

.testimonial {
  background: #f1fdfe;
}

.testimonialBox {
  display: flex;
  padding: 50px 0;
}

.testimonialList {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-top: 40px;
  background: #fff;
  border-radius: 8px;
  padding: 40px 15px 15px;
  position: relative;
  float: left;
}

.testimonialList .testimonialName {
  display: flex;
  position: absolute;
  top: -23px;
}

.testimonialList .testimonialName figure {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2a6f97;
  margin-right: 15px;
}

.testimonialList .testimonialName .tstName {
  font-size: 16px;
  color: #2a6f97;
}

.testimonialList .testimonialName .star {
  width: 95px;
  display: block;
}

@media screen and (max-width: 680px) {
  .testimonialList {
    margin-bottom: 50px;
  }

  .testimonialBox {
    flex-direction: column;
  }
}

.whyServiceList {
  display: inline-flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  padding: 40px 0;
}

.whyServiceList li {
  flex: 1 0 22%;
  justify-content: center;
  border: solid 1px #d7d7d7;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
}

.whyServiceList li a {
  font-size: 16px;

}

@media screen and (max-width: 680px) {
  .whyServiceList li {
    flex: 1 0 45%;
  }
}

.searchLocationList {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.searchLocationList li {
  flex: 1 0 30%;
  font-size: 14px;
  color: #2a6f97;
  line-height: 30px;
  background: url("../images/location.png") no-repeat left 10px;
  background-size: 10px;
  padding-left: 20px;
  margin-left: 25px;
}

@media screen and (max-width: 680px) {
  .searchLocationList li {
    flex: 1 0 100%;
  }
}

.banefits p {
  font-size: 14px;
  color: #2a6f97;
  margin-bottom: 10px;
  text-align: justify;
}

.banefits ul {
  list-style-type: circle;
  padding-left: 20px;
  padding: 15px 0 15px 20px;
}

.banefits ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.aboutSwarajya p {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: justify;
}

.aboutSwarajya h2 {
  font-size: 25px;
  margin-bottom: 15px;
  text-align: justify;
}

.aboutSwarajya h3 {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: justify;
}

.aboutSwarajya ul {
  list-style-type: circle;
  padding-left: 20px;
  padding: 15px 0 15px 20px;
}

.aboutSwarajya ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.priceChart p {
  margin-bottom: 15px;
}

.faq {
  background: #e8f1f1;
}

.faq {
  margin-top: 60px;
}

.faq .accorddinMain {
  margin-bottom: 15px;
}

.accordbox {
  background: #fff;
  margin-bottom: 15px;
}

.accordbox h6 {
  color: #fff;
  padding: 5px 10px 5px 40px;
  align-items: center;
  font-size: 18px;
  text-decoration: underline;
  line-height: 20px;
  background: #2a6f97 url("../images/FAQ/faq.png") no-repeat center left 10px;
  background-size: 22px;
  display: flex;
  justify-content: space-between;
}

.accordbox h6 span {
  width: 20px;
  display: block;
}

.accordbox p {
  padding: 15px;
  display: none;
}

.accordbox.active p {
  display: block;
}

.blogList {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 15px;
  margin-top: 20px;
}

.blogList li {
  flex: 1 0 23%;
  background: #e8f1f1;
  padding: 10px 10px 15px;
  border-radius: 4px;
  overflow: hidden;
}

.blogList li p {
  font-size: 16px;
}

@media screen and (max-width: 680px) {
  .blogList li {
    flex: 1 0 45%;
  }
}

#otpVal {
  padding-left: 15px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 220px;
  min-width: 220px;
  outline: none;
}

#divInner {
  left: 0;
  position: sticky;
}

#divOuter {
  width: 190px;
  overflow: hidden;
  margin: 10px auto 20px;
}

.callBack {
  background: #e3ebec url("../images/customer-care-1.png") no-repeat left bottom;
  background-size: auto 90%;
  padding: 0;
}

.callBackBox {
  display: flex;
}

.callbackText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0 40px 200px;
  width: 70%;
  text-align: center;
}

.callBackdiss {
  text-align: center;
  color: #2a6f97;
  font-size: 16px;
  margin-bottom: 15px;
}

.getQuote {
  font-size: 20px;
  font-family: "Anton", sans-serif;
  color: #2a6f97;
}

.speek {
  font-size: 18px;
  font-family: "Anton", sans-serif;
  color: #2a6f97;
}

.phone {
  font-size: 24px;
  font-family: "Anton", sans-serif;
  color: #2a6f97;
}

.downloadSwarajya {
  font-size: 16px;
  font-family: "Anton", sans-serif;
  color: #2a6f97;
  margin-top: 20px;
  margin-bottom: 15px;
}

.gettingQuote {
  font-size: 30px;
  font-family: "Anton", sans-serif;
  color: #2a6f97;
  line-height: 32px;
  margin-top: 10px;
}

.googlePlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 45px;
  text-align: center;
  align-items: center;
  margin-top: 60px;
}

.phoneimg {
  max-width: 226px;
  display: flex;
  align-items: flex-end;
}

.form-group {
  margin-bottom: 10px;
}

.inputInline {
  display: flex;
  grid-gap: 10px;
}

.inputGroup {
  display: flex;
}

.inputGroup .icon {
  width: 50px;
  background: #2a6f97;
  padding: 8px;
}

.formControl {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #2a6f97;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  outline: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.otpInput {
  padding-left: 15px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 220px;
  min-width: 220px;
}

.otpBox {
  width: 200px;
  overflow: hidden;
  margin: 0 auto 20px;
}

.otpBox .form-group {
  position: sticky;
  left: 0;
}

@media screen and (max-width: 768px) {
  .callBackBox {
    flex-direction: column;
  }

  .callbackText {
    padding-left: 0;
    width: 100%;
  }

  .callBack {
    background: #e3ebec;
  }

  .phoneimg {
    margin: 40px auto 0;
  }
}

.footer {
  padding: 40px 0;
  margin-bottom: 20px;
}

.footerBox {
  display: flex;
  flex-wrap: wrap;
}

.footerItem {
  flex: 1;
}

.footerItem li a {
  color: #8d8b97;
}

.footerAbout p {
  color: #2a6f97;
}

.footerAbout p.fontxt {
  margin-top: 15px;
}

.footerList li {
  background: url("../images/Footer/list.png") no-repeat left center;
  background-size: 8px;
  padding-left: 15px;
}

.footerItem li a:hover {
  color: #2a6f97;
}

.footerItem .social-area a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #2a6f97;
  margin: 5px 2px 10px 0;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footerItem .social-area a:hover {
  color: #fff;
  background-color: #2a6f97;
}

.copyRight {
  background: #ebecf0;
  text-align: center;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .footerBox {
    flex-direction: column;
    grid-gap: 20px;
  }
}

.model {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 14;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.model.active {
  display: block;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  cursor: pointer;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #2a6f97;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.OTP .modelBody {
  width: 350px;
}

.modelBody {
  width: 70%;
  height: auto;
  background: #fff;
  margin: 1.75rem auto;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio::before {
  display: block;
  padding-top: calc(9 / 16 * 100%);
  content: "";
}

iframe {
  border: 0;
}

@media screen and (max-width: 680px) {
  .modelBody {
    width: 100%;
  }
}

.bg1 {
  background: url(../images/about-us.jpg) center center no-repeat;
  background-size: 100%;
  min-height: 300px;
  position: relative;
  padding: 60px 0;
  margin-top: 40px;
  background-size: cover
}

.bg2 {
  background: url(../images/how-it-works.jpg) center center no-repeat;
  background-size: 100%;
  min-height: 300px;
  position: relative;
  padding: 60px 0;
  margin-top: 40px;
  background-size: cover
}

.bg3 {
  background: url(../images/vision-and-mission.jpg) center center no-repeat;
  background-size: 100%;
  min-height: 300px;
  position: relative;
  padding: 60px 0;
  margin-top: 40px;
  background-size: cover
}

.bg4 {
  background: url(../images/awards.jpg) center center no-repeat;
  background-size: 100%;
  min-height: 300px;
  position: relative;
  padding: 60px 0;
  margin-top: 40px;
  background-size: cover
}

.bg5 {
  background: url(../images/why-us.jpg) center center no-repeat;
  background-size: 100%;
  min-height: 300px;
  position: relative;
  padding: 60px 0;
  margin-top: 40px;
  background-size: cover
}

.bg6 {
  background: url(../images/service-locations.jpg) center center no-repeat;
  background-size: 100%;
  min-height: 300px;
  position: relative;
  padding: 60px 0;
  margin-top: 40px;
  background-size: cover
}

.bg7 {
  background: url(../images/faq.jpg) center center no-repeat;
  background-size: 100%;
  min-height: 300px;
  position: relative;
  padding: 60px 0;
  margin-top: 40px;
  background-size: cover
}

.bg8 {
  background: url(../images/terms-and-conditions.jpg) center center no-repeat;
  background-size: 100%;
  min-height: 300px;
  position: relative;
  padding: 60px 0;
  margin-top: 40px;
  background-size: cover
}

.bg9 {
  background: url(../images/privacy-policy.jpg) center center no-repeat;
  background-size: 100%;
  min-height: 300px;
  position: relative;
  padding: 60px 0;
  margin-top: 40px;
  background-size: cover
}

.bg10 {
  background: url(../images/career.jpg) center center no-repeat;
  background-size: 100%;
  min-height: 300px;
  position: relative;
  padding: 60px 0;
  margin-top: 40px;
  background-size: cover
}

.bg11 {
  background: url(../images/media-and-news.jpg) center center no-repeat;
  background-size: 100%;
  min-height: 300px;
  position: relative;
  padding: 60px 0;
  margin-top: 40px;
  background-size: cover
}

.bg12 {
  background: url(../images/reviews.html) center center no-repeat;
  background-size: 100%;
  min-height: 300px;
  position: relative;
  padding: 60px 0;
  margin-top: 40px;
  background-size: cover
}

.bg13 {
  background: url(../images/get-a-quote.jpg) center center no-repeat;
  background-size: 100%;
  min-height: 300px;
  position: relative;
  padding: 60px 0;
  margin-top: 40px;
  background-size: cover
}

.bg14 {
  background: url(../images/refund-policy.jpg) center center no-repeat;
  background-size: 100%;
  min-height: 300px;
  position: relative;
  padding: 60px 0;
  margin-top: 40px;
  background-size: cover
}

.bg15 {
  background: url(../images/contact-us.jpg) center center no-repeat;
  background-size: 100%;
  min-height: 300px;
  position: relative;
  padding: 60px 0;
  margin-top: 40px;
  background-size: cover
}

.bgmain {
  background: url(../images/locations.jpg) center center no-repeat;
  background-size: 100%;
  min-height: 300px;
  position: relative;
  padding: 40px 0;
  margin-top: 40px;
  background-size: cover
}


@media screen and (max-width: 680px) {

  .bg1,
  .bg2,
  .bg3,
  .bg4,
  .bg5,
  .bg6,
  .bg7,
  .bg8,
  .bg9,
  .bg10,
  .bg11,
  .bg12,
  .bg13,
  .bg14,
  .bg15 {
    background-size: 100%;
    position: relative;
    min-height: 100px;
    margin-top: 30px;
  }
}

.bgmainList {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px 0px;
  padding-top: 20px;
}

.bgmainList li {
  width: 50%;
  display: flex;
  align-items: center;
}

.bgmainList li figure i {
  width: 10px;
  height: 10px;
  color: #2a6f97;
  margin-right: 15px;
}

.bgmainList li {
  font-size: 12px;
  font-weight: bold;
  color: #2a6f97;
}

@media screen and (max-width: 680px) {
  .bgmain {
    background: #d3edea;
    background-size: 100%;
    min-height: 100px;
    position: relative;
    padding: 40px 0;
    margin-top: 40px;
    background-size: cover
  }

  .bgmainList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px 0px;
    padding-top: 10px;
  }

  .bgmainList li {
    font-size: 10px;
    font-weight: bold;
    color: #2a6f97;
  }

  .bgmain .locationText p {
    display: none;
  }
}

.locationBox {
  display: flex;
}

.locationBox .locationText {
  width: 60%;
  text-align: justify;
}

.formLocation {
  background: #2a6f97;
  padding: 15px;
  border-radius: 2px;
  max-width: 420px;
  align-self: flex-start;
  margin-left: auto;
  margin-bottom: 10px;
}

.imgLocation {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
}

.easyProcess {
  background: #f1fdfe;
}

.content form .user-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
}

form .user-details .input-box {
  margin-bottom: 15px;
  width: calc(100% / 2 - 20px);
}

.user-details .input-box input,
textarea {
  height: 45px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}

.user-details .input-box input:focus,
.user-details .input-box input:valid {
  border-color: #2a6f97;
}

form .button {
  height: 45px;
  width: calc(100% / 2 - 20px);
}

form .button input {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #2a6f97;
}

form .button input:hover {
  /* transform: scale(0.99); */
  background: linear-gradient(-135deg, #d3edea, #2a6f97);
}

input[type=date]:invalid::-webkit-datetime-edit {
  color: #999;
}

@media(max-width: 584px) {
  .container {
    max-width: 100%;
  }

  form .user-details .input-box {
    margin-bottom: 15px;
    width: 100%;
  }

  form .button {
    height: 45px;
    width: 100%
  }
}

@media(max-width: 459px) {
  .container .content {
    flex-direction: column;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: #2a6f97;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #2a6f97;
}

.chatButton {
    position: fixed;
    bottom: 50px;
    left: 30px;
    z-index: 99;
    font-size: 35px;
    color: white;
    background-color: #25D366;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 100px;
    padding: 7px;
}

.chatButton a {
  color: white;
}

.otptitle {
  margin-top: 70px;
}

.otpbox {
  display: flex;
}

.otpbox .otpArea {
  width: 50%;
}

.otpbox .otpArea h3 {
  margin-bottom: 10px;
  margin-top: 8px;
  margin-left: 8px;
  text-align: justify;
  color: #2a6f97;
}

.otpbox .otpArea h2 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  color: #2a6f97;
}

.otpbox .otpArea p {
  margin-bottom: 3px;
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
}

.otpbox .otpArea i {
  color: #2a6f97;
}

.otpbox .otpArea ul li {
  margin-left: 35px;
  margin-bottom: 4px;
  list-style-type: disc;
}

@media screen and (max-width: 768px) {
  .otpbox {
    flex-direction: column;
  }

  .otpbox .otpArea {
    width: 100%;
  }
}

form .otp-details .otp-box {
  margin-bottom: 15px;
  text-align: center;
}

.otp-details .otp-box input {
  height: 45px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}

.otp-details .otp-box input:focus,
.otp-details .otp-box input:valid {
  border-color: #2a6f97;
}

form .otpbtn {
  height: 45px;
}

form .otpbtn input {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #d3edea, #2a6f97);
}

form .otpbtn input:hover {
  /* transform: scale(0.99); */
  background: linear-gradient(-135deg, #d3edea, #2a6f97);
}

.thankYou {
  margin-top: 60px;
}

.imgThank {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

.headingthanyou {
  text-align: center;
  color: #2a6f97;
  margin-bottom: 10px;
}

.socialThanks p {
  align-items: center;
}

.socialThanks .social-area {
  text-align: center;
}

.socialThanks .social-area a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #2a6f97;
  margin: 5px 2px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.socialThanks .social-area a:hover {
  color: #fff;
  background-color: #2a6f97;
}

/* PPC Page CSS start*/

.ppcmain {
  background-color: #2a6f97;
  background: url(../images/ppc/background.jpg) no-repeat;
  background-size: auto;
  margin-top: 40px;
}

.aboutppc {
  display: flex;
}

.aboutppc .aboutArea {
  width: 60%;
}

.aboutppc .aboutArea h1 {
  color: #2a6f97;
  font-size: 50px;
  margin-bottom: 10px;
  margin-top: 40px;
  text-align: center;
  line-height: 50px;
  font-family: "Anton", sans-serif;
}

.aboutppc .aboutArea h2 {
  color: #2a6f97;
  font-size: 25px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 29px;
  font-family: "Anton", sans-serif;
}

.aboutppc .aboutArea h3 {
  color: #2a6f97;
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 25px;
  font-family: "Anton", sans-serif;
}

.imgFamily {
  width: 70%;
  object-fit: contain;
  margin-left: 20%;
}

.qualitySection {
  background: #e8f1f1;
  padding: 0;
}

.qualityList {
  display: flex;
  justify-content: flex-center;
}

.qualityList li {
  display: flex;
  flex-direction: row;
  padding: 30px 30px;
  border-right: solid 2px #fff;
  border-left: solid 2px #fff;
  align-items: center;
  color: #2a6f97;
  font-size: 18px;
}

.qualityList li i {
  color: #2a6f97;
  font-size: 30px;
  margin-right: 10px;
}

.movingList {
  display: flex;
}

.movingList li {
  display: flex;
  flex-direction: column;
  line-height: 40px;
  padding: 60px 50px;
  align-items: center;
  color: #2a6f97;
  font-size: 20px;
}

.movingList li i {
  color: #2a6f97;
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  .aboutppc {
    display: inline;
  }

  .aboutppc .aboutArea {
    width: 100%;
  }

  .qualityList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
  }

  .qualityList li {
    width: 50%;
    border-right: none;
    border-left: none;
    flex-direction: column;
    text-align: center;
    font-size: 20px;
  }

  .movingList {
    display: inline;
  }

  .movingList li {
    width: 100%;
    line-height: 30px;
    padding: 20px 50px;
    align-items: center;
    color: #2a6f97;
    font-size: 22px;
  }
}

.footerppc {
  background: url(../images/ppc/footerbg.jpg)
}

.footerEnd {
  display: block;
  text-align: center;
  width: 100%;
}

.footerEnd p {
  color: #2a6f97;
  padding: 0px 80px 0px 80px;
}

.footerEnd li {
  display: inline;
  padding: 15px;
  color: #2a6f97;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .footerEnd p {
    text-align: center;
    padding: 0px 20px 0px 20px;
  }
}

.headerBox1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
}

.ppcdiscount {
  background-color: #d3edea;
}

.aboutdiscount {
  display: flex;
}

.aboutdiscount .aboutArea {
  width: 65%;
}

.aboutdiscount .aboutArea h1 {
  color: #2a6f97;
  font-size: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  line-height: 40px;
  font-family: "Anton", sans-serif;
}

.aboutdiscount .aboutArea h2 {
  color: #2a6f97;
  font-size: 25px;
  text-align: center;
  font-family: "Anton", sans-serif;
}

@media screen and (max-width: 768px) {
  .aboutdiscount {
    display: inline;
  }

  .aboutdiscount .aboutArea {
    width: 100%;
  }

  .aboutdiscount .aboutArea h1 {
    color: #2a6f97;
    font-size: 40px;
    text-align: center;
    font-family: "Anton", sans-serif;
  }

  .aboutdiscount .aboutArea h2 {
    color: #2a6f97;
    font-size: 20px;
    text-align: center;
    font-family: "Anton", sans-serif;
  }
}

.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.headingD {
  font-size: 20px;
  color: #2a6f97;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 20px;
  font-family: "Anton", sans-serif;
}

.borderbox {
  width: 46%;
  border: 2px solid #2a6f97;
  background-color: #f2fdff;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 10px 10px 10px;
}

.borderbox ul li {
  margin-right: 10px;
  text-align: justify;
  font-size: 20px;
  line-height: 28px;
}

.borderbox ul li i {
  color: #2a6f97;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .column {
    float: left;
    width: 50%;
    padding: 10px;
    max-width: 365px;
    height: 390px;
  }

  .borderbox {
    width: 100%;
  }

  .borderbox ul li {
    margin-right: 10px;
    text-align: justify;
    font-size: 20px;
    line-height: 28px;
  }
}

.popupform {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 100;
}

.popupcontent {
  border-radius: 2px;
  max-width: 420px;
  margin-bottom: 10px;
  position: relative;
}

.close {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.close i {
  font-size: 25px;
  text-align: center;
  margin-top: 2px;
  width: 100%;
}

button.close {
  width: 30px;
  height: 30px;
}

.modal_bg {
  background: #F1AC2D;
}

.modal_pad {
  padding: 25px;
}

.modal_pad h2 {
  text-align: center;
  color: #fff;
}

.footer-link-fixs {
  font-size: 16px !important
}

.footer-link-name {
  padding: 0 0 0 5px !important;
  text-align: center !important;
  line-height: 13px
}

.footer-livk-bor {
  border: none !important
}

.border-ri {
  border-right: solid 1px #ddd;
  display: none
}


@media only screen and (min-width:360px) and (max-width:640px) {
  .border-ri {
    border-right: solid 1px #ddd;
    display: block;
    width: 20% !important
  }

  .whatever,
  .whatever a {
    color: #fff;
    width: 100%;
    float: left
  }

  .whatever {
    position: fixed;
    padding: 0;
    background: #e10003;
    z-index: 99999;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    display: block;
    border-top: solid 1px #ddd
  }

  .whatever a {
    font-size: 9px !important;
    line-height: 22px;
    padding: 3px 0;
    text-align: center !important
  }

  .call-banner,
  .or-banner,
  .signup-banner {
    text-align: center
  }

  .whatever a:hover {
    color: #fff !important
  }
}

@media only screen and (min-width:603px) and (max-width:767px) {
  .whatever a:hover {
    color: #fff !important
  }
}

@media (min-width:768px) {
  #get_a_quote .modal-dialog {
    width: 480px;
  }

  #id01 .modal-dialog {
    width: 80%;
  }
}