.module_availablesections {
    margin-top: 100px;
}


 

.module_availablesections h3 {
    margin: 0;
}

.cst_modules {
    padding-top: 40px;
}



.cst_table_header .text-area h3 {
    margin-top: 115px;
}

.bg-box {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-color: #EDF5FA;
    text-align: center;
}


.cst_modules .col {
    width: 200px;
    max-width: 179px;
}

section.editions_module {
    background-color: #EDF5FA;
    padding: 50px 0;
}

.cst-text {
    color: #73AED5;
    padding-top: 2px;
}

.edition_module_box {
    border-radius: 20px;
    position: relative;
    margin: 12px 0;
    min-height: 247px;
}

div#box_1 {
    background-color: #1F7EBC;
}

div#box_2 {
    border: 2px solid #1F7EBC;
    background-color: #fff;
}


div#box_3 {
    background: linear-gradient(38deg, #2380B7, #3A909C, #86C244);
}

div#box_4 {
    background: linear-gradient(38deg, #3A909C, #86C244);
}

p.cst_blind_position {
    position: absolute;
    bottom: 20px;
    right: 15px;
    font-size: 12px;
}



li.list-text {
    list-style: none;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
}


.cirlcle_title {
    background-color: #EDF5FA;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    padding: 10%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.cirlcle_title .txt-are h1 {
    font-size: 27px;
}

.cirlcle_title .txt-are p {
    font-size: 18px;
}

.list_box {
    background-color: #fff;
    border-radius: 24px;
    height: 100%;
}


.editions_module_plans {
    background-color: #F8F8F8;
    padding: 50px 0;
}

.cst_btn_1 {
    background-color: #1F7EBC;
    color: #fff;
    padding: 9px 23px;
    border: 0;
    border-radius: 6px;
    margin: 10px 0;
    font-size: 13px;
    text-transform: uppercase;
}

.cst_btn_2 {
    background: linear-gradient(38deg, #2380B7, #3A909C, #86C244);
    color: #fff;
    padding: 9px 23px;
    border: 0;
    border-radius: 6px;
    margin: 10px 0;
    font-size: 13px;
    text-transform: uppercase;
}

.cst_bg {
    background-color: #32729B;
}

.editions_module_plans ul.list-group {
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

li.list-group-item {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .13);
    border-bottom: 1px solid rgba(0, 0, 0, .13);
    border-radius: 0;
    padding: 5px 15px;
    text-align: center;
}



.my-cost {
    height: 150px;
}

.cst_green_text {
    color: #69D156;
    font-size: 14px;
    font-weight: 300;
    text-align: center;

}

.cst_text-orange {
    color: #ff8002;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center
}


section#every_suit_business p {
    font-size: 16px;
    font-weight: 600;
}

section#module_available h3 {
    font-weight: 200;
}

li.list-group-item {
    border-bottom: 0;
}



#plans_secton ul {
    padding: 0;
}




.oureditions-button {
    min-height: 165px;
    padding: 0 20px;
}

.oureditions-top {
    height: 50px;
}

.victor {
    display: flex;
    align-items: center;
    justify-content: end;
}

.list-group-item:first-child {
    border-top: 0;
}



section#every_suit_business {
    margin-top: 80px;
    margin-bottom: 80px;
}


.mob-version {
    display: none;
}






/* for alignment  */


.text-area {
    min-height: 254px;
    max-height: 255px;
}




.tooltips {
    position: absolute;
    top: -20px;
    left: calc(100% + -252px);
    z-index: 3;
    background: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 52%);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    opacity: 0;
    white-space: nowrap;
    pointer-events: none;
    transition: 0s;
    max-width: 135%;
    margin: 6px 0;
    z-index: 999999;
}



.fixed .mob-ec-col:hover .tooltips {
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    top: 36%;
    transform: translateY(-50%);
    color: #000;
}



@media (max-width:639px) {
    .tooltips {
        left: 0;
        max-width: 262px;
        min-width: 262px;
    }
}

@media (max-width:767px) {

    .swiper-slide .header .text-area {
        background-color: #fff;
    }

    .fixed .mob-ec-col a {
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative;
        width: 250px;
    }

    .fixed .mob-ec-col:hover a {
        overflow: visible;
        color: transparent;
    }


    li.common:empty {
        min-height: 32.40px;
    }

    .descktop_version {
        display: none;
    }

    .mob-version {
        display: block;
    }

    .slide-swipe {
        overflow: hidden;
    }

    .slide-swipe {
        display: flex;
        border-left: 1px solid #f0f0f1;
        overflow: hidden;
    }


    section.editions_module_plans.mob-version .wrapper-content .fixed {
        background-color: #fbfbfb;
        box-shadow: 4px 0px 7px rgb(0 0 0 / 7%);
        z-index: 2;
        width: 40%;
        min-width: 167px;
    }

    .scrollable {
        width: 60%;
    }

}

@media (max-width:480px) {
    .bg-box+p {
        font-size: 12px;
    }

    .mob-ec-col span {
        font-size: 10px;
        white-space: nowrap;
    }
}





@media(max-width:412px) {


    .swiper-slide .header .text-area {
        min-width: 172px;
    }


}





@media (max-width:366px) {


    .cirlcle_title h1 {
        font-size: 20px;
    }

    .cirlcle_title p {
        font-size: 12px;
    }

    .cst_btn_2 {
        font-size: 10px;
    }

    .cst_btn_1 {
        font-size: 10px;
    }
}


@media (max-width:355px) {
    /* .swiper-slide {
        margin: 0 !important;
    } */
}


/* ######################## ///START CST TABELE CSS // ################################ */

.cst_table h6 {
    font-weight: 700;
    /* color: #0084c4; */
    font-size: 1.15em;
    /* background: #f2f2f2; */
    margin-bottom: 0;
    padding: .7em 1em;
    text-transform: capitalize;
}


.cst_table_row {
    display: flex;
}


.cst_table_row .cst_table-col {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5em 1em;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
}

.cst_table_row .cst_table-col a {
    color: #000;
}

.cst_table_row .cst_table-col:not(:first-child) {
    align-items: center;
    background-color: #fff;
    margin: 0 10px;
    padding: 0;

}

.cst_table-col.text-area:nth-child(1),
.cst_table-col.text-area:nth-child(2),
.cst_table-col.text-area:nth-child(3),
.cst_table-col.text-area:nth-child(4) {
    justify-content: flex-start;
}

.cst_table_row .cst_table-col:not(:first-child) .cirlcle_title.text-center {
    width: 100%;
}



.cst_table_row .cst_table-col h6 {
    padding: 0;
}

i.fa-check {
    color: #69D156;
}

i.fa-close {
    color: #ff0000;
}



.cst_table-col.cxs {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}




/* ##################### START CST TABLE MOBILE################## */





section.editions_module_plans.mob-version .wrapper-content .fixed .header h3 {
    margin-top: 33%;
}

.swiper-slide .mob-ec-col {
    align-items: end;
}

section.editions_module_plans.mob-version h6 {
    font-weight: 700;
    font-size: 1.15em;
    margin-bottom: 0;
    padding: .5em 1em;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    min-height: 40px;
    max-height: 40px;
    margin: 0;
}

section.editions_module_plans.mob-version .wrapper-content {
    display: flex;
    border-left: 1px solid #f0f0f1;
    overflow: hidden;
}



.mob-ec-col {
    display: flex;
    align-items: center;
    min-width: 172px;
    flex: none;
    min-height: 40px;
    padding: .5em 1em;
    text-align: center;
    font-weight: 400;
    text-align: center;
    background-color: #fff;
    justify-content: center;
}


.fixed .mob-ec-col {
    justify-content: flex-start;
    text-align: left;
    background-color: transparent;
}


.fixed .mob-ec-col a {
    color: #000;
    font-weight: 500;
}


/* ##################### END CST TABLE MOBILE################## */









@media (max-width:991px) {

    .cirlcle_title .txt-are h1 {
        font-size: 20px;
    }

    .cirlcle_title .txt-are p {
        font-size: 14px;
    }

}