
.highlight{

background-color:#c9c9c9;
}

    .search-box .clear{
        clear:both;
        margin-top: 20px;
    }


    .search-box ul{
        list-style: none;
        padding: 0px;
        width: 250px;
        position: absolute;
        margin: 0;
        background: white;
    }

    .search-box ul li{
        background: white;
        padding: 4px;
		font-size: 15px;
        margin-bottom: 1px;
    }

    .search-box ul li:hover{
        cursor: pointer;
    }
	
.playstore{
    width: 240px;
    height: 70px;
    viewBox: 0 0 240 70;
    fill: null;
}

.applestore{
    width: 240px;
    height: 70px;
    margin-left: 10%;
    viewBox: 0 0 240 70;
    fill: null;
}

.side_banner{
 margin-left: 60%;   
 width: 20px;
}

.side_banner2{
    margin-top: 5%;
    position: absolute;
    width: 35%;
}

.footer_playstore{
    margin: 0 22% 0 140%;
    border-radius: 12px;
}
.footer_applestore{
    margin: 0 5% 0 150%;
    border-radius: 12px;
}
.footer_text{
    margin: 60% 22% 0 -30%;
}
/* .anchor{
    margin-left: 250px;
} */

.footer_column{
            /*display: flex;*/
            /*justify-content: center;*/
            /*justify-content: space-between;*/
            /*background-color: red;*/
            /*height: 100vh;*/
            /*width: 100%;*/
}

.footer_column_flex{
               
}

@media only screen and (max-width:700px){
    .footer_playstore{
        margin-left: 40%;
    }
    .footer_applestore{
        margin: 0 0 0 50%;

    }
    .footer_text{
        margin: 0 -20% -0% 20%;
    }
    
    .playstore{
        margin-bottom: 5%;
        
    }
    .applestore{
        margin-left: 0!important;
    }
    .text{
        text-align: center;
    }
    .banner_adjust{
        padding-bottom: 0%;
    }
    .side_banner{
        margin-left: 15%;
    }
    .side_banner2{
        margin-top: 140%;
        position: absolute;
        display: inline-flex;
        width: 70%;
    }
}

#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}


/* Error Tool Tip Styles*/
.tool_tip {
  /* font */
  font-family: Helvetica;
  font-size: 13px;
  font-weight: bold;
  color: #cc0033;
  line-height: 20px;
  display:none;
  /* background */
  background-color: #fce4e4;
  border: 1px solid #fcc2c3;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  /* positioning */
  float: left;
  position: relative;
  padding: 7px 11px 4px;
  margin-left: 10px; /* distance between error tip and element it points to */
}

/* Left Arrow Styles */
.tool_tip:after, .tool_tip:before {
  content: '';
  border: 7px solid transparent;
  position: absolute;
  top: 30px;
}
.tool_tip:after {
  border-top: 7px solid #fce4e4;
  left: 10px;
}
.tool_tip:before {
  border-top: 7px solid #fcc2c3;
  left: 10px;
}

/*social media*/
.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#000000;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
/*social media end*/

/*collapsible section*/

.collapsible {

}

.active, .collapsible:hover {
  background-color: #FFFFFF;
}

.content {
  padding: 0 18px;
  display: none;
      overflow: hidden;
  background-color: #f1f1f1;
}
/*collapsible section end*/

.img-vert {
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipV;
        -ms-filter: "FlipV";
}

.google-map {
     padding-bottom: 40%!important;
     position: relative;
}

.google-map iframe {
     height: 100%!important;
     width: 100%!important;
     left: 0;
     top: 0;
     position: absolute;
}

/*.rotate {*/
/*    -moz-transition: all .5s linear;*/
/*    -webkit-transition: all .5s linear;*/
/*    transition: all .5s linear;*/
/*}*/
/*.rotate.down {*/
/*    -moz-transform:rotate(90deg);*/
/*    -webkit-transform:rotate(90deg);*/
/*    transform:rotate(90deg);*/
/*}*/



.image-grid figure {
  margin-bottom: 0;
}

.image-grid img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.image-grid a:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}


/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
  background: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 10px;
}

.lightbox-modal .carousel-control-next {
  right: 10px;
}




.main_container {
    display: block;
    width: calc(min(1600px,90vw));
    margin: auto;
}

.sub_container {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 3.5%;
    justify-content: center;
    align-items: center;
}


.description {
    overflow-y: hidden;
}

.description {
    flex: 1;
    max-height: 444px;
    overflow-y: auto;
    direction: ltr;
}

.heading {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
}



@media only screen and (min-width: 640px){

    .lg\:hidden{
        display:none;
    }
  
     .md\:block{
        display:block;
    }
}
@media only screen and (max-width: 768px){
    
    .read_more {
        max-height: 200px;
    }
    
    .md\:hidden{
        display:none;
    }
  
    .lg\:block{
        display:block;
    }
    .md_view {
        display: block;
    }
}


/* FAQ For Treatment/Surgery */
   .accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-content {
  padding: 1rem;
}

.icon {
  display: flex;
  align-items: center;
}

.fa-plus {
  margin-left: 5px;
}

.question.active {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}