.head-top {
  background-color: #0078a8;
  padding: 5px 0;
}
.head-top .social-icons {
  float: right;
}
.head-top .social-icons a {
  border: 1px solid #8abf3b;
  background: #8abf3b;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 18px;
  height: 30px;
  line-height: 28px;
  margin-right: 15px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.head-top .social-icons a:hover {
  background: #e60a80;
}
.repair-icon-wrap {
  display: flex;
  justify-content: flex-end;
}
.repair-icon-wrap li {
  padding-left: 50px;
}
.fbone-header-top .fbone-col-logo .fbone-logo a {
  display: flex;
  align-items: center;
}
.fbone-header-top .fbone-col-logo .fbone-logo img {
  height: 150px;
}
.fbone-logo h1 {
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 48px;
  color: #e60a80;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-style: italic;
}
.fbone-logo h1 span {
  color: #8abf3b;
}
.fbone-logo h1 .desc {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #333333;
  font-weight: 700;
  font-style: normal;
  line-height:30px;
}
.fetch-img-src {
  display: none !important;
}
.set-bg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery-img{
  height: 300px;
  margin: 0 5px;
  border: 3px solid #0078a8;
  border-radius: 10px;
}

.team-carousel {
  clear: both;
}
.team-carousel [class^="col-"] {
  width: 100%;
}
.team-carousel .owl-nav {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  margin: 0;
  z-index: 1;
}
.team-carousel .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.team-carousel .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 60px;
  color: #8abf3b;
  background: transparent;
  margin-top: -36px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: left;
}
.team-carousel .owl-nav .owl-prev:hover {
  color: #e30782;
}
.team-carousel .owl-nav .owl-next {
  right: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 60px;
  color: #8abf3b;
  background: transparent;
  margin-top: -36px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: right;
}
.team-carousel .owl-nav .owl-next:hover {
  color: #e30782;
}
.team-carousel .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.team-carousel .owl-dots .owl-dot {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #e30782;
  margin: 0 4px;
}
.team-carousel .owl-dots .owl-dot span {
  display: block;
  background: #0078a8;
}
.team-carousel .owl-dots .active span {
  padding: 0px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #e30782;
}
.team-carousel:hover .owl-nav {
  opacity: 1;
}
.hospital .counter-block{
 margin: 15px 0;
}
.single-post-inner-content ul li{
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .fbone-logo h1{
    font-size: 40px;
  }
  .fbone-logo h1 .desc{
    font-size: 18px;
  }
  .repair-icon-wrap li{
    padding-left: 0;
    padding-right: 10px;
  }
  .repair-icon-wrap{
    display: block;
  }
  .slide-bg{
    background-position:75% !important;
  }
  .section-heading-wrapper h2{
    font-size: 18px;
  }
  .appointment-form-wrapper h3{
    font-size: 23px;
  }
  .counter-block span{
    font-size: 30px;
  }
  .single-post-inner-title h2{
    font-size: 20px;
    line-height: 24px;
  }
  .slider-wrap .slider_item_container:first-child a.btn + a.btn{
    display: none;

  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .navbar-default .navbar-nav > li > a{
        font-size: 12px;
        padding: 20px 9px;
    }
    
}

@media only screen and (max-width: 1199px){
    .attachments-section .test-data{
        height: auto;
    }
}

@media only screen and (max-width: 575px){
    .attachments-section .test-item{
        display: block;
    }
    .attachments-section .test-left, .attachments-section .test-right{
        width:100%;
    }
    
}


