.menuzord-brand h1{
    font-size: 26px;
}
.menuzord-brand h1 span{
    display: block;
    font-size: 15px;
    color: #008191;
    font-weight: 600;
}
.menuzord-brand h1 .text-sm{
    display: block;
    font-size: 15px;
    color: #008191;
}
.menuzord-brand{
    margin: 5px 10px 5px 0;
}
.widget-newsletter .description{
    position: relative;
    padding-left: 40px;
}
.widget-newsletter .description i{
    position: absolute;
    font-size: 24px;
    color: #008191;
    left: 0;
    font-weight: bold;
    top: 0;
}
.owl-carousel .owl-stage{display: flex;}
.owl-item {
    display: flex;
    flex: 1 0 auto;
    height: auto !important;
}
.tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial{
    height: 100%;
}
.about-section p, .about-content p{
    text-align: justify;
}
.video ul{
    display: flex;
    margin: -15px;
}
.video li{
    width: 33.33%;
    padding: 15px;
    list-style: none;
}
.video-item{
    width: 100%;
    height: 315px;
}
.hospital{
    border-top: 5px solid #008191;
    background: #008191;
    height: 100%;
    display: block;
}
.hospital .map{
    width: 100%;
    height: 300px;
}
.hospital .details{
    padding: 10px 25px;
}
.hospital p{
    color: #fff;
    margin: 0;
}
.hospital h4{
    color: #fff;
}
.video h2{
    background: #008191;
    margin: 0;
    font-size: 16px;
    padding: 10px 15px;
    color: #fff;
    font-weight: normal;
}
.video h2 a{
    color: #fff;
}

@media (max-width: 768px) {
    .menuzord-brand h1{
        font-size: 24px;
    }
    .video li{
        width: 50%;
    }
}
@media (max-width: 480px) {
    .video li{
        width: 100%;
    }
    .years-of-experience{
        display: none;
    }
    .tm-sc-section-title .title-wrapper .title{
        font-size: 2rem;
    }
    .tm-sc-funfact-current-style{
        border-right: none;
    }
    #contact h2{
        font-size: 1.5rem;
    }
}