.banner .swiper-slide img{
    width:100%;
    height:auto;
    min-height:100%;
    transition:1s linear 2s;
    transform:scale(1.1,1.1);
    }
.banner .swiper-slide-active img,.swiper-slide-duplicate-active img{
    transition:6s linear;
    transform:scale(1,1);
    }	

.banner .swiper-pagination-bullet-active{background-color:#18a585;}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{color:#18a585;}


.mycontent p{text-indent:2em;margin-top:16px;line-height: 30px;}
.mycontent p.has-text-align-center{text-indent:0em;}
.mycontent .has-text-align-center strong{padding:30px 0;font-size:20px;display:block;text-align:center;}
.mycontent .wp-block-image{padding:30px 0;}
.mycontent .aligncenter img{margin:0 auto;}


.doctor-con::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

.doctor-con::-webkit-scrollbar-track {
    border-radius: 100vh;
    background: #f7f4ed;
}

.doctor-con::-webkit-scrollbar-thumb {
    background: #009944;
    border-radius: 100vh;
 
}

.doctor-con::-webkit-scrollbar-thumb:hover {
    background: #007b70;
}

.see_more{display: none;}

.pagination{padding:40px 0;}
.page-numbers{width:33px; height:33px;line-height:33px; background:rgba(0, 123, 112, 0.1);color:#007b70;display:inline-block;text-align:center; margin-right:10px;}
.pagination .current{background:#ff933f;color:#fff;}