.flex-content.tabbed-slider .main-title {
    font-size: 40px;
    line-height: 48px;
    margin: 0 auto 50px;
    max-width: 1200px;
}

.flex-content.tabbed-slider .slider-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

.flex-content.tabbed-slider .slider-nav li {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    background: #F7E26C;
    background: linear-gradient(0deg, rgba(247, 226, 108, 1) 0%, rgba(247, 254, 167, 1) 100%);
    border-radius: 100px;
    margin: 0;
    padding: 12px;
    position: relative;
    cursor: pointer;
}

.flex-content.tabbed-slider .slider-nav li.yellow-blue {
    background: #C6E0F5;
    background: linear-gradient(0deg, rgba(198, 224, 245, 1) 0%, rgba(255, 253, 237, 1) 46%, rgba(255, 253, 237, 1) 54%, rgba(255, 245, 168, 1) 100%);
}

.flex-content.tabbed-slider .slider-nav li.blue{
    background: #89D4EB;
    background: linear-gradient(0deg, rgba(137, 212, 235, 1) 0%, rgba(183, 245, 239, 1) 100%);
}

.flex-content.tabbed-slider .slider-nav li.active {
    color: #fff;
    background: #000;
    pointer-events: none;
}

.flex-content.tabbed-slider .slider-nav li.active:after {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 12px;
    background: #000;
    clip-path: polygon(100% 0%, 50% 100%, 0% 0%);
}

.flex-content.tabbed-slider .mobile-slider-nav {
    display: none;
    overflow: hidden;
    position: relative;
    background-color: #F5F5F5;
    border-radius: 10px;
    margin: 0 0 30px;
}

.flex-content.tabbed-slider .mobile-slider-nav select {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 64px;
    border: none;
    background: transparent;
    padding: 0 17px 0 22px;
}

.flex-content.tabbed-slider .mobile-slider-nav:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 25px;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23171368' d='M308.8 571.3L320.1 582.6L331.4 571.3L518.7 384L496.1 361.4L484.8 372.7L336.1 521.4L336.1 64L304.1 64L304.1 521.4L155.4 372.7L144.1 361.4L121.5 384L132.8 395.3L308.8 571.3z'/%3E%3C/svg%3E");
}

.flex-content.tabbed-slider .slider-area {
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 10px 35px #00000029;
    border-radius: 10px;
    min-height: 592px;
    position: relative;
    overflow: hidden;
}

.flex-content.tabbed-slider .slider-area:before {
    content: "";
    position: absolute;
    right: -320px;
    bottom: -320px;
    width: 760px;
    height: 760px;
    background: radial-gradient( circle at 55% 55%, rgba(254, 224, 0, 0.85) 0%, rgba(254, 224, 0, 0.60) 18%, rgba(254, 224, 0, 0.32) 36%, rgba(254, 224, 0, 0.12) 52%, rgba(254, 224, 0, 0) 70% );
}

.flex-content.tabbed-slider .slider-area .slick-list {
    left: 0;
}

.flex-content.tabbed-slider .slider-area .slick-list .slick-track {
    display: flex;
    align-items: center;
}

.flex-content.tabbed-slider .slider-area .slide .inner {
    display: flex;
    align-items: center;
    padding: 40px 62px 40px 100px;
}

.flex-content.tabbed-slider .slider-area .slide .inner .text-side > h3 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 500;
}

.flex-content.tabbed-slider .slider-area .slide .inner .text-side > .text {
    font-size: 16px;
    line-height: 19px;
    padding: 20px 0 0;
}

.flex-content.tabbed-slider .slider-area .slide .inner .text-side > .arrow {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
    margin: 30px 0 0;
    padding: 0 13px 0 0;
    color: #1C0962;
    background-repeat: no-repeat;
    background-position: right 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='7' viewBox='0 0 6 7'%3E%3Cpath id='link_arrow_' data-name='link arrow ' d='M3.5,0,7,6H0Z' transform='translate(6) rotate(90)' fill='%231c0962'/%3E%3C/svg%3E%0A");
}

.flex-content.tabbed-slider .slider-area .slide .inner .img-side {
    flex: 0 0 57%;
    margin-left: 40px;
}

.flex-content.tabbed-slider .slider-area .slide .inner .img-side img {
    height: 450px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.flex-content.tabbed-slider .slider-area .slide .inner .img-side.left img {
    object-position: left center;
}

.flex-content.tabbed-slider .slider-area .slide .inner .img-side.right img {
    object-position: right center;
}

@media only screen and (max-width: 991px) {
    .flex-content.tabbed-slider {
        padding: 30px 0 !important;
    }

    .flex-content.tabbed-slider .slider-nav {
        display: none;
    }

    .flex-content.tabbed-slider .mobile-slider-nav {
        display: block;
    }

    .flex-content.tabbed-slider .slider-area .slide .inner {
        flex-direction: column;
        padding: 30px;
    }

    .flex-content.tabbed-slider .slider-area .slide .inner .img-side {
        margin: 38px 0 0 0;
    }

    .flex-content.tabbed-slider .slider-area .slide .inner .img-side {
        width: 100%;
    }

    .flex-content.tabbed-slider .slider-area .slide .inner .img-side img {
        height: auto;
        width: 100%;
        object-fit: contain;
        object-position: center !important;
    }

    .flex-content.tabbed-slider .main-title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 42px;
    }
    .flex-content.tabbed-slider .slider-area .slide .inner .text-side > h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .flex-content.tabbed-slider .slider-area .slick-list .slick-track {
        align-items: flex-start;
    }

}