@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/ArticulatCF-Regular.eot");
  src: url("../fonts/ArticulatCF-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ArticulatCF-Regular.woff2") format("woff2"),
    url("../fonts/ArticulatCF-Regular.woff") format("woff"),
    url("../fonts/ArticulatCF-Regular.ttf") format("truetype"),
    url("../fonts/ArticulatCF-Regular.svg#ArticulatCF-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Articulat CF Thin";
  src: url("../fonts/ArticulatCF-Thin.eot");
  src: url("../fonts/ArticulatCF-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ArticulatCF-Thin.woff2") format("woff2"),
    url("../fonts/ArticulatCF-Thin.woff") format("woff"),
    url("../fonts/ArticulatCF-Thin.ttf") format("truetype"),
    url("../fonts/ArticulatCF-Thin.svg#ArticulatCF-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Articulat CF Normal";
  src: url("../fonts/ArticulatCF-Normal.eot");
  src: url("../fonts/ArticulatCF-Normal.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ArticulatCF-Normal.woff2") format("woff2"),
    url("../fonts/ArticulatCF-Normal.woff") format("woff"),
    url("../fonts/ArticulatCF-Normal.ttf") format("truetype"),
    url("../fonts/ArticulatCF-Normal.svg#ArticulatCF-Normal") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Articulat CF Medium";
  src: url("../fonts/ArticulatCF-Medium.eot");
  src: url("../fonts/ArticulatCF-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ArticulatCF-Medium.woff2") format("woff2"),
    url("../fonts/ArticulatCF-Medium.woff") format("woff"),
    url("../fonts/ArticulatCF-Medium.ttf") format("truetype"),
    url("../fonts/ArticulatCF-Medium.svg#ArticulatCF-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Articulat CF Bold";
  src: url("../fonts/ArticulatCF-Bold.eot");
  src: url("../fonts/ArticulatCF-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ArticulatCF-Bold.woff2") format("woff2"),
    url("../fonts/ArticulatCF-Bold.woff") format("woff"),
    url("../fonts/ArticulatCF-Bold.ttf") format("truetype"),
    url("../fonts/ArticulatCF-Bold.svg#ArticulatCF-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Articulat CF Demi";
  src: url("../fonts/ArticulatCF-DemiBold.eot");
  src: url("../fonts/ArticulatCF-DemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ArticulatCF-DemiBold.woff2") format("woff2"),
    url("../fonts/ArticulatCF-DemiBold.woff") format("woff"),
    url("../fonts/ArticulatCF-DemiBold.ttf") format("truetype"),
    url("../fonts/ArticulatCF-DemiBold.svg#ArticulatCF-DemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.clrprimary {
  color: #29376b;
}

.clrsecondary {
  color: #45a7de;
}

.clr323132 {
  color: #323132;
}

.clr215C8D {
  color: #215c8d;
}

.clr898789 {
  color: #898789;
}

.fnt400 {
  font-family: "Articulat CF";
}

.fnt500 {
  font-family: "Articulat CF Medium";
}

.fnt600 {
  font-family: "Articulat CF Demi";
}

.fnt700 {
  font-family: "Articulat CF Bold";
}

.fnt40 {
  font-size: 40px;
}

.fnt16 {
  font-size: 16px;
}

.fnt14 {
  font-size: 14px;
}

.fnt32 {
  font-size: 32px;
}

.fnt12 {
  font-size: 12px;
}

.fnt24 {
  font-size: 24px;
}

.fnt48 {
  font-size: 48px;
}

.fnt20 {
  font-size: 20px;
}

.fnt18 {
  font-size: 18px;
}

.py-100 {
  padding: 100px 0px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-50 {
  margin-top: 50px;
}

body {
  font-family: "Articulat CF";
  color: #323132;
  font-size: 16px;
  padding-top: 166px;
}

img {
  max-width: 100%;
}

.btn-primary {
  border-radius: 100px;
  background: linear-gradient(90deg, #313e6c 0%, #2e79bb 100%);
  padding: 0px 24px;
  color: #fff;
  font-family: "Articulat CF Demi";
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  min-width: 210px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  top: 0px;
}

.header_right {
  gap: 18px;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #29376b 0%, #29376b 100%);
}

.navbar {
  background: #29376b;
  padding: 0px;
}

.nav-link {
  color: #fff;
  padding: 18px 51px !important;
  position: relative;
  font-size: 20px;
}

.nav-link:hover {
  background: #45a7de;
  color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: inherit;
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-caption h2 {
  font-size: 64px;
}

.advantage {
  background-color: #f5f5f5;
}

.advance_box {
  padding: 25px;
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
  border-radius: 25px;
}

.h-35 {
  height: 35px;
}

.advance_box_1 {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.advance_box_2 {
  border-radius: 0px;
  background: #f1f9fe;
}

.advance_box_3 {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.advance_box_main {
  position: relative;
  top: -100px;
}

.treat_box {
  border-radius: 15px;
  border: 1px solid #d9d9d9;
  text-decoration: none;
  transition: all 0.3s;
  background: #fff;
  padding: 25px;
}

.treat_box:hover {
  background-color: #29376b;
  color: #fff;
  text-decoration: none;
}

.treat_box:hover .clrprimary {
  color: #fff;
}

.treat_box {
  min-height: 195px;
}

.our_clinic {
  background: linear-gradient(0deg, #f1f9fe 70%, #fff 30%);
}

.data_box {
  border-radius: 15px;
  background: #29376b;
  height: 195px;
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid #29376b;
}

.data_box_2 {
  background-color: #fff;
  border: 1px solid #d9d9d9;
}

.testimonial {
  background: #29376b;
}

.testimox {
  border-radius: 10px;
  background: #fff;
  padding: 25px;
  min-height: 300px;
}

.btn_white {
  background: #fff;
  border-color: #fff;
  color: #313e6c;
}

.btn_white:hover {
  background: #45a7de;
}

.make_appo {
  background: #f1f9fe;
}

.anything_box {
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
}

.anything_box .title {
  background: #45a7de;
  padding: 20px;
  color: #fff;
  font-size: 32px;

  font-weight: 500;
  text-align: center;
}

.anything_box form {
  padding: 20px 40px;
}

.anything_box form label {
  color: #29376b;

  margin-bottom: 4px;
  font-size: 14px;
}

.anything_box .form-control {
  border-radius: 5px;
  background: #f6f7f9;
  padding: 10px 15px;
  color: #29376b;
}

.anything_box .form-control:focus {
  box-shadow: none;
  border-color: transparent;
  color: #29376b;
}

.btn-submit {
  padding: 15px 35px;
  border-radius: 5px;
  background: #29376b;
  color: #fff;
  font-size: 16px;
}

.btn-submit:hover {
  background: #45a7de;
  color: #fff;
}

footer {
  background: #29376b;
  padding-top: 150px;
}

footer .container {
}

.make_appo .anything_box {
  position: relative;
  top: 100px;
}

.footer_links a {
  color: #45a7de;

  display: block;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  padding-left: 10px;
}

.footer_links a:before {
  content: ".";
  position: absolute;
  color: #45a7de;
  left: 0px;
  font-size: 20px;
  top: -11px;
}

.footer_links a:not(:last-child) {
  margin-bottom: 10px;
}

.copyright {
  padding: 7px 0px;
  background: #45a7de;
  color: #fff;
}

.copy_links a {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.copy_links li {
  position: relative;
}

.copy_links li:not(:last-child):after {
  content: "|";
  position: absolute;
  right: -8px;
}

.carousel-item {
  height: 700px;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_inner_top {
  padding: 30px 0px;
}

.breadcrumb a {
  color: #323132;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #45a7de;

  font-weight: 500;

  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.content_listing {
  list-style: none;

  padding: 0px;
}

.content_listing li {
  background-image: url(../image/ulicon.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 25px;
}

.content_listing li:not(:last-child) {
  margin-bottom: 10px;
}

.page_inner_top_contact {
  background: #f1f9fe;
}

.contact_data .anything_box {
  position: relative;
  /* top: 30px; */
}

.services_top {
  background: #f1f9fe;
}

.service_price_table .table > :not(caption) > * > * {
  padding: 12px 35px;
}

.service_price_table th {
  background: #29376b;
  font-size: 14px;
  color: #fff;
  font-family: "Articulat CF Medium";
}

.service_price_table table {
  border-collapse: initial;
}

.service_price_table td {
  background: #fafafb;
  font-size: 14px;
  color: #4c4c4e;
}

.service_price_table tr th:last-child {
  text-align: center;
}

.service_price_table tr td:last-child {
  color: #45a7de;

  font-size: 16px;
  font-family: "Articulat CF Bold";
  text-align: center;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #d9d9d9;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.accordion-button {
  padding: 20px 0px;
  color: #29376b;
  font-family: "Articulat CF Medium";
}

.accordion-body {
  padding: 0px;
  padding-bottom: 20px;
}

.accordion-button:focus {
  outline: 0;

  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../image/minus.svg);
}

.accordion-button::after {
  background-image: url(../image/plus.svg);
}

.footer_img {
  max-width: 710px;
}

.coolut_bar {
  background: linear-gradient(
    90deg,
    rgba(49, 62, 108, 0.9) 0%,
    rgba(46, 121, 187, 0.9) 100%
  );
  padding: 20px 0px;
}

.btn-cooki1 {
  padding: 15px 35px;
  border-radius: 100px;
  background: #fff;
  color: #29376b;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-cooki2 {
  padding: 15px 35px;
  border-radius: 100px;
  background: #45a7de;
  color: #fff;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-cooki1:hover,
.btn-cooki2:hover {
  background: #29376b;
  color: #fff;
}

.read_profile_btn {
  font-size: 14px;
  min-width: auto;
  padding: 9px 23px;
  height: auto;
}

.go_up {
  position: absolute;
  top: -15px;
  right: 50px;
}

.dropdown-menu-full {
  background-color: #fff;
  padding: 40px 30px;
  border: 0px;
  border-radius: 0px;
  max-width: 1440px;
}

.dropdown-menu-full h2 {
  color: #29376b;
  font-size: 24px;
  font-family: "Articulat CF Demi";
  margin-bottom: 20px;
}

.dropdown-menu-full ul li a {
  color: #29376b;
  font-size: 16px;
  text-decoration: none;
  background-image: url(../image/menuarrow.svg);
  margin-bottom: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px;
}

.dropdown-menu-full ul li:last-child a {
  margin-bottom: 0px;
}

.dropdown-menu-full ul li ul li a {
  background-image: url(../image/menusmallarrow.svg);
}

.dropdown-menu-full ul li ul {
  padding-left: 20px;
  margin-top: 15px;
}

.dropdown-menu-full ul li ul li:last-child a {
  margin-bottom: 0px;
}

.dropdown-menu-full ul li ul li a {
  color: #8c93b1;

  margin-bottom: 12px !important;

  font-size: 14px;
}

.dropdown-toggle::after {
  top: 2px;
  position: relative;
}

.feesdata {
  border: 1px solid #d9d9d9;

  background: #fff;
}

.feesdata .first {
  color: #29376b;

  font-family: "Articulat CF Demi";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 15px;
}

.feesdata .second {
  background: #45a7de;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  padding: 15px;

  font-family: "Articulat CF Bold";
}

.inner_faq_sec {
  background: #e4e6ed;
  padding: 45px 0px;
}

.btn-secondary {
  padding: 15px 25px;
  border-radius: 5px;
  background: #45a7de;
  color: #fff;
  font-size: 16px;
  border: 0px;
}

.btn-secondary:hover {
  background-color: #fff;
  color: #313e6c;
}

.appoint_form {
  border-radius: 10px;
  background: #29376b;
  padding: 30px;
  height: 100%;
}

.appoint_form .form-control {
  border-radius: 5px;
  background-color: #fff;
  color: #29376b;
  padding: 12px 20px;
  padding-left: 45px;
  border: 0px;
}

.appoint_form .form-control::placeholder {
  color: #29376b;
}

.appoint_form .form_icon {
  position: absolute;
  left: 15px;

  top: 50%;
  transform: translateY(-50%);
}

.form-control:focus {
  box-shadow: none;
  border: none;
  color: #29376b;
}

.checkbox [type="checkbox"]:checked,
.checkbox [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.checkbox [type="checkbox"]:checked + label,
.checkbox [type="checkbox"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  min-width: auto;
  background-color: transparent;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  padding-right: 0px;
  padding-left: 30px;
  margin-bottom: 0px;
}

.checkbox [type="checkbox"]:checked,
.checkbox [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.checkbox [type="checkbox"]:checked + label:before,
.checkbox [type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 2px;
  left: 0px;
}

.checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.checkbox [type="checkbox"]:checked + label:after,
.checkbox [type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../image/chectick.svg);
  position: absolute;
  top: 5px;
  transition: all 0.2s ease;
  left: 0px;
  background-repeat: no-repeat;
  background-size: 16px;
}

.fnt10 {
  font-size: 10px;
}

.min-w-205 {
  min-width: 205px;
}

.nav-tabs {
  border-bottom: 0px;
}

.nav-tabs .nav-link {
  margin-bottom: 0px;
  background: 0 0;
  border: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #29376b;
  color: #fff;
  font-family: "Articulat CF Demi";
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #45a7de;
}

.testimonial_sec .testimonial_box_main {
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  background-color: #f5f5f5;
  min-height: 425px;
}

.top_sec_testi {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.testi-inner .read_more {
  color: #45a7de;
  font-family: "Articulat CF Demi";
}

.testi-inner .read_less {
  color: #45a7de;
  font-family: "Articulat CF Demi";
}

.heroslider .slick-slide {
  height: 700px !important;
  position: relative;
}

.heroslider .slick-slide div:first-child {
  height: 100%;
  position: relative;
}

.slide__img {
  height: 100%;
  width: 100%;
}

.slide__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slide__content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.slide__content h2 {
  font-size: 64px;
}

.animate__animated--paused {
  opacity: 0;
}

.treat_box .iconmobile {
  display: none;
}

.treat_box:hover .iconmobile {
  display: block;
}

.treat_box:hover .icondesk {
  display: none;
}

.contact_footer footer {
  padding-top: 50px;
}

.btn-wrap {
  position: absolute;

  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 99%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.testimonial_slider .slick-track {
  display: flex;
  gap: 24px;
}

.testimonial_slider .slick-prev:before,
.testimonial_slider .slick-next:before {
  display: none;
}

.testimonial_slider .slick-prev,
.testimonial_slider .slick-next {
  width: 24px;
  height: 24px;
}

.testimonial_slider .slick-prev {
  background-image: url(../image/sliderleft_testi.svg);
  background-size: 100%;
}

.testimonial_slider .slick-next {
  background-image: url(../image/sliderright_testi.svg);
  background-size: 100%;
}

.testimonial_slider .slick-prev:hover,
.testimonial_slider .slick-prev:focus {
  background-image: url(../image/sliderleft_testi.svg) !important;
}

.testimonial_slider .slick-next:hover,
.testimonial_slider .slick-next:focus {
  background-image: url(../image/sliderright_testi.svg) !important;
}

.progressBarContainer {
  display: flex;
  gap: 5px;
  justify-content: center;

  position: absolute;
  bottom: 140px;
  left: 0px;
  right: 0px;
}

.progressBarContainer div {
  width: 30px;
  cursor: pointer;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 5px;
  background-color: #7bcdf0;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: #29376b;
  width: 0%;
  height: 5px;
}

.select_back {
  background-image: url(../image/dropback.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) calc(100% - 18px);
}

.bookappoback {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.bookappoback .img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bookappoback .inner_data {
  position: absolute;
  top: 0px;
  z-index: 1;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.bookappoback .inner_data h3 {
  color: #fff;

  font-family: "Articulat CF Thin";
  font-size: 27px;
}

.bookappoback .inner_data h2 {
  color: #fff;

  font-family: "Articulat CF Thin";
  font-size: 45px;
}

.video_homepage {
  background: #fff;
  box-shadow: 0px 2px 25px 5px rgba(0, 0, 0, 0.05);
  padding: 55px 140px;
}

.youtitle {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #29376b;
  font-size: 36px;
  justify-content: center;
  padding: 20px 0px;
  border-bottom: 1px solid #d9d9d9;
}
.format_field {
  display: none;
}
.radio_content {
  display: flex;
  background: #f8e157;
}
.modal-content {
  border-radius: 0px;
}
.radio_content .radio_content_right {
  background-image: url(../image/radiogroup.svg);
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.duneradio {
  position: absolute;
  bottom: 20px;
  width: 100px;
  right: 20px;
}
.btn-close {
  position: absolute;
  right: 20px;
  padding: 0px;
  margin: 0px;
  top: 20px;
  width: auto;
  z-index: 1;
  background: none;
  opacity: 1;
}
.advance_box_new {
  border-radius: 0px;
  background-color: #f8e157;
  padding: 0px;
}
.radiobanner {
  background-color: #ffe955;
  position: fixed;
  top: 30%;
  width: 200px;
}
.newfeesdata .first {
  font-family: "Articulat CF Medium";
  font-weight: 400;
}
.newfeesdata .second {
  font-size: 16px;
}
.top-4 {
  top: 4px;
}
.first_trap {
  background: #29376b;
}
.address_box_con {
  background: #e0f3fd;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 97%;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 840px;
  }
}
.newloc_left h2 {
  font-size: 40px;
  color: #29376b;
}
