*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body a{
    text-decoration: none;

}
.error{
    color:red;
}
.success{
    color:green;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.link{
    text-decoration: none;
}
/* Global classes above */

/* HEADER STYLING  */
.Top-Nav{
background-color: rgb(229 25 56);
color: rgb(255, 255, 255);
}
.Top-Nav-Text{
    font-size: 16px;
    /* font-weight: 500; */
}

#ConditionsTreatedMenu{
    width: 900px;
    max-width: 100%;
}

/* BODY SECTION STARTS */




/* BANNER SECTION */

.book-appointment-section{
    background-color: #1F396B;
    color: white;
}

.book-appointment-section p{
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;;
    text-align: center;
}
.book-appointment-section .appointment-border-end{
    border-right: 1px solid #fff;
}
@media (min-width: 0px) and (max-width:768px) {
    .book-appointment-section .appointment-border-end{
        border-right: none;
    }
}

.about-doctor-section h6{
    color: #E51934;
}
.about-doctor-section h5{
    font-weight: 550;
    color: #1D3E7D;
}


/* VISION STYLING */
.Vision-title{
    font-weight:600;
    color: #213F79;
}

.Vision-Description{
    background-color: rgba(33, 46, 102, 0.952);
    color: white;
    font-size: 20px;
}

#vision-end-line{
  color: rgb(230, 221, 101);  
}
.vision-image{
    height: 100%;
}

/* DISORDER CONTAINER */
.Disorder-Container{
   display: flex;
   flex-wrap:wrap ;
   justify-content:start;
}
.Disorder-Container .card{
    margin-left: 30px;
    margin-top: 20px;
} 
.Conditions-Treated h4{
    font-weight: 700;
}
#Disorder .card-text{
    text-transform: uppercase;
    font-weight: 600;
}

/* CONTACT US START */
.contact-us-bg-color{
    /*background-color: #8684842a;*/
    background-color: #1f396c;
}
.home-contact-us-today{
    background-image: url('../images/Banner-Component/home-map-bg.png');
    /* background-color: #8684842a; */
    /* background-color: rgba(160, 156, 156, 0.3); */
    background-repeat: no-repeat; 
    background-size: 100% 100%;
    background-position: center;
    padding: 7%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-contact-us-today .contact-us-help{
    
    background-color: rgba(0, 0, 0, 0.3);
    padding: 30px;
    border-radius: 6px;
    font-size: 20px;
    color: white;
    text-align: center;
}
.home-contact-us-today .contact-us-help .appointment-btn{
    font-size: 18px;
    color: #1F396B;
    font-weight: 600;
}
.home-contact-us-today .contact-us-help .message-btn{
    font-size: 18px;
    color: #E51934;
    font-weight: 600;
}
/* CONTACT US END */


/* ORGANISATION INFO */
.home-org-sec{
    background-color: #1F396B;
    height: 250px;
    width: 250px;
    color: #FFFFFF;
}



/* BLOG STATUS STARTS */
.row-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  
  /* vertical spacing between columns */
  
.row-flex  [class*="col-"] {
    margin-bottom: 30px;
  }
  
  .content {
    height: 100%;
    /* padding: 20px 20px 10px; */
    color: #868484;
    
  }

  .disorder-card{
    border:1px solid #D3D3D3;
    height: 100%;
    width: 100%;
  }
  .disorder-card-text{
    text-align: center;
   /* font-weight: 600; */
   font-size: 16px;
   text-transform: uppercase;
   color: #1F396B;
   padding: 15px;
  }
  .disorder-img{
    width:100%;
     height:200px;
  }
 

/* BLOG STATUS ENDS */

/*TESTIMONIAL*/
/* .Red-Testimonials  .card{
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    
} */
.Red-Testimonials .patient-text{
    color: #1F396B;
}
.Red-Testimonials .testimonials-reviews{
    border: 1px solid #D3D3D3;
    padding: 16px;
    background: #fff;
}
/* Keep testimonial cards to a comfortable width on desktop */
@media (min-width: 992px){
  .Red-Testimonials .testimonials-reviews{ max-width: 520px; margin-left: auto; margin-right: auto; }
}
.Red-Testimonials .testimonials-reviews .person-logo{
    margin-bottom: -70px;
}
.Red-Testimonials .testimonials-reviews p{
    /* Ensure long text doesn't overflow cards on mobile */
    overflow-wrap: anywhere;
}
.example::-webkit-scrollbar {
    display: none;
  }

/* .Red-Testimonials .card-body{
    background-color: rgba(255, 255, 255, 0.582);
} */

/* BODY SECTION ENDS

/* blogs */
.review-slick-slide {
    height: 100%;
  }
  .review-slick-slide .slick-track {
    display: flex;
  }
  .review-slick-slide .slick-track .slick-slide {
    display: flex;
    height: auto;
  }
  .review-slick-slide .slide-cards {
    text-decoration: none;
    height: 100%;
    padding: 10px;
    margin: 8px; 
  }
  .slide-cards .card img{ width:100%; height:auto; display:block; }
/* .Slick-Slides {
    height: 100%;
}
.Slick-Slides .slick-track{
    display: flex;
}
.Slick-Slides .slick-track .slick-skide{
    display: flex;
    height: auto;
}
.Slick-Slides .slide-cards{
    height: 100%;
} */


/* .footer-end .help-desk{
    border-left: 2px solid rgb(70, 47, 47);

} */




/* FAQ Section */
/* 
#accordionExample .show{
    background-color: rgba(33, 46, 102, 0.952);
   
} */
.faq-section .accordion-button.collapsed::after {
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/></svg>");
    transform: rotate(-90deg);
    transition: 0.2s ease-in;
    transition-delay: 0.2s;
    
  }
  .faq-section .accordion-button:not(.collapsed)::after {
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='red' class='bi bi-dash-circle' viewBox='0 0 16 16'><path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/><path d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/></svg>");
    transform: rotate(0deg);
    transition: 0.2s ease-in;
    transition-delay: 0.2s;
    
  }
  .faq-section .accordion-collapse {
    transition: 0.2s ease-in;
    transition-delay: 0.2s;
  }
  .faq-section .accordion-button:not(.collapsed), .faq-section .accordion-button.collapsed {
    outline: none;
    color: #1E2285;
    font-size: 20px;
  }
  .faq-section .accordion-button:focus {
    border-color: none;
  }
.accordion-button strong{
    font-size: 16px;
    padding: 3px;

  } 
  
#accordionExample .accordion-button{
    background-color: rgba(33, 46, 102, 0.952);
    color: rgba(255, 255, 255, 0.952);
    border-right: 30px solid rgb(255, 0, 0);
    transition: 0.9s ease-in;
    border-color: none;
    box-shadow: none;
}

#accordionExample .collapsed{
    background-color: rgba(255, 255, 255, 0.952);
    color: #1E2285;
    border-right: 0px solid rgb(255, 0, 0);
}
.accordion-body{
    font-size: 16px;
} 
        

/* FOOTER SECTION ENDS */
/* MEDIA QUERY */
@media only screen and (max-width:991px){
    .CarouselItem img{
      height: auto;
    }

    #ConditionsTreatedMenu{
        width: 100%;
        margin-left: 0px;
        margin-top:30px;
    }
}

@media only screen and (max-width:600px){
    .CarouselItem img{
      height: auto;
    }
}
