.navbar-brand h1{
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    color: #282a47;
    margin-bottom: 5px;
    font-size: 38px;
}
.navbar-brand p{
    margin-bottom: 0;
    font-size: 21px;
}
.about-box p{
/*    text-align: justify;*/
    font-size: 16px;
    line-height: 28px;
}
.banner-area{
    background: #815355;
    background: url(assets/img/banner/banner-bg.jpg);
    position: relative;
    background-size: cover;
    background-position: left;
}
.banner-area:before{
    position: absolute;
    content: '';
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}
.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: #282a47;
}
.hospital{
    border-top: 4px solid #282a47;
    background: #815355;
    height: 100%;
    display: block;
}
.hospital .map{
    width: 100%;
    height: 250px;
}
.hospital .details{
    padding: 10px 25px;
}
.hospital p{
    color: #fff;
    margin: 0 0 15px;
    font-size: 16px;
/*    line-height: 21px;*/
}
.hospital p i{
    margin-right: 8px;
}
.hospital h4{
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: "Oswald", sans-serif;
}
.gallery-area .video-item{
    width: 100%;
    height: 300px;
    border: 1px solid #000;
    padding: 5px;
}
@media only screen and (max-width: 767px){
    .navbar-brand h1{
        font-size: 26px;
/*        margin-top: 10px;*/
    }
    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;
    }
}