
body{
    overflow-x:hidden;
}
.customer-testimonial{
    position:relative;
       padding: 0 0 3rem;
}
.customer-testimonial-box{
    position:relative;
    background:#01a1a1;
    border-radius: 10px;
    overflow: hidden;
}
.testimonial-imge {
    position: relative;
    height: 100%;
    background-image: url(../image/bg/ratings.webp);
    /* margin-right: 86px; */
    border-radius: 0px 10px 10px 0px;
    background-size: cover;
    background-position: center;
    width:100%;
}
.customer-satification{
    /*margin-left: -102px;*/
    /*margin-right: 86px;*/
    padding: 50px 50px 50px 40px;
}
.customer-testimonial .white{
    color:#fff;
}
.customer-feedback .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    left: 90% !important;
    transform: translateX(-50%);
    white-space: nowrap;
}
.testimonial-cliten-img{
    display: flex !important;
    align-items: center !important;
    gap:20px;
}
.testimonial-sliten-side .text-white{
    position:relative;
    font-size:16px;
}
.customer-testimonial 
.section-title.text-center 
.sec-big-title{
        margin:30px;
}
.testimonial-cliten-img img{
        border-radius: 50px;
    height: 50px;
    width: 50px;
}
/*.customer-feedback .swiper-pagination-bullet-active {*/
/*    border: 5px solid #475ba7;*/
    
/*}*/
.customer-feedback .swiper-pagination-bullet-active.active {
    background-color: #475ba7;
    
    border: 1px solid #475ba7;
}
.customer-feedback .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color:#fff;
    opacity: 1;
    margin: 0 5px;
    transition: 0.3s;
    position: relative;
}
.customer-feedback 
.swiper-pagination-bullet-active.swiper-pagination-bullet::after { 
    opacity: 1;
    visibility: visible;
}
.customer-feedback 
.swiper-pagination-bullet::after {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 1px solid #475ba7;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(2);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.high-quality-medicines{
    position:relative;
    padding:3rem 0 3rem;
}
.families-individuals h4{
    font-size: 20px;
    font-weight: 600;
}
.families-individuals p{
    text-align:justify;
}

.testimonial-imge img{
    height: 100%;
    object-fit: cover;
}
.delivery-boyu-sectio p{
    text-align:justify;
}


.about-medical-img img{
    margin-bottom: 20px;
    text-align: center;
}
.about-medical-img{
    text-align: center;
}
.about-medical-sec{
    padding:0rem 0 5rem;
    position:relative;
}

.about-medical-img img{
    border-radius: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.about-medical-box{
    max-width: 65%;
    
}

.about-tumbe-img img{
        position: relative;
    border-radius: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    height: 90px;
    width: 90px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.error-section-padding {
    position:relative;
    padding: 120px 0;
    text-align: center;
}

.error-section-padding .section-title h3 {
    font-size: 31px;
    margin: 0;
}

.error-section-padding .section-title p {
    margin-bottom: 1.8em;
}

.faq-points{
    margin:40px 0 0;
    
}
.faq-points li:not(:last-child){
    margin:0 0 10px;
}

.faq-points li{
    position:relative;
}


/*doctor driectory*/

.doctor-list {
    padding: 4rem 0;
    background-color: #fff;
}

.doctor-list .driectory-table {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #000;
}

.doctor-list table {
  width: 100%;
  background-color: #fff;
}

.doctor-list thead th {
    color: #475ba6;
    text-transform: uppercase;
     border-bottom: 1px solid #000;
     border-right: 1px solid #000;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    padding: 12px 10px;
}


.doctor-list tbody td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 12px 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}


.doctor-list tbody tr:nth-child(even) {
  background-color: #fff;
}


.doctor-list table td:nth-child(2),
.doctor-list table th:nth-child(2) {
  background-color: #01848440;
}


.doctor-list table td:nth-child(4),
.doctor-list table th:nth-child(4) {
  background-color:#01848440;
}


.doctor-list table td:nth-child(6),
.doctor-list table th:nth-child(6) {
  background-color: #01848440;
   border-right:none;
}
