.center_mode_carousel .swiper-slide {
    display: flex;
}

.center_mode_carousel .swiper-slide .carousel-text {
    width: 50%;
}

.center_mode_carousel .swiper-slide .carousel-image {
    width: 50%;
}

.center_mode_carousel .carousel-controls {
    padding-block: 60px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.center_mode_carousel .carousel-progressbar {
    float: right !important;
    width: 40%;
}

.center_mode_carousel .control-buttons {
    width: 60%;
    float: right;
    text-align: right;
}

.center_mode_carousel .control-buttons {
    display: flex;
    column-gap: 10px;
    justify-content: flex-end;
}

.center_mode_carousel .line-div {
    width: 50%;
    float: right;
    justify-content: center;
    display: flex;
}

.center_mode_carousel .carousel-progressbar {
    position: relative;
    right: -45px;
}

.center_mode_carousel .carousel-controls .carousel-progressbar {
    min-width: 190px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
    color: #fff;
    width: 190px;
}

.center_mode_carousel .swiper-slide.carousel-item {
    opacity: 0.5;
}

.center_mode_carousel .swiper-slide.carousel-item.swiper-slide-active {
    opacity: 1;
}

.center_mode_carousel .swiper-slide.carousel-item {
    padding: 0px 60px;
}

.center_mode_carousel .text ul {
    padding: 0px 20px !important;
}

.center_mode_carousel .text ul li {
    margin-bottom: 12px;
    font-size: 18px;
}

.center_mode_carousel .carousel-text h3 {
    padding-top: 0px !important;
}
.center_mode_carousel .carousel-progressbar {
    position: relative;
    right: -45px;
}

.center_mode_carousel .carousel-controls {
    padding-top: 80px;
}

/* ============= Mobile ============= */
@media only screen and (max-width:767px) {
    .center_mode_carousel .carousel-progressbar {
        position: relative;
        right: 0px;
    }

    .center_mode_carousel .swiper-slide.carousel-item {
        padding: 0px 20px;
    }

    .center_mode_carousel .swiper-slide {
        display: flow;
    }

    .center_mode_carousel .custom-carousel .control-buttons {
        width: 100%;
    }

    .center_mode_carousel .line-div {
        width: 100%;
    }

    .center_mode_carousel .custom-carousel .control-buttons {
        display: flex;
        column-gap: 10px;
        width: 100%;
        justify-content: right;
    }

    .center_mode_carousel .line-div {
        width: 100%;
        float: right;
        justify-content: center;
        display: flex;
    }

    .center_mode_carousel .carousel-text {
        width: 100%;
    }

    .center_mode_carousel .swiper-slide .carousel-text {
        width: 100%;
    }

    .center_mode_carousel .swiper-slide .carousel-image {
        width: 100%;
        padding-top: 20px;
    }

    .center_mode_carousel .custom-carousel .control-buttons {
        justify-content: center;
    }

    .center_mode_carousel .text ul li {
        margin-bottom: 2px;
        font-size: 18px;
    }
}

/* ============= Tablet ============= */
@media only screen and (min-width:768px) and (max-width:1024px) {
    .center_mode_carousel .swiper-slide.carousel-item {
        padding: 0px 20px;
    }

    .center_mode_carousel .swiper-slide {
        display: flow;
    }

    .center_mode_carousel .custom-carousel .control-buttons {
        width: 100%;
    }

    .center_mode_carousel .line-div {
        width: 100%;
    }

    .center_mode_carousel .custom-carousel .control-buttons {
        display: flex;
        column-gap: 10px;
        width: 100%;
        justify-content: right;
    }

    .center_mode_carousel .line-div {
        width: 100%;
        float: right;
        justify-content: center;
        display: flex;
    }

    .center_mode_carousel .carousel-text {
        width: 100%;
    }

    .center_mode_carousel .swiper-slide .carousel-text {
        width: 100%;
    }

    .center_mode_carousel .swiper-slide .carousel-image {
        width: 100%;
    }

    .center_mode_carousel .custom-carousel .control-buttons {
        justify-content: center;
    }

    .center_mode_carousel .text ul li {
        margin-bottom: 2px;
        font-size: 18px;
    }

    .center_mode_carousel .carousel-text {
        margin-bottom: 28px;
    }
}

/* ============= Laptop ============= */
@media (min-width: 1025px) and (max-width: 1366px) {
    .center_mode_carousel .swiper-slide.carousel-item {
        padding: 0px 0px;
    }
}
