.banner {
    width: 78%;
    position: relative;
    margin: 20px auto 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.bottom-banner {
    width: 75%;
    margin: 20px auto;
    position: relative;
}

.b-title {
    font-size: 25px;
    text-transform: capitalize;
    margin: 10px 0;
    line-height: 2;
    font-weight: 600;
    color: #3D29C6;
    position: absolute;
    top: 00px;
    left: 0;
}

.swiper {
    width: 31%;
    height: 300px;
    border-radius: 5px;
    position: relative;
    /* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); */
    position: relative;

    overflow-y: auto !important;
}

.mySwiper4 {
    width: 100%;
    height: 270px;
    padding-top: 60px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    background-size: cover;

}

.b-box {
    width: 96%;
    /* height: 100%; */
    padding: 40px 2% 20px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0px 0px 12px 12px;
    background: linear-gradient(160deg, rgba(203, 93, 255, 0) 40%, rgba(29, 65, 190, .988)), linear-gradient(1turn, #cb5dff 21%, rgba(29, 65, 190, 0) 66%);
    opacity: .8;
    border-radius: 0 15px 15px 0;
}

.b-box img {
    width: 80px;
    height: 80px;
    display: block;
    object-fit: contain;
    border-radius: 12px;
    margin-right: 20px;
    box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.6);
}

.b-text {
    width: 60%;
    color: #fff;
    text-align: left;
}

.b-text p:nth-of-type(1),
.b-text p:nth-of-type(2) {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}

.b-text p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.b-btn {
    padding: 0px 10px;
    font-size: 15px;
    line-height: 27px;
    color: #3a82f7;
    background-color: #b7b8be;
    border-radius: 10px;

}

.swiper-button-prev,
.swiper-button-next {
    width: 30px !important;
    height: 30px !important;
    padding: 3px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 100%;
    top: 90% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
}

.swiper-button-prev {
    right: 60px !important;
}

.swiper-button-prev2,
.swiper-button-next2 {
    top: 30px !important;
    background-color: #3C25C9;

}

.swiper-button-next2:after,
.swiper-button-prev2:after {
    font-size: 20px !important;
    color: #fff;
}

@media (max-width:750px) {

    .banner,
    .bottom-banner {
        width: 96%;
        flex-wrap: wrap;
    }

    .b-title {
        top: -10px;
    }

    .swiper {
        width: 100%;
        height: 220px;
        margin-bottom: 20px;
    }

    .b-box img {
        width: 70px;
        height: 70px;
    }
}