.swiper-button-next,
.swiper-button-prev {
    width: 20px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    background-color: #ffffff00 !important;
}

.swiper-button-next {
    right: 20px;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 30px;
}

.swiper-button-prev::after {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 30px;
}
.bg-primary-pill {
    background-color: #006838;
    padding: 0 15px;
    border-radius: 30px;
}
.bg-dark-green {
  background-color: #006838;
}
.swiper-wrapper{
    display: flex; 
    align-items: center; 
    justify-content: space-around;
}
.bg-white{
    background-color: #fff;
}
.text-black{
    color: #000;
}
.mb-10{
    margin-bottom:10px;
}
.scr-btn-spinner{
    translate: none; 
    rotate: none; 
    scale: none; 
    transform: translate3d(0px, 0px, 0px) rotate(148.889deg);
}
.general-t-c .pdf-icon {
  margin-right: 4px;
  margin-top: 4px;
}



