body{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
section {
  width: 100%;
  height: 90vh;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.slide-image {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-position: 50% 50%;
  background-size: cover;
}
.slide-title {
  font-size: 4rem;
  line-height: 1;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 45em) {
  .slide-title {
    font-size: 7vw;
    max-width: none;
  }
}
.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slideshow {
  position: relative;
}
#toggleAutoplay{
 position: absolute;
 bottom: -49px;
 left: 50%;
 transform: translateX(-50%);
 background: #3a5895;
 color: #fff;
 border-radius: 10px;
 border-color: #3a5896;
 padding: 2px 10px;
 box-shadow: none;
}
.slideshow-pagination {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
  z-index: 10;
}
.slideshow-pagination-item {
  display: flex;
  align-items: center;
}
.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}
/*.slideshow-pagination-item:last-of-type .pagination-separator {*/
/*  width: 0;*/
/*}*/
.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
/*.slideshow-pagination-item.active .pagination-separator {*/
/*  width: 10vw;*/
/*}*/
.slideshow-navigation-button {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100%; */
  width: 5rem;
  z-index: 1000;
  transition: all .3s ease;
  color: #FFF;
}
.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;

}
.slideshow-navigation-button.prev {
  left: 0;
}
.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #000;
  font-family: 'Oswald', sans-serif;
  padding: 0 0.5rem;
  display: none;
}

.pagination-separator {position: relative;width: 40px;height: 2px;background: rgb(60 88 150);transition: all .3s ease;margin: 0 2px;}

.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3a5895;
  transform-origin: 0 0;
}
.review_list i {
    color: #ffcc13;
    font-size: 1.7rem;
}
.bg-heder-img {
    width: 100%;
    object-fit: cover;
}
  .slider_ctn h2 {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
}
.review_list span {
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
}
.slider_ctn-inner {
    z-index: 7;
    position: absolute;
    height: 100%;
    /* padding-top: 100px; */
    top: 0;
    width: 100%;
}

@media only screen and (max-width:575px){
    
 .pagination-separator{
     width:20px ;
 }
   
    .slider_ctn h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-align: center;
}
.review_list span {
    font-size: .8rem;
}
    
}
.trusrcard{background-color: rgba(4,4,4,.8);padding: 10px 10px;border-radius: 0;max-width: 100%;bottom: 0;position: absolute;width: 100%;left: 0;right: 0;}
    .trusrcard h5{font-size: 14px;margin-top: 5px;color: #fff;    margin-bottom: 0;}
    .trusrcard img{width: 40px !important;height: 40px !important;}
    .review_list i{font-size: 1rem;}
    .doctorlist .doclist img{margin-top: 0}
    .trusrcard ul{list-style: none; padding: 0%; margin: 0;}
.trusrcard ul li{display: inline-block;text-align: center;width: 18%;}

.slider-header:hover .swiper-pagination-bullet-active:before {
    -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -o-animation-play-state:paused;
  animation-play-state:paused;
  cursor: pointer;
}


.slideshow-pagination-item.active .pagination-separator:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgb(248 210 102) 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 200% 100%;
  transition: all 3s ease-out;
  -webkit-animation: biglight 3s linear ;
  animation: biglight 3.1s linear ;
  z-index:1;
}

@-webkit-keyframes biglight {
  from {
    background-position: right bottom;
  }

}
.swiper-container:hover .slideshow-pagination-item.active .pagination-separator:before  {
    -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -o-animation-play-state:paused;
  animation-play-state:paused;
  cursor: pointer;
}
 .paused:before{
      animation-play-state: paused !important;
}
@media only screen and (max-width:567px){
    .trusrcard{bottom: 0px;}
    .trusrcard h5 {font-size: 11px;}
    .trusrcard img {
      width: 30px !important;
      height: 30px !important;
  }
    
}