/*Common stle*/
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: transparent;
}
.li-pad li
{
    margin-left: 30px;
    padding-left: 5px;
    list-style-type: square;
    
}


.abt_heading_wrapper {
    padding-bottom: 30px;
}
.sec-diseases .diseases-content li {
    padding: 20px 0;
    border-bottom: 1px dashed black;
}

.sec-diseases .diseases-content li:last-child{border-bottom:none}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.diseases-cover .justify-content-end .diseases-content a i
{
       margin-left: 210px;
    margin-top: 33px
}
.diseases-cover .diseases-content a i
{
       margin-left:90px;
    margin-top: 33px
}
h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

i {
  font-weight: normal;
}

p {
  font-size: 16px;
    line-height: 26px;
    color: #393939;
    font-weight: 400;
}

section {
  padding: 80px 0;
}

html {
  scroll-behavior: smooth;
}

/*Fonts*/
h1 {
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 35px;
  line-height: 50px;
  margin-top: -5px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

.f12 {
  font-size: 12px;
  line-height: 20px;
}

.f14 {
  font-size: 14px;
  line-height: 22px;
}

.f18 {
  font-size: 18px;
  line-height: 26px;
}

.f20 {
  font-size: 20px;
  line-height: 28px;
}

.f50 {
  font-size: 50px;
  line-height: 52px;
}

/*Font Weight*/

.f400 {
  font-weight: 400;
}

.f500 {
  font-weight: 500;
}

.f600 {
  font-weight: 600;
}

.f700 {
  font-weight: 700;
}

.f800 {
  font-weight: 800;
}

.f900 {
  font-weight: 900;
}

.text-black {
  color: #000;
}

.text-blue {
  color: #0095d9;
}

.text-navyblue {
  color: #5061BB
}
.sec-title h6
{
  font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}
.bg-color {
        /*background: linear-gradient(to top, rgba(255,255,255,1) 20%, #dad9d9fc 100%);*/
  background-color: #e7e7e7;
}
.bg-color1 {
        background: linear-gradient(to bottom, rgba(255,255,255,1) 20%, #dad9d9fc 100%);
  background-color: #e7e7e7;
}
.btn {
  background-color: #4ffbb0;
  color: #fff;
}

.btn:hover {
  background-color: #0095d9;
  color: #fff;  
}

.sec-title {
  padding-bottom: 40px;
}

/*HEADER
--------------------------------------*/
.header {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgb(113 111 111 / 33%) 100%);
  background-color: #fff;
}

.head-contact p i {
  font-size: 18px;
  color: #4ffbb0;
  margin-right: 10px;
  border: 2px solid;
    padding: 10px;
}

.head-contact p a {
  color: #000;
  font-weight: 600;
}

.head-map {
   border-right: 1px solid #000;  
}

.head-map p {
  position: relative;
  padding-left: 50px;
  font-weight: 600;
}

.head-map p a {
   color: #000;
}

.head-map p i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 22px;
    color: #4ffbb0;
    border: 2px solid;
    padding: 10px;
}

.navbar {
  padding: 0;
  position: fixed;
  top: 99px;
  z-index: 10;
  width: 100%;
  background-color: #5061BB;
  -webkit-box-shadow: 0px 10px 14px 0 rgb(0 0 0 / 23%);
  box-shadow: 0px 10px 14px 0 rgb(0 0 0 / 23%)
}
.after-banner
{
    background-color: #4ffbb0;
    padding: 35px;
    color: black;
}
.navbar.fixed-top {
  top: 0;
}

.header .head-brand {
  width: 250px;
  padding: 28px 0;
  margin-left: -10px;
  display: inline-block;
}

.navbar-brand h2 {
  padding-bottom: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.navbar.fixed-top .navbar-brand {
  width: 200px;
  padding: 8px 0;
}

.navbar-expand-md .navbar-nav .nav-link {
      line-height: 50px;
    padding-right: 30px;
    padding-left: 30px;
    border-right: 3px solid white;
    color: #fff;
    font-weight: 600;
}

.head-contact {
  padding-left: 20px;
}

.brand-text {
  color: #04488b;
}

.dropdown-item.active,
.dropdown-item:hover, 
.dropdown-item:active {
  background-color: #036D99;
  color: #fff;
}

/*FOOTER
--------------------------------------*/
.footer {
  background-color: #5061BB;
  padding: 60px 0;
}

.footer ul {
  margin: 30px 0px 0px;
} 

.footer ul li,
.footer ul li a {
  color: #fff;
}

.icon-social a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
  line-height: 50px;
  margin: 20px;
}

.icon-social a:hover {
  background-color: #fff;
} 

.footer .icon-social a:hover i {
  color: #04488b;
}


.footer .icon-social i {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
}

.footer a:hover {
  color: #fff;
}

.copyright-content {
  padding: 8px 0;
}

.copyright-content p {
  font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    border-top: 1px solid #ffffff;
    padding-top: 5px;
}

.map {
  margin-bottom: -10px; 
}

/*HOME PAGE
--------------------------------------*/
/*carousel*/

#blogCarousel {
  margin-top: 0px;
}
.carousel .carousel-item {
  position: relative;
}

.carousel .carousel-item .banner-title {
  position: absolute;
  top: 50%;
  margin-top: -100px;
}
 .carousel .carousel-item .banner-title .banner-1
 {
     margin-top: -130px;
 }
 .carousel .carousel-item .banner-title .banner-2
 {
     margin-top: -130px;
 }
 .carousel .carousel-item .banner-title .banner-3
 {
         margin-top: 30px;
    /*background: #ffffff63;*/
 }
 .carousel .carousel-item .banner-title .banner-1 p {
     position: relative;
    padding-bottom: 14px;
    font-weight:500;
    font-size: 18px;
        padding-left: 30px;
}
 .carousel .carousel-item .banner-title .banner-1 p i {
    position: absolute;
    left: 0px;
    color: white;
        top: 5px;
}
 .carousel .carousel-item .banner-title .banner-3 p {
     position: relative;
    padding-bottom: 14px;
    font-weight:500;
    font-size: 18px;
        padding-left: 30px;
        text-align: justify;
}
 .carousel .carousel-item .banner-title .banner-3 p i {
    position: absolute;
    left: 0px;
    color: #28a745;
        top: 5px;
}
 .carousel .carousel-item .banner-title .banner-2 p {
    padding-bottom: 26px;
    padding-left: 30px;
    position: relative;
    font-weight:500;
    font-size: 20px;
}
 .carousel .carousel-item .banner-title .banner-2 p i {
    position: absolute;
    left: 0px;
    color: #28a745;
        top: 2px;
        font-size: 18px;
}


.revStar {
    height: 60px;
    background: url(../images/rev-star-img.jpg) no-repeat center center;
}




.carousel .carousel-item .banner-title  .banner-3 h2 {
  font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
}
.carousel .carousel-item .banner-title .banner-1 h2 {
  font-size: 30px;
    line-height: 40px;
    padding-bottom: 30px;
}
.carousel .carousel-item .banner-title .banner-2 h2
{
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
}

.carousel .carousel-item .banner-title .banner-2 h3 {
      font-size: 22px;
    margin-bottom: 20px;
}
.carousel .carousel-item .banner-title p {
  padding-bottom: 30px;
}

.member-wrap {
   margin: 0 auto;
   text-align: center;
}

.member-wrap img {
    width: 100px;
}

.sec-choose-us .choose-us-wrap {
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(0, 25, 67, 0.1);
  padding: 20px 30px;
  transition: all 0.3s ease;
  min-height: 283px;
}

.sec-choose-us .choose-us-wrap:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(136, 136, 136, 0.1);
}

.sec-choose-us .choose-us-wrap h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  padding-bottom: 15px;
}

.sec-choose-us .choose-us-wrap .choose-us-icon {
  width: 60px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.sec-choose-us .choose-us-wrap p {
  font-size: 15px;
}

.service-wrap {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  margin-bottom: 30px;
  padding: 10px 20px;
}

.service-wrap:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.wrap-ser-1 {
  background: url("../images/service-4.jpg") no-repeat center center;
  background-size: cover;
  min-height: 270px;
}

.wrap-ser-2 {
  background: url("../images/service-1.jpg") no-repeat center center;
  background-size: cover;
  min-height: 270px;
}

.wrap-ser-3 {
  background: url("../images/service-2.jpg") no-repeat center center;
  background-size: cover;
  min-height: 270px;
}

.wrap-ser-4 {
  background: url("../images/service-3.jpg") no-repeat center center;
  background-size: cover;
  min-height: 270px;
}

.service-wrap h3 {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 20px;
}

ul li {
  position: relative;
  padding-left: 25px;
      line-height: 30px;
}

ul li i {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 16px;
  color: #5061BB
}

.sec-review  {
  background: url("../images/testimonial-bg.jpg") no-repeat center center;
  background-size: cover;
  min-height: 300px;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.sec-review .item .review-pan {
  color: #4ffbb0;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-top: 30px;
}
.accordion>.card .card-header a
{
    color:black !important;
}
.sec-review .owl-nav button.owl-prev,
.sec-review .owl-nav button.owl-next {
  position: absolute;
  bottom: -30px;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border: 1px solid #5061BB
}



.sec-review .owl-nav button.owl-next {
      left: 50%;
}

.sec-review .owl-nav button.owl-prev span,
.sec-review .owl-nav button.owl-next span {
  font-size: 30px;
  color: #5061BB
}

.sec-doctor .doctor-site {
  background-color: #ececec;
  margin-bottom: 30px;
  padding: 30px 40px;
  min-height: 277px;  
}

.sec-doctor .doctor-pro {
  margin-bottom: 30px;
}

.sec-contact .contact-info {
  background: linear-gradient(60deg, rgba(1,91,159,1) 0%, rgba(0,150,204,1) 100%);
  box-shadow: 2px 2px 6px 2px #00000066;
  background-color: #04488b;
  padding: 30px 35px;
}

.sec-contact .contact-info .contact-detail {
  position: relative;
  margin-bottom: 20px;
}

.contact-info .contact-detail .contact-icon {
  position: absolute;
  top: 3px;
  left: 0;
}

.contact-info .contact-detail .contact-icon i {
  color: #fff;
  font-size: 18px;
}

.contact-info .contact-detail .contact-text {
  padding-left: 30px;
}

.contact-form .form-control {
  background-color: #ececec;
}

.contact-form {
  padding: 20px;
  border: 1px solid #ececec;
}

.sec-blog .blog-wrap {
  margin: 0 20px;
  border: 1px solid #ececec;
  padding: 8px;
  min-height: 595px;
}

.sec-blog .blog-wrap p {
    margin-bottom: 20px;
    min-height: 213px;
}

.sec-blog .blog-wrap .blog-img {
  margin-bottom: 20px;
}

.sec-blog .blog-wrap h3 {
  color: #0095d9;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.sec-blog .blog-wrap span {
  font-size: 12px;
  line-height: 20px;
}

.sec-consult {
    background: url("../images/online-consultation.jpg") no-repeat bottom left;
    min-height: 270px;
    background-size: cover;
}

.sec-consult h2 {
    font-size: 37px;
    line-height: 46px;
}

.sec-videos {
    background-color: #0095d938;
}
/*ABOUT PAGE
--------------------------------------*/
.sec-wel .about-right-part {
  height: 480px;
}

.sec-blog .owl-nav  {
    display: none;
}

@media (min-width: 768px) {
  .sec-wel .about-right-part {
    height: 400px;
  }
}
.sec-wel .about-right-part .about-list {
  list-style: none;
  border-radius: 100%;
  position: absolute;
  content: "";
  box-shadow: 0px 0px 10px 0px rgba(137, 137, 137, 0.1);
}
.sec-wel .about-right-part .about-list:hover .about-item:after {
  animation-play-state: paused;
}
.sec-wel .about-right-part .about-list:nth-child(1) {
  left: 0;
  top: 0;
}
@media (min-width: 576px) {
  .sec-wel .about-right-part .about-list:nth-child(1) {
    left: 30px;
    top: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sec-wel .about-right-part .about-list:nth-child(1) {
    left: 0;
  }
}
.sec-wel .about-right-part .about-list:nth-child(2) {
  left: 50%;
  top: 0;
}
@media (min-width: 576px) {
  .sec-wel .about-right-part .about-list:nth-child(2) {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
.sec-wel .about-right-part .about-list:nth-child(2) .about-item {
  width: 170px;
  height: 170px;
}
.sec-wel .about-right-part .about-list:nth-child(2) .about-item:after {
  background: url(../images/bc-2.png);
  animation-delay: 1s;
}
.sec-wel .about-right-part .about-list:nth-child(2) .about-item .about-thumb {
  padding: 30px;
}
.sec-wel .about-right-part .about-list:nth-child(3) {
  right: 55%;
  top: 155px;
}
@media (min-width: 576px) {
  .sec-wel .about-right-part .about-list:nth-child(3) {
    right: 30px;
    top: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sec-wel .about-right-part .about-list:nth-child(3) {
    right: 0;
  }
}
.sec-wel .about-right-part .about-list:nth-child(3) .about-item:after {
  background: url(../images/bc-3.png);
  animation-delay: 2s;
}
.sec-wel .about-right-part .about-list:nth-child(4) {
  left: 60%;
  bottom: 155px;
}
@media (min-width: 576px) {
  .sec-wel .about-right-part .about-list:nth-child(4) {
    left: 30px;
    bottom: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sec-wel .about-right-part .about-list:nth-child(4) {
    left: 0;
  }
}
.sec-wel .about-right-part .about-list:nth-child(4) .about-item:after {
  background: url(../images/bc-4.png);
  animation-delay: 3s;
}
.sec-wel .about-right-part .about-list:nth-child(5) {
  left: 0;
  bottom: 0;
}
@media (min-width: 576px) {
  .sec-wel .about-right-part .about-list:nth-child(5) {
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
  }
}
.sec-wel .about-right-part .about-list:nth-child(5) .about-item {
  width: 170px;
  height: 170px;
}
.sec-wel .about-right-part .about-list:nth-child(5) .about-item .about-thumb {
  padding: 30px;
}
.sec-wel .about-right-part .about-list:nth-child(5) .about-item:after {
  background: url(../images/bc-5.png);
  animation-delay: 2s;
}
.sec-wel .about-right-part .about-list:nth-child(6) {
  right: 0px;
  bottom: 0;
}
@media (min-width: 576px) {
  .sec-wel .about-right-part .about-list:nth-child(6) {
    right: 30px;
    bottom: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sec-wel .about-right-part .about-list:nth-child(6) {
    right: 0;
  }
}
.sec-wel .about-right-part .about-list:nth-child(6) .about-item:after {
  background: url(../images/bc-6.png);
  animation-delay: 1s;
}
.sec-wel .about-right-part .about-list .about-item {
  width: 140px;
  height: 140px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sec-wel .about-right-part .about-list .about-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  background: url(../images/bc-1.png);
  transition: all 0.4s ease;
  -webkit-animation: wave-animation 5s infinite;
  -moz-animation: wave-animation 5s infinite;
  animation-play-state: running;
}
.sec-wel .about-right-part .about-list .about-item .about-thumb {
  padding: 20px;
  z-index: 1;
  position: relative;
  width: 100px;
  margin: 0 auto;
}

.sec-wel .about-right-part .about-list .about-item .about-content {
  z-index: 1;
  position: relative;
}

.sec-wel .about-right-part .about-list .about-item .about-content p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  margin-top: -10px;
}

@keyframes wave-animation {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}
/*GALLERY PAGE
--------------------------------------*/
/*CONTACT PAGE
--------------------------------------*/

/*--------------RESPONSIVE---------------
--------------------------------------*/
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}

@media (min-width: 768px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
  }

  h3 {
    font-size: 18px;
    line-height: 26px;
  }

  section {
    padding: 40px 0;
  }

  .btn {
    padding: 5px 15px;
  }

  .line {
      width: 90px;
  } 

  .header .call-icon i {
    font-size: 16px;
    line-height: 24px;
  }

  .dropdown-menu a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
  }

  /*HEADER*/
  .navbar-brand {
    width: 156px;
    padding: 4px 0 4px 15px;
  }

  .navbar.fixed-top .navbar-brand {
    width: 180px;
    padding: 8px 15px;
  }

  .navbar-expand-md .navbar-nav .nav-item {
    border-top: 1px solid #ececec;
  }

  .navbar-expand-md .navbar-nav .nav-link,
  .navbar-expand-md.fixed-top .navbar-nav .nav-link {
    padding: 8px 15px;  
  }

  .navbar-nav .dropdown-menu .dropdown-item {
    padding-left: 40px;
  }

  .navbar-nav .dropdown-menu {
    background-color: #ee8934;
  }

  .navbar .navbar-toggler {
    padding-right: 15px;
    color: #fff;
  }

  .header .call-icon i {
    margin-right: 0;
    margin-left: 10px;
  }
  
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}


.bg-blue
{
        background-color: #4ffbb026;
}
.bg-gray
{
    background-color: #e4e3e3;
}

.blog-bg
{
    /*background-color: white;*/
    padding: 30px;
    /*margin: 20px;*/
    /*max-width: 29%;*/
    border-radius: 10px;
}
.btn-yellow
{
    background-color: white;
    color: black;
    border-radius: 45px;
    padding: 10px 30px;
}


.blog-bg span
{
    color: #5061BB
        font-size: 14px;
        font-weight:700;
}
.blog-bg h4
{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px;
}


.testi 
.serviceBox{
   text-align: center;
    padding: 0px 11px 15px;
    position: relative;
    border: solid 1px #dadada;
    height: 230px;
    border-bottom: solid 5px #01a2b6;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
        background-color: #fbfbfbab;
}
.serviceBox{
      margin-top: 140px;
    text-align: center;
    padding: 0px 11px 15px;
    position: relative;
    border: solid 1px #dadada;
    height: 340px;
    border: solid 2px #4ffbb0;
    box-shadow: 0 5px 20px #4ffbb04d;
    background-color: #f5f5f5;
}
h1, h2, h3, h4, h5, h6 {
    font-family: aref ruqaa,Sans-serif;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255 255 255 / 3%);
    border-bottom: 1px solid rgb(255 255 255 / 13%);
}

.address-part p
{
    color: black;
    font-size: 20px;
}
.serviceBox .service-icon{
    
      color: #fff;
    background: #ffffff;
    font-size: 40px;
    line-height: 80px;
    width: 160px;
    height: 160px;
    margin: 0 auto 32px;
    box-shadow: 7px 0 10px rgba(0,0,0,0.3), 0 0 0 10px #fff, 5px 0 20px rgba(0,0,0,0.4);
    border-radius: 10px;
    transform: rotate(45deg);
    position: relative;
    transition: all 0.3s ease 0s;
    margin-top: -80px;
    margin-bottom: 65px;
}
.serviceBox  img
{
  margin-left: -83px;
    width: 158px;
    margin-top: -60px;
    position: absolute;
    top: 0px;
}
.serviceBox .service-icon i{ transform: rotate(-45deg); }
.serviceBox .title{
   color: #5061BB;
   /* font-size: 20px;*/
    font-weight: 800;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.serviceBox .description{
  /*  color: #888;
    font-size: 15px;
    line-height: 24px;*/
    margin: 0;
}
.serviceBox.blue:before,
.serviceBox.blue .service-icon{
    background-color: #3359a5;
}
.serviceBox.blue .title{ color: #3359a5; }
@media only screen and (max-width:990px){
    .serviceBox{     margin: 30px 0 115px; }
    .consult-first
    {
        margin-top: 50px;
    }
}

.accordion_col .titleRow {
  margin-bottom: 60px;
}
.accordion {
  margin-bottom: 0;
}
.accordion .panel {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.accordion .panel .panel-heading {
  padding: 0;
  background: #fff;
      border: 1px solid #c1c1c1;
}
.hernia-surgery h2
{
    text-transform: uppercase;
    color: white;
}
.hernia-surgery p
{
    color: white;
}
.accordion .panel .panel-heading h3 a {
  display: block;
  line-height: 50px;
  text-transform: capitalize;
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  border: none;
  padding-left: 30px;
  color: #404d5f;
}
.accordion .panel .panel-heading h3 a .sign {
  float: right;
  width: 12px;
  height: 50px;
  display: inline-block;
  background: url('../../images/icons/about/plus.png') no-repeat scroll 0 center;
  margin-right: 25px;
}
.accordion .panel .panel-heading h3 a[aria-expanded="true"] {
  background: #5061BB;
  color: #fff;
}
.accordion .panel .panel-heading h3 a[aria-expanded="true"] .sign {
  background-image: url('../../images/icons/about/minus.png');
}
.accordion .panel .panel-collapse .panel-body {
        background: #f7f7f7;
  border-top: 0;
  padding: 30px;
  border: 1px solid #d0cbcb;
}
.accordion .panel .panel-collapse .panel-body .panel_title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #404d5f;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.accordion .panel .panel-collapse .panel-body p {
     margin: 0;
    font-family: sans-serif;
    font-size: 16px;
    color: #393939;
    line-height: 24px;
    text-align: justify;
}
.accordion .panel + .panel {
  margin-top: 1px;
}
.accordion .panel:first-child .panel-heading h3 a {
  border-top: none;
}
.accordion.white_bg .panel .panel-heading h3 a {
  background: #5061BB
  color: #fff;
      font-family: sans-serif;
  line-height: 1.2;
  padding: 17px 75px 17px 30px;
  position: relative;
}
.accordion.white_bg .panel .panel-heading h3 a .sign {
  background: url('../images/plus2.png') no-repeat scroll center center #4ffbb0;
  width: 67px;
  height: 100%;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.accordion.white_bg .panel .panel-heading h3 a[aria-expanded="true"] .sign {
  background-image: url(../images/minus.png);
}

.hernia-surgery
{
        background-image: url(../images/3d-hernia-surgery.jpg);
    background-size: cover;
    min-height: 556px;
}
.about-content
{
    margin-top: 9px;
}

@media only screen and (max-width:767px){
.video-bg
{
         background: url(../images/viedo-bg.png);
    background-size: 100%;
    position: relative;
    margin-top: -27px;
    width: 360px;
    height: 220px;
    background-repeat: no-repeat;
}
.video-bg .video
{
        width: 72.5%;
    height: 165px;
    margin-top: 24px;
    margin-left: 50px;
}
.blog-section
{
    margin:0px;
}
.carousel .carousel-item .banner-title.slide-left {
  display:none;
}
.carousel .carousel-item .banner-title.slide-right {
   display:none;
}
.carousel {
  margin-top: 28px;
}
.diseases-cover {
        /* border: 1px solid #afafaf; */
    background-color: #a5b3f9;
    padding: 25px 0px 0px 0px;
    /*margin-top: 60px;*/
}
.sec-diseases .diseases-content {
    text-align: center;
}
.sec-diseases .diseases-content.box-3 {
    text-align: center;
}
.diseases-wrap
{
        margin-top: 0px;
}
.sec-review .owl-nav button.owl-prev {
  left: 36%;
}
.blog-bg.blog-bg2
{
            background: #8afdc9;
    /*height: 750px !important;*/
    margin-bottom: 15px;
    padding-top: 40px;
}
.blog-bg.blog-bg1
{
        background: #cafbe5;
        margin-bottom: 15px;
        /*max-height: 720px !important;*/
}
.address-part
{
       background: #4ffbb0;
    padding: 25px 50px;
    border: 5px solid white;
    /* margin-left: 30%; */
}
}

@media only screen and (min-width:768px){
.video-bg
{
         background: url(../images/viedo-bg.png);
    background-size: 100%;
    position: relative;
    margin-top: -27px;
    width: 1080px;
    height: 617px;
    background-repeat: no-repeat;
}
.video-bg .video
{
        width: 73.5%;
    height: 500px;
    margin-top: 72px;
    margin-left: 146px;
}
.blog-section
{
    margin:50px;
}
.carousel .carousel-item .banner-title.slide-left {
  left: 100px; 
}
.carousel .carousel-item .banner-title.slide-right {
   right: 80px; 
}
.carousel {
  margin-top: 64px;
}
.diseases-cover {
        /* border: 1px solid #afafaf; */
    background-color: #a5b3f9;
    padding: 25px 0px 0px 0px;
    margin-top: 60px;
}
.sec-diseases .diseases-content {
    text-align: right;
}
.sec-diseases .diseases-content.box-3 {
    text-align: left;
}
.diseases-wrap
{
        margin-top: -66px;
}
.sec-review .owl-nav button.owl-prev {
  left: 45%;
}
.blog-bg.blog-bg2
{
            background: #8afdc9;
    height: 750px !important;
    margin-top: -15px;
    padding-top: 40px;
}
.blog-bg.blog-bg1
{
        background: #cafbe5;
        max-height: 720px !important;
}
.address-part
{
    background: #4ffbb0;
    padding: 40px 75px;
    border: 5px solid white;
    /*margin-left:30%;*/
}
}