body {
  font-family: 'Inter', sans-serif;
}

h1, h2, p {
  font-family: 'Inter', sans-serif;
}

a{
  text-decoration: none;
}

.row {
  /* margin-left: -15px;
  margin-right: -15px; */
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* [class*='col-'] {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
} */

.col-1 {
  max-width: 8.33333333%;
  flex: 0 0 8.33333333%;
}

.col-2 {
  max-width: 16.66666667%;
  flex: 0 0 16.66666667%;
}

.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

.col-4 {
  max-width: 33.33333333%;
  flex: 0 0 33.33333333%;
}

.col-5 {
  max-width: 41.66666667%;
  flex: 0 0 41.66666667%;
}

.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

.col-7 {
  max-width: 58.33333333%;
  flex: 0 0 58.33333333%;
}

.col-8 {
  max-width: 66.66666667%;
  flex: 0 0 66.66666667%;
}

.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}

.col-10 {
  max-width: 83.33333333%;
  flex: 0 0 83.33333333%;
}

.col-11 {
  max-width: 91.66666667%;
  flex: 0 0 91.66666667%;
}

.col-lg-3 {
  max-width: 21.4%;
  flex: 0 0 21.4%;
}

.col-lg-6 {
  max-width: 56.3%;
  flex: 0 0 56.3%;
}

.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

.banner-section .elementor-background-video-container video {
    z-index: -2;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    inset: 0%;
    transform: rotateX(0) rotateY(180deg) rotateZ(0);
}

.custom-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    margin-bottom: 0px;
    display: flex;
}

.custom-list .list-item span {
    border: 1px solid #CC3027;
    color: #CC3027;
    border-radius: 60px;
    padding: 4px 10px;
    line-height: 1.5em;
    text-decoration: none;
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 14.4px;
    font-weight: 400;
}

.custom-list .list-item span:hover{
    background-color: #CC3027;
    color: #fff;
}

.mb-0 p{
    margin-bottom: 0;
}

.btn-style a:hover{
    transform: rotate(-45deg);
}

.book-form {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    justify-content: center;
    margin-bottom: 20px;
    margin-inline: 107px;
    font-family: 'Inter', sans-serif;
}

.custom-form {
    display: flex;
    gap: 5px;

  }
  
  .custom-form input {
    padding: 15px;
    border-radius: 10px;
    font-size: 12px;
    text-transform: uppercase;
    height: 58px;
    border: 1px solid #5e646d33;
    color: #0e0e0e;
  }

  .custom-form input::placeholder {
    font-size: 12px;
    color: #5d646c;
  }
  
  .date-group {
    border: 1px solid #5e646d33;
    border-radius: 10px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    height: 58px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    width: 100%;
  }

  .date-group input {
    text-transform: uppercase;
    border: 1px #000;
    border-left: 1px solid #5e646d33;
    border-radius: 0 10px 10px 0;
    width: 64px;
    height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    font-size: 12px;
    line-height: 1.5em;
    box-shadow: none;
  }

  .date-group input.disabled::placeholder {
    color: #201728;
  }

  .date-group input:focus {
    border: 0 !important;
    border-left: 1px solid #5e646d33 !important;
  }

  .date-group input:first-child {
    border-left: none;
  }
  
  .disabled {
    background: transparent;
    border: none;
    font-weight: bold;
    color: #888;
  }

  #formInfoText {
    color: #5e646d;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 24px;
  }

  #successMsg span{
    color: #CC3027;
    font-size: 16px;
    padding-block: 20px;
  }

  .custom-form button {
    background-color: #CC3027;
    padding: 17px 20px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #CC3027;
  }

  .custom-form button i {
    font-size: 18px;
  }

  .custom-form button:hover {
    color: #CC3027;
    background-color: #fff;
    border: 1px solid #CC3027;
  }

  .custom-form input:focus {
    border: 1px solid #CC3027;
    }

    #book-content-style {
        position: relative;
        top: -135px;
    }

    .form-date {
      display: flex;
      gap: 5px;
    }

    .text-decoration a {
      text-decoration: none !important;
    }

    .img-style a {
      text-decoration: none;
      transition: all 0.8s;
      overflow: hidden;
      border-radius: 20px;
      display: block;
    }
    
    .img-style img {
      display: block;
      width: 100%;
      transition: all 0.8s;
    }
    
    .img-style a img:hover {
      transform: scale(1.1);
    }

    .visit-img img{
      object-fit: cover;
      object-position: -350px 0px !important;
    }

    .xlarge-40 {
      width: 20%;
      text-align: left;
  }

  .custom-site-footer {
    background-color: #fff;
    padding: 80px 15px 30px 15px;
  }

  .footer-links-wrapper {
    display: flex;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-links h5 {
    color: #264257;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 11.6px;
    line-height: 1.5em;
    text-align: left;
    font-weight: 700;
  }

  .footer-links a {
    color: #264257;
    text-transform: uppercase;
    margin-top: 6px;
    margin-bottom: 14px;
    font-size: 11.06px;
    transition: all .3s;
    display: block;
    text-align: left;
    line-height: 14.4px;
    font-weight: 400;
  }

  .footer-links a:hover {
    color: #000;
  }

  .footer-logo a img {
    max-width: 128px;
  }

  .social-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: auto;
    display: grid;
  }

  .social-grid .social-card{
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border: 1px solid #264257;
    border-radius: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    padding: 18px 60px 18px 18px;
    display: flex;
  }

  .social-label {
    color: #264257;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 11.06px;
    line-height: 18px;
    text-align: left;
    font-weight: 400;
  }

  .social-card a i {
    border: 1px solid #264257;
    border-radius: 10px;
    padding: 13px 15px;
    width: 52px;
    height: 52px;
    color: #264257;
    font-size: 23px;
  }

  .social-card a i:hover {
    color: #000;
    border: 1px solid #000;

  }

  .custom-site-footer .row{
    justify-content: space-between;
    margin-bottom: 50px;
  }

  #ast-scroll-top {
    background-color: #CC3027;
  }

  header.site-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: rgb(17, 8, 28);
  }

  .ast-primary-header-bar {
    background-color: unset;
  }

  .site-header {
    position: absolute;
    width: 100%;
    background-color: rgb(17, 8, 28);
  }

  .site-navigation {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-image: linear-gradient(#8a8a8a1a, #8a8a8a1a);
    border-radius: 60px;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .ast-builder-menu .main-navigation > ul > li:last-child a {
    padding-right: 0 !important;
}

  .ast-builder-menu-1 .menu-item > .menu-link {
    line-height: 1.5em;
    padding: 10px 30px 10px 0;
    border: 0 !important;
    outline: 0;
  }

  .card-md-block {
    display: none;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #264257;
    text-align: center;
  }

  .footer-copyright,
  .footer-copyright a {
    color: #264257;
    font-size: 12.58px;
  }

  .footer-copyright a:hover {
    color: #0e0e0e;
  }

  .mobile-menu-logo img {
    max-width: 128px;
  }

  .site-above-footer-wrap {
    padding-bottom: 0;
  }

  a.menu-link:focus {
    border: 0;
  }

  .contact-form-custom{
    gap: 0 20px;
    margin-bottom: 0 !important;
    display: flex;
    flex-wrap: wrap;
  }

  .contact-form-custom p {
    margin-bottom: 0;
    width: calc(50% - 10px);
  }

  p.form-group {
    width: 100%;
  }

  .contact-form-custom p .wpcf7-form-control-wrap input {
    padding: 15px;
    border-radius: 10px;
    font-size: 12px;
    text-transform: uppercase;
    height: 58px;
    border: 1px solid #5e646d33;
    color: #0e0e0e;
    position: relative;
    margin-bottom: 28px;
  }

  .contact-form-custom p .wpcf7-form-control-wrap textarea {
    padding: 15px;
    border-radius: 10px;
    font-size: 12px;
    text-transform: uppercase;
    height: 150px;
    border: 1px solid #5e646d33;
    color: #0e0e0e;
    margin-bottom: 22px;
  }

  .contact-form-custom p .wpcf7-form-control-wrap textarea:focus,
  .contact-form-custom p .wpcf7-form-control-wrap input:focus {
    border: 1px solid #CC3027 !important;
  }

  .btn-form {
    background-color: #CC3027 !important;
    color: #fff;
    font-size: 14px !important;
    height: 58px;
  }

  .btn-form:hover {
    background-color: #264257 !important;
  }

  .wpcf7 form .wpcf7-response-output {
    margin: 1em 0 1em;
  }

  .wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    margin-bottom: 5px;
    font-size: 13px;
  }

  .service-form p label br{
    display: none;
  }

  .site-title {
    display: none !important;
}

#more-service-tab {
  border-radius: 10px;
  padding: 20px 30px;
}

.gallery-caption {
  border: 0 !important;
}

.ast-separate-container {
  background-color: #F6F7FF;
}

.home .clinic-gap #gallery-1 figure {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 0;
}

.home .clinic-gap #gallery-1 figure a img {
  width: 36px;
  height: 36px;
  margin: 0;
}

.home #gallery-1 {
  display: flex;
  position: relative;
}

.home #gallery-1 figure {
  position: relative;
  margin-left: -14px !important;
  z-index: 1;
}

.home #gallery-1 figure:first-child {
  margin-left: 0 !important; 
}

.company-specialized .elementor-icon-box-icon span.elementor-icon {
  margin-top: 6px;
}

.img-style a {
	display: block !important;  
}

.form-link ul li a {
  text-decoration: none !important;
}

header.site-header .ast-container {
  padding: 0 !important;
}

.ast-mobile-popup-drawer .ast-mobile-popup-inner {
  width: 320px !important;
}

header.site-header a.ast-custom-button-link,
#ast-mobile-popup a.ast-custom-button-link{
  text-align: center !important;
}



@media screen and (min-width: 1280px) {
  .social-card {
    width: auto;
  }
}

@media screen and (min-width:920px) {
  .ast-builder-grid-row.ast-grid-center-col-layout {
    grid-template-columns: auto 2fr auto !important;
}
}

@media screen and (max-width:1480px) {
  .w-lg-100 {
    width: 100% !important;
  }
}

@media screen and (max-width:1200px) {
  .large-25 {
    width: 28%;
  }

  .md-pl-0 .elementor-widget-container{
    padding-right: 0 !important;
  }

  .footer-links-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }

  .social-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .card-md-block {
    display: inline-block;
  }

  .footer-links-wrapper {
    grid-row-gap: 22px;
}

.pr-md-0 {
  padding-right: 0;
}

a.ast-custom-button-link .ast-custom-button{
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.our-services-content {
  justify-content: space-between !important;
}


}

@media screen and (max-width:1024px) {
    .book-form {
      margin-inline: 25px;
    }

    .date-group {
      padding-left: 0;
      padding-right: 0;
    }

    .d-none-md {
      display: none !important;
    }

    .large-25 {
      width: 32%;
    }

    a.ast-custom-button-link .ast-custom-button {
      padding: 13px 15px 13px 15px !important;
      width: 208px;
    }
}

@media screen and (max-width:920px) {
  .custom-form {
    display: grid;
    gap: 5px;
    grid-template-columns: 2fr 2fr;
  }

  .book-form {
  margin-inline: 18px;
  }

  #grid-md {
    --e-con-grid-template-columns: repeat(2, 1fr);
    --e-con-grid-template-rows: repeat(3, 1fr);
  }

  .teech-md{
    width: 68%;
  }

  .teech-grid{
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(2, 1fr);
  }

  .smile-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .smile-title-content {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    position: relative !important;
  }

  .w-40 {
    width: 50% !important;
  }

  .meet-btn {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
  }

  .d-none-md {
    display: inline-block !important;
  }

  .sm-d-none {
    display: none !important;
  }

  .medium-20 {
    width: 100%;
    text-align: center;
}

.testimonials-section {
  /* grid-template-columns: repeat(2, 1fr) !important; */
  gap: 10px 10px !important;
  flex-flow: wrap !important;
  justify-content: space-between !important;
  align-items: center;
  display: flex !important;
}

.out-support-content {
  min-height: auto;
}

.mark-box2 {
  top: -50px !important;
}

.w-50 {
  width: 49% !important;
}

.w-100 {
  width: 100% !important;
}

.visit-content {
  flex-wrap: wrap !important;
  gap: 50px !important;
}

.visit-book {
  width: 100% !important;
  flex-direction: row !important;
}

.visit-appoinment {
  flex-direction: row-reverse !important;
}

.visit-book .custom-list {
  justify-content: end;
}

.visit-list {
  width: 60% !important;
}

.visit-img img {
  width: 255px !important;
  height: 358px !important;
}

.w-35 {
  width: 35%;
}

.pl-md-0 {
  padding-left: 0;
}

.footer-links-wrapper {
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.custom-site-footer .row {
  gap: 40px;
}

.social-grid {
  grid-template-columns: repeat(3, 1fr);
}

.card-md-block {
  display: none;
}

.site-above-footer-wrap {
  padding: 0;
}

.social-grid .social-card {
  flex-flow: row;
  align-items: center;
  padding: 18px 18px 18px 18px;
}

.social-label {
  margin-bottom: 0;
}

.site-navigation {
  background-image: unset;
  padding: 15px 0 20px 0;
}

#menu-toggle-close,
.ast-button-wrap .menu-toggle.main-header-menu-toggle:focus {
  outline: none;
  border: 0;
}

#ast-mobile-popup.ast-mobile-popup-drawer .ast-mobile-popup-header {
  position: absolute;
  right: 0;
}

.menu-toggle span.mobile-menu-wrap span.mobile-menu {
  font-weight: 400 !important;
}

.banner-content {
  margin-top: 80px;
  grid-template-columns: repeat(1,1fr) !important;
}

.team-grid-content,
.service-grid-md,
.contact-services-section {
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px;
}

.about-experience .e-con-inner,
.about-experience {
  display: grid !important;
  gap: 40px !important;
}

.w-md-100 {
  width: 100% !important;
}

.contact-hours {
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px 0;
}

.contact-map-section {
  display: grid !important;
  grid-template-columns: repeat(1,2fr) !important;
}

.biomedical-services .e-con-inner{
  flex-direction: column-reverse !important;
}

.service-img-box {
  margin-left: auto !important;
  width: 374px !important;
}

.md-height {
  min-height: 290px !important;
}

.biomedical-services {
  margin-top: -66px !important;
}

.dnone-md {
  display: none;
}

.md-w-100 {
  width: 85% !important;
}

.out-mission-tab .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(1,1fr);
}

.w-100-mission {
  width: 100% !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.provide-content {
  width: 100% !important;
}

}

@media screen and (max-width:768px){
    .home .clinic-gap #gallery-1{
        display: flex;
    }

    .home .clinic-gap #gallery-1 figure {
        width: 38px;
    }

}

@media screen and (max-width:620px) {
  .custom-form {
    grid-template-columns: 1fr;
}

.book-form {
  margin-inline: 9px;
}

#grid-md {
  --e-con-grid-template-columns: repeat(1, 1fr);
  --e-con-grid-template-rows: repeat(6, 1fr);
}

.teech-md{
  width: 100%;
}

.teech-grid{
  grid-template-columns: repeat(1, 1fr) !important;
}

.smile-title-content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: unset !important;
  position: unset !important;
}

.w-40 {
  width: 100% !important;
}

.meet-btn {
  position: unset !important;
  right: 0;
  bottom: 0 !important;
}

.small-100 {
  width: 100%;
}

.testimonials-section {
  grid-template-columns: repeat(1, 1fr) !important;
}

.mark-box .elementor-image-box-wrapper{
  display: flex;
  text-align: left;
  gap: 10px;
}

.visit-book {
  flex-direction: column !important;
}

.visit-book .custom-list {
  justify-content: left;
}

.visit-list {
  width: 85% !important;
}

.w-35 {
  width: 100%;
}

.visit-img img {
  width: 100% !important;
  height: 218px !important;
  object-position: 0px 0px !important;
}

.visit-content {
  gap: 10px !important;
}

.footer-links-wrapper {
  grid-template-columns: repeat(2, 1fr);
}

.social-grid {
  grid-template-columns: repeat(1, 1fr);
}

.custom-site-footer .row {
  gap: 30px 0;
}

.footer-logo a img {
  max-width: 110px;
  margin-bottom: 10px;
}

.footer-bottom-wrapper {
  justify-content: center;
  flex-wrap: wrap;
}

.custom-site-footer {
  padding: 80px 15px 20px 15px; 
}

.team-grid-content,
.service-grid-md {
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 20px;
}

.about-experience .e-con-inner {
  gap: 24px;
}

.contact-hours {
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px 0;
}

.contact-form-custom p {
  width: calc(100% - 10px);
}

.contact-form-custom p .wpcf7-form-control-wrap textarea {
  height: 100px;
}

.contact-form-custom p .wpcf7-form-control-wrap input {
  height: 50px;
}

.contact-services-section {
  grid-template-columns: repeat(1, 1fr) !important;
}

.w-50 {
  width: 100% !important;
}

.mark-box2 {
  top: unset !important;
}

.testimonials-section {
  gap: 65px 10px !important;
  align-items: center;
  display: grid !important;
}

.about-image a {
  display: block !important;
}

.date-group .disabled {
  display: none;
}

.date-group input:nth-of-type(2){
  border-left: 0;
}

.d-block .elementor-widget-container a {
  display: block !important;
}

.biomedical-services .e-con-inner{
  flex-direction: column !important;
}

.service-img-box {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 390px !important;
}

.md-height {
  min-height: 350px !important;
}

.biomedical-services {
  margin-top: 0 !important;
}

.form-date {
  justify-content: space-between;
}

.date-group {
  width: 170px;
}

.custom-form {
  gap: 10px;
}

}
.partners-logo {
  width: 100% !important;
}
.partners-logo .gallery {
  display: flex;
  width: 100%;
  gap: 30px;
}
.partners-logo .gallery .gallery-item {
  max-width: 100% !important;
  width: 100%;
  flex: 1 1 auto;
}
.partners-logo .gallery .gallery-item img {
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width:767px) {
  .partners-logo .gallery {
    flex-direction: column;
  }
}

@media (max-width: 921px) {
    .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
        font-size: 12px !important;
    }
}