.carousel .carousel-item img {
  min-height: 600px;
  object-fit: cover;
}
.breadcrumb .description h1 {
    font-weight: bold;
}
.p-10{
    padding-left: 50px;
    padding-right: 50px;
}
.item .description h3{
    font-size: 18px;
}
.carousel .carousel-item{
    height: unset!important;
}
.mob-res{
    display: none;
}

.carousel-caption {
    width: 70%;
}

.doctor-wrapper {
    margin-top: 30px;
    height: calc(100% - 30px);
    display: flex;
}
.row:has(.list-group){
    padding-right: 1.5rem;
}
@media (max-width: 992px) {
    .row:has(.list-group) > *{
        max-width: 90%;
    }
    .carousel .carousel-caption h2 {
        font-size: 1.4rem;
    }
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        font-weight: 700;
    }
 
    .carousel .carousel-item .carousel-caption .animated {
        animation-delay: 1s;
        background-color: #fffdfdad;
        padding: 10px;
    }
    .btn-special {
        border: 2px solid #0f3e85;
        border-radius: 0.25rem;
        padding: 0.35rem 1rem;
        background: #0f3e85;
        color: white;
        font-family: 'Mulish', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        overflow: hidden;
        transition: 0.3s;
        font-size: 13px;
        position: relative;
        display: inline-block;
        white-space: pre-wrap;
    }
    .doctor-wrapper .card img{
        width: 100%;
        object-fit: cover;
    }
    .mob-res{
        display: block;
    }
    .mob-res-desktop{
        display: none;
    }
    
    .list-group li{
        display: none;
    }

    .list-group li:first-child, .list-group li.btn-open{
        display: block;
    }
    
    .list-group.active li{
        display: block;
    }
	.menu-item menu-item-gtranslate .menu-item-gtranslate > div{
		top: 50%;
    left: 20px;
    transform: translateY(-50%);
		z-index: 1312
	}
}

.list-group.active .btn-open{
    display: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image{
    display: inline-flex;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: unset;
    height: 200px;
}

.row:has(.list-group){
    justify-content: center;
}

header {
    z-index: 90000000 !important;
}

.col-md-6.float-left.pl-md-0{
    padding: 0 2rem;
}

.menu-item-gtranslate > div{
  top: 6px;
  left: 20px;
}

.feature-block .inner-box ul li:hover a{
    color: #32fa7e;
    text-decoration: underline;
}
