.error{
    font-size:10px;
    color:red;
    margin-bottom:0px !important;
  }
  #evening_clinic_department{
    font-size: inherit;
    color:black;
  }
  #evening_clinic_department{
    font-size: inherit;
    color:black;
  }
  .eveningclinic-para a{
    color: #00B7AC !important;
    
  }
  .advanced-lab-bannerimg {
    width: 100%;
    display: block;
}
.advanced-lab-banner{
    margin-top: 100px;
    position: relative;
    background-color:linear-gradient(90deg, #034EA1 0%, #00B7AC 100%); ;
}
.mobile-banner{
    display: none;
}
@media screen and (max-width: 768px) {
    .desktop-banner {
      display: none;
    }
    .mobile-banner{
        display: block;
    }
  }
  @media screen and (max-width: 468px) {
    .mobile-banner-img {
      width: 100vw;
      height: auto; 
      margin-top: 4px;
    }
  }
  @media screen and (max-width: 540px) {
    .mobile-banner-img {
      width: 100vw; 
      height: auto; 
      margin-top: 4px;
    }
  }
  @media screen and (min-width: 765px) and (max-width: 769px) {
    .mobile-banner-img {
        width: 100vw; 
        height: auto; 
        margin-top: 15px;
      }
  }

  
  /* contact form  */
  .laboratory-form
{
    width: 20%;
    background: #034EA1;
    padding: 1px;
    position: absolute;
    top: 50%;
    right: 5%;
    border-radius: 5px;
    transform: translate(0, -50%);
}
.laboratory-form h4{
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.laboratory-form form{
    background: #fff;
    padding: 10px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}
.laboratory-form .form-group{
    margin-bottom: 5px;
}
.laboratory-form form input, .laboratory-form form select{
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #C4C4C4;
    padding: 15px 0;
}
.laboratory-form form input::placeholder{
    color:#C4C4C4;
}
.laboratory-form form button{
    background: linear-gradient(90deg, #034EA1 0%, #00B7AC 100%);
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    box-shadow: none;
    border: none;
}


@media (max-width:1199px){
.laboratory-form h4 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}
.laboratory-form form input, .laboratory-form form select{
    padding: 5px 0;
}
.laboratory-form form button{
    padding: 5px 10px;
}

}
@media (max-width:991px){
#banner .bannerDetail{
    bottom:5% !important;
}
.laboratory-form{
    position: unset;
    transform:unset;
    width: 80% !important; 
    box-sizing: border-box;
    margin: 20px auto;
}
.tech-images{
    display: flex;
    flex-direction: column;
}
}

.about-lab {
    background: #fff;
    padding: 50px 0;
    text-align: center;
    width: 90%;
    margin: auto !important;
}
.advanced-lab-para{
    margin-bottom: 20px;
}
.advanced-lab-para h2 {
    font-family: Montserrat;
    font-size: 30px;
    margin-bottom: 20px;
    color: #00b7ac;
}
.advanced-lab-para p{
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.advanced-design-lab{
    margin-bottom: 20px;
}
.advanced-design-lab h3 {
    font-family: Montserrat;
    font-size: 24px;
    margin-bottom: 20px;
    color: #00b7ac;
    text-align: left;
}
.advanced-design-lab p{
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.advanced-lab-practice{
    margin-bottom: 20px;
}
.advanced-lab-practice h3 {
    font-family: Montserrat;
    font-size: 24px;
    margin-bottom: 20px;
    color: #00b7ac;
    text-align: left;
}
.advanced-lab-practice p{
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
/* benefits-of-technology */
.benefits-of-technology{
    width: 70%;
    margin: auto;
}
.benefits-of-technology h3 {
    font-size: 28px;
    color: #034EA1;
    text-align: center;
    border-bottom: 1px solid #034EA1;
    padding-bottom: 5px;
}
.tech-images{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    }
.tech-images img{
    max-width: 320px !important;
    height: auto;
    margin: 20px;
}
/* specialities */
.various-specialities{
    width: 90%;
    margin: auto;
}
.various-specialities h3{
    font-family: Montserrat;
    font-size: 22px;
    color: #00b7ac;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
}
.various-specialities p{
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.service-image{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.service-image img{
  display: flex;
}
/* .service-mob-image{
    display: none;
}  */
@media screen and (max-width:480px) {
    .service-image img{
        display: none;
    }
    .service-mob-image{
        display: block;
    }
    .splide {
        display:  block !important;
        position: relative;
        visibility: visible !important;
        bottom: 90px;
        margin-top: 20px;
    }
    .splide__slide img {
        width: 90%; 
        height: auto; 
       }
       .splide__arrow{
        left: 87%;
       }
       .splide__arrow--prev{
        left: 0em !important;
       }
       .splide__arrow svg {
        fill: #fff !important;
    }
    .benefits-of-technology h3 {
        font-size: 18px;
    }
    .various-specialities p {
        margin-bottom: 85px; 
    }
}
.splide {
    display: none;
}
/* 3d-technology */
.advanace-tech{
    width: 90%;
    margin: auto;
}
.advanace-tech h3 {
    font-size: 28px;
    color: #00B7AC;
    text-align: left;
}
.advantage-image {
        margin-top: 20px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
}

@media screen and (max-width: 768px) {
    .advantage-image img {
      max-width: 100%; 
        height: auto; 
     }
}
@media screen and (max-width: 480px) {
    .advantage-image img {
       max-width: 100%;
        height: auto; 
       }
    .find-us p {
        font-size: 12px !important;
    }
}
/* contact*/
.explore-us{
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
    background-image: url(../images/leftflower.svg), url(../images/rightflower.svg), linear-gradient(328.58deg, #034ea1 -15.54%, #00b7ac 83%);
    background-position: left center, right center;
    background-repeat: no-repeat;
}
.find-us{
    text-align: center; 
    padding: 40px 0;
}
.find-us p{
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#contactus{
    font-size: 15px;
    border-radius: 5px;
    background: #fff;
    padding: 10px 20px;
    box-shadow: none;
    border: none;
    color: #00B7AC;
    vertical-align: middle;
}
/* FAQ */
.faq{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    background-color: #034EA1;
    padding: 0 0 50px;
    background: url(../images/spec/faq-bg.svg) center/cover no-repeat;
}
.patient-faq h3{
    color:#fff ;
    font-size: 25px;
    font-family:Montserrat;
    margin-top: 30px;
}
.patient-faq{
    width: 90%;
    margin: auto;
}
.faq-one{
    padding: 10px 0 10px;
}
.faq-two{
    padding: 10px 0 10px;
}
.faq-three{
    padding: 10px 0 10px;
}
.accordion {
    background-color: #fff;
    color: #034EA1;
    cursor: pointer;
    padding: 20px 40px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: MontserratBold;
    font-size: 18px;
    line-height: 22px;
    box-sizing: border-box;
    position: relative;
   }
   .accordion::after {
    content: "\e080"; /* Unicode for the arrow */
    font-family: "Glyphicons Halflings";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: #034ea1;
    transition: all 0.3s ease-in-out;
}
.accordion.active::after {
    transform: rotate(90deg);
}
  .box p{
    font-family: Montserrat;
    font-size: 16px;
    color: #000;
    padding: 20px 40px;
    margin-bottom: 10px;
  }
  
  .active, .accordion:hover {
    background-color: #fff; 
  }
  .accordion.active, 
.accordion:hover {
    background-color: #fff;
    color: #034EA1; 
}
.box {
    padding: 0 18px 20px;
    display: none;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    border-top:1px solid #ddd;
  }
  .box ul {
    list-style-type: disc; 
    margin-left: 20px; 
}
  @media screen and (max-width: 576px){
    .accordion {
        width: 100%;
    }
    .faq{
        margin-top: 0px;
        padding: 0 0 50px;
    }
    .splide:not(.is-overflow) .splide__pagination {
        display: block !important;
     }
    
    .splide__pagination__page.is-active{
        background:#00B7AC !important;
    }
  }
  @media screen and (max-width: 330px) {
    .splide__pagination {
      top: 9.5em !important;
      left: 100px !important;
    }
  }
  
  @media screen and (min-width: 331px) and (max-width: 380px) {
    .splide__pagination {
      top: 10.5em !important;
      left: 120px !important;
    }
  }
  
  @media screen and (min-width: 381px) and (max-width: 420px) {
    .splide__pagination {
      top: 10.5em !important;
      left: 120px !important;
    }
  }
  
@media screen and (min-width: 421px) and (max-width: 580px) {
    .splide__pagination {
        top: 11.5em !important;
        left: 140px !important;
    }
}
  @media screen and (min-width: 768px) and (max-width: 868px){
.image-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.laboratory-form {
    width: 50% !important;
}
.service-image img {
    max-width: 35%;
    height: auto;
  }
}
@media screen and (min-width: 968px) and (max-width: 1024px){
    .tech-images img {
        max-width: 290px !important;
      }
}
@media screen and (min-width: 910px) and (max-width: 1010px){
    .image-container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .laboratory-form {
        width: 50% !important;
    }
}
@media screen and (min-width: 540px) and (max-width: 640px){
.service-image img {
    max-width: 35%;
    height: auto;
  }
}