.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.list{
    list-style:disk !important;
}
.admin_menu .active {
    background: #000000 !important;
}

.admin_menu .active .icon {
    color: #0ea5e9;
}
.login_bg {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.774), rgba(255, 255, 255, 0.575)), url(https://images.unsplash.com/photo-1620503374956-c942862f0372?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(5px);
}

.wht {
    background: url('../images/works.png');
    background-repeat: no-repeat;
    background-position: center;
}

.cta {
    background: url('../images/background.jpg');
    background-position: center;
}

.features {
    background: linear-gradient(to right, #83cc16c7, #83cc16a4), url('../images/features.jpg');
    background-position: center;
    background-attachment: fixed;
}

.btn {
    position: relative;
    z-index: 1;
}

.btn:after {
    content: '';
    position: absolute;
    height: 120%;
    width: 85%;
    border: 2px solid #84cc16;
    background: #84cc16;
    border-radius: 10%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 991px) {
    .close {
        height: 0 !important;
        overflow: hidden;
        transition: 0.5s ease-in-out;
    }
}

.address:checked~label {
    background-color: blue;
}
.testimony{
    background: url(../images/testimony.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.shedules:nth-child(1){
    background: #65a30d !important;
}
.shedules:last-child{
    background: #dc2626 !important;
}