* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  list-style-type: none;
}

h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #549cab;
}

h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: 0.04em;
  color: #917722;
}

label {
  font-size: 14px;
}

input {
  padding: 16px 5px 16px 10px;
  width: 100%;
  height: auto;
  border: 0.5px solid #565b61 !important;
  color: #888d96 !important;
  font-size: 14px;
}

/*------navbar----*/
.top_cl {
  display: none;
  text-decoration: none;
  color: #fff;
  padding: 4px 12px 4px 8px;
  background: #23bbc2;
  border: 0.5px solid #23bbc2;
  border-radius: 8px;
  padding-left: 30px;
  position: relative;
  text-align: center;
  line-height: normal;
  font-size: 15px;
}
.top_cl svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.navbar-brand {
  width: 200px;
  height: 79.25px;
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navbar-expand-lg .navbar-collapse .btn {
  padding: 4px 12px 4px 8px;
  background: #23bbc2;
  border: 0.5px solid #23bbc2;
  border-radius: 8px;
}

@media (max-width: 800px) {
  .navbar-expand-lg .navbar-collapse .btn {
    margin-left: auto;
  }
  .top_cl {
    display: block;
  }
}

.navbar-expand-lg .navbar-collapse p {
  color: #fff;
  font-size: 14px;
  padding-top: -2px;
  margin-bottom: 0;
}

.navbar-expand-lg .navbar-collapse svg {
  margin-right: 4px;
  color: #fff;
  margin-top: 7px;
}

/*----header section----*/
.header {
  height: 80vh;
}

@media (max-width: 1000px) {
  .header {
    height: 100%;
  }
}

.dentistry {
  background-image: url("https://ik.imagekit.io/4wkn9yhcxgvwt/ppc/casadentique/carousel-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 500px) {
  .dentistry {
    height: auto;
    padding-bottom: 3rem;
  }
  .top_cl {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
}

.dentistry .casa-dent {
  padding: 3rem;
}

.dentistry .casa-dent p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #2e3638;
}

.dentistry .casa-dent .btn-lg {
  background: #f9f6f0;
  border: 1px solid #26282b;
  border-radius: 4px;
  padding: 1px 32px;
}

.dentistry .casa-dent .btn-lg p {
  padding-left: 13px;
  padding-top: 10px;
}

.dentistry .casa-dent .btn-lg a {
  text-decoration: none;
  color: #23bbc2;
}

.dentistry .casa-dent .btn-lg svg {
  margin-top: 12px;
}

.header-image {
  background-image: url("https://ik.imagekit.io/4wkn9yhcxgvwt/ppc/casadentique/Hero-sliders.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*----form---*/
.form-section {
  width: 80%;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}

@media (max-width: 600px) {
  .form-section {
    width: 95%;
  }
}

.form-section .form {
  background: #ffffff;
  opacity: 0.93;
  -webkit-box-shadow: 0px 8px 30px -10px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 8px 30px -10px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 2rem;
}

@media (max-width: 500px) {
  .form-section .form {
    padding: 1rem;
    width: unset !important;
  }
}

.form-section h5.cont {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #be9241;
}

.form-section h4.fill {
  font-weight: 600;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-family: "Playfair Display", serif;
}

.form-section .sub-btn {
  padding: 13px 60px;
  width: 496px;
  height: 64px;
  background: #23bbc2;
  border-radius: 4px;
  color: #fff;
  color: #f9f6f0;
  text-transform: uppercase;
  font-size: 16px;
  border: 0.5px solid #23bbc2;
}

/*------why choose-us---*/
.choose-us {
  margin-top: 7rem;
}

.choose-us .properties-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-filter: drop-shadow(1rem 1rem 0px #f9f6f0);
  filter: drop-shadow(1rem 1rem 0px #f9f6f0);
  margin: 1.5rem;
}

.choose-us .properties-img img {
  width: 100%;
}

.choose-us .experts {
  margin-bottom: 1.5rem;
}

.choose-us .experts p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #2e3638;
}

.choose-us h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #be9241;
}

.choose-us .care-img {
  width: 42px;
  height: 42px;
}

.choose-us h4 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.04em;
  color: #26282b;
}

.choose-us p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #2e3638;
}

/*-----Achievements------*/
.achievements .box {
  background: #e2f8f8;
  border-radius: 16px;
  height: 100%;
  padding: 24px;
}

@media (max-width: 1100px) and (min-width: 600px) {
  .achievements .box {
    margin-bottom: 1rem;
  }
}

@media (max-width: 550px) {
  .achievements .box {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.achievements p {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #26282b;
}

.achievements h3.counter {
  font-weight: 800;
  font-size: 48px;
  line-height: 125%;
  color: #917722;
  font-family: "Poppins", sans-serif;
}

.achievements p.text {
  text-align: left;
}

/*-----doctors team----*/
.doctors-team .carousel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.doctors-team .owl-theme .owl-dots .owl-dot span {
  display: none;
}

.doctors-team .owl-theme .owl-nav {
  display: none;
}

.doctors-team .doctors {
  margin: 0.5em;
}

/*----our treatments----*/
.treatments .root {
  padding: 1rem;
  background: #f7fdfd;
  border: 1px solid #c2f0f0;
  border-radius: 16px;
  height: 100%;
}

@media (max-width: 1100px) {
  .treatments .root {
    margin-bottom: 1rem;
  }
}

.treatments .root img {
  margin-bottom: 10px;
}

.treatments .root h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #157479;
  text-align: left;
}

.treatments .root .btn {
  color: #157479;
  border: 1px solid #157479;
  border-radius: 6px;
  font-size: 14px;
}

.treatments .root p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "salt" on, "liga" off;
  font-feature-settings: "salt" on, "liga" off;
  color: #2e3638;
  text-align: left;
}

/*------gallery----*/
.gallery .item {
  margin-right: 1rem;
}

.gallery .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.gallery .owl-dots {
  display: none;
}

.gallery .owl-nav .owl-prev span,
.gallery .owl-nav .owl-next span {
  width: 44px;
  height: 44px;
  background: #be9241;
  border-radius: 50px;
  position: absolute;
  top: -17%;
  right: 0;
  color: #fff;
  font-size: 28px;
}

.gallery .owl-nav .owl-prev span {
  right: 5%;
}

@media (max-width: 1000px) and (min-width: 700px) {
  .gallery .owl-nav .owl-prev span {
    right: 10%;
  }
}

@media (max-width: 600px) {
  .gallery .owl-nav .owl-prev span {
    right: 16%;
  }
}

/*-------international patient services----*/
.services h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #000000;
}

.services p.as {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #555555;
}

.services .service {
  padding: 16px 12px;
  text-align: center;
  background: #ebf9fa;
  border-radius: 12px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services .img-passport img {
  width: 100%;
  max-width: 800px;
}

@media (max-width: 1000px) {
  .services .img-passport img {
    margin-top: 1rem;
  }
}

/*-----language interpreters--*/
.language-int p.te {
  padding: 0 24%;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 150%;
  text-align: center;
}

@media (max-width: 900px) {
  .language-int p.te {
    padding: 0;
  }
}

.language-int .exclusive {
  background-color: #c9eaec;
  border-radius: 2rem;
  overflow: hidden;
}

.language-int .exclusive p.casa-text {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 900px) {
  .language-int .exclusive p.casa-text {
    padding: 0 10px;
  }
}

.language-int .exclusive .exclusive-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem 3rem;
}

@media (max-width: 900px) {
  .language-int .exclusive .exclusive-content {
    padding: 1.5rem;
  }
}

.language-int .exclusive .exc-img {
  background-image: url("https://ik.imagekit.io/4wkn9yhcxgvwt/ppc/casadentique/exclusive.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

@media (max-width: 900px) {
  .language-int .exclusive .exc-img {
    background-position: center;
  }
}

/*----medical visa---*/
.medical-visa p.medi {
  padding: 0 17%;
  line-height: 150%;
}

@media (max-width: 900px) {
  .medical-visa p.medi {
    padding: 0;
  }
}

/*-----get-in-touch----*/
@media (max-width: 1100px) {
  .get-in-touch {
    margin-bottom: 15%;
  }
}

@media (max-width: 1100px) and (max-width: 500px) {
  .get-in-touch {
    margin-bottom: 33%;
  }
}

.get-in-touch h3 {
  color: #363530 !important;
}

.get-in-touch .btn-lg {
  float: right;
  padding: 19px 60px;
  width: 312px;
  height: 64px;
  background: #23bbc2;
  border-radius: 4px;
  color: #fff;
  border: 0.5px solid #23bbc2;
}

/*------testmonials----*/
.testmonials {
  background: url("https://ik.imagekit.io/4wkn9yhcxgvwt/ppc/casadentique/exclusive-bg.png");
  height: 380px;
  margin-top: 15%;
}

@media (max-width: 1000px) {
  .testmonials {
    background-color: #c9eaec;
    padding: 1.5rem;
    height: auto;
  }
}

.testmonials .carousel-inner {
  margin-top: -6%;
}

@media (max-width: 600px) {
  .testmonials .carousel-inner {
    margin-left: 2%;
  }
}

.testmonials .carousel-inner .carousel-item {
  text-align: center;
}

.testmonials .carousel-control-prev-icon,
.testmonials .carousel-control-next-icon {
  background-image: none !important;
}

.testmonials .carousel-control-prev-icon svg,
.testmonials .carousel-control-next-icon svg {
  color: #917722;
}

.testmonials .reviews {
  margin-top: 8%;
}

.testmonials .reviews h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #be9241;
}

.testmonials .reviews .icon-img {
  position: absolute;
  right: 0;
  margin-right: 11%;
  margin-top: -3rem;
}

@media (min-width: 1800px) {
  .testmonials .reviews .icon-img {
    margin-right: 20%;
  }
}

.testmonials .reviews p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #2e3638;
}

.testmonials .reviews h6 {
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #be9241;
}

/*****Meet Our Specialist Team*****/

.doctor_profile .doc_pro {
  position: relative;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 50px 0px 40px 0px;
  margin-bottom: 90px;
  min-height: 257px;
}
.doctor_profile .doc_pro.rigt {
  padding-left: 240px;
  background-color: #23bbc2;
}
.doctor_profile .doc_pro.left {
  background-color: #917722;
  padding-right: 240px;
}

.doctor_profile .doc_pro .doc_img {
  position: absolute;
  top: -99px;
}
.doctor_profile .doc_pro.rigt .doc_img {
  left: 0px;
}
.doctor_profile .doc_pro.left .doc_img {
  right: 0px;
}
.doctor_profile .doc_pro .doc_img img {
  width: 100%;
}
.doctor_profile .doc_pro .doc_txt {
  padding: 15px 20px;
  border: 2px dashed #fff;
  color: #fff;
  border-radius: 20px;
}
.doctor_profile .doc_pro .doc_txt h3 {
  color: #fff;
}
.doctor_profile .doc_pro .doc_txt p {
  max-height: 50px;
  display: block;
  overflow-y: auto;
}

.doctor_profile .doc_pro .doc_txt p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.doctor_profile .doc_pro .doc_txt p::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.doctor_profile .doc_pro .doc_txt p::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}
.doctor_profile .btn-lg {
  padding: 19px 60px;
  width: 300px;
  height: 60px;
  background: #23bbc2;
  border-radius: 4px;
  color: #fff;
  border: 0.5px solid #23bbc2;
  display: inline-block;
}

/*-----footer----*/
.footer {
  background: #f0e9db;
  margin-top: 8%;
  padding: 3% 0;
}

@media (max-width: 1100px) {
  .footer {
    text-align: center;
  }
}

.footer li {
  padding-top: 1rem;
  color: #555555;
  letter-spacing: 0.02em;
}

.footer p {
  line-height: 24px;
  color: #555555;
  letter-spacing: 0.02em;
  font-size: 1rem;
}

.footer p.copy {
  font-size: 13px;
  color: #787878;
}

.footer p.address {
  font-size: 13px;
}

.footer h4.key {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  color: #110229;
}

.footer h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #555555;
  letter-spacing: 0.02em;
}

/*-------enquiry button----*/
.enquiry .btn {
  position: fixed;
  right: 0;
  background: #23bbc2;
  color: #fff;
  top: 50%;
  z-index: 99;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: -52px;
}
#getInTouch > .container {
  background-color: #c4e4e6;
  padding: 17px;
}

/*# sourceMappingURL=style.css.map */

@media (max-width: 500px) {
  .doctor_profile .doc_pro.rigt,
  .doctor_profile .doc_pro.left {
    padding: 20px;
    margin-bottom: 25px;
  }
  .doctor_profile .doc_pro .doc_img {
    position: inherit;
    top: inherit;
    text-align: center;
  }
  .doctor_profile .doc_pro .doc_img img {
    width: 200px;
    margin: 0 auto;
  }
  .doctor_profile .doc_pro .doc_txt p {
    max-height: 100px;
  }
}
