.navbar-brand h2{
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Comic Sans MS';
    font-size: 32px;
}
.navbar-brand h2 span{
    display: block;
    color: #022147;
    font-size: 20px;
    font-family: 'Asap', sans-serif;
}
.work-process-area{
    padding: 50px 0 0;
}
.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;
}
.hospital{
    padding-top: 80px !important;
}
.hospital ul {
    display: flex;
    margin: -15px;
    flex-wrap: wrap;
}
.hospital ul li{
    width: 33.33%;
    padding: 15px;
}
.hospital .hospital-block{
    background: #022147;
    border: 3px solid #00b0f0;
    padding:20px;
    height: 100%;
}
.hospital .hospital-block h2{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Asap', sans-serif;
    background: #00b0f0;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
}
.hospital .hospital-block p{
    color: #fff;
    padding-left: 20px;
    position: relative;
}
.hospital .hospital-block i{
    position: absolute;
    left: 0;
    top: 7px;
}
.hospital .time-wrap{
    display: flex;
    justify-content: space-between;
}
.hospital .time-wrap p{
    display: inline-block;
}
.hosp-logo-wrap{
    background: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 10px;
}
footer .social{
    display: flex;
}


.services-single-content .img-wrap h5{
    margin-top: 20px;
    text-align: center;
    color: #022147;
}
.services-single-content .img-merge{
    display: flex;
    margin: -10px;
    flex-wrap: wrap;
}
.services-single-content .img-merge .img-wrap{
    max-width: 50%;
    padding:10px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu.typ-top{
    top: -101px;
}
.sidebar-dropdow{
   position: relative;
   right: 0;
   top: 0;
   z-index: 99;
   display: none;
}
.sidebar-menu{
    position: relative;
}
.sidebar-dropdow.active{
    display: block;
}
.services-details-items .services-sidebar .services-list .sidebar-dropdow a{
    background: #00b0f0;
}
.services-details-items .services-sidebar .services-list .sidebar-dropdow a:hover{
    background: #022147;
    color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .testimonials-area .testimonial-content .content{
        padding-left: 0;
    }
    .navbar-brand h2 span{
        font-size: 16px;
    }
    .navbar-brand h2{
        font-size: 26px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 768px){
    .gallery-area ul li{
        width: 50%;
    }
    .hospital ul li{
        width: 50%;
    }
    .why-us-area .fixed-thumb{
        display: none;
    }
    
}
@media only screen and (max-width: 480px) {
    .navbar-brand h2 span{
        font-size: 16px;
    }
    .navbar-brand h2{
        font-size: 26px;
    }
    .slider-button .btn-md{
        padding: 10px 20px;
        font-size: 12px;
    }
    .carousel-fade .carousel-item{
        background-position: 90% 100% !important;
    }
    .banner-area.text-large .content h2{
        max-width: 270px;
    }
    .gallery-area ul li{
        width: 100%;
    }
    .hospital ul li{
        width: 100%;
    }
}

.accordion-container{
  position: relative;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
	text-align:center;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background-color:#3399cc;
  color: #fff;
}
.content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.content ul li{
	  position: relative;
}
.content ul li a{
padding: 10px 19px !important;
}
.content ul li:after{
	position: absolute;
    left: 8px;
    top: 9px;
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #bcb3b3;
}
