.navbar-brand h1{
    font-weight: bold;
    padding-left: 10px;
    color: #ec3237;
}
.navbar-brand{
    display: flex;
}
.navbar-brand img{
    max-width: 60px;
}
.navbar-brand h1 span{
    display: block;
    font-size: 18px;
    color: #007dcf;
}
.navbar-brand h1{
    font-size: 32px;
}
.about-box p{
    text-align: justify;
}
.banner-area{
    background: #0dbcc0;
}
.gallery-area ul {
    display: flex;
    margin: -10px;
    flex-wrap: wrap;
}
.gallery-area ul li {
    width: 33.33%;
    padding: 10px;
}
.gal-img{
    height: 300px;
}
.fetch-img-src {
    display: none;
}
.set-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery .gal-img {
    width: 100%;
    height: 100%;
    border: 2px solid #ee6c18;
}
.details-wrap h5{
    margin-bottom: 10px;
}
.details-wrap{
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.details-wrap:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.footer-area{
    background: #202647;
}
.hospital{
    border-top: 5px solid #007dcf;
    background: #007dcf;
    height: 100%;
    display: block;
}
.hospital .map{
    width: 100%;
    height: 300px;
}
.hospital .details{
    padding: 10px 25px;
}
.hospital p{
    color: #fff;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 21px;
}
.hospital h4{
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}
.gallery-area .video-item{
    width: 100%;
    height: 300px;
    border: 1px solid #000;
    padding: 5px;
}
.services-single-content .img-wrap{
    display: flex;
    flex-wrap: wrap;
    margin:-10px;
}
.services-single-content .img-item{
    padding:10px;
    width: 50%;
}
.services-single-content .img-item.typ-full{
    width: 100%;
}
@media only screen and (min-width: 920px) and (min-width: 1024px){
    .contact-area .contact-items{
        padding: 40px;
    }
    .contact-area .contact-items .item i{
        margin-right: 15px;
    }
    footer .contact ul li i{
        margin-right: 10px;
    }
    footer .contact ul li:last-child{
        font-size: 13px;
    }
    .banner-area.default .content h2{
        font-size: 50px;
    }
    .banner-area .carousel-zoom .slider-thumb{
        background-position: 87% 100%;
      }
}
@media only screen and (max-width: 767px){
    .navbar-brand h1{
        font-size: 26px;
        margin-top: 10px;
        margin-bottom: 0;
        padding-left: 0;
    }
    .navbar-brand h1 span{
        font-size: 14px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        /* margin-top: 0; */
    }
    footer .widget-title{
        margin-top: 30px;
    }
    .gallery-area ul li {
        width: 100%;
        padding: 10px;
    }
    .gal-img{
        height: 300px;
    }
    .col-md-6.col-lg-6.col-xl-4.mb-20{
        margin-bottom: 20px;
    }
    .hospital h4{
        font-size: 22px;
    }
}
.blogs-section h3{
    font-weight: 600;
    font-size: 25px;
    color: #202647;
    margin-top: 10px;
    text-decoration: underline;
}
.blogs-section h5{
    font-weight: 600;
    font-size: 20px;
    color: #202647;
    margin-top: 0!important;
    padding-bottom: 0!important;
}
.blogs-section p{
    color: #333333;
    text-align: justify;
}
.blogsidebar video{
    background: #ec3237;
    padding: 10px;
    margin-top: 15px;
}
.blogsidebar img{
    height: 300px;
    margin-top: 30px;
    padding: 10px!important;
}
.blogsidebar{
    text-align: center;
}
.blogsidebar h4{
    font-weight: 600;
    margin: 0;
    padding: 0;

}