.swiper-button-prev, .swiper-button-next {
    width: 40px;
    height: 40px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    --swiper-pagination-bullet-inactive-color: #D90506 !important;
    opacity: 0.5 !important;
}
.swiper-pagination-bullet-active{
    width:15px !important;
    border-radius:10px !important;
    --swiper-pagination-color: #D90506 !important;
    opacity: 1 !important;
}
.dropdownButtonss:hover{
    text-decoration: none !important;
    color: white !important;
}
.buttonounderline:hover{
    text-decoration: none !important;
}
.dropdownButtonssMobile:hover{
    text-decoration: none !important;
    color: white !important;
}
@media (max-width: 768px) {
    .swiper-hero{
        height:230px !important;
    }
    .swiper-slide-data{
        height:100% !important;
    }
    .swiper-pagination {
    margin-bottom:0px !important;
    justify-content:start !important;
    margin-left:12px !important;
    margin-bottom:8px !important;
}
.right-side-hero{
    gap:20px !important;
}
.swiper-button-prev,.swiper-button-next{
    display:none !important;
}
.shadow-bg {
width:30% !important;
}
.text-about-section{
    align-items:flex-start !important;
}
.text-about-section2{
  white-space: nowrap !important;
}
.text-about-section3{
   white-space: normal !important; 
}
.description-about-section{
    text-align: start !important;
    font-family: 'Inter', sans-serif !important;
}
.main-section-about-img{
    display: none !important;
}
.worries-section{
    padding-left: 12px;
}
.worries-section-title{
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: start !important;
    font-size: 23px !important;
}
.worries-section-btn-help{
    display: none !important;
}
.swiper-diseases{
    padding-left: 0px !important;
}
.service-section-home{
    flex-direction: column !important;
}
.text-mobile-home{
    font-size: 18px !important;
    margin-bottom: 10px !important;
}
.container-home-padding-service{
    padding-inline: 0px !important;
}
.container-home-direction-padding{
    padding-block: 24px !important;
}
.btn-home-direction{
    padding-block: 15px !important;
    width: 100%;
    font-size: 16px !important;
}
.feedback-home-section{
    margin-left: 0px !important;
}
.testimonials-home{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.feedback-video-home{
    height: 300px !important;
}
.description-home-feedback{
    font-size: 14px !important;
}
.doctor-times-mobile{
    padding-inline: 10px !important;
}
.delete-btn-mobile-booking{
    position: absolute;
    top: 0;
    right: 10px;
}
#schedule::-webkit-scrollbar {
    display: none;
    }
}
