* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "AvenirLTProMedium.otf";
  src: url("../fonts/AvenirLTProMedium.otf");
}
a {
  text-decoration: none !important;
}

h2,
h3,
h4 {
  font-size: 25px !important;
}

h5 {
  font-size: 20px !important;
}

body {
  font-family: "AvenirLTProMedium.otf" !important;
}

.btn_1 {
  padding: 10px 20px;
  background: #E9A901;
  color: #fff;
  display: inline-block;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.btn_1:hover {
  background-color: #000080;
  transform: scale(1.05);
  color: #E9A901;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999 !important;
  padding: 0;
  box-shadow: 0px 0px 5px gainsboro;
  width: 100%;
  background-color: rgba(245, 237, 220, 0.5137254902) !important;
  background: linear-gradient(90deg, rgb(208, 242, 113) 0%, rgba(255, 255, 255, 0.596) 0%);
  animation-name: example;
  animation-duration: 1s;
  transition: top 500ms ease-in;
  box-shadow: 0px 0px 5px gainsboro;
}

@keyframes example {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
.whatsapp-icon {
  position: fixed;
  bottom: 20px !important;
  right: 20px !important;
  background: #25d366;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: 999 !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.whatsapp-icon i {
  font-size: 30px;
  color: #fff;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 101, 0.76);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.upper_nav {
  background: #000080;
}
.upper_nav .upper_nav_contact {
  display: flex;
  align-items: center !important;
  justify-content: center;
  padding: 5px 0;
  gap: 30px;
}
.upper_nav .upper_nav_contact i {
  color: #E9A901;
  font-size: 20px;
  padding-right: 10px;
  vertical-align: middle;
}
.upper_nav .upper_nav_contact a {
  color: #fff;
}

#marquee_bg {
  background-color: #E9A901;
}
#marquee_bg p {
  margin-bottom: 0 !important;
  color: #000;
  font-size: 18px !important;
  padding-top: 5px;
}

.navbar .nav-item {
  padding-right: 20px;
  position: relative;
}
.navbar .nav-item a {
  color: #000 !important;
  font-weight: normal !important;
  position: relative;
}
.navbar .nav-item a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #000080;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.navbar .nav-item a:hover::before {
  width: 100%;
}
.navbar .nav-item .Nav-Dropdwon {
  position: absolute !important;
  left: 0 !important;
  top: 40px;
  width: 280px;
  background: #fff;
  display: none !important;
  z-index: 999 !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0;
  margin: 0;
  animation: nav 600ms ease-in-out;
  transform-origin: top center;
  white-space: nowrap;
}
@keyframes nav {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(15deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.navbar .nav-item .Nav-Dropdwon li {
  border-bottom: 1px solid rgba(141, 133, 133, 0.3843137255);
  width: 100% !important;
  padding: 15px;
  list-style: none;
  cursor: pointer;
}
.navbar .nav-item .Nav-Dropdwon li .active {
  background-color: #E9A901;
  width: 100% !important;
}
.navbar .nav-item .Nav-Dropdwon li .active a {
  color: #fff !important;
}
.navbar .nav-item .Nav-Dropdwon li:hover {
  background-color: #E9A901;
}
.navbar .nav-item .Nav-Dropdwon li a {
  color: #000 !important;
  font-size: 15px;
}
.navbar .nav-item .Nav-Dropdwon li a::before {
  display: none !important;
}
.navbar .nav-item .Nav-Dropdwon li .Sub_dropdown {
  position: absolute !important;
  left: 150px !important;
  top: 56px;
  width: 200px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: none !important;
  z-index: 999 !important;
  padding: 0;
  margin: 0;
  animation: nav 400ms ease-in-out;
  transform-origin: top center;
}
.navbar .nav-item:hover .Nav-Dropdwon {
  display: block !important;
}
.navbar .nav-item .Nav-Dropdwon :hover .Sub_dropdown {
  display: block !important;
}
.navbar .enquire_btn {
  background: #E9A901;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  border: none;
  transition: all 0.3s ease-in-out;
}
.navbar .enquire_btn:hover {
  transform: scale(1.05);
}

#mobile-dropdown {
  display: none;
}

.enquire-form {
  margin-top: 10%;
}
.enquire-form .form-group input {
  border: none;
  border-bottom: 1px solid #726f68;
  border-radius: 0;
}
.enquire-form .form-group .form-control {
  border: none;
  border-bottom: 1px solid #726f68;
  border-radius: 0;
}
.enquire-form .captcha-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.enquire-form .dynamic-code {
  padding: 6px 0;
  background: #fff;
  color: #E9A901;
  border: 1px solid #E9A901;
  border-radius: 8px;
  text-align: center;
}
.enquire-form .captcha-reload {
  padding-left: 4px;
}
.enquire-form .submit-btn {
  background-color: #E9A901;
  border: none;
  padding: 9px 25px;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 20px;
}

.btn-close {
  float: right !important;
  padding: 10px;
}

.modal-body {
  padding: 0 12px !important;
}

.modal-dialog {
  max-width: 700px !important;
  margin: 1.75rem auto;
  z-index: 99999 !important;
}

.enquire-banner {
  background: url("../images/enquire.jpg") center no-repeat;
  width: 100%;
  height: calc(100% - 0px);
  background-size: cover;
  margin: 0 auto;
}

.banner {
  background: url("../images/banner.png") center no-repeat;
  width: 100%;
  height: 70vh;
  background-size: cover;
}
.banner .carousel-item {
  padding: 20px;
}
.banner .carousel-item h1 {
  color: #000080;
}
.banner .carousel-item:nth-child(2) h1 {
  color: #E9A901;
}
.banner .banner-img {
  text-align: end;
}
.banner .banner-img img {
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-text h2 {
  color: #000080;
  text-transform: uppercase;
}

.sec-wrapper1 {
  background-color: #000080;
}
.sec-wrapper1 .treatments-title {
  text-align: center;
  color: #fff;
}
.sec-wrapper1 .treatments-title h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sec-wrapper1 .treatments_card {
  background-color: #fff;
  text-align: center;
  min-height: 320px;
  border-radius: 8px;
  margin: 15px 0;
}
.sec-wrapper1 .treatments_card:hover img {
  transform: scale(1.05);
}
.sec-wrapper1 .treatments_card:hover .card_btn {
  transform: translateX(8px);
}
.sec-wrapper1 .treatments_card:hover .card_btn i {
  background-color: #E9A901;
}
.sec-wrapper1 .treatments_card .card_img {
  overflow: hidden;
  display: block;
}
.sec-wrapper1 .treatments_card .card_img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.sec-wrapper1 .treatments_card .card_title {
  font-weight: bold !important;
  color: #000080;
}
.sec-wrapper1 .treatments_card .card_btn {
  padding-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.sec-wrapper1 .treatments_card .card_btn a {
  color: #E9A901;
}
.sec-wrapper1 .treatments_card .card_btn i {
  padding: 4px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  margin-left: 10px;
}

.sec-wrapper2 {
  background: url("../images/sec-banner.png") center no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
}
.sec-wrapper2 .testimonials-title h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #000080;
}
.sec-wrapper2 .owl-carousel {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
}
.sec-wrapper2 .owl-carousel .carousel_card {
  background-color: #000080;
  padding: 15px;
  margin: 25px auto !important;
  border-radius: 10px;
  width: 60%;
}
.sec-wrapper2 .owl-carousel .carousel_card .carousel_title {
  color: #fff;
}
.sec-wrapper2 .owl-carousel .carousel_card .carousel_title h5,
.sec-wrapper2 .owl-carousel .carousel_card .carousel_title span {
  color: #E9A901;
  margin: 0;
  padding-bottom: 10px;
}
.sec-wrapper2 .owl-carousel .carousel_card .carousel_title .star-icon {
  color: #E9A901;
  text-align: start;
}

.video-section {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 15px;
  width: 100%;
}

video {
  width: 100%;
  height: 250px;
}

.owl-theme .owl-dots .owl-dot {
  display: none !important;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 50px;
  position: absolute;
  top: 35%;
  align-items: center;
  border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0;
  font-size: 25px;
  font-weight: 700;
  background: #000 !important;
  color: #ffffff !important;
}

.owl-carousel .owl-prev {
  left: 80px;
}

.owl-carousel .owl-next {
  right: 80px;
}

.footer_nav h2 {
  color: #E9A901;
  margin-bottom: 15px;
}
.footer_nav h5 {
  font-size: 18px !important;
  color: #E9A901 !important;
}
.footer_nav p {
  color: #fff;
}
.footer_nav ul {
  list-style: none;
  padding: 0;
}
.footer_nav ul li {
  color: #fff;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.footer_nav ul li:hover {
  transform: translateX(10px);
  color: #E9A901;
}
.footer_nav ul li i {
  font-size: 20px;
}
.footer_nav ul li a {
  color: #fff;
}

.nav_footer {
  padding-top: 35px;
}

.footer_contact h2 {
  color: #E9A901;
  margin-bottom: 15px;
}
.footer_contact ul {
  list-style: none;
  padding: 0;
}
.footer_contact ul li {
  color: #fff;
  margin-bottom: 15px;
  display: flex !important;
  gap: 15px;
}
.footer_contact ul li i {
  font-size: 20px;
  color: #E9A901;
}
.footer_contact ul li a {
  color: #fff;
}
.footer_contact .social_icons span {
  color: #fff;
  margin-right: 10px;
}
.footer_contact .social_icons i {
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
  background-color: #E9A901;
  padding: 8px;
  border-radius: 50%;
}
.footer_contact .social_icons i:hover {
  color: #000080;
}

.copy-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.copy-right a {
  color: #000;
}

.about_banner {
  background: url("../images/about-banner.jpg") center no-repeat;
  width: 100%;
  background-size: cover;
  height: 65vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4431372549);
}
.about_banner .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #fff;
}

.dr_profile_card {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 10px;
  width: 100%;
  position: relative;
}
.dr_profile_card .d-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dr_profile_card .dr_img img {
  border-radius: 10px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dr_profile_card .profile_title h5 {
  text-transform: uppercase;
}
.dr_profile_card span {
  position: absolute;
  background-color: #E9A901;
  padding: 8px;
  color: #fff;
  left: 0;
  top: 0;
  border-bottom-right-radius: 20px;
}
.dr_profile_card .card_btn {
  margin-top: 35px;
}
.dr_profile_card .card_btn .book_btn {
  background-color: #000080;
  padding: 10px 20px;
  color: #fff;
}

.wrapper_box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 70% !important;
}
.wrapper_box .card_box {
  display: flex;
  align-items: start;
  justify-content: start !important;
  min-height: 350px;
  gap: 40px;
}
.wrapper_box .card_box .dr-img {
  width: 250px;
  height: 350px;
  background: #E9A901;
  border-radius: 0px 0px 200px 200px;
  border: 2px solid #E9A901;
  background: url("../images/dr-img1.jpg") center no-repeat;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-size: cover;
  position: relative;
}
.wrapper_box .card_box .dr-img span {
  background-color: #E9A901;
  padding: 10px;
  position: absolute;
  top: 0;
  color: #fff;
  border-radius: 0 0 30px 0;
}
.wrapper_box .card_box .dr_text {
  padding: 15px;
  margin-top: 25px;
}
.wrapper_box .card_box .dr_text h5 {
  font-size: 30px !important;
  color: #000080;
  margin-bottom: 15px;
}

.treatments_banner {
  background: url("../images/our-tre-banner.jpg") center no-repeat;
  width: 100%;
  background-size: cover;
  height: 65vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4431372549);
}
.treatments_banner .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #fff;
}

.treatments_box {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  margin-bottom: 25px;
  position: relative !important;
}
.treatments_box:hover .treatments_box_title {
  background-color: #000080;
}
.treatments_box:hover .treatments_box_title h5 {
  color: #E9A901 !important;
}
.treatments_box .treatments_img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.treatments_box .treatments_box_title {
  text-align: center;
  padding: 15px 5px;
  color: #E9A901;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(241, 241, 241, 0.768627451);
  transition: all 0.3s ease-in-out;
}
.treatments_box .treatments_box_title h5 {
  margin-bottom: 0 !important;
  color: #000080;
}
.treatments_box .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(241, 241, 241, 0.8588235294);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.treatments_box .overlay .overlay-text {
  color: #000080;
  padding: 9px;
  position: absolute;
  top: 0px;
}

.treatments_box:hover .overlay {
  height: 100%;
}

.dental_banner {
  background: url("../images/dental-banner.jpg") center no-repeat;
  width: 100%;
  background-size: cover;
  height: 65vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4431372549);
}
.dental_banner .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #fff;
}

.hair-skin_banner {
  background: url("../images/hair-skin-banner.jpg") center no-repeat;
  width: 100;
  background-size: cover;
  height: 65vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4431372549);
}
.hair-skin_banner .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #fff;
}

.contact_banner {
  background: url("../images/contact-banner.jpg") center no-repeat;
  width: 100%;
  background-size: cover;
  height: 65vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4431372549);
}
.contact_banner .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #fff;
}

.contact-info {
  margin-top: 40px;
}
.contact-info ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.contact-info ul li {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-info ul li a {
  color: #000;
  font-size: 18px;
}
.contact-info ul li i {
  font-size: 25px;
  color: #E9A901;
}

.contact-bg {
  background-color: #f1f1f1;
}
.contact-bg .contact-form {
  background-color: #fff;
  padding: 25px 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
}
.contact-bg .contact-form .form-title {
  text-align: center;
  padding-bottom: 30px;
}
.contact-bg .contact-form .form-group input {
  border: none;
  border-bottom: 1px solid rgba(148, 140, 140, 0.7450980392);
  border-radius: 0;
}
.contact-bg .contact-form .submit-btn {
  padding: 10px 100px;
  background-color: #E9A901;
  color: #fff;
  border: none;
  border-radius: 30px;
  display: table;
  margin: 0 auto;
}

.level-1_banner {
  background: url("../images/dropdown-img/level-banner.jpg") center no-repeat;
  width: 100%;
  height: 65vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4431372549);
}
.level-1_banner .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #fff;
}

.level-2_banner {
  background: url("../images/dropdown-img/level-2banner.jpg") center no-repeat;
  width: 100%;
  height: 65vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4431372549);
}
.level-2_banner .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #fff;
}

.level-3_banner {
  background: url("../images/dropdown-img/level-3banner.jpg") center no-repeat;
  width: 100%;
  height: 65vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4431372549);
}
.level-3_banner .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #fff;
}

.level-4_banner {
  background: url("../images/dropdown-img/level-4banner.jpg") center no-repeat;
  width: 100%;
  height: 65vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4431372549);
}
.level-4_banner .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #fff;
}

.level-5_banner {
  background: url("../images/dropdown-img/level-5fbanner.jpg") center no-repeat;
  width: 100%;
  height: 65vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4431372549);
}
.level-5_banner .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #fff;
}

.basic_skin_text h2 {
  margin-bottom: 30px;
  color: #E9A901;
  position: relative;
}
.basic_skin_text h2::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 120px;
  background-color: #E9A901;
  left: 0;
  bottom: -10px;
  transition: all 0.3s ease-in-out;
}
.basic_skin_text h2:hover::before {
  width: 0;
  background-color: #000080;
}
.basic_skin_text .skin_list {
  padding: 0;
  margin: 0;
}
.basic_skin_text .skin_list li {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
}
.basic_skin_text .skin_list li i {
  color: #E9A901;
  padding-right: 10px;
}

#pagination_btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#pagination_btn .pagination {
  margin-top: 30px;
  background: none !important;
}
#pagination_btn .pagination .page-item .page-link {
  padding: 10px;
}/*# sourceMappingURL=style.css.map */