/* talk to a dentist */
/* Ways */
/* why choose us */
/* let-us-help */
/* what our patent says */
/* footer */
/* service page */
/* second */
/* faqs */
/* -----------------> can start accordion style copy from here ------------------------*/
/* .accordion-started.accordion-bral i {
    position: absolute;
    transform: translate(30px, 0);
    margin-top: 16px;
    right: 0;
  }*/
/* .accordion-started.accordion-bral input:checked ~ .ac-label i:before {
    transform: translate(2px, 0) rotate(-45deg);
  }
  .accordion-started.accordion-bral input:checked ~ .ac-label i:after {
    transform: translate(-2px, 0) rotate(45deg);
  }  */
/* .accordion-started.accordion-bral i:before {
    transform: translate(-2px, 0) rotate(-45deg);
  }
  .accordion-started.accordion-bral i:after {
    transform: translate(2px, 0) rotate(45deg);
  } */
/* ---------- accordion style end --------------------------------------- */
/* mobile view */
/* 1 part */
/* root canal */
/* 1 part */
/* second part service */
/* Root Canal service */
/* Chrome, Safari, Edge, Opera */
/* Firefox */
/* width */
/* Track */
/* Handle */
/* Handle on hover */
/* float icon */
/* body zoom */
/* digital dentisrty */
.Heading {
  font-size: 64px;
  text-transform: capitalize !important;
  font-family: "Alegreya Sans", sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
}

.spaces {
  display: none;
  height: 100px;
  width: 100%;
}
.spaces .col-lg-3 {
  padding: 13px 40px 13px 40px;
}

.home_section {
  padding: 20px 107px;
  height: auto;
  padding-bottom: 6em;
  background-size: cover !important;
  background-position: 100% !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../assets/home-sec.png");
}

.first-part {
  margin-top: 12%;
}
.first-part h5 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #FFFFFF;
  font-family: "Alegreya Sans", sans-serif;
  font-style: italic;
}
.first-part h5 span {
  font-weight: 700;
}
.first-part h3 {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.first-part h2 {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 78px;
  font-weight: 900;
  margin-top: -26px;
  color: #F7A50A;
  text-transform: uppercase;
}
.first-part h2 span {
  margin-top: 14px;
  line-height: 86px;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 900;
  letter-spacing: 6px;
  font-size: 111px !important;
  text-transform: uppercase !important;
}
.first-part button {
  z-index: 111;
  color: #395F60;
  padding: 8px 10px 10px 10px;
  border: none;
  height: 46px;
  font-size: 18px;
  margin-top: -1px;
  width: 61%;
  border-radius: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background: #ffffff;
  margin-left: -48px;
}

.border-text {
  border-top: 1px solid #FFFFFF;
  width: 66%;
}

.form-group {
  margin-top: 30px;
  width: 85%;
  display: flex;
}
.form-group .form-control:nth-child(1) {
  width: 1px;
  padding: 1px;
  height: 44px;
  background: transparent;
  border: none;
  margin-right: -3px;
  z-index: 11;
  font-family: "Alegreya Sans", sans-serif;
}
.form-group .form-control:nth-child(2) {
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  background: transparent;
  color: #FFFFFF;
  font-size: 18px;
  height: 44px;
  z-index: 11;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.form-group .form-control:focus {
  border: 1px solid #FFFFFF;
  outline: none;
  box-shadow: none;
}

.form-control:nth-child(2)::-moz-placeholder {
  color: #FFFFFF;
}

.form-control:nth-child(2):-ms-input-placeholder {
  color: #FFFFFF;
}

.form-control:nth-child(2)::placeholder {
  color: #FFFFFF;
}
.form-control:nth-child(2)::-webkit-input-placeholder {
  color: #FFFFFF;
}
.form-control:nth-child(2):-ms-input-placeholder {
  color: #FFFFFF;
}

.talktodentist .form-group {
  margin-top: 20px;
  width: 98%;
  display: flex;
  border-radius: 4px;
}
.talktodentist .form-group .form-control:nth-child(1) {
  width: 1px;
  padding: 1px;
  background: #fff;
  margin-right: -3px;
  z-index: 11;
  font-family: "Alegreya Sans", sans-serif;
}
.talktodentist .form-group .form-control:nth-child(2) {
  border: 2px solid #395F60;
  border-radius: 1px;
  background: transparent;
  color: #395F60;
  z-index: 11;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.talktodentist .form-group .form-control:focus {
  border: 2px solid #395F60;
  outline: none;
  box-shadow: none;
}
.talktodentist .form-control:nth-child(2)::-moz-placeholder {
  color: #395F60;
}
.talktodentist .form-control:nth-child(2):-ms-input-placeholder {
  color: #395F60;
}
.talktodentist .form-control:nth-child(2)::placeholder {
  color: #395F60;
}
.talktodentist .form-control:nth-child(2)::-webkit-input-placeholder {
  color: #395F60;
}
.talktodentist .form-control:nth-child(2):-ms-input-placeholder {
  color: #395F60;
}
.talktodentist button {
  color: #fff;
  padding: 8px 10px 10px 10px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  width: 60%;
  border-radius: 5px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background: #395F60;
  margin-left: -1px;
}

.Ways {
  padding: 20px 20px;
  height: auto;
}
.Ways h4 p {
  margin-top: 20px;
  font-size: 26px;
  font-family: "Alegreya Sans", sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
  color: #395F60;
}
.Ways h4 .p {
  margin-top: -12px;
  margin-bottom: 20px;
  font-size: 23px !important;
  font-family: "Alegreya Sans", sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
  color: #395F60;
}
.Ways h4 span {
  color: #F7A909;
}

.services-ways {
  padding: 20px 20px;
  height: auto;
}
.services-ways h4 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: #395F60;
}

.view_services h4 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: #395F60;
}

.search {
  margin-top: 30px;
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.search input {
  height: 55px;
  text-indent: 25px;
  border: none;
}
.search input:focus {
  box-shadow: none;
  border: 2px solid lightblue;
}
.search .fa-search {
  position: absolute;
  top: 20px;
  left: 16px;
}
.search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 45px;
  width: 110px;
  background: #395F60;
  border: none;
}
.search button:hover {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 45px;
  width: 110px;
  background: #395F60;
  border: none;
}

.ways-card {
  margin-top: 0px;
  height: auto;
  cursor: pointer;
  border-radius: 12px;
}

.box-image {
  margin-top: 32px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.box-image img {
  height: 184px;
  width: 184px;
  border-radius: 50%;
}

.box-text {
  margin-bottom: 30px;
  text-align: center;
  margin-top: 30px;
  margin-left: 26px;
  margin-right: 26px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.help-box {
  padding-bottom: 55px !important;
  padding-top: 30px;
  height: auto !important;
  max-height: 100%;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  background: rgba(0, 167, 47, 0.1);
  border-radius: 37px;
}

.whychooseus {
  overflow: hidden;
}
.whychooseus h4 {
  margin-top: 0px;
  margin-bottom: 70px;
  text-align: center;
  color: #395F60;
}
.whychooseus h4 span {
  color: #F7A909;
}

#geeks2 {
  overflow: hidden;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/why-choose.png);
}

.main-images {
  position: absolute;
  z-index: 11;
}
.main-images img {
  margin-top: 31.2%;
  margin-left: 63px;
}

.why-1st {
  margin-top: 14em;
  margin-bottom: 12.2em;
  background: rgba(60, 98, 99, 0.7);
  border-radius: 0px 211.5px 211.5px 0px;
  border-bottom: 8px solid #faab09;
  width: 95%;
}

.why-2nd {
  border-bottom: 8px solid #fff;
  border-radius: 0px 211.5px 211.5px 0px;
}

.chooseuscontext {
  margin-top: 40px;
  margin-bottom: 40px;
}
.chooseuscontext p {
  font-size: 18px;
  margin-right: 30px;
  padding-right: 30px;
  margin-top: 13px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Poppins";
}

.let-us-help {
  zoom: 90%;
  overflow: hidden;
  background: #fff;
}
.let-us-help h4 {
  margin-top: 80px;
  margin-bottom: 70px;
  text-align: center;
  color: #395F60;
}
.let-us-help h4 span {
  color: #FAAB09;
}

.bg-color {
  height: 500px;
  background-image: url("assets/what.png");
  background-size: cover;
  background-position: center;
}

.help-card {
  margin-top: 80px;
  border-radius: 15px;
  height: 330px;
  width: 245px;
  padding: 22px;
  background: #fff;
}

.help-image img {
  height: 250px;
  width: -webkit-fill-available;
  border-radius: 34px;
}

.help-text {
  text-align: center;
  margin-top: 19px;
  font-weight: 500;
  font-size: 14px;
}

.our-patient-says {
  padding-bottom: 40px;
  height: 650px;
}
.our-patient-says h4 {
  margin-top: 40px;
  margin-bottom: 70px;
  font-weight: 700;
  text-align: center;
  color: #395F60;
}
.our-patient-says h4 span {
  color: #F7A50A;
}

.carousel .carousel-item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
  font-size: 13px;
}
.carousel .media {
  position: relative;
  padding: 0 0 0 20px;
}
.carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
}
.carousel .testimonial-wrapper {
  height: 100%;
  border: 1px solid #5f5f5f;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 14px 10px;
}
.carousel .testimonial-wrapper span {
  position: absolute;
  font-size: 79px;
  top: -20px;
  left: -32px;
  color: #F7A50A;
}
.carousel .testimonial {
  color: #000;
  letter-spacing: 1px;
  position: relative;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.carousel .overview {
  padding: 3px 0 0 15px;
}
.carousel .overview .details {
  padding: 5px 0 8px;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #000;
}
.carousel .carousel-indicators {
  bottom: -70px;
}

.Wrapper-box {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 0px 80px 80px rgba(255, 115, 0, 0.08), 0px 30px 24px rgba(255, 115, 0, 0.08), 0px 12px 10px rgba(255, 115, 0, 0.04), 0px -4px 4px rgba(255, 115, 0, 0.03);
}

.carousel-indicators li {
  width: 35px;
  height: 13px;
  border-radius: 1%;
  margin: 1px 2px;
  box-sizing: border-box;
  background: #e2e2e2;
  border: 4px solid #fff;
}
.carousel-indicators li.active {
  width: 35px;
  height: 13px;
  border-radius: 1%;
  margin: 1px 2px;
  box-sizing: border-box;
  color: #fff;
  background: #395F60;
  border: 5px solid;
}

.footer {
  padding-top: 50px;
  padding-bottom: 40px;
  background: #ffffff;
}
.footer h5 {
  color: #3C6263;
  font-size: 34px;
  letter-spacing: 1px;
  font-weight: 900;
  font-family: "Alegreya Sans", sans-serif;
}
.footer p {
  font-size: 16px;
  text-align: center;
  color: #242424;
  padding: 50px;
}
.footer ul {
  padding: 0;
  list-style-type: none;
}
.footer ul li a {
  cursor: pointer;
  text-decoration: none;
  color: #242424;
  font-size: 15px;
  line-height: 29px;
  font-weight: 600 !important;
}

.social ul li {
  display: inline-block;
  color: #3C6263;
}
.social ul li a {
  color: #3C6263;
  margin: 10px;
  font-size: 30px;
  cursor: pointer;
}

.bottom {
  background: #3C6263;
  height: 30px;
}
.bottom .b1 {
  font-size: 14px;
  text-align: center;
}

.service_home {
  background-image: url("assets/service-home.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 768px;
}
.service_home .service_box {
  margin-top: 12%;
}
.service_home .service_box h3 {
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 100px;
  letter-spacing: 3px !important;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  color: #F7A50A;
}
.service_home .service_box h4 {
  text-transform: uppercase;
  color: #fff;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 900;
  letter-spacing: 3px;
  font-size: 62px;
}
.service_home .service_box h4:nth-child(1) {
  color: #fff;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 900;
  letter-spacing: 3px;
  font-size: 62px;
}

.service_input {
  margin-top: 20%;
}
.service_input .form-group .form-control {
  border: 1px solid #FFFFFF;
  border-radius: 1px;
  background: transparent;
  color: #FFFFFF;
  z-index: 11;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  border-left: 3px solid;
  width: 70%;
  padding-left: 10px;
}
.service_input .form-group .form-control:nth-child(1)::-moz-placeholder {
  color: #FFFFFF;
}
.service_input .form-group .form-control:nth-child(1):-ms-input-placeholder {
  color: #FFFFFF;
}
.service_input .form-group .form-control:nth-child(1)::placeholder {
  color: #FFFFFF;
}
.service_input .form-group .form-control:nth-child(1)::-webkit-input-placeholder {
  color: #FFFFFF;
}
.service_input .form-group .form-control:nth-child(1):-ms-input-placeholder {
  color: #FFFFFF;
}
.service_input .form-group button {
  color: #395F60;
  padding: 8px 10px 10px 10px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  width: 50%;
  border-radius: 5px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background: #ffffff;
  margin-left: -1px;
}

.services-second h4 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: #395F60;
}
.services-second h4 span {
  color: #F7A909;
}

.our-process_service img {
  width: 100%;
  height: auto;
}

.services-promiss h4 {
  margin-top: 70px;
  margin-bottom: 70px;
  font-weight: 700;
  text-align: center;
  color: #395F60;
}
.services-promiss h4 span {
  color: #F7A909;
}

.promise-card {
  text-align: center;
  padding: 30px;
  height: 312px !important;
  max-height: 100%;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 40px;
  background: linear-gradient(180deg, rgba(32, 134, 110, 0.25) 50%, rgba(38, 135, 107, 0.242188) 50%, rgba(75, 144, 91, 0.192708) 78.13%, rgba(254, 188, 17, 0.11121) 99.69%, rgba(182, 168, 44, 0.0497312) 115.26%, rgba(219, 177, 27, 0) 136.85%);
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
  border-radius: 37px;
}
.promise-card h5 {
  display: inline;
  line-height: 1.4;
  margin-top: 20px;
  font-family: "Alegreya Sans", sans-serif;
  color: #20866E;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.promise-card img {
  margin-top: 20px !important;
  margin: auto;
  height: 120px;
  width: 120px;
}
.promise-card .card {
  background: transparent;
  border: none;
  border-radius: 1px;
  height: 250px;
}

.borderright {
  border-right: 2px dashed #000;
}

.input_part_service {
  background-image: url("assets/process-bottom1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.input_part {
  height: 110px;
  background: linear-gradient(180deg, rgba(247, 165, 10, 0.31), rgba(247, 165, 10, 0.31));
}
.input_part .form-group .form-control {
  border: 1px solid #FFFFFF !important;
  border-radius: 1px;
  border-radius: 15px;
  height: 51px;
  background: #fff;
  color: #395F60;
  z-index: 11;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  width: 68%;
  padding-left: 21px;
}
.input_part .form-group .form-control:nth-child(1)::-moz-placeholder {
  color: #395F60;
}
.input_part .form-group .form-control:nth-child(1):-ms-input-placeholder {
  color: #395F60;
}
.input_part .form-group .form-control:nth-child(1)::placeholder {
  color: #395F60;
}
.input_part .form-group .form-control:nth-child(1)::-webkit-input-placeholder {
  color: #395F60;
}
.input_part .form-group .form-control:nth-child(1):-ms-input-placeholder {
  color: #395F60;
}
.input_part .form-group button {
  color: #fff;
  padding: 8px 10px 10px 10px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  width: 30%;
  border-radius: 5px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background: #395F60;
  margin-left: 50px;
}

.faqs {
  background: rgba(32, 134, 110, 0.05);
  border-radius: 51px;
}

.accordion-started.accordion-bral {
  min-height: 0;
  min-width: 220px;
  width: 100%;
  margin: 20px 25px 25px 5px !important;
  color: #484848;
}
.accordion-started.accordion-bral img {
  width: 100%;
  height: 100%;
}
.accordion-started.accordion-bral .ac-label {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 5px 20px;
  position: relative;
  font-family: "Alegreya Sans", sans-serif;
  display: block;
  cursor: pointer;
  background: rgba(247, 165, 10, 0.12);
  border-radius: 15px;
  color: #20866E;
  border: 1px solid #f5f5f5;
  line-height: 2;
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: 15px;
}
.accordion-started.accordion-bral input + .ac-label {
  transition: all 0.3s ease-in-out;
}
.accordion-started.accordion-bral input:checked ~ .article i {
  transition: all 0.5s ease-in-out;
}
.accordion-started.accordion-bral input:checked ~ .article.ac-content {
  height: auto;
  text-align: left !important;
  padding: 30px;
  color: #20866E;
  background: #e5fdea;
  border-radius: 39px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.accordion-started.accordion-bral input.ac-input {
  display: none;
}
.accordion-started.accordion-bral .article {
  overflow: hidden;
  height: 0px;
  max-height: auto;
  transition: all 0.3s ease-in-out;
}
.accordion-started.accordion-bral .article p {
  font-family: "Alegreya Sans", sans-serif;
  text-align: left !important;
  padding-left: 5px;
  font-size: 35px;
  font-weight: 700;
}
.accordion-started.accordion-bral i:before {
  position: absolute;
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  top: 0;
  right: 0;
  font-size: 26px;
  font-weight: 700;
  background-image: -ms-linear-gradient(0deg, rgb(255, 162, 0) 0%, rgb(254, 190, 1) 100%);
  width: 71px;
  height: -webkit-fill-available;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 3;
  color: #F7A50A;
}

.accordion-bral i:after {
  position: absolute;
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  top: 0;
  right: 0;
  font-size: 26px;
  font-weight: 700;
  background-image: -ms-linear-gradient(0deg, rgb(255, 162, 0) 0%, rgb(254, 190, 1) 100%);
  width: 71px;
  height: -webkit-fill-available;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 3;
  color: #F7A50A;
}

.accordion-started ul.ac-list {
  padding-left: 40px;
  list-style-type: disc;
}

div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
}

.scrollmenu .s-box {
  display: inline-block;
  display: inline-block;
  margin-left: 100px;
  max-width: 209px;
}
.scrollmenu::-webkit-scrollbar {
  height: 1px;
  background-color: transparent;
}
.scrollmenu::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 3px;
}
.scrollmenu::-webkit-scrollbar-button {
  display: none;
}

body {
  scroll-behavior: smooth;
}

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  margin-top: 30%;
  box-shadow: 0 0 9px grey;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem !important;
  outline: 0;
}

.cursor-pointer {
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-thumb {
  background: #395F60;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.modal-title {
  color: #395F60;
  font-weight: 700;
  font-family: "Alegreya Sans", sans-serif;
}

.modal-body h6 {
  text-align: center;
  margin: 25px;
  color: #395f60;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}

.float-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 11111;
  font-size: 45px;
}
.float-whatsapp a {
  color: green;
}
.float-whatsapp a:hover {
  color: green;
}
.float-whatsapp a i {
  border-radius: 50%;
}

.DigitalDentistry {
  width: 100%;
  padding: 23em 3em 1em 3em;
  background: linear-gradient(180deg, #FFFFFF -81%, #395F60 11.04%, #FFFFFF 95.55%);
}
.DigitalDentistry .Dentestry-images {
  position: absolute;
  display: flex;
}
.DigitalDentistry .Dentestry-images > img {
  position: absolute;
  display: flex;
}
.DigitalDentistry .Dentestry-images > img:nth-child(1) {
  top: -56px;
  transform: rotate(-9.51deg);
  right: -11.5em;
}
.DigitalDentistry .Dentestry-images > img:nth-child(2) {
  top: -18.5em;
  left: 64px;
  transform: rotate(-5.51deg);
}
.DigitalDentistry .Dentestry-images > img:nth-child(3) {
  transform: translateX(165%);
  top: -21em;
  left: 10px;
}
.DigitalDentistry .Dentestry-images > img:nth-child(4) {
  top: -286px;
  right: -63em;
}
.DigitalDentistry .Dentestry-images > img:nth-child(5) {
  top: -69px;
  left: 57em;
  transform: rotate(6.49deg);
}
.DigitalDentistry .Dentestry-images > img:nth-child(6) {
  top: 11em;
  height: 250px;
  left: 28em;
}
.DigitalDentistry .dentestry-text {
  width: 100%;
  overflow: hidden;
}
.DigitalDentistry .dentestry-text > p {
  width: 200px;
  height: 50px;
  position: absolute;
  padding: 0.5em;
  display: flex;
  color: #395f60;
  font-weight: 700;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}
.DigitalDentistry .dentestry-text > p:nth-child(1) {
  top: 10.2em;
  padding: 2em;
  left: 10em;
}
.DigitalDentistry .dentestry-text > p:nth-child(2) {
  top: 80px;
  left: 15em;
  padding: 2em;
}
.DigitalDentistry .dentestry-text > p:nth-child(3) {
  top: 30px;
  left: 26em;
  padding: 1em;
}
.DigitalDentistry .dentestry-text > p:nth-child(4) {
  top: 92px;
  right: 16em;
}
.DigitalDentistry .dentestry-text > p:nth-child(5) {
  top: 194px;
  right: 12em;
}
.DigitalDentistry .circular-dentisrty {
  margin-left: auto;
  margin-right: auto;
  width: 56em;
  height: 27em;
  border-top-left-radius: 450px;
  border-top-right-radius: 450px;
  background: #ffffff;
}

.main-den-images img {
  margin-top: 14%;
  height: 300px;
}

@media only screen and (max-width: 760px) {
  .article {
    overflow: hidden;
    height: 0px;
    max-height: auto;
    transition: all 0.3s ease-in-out;
  }
  .article p {
    font-family: "Alegreya Sans", sans-serif;
    text-align: left !important;
    padding-left: 5px;
    font-size: 20px !important;
    font-weight: 700;
  }
  i:before {
    top: 0;
    right: 0;
    font-size: 26px;
    font-weight: 700;
    background-image: -ms-linear-gradient(0deg, rgb(255, 162, 0) 0%, rgb(254, 190, 1) 100%);
    width: 71px;
    height: -webkit-fill-available;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 3;
    color: #F7A50A;
  }
  .mobile-none {
    display: none;
  }
  .Root_canal {
    background-image: url("assets/geo.png");
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
  }
  .Root_canal .Root_canal-box-image img {
    overflow: hidden;
    height: 200px;
    width: 200px;
    border: 3px solid #366261;
    border-radius: 50%;
    margin: 0% 17%;
  }
  .Root_canal-div {
    padding-top: 10px;
    height: 150px;
    display: flex;
  }
  .Root_canal-div .align-box:nth-child(1) {
    justify-items: end;
    position: inherit;
    top: 23%;
    left: -2%;
    color: #20866E;
    text-align: center;
    width: 106px;
    height: 106px;
    padding: 27px 10px;
    font-size: 17px;
    border-radius: 50%;
    font-family: "Alegreya Sans", sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    background: rgba(247, 165, 10, 0.24);
  }
  .Root_canal-div .align-box:nth-child(2) {
    color: #20866E;
    text-align: center;
    position: inherit;
    top: 9%;
    right: -2%;
    width: 100px;
    height: 100px;
    padding: 19px 10px;
    font-size: 15px;
    border-radius: 50%;
    font-family: "Alegreya Sans", sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    background: rgba(247, 165, 10, 0.24);
  }
  .Root_canal-div .align-box:nth-child(3) {
    color: #20866E;
    width: 90px;
    position: inherit;
    top: 32%;
    right: -7%;
    height: 89px;
    padding: 23px 17px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    font-family: "Alegreya Sans", sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    background: rgba(247, 165, 10, 0.24);
  }
  .Root_canal-div2 {
    display: flex;
    padding-bottom: 10px;
    height: 150px;
  }
  .Root_canal-div2 .align-box:nth-child(1) {
    color: #20866E;
    width: 112px;
    height: 112px;
    padding: 37px 17px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    font-family: "Alegreya Sans", sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    position: inherit;
    left: -2%;
    top: 1%;
    background: rgba(247, 165, 10, 0.24);
  }
  .Root_canal-div2 .align-box:nth-child(2) {
    color: #20866E;
    width: 105px;
    height: 105px;
    position: inherit;
    padding: 23px 20px;
    top: 17%;
    left: 0%;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    font-family: "Alegreya Sans", sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    background: rgba(247, 165, 10, 0.24);
  }
  .Root_canal-div2 .align-box:nth-child(3) {
    color: #20866E;
    text-align: center;
    width: 90px;
    height: 90px;
    position: inherit;
    top: -2%;
    left: 2%;
    padding: 18px 16px;
    font-size: 15px;
    border-radius: 50%;
    font-family: "Alegreya Sans", sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    background: rgba(247, 165, 10, 0.24);
  }
  .borderright {
    border-right: none !important;
  }
  .input_part_service {
    background-image: url(assets/process-bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 83px;
  }
  .input_part {
    height: 80px;
    background: linear-gradient(180deg, rgba(247, 165, 10, 0.31), rgba(247, 165, 10, 0.31));
  }
  .input_part .form-group {
    margin-top: 20px;
    width: 300px;
    display: flex;
  }
  .input_part .form-group button {
    color: #fff;
    padding: 8px 10px 10px 10px;
    border: none;
    font-size: 10px;
    font-weight: 500;
    width: 45%;
    border-radius: 5px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    background: #395F60;
    margin-left: 8px;
  }
  .input_part .form-group .form-control {
    border: 1px solid #FFFFFF !important;
    border-radius: 1px;
    border-radius: 11px;
    height: 40px;
    background: #fff;
    color: #395F60;
    font-size: 12px;
    z-index: 11;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    width: 60%;
    padding-left: 14px;
  }
  .promise-card {
    text-align: center;
    padding: 15px;
    height: auto !important;
    max-height: 100%;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 40px;
    background: rgba(32, 134, 110, 0.25);
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
    border-radius: 37px;
  }
  .promise-card h5 {
    margin-top: 20px;
    font-family: "Alegreya Sans", sans-serif;
    color: #20866E;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 13px !important;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: "Alegreya Sans", sans-serif;
    color: #20866E;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
  }
  .promise-card img {
    margin: auto;
    height: 120px;
    width: 120px;
  }
  .accordion-started.accordion-bral i:before {
    position: absolute;
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    top: 0;
    right: 0;
    font-size: 15px;
    font-weight: 700;
    background-image: -ms-linear-gradient(0deg, rgb(255, 162, 0) 0%, rgb(254, 190, 1) 100%);
    width: 40px;
    height: 40px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 44px;
    color: #F7A50A;
  }
  .accordion-started.accordion-bral .ac-label {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 5px 20px;
    position: relative;
    font-family: "Alegreya Sans", sans-serif;
    display: block;
    cursor: pointer;
    min-height: 40px;
    width: 100%;
    background: rgba(247, 165, 10, 0.12);
    border-radius: 15px;
    color: #20866E;
    border: 1px solid #f5f5f5;
    line-height: 1.2;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 15px;
  }
  .accordion-started.accordion-bral input:checked ~ .article.ac-content {
    height: auto;
    text-align: center !important;
    padding: 20px;
    font-size: 10px;
    background: rgba(199, 225, 219, 0.55);
    border-radius: 35px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
  }
  .accordion-bral i:after {
    position: absolute;
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    top: 0;
    right: 0;
    font-size: 15px;
    font-weight: 700;
    background-image: -ms-linear-gradient(0deg, rgb(255, 162, 0) 0%, rgb(254, 190, 1) 100%);
    width: 40px;
    height: -webkit-fill-available;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 44px;
    color: #F7A50A;
  }
  .service_input {
    margin-top: 20%;
  }
  .service_input .form-group .form-control {
    border: 1px solid #FFFFFF;
    border-radius: 1px;
    background: transparent;
    color: #FFFFFF;
    z-index: 11;
    font-size: 12px;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-left: 3px solid;
    width: 60%;
    padding-left: 10px;
  }
  .service_input .form-group button {
    color: #395F60;
    padding: 8px 10px 10px 10px;
    border: none;
    font-size: 10px;
    font-weight: 500;
    width: 40%;
    border-radius: 5px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    background: #ffffff;
    margin-left: -1px;
  }
  .services-promiss h4 {
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 27px;
    font-family: "Alegreya Sans", sans-serif;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    color: #366261;
  }
  .services-promiss h4 span {
    color: #F7A909;
  }
  .services-second h4 {
    margin-bottom: 40px;
    font-size: 27px;
    font-family: "Alegreya Sans", sans-serif;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    color: #395F60;
  }
  .implant_Provided h4 {
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 27px;
    font-family: "Alegreya Sans", sans-serif;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    color: #395F60;
  }
  .second_service_image img {
    height: 150px;
  }
  .service_home {
    background: #20866E;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
  }
  .service_home .service_box {
    margin-top: 15%;
  }
  .service_home .service_box h3 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 72px;
    letter-spacing: 3px !important;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700;
    color: #F7A50A;
  }
  .service_home .service_box h4 {
    color: #fff;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 40px;
  }
  .service_home .service_box h4:nth-child(1) {
    color: #fff;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 62px;
  }
  .Root-canal_home {
    background: #20866E;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
  }
  .Root-canal_home .service_box {
    margin-top: 15%;
  }
  .Root-canal_home .service_box h3 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 72px;
    letter-spacing: 3px !important;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700;
    color: #F7A50A;
  }
  .Root-canal_home .service_box h4 {
    color: #fff;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 40px;
  }
  .Root-canal_home .service_box h4:nth-child(1) {
    color: #fff;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 62px;
  }
  .box-image {
    margin: 0;
  }
  .box-image img {
    height: 75px;
    width: 75px;
  }
  .box-text {
    text-align: center;
    margin-top: 15px !important;
    font-weight: 700;
    color: #000000;
    margin: auto;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .bottom {
    zoom: 80%;
  }
  .bottom .b1 {
    font-size: 10px;
    line-height: 20px;
    text-align: center;
  }
  .social ul li {
    display: inline-block;
    color: #3C6263;
    margin: -5px;
  }
  .social ul li a {
    color: #3C6263;
    margin: 10px;
    font-size: 26px;
    cursor: pointer;
  }
  .pain-free-box {
    padding: 4px 10px 4px 5px !important;
  }
  .pain-free-box .help-box {
    padding-top: 16% !important;
  }
  .carousel .testimonial-wrapper span {
    position: absolute;
    font-size: 46px;
    top: -20px;
    left: 7px;
    color: #F7A909;
  }
  .carousel .carousel-indicators {
    bottom: -33px;
  }
  .talktodentist button {
    color: #fff;
    padding: 8px 10px 8px 10px;
    border: none;
    font-size: 10px !important;
    font-weight: 500;
    width: 60%;
    height: 38px;
    border-radius: 5px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    background: #395F60;
    margin-left: -1px;
  }
  .main-images {
    text-align: center;
    position: relative;
    z-index: 11;
  }
  .main-images img {
    height: 300px;
  }
  .why-1st {
    margin-bottom: 30px;
  }
  #geeks2 {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../assets/why-choose.png");
  }
  .spaces {
    display: block !important;
    height: 55px !important;
    width: 100%;
  }
  .spaces .col-lg-3 {
    text-align: center;
    padding: 12px;
  }
  .border-text {
    border-top: 1px solid #FFFFFF;
    width: 66%;
    margin-right: auto;
    margin-left: auto;
  }
  .first-part h5 {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #FFFFFF;
    font-family: "Alegreya Sans", sans-serif;
    font-style: italic;
  }
  .home_section {
    padding: 122px 8px;
    height: auto !important;
    background-size: cover !important;
    background-position: 90% !important;
    background: linear-gradient(90deg, rgba(53, 86, 87, 0.54) 50%, rgba(255, 255, 255, 0.54) 163.19%), url("../../assets/home-sec.png");
  }
  .first-part {
    margin-top: -2%;
  }
  .first-part h3 {
    margin-top: 5%;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
  }
  .first-part h2 {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    margin-top: 2em;
    color: #F7A50A;
    text-transform: uppercase;
  }
  .first-part h2 span {
    margin-top: 14px;
    line-height: 59px;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 54px !important;
    text-transform: uppercase !important;
  }
  .first-part button {
    color: #395F60;
    padding: 8px 10px 10px 10px;
    border: none;
    font-size: 12px;
    font-weight: 700;
    width: 62%;
    height: 39px;
    border-radius: 20px;
    font-family: "Inter", sans-serif;
    background: #ffffff;
    margin-left: -20px;
  }
  .form-group {
    width: 100% !important;
    display: flex;
    margin-top: 6em;
    width: 300px;
    display: flex;
  }
  .Ways {
    padding: 4px 1px;
    height: auto;
  }
  .Ways h4 {
    margin-top: 40px;
    margin-bottom: 27px;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: center;
    color: #395F60;
  }
  .services-ways h4 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 21px;
    font-family: "Alegreya Sans", sans-serif;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    color: #395F60;
  }
  .whychooseus h4 {
    margin-bottom: 40px !important;
    font-size: 21px;
    letter-spacing: 2px;
    font-family: "Alegreya Sans", sans-serif !important;
    letter-spacing: 2px;
    font-weight: 600 !important;
    text-align: center;
    color: #395F60;
    margin-bottom: 7px;
    font-size: 21px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    color: #395F60;
  }
  .whychooseus h4 span {
    color: #F7A909;
  }
  .help-box {
    padding: 15px;
    padding-bottom: 0px !important;
    height: auto !important;
    max-height: 100%;
    width: 100% !important;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 40px;
    background: rgba(0, 167, 47, 0.1);
    border-radius: 37px;
  }
  .ways-card {
    text-align: center;
    margin-top: -1px;
    height: 150px;
    border-radius: 12px;
  }
  .our-patient-says {
    padding-bottom: 40px;
    background: #F5F5F5;
    height: auto;
  }
  .our-patient-says h4 {
    margin-top: 40px;
    margin-bottom: 22px;
    font-size: 21px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    color: #395F60;
  }
  .help-card {
    margin-top: 25px;
    border-radius: 15px;
    height: 420px;
    width: 300px;
    padding: 13px;
    margin-left: 18px;
    margin-bottom: 18px;
    margin-right: 18px;
    background: #fff;
  }
  .scrollmenu .s-box {
    display: inline-block;
    margin-left: 0px !important;
    max-width: 209px;
    display: inline-block;
    margin-right: 22px;
    max-width: 335px !important;
  }
  .help-image img {
    height: auto;
    min-height: 350px;
    max-height: 350px;
    width: 100%;
    border-radius: 34px;
  }
  .bg-color {
    height: auto;
    background-image: url(assets/what.png);
    background-size: cover;
    background-position: center;
  }
  .help-text {
    text-align: center;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 700;
  }
  .let-us-help h4 {
    margin-top: 40px;
    margin-bottom: 42px;
    font-size: 21px;
    letter-spacing: 2px;
    text-align: center;
    color: #395F60;
    font-weight: 700;
    font-family: "Alegreya Sans", sans-serif;
  }
  .f2 {
    margin-top: 30px;
  }
  .DigitalDentistry {
    height: 874px;
    width: 100%;
    background: linear-gradient(270deg, #FFFFFF -81%, #395F60 11.04%, #FFFFFF 100.55%) !important;
  }
  .DigitalDentistry .circular-dentisrty {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 361px !important;
    height: 359px !important;
    margin-top: 75% !important;
    margin-left: -134px !important;
    margin-right: auto;
    border-radius: 50%;
    background-color: #ffffff;
    border-bottom: 0;
  }
  .main-den-images img {
    margin-top: 35% !important;
    height: 104px !important;
    margin-left: 14% !important;
    transform: rotate(0deg);
  }
}
@media only screen and (max-width: 1288px) {
  .why-1st {
    margin-top: 10em !important;
    margin-bottom: 9em !important;
    background: rgba(60, 98, 99, 0.7);
    border-radius: 0px 211.5px 211.5px 0px;
    border-bottom: 8px solid #faab09;
    width: 95%;
  }
  .chooseuscontext p {
    font-size: 13px;
    margin-right: 9px;
    padding-right: 9px;
    margin-top: 5px;
    margin-top: 13px;
    padding-left: 20px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Poppins";
  }
  .main-images img {
    margin-top: 27.4%;
    margin-left: 63px;
    width: 73%;
  }
  .DigitalDentistry {
    width: 100%;
    padding: 23em 3em 1em 3em;
    background: linear-gradient(180deg, #FFFFFF -81%, #395F60 11.04%, #FFFFFF 95.55%);
  }
  .DigitalDentistry .Dentestry-images {
    position: absolute;
    display: flex;
  }
  .DigitalDentistry .Dentestry-images > img {
    position: absolute;
    display: flex;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(1) {
    top: -56px;
    transform: rotate(-9.51deg);
    right: -11.5em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(2) {
    top: -18.5em;
    left: 64px;
    transform: rotate(-5.51deg);
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(3) {
    transform: translateX(165%);
    top: -21em;
    left: 10px;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(4) {
    top: -286px;
    right: -63em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(5) {
    top: -69px;
    left: 57em;
    transform: rotate(6.49deg);
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(6) {
    top: 11em;
    height: 250px;
    left: 28em;
  }
  .DigitalDentistry .dentestry-text {
    width: 100%;
    overflow: hidden;
  }
  .DigitalDentistry .dentestry-text > p {
    width: 200px;
    height: 50px;
    position: absolute;
    padding: 0.5em;
    display: flex;
    color: #395f60;
    font-weight: 700;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(1) {
    top: 10.2em;
    padding: 2em;
    left: 10em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(2) {
    top: 80px;
    left: 15em;
    padding: 2em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(3) {
    top: 30px;
    left: 26em;
    padding: 1em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(4) {
    top: 92px;
    right: 16em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(5) {
    top: 194px;
    right: 12em;
  }
  .DigitalDentistry .circular-dentisrty {
    margin-left: auto;
    margin-right: auto;
    width: 56em;
    height: 27em;
    border-top-left-radius: 450px;
    border-top-right-radius: 450px;
    background: #ffffff;
  }
}
@media only screen and (max-width: 1200px) {
  .DigitalDentistry .container {
    zoom: 60%;
  }
  .DigitalDentistry {
    width: 100%;
    padding: 16em 3em 1em 3em;
    background: linear-gradient(180deg, #FFFFFF -81%, #395F60 11.04%, #FFFFFF 100.55%);
  }
  .DigitalDentistry .Dentestry-images {
    position: absolute;
    display: flex;
  }
  .DigitalDentistry .Dentestry-images > img {
    position: absolute;
    display: flex;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(1) {
    top: -67px;
    right: -7.5em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(2) {
    top: -18.5em;
    left: -10px;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(3) {
    transform: translateX(165%);
    top: -21em;
    left: -62px;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(4) {
    top: -271px;
    right: -59em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(5) {
    top: -49.5px;
    left: 51.4em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(6) {
    top: 11em;
    height: 250px;
    left: 22em;
  }
  .DigitalDentistry .dentestry-text {
    width: 100%;
    overflow: hidden;
  }
  .DigitalDentistry .dentestry-text > p {
    width: 200px;
    height: 50px;
    position: absolute;
    padding: 0.5em;
    display: flex;
    color: #395f60;
    font-weight: 700;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(1) {
    top: 10.2em;
    padding: 2em;
    left: 7em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(2) {
    top: 80px;
    left: 12em;
    padding: 2em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(3) {
    top: 30px;
    left: 22em;
    padding: 1em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(4) {
    top: 92px;
    right: 12em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(5) {
    top: 194px;
    right: 9em;
  }
  .DigitalDentistry .circular-dentisrty {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 450px;
    border-top-left-radius: 450px;
    border-top-right-radius: 450px;
    background: #ffffff;
  }
  .opacity_sec_mobile_home {
    display: none;
  }
  .let-us-help .container-fluid {
    max-width: 1200px;
  }
  .why-1st {
    margin-left: -1em;
    margin-top: 14em;
    margin-bottom: 6.1em !important;
    background: rgba(60, 98, 99, 0.7);
    border-radius: 0px 211.5px 211.5px 0px;
    border-bottom: 8px solid #faab09;
    width: 99% !important;
  }
  .main-images img {
    margin-top: 14.4% !important;
    margin-left: 58px !important;
  }
  .chooseuscontext img {
    width: 150%;
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .why-1st {
    margin-left: -1em;
    margin-top: 14em;
    margin-bottom: 7em !important;
    background: rgba(60, 98, 99, 0.7);
    border-radius: 0px 211.5px 211.5px 0px;
    border-bottom: 8px solid #faab09;
    width: 99% !important;
  }
}
@media only screen and (max-width: 991px) {
  .chooseuscontext {
    margin-top: 40px;
    padding: 1em 2em;
    margin-left: 29px;
    margin-bottom: 40px;
  }
  .chooseuscontext img {
    width: 100%;
    height: 100%;
  }
  .chooseuscontext p {
    font-size: 35px;
    margin-right: 9px;
    padding-right: 9px;
    margin-top: 5px;
    margin-top: 51px;
    padding-left: 20px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Poppins";
  }
  .DigitalDentistry .container {
    zoom: 40%;
  }
  .DigitalDentistry {
    width: 100%;
    padding: 16em 3em 1em 3em;
    background: linear-gradient(180deg, #FFFFFF -81%, #395F60 11.04%, #FFFFFF 95.55%);
  }
  .DigitalDentistry .Dentestry-images {
    position: absolute;
    display: flex;
  }
  .DigitalDentistry .Dentestry-images > img {
    position: absolute;
    display: flex;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(1) {
    top: -67px;
    right: -2.5em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(2) {
    top: -20.5em;
    left: -77px;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(3) {
    transform: translateX(165%);
    top: -23em;
    left: -112px;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(4) {
    top: -267px;
    right: -58em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(5) {
    top: -5.5px;
    left: 51.4em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(6) {
    top: 11em;
    height: 250px;
    left: 22em;
  }
  .DigitalDentistry .dentestry-text {
    width: 100%;
    overflow: hidden;
  }
  .DigitalDentistry .dentestry-text > p {
    width: 200px;
    height: 50px;
    position: absolute;
    padding: 0.5em;
    display: flex;
    color: #395f60;
    font-weight: 700;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(1) {
    top: 10.2em;
    padding: 2em;
    left: 3em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(2) {
    top: 80px;
    left: 12em;
    padding: 2em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(3) {
    top: 30px;
    left: 18em;
    padding: 1em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(4) {
    top: 92px;
    right: 2em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(5) {
    top: 209px;
    right: -2em;
  }
  .DigitalDentistry .circular-dentisrty {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 450px;
    border-top-left-radius: 450px;
    border-top-right-radius: 450px;
    background: #ffffff;
  }
  .mobile-none {
    display: none;
  }
}
@media only screen and (max-width: 887px) {
  .DigitalDentistry .container {
    zoom: 40%;
  }
  .DigitalDentistry {
    width: 100%;
    padding: 16em 3em 1em 3em;
    background: linear-gradient(180deg, #FFFFFF -81%, #395F60 11.04%, #FFFFFF 95.55%);
  }
  .DigitalDentistry .Dentestry-images {
    position: absolute;
    display: flex;
  }
  .DigitalDentistry .Dentestry-images > img {
    position: absolute;
    display: flex;
    width: 152px;
    height: 211px;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(1) {
    top: 14px;
    right: -5.5em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(2) {
    top: -9.5em;
    left: 71px;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(3) {
    transform: translateX(165%);
    top: -12em;
    left: 90px;
    height: 170px;
    width: 120px;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(4) {
    top: -154px;
    right: -40em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(5) {
    top: 12.5px;
    left: 37.4em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(6) {
    top: 11em;
    height: 250px;
    left: 22em;
  }
  .DigitalDentistry .dentestry-text {
    width: 100%;
    overflow: hidden;
  }
  .DigitalDentistry .dentestry-text > p {
    width: 150px;
    height: 50px;
    position: absolute;
    display: flex;
    color: #395f60;
    font-weight: 700;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 18px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(1) {
    top: 10em;
    padding: 1em;
    left: 8.8em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(2) {
    top: 92px;
    left: 10.9em;
    padding: 1em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(3) {
    top: 30px;
    left: 18em;
    padding: 1em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(4) {
    top: 92px;
    right: 12em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(5) {
    top: 174px;
    right: 9em;
  }
  .DigitalDentistry .circular-dentisrty {
    margin-left: auto;
    margin-right: auto;
    width: 516px;
    height: 269px;
    border-top-left-radius: 450px;
    border-top-right-radius: 450px;
    background: #ffffff;
  }
  .chooseuscontext img {
    width: 100%;
    margin-left: 25px;
    height: 93%;
  }
  .chooseuscontext p {
    font-size: 33px;
    margin-right: 40px;
    padding-right: 30px;
    margin-top: 13px;
    line-height: 2;
    padding-left: 59px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Poppins";
  }
  .main-den-images img {
    margin-top: 22%;
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .a-cc .accordion-button {
    padding: 1em !important;
    font-size: 18px !important;
    padding-right: 6em !important;
  }
  .DigitalDentistry .container {
    zoom: 90%;
  }
  .DigitalDentistry {
    width: 100%;
    padding: 0em 1em 0em 0em;
    background: linear-gradient(180deg, #FFFFFF -81%, #395F60 11.04%, #FFFFFF 100.55%);
  }
  .DigitalDentistry .Dentestry-images {
    position: absolute;
    top: 91px;
    display: flex;
  }
  .DigitalDentistry .Dentestry-images > img {
    position: absolute;
    display: flex;
    width: 152px;
    height: 211px;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(1) {
    top: 136px;
    transform: rotate(88deg);
    right: -14.5em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(2) {
    top: 16.2em;
    left: 11em;
    transform: rotate(88deg);
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(3) {
    top: 27em;
    transform: rotate(90deg);
    left: 229px;
    height: 170px;
    width: 120px;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(4) {
    top: 36em;
    transform: rotate(84deg);
    right: -21em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(5) {
    top: 43.5em;
    left: 3.4em;
    transform: rotate(88deg);
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(6) {
    top: 28em;
    height: 115px;
    width: 90px;
    left: 0em;
  }
  .DigitalDentistry .dentestry-text {
    width: 100%;
    overflow: hidden;
  }
  .DigitalDentistry .dentestry-text > p {
    width: 150px;
    height: 50px;
    position: absolute;
    display: flex;
    color: #395f60;
    font-weight: 700;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(1) {
    top: 35em;
    padding: 2em;
    left: -5.2em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(2) {
    top: 40em;
    left: 2.9em;
    padding: 2em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(3) {
    top: 49em;
    left: 6em;
    padding: 2em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(4) {
    top: 57em;
    right: 32em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(5) {
    top: 63em;
    left: -1em;
  }
  .DigitalDentistry .circular-dentisrty {
    width: 324px !important;
    height: 438px !important;
    border-radius: 0px !important;
    border-top-right-radius: 424px !important;
    border-bottom-right-radius: 358px !important;
    background: #ffffff;
  }
  .chooseuscontext p {
    font-size: 12px;
    margin-right: 40px;
    padding-right: 30px;
    margin-top: 13px;
    line-height: 2;
    padding-left: 59px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Poppins";
  }
  .chooseuscontext img {
    width: auto !important;
    height: auto !important;
  }
  .form-group .form-control:nth-child(2) {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    background: transparent;
    color: #FFFFFF;
    font-size: 14px;
    height: 37px;
    z-index: 11;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
  }
}
@media only screen and (max-width: 600px) {
  .Heading {
    font-size: 30px !important;
    text-transform: capitalize !important;
    font-family: "Alegreya Sans", sans-serif;
    letter-spacing: 2px;
    font-weight: 700;
  }
  .footer .col-9 {
    padding-left: 0;
    margin-left: -34px;
  }
  .footer h5 {
    color: #3C6263;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 900;
    font-family: "Alegreya Sans", sans-serif;
  }
  .social ul li a i::before {
    color: #366261 !important;
  }
  .DigitalDentistry .container {
    zoom: 90%;
  }
  .DigitalDentistry {
    width: 100%;
    padding: 0em 1em 0em 0em;
    background: linear-gradient(180deg, #FFFFFF -81%, #395F60 11.04%, #FFFFFF 100.55%);
  }
  .DigitalDentistry .Dentestry-images {
    position: absolute;
    top: 98px;
    display: flex;
  }
  .DigitalDentistry .Dentestry-images > img {
    position: absolute;
    display: flex;
    width: 152px;
    height: 211px;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(1) {
    top: 136px;
    transform: rotate(88deg);
    right: -14.5em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(2) {
    top: 16.2em;
    left: 11em;
    transform: rotate(88deg);
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(3) {
    top: 27em;
    transform: rotate(90deg);
    left: 229px;
    height: 170px;
    width: 120px;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(4) {
    top: 36em;
    transform: rotate(84deg);
    right: -21em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(5) {
    top: 43.5em;
    left: 3.4em;
    transform: rotate(88deg);
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(6) {
    top: 28em;
    height: 115px;
    width: 90px;
    left: 0em;
  }
  .DigitalDentistry .dentestry-text {
    width: 100%;
    overflow: hidden;
  }
  .DigitalDentistry .dentestry-text > p {
    width: 150px;
    height: 50px;
    position: absolute;
    display: flex;
    color: #395f60;
    font-weight: 700;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(1) {
    top: 36em;
    padding: 2em;
    left: -2.2em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(2) {
    top: 40em;
    left: 3.9em;
    padding: 2em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(3) {
    top: 48em;
    left: 6em;
    padding: 2em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(4) {
    top: 58em;
    right: 31em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(5) {
    top: 63em;
    left: -3em;
  }
  .DigitalDentistry .circular-dentisrty {
    width: 324px !important;
    height: 438px !important;
    border-radius: 0px !important;
    border-top-right-radius: 424px !important;
    border-bottom-right-radius: 358px !important;
    background: #ffffff;
  }
  .why-1st {
    margin-top: 6em !important;
    margin-bottom: 11.1em;
    background: rgba(60, 98, 99, 0.7);
    border-radius: 0px 211.5px 211.5px 0px;
    border-bottom: 8px solid #faab09;
    width: 95% !important;
    margin-left: -1em;
  }
  .chooseuscontext img {
    width: auto !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 450px) {
  .social ul li a i::before {
    color: #366261 !important;
  }
  .DigitalDentistry .container {
    zoom: 90%;
  }
  .DigitalDentistry {
    width: 100%;
    padding: 0em 1em 0em 0em;
    background: linear-gradient(180deg, #FFFFFF -81%, #395F60 11.04%, #FFFFFF 100.55%);
  }
  .DigitalDentistry .Dentestry-images {
    position: absolute;
    display: flex;
  }
  .DigitalDentistry .Dentestry-images > img {
    position: absolute;
    display: flex;
    width: 152px;
    height: 211px;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(1) {
    top: 136px;
    transform: rotate(88deg);
    right: -14.5em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(2) {
    top: 16.2em;
    left: 11em;
    transform: rotate(88deg);
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(3) {
    top: 27em;
    transform: rotate(90deg);
    left: 229px;
    height: 170px;
    width: 120px;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(4) {
    top: 36em;
    transform: rotate(84deg);
    right: -21em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(5) {
    top: 43.5em;
    left: 3.4em;
    transform: rotate(88deg);
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(6) {
    top: 28em;
    height: 115px;
    width: 90px;
    left: 0em;
  }
  .DigitalDentistry .dentestry-text {
    width: 100%;
    overflow: hidden;
  }
  .DigitalDentistry .dentestry-text > p {
    width: 150px;
    height: 50px;
    position: absolute;
    display: flex;
    color: #395f60;
    font-weight: 700;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(1) {
    top: 27em;
    padding: 2em;
    left: -2.2em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(2) {
    top: 33em;
    left: 3.9em;
    padding: 2em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(3) {
    top: 41em;
    left: 6em;
    padding: 2em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(4) {
    top: 49em;
    right: 19em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(5) {
    top: 54em;
    left: -1em;
  }
  .DigitalDentistry .circular-dentisrty {
    width: 324px !important;
    height: 438px !important;
    border-radius: 0px !important;
    border-top-right-radius: 424px !important;
    border-bottom-right-radius: 358px !important;
    background: #ffffff;
  }
  .chooseuscontext img {
    width: auto !important;
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
.home-page-sec {
  padding-bottom: 3em;
  background: linear-gradient(180deg, #FFFFFF -81%, #395F60 11.04%, #FFFFFF 100.55%);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}
.home-page-sec .aligners_box {
  margin-top: 8%;
}
.home-page-sec .aligners_box h3 {
  margin-bottom: 56px;
  text-transform: uppercase;
  font-size: 128px;
  letter-spacing: 12px !important;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 800;
  color: #F7A50A;
}
.home-page-sec .aligners_box h4 {
  margin-left: 0px;
  color: #FFFFFF;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 900;
  letter-spacing: 3px;
  font-size: 85px;
  text-transform: capitalize !important;
}
.home-page-sec .aligners_box1 {
  padding: 3em;
}
.home-page-sec .aligners_box1 .img {
  width: 90%;
  transform-origin: right;
  transform: scale(1);
}
.home-page-sec .aligner_input {
  margin-top: -1em;
}
.home-page-sec .aligner_input .form-group .form-control {
  border: 1px solid #395F60 !important;
  border-radius: 10px;
  background: transparent;
  color: #395F60 !important;
  z-index: 11;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  border-left: 3px solid;
  width: 90% !important;
  padding-left: 10px !important;
  font-size: 18px;
}
.home-page-sec .aligner_input .form-group .form-control::-moz-placeholder {
  color: #395F60;
}
.home-page-sec .aligner_input .form-group .form-control:-ms-input-placeholder {
  color: #395F60;
}
.home-page-sec .aligner_input .form-group .form-control::placeholder {
  color: #395F60;
}
.home-page-sec .aligner_input .form-group .form-control::-webkit-input-placeholder {
  color: #395F60;
}
.home-page-sec .aligner_input .form-group .form-control:-ms-input-placeholder {
  color: #395F60;
}
.home-page-sec .aligner_input .form-group button {
  color: #FFFFFF;
  padding: 8px 10px 10px 10px;
  border: none;
  z-index: 111;
  font-size: 14px;
  font-weight: 500;
  width: 50%;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background: #F7A50A;
  margin-left: -12px;
}

@media (max-width: 1288px) {
  .home-page-sec {
    padding-bottom: 3em;
    background: linear-gradient(180deg, #FFFFFF -81%, #395F60 11.04%, #FFFFFF 100.55%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    zoom: 70%;
  }
  .home-page-sec .aligners_box {
    margin-top: 8%;
  }
  .home-page-sec .aligners_box h3 {
    margin-bottom: 56px;
    text-transform: uppercase;
    font-size: 128px;
    letter-spacing: 12px !important;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 800;
    color: #F7A50A;
  }
  .home-page-sec .aligners_box h3 img {
    position: relative;
    top: -10px;
    height: 148px;
    max-height: 148px;
    left: -20px;
  }
  .home-page-sec .aligners_box h4 {
    margin-left: 0px;
    color: #FFFFFF;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 85px;
    text-transform: capitalize !important;
  }
  .home-page-sec .aligners_box1 {
    padding: 3em;
  }
  .home-page-sec .aligners_box1 .img {
    width: 90%;
    transform-origin: right;
    transform: scale(1);
  }
  .home-page-sec .aligner_input {
    margin-top: -1em;
  }
  .home-page-sec .aligner_input .form-group .form-control {
    border: 1px solid #395F60 !important;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    z-index: 11;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-left: 3px solid;
    width: 90% !important;
    padding-left: 10px !important;
  }
  .home-page-sec .aligner_input .form-group .form-control::-moz-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control:-ms-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control::placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control::-webkit-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control:-ms-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group button {
    color: #FFFFFF;
    padding: 8px 10px 10px 10px;
    border: none;
    z-index: 111;
    font-size: 14px;
    font-weight: 500;
    width: 50%;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    background: #F7A50A;
    margin-left: -12px;
  }
  .let-us-help {
    zoom: 90% !important;
  }
}
@media (max-width: 991px) {
  .home-page-sec {
    padding-bottom: 3em;
    background: linear-gradient(180deg, #FFFFFF -81%, #395F60 11.04%, #FFFFFF 100.55%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .home-page-sec .aligners_box {
    margin-top: 10%;
  }
  .home-page-sec .aligners_box h3 {
    margin-bottom: 104px;
    text-transform: uppercase;
    font-size: 128px;
    letter-spacing: 12px !important;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 800;
    color: #F7A50A;
  }
  .home-page-sec .aligners_box h4 {
    margin-left: 0px;
    color: #FFFFFF;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 85px;
    text-transform: capitalize !important;
  }
  .home-page-sec .aligners_box1 {
    padding: 3em;
  }
  .home-page-sec .aligners_box1 .img {
    width: 90%;
    transform-origin: right;
    transform: scale(1);
  }
  .home-page-sec .aligner_input {
    margin-top: 7em !important;
    max-width: 855px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .home-page-sec .aligner_input .form-group .form-control {
    border: 1px solid #395F60 !important;
    border-radius: 10px;
    background: transparent;
    color: #395F60;
    z-index: 11;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-left: 3px solid;
    width: 90% !important;
    padding-left: 10px !important;
  }
  .home-page-sec .aligner_input .form-group .form-control::-moz-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control:-ms-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control::placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control::-webkit-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control:-ms-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group button {
    color: #FFFFFF;
    padding: 8px 10px 10px 10px;
    border: none;
    z-index: 111;
    font-size: 14px;
    font-weight: 500;
    width: 50%;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    background: #F7A50A;
    margin-left: -12px;
  }
  .let-us-help {
    zoom: 90% !important;
  }
}
@media (max-width: 767px) {
  .home-page-sec {
    padding-bottom: 3em;
    background: linear-gradient(180deg, #FFFFFF -81%, #395F60 11.04%, #FFFFFF 100.55%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .home-page-sec .aligners_box {
    margin-top: 10%;
  }
  .home-page-sec .aligners_box h3 {
    margin-bottom: 104px;
    text-transform: uppercase;
    font-size: 128px;
    letter-spacing: 12px !important;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 800;
    color: #F7A50A;
  }
  .home-page-sec .aligners_box h4 {
    margin-left: 0px;
    color: #FFFFFF;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 85px;
    text-transform: capitalize !important;
  }
  .home-page-sec .aligners_box1 {
    padding: 3em;
  }
  .home-page-sec .aligners_box1 .img {
    width: 90%;
    transform-origin: right;
    transform: scale(1);
  }
  .home-page-sec .aligner_input {
    margin-top: -1em;
  }
  .home-page-sec .aligner_input .form-group .form-control {
    border: 1px solid #395F60 !important;
    border-radius: 10px;
    background: transparent;
    color: #395F60;
    z-index: 11;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-left: 3px solid;
    width: 90% !important;
    padding-left: 10px !important;
  }
  .home-page-sec .aligner_input .form-group .form-control::-moz-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control:-ms-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control::placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control::-webkit-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control:-ms-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group button {
    color: #FFFFFF;
    padding: 8px 10px 10px 10px;
    border: none;
    z-index: 111;
    font-size: 14px;
    font-weight: 500;
    width: 50%;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    background: #F7A50A;
    margin-left: -12px;
  }
}
@media (max-width: 600px) {
  .home-page-sec {
    padding-bottom: 3em;
    background: linear-gradient(180deg, #FFFFFF -81%, #395F60 11.04%, #FFFFFF 100.55%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .home-page-sec .aligners_box {
    margin-top: 10%;
  }
  .home-page-sec .aligners_box h3 {
    margin-bottom: 104px;
    text-transform: uppercase;
    font-size: 128px;
    letter-spacing: 12px !important;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 800;
    color: #F7A50A;
  }
  .home-page-sec .aligners_box h4 {
    margin-left: 0px;
    color: #FFFFFF;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 40px;
    text-transform: capitalize !important;
  }
  .home-page-sec .aligners_box1 {
    padding: 3em;
  }
  .home-page-sec .aligners_box1 .img {
    width: 90%;
    transform-origin: right;
    transform: scale(1);
  }
  .home-page-sec .aligner_input {
    margin-top: -1em;
  }
  .home-page-sec .aligner_input .form-group .form-control {
    border: 1px solid #395F60 !important;
    border-radius: 10px;
    background: transparent;
    color: #395F60;
    z-index: 11;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-left: 3px solid;
    width: 90% !important;
    padding-left: 10px !important;
  }
  .home-page-sec .aligner_input .form-group .form-control::-moz-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control:-ms-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control::placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control::-webkit-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control:-ms-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group button {
    color: #FFFFFF;
    padding: 8px 10px 10px 10px;
    border: none;
    z-index: 111;
    font-size: 14px;
    font-weight: 500;
    width: 50%;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    background: #F7A50A;
    margin-left: -12px;
  }
}
@media (max-width: 450px) {
  .home-page-sec {
    padding-bottom: 3em;
    background: linear-gradient(180deg, #FFFFFF -81%, #395F60 11.04%, #FFFFFF 100.55%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .home-page-sec .aligners_box {
    margin-top: 10%;
  }
  .home-page-sec .aligners_box h3 {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 64px;
    letter-spacing: 8px !important;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 800;
    color: #F7A50A;
  }
  .home-page-sec .aligners_box h3 img {
    position: relative;
    top: -8px;
    height: 77px;
    max-height: 77px;
    left: 17px;
  }
  .home-page-sec .aligners_box h4 {
    margin-left: 0px;
    color: #FFFFFF;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 40px;
    text-transform: capitalize !important;
  }
  .home-page-sec .aligners_box1 {
    padding: 3em;
  }
  .home-page-sec .aligners_box1 .img {
    width: 90%;
    transform-origin: right;
    transform: scale(1);
  }
  .home-page-sec .aligner_input {
    margin-top: -1em;
  }
  .home-page-sec .aligner_input .form-group .form-control {
    border: 1px solid #395F60 !important;
    border-radius: 10px;
    background: transparent;
    color: #395F60;
    z-index: 11;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-left: 3px solid;
    width: 90% !important;
    padding-left: 10px !important;
  }
  .home-page-sec .aligner_input .form-group .form-control::-moz-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control:-ms-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control::placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control::-webkit-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control:-ms-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group button {
    color: #FFFFFF;
    padding: 8px 10px 10px 10px;
    border: none;
    z-index: 111;
    font-size: 14px;
    font-weight: 500;
    width: 50%;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    background: #F7A50A;
    margin-left: -12px;
  }
}
@media (max-width: 400px) {
  .home-page-sec {
    padding-bottom: 3em;
    background: linear-gradient(180deg, #FFFFFF -81%, #395F60 11.04%, #FFFFFF 100.55%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .home-page-sec .aligners_box {
    margin-top: 10%;
  }
  .home-page-sec .aligners_box h3 {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 64px;
    letter-spacing: 8px !important;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 800;
    color: #F7A50A;
  }
  .home-page-sec .aligners_box h3 img {
    position: relative;
    top: -8px;
    height: 77px;
    max-height: 77px;
    left: 17px;
  }
  .home-page-sec .aligners_box h4 {
    margin-left: 0px;
    color: #FFFFFF;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 40px;
    text-transform: capitalize !important;
  }
  .home-page-sec .aligners_box1 {
    padding: 3em;
  }
  .home-page-sec .aligners_box1 .img {
    width: 90%;
    transform-origin: right;
    transform: scale(1);
  }
  .home-page-sec .aligner_input {
    margin-top: -1em;
  }
  .home-page-sec .aligner_input .form-group .form-control {
    border: 1px solid #395F60 !important;
    border-radius: 10px;
    background: transparent;
    color: #395F60;
    z-index: 11;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-left: 3px solid;
    width: 90% !important;
    padding-left: 10px !important;
  }
  .home-page-sec .aligner_input .form-group .form-control::-moz-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control:-ms-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control::placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control::-webkit-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control:-ms-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group button {
    color: #FFFFFF;
    padding: 8px 10px 10px 10px;
    border: none;
    z-index: 111;
    font-size: 14px;
    font-weight: 500;
    width: 50%;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    background: #F7A50A;
    margin-left: -12px;
  }
}
@media (max-width: 340px) {
  .home-page-sec {
    padding-bottom: 3em;
    background: linear-gradient(180deg, #FFFFFF -81%, #395F60 11.04%, #FFFFFF 100.55%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .home-page-sec .aligners_box {
    margin-top: 10%;
  }
  .home-page-sec .aligners_box h3 {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 64px;
    letter-spacing: 8px !important;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 800;
    color: #F7A50A;
  }
  .home-page-sec .aligners_box h3 img {
    position: relative;
    top: -8px;
    height: 77px;
    max-height: 77px;
    left: 17px;
  }
  .home-page-sec .aligners_box h4 {
    margin-left: 0px;
    color: #FFFFFF;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 40px;
    text-transform: capitalize !important;
  }
  .home-page-sec .aligners_box1 {
    padding: 3em;
  }
  .home-page-sec .aligners_box1 .img {
    width: 90%;
    transform-origin: right;
    transform: scale(1);
  }
  .home-page-sec .aligner_input {
    margin-top: -1em;
  }
  .home-page-sec .aligner_input .form-group .form-control {
    border: 1px solid #395F60 !important;
    border-radius: 10px;
    background: transparent;
    color: #395F60;
    z-index: 11;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-left: 3px solid;
    width: 90% !important;
    padding-left: 10px !important;
  }
  .home-page-sec .aligner_input .form-group .form-control::-moz-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control:-ms-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control::placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control::-webkit-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control:-ms-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group button {
    color: #FFFFFF;
    padding: 8px 10px 10px 10px;
    border: none;
    z-index: 111;
    font-size: 14px;
    font-weight: 500;
    width: 50%;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    background: #F7A50A;
    margin-left: -12px;
  }
}
@media (max-width: 280px) {
  .bottom .b1 {
    font-size: 8px;
    line-height: 20px;
    text-align: center;
  }
  .carousel .media img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    margin-top: 13px;
  }
  .carousel .overview .details {
    padding: 5px 0 8px;
    font-size: 10px;
  }
  .carousel .overview b {
    text-transform: uppercase;
    color: #000;
    font-size: 11px;
  }
  .why-1st {
    margin-top: 6em !important;
    margin-bottom: 11.1em;
    background: rgba(60, 98, 99, 0.7);
    border-radius: 0px 211.5px 211.5px 0px;
    border-bottom: 8px solid #F7A50A;
    width: 100% !important;
    margin-left: -1em;
  }
  .chooseuscontext img {
    width: 60px !important;
    height: 60px !important;
  }
  .chooseuscontext p {
    font-size: 12px;
    margin-right: 25px;
    padding-right: 30px;
    margin-top: 4px;
    line-height: 2;
    padding-left: 28px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Poppins";
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(5) {
    top: 45.5em;
    height: auto;
    left: 3.4em;
    transform: rotate(102deg);
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(4) {
    top: 38em;
    width: 114px;
    height: 159px;
    transform: rotate(84deg);
    right: -18.5em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(2) {
    top: 18.2em;
    width: 134px;
    height: 168px;
    left: 10em;
    transform: rotate(88deg);
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(1) {
    top: 203px;
    height: 120px;
    transform: rotate(73deg);
    right: -11.5em;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(5) {
    top: 45.5em;
    height: auto;
    left: 3.4em;
    transform: rotate(102deg);
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(3) {
    top: 29em;
    transform: rotate(90deg);
    left: 206px;
    height: 126px;
    width: 112px;
  }
  .DigitalDentistry .Dentestry-images > img:nth-child(6) {
    top: 30em;
    height: 102px;
    width: 81px;
    left: 0em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(1) {
    top: 25em;
    padding: 2em;
    left: -1.2em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(2) {
    top: 31em;
    left: 3.9em;
    padding: 2em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(3) {
    top: 38em;
    left: 6em;
    padding: 2em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(4) {
    top: 46em;
    right: 12em;
  }
  .DigitalDentistry .dentestry-text > p:nth-child(5) {
    top: 52em;
    left: 0em;
  }
}
@media (min-width: 1400px) {
  .float-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 111;
    font-size: 45px;
  }
  .float-whatsapp a {
    color: green;
  }
  .float-whatsapp a:hover {
    color: green;
  }
  .float-whatsapp a i {
    border-radius: 50%;
  }
  .opacity_sec_mobile_home {
    display: none !important;
  }
  .let-us-help .container-fluid {
    max-width: 1400px;
  }
}
@media (min-width: 1440px) {
  .whychooseus {
    overflow: hidden;
  }
  .whychooseus h4 {
    margin-top: 0px;
    margin-bottom: 70px;
    text-align: center;
    color: #395F60;
  }
  .whychooseus h4 span {
    color: #F7A909;
  }
  #geeks2 {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../assets/why-choose.png);
  }
  .main-images {
    position: absolute;
    z-index: 11;
  }
  .main-images img {
    margin-top: 31.2%;
    margin-left: 63px;
  }
  .why-1st {
    margin-top: 14em;
    margin-bottom: 12.2em;
    background: rgba(60, 98, 99, 0.7);
    border-radius: 0px 211.5px 211.5px 0px;
    border-bottom: 8px solid #faab09;
    width: 95%;
  }
  .why-2nd {
    border-bottom: 8px solid #fff;
    border-radius: 0px 211.5px 211.5px 0px;
  }
  .chooseuscontext {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .chooseuscontext p {
    font-size: 18px;
    margin-right: 30px;
    padding-right: 30px;
    margin-top: 13px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Poppins";
  }
  .home-page-sec {
    padding-bottom: 3em;
    background: linear-gradient(180deg, #FFFFFF -81%, #395F60 11.04%, #FFFFFF 100.55%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .home-page-sec .aligners_box {
    margin-top: 10%;
  }
  .home-page-sec .aligners_box h3 {
    margin-bottom: 104px;
    text-transform: uppercase;
    font-size: 128px;
    letter-spacing: 12px !important;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 800;
    color: #F7A50A;
  }
  .home-page-sec .aligners_box h3 img {
    position: relative;
    top: -10px;
    height: 148px !important;
    max-height: 148px;
    left: -50px;
  }
  .home-page-sec .aligners_box h4 {
    margin-left: 0px;
    color: #FFFFFF;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 85px;
    text-transform: capitalize !important;
  }
  .home-page-sec .aligners_box1 {
    padding: 3em;
  }
  .home-page-sec .aligners_box1 .img {
    width: 100%;
    transform-origin: right;
    transform: scale(1);
  }
  .home-page-sec .aligner_input {
    margin-top: -1em;
  }
  .home-page-sec .aligner_input .form-group .form-control {
    border: 1px solid #395F60 !important;
    border-radius: 10px;
    background: transparent;
    color: #395F60 !important;
    z-index: 11;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-left: 3px solid;
    width: 90% !important;
    padding-left: 10px !important;
    font-size: 18px;
  }
  .home-page-sec .aligner_input .form-group .form-control::-moz-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control:-ms-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control::placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control::-webkit-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group .form-control:-ms-input-placeholder {
    color: #395F60;
  }
  .home-page-sec .aligner_input .form-group button {
    color: #FFFFFF;
    padding: 8px 10px 10px 10px;
    border: none;
    z-index: 111;
    font-size: 14px;
    font-weight: 500;
    width: 50%;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    background: #F7A50A;
    margin-left: -12px;
  }
  .let-us-help {
    zoom: 90% !important;
  }
  .whychooseus {
    overflow: hidden;
  }
  .whychooseus h4 {
    margin-top: 0px;
    margin-bottom: 70px;
    text-align: center;
    color: #395F60;
  }
  .whychooseus h4 span {
    color: #F7A909;
  }
  #geeks2 {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../assets/why-choose.png);
  }
  .main-images {
    position: absolute;
    z-index: 11;
  }
  .main-images img {
    margin-top: 31.2%;
    margin-left: 63px;
  }
  .why-1st {
    margin-top: 14em;
    margin-bottom: 12.2em;
    background: rgba(60, 98, 99, 0.7);
    border-radius: 0px 211.5px 211.5px 0px;
    border-bottom: 8px solid #faab09;
    width: 95%;
  }
  .why-2nd {
    border-bottom: 8px solid #fff;
    border-radius: 0px 211.5px 211.5px 0px;
  }
  .chooseuscontext {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .chooseuscontext p {
    font-size: 18px;
    margin-right: 30px;
    padding-right: 30px;
    margin-top: 13px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Poppins";
  }
}/*# sourceMappingURL=main-page.css.map */