/* dietician css */
.dietician-card{
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%);
    text-align: center;
    padding: 28px 12px 12px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    border: 1px solid #80808038;
    min-height: 384.6px;
}
.dietician-content{
    margin-top: 15px;
}
.best-dietician{
    text-align: center;
}
.dietician-profile{
    margin-top: 4rem;
}
.diet-control{
    width: 44px;
}
.diet-slide .carousel-control-prev{
    left: -40px;
}
.diet-slide .carousel-control-next{
    right: -40px;
}
.testi-slide .carousel-control-prev{
    left: -40px;
}
.testi-slide .carousel-control-next{
    right: -40px;
}
/* .diet-control .carousel-control-prev-icon{
    background: black;
}
.diet-control .carousel-control-next-icon{
    background: black;
} */
.testi-row{
    display: flex;
    align-items: center;
}
.quote-before{
    top: -40px;
    left: -35px;
}
.quote-after{
    bottom: 20px;
    right: 115px;
}
.diet-control .carousel-control-prev-icon {
    background-image: url('../images/bookingappointment/arrow\ left.png');
    width: 44px;
    height: 44px;
}
.diet-control .carousel-control-next-icon {
    background-image: url('../images/bookingappointment/arrow\ right.png');
    width: 44px;
    height: 44px;
}
.diet-slide{
    padding: 0 2rem;
}
.diet-slide .carousel-item{
    padding: 2rem 0;
}
.diet-testi{
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.testi-row h3{
    text-align: left;
}
.testi-row p{
    width: 75%;
    text-align: left;
    font-size: 18px;
}
.diet-testi h2{
    margin-bottom: 3rem;
}
.diet-mobile{
    padding: 2rem 8px;
}
@media screen and (max-width: 798px) {
    .dietician-card{
        min-height: 353.4px;
        box-shadow: none;
    }
    .dietician-card h3{
        font-size: 22px;
    }
    .diet-testi {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .testi-row p {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
        margin-top: 20px;
    }
    .testi-row h3 {
        text-align: center;
        font-size: 22px;
    }
    #carouselExampleControlstwo{
        padding: 0 0;
        min-height: 496px;
    }
    .testi-col-two{
        margin-top: 50px;
    }
    .quote-after {
        bottom: 54px;
        right: 16px;
    }
    .quote-before {
        top: 0px;
        left: 16px;
    }
    .dietician-profile {
        margin-top: 6.5rem;
    }
    .book-form {
        top: 22rem;
    }
    .booking_banner {
        margin-bottom: 31rem !important;
    }
    .testi-slide .carousel-control-prev{
        left: -10px;
        top: -50%;
        opacity: 1;
    }
    .testi-slide .carousel-control-next{
        right: -10px;
        top: -50%;
        opacity: 1;
    }
    .banner_ht {
        margin-top: 12rem !important;
    }
    .diet-mobile .carousel-control-prev {
        left: 7px;
    }
    .diet-mobile .carousel-control-next {
        right: 7px;
    }
  
}
