.menuzord-brand h1 {
    font-size: 26px;
}
.menuzord-brand h1 span {
    display: block;
    font-size: 16px;
    color: #008191;
}
.menuzord-brand h1 .text-sm {
    display: block;
    font-size: 15px;
    color: #008191;
}
.menuzord-brand {
    margin: 5px 30px 5px 0;
}
.widget-newsletter .description {
    position: relative;
    padding-left: 40px;
}
.widget-newsletter .description i {
    position: absolute;
    font-size: 24px;
    color: #d64590;
    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;
    flex-wrap: wrap;
    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;
    }
}
.page-title .cont-wrap {
    display: flex;
    align-items: center;
}
.page-title .cont-wrap .img-wrap{
    max-width: 120px;
    margin-right: 10px;
}
.slider-item {
    width: 100%;
    background-position: center;
    background-size: cover;
    min-height: 650px;
    display: flex;
    align-items: center;
}
.banner_content {
    padding: 0 10%;
}
.home_banner_sec {
    min-height: 650px;
}
.banner_content h2 {
    line-height: 74px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 55px;
}
.position-absolute.banner_overlay {
    background-color: rgba(0, 10, 22, 0.17);
    width: 100%;
    height: 100%;
}
section.home_banner .owl-dots {
    position: absolute;
    bottom: 30px;
    justify-content: center;
    margin: auto;
    left: 0;
    right: 0
}
section.home_banner .owl-dots .owl-dot {
    background: #ffffff;
    width: 3px;
    height: 3px;
    border: 5px solid #000000;
    margin: 0 3px;
    border-radius: 50%;
    box-sizing: content-box;
    -webkit-perspective: 400;
    -webkit-transform: translatez(0.01px);
    transform: translatez(0.01px);
    transition: all 0.3s;
} 
section.home_banner .owl-dots .owl-dot span {
    display: none;
}