.cc_content_slider .cc_inner_container {
    max-width: 1280px;
    margin: 0 auto;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    display: flex;
    gap: 0px;
    max-height: 608px;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    min-height: 608px;
}

.scroll_section {
    width: 100%;
}

body.cc-scroll-locked {
    overflow: hidden;
}

.cc_content_box {
    width: 40%;
    overflow-y: auto;
    position: relative;
    background-color: #F9FAFB;
}

.cc_img_box {
    width: 60%;
    padding: 64px 0px 0px 50px;
    /* padding: 64px 0px; */
    position: relative;
    display: flex;
}

/* .cc_img_box::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/Ellipse-21.webp");
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
} */

.cc_content_overlay {
    width: calc(40% - 15px);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.inner_data_box {
    border-bottom: 1px solid #E5E7EB;
    border-right: 1px solid #E5E7EB;
}

.inner_bg_div {
    padding: 32px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.inner_data_box .cc_content_tab_title {
    color: #111827;
    margin: 0px;
    font-family: var(--e-global-typography-ce5d651-font-family), Sans-serif;
    font-size: var(--e-global-typography-ce5d651-font-size) !important;
    font-weight: var(--e-global-typography-ce5d651-font-weight) !important;
    line-height: var(--e-global-typography-ce5d651-line-height) !important;
    letter-spacing: var(--e-global-typography-ce5d651-letter-spacing) !important;
}

.inner_data_box .cc_content_tab_description {
    color: #6B7280;
    margin: 0px;
    font-family: var(--e-global-typography-558f807-font-family), Sans-serif;
    font-size: var(--e-global-typography-558f807-font-size);
    font-weight: var(--e-global-typography-558f807-font-weight);
    line-height: var(--e-global-typography-558f807-line-height);
    letter-spacing: var(--e-global-typography-558f807-letter-spacing);
}

.inner_data_box p {
    font-size: 16px;
    line-height: 24px;
    color: #6B7280;
    letter-spacing: -0.01em;
    margin: 0px;
}

.inner_data_box.active {
    background-color: #FFF;

    .inner_bg_div {
        position: relative;
        z-index: 1;
    }
}

.cc_slider_img img {
    object-fit: contain;
    max-height: 480px;
}

.cc_slider_img {
    position: relative;
}

.cc_slider_img.swiper-slide-active {
    display: flex;
    justify-content: center;
    height: auto;
}

.cc_slider_img:last-child {
    /* justify-content: left; */
}

.cc_slider_img {
    display: flex;
    justify-content: center;
    height: auto;
}

.cc_slider_img {
    height: auto !important;
    display: flex !important;
    justify-content: left;
}

/* .cc_slider_img:last-child {
    padding-right: 13%;
} */


@media screen and (min-width:875px) and (max-width : 1024px) {

    /* .cc_slider_img:last-child {
        padding-right: 10%;
    } */

}

@media screen and (min-width:768px) and (max-width : 875px) {

    /* .cc_slider_img:last-child {
        padding-right: 10%;
    } */

}

@media only screen and (max-width : 1328px) {
    .cc_slider_img:last-child {
        padding-right: 50px;
    }
}

@media only screen and (max-width : 1024px) {
    .cc_content_slider .cc_inner_container {
        gap: 0px;
        min-height: unset !important;
    }

    .cc_slider_img:last-child {
        padding-right: 20px;
    }

    .cc_content_box {
        width: 45%;
    }

    .cc_img_box {
        width: 55%;
        padding: 64px 0px 0px 50px;
        display: flex;
        justify-content: center;
    }

    .inner_bg_div {
        padding: 24px;
    }
    
}

@media only screen and (max-width : 768px) {
    .inner_data_box {
        border-right: 0px solid #E5E7EB;
    }

    .inner_data_box:last-child {
        border-bottom: none;
    }

    .cc_content_box {
        width: 100%;
        overflow-y: unset;
    }

    .cc_content_slider .cc_inner_container {
        max-height: unset;
    }

    .inner_bg_div {
        padding: 16px;
        background-color: #FFF;
    }

    .cc_img_box {
        display: none;
    }

    .cc_content_slider {
        max-height: unset;
    }

    .cc_content_overlay {
        width: 0px;
    }
}