/* variables */
:root {
    --white_clr: #FFF;
    --light_bg_clr: #F5F7FA;
    --ttl_clr: #020205;
    --sub_ttl_clr: #020205;
    --sub_ttl_clr2: #020205;
    --azure_clr: #256e30;
    --gray_clr: #3F3F46;
    --sky_azure_clr: #85ff97;
    --link_clr: #299c3b;
    --offer_bg: #1eb499;
    --sky_light: #E5F5FF;
    --sky_light2: #F7F7FF;
    --azure_light: #E6F5FF;
    --pale-azure: #CCE6FF;
    --pale_azure2: #F3FCFF;
    --green_light: #D1FBE0;
    --grayish: #f8f8ff;
    --blue_light: #C4F1FB;
    --lavender_light: #E7F1FF;
    --border-light: #D4D4D8;
    --border_r40: 40px;
    --border_r20: 20px;
    --bs-gutter-x: 20px;
    --bs-gutter-y: 15px;
    --main_ttl_fz: 32px;
    --price_fz: 50px;
    --heading_fz: 28px;
    --sub_headinglg_fz: 18px;
    --sub_heading_fz: 16px;
    --ttl_fz: 20px;
    --sub_ttl_fz: 16px;
    --head_three: 25px;
    --head_three_lg: 30px;
    /* Spacings paddings*/
    --p_25: 25px;
    --padding-top_120: 120px;
    --padding-bottom_120: 120px;
    --padding-top_90: 90px;
    --padding-bottom_90: 90px;
    --padding-top_60: 60px;
    --padding-bottom_60: 60px;
    --padding-top_45: 45px;
    --padding-bottom_45: 45px;
    --padding-top_30: 30px;
    --padding-bottom_30: 30px;
    --pr_30: 30px;
    --pl_30: 30px;
    --padding-top_25: 25px;
    --padding-bottom_25: 25px;
    --padding-top_22: 22px;
    --padding-bottom_22: 22px;
    --pr_22: 22px;
    --pl_22: 22px;
    --padding-top_16: 16px;
    --padding-bottom_16: 16px;
    --pr_16: 16px;
    --pl_16: 16px;
    --padding-top_10: 10px;
    --padding-bottom_10: 10px;
    --pr_10: 10px;
    --pl_10: 10px;
    --padding-top_6: 6px;
    --padding-bottom_6: 6px;
    --pr_6: 6px;
    --pl_6: 6px;
    --mt_30: 30px;
    --mb_30: 30px;
    /* Spacings Margins*/
    --fw-normal: 400;
    --fw-medium: 500;
    --fw-semi-bold: 600;
    --fw-bold: 700;
    --fw-extra-bold: 800;
}

@media(max-width:1180px) {
    :root {
        --sub_ttl_fz: 14px;
        /* Spacings paddings*/
        --p_25: 18px;
        --padding-top_90: 60px;
        --padding-bottom_90: 60px;
        --padding-top_60: 40px;
        --padding-bottom_60: 40px;
        --padding-top_30: 25px;
        --padding-bottom_30: 25px;
        --pr_30: 25px;
        --pl_30: 25px;
        --mt_30: 25px;
        --mb_30: 25px
            /* Spacings Margins*/
    }
}

@media(max-width:950px) {
    :root {
        --sub_heading_fz: 16px;
        --ttl_fz: 16px;
        --head_three: 20px;
        --head_three_lg: 26px;
        --sub_headinglg_fz: 16px;
        /* Spacings paddings*/
        --padding-top_90: 45px;
        --padding-bottom_90: 45px;
        --padding-top_60: 30px;
        --padding-bottom_60: 30px;
        --padding-top_30: 20px;
        --padding-bottom_30: 20px;
        --pr_30: 20px;
        --pl_30: 20px;
        --padding-top_22: 18px;
        --padding-bottom_22: 18px;
        --padding-top_25: 20px;
        --padding-bottom_25: 20px;
        --pr_22: 18px;
        --pl_22: 18px;
        --padding-top_16: 10px;
        --padding-bottom_16: 10px;
        --pr_16: 10px;
        --pl_16: 10px;
        --padding-top_10: 6px;
        --padding-bottom_10: 6px;
        --pr_10: 6px;
        --pl_10: 6px;
        --mt_30: 20px;
        --mb_30: 20px
            /* Spacings Margins*/
    }
}

@media(max-width:768px) {
    :root {
        --head_three_lg: 18px;
        --border_r40: 24px;
        /* Spacings paddings*/
        --p_25: 13px;
        --padding-top_90: 35px;
        --padding-bottom_90: 35px;
        --padding-top_60: 25px;
        --padding-bottom_60: 25px;
        --padding-top_45: 25px;
        --padding-bottom_45: 25px;
        /* Spacings Margins*/
    }
}

/* =--=-=-=-=-Minmun Width-=-=-=-=-=-=-= */
@media (min-width: 768px) {
    :root {
        --main_ttl_fz: 34px;
        --heading_fz: 30px;
        --price_fz: 40px;
    }
}

@media (min-width: 1025px) {
    :root {
        --main_ttl_fz: 36px;
        --heading_fz: 36px;
        --price_fz: 48px;
    }
}

@media (min-width: 1200px) {
    :root {
        --main_ttl_fz: 36px;
        --heading_fz: 40px;
    }
}

@media (min-width: 1370px) {
    :root {
        --main_ttl_fz: 40px;
    }
}

/* @media (min-width: 1436px) {
        :root{--main_ttl_fz:50px;}
    } */
/*Main*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}

body {
    font-size: 15px;
    font-weight: var(--fw-normal);
    color: var(--sub_ttl_clr);
    font-family: 'DM Sans', sans-serif;
    line-height: 1.4
}

a {
    display: inline-block;
    text-decoration: none
}

li {
    list-style: none
}

/* Breakpoints for Container Width */
.scp-container {
    margin: 0 auto;
    padding: 0 14px
}

@media(min-width:576px) {
    .scp-container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .scp-container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .scp-container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .scp-container {
        max-width: 1140px
    }
}

@media(min-width:1400px) {
    .scp-container {
        max-width: 1240px
    }
}

.scp-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-1 * var(--bs-gutter-x) * .5);
    margin-left: calc(-1 * var(--bs-gutter-x) * .5)
}

.scp-row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5)
}

/* Small Screens (â‰¥576px) */
@media(min-width:500px) {
    .scp-col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .scp-col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .scp-col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .scp-col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .scp-col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .scp-col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .scp-col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .scp-col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .scp-col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .scp-col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .scp-col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .scp-col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

/* Medium Screens (â‰¥768px) */
@media(min-width:768px) {
    .scp-col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .scp-col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .scp-col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .scp-col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .scp-col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .scp-col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .scp-col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .scp-col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .scp-col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .scp-col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .scp-col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .scp-col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

/* Large Screens (â‰¥992px) */
@media(min-width:992px) {
    .scp-col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .scp-col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .scp-col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .scp-col-lg-4 {
        
        flex: 0 0 auto;
        width: 33%
    }

    .scp-col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .scp-col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .scp-col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .scp-col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .scp-col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .scp-col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .scp-col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .scp-col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

/* Extra Large Screens (â‰¥1200px) */
@media(min-width:1200px) {
    .scp-col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .scp-col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .scp-col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .scp-col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .scp-col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .scp-col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .scp-col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .scp-col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .scp-col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .scp-col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .scp-col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .scp-col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.bg-azure {
    background: var(--azure_clr) !important
}

.bg-sky-light {
    background: var(--sky_light) !important
}

.bg-sky-light2 {
    background: var(--sky_light2) !important
}

.bg-azure {
    background: var(--azure_clr) !important
}

.bg-azure-light {
    background: var(--azure_light) !important
}

.bg-grayish {
    background: var(--grayish)
}

.bg-greem-light {
    background: var(--green_light) !important
}

.bg-blue-light {
    background: var(--blue_light) !important
}

.bg-pale-azure {
    background: var(--pale-azure) !important
}

.bg-pale-azure2 {
    background: var(--pale_azure2) !important
}

.bg-lavender-light {
    background: var(--lavender_light) !important
}

.aclr {
    color: var(--azure_clr)
}

.aclr:hover {
    text-decoration: underline
}

.aclr2 {
    color: #fff;
    border-bottom: 1px solid #fff
}

.aclr2:hover {
    color: #b2b0e9;
    border-color: #b2b0e9
}

.scp-border-r40 {
    border-radius: var(--border_r40)
}

.scp-border-r20 {
    border-radius: var(--border_r20)
}

.p-0 {
    padding: 0 !important
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.d-flex {
    display: flex
}

.flex-1 {
    flex: 1
}

.flex-wrap {
    flex-wrap: wrap
}

.scp-inline-block {
    display: inline-block
}

.scp-inline {
    display: inline
}

.scp-h2 {
    line-height: 1.3;
    font-size: var(--heading_fz);
    font-weight: var(--fw-semi-bold);
    margin: 0;
    color: var(--ttl_clr)
}

.scp-p-lg {
    color: var(--sub_ttl_clr);
    font-size: var(--sub_headinglg_fz);
    margin: 0;
    padding-top: 15px;
    line-height: 1.6;
}

.scp-p {
    color: var(--sub_ttl_clr);
    font-size: var(--sub_heading_fz);
    margin: 0;
    padding-top: 15px;
    line-height: 1.6;
}

.scp_sub_clr {
    color: var(--sub_ttl_clr2)
}

.scp-h4 {
    font-weight: var(--fw-semi-bold);
    font-size: var(--ttl_fz);
    color: var(--ttl_clr);
    margin: 0
}

.scp-h4-p {
    color: #858585;
    font-size: 14px;
    margin: 0
}

.scp-h3 {
    font-weight: var(--fw-semi-bold);
    font-size: var(--head_three);
    color: var(--ttl_clr);
    margin: 0
}

.scp-h3-lg {
    font-weight: var(--fw-extra-bold);
    font-size: var(--head_three_lg);
    color: var(--ttl_clr);
    margin: 0
}

.scp-h3-p {
    color: var(--sub_ttl_clr);
    font-size: 16px;
    margin: 0
}

.p-25 {
    padding: var(--p_25)
}

.padding-top-120 {
    padding-top: var(--padding-top_120)
}

.padding-top-90 {
    padding-top: var(--padding-top_90)
}

.padding-top-60 {
    padding-top: var(--padding-top_60)
}

.padding-top-45 {
    padding-top: var(--padding-top_45)
}

.padding-top-30 {
    padding-top: var(--padding-top_30)
}

.padding-top-25 {
    padding-top: var(--padding-top_25)
}

.padding-top-22 {
    padding-top: var(--padding-top_22)
}

.padding-top-16 {
    padding-top: var(--padding-top_16)
}

.padding-top-10 {
    padding-top: var(--padding-top_10)
}

.padding-top-6 {
    padding-top: var(--padding-top_6)
}

.padding-bottom-120 {
    padding-bottom: var(--padding-bottom_120)
}

.padding-bottom-90 {
    padding-bottom: var(--padding-bottom_90)
}

.padding-bottom-60 {
    padding-bottom: var(--padding-bottom_60)
}

.padding-bottom-45 {
    padding-bottom: var(--padding-bottom_45)
}

.padding-bottom-30 {
    padding-bottom: var(--padding-bottom_30)
}

.padding-bottom-25 {
    padding-bottom: var(--padding-bottom_25)
}

.padding-bottom-22 {


   
    padding-bottom: var(--padding-bottom_22)
}

.po-realtive{
    position: relative;
    
}

.padding-bottom-16 {
    padding-bottom: var(--padding-bottom_16)
}

.padding-bottom-10 {
    padding-bottom: var(--padding-bottom_10)
}

.padding-bottom-6 {
    padding-bottom: var(--padding-bottom_6)
}

.pr-30 {
    padding-right: var(--pr_30)
}

.pr-22 {
    padding-right: var(--pr_22)
}

.pr-16 {
    padding-right: var(--pr_16)
}

.pr-10 {
    padding-right: var(--pr_10)
}

.pr-6 {
    padding-right: var(--pr_6)
}

.pl-30 {
    padding-left: var(--pl_30)
}

.pl-22 {
    padding-left: var(--pl_22)
}

.pl-16 {
    padding-left: var(--pl_16)
}

.pl-10 {
    padding-left: var(--pl_10)
}

.pl-6 {
    padding-left: var(--pl_6)
}

.ml0 {
    margin-left: 0 !important
}

.mr0 {
    margin-right: 0 !important
}

.m0 {
    margin: 0 !important
}

.mt-30 {
    margin-top: var(--mt_30)
}

.mb-30 {
    margin-bottom: var(--mb_30)
}

.jump-to-plans {
    cursor: pointer
}

.sections-space {
    padding: 45px 0
}

.title-center {
    text-align: center;
    margin: 0 auto
}

.title-right {
    text-align: right
}

.title-left {
    text-align: left
}

.fff {
    color: #fff !important
}

.scp-justify-center {
    justify-content: center
}

.scp-align-center {
    align-items: center
}

.position-relative {
    position: relative
}

.scp-btn {
    cursor: pointer;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block;
    padding: 12px 38px;
    text-align: center;
    letter-spacing: .6px;
    font-weight: 600;
    position: relative;

    background-color: #1E8948;
    color: #fff;
    border: 0;

    /* Original Shadow */
    box-shadow: 
                inset -2px -2px 1.4px #13461b,
                inset 1px 1px 1.4px #2ca35c;

    transition: transform .08s ease,
                box-shadow .08s ease;
}

/* Click Effect */
.scp-btn:active {
    transform: translateY(2px);
    box-shadow: 
                inset -2px -2px 1.4px #13461b,
                inset 1px 1px 1.4px #2ca35c;
}


   


.scp-btn-white {
    background: #fff;
    color: var(--main_ttl_clr)
}

.scp-btn-white:hover {
    background: #fff
}

.scp-btn-white:hover:before {
    filter: brightness(.2)
}

.scp-btn-gray {
    background: #f6f6f6;
    color: #101323
}

.scp-btn-gray:hover {
    color: #fff
}

.scp-btn:hover:before {
    visibility: visible;
    opacity: 1;
    transition: all .8s ease-in-out
}

.scp-btn-h:hover {
    background: #1E8948;
    color: #fff;
    border-color: transparent
}

.scp-btn2 {
    cursor: pointer;
    font-size: 18px;
    border-radius: 10px;
    display: inline-block;
    padding: 17px 32px;
    transition: all .3s ease-in-out;
    background: var(--sky_light);
    text-align: center;
    color: var(--azure_clr)
}

.scp-link-hover {
    color: var(--azure_clr);
    font-weight: var(--fw-bold);
    transition: all .3s ease-in-out;
    display: inline-block;
    position: relative
}

.scp-link-hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 5px;
    background-color: var(--azure_clr);
    bottom: -2px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out
}

.scp-link-hover:hover:before {
    transform-origin: left;
    transform: scaleX(1)
}

.mx-950 {
    max-width: 950px
}

.scp-btn-h2 {
    transition: all .3s ease-in-out
}

.scp-btn-h2:hover {
    transform: scale(1.03)
}

.scp-icon-btn {
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    color: var(--azure_clr);
    font-size: 16px;
    padding: 17px 24px 15px 25px;
    cursor: pointer
}

.scp-icon-btn span {
    vertical-align: middle;
    display: inline-block;
    padding-right: 8px;
    position: relative;
    top: 1px
}

.scp-wt-bg {
    background: unset;
    border: 1px solid;
    border-color: #bccbe7;
    font-size: 16px
}

@media(max-width:991px) {
    .padding-bottom-lg-30 {
        padding-bottom: 30px !important
    }

    .padding-top-lg-30 {
        padding-top: 30px !important
    }

    .scp-lg-order-2 {
        order: 2
    }

    .scp-lg-order-1 {
        order: 1
    }
}

@media(max-width:768px) {
    .scp-btn {
        font-size: 14px;
        padding: 14px 22px 14px
    }

    .scp-h2 {
        line-height: 1.25
    }

    .scp-order-2 {
        order: 2
    }

    .scp-order-1 {
        order: 1
    }

    .padding-top-md-24 {
        padding-top: 24px !important
    }

    .padding-bottom-md-24 {
        padding-bottom: 24px !important
    }

    .px-md-6 {
        padding-right: 6px !important;
        padding-left: 6px !important
    }

    .scp-btn-wrapr {
        margin: 20px 0 10px
    }

    .scp-btn:hover {
        padding-right: 42px
    }

    .scp-btn:before {
        right: 24px
    }

    .scp-p {
        padding-top: 12px
    }

    .sections-space {
        padding: 25px 0
    }
}

.scp-inherit {
    font: inherit;
}

/* mobile and desk content  */
.scp_desk_hide_txt,
.scp_desk_hide_txt_block {
    display: none !important;
}

@media(max-width:600px) {
    .scp_desk_hide_txt {
        display: inline-block !important;
    }

    .scp_desk_hide_txt_block {
        display: block !important;
    }

    .scp_mob_hide_txt {
        display: none !important
    }

    .ho_migration_list2 {
        display: block !important;
    }
}

/* lets talk button */
.popupbtn img {
    position: fixed;
    bottom: 5px;
    z-index: 1000;
    right: 5px;
}

.popupbtn_img {
    width: 140px;
}

.popupbtn_mobimg {
    display: none;
    width: 69px;
    height: 69px;
}

@media(max-width:800px) {
    .popupbtn_img {
        display: none;
    }

    .popupbtn_mobimg {
        display: block;
    }
}

.show_contact_popup {
    cursor: pointer;
}

/* Inc navigation Header style  */
.scp-menu-logo-a {
    display: flex;
}

@media (max-width:1132px) {

    .scp-menu-right-sml,
    .scp-menu-right-spn {
        display: none !important
    }
}

@keyframes MoveUpDown {
    0% {
        transform: translateY(2px)
    }

    to {
        transform: translateY(-2px)
    }
}

.scp-menu,
.na-menu-fix {
    position: sticky;
    top: 0;
    z-index: 500
}

.na-menu-fix {
    background: #fff;
    transition: box-shadow .3s ease
}

.na-menu-fix.na-menu-scrolled {
    border-bottom: 1px solid rgb(173, 173, 173);
}

.scp-menu {
    padding: 0 20px
}

.scp-menu-container {
    margin: 0 auto;
    padding: 0 12px
}

.scp-menu-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.scp-submenu-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 74%
}

.scp-menu-col-7 {
    width: 40%;
    padding-top: 4px
}

.scp-menu-mncol-1 {
    width: 100%
}

.scp-menu-left,
.scp-menu-logo {
    display: flex;
    align-items: center
}

.scp-menu-left {
    flex-wrap: wrap
}

.scp-menu-logo {
    width: auto
}

.scp-menu-logo-1 {
    width: 135px;
    height: auto
}

.scp-menu-left-2 {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 8px;
    margin-left: auto
}

.scp-navigation-show-ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    flex-wrap: wrap
}

.scp-menu-tabs {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1.1;
    color: #3a3a3a !important;
    padding: 38px 26px;
    position: relative;
    transition: all .3s ease
}

.scp-menu-tabs:hover{
    color: #000 !important;
}


.scp-nav-no-tab {
    padding-right: 10px
}

.scp-menu-tabs a {
    color: var(--gray_clr)
}

.scp-menu-tabs::after,
.scp-sub-content-lnk:before {
    content: "";
    position: absolute;
    width: 100%;
    border-radius: 5px;
    bottom: 26px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: all .3s ease
}



.scp-menu-tab-dwn {
    font-size: 10px;
    position: absolute;
    top: 41px;
    transition: all .4s ease-in-out;
    margin-left: 4px
}

.scp-submenu {
    display: none;
    right: 0;
    
    position: absolute;
    z-index: 400;
    border-radius: 0px;
    background: #fff;
    width: 100%;
    transform: translate(-44%, 0);
    top: 94%;
    animation: slideDown .2s ease-in-out;
    min-width: max-content;
    left: 45%;
    padding: 15px 20px 25px;
    border: 0
}

.scp-menu-active .scp-submenu {
    display: block !important
}

.scp-submenu-col-1 {
    width: 50%
}

.scp-submenu-flex {
    display: flex;
    flex-wrap: wrap
}

.scp-menu-ttl-h3 {
    font-weight: var(--fw-bold);
    font-size: 20px;
    line-height: 1.1;
    margin: 0;
    color: var(--ttl_clr)
}

.scp-sub-content-ul {
    margin: 0;
    padding: 8px 0 0;
    list-style-type: none
}

.scp-sub-content-li {
    padding: 12px 25px;
    cursor: pointer
}

.scp-sub-content-lnk {
    font-size: 16px;
    line-height: 1.2;
    color: var(--ttl_clr);
    text-decoration: none;
    position: relative;
    font-weight: 700;
    margin-bottom: 12px
}

.scp-sub-content-lnk:before {
    height: 1px;
    background-color: #000;
    bottom: -2px;
    transition: transform .3s ease-in-out
}


.scp-sub-content-lnk:hover {
    color: #252525
}



.drop-link-sup-tt {
    letter-spacing: 0.4px;
    display: inline-block;
    color: #008743;
    background: #E8F7EF;
    vertical-align: middle;
    font-size: 11px;
    padding: 4px 9px;
    border-radius: 4px;
    font-weight: 500;
    margin-left: 2px;
    text-transform: uppercase
}

.scp-submenu-col-2 {
    width: 50%
}

.scp-submenu-col-3 {
    position: relative;
    border: 1px solid var(--sky_azure_clr);
    border-radius: 20px;
    padding: 36px 26px 34px 40px
}

.scp-submenu-col-3:before {
    position: absolute;
    content: "";
    right: 28px;
    top: 26px;
    background: url(/assets/img/home/trusted-web-host.svg) center center no-repeat;
    background-size: contain !important;
    width: 70px;
    height: 70px
}

.scp_hd_vps:before {
    background: url(/assets/img/home/vps-performance.svg) center center no-repeat
}

.scp_hd_free_cloud::before {
    background: url(/img-assets/nav-menu-images/cloud-free-trial-icon.png) center center no-repeat;
    right: -20px
}

.scp_hd_logomaker::before {
    background: url(/assets/img/home/logo-maker.svg) center center no-repeat;
    background-size: auto
}

.bubble {
    position: absolute;
    top: 7px;
    right: 0;
    display: block
}

.bubble-mob {
    display: none;
    position: absolute;
    top: 20px;
    left: 200px
}

@media (max-width:1141px) {
    .bubble {
        display: none
    }

    .bubble-mob {
        display: block
    }
}

.scp-menu-col3-ttl-h4,
.scp-menu-col3-ttl-p {
    font-size: 16px;
    margin: 0;
    color: var(--sub_ttl_clr)
}

.scp-menu-col3-ttl-p {
    max-width: 955px;
    line-height: 1.6;
    padding-top: 12px;
    padding-bottom: 36px
}

.scp-menu-col3-ttl-h4 {
    font-weight: var(--fw-bold);
    line-height: 1.1
}

.scp_hdr_star_icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 4px;
    background: url(/img-assets/nav-menu-images/star.svg) no-repeat center center;
    width: 27px;
    height: 27px;
    margin-right: 5px;
    margin-bottom: 2px
}

.scp-blue-button,
.scp-menu-col3-ttl-h3 {
    font-weight: var(--fw-bold);
    position: relative
}

.scp-menu-col3-ttl-h3 {
    font-size: 30px;
    line-height: 1.4;
    padding-top: 26px;
    color: #252525
}

.scp-blue-button {
    display: inline-block;
    text-decoration: none;
    color: var(--azure_clr);
    font-size: 16px;
    line-height: 170%;
    padding-right: 64px
}

.scp-blue-btn-spn {
    display: inline-block;
    padding-left: 5px;
    background: url(/assets/img/home/right-arrow.svg) center center no-repeat;
    background-size: contain;
    width: 24px;
    height: 18px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 28px
}

.scp-menu-right-ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: end;
    flex-flow: wrap row
}

.scp-menu-login {
    border-radius: 8px;
    padding: 8px 16px;
    display: block;
    font-size: 14px;
    color: #686868;
    border: 1px solid #dee9e2;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.scp-menu-login:hover {
    border-color: var(--azure_clr);
    color: var(--azure_clr);
    background: #fff;
}

@media (max-width:1400px) {
    .scp-menu-right-icon {
        padding: 0 6px
    }
}

.scp-menu-right-a {
    font-weight: var(--fw-bold);
    text-decoration: none;
    position: relative;
    font-size: 20px;
    line-height: 1.1;
    color: var(--azure_clr);
    padding-bottom: 13px
}

.scp-menu-icon {
    vertical-align: bottom;
    width: 22px;
    height: 22px
}

.scp_menu_phn-li {
    display: flex;
    align-items: center
}

.scp-featured-col-5 {
    margin-right: auto;
    flex: 1;
    padding-left: 14px
}

.new-tag {
    position: absolute;
    top: 10px;
    right: 25px;
    padding: 5px 12px;
    background: var(--azure_clr);
    border-radius: 5px;
    color: #fff;
    animation: MoveUpDown 1s ease-in-out infinite alternate-reverse both
}

@media (max-width:1140px) {
    .scp-menu-login {
        display: none
    }

    .new-tag {
        top: -2px;
        left: 30px;
        right: unset
    }
}

.scp-menu-right-sml {
    display: block;
    position: absolute;
    bottom: -3px;
    left: 26px;
    font-weight: var(--fw-normal);
    font-size: 12px;
    line-height: 1.1;
    color: #63798f;
    padding-top: 4px
}

.uk-head-arrow {
    display: inline-block;
    transition: all .3s ease-in-out;
    margin: 0 0 0 8px;
    vertical-align: middle;
    font-size: 22px;
    color: #464646;
    color: var(--ttl_clr);
    font-style: normal;
    font-weight: 300
}

.scp-offer:hover .uk-head-arrow {
    transform: translateX(5px)
}

.scp-menu-right-call {
    color: var(--gray_clr);
    position: relative
}

@media (max-width:1144px) {
    .scp-menu-right-li.pl-22 {
        padding-left: 10px
    }
}

@media (max-width:997px) {
    .scp-menu-right-li.pl-22 {
        padding-left: 5px
    }
}

.scp-menu-dropdown {
    position: relative !important
}

.scp-submenu1 .scp-h3 {
    font-weight: 500;
    font-size: 20px;
    padding: 20px 20px 0
}

.scp-sub-content-li p {
    color: #616161;
    font-size: 14px;
    width: max-content
}

.scp-menu-tabs:before {
    content: "";
    position: absolute;
    bottom: -11px;
    border: 1px solid transparent;
    opacity: 0;
    left: 50%;
    margin-left: -8px;
    transform: rotate(45deg);
    background: #fff;
    height: 28px;
    width: 28px;
    box-shadow: -4px -3px 10px 0 rgb(0 0 0/5%);
    border-radius: 10px 0 0 0;
    z-index: 402
}

.scp-menu-active .scp-menu-tabs:before {
    animation: slideDown .2s ease-in-out;
    opacity: 1
}

.scp-submenu-p {
    font-size: 14px;
    color: #3b3b55
}

.new-tag2 {
    position: absolute;
    top: 10px;
    right: 33%;
    padding: 5px 12px;
    background: var(--azure_clr);
    border-radius: 5px;
    color: #fff;
    animation: MoveUpDown 1s ease-in-out infinite alternate-reverse both
}

@media (max-width:1140px) {
    .new-tag2 {
        top: 15px;
        right: unset
    }
}

@media (min-width:1132px) and (max-width:1195px) {
    .scp-menu {
        padding: 0 4px
    }
}

@media (min-width:1132px) {
    .scp-menu-col-7 {
        width: 50%;
        padding-top: 10px
    }
}

@media (min-width:2050px) {
    .scp-menu {
        max-width: 2000px;
        margin: auto
    }
}

@media (min-width:1650px) {
    .scp-submenu-flex {
        width: 94%
    }
}

@media (max-width:1400px) {
    .scp-menu-tabs {
        padding: 38px 22px
    }

    .scp-menu-col3-ttl-h3 {
        font-size: 28px
    }

    .scp-menu-col3-ttl-p {
        font-size: 16px;
        line-height: 1.6
    }

    .scp-submenu-row {
        max-width: 90%
    }

    .scp-submenu-col-3:before {
        width: 60px;
        height: 60px
    }
}

@media (max-width:1354px) {
    .scp-menu-container {
        padding: 0 3px
    }

    .scp-menu-col3-ttl-h4 {
        max-width: 340px
    }

    .scp-menu-right-a {
        font-size: 18px
    }
}

@media (max-width:1320px) {
    .scp-menu-logo-1 {
        width: 135px;
        height: auto
    }

    .scp-submenu-row {
        max-width: 90%
    }
}

@media (max-width:1132px) {
    .scp-menu-tabs {
        padding: 30px 20px;
        font-size: 14px
    }

    .scp-menu-tab-dwn {
        top: 33px
    }

    .scp-menu-left-2 {
        padding-left: 4px
    }

    .scp-submenu-col-3 {
        padding-right: 110px
    }

    .scp-menu-logo-a {
        display: flex
    }

    .scp-menu-col3-ttl-h4 {
        font-size: 22px;
        max-width: 276px
    }

    .scp-menu-right-ul {
        align-items: center
    }

    .scp-menu-call-icon img:first-child {
        display: inherit
    }

    .scp-menu-right-a {
        padding-bottom: 0
    }

    .scp-menu-right-sml {
        display: none !important
    }
}

@media (min-width:1132px) and (max-width:1190px) {
    .scp-menu {
        padding: 0 4px
    }

    .scp-menu-logo-1 {
        width: 135px;
        height: 39px
    }
}

@media (max-width:1152px) {
    .scp-menu-tabs {
        padding: 30px 20px
    }

    .scp-menu-tab-dwn {
        top: 34px
    }
}

@media (max-width:1024px) {
    .scp-menu-tabs {
        padding: 32px 18px
    }

    .scp-menu-tab-dwn {
        top: 35px
    }

    .scp-menu-col3-ttl-h3 {
        font-size: 26px
    }

    .scp-menu-col3-ttl-h4 {
        font-size: 20px
    }
}

@media (max-width:1140px) {
    .drop-link-sup-tt {
        position: absolute;
        right: 22px;
        padding: 4px 12px
    }

    .scp-sub-content-ul {
        padding: 0
    }

    .scp-menu-tabs:before {
        display: none
    }

    .scp-menu-left-2 {
        justify-content: end;
        padding-left: 0
    }

    .scp-menu-col-7 {
        padding-top: 15px
    }

    .scp-menu {
        overflow: hidden;
        padding: 15px 20px
    }

    .scp-active {
        overflow: unset
    }

    .scp-navigation-show {
        width: 100%;
        position: absolute;
        left: 100%;
        right: 0;
        z-index: 99;
        transition: all .3s ease-in-out;
        top: 75px;
        overflow: auto;
        max-height: calc(100vh - 74px);
        display: block;
        box-shadow: 0 20px 18px rgba(0, 0, 0, .05)
    }

    .scp-navigation-show.scp-active {
        left: 0
    }

    .scp-navigation-show-ul {
        display: block;
        background: #fff;
        padding-top: 25px;
        padding-bottom: calc(36vh - 22px);
        overflow: hidden;
        padding-inline: 18px
    }

    .scp-menu-tabs {
        font-size: 16px;
        display: block
    }

    .scp-sub-content-li {
        padding-bottom: 12px
    }

    .scp-featured-col-5 {
        width: 555px
    }

    .scp-menu-col3-ttl-p {
        font-size: 14px;
        max-width: 295px;
        padding-top: 12px;
        padding-bottom: 28px
    }

    .scp-submenu-col-3:before {
        right: 8px;
        max-width: 68px
    }

    .scp-menu-col3-ttl-h4 {
        font-size: 20px;
        padding-bottom: 8px;
        max-width: 245px
    }

    .scp-blue-button {
        font-size: 16px
    }

    .scp-menu-right-a {
        line-height: 1;
        margin: 0 5px
    }

    .scp-navigation-toggle span {
        display: block !important;
        margin-bottom: 6px;
        border-top: 2px solid #252525;
        width: 20px;
        transition: all .3s ease-in-out
    }

    .scp-active .scp-navigation-toggle span:first-child {
        transform: rotate(45deg) translate(2px, 0);
        margin-bottom: 0
    }

    .scp-active .scp-navigation-toggle span:nth-child(3) {
        transform: scale(0, 1)
    }

    .scp-active .scp-navigation-toggle span:nth-child(2) {
        transform: rotate(133deg) translate(-2px, 0);
        margin-bottom: 0
    }

    .scp-navigation-toggle {
        text-align: center;
        display: inline-block;
        margin: 0;
        cursor: pointer;
        background: 0 0;
        vertical-align: middle;
        padding: 5px 8px 2px !important
    }

    .scp-submenu {
        box-shadow: unset;
        border-top: 1px solid #cfdfea;
        border-bottom: 1px solid #cfdfea;
        border-radius: 0;
        transform: unset;
        left: 0;
        height: auto
    }

    .scp-menu-tabs:before {
        left: 12%;
        margin-left: -22px;
        z-index: 0
    }

    .scp-menu-tabs {
        padding: 16px 30px
    }

    .scp-menu-active .scp-menu-tabs,
    .scp-menu-tabs:hover {
        background: #EDF5F1
    }

    .scp-menu-tab-dwn svg {
        width: 12px;
        height: 12px
    }

    .scp-flag-span {
        font-size: 15px;
        padding-left: 8px
    }
}

@media (max-width:900px) {
    .scp-menu-row {
        justify-content: space-between
    }

    .scp-submenu-col-1,
    .scp-submenu-col-2 {
        width: 50%;
        flex: unset
    }

    .scp-menu-col-7 {
        width: 100%
    }

    .scp-featured-col-5 {
        flex: unset;
        width: 100%;
        padding: 20px 0
    }
}

@media (max-width:660px) {
    .scp-menu {
        padding: 15px 2px
    }

    .scp-navigation-show {
        top: 64px
    }

    .scp-menu-tabs:before {
        left: 10%;
        margin-left: -8px
    }
}

@media (max-width:510px) {

    .scp-submenu-col-1,
    .scp-submenu-col-2 {
        width: 100%
    }

    .scp-menu-right-icon {
        padding: 0
    }

    .scp-submenu-col-3 {
        padding: 32px 64px 34px 26px
    }
}

@media (max-width:470px) {
    .scp-menu-tabs:before {
        left: 12%;
        margin-left: -3px
    }

    .scp-submenu {
        padding: 0 24px 44px 26px
    }

    .scp-menu-col3-ttl-h4 {
        max-width: 235px
    }

    .scp-menu-right-a {
        padding: 0 4px
    }
}

@media(max-width:400px) {
    .scp-sub-content-li p {
        max-width: 256px;
    }

    .scp-submenu {
        padding: 15px 15px 10px !important;
    }
}

@media (max-width:350px) {
    .scp-menu-col3-ttl-h4 {
        font-size: 18px
    }

    .scp-menu-login {
        font-size: 15px;
        padding: 8px 14px
    }

    .scp-menu-col3-ttl-h4 {
        max-width: 200px
    }

    .scp-menu-col3-ttl-h3 {
        font-size: 21px
    }
}

@media (min-width:1141px) {

    .scp-menu-mob-show,
    .scp_menu_toggle {
        display: none
    }
}

@media (min-width:1321px) {
    .scp-featured-col-5 {
        max-width: 750px
    }
}

@media (min-width:1140px) and (max-width:1260px) {
    .scp-menu-tabs {
        padding: 38px 16px !important
    }

    .scp-menu-tab-dwn {
        top: 42px
    }
}

.scp-menu-left-2 {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

@media (min-width:1460px) {
    .scp-featured-col-5 {
        position: absolute;
        right: 4%;
        max-width: 785px
    }
}

@media (min-width:1600px) {
    .scp-menu {
        padding: 0 64px
    }
}

.scp-menu-active .scp-menu-tab-dwn {
    transform: rotateZ(180deg)
}

/* Inc navigation Header style  19-07-2025*/
.scp-menu-dropdown {
    position: relative !important
}

.scp-submenu1 .scp-h3 {
    font-weight: 500;
    font-size: 20px;
    padding: 20px 20px 0
}

.scp-submenu {
    display: none;
    right: 0;
    margin-top: 10px;
    
    position: absolute;
    z-index: 400;
    border-radius: 20px;
    background: #fff;
    width: 100%;
    transform: translate(-50%, 0);
    top: 100%;
    animation: slideDown .2s ease-in-out;
    min-width: max-content;
    left: 50%;
    padding: 15px 20px 25px;
    border: 1px solid rgb(131, 131, 131)
}

.scp-sub-content-li {
    padding: 12px 25px 12px;
    cursor: pointer
}

.scp-sub-content-lnk {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 15px
}

.scp-sub-content-li:hover {
    background: #EDF5F1;
    border-radius: 8px
}

.scp-menu-tabs {
    font-size: 15px;
    padding: 34px 14px;
    color: var(--ttl_clr)
}

.scp-menu-tab-dwn {
    top: 38px;
    position: unset;
    display: inline-block
}

.scp-menu-tabs:before {
    content: '';
    position: absolute;
    bottom: -18px;
    border: 1px solid transparent;
    opacity: 0;
    left: 40%;
    margin-left: -8px;
    transform: rotate(45deg);
    background: #fff;
    height: 28px;
    width: 28px;
    box-shadow: -4px -3px 10px 0 rgb(0 0 0 / 5%);
    border-radius: 10px 0 0 0;
    z-index: 402;
    display: none
}

.scp-submenu-p {
    font-size: 14px;
    color: #3b3b55
}

@media (max-width:1152px) {
    .scp-menu-tabs {
        padding: 30px 20px
    }

    .scp-menu-tab-dwn {
        top: 34px
    }
}

@media(max-width:1140px) {
    .scp-sub-content-li {
        padding: 14px 10px 14px
    }

    .scp-submenu {
        position: relative;
        box-shadow: unset;
        transform: unset;
        left: 0;
        height: auto;
        padding: 15px 12px 10px
    }

    .scp-menu-tabs:before {
        left: 12%;
        margin-left: -22px;
        z-index: 0
    }

    .scp-menu-tabs {
        padding: 16px 16px;
        border-radius: 5px
    }

    .scp-menu-tab-dwn {
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        right: 48px
    }

    .scp-menu-active .scp-menu-tab-dwn {
        transform: rotateZ(180deg) translateY(-50%);
        top: 20%
    }
}

@media(max-width:600px) {
    .scp-menu-tab-dwn {
        right: 20px
    }

    .scp-navigation-show-ul {
        padding-inline: 14px
    }
}

.new-tag2 {
    position: absolute;
    top: 10px;
    right: 33%;
    padding: 5px 12px;
    background: var(--azure_clr);
    border-radius: 5px;
    color: #fff;
    animation: MoveUpDown 1s ease-in-out infinite alternate-reverse both
}

@media(max-width:1140px) {
    .new-tag2 {
        top: 15px;
        right: unset
    }
}

@media (min-width:1140px) and (max-width:1260px) {
    .scp-menu-tabs {
        padding: 30px 9px !important
    }

    .scp-menu-tab-dwn {
        top: 42px
    }
}

.scp-menu-right-call {
    color: var(--gray_clr);
    position: relative
}

@media (max-width:1144px) {
    .scp-menu-right-li.pl-22 {
        padding-left: 10px
    }
}

@media (max-width:997px) {
    .scp-menu-right-li.pl-22 {
        padding-left: 5px
    }
}

.scp_flag {
    padding-left: 12px;
    display: block
}

@media (max-width:1600px) {
    .scp_flag img {
        width: 32px !important;
        height: 20px !important
    }
}

.scp-flag-dropdown {
    position: relative;
    display: inline-block
}

.scp-flag-toggle {
    background: 0 0;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 12px 15px 12px 1px
}

.scp-flag-drop-list {
    padding: 12px
}

.scp-flag-drop-list img {
    width: 30px;
    height: 30px
}

.scp-flag-drop {
    padding: 20px
}

.scp-flag-drop.scp-show {
    display: block
}

.scp-flag-lnk {
    color: var(--gray_clr)
}

.scp-flag-dropdown-small,
.scp-flag-toggle::after {
    display: none
}

@media (max-width:1400px) {
    .scp-flag-txt {
        font-size: 14px
    }
}

@media (max-width:1140px) {
    .scp-flag-dropdown {
        display: block
    }

    .scp-flag-dropdown-larg {
        display: none
    }

    .scp-flag-dropdown-small {
        display: block
    }

    .scp-flag-drop {
        padding: 4px 0 0
    }

    .scp-flag-drop-list img {
        vertical-align: middle
    }

    .scp-flag-txt {
        font-weight: 500
    }
}

.scp-flag-toggle {
    padding: 12px 15px 12px 1px !important
}

@media(min-width:1140px) {
    .scp_user_icon {
        display: none
    }
}

.scp-menu-web-builder {
    padding-right: 10px !important
}

@media(min-width:1140px) {
    .g-suite-p {
        padding-left: 12px !important;
        padding-right: 10px !important;
        margin-right: 10px
    }
}

@media(max-width:1220px) {
    .g-suite-p {
        padding-left: 8px !important;
        padding-right: 10px !important;
        margin-right: 0
    }
}

.scp-ftr-pm_logo {
    height: 30px;
    margin: 0
}

.scp-ftr-pm_logo img {
    object-fit: contain
}

.scp-ftr-wrapr {
    max-width: unset;
    display: flex;
    flex-flow: row wrap;
    justify-content: end;
    align-items: center;
    width: 100%
}

@media(max-width:1140px) {
    .scp-flag-dropdown-small {
        display: none !important
    }

    .scp_user_icon {
        border: 1px solid #1E8948;
        color: #1E8948;
        padding: 16px;
        margin: 100px 16px 16px;
        text-align: center;
        width: 100%;
        border-radius: 10px;
        font-weight: 600;
        margin-top: calc(4vh - 0px)
    }

    .scp-menu-tabs {
        font-weight: 600
    }
}

@media (max-width:950px) {
    .g-suite-p {
        padding-left: 0 !important;
        padding-right: 4px !important
    }

    .scp-ftr-pm_logo {
        height: 28px;
        width: 40px;
        margin: 0
    }

    .scp-ftr-wrapr {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 24px;
        justify-content: start
    }

    .scp-ftr-pm_logo img {
        object-fit: contain
    }
}

@media (max-width:1012px) {
    .scp-menu {
        padding: 14px 10px
    }
}

.scp-menu-tabs::after {
    bottom: 23px
}

.scp-flag-toggle img {
    width: 25px;
    height: 25px
}

.scp-menu-tabs:hover::after {
    padding: 0
}

.scp-menu-right {
    display: flex;
    align-items: center;
    padding-left: 6px
}

@media(min-width:1141px) {
    .scp-menu-left-2 {
        justify-content: space-between
    }
}

@media(max-width:1260px) {
    .scp-menu-tabs::after {
        bottom: 18px
    }
}

@media(max-width:1050px) {
    .scp-flag-toggle {
        padding: 12px 15px 12px 2px !important
    }
}

.scp-flag-drop.scp-show {
    display: none !important
}

.scp-menu-active .scp-flag-toggle.scp-menu-tabs:before {
    display: none !important
}

.scp-flag-toggle {
    cursor: unset
}

@media(max-width:1090px) {
    .scp-flag-toggle {
        padding: 12px 16px 12px 2px !important
    }

    .scp-menu-tabs {
        padding-left: 6px !important;
        padding-right: 6px !important
    }
}

@media(max-width:1140px) {
    .scp-menu-tabs {
        padding-left: 12px !important
    }

    .top-floating-bar {
        top: 68px !important
    }

    .scp-navigation-show {
        top: 70px
    }
}

@media (max-width:600px) {
    .top-floating-bar {
        top: 66px !important
    }

    .scp-navigation-show {
        top: 66px
    }
}

/* plans section style plan-container-3col = 3 plan-container-4col = 4*/
.plans-border {
    padding-bottom: 2px;
    text-decoration: underline;
    text-decoration-color: #ABABAB;
    text-decoration-style: dashed;
    text-underline-position: under
}

#tooltip {
    text-align: center;
    color: #f7fbff;
    background: #2f3c4b;
    position: absolute;
    z-index: 100;
    padding: 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: var(--fw-normal);
    border-radius: 3px
}

#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2f3c4b;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #2f3c4b;
    top: -20px;
    bottom: auto
}

#tooltip.left:after {
    left: 10px;
    margin: 0
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0
}

.plan-container {
    margin: 52px auto 0;
    display: flex;
    flex-flow: row wrap;
    padding: 0 5px
}

.plan-container-3col {
    max-width: 1143px
}

.plan-container-3col .plan-col {
    width: calc(94%/3);
    margin-right: 2%;
    border-radius: 14px;
    margin-bottom: 10px;
    padding: 44px 31px 60px;
}

.plan-container-3col .plan-col:last-child {
    margin-right: 0
}

.plan-col {
    transition: all 0.3s ease-in-out;
    background: #fff;
    position: relative;
    border: 1px solid var(--border-light);
    border-radius: 15px !important;
    padding: 44px 32px 50px
}

.plan-h4 {
    font-weight: var(--fw-bold);
    color: var(--ttl_clr);
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}

.plan-content {
    border-radius: 20px;
    transition: all .3s ease-in-out
}

.plan-ttl-box {
    position: relative;
    z-index: 10
}

.plan-save {
    border-radius: 300px;
    color: #2b2b2b;
    background: #eeb118;
    padding: 5px 10px;
    font-size: 12px;
    margin-left: 7px;
    text-align: center;
    font-weight: var(--fw-semi-bold);
    
}

.plan-save2 {
    margin-left: 0;
    margin-right: 7px;
}

.plan-prc-strik {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    position: relative;
    font-weight: var(--fw-normal);
    color: #878787
}

.plan-prc-strik div {
    padding-left: 2px
}

.plan-prc-strik:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: calc(100% + 0px);
    height: 1px;
    background: #878787
}

i {
    font-size: 100%
}

.plan-price,
.plan-renew-p a {
    font-weight: var(--fw-bold);
    color: var(--ttl_clr)
}

.plan-price {
    width: 100%;
    line-height: 1;
    margin-top: 10px;
    display: flex;
    font-size: 22px
}

.plan-price i {
    align-self: flex-start;
}

.plan-price div {
    font-size: 48px;
    margin: 0 2px 0 3px;
    line-height: .8;
    font-weight: var(--fw-bold)
}

.plan-renew-p {
    font-size: 14px;
    max-width: 240px;
    padding-top: 24px
}

.plan-renew-p a {
    border-bottom: 1px dashed
}

.plan-price span {
    display: ruby;
    align-self: flex-end;
    font-size: 16px;
    font-weight: 500
}

.plan-btn-box {
    margin: 19px 0 20px;
    text-align: center
}

.plan-btn {
    transition: all .3s ease-in-out;
    display: block
}

/* Click Effect */
.plan-btn:active {
    transform: translateY(2px) scale(0.99);
}

.plan-btn {
    color: var(--azure_clr);
    background: #ffffff00;
    border-radius: 10px;
    padding: 13px 14px;
    font-size: 16px;
    border: 1px solid var(--azure_clr);
    font-weight: var(--fw-semi-bold)
}

.plan-list li,
.plan-view-btn span {
    flex-flow: row wrap;
    font-size: 14px;
    position: relative
}

.plan-list li {
    display: flex;
    margin-bottom: 12px;
    display: block;
    padding-left: 5px;
    line-height: 24px;
    color: var(--ttl_clr)
}

.plan-txt-b {
    font-weight: var(--fw-extra-bold)
}



.hlt_prtn {
    background: #13b763;
    color: #fff;
    padding: 7px 12px;
    border-radius: 100px;
    font-size: 13px;
    display: inline-block;
    margin-top: -4px
}

.plan-list-ttl {
    color: var(--ttl_clr);
    font-size: 18px;
    font-weight: var(--fw-medium);
    margin: 20px auto
}

.plan-view-btn {
    text-align: center;
    padding: 22px 0
}

.plan-view-btn a,
.plan-view-btn-a {
    text-align: center;
    position: absolute;
    bottom: 0;
    display: inline-block;
    left: 50%;
    transform: translate(-50%);
    width: 100%
}

.plan-view-btn span {
    cursor: pointer;
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    font-weight: var(--fw-bold);
    color: var(--sub_ttl_clr);
    margin-bottom: 45px
}

.plan-view-btn span:after {
    transition: all 0.3s ease-in-out;
    background: var(--azure_clr);
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    max-width: 78px
}

.plan-view-btn span:hover:after {
    max-width: 125px
}

.plan-view-btn span i {
    transition: all .3s ease-in-out;
    margin: 0 0 0 8px;
    font-size: 90%;
    color: #464646;
    font-style: normal;
    transform: rotate(321deg) translate(0, 3px);
    font-weight: 300
}

.plan-view-btn span:hover i {
    transform: rotate(321deg) translate(4px, 3px)
}

.plan-list-box .plan_cross::before {
    background: url(/assets/img/common-icons/cross2.svg) no-repeat
}

.plan_cross .plan-txt {
    color: #9baab8 !important
}

.crncy_fas {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: var(--fw-medium)
}

.p1-save {
    color: #ff2626;
    font-size: 14px;
    font-weight: var(--fw-semi-bold)
}

.plan-p {
    color: #878787;
    font-size: 14px;
    font-weight: var(--fw-normal);
    padding-top: 4px;
    padding-bottom: 4px;
}

.plan-offer-col {
    box-shadow: #e5f1fd -1px 6px 20px 2px;
    border: 1px solid var(--azure_clr)
}

@media (max-width:1260px) {
    .plan-price div {
        font-size: 36px
    }
}

@media(max-width:1400px) {
    .plan-container-3col .plan-col {
        width: calc(94%/3)
    }
}

@media (max-width:1250px) {
    .plan-price {
        font-size: 18px;
    }

    .plan-container-3col {
        width: 100%
    }
}

@media (max-width:1200px) {
    .plan-price div {
        font-size: 30px
    }

    .plan-price span {
        font-size: 14px
    }

    .plan-container-6col .plan-col {
        width: calc(91%/3)
    }
}

@media (max-width:1100px) {
    .plan-container-3col.scp-plan-slider .slick-track {
        left: 0 !important
    }

    .plan-btn-box {
        margin: 20px 0 35px
    }
}

@media (max-width:1024px) {
    .plan-col {
        padding: 44px 18px
    }

    .plan-list {
        padding: 0 5px
    }

    .plan-list li {
        margin-bottom: 10px;
        padding-left: 5px
    }

    .plan-view-btn {
        margin-top: 20px
    }
}

@media (max-width: 1134px) {
    .scp-submenu {
        border: 0 !important;
    }
}

@media (max-width:990px) {
    .hlt_prtn {
        font-size: 11px;
        padding: 6px 9px
    }
}

@media (max-width:800px) {
    .plan-container {
        margin-top: 40px
    }

    .plan-container-3col {
        justify-content: center
    }

    .plan-container-3col .plan-col {
        width: calc((96% - 40px)/ 2);
        margin: 0 0 30px
    }

    .plan-offer-col {
        margin-top: 44px !important
    }

    .plan-container-3col .plan-col:first-child {
        margin-right: unset
    }
}

@media (max-width:750px) {
    #tooltip_feb21 {
        width: 200px;
        font-size: 13px;
        padding: 15px 10px
    }
}

@media (max-width:550px) {
    .plan-container {
        padding: 0 10px;
        margin: 0 auto
    }

    .plan-container-3col .plan-col {
        width: 100%;
        margin: 6px 0px 0
    }

    .plan-offer-col {
        margin-top: 75px !important
    }
}

.plan-container-4col {
    max-width: 1297px;
    padding: 0 10px;
    justify-content: center
}

.plan-container-4col .plan-col {
    width: calc(93%/4);
    border-radius: 20px;
    margin: 0 10px 20px;
    padding: 44px 30px 60px
}

@media (max-width:1280px) {
    .plan-container-4col {
        width: 100%
    }
}

@media (max-width:991px) {
    .plan-container-4col .plan-col {
        width: calc((100% - -112px)/ 3);
        margin: 6px 10px 32px
    }
}

@media (max-width:550px) {
    .plan-container-4col .plan-col {
        width: 100%
    }
}

@media (max-width:500px) {
    #tooltip {
        text-align: left;
        width: 200px
    }
}

@media (min-width:1525px) {
    .plan-container-4col {
        max-width: 1514px
    }

    .plan-container-4col .plan-col {
        padding: 36px 30px 54px;
        width: calc(94%/4);
        margin-bottom: 20px
    }

    .plan-container-3col .plan-col {
        padding: 36px 31px 54px;
    }
}

@media(max-width:1220px) {
    .plan-container-4col .plan-col {
        padding: 44px 22px 46px
    }
}

@media(max-width:1161px) {
    .plan-container-4col .plan-col {
        width: calc(92% / 4)
    }
}

.plan-container-6col .plan-col {
    width: calc(90%/3);
    margin: 0 1% 22px 1%;
    border-radius: 15px
}

.plan-container-6col {
    display: flex;
    max-width: 1250px;
    flex-flow: row wrap;
    justify-content: center
}

@media (max-width:991px) {
    .plan-container-6col .plan-col {
        width: calc((100% - (40px*3))/ 2)
    }
}

@media (max-width:550px) {
    .plan-container-6col .plan-col {
        width: 100%;
        margin: 24px auto
    }
}

.vps_month_free,
.vps_month_no_free {
    padding-top: 2px;
    color: #878787 !important;
    font-size: 14px;
    margin-top: 16px;
    display: inline-block;
    font-weight: 500;
}

.vps_month_free span,
.vps_month_no_free span {
    font-weight: var(--fw-bold);
    color: var(--azure_clr);
    display: inline-block;
    border-bottom: 1px dashed;
}

.vps_month_no_free {
    visibility: hidden
}

.plan-btn-flag {
    vertical-align: middle;
    padding-right: 6px
}

.plan-col:before,
.plan-max-value:before {
    position: absolute;
    right: 0;
    border-radius: 14px 14px 0 0
}

.plan-col:before {
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 48px;
    background: #fafbff
}

.plan-btn:hover {
    
    
    
    background-color: #1E8948;
    box-shadow: 0 3px 15.6px , inset -2px -2px 1.4px #13461b, inset 1px 1px 1.4px #2ca35c;
    border: 0;
    color: white;
}

.plan-max-value:before {
    content: "MAX VALUE";
    background: #09f;
    color: #fff;
    top: -42px;
    width: 100%;
    z-index: -1;
    text-align: center;
    padding-top: 10px;
    height: 50px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500
}

.plan-subt-list>span {
    display: inline-block;
    padding-bottom: 4px
}

.vps_month_free,
.vps_month_no_free {
    margin-top: 16px;
}

.plan-recom-offer-col .vps_month_free {
    color: unset;
}

@media (max-width:1200px) {

    .vps_month_free,
    .vps_month_no_free {
        margin-top: 15px
    }

    .plan-container-6col .plan-col {
        width: calc(91%/3)
    }
}

.plnru-btn {
    cursor: pointer;
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    font-weight: var(--fw-bold)
}

.plns-show-btn span {
    position: relative;
    padding: 0 44px 5px 8px
}

.plns-show-btn span:before {
    content: '';
    position: absolute;
    right: 21px;
    top: 50%;
    font-size: 18px;
    transition: all .4s ease-in-out;
    background: url("/assets/img/scp-new/arrow-faq.svg") center center no-repeat;
    background-size: contain;
    width: 18px;
    height: 9px;
    transform: translateY(-50%);
}

.plns-show-btn.plns-show-active span:before {
    transform: rotate(180deg) translateY(20%)
}

.plan-list-ttl {
    font-weight: 500
}




@keyframes scoreShimmer {
    0% {
        background-position: -250% 0;
    }
    100% {
        background-position: 250% 0;
    }
}

.chant-image{
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    object-fit: contain;
}


.plan-best-deal {
    display: block;
    position: absolute;
    top: -16px;
    right: 26px;
    z-index: 1;

    padding: 7px 22px;
    border-radius: 19px;
    background: #1E8948;
    color: #fff;

    box-shadow: 0 3px 15.6px ,
                inset -2px -2px 1.4px #13461b,
                inset 1px 1px 1.4px #2ca35c;

    overflow: hidden;
    isolation: isolate; 
}

.plan-best-deal::before{
    content:"";
    position:absolute;
    top:0;
    left:-40%;
    width:30%;
    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.6),
        transparent
    );

    animation:shimmer 1.5s linear infinite;
}

@keyframes shimmer{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(500%);
    }
}



.plan_best_value {
    background: #F0F6FF;
    border: 1px solid #DBE7F9;
    color: var(--azure_clr)
}

.plan_best_value .plan-recom-h3 {
    color: var(--azure_clr)
}


.plan-recom-h3 {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.plan_new_shadow .plan-view-btn {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 0 auto
}

.plan-recom-offer-col {
    box-shadow: 0px 1px 25.8px #f7fffa;
    border: 2px solid var(--azure_clr) !important;
    border-top: 20px;
}

.plan-recom-offer-col,
.plan-recom-offer-col:hover:before {
    background: #fff !important
}

.plan-recom-offer-col .plan-btn {
    background-color: #1E8948;
    box-shadow: 0 3px 15.6px , inset -2px -2px 1.4px #13461b, inset 1px 1px 1.4px #2ca35c;
    border: 0;
    color: white;
}

.plan-recom-offer-col .plan-btn:hover {
    background-color: #1E8948;
    box-shadow: 0 3px 15.6px , inset -2px -2px 1.4px #13461b, inset 1px 1px 1.4px #2ca35c;
    border: 0;
    color: white;
}

.plan-offer-col {
    border-color: #d0e2fa;
    box-shadow: unset
}

.plan-offer-col .plan-btn {
    color: var(--azure_clr);
    background: #fff;
    border: 2px solid var(--azure_clr)
}

.plan-offer-col .plan-btn:hover {
    background: #e2effd;
    color: var(--azure_clr)
}

.plan-col:hover {
    transform: scale(1.02);
    background: #fdfffe !important;
    border-color: var(--azure_clr)
}

.plan-col.plan-recom-offer-col:hover {
    background: #fdfffe !important;
}

.newTags {
    position: relative;
    margin-right: 40px;
    z-index: 1;
    margin-top: 2px;
    display: inline-block
}

.newTags:after {
    content: 'New';
    position: absolute;
    color: #f15a05;
    border: 1px solid #f15a05;
    border-radius: 2px;
    background: #fffaf6;
    padding: 4px 10px;
    font-size: 12px;
    margin-left: 7px;
    font-weight: 600;
    top: 0;
    right: -55px;
    line-height: 1.3
}

@media(max-width:1440px) {
    .newTags:after {
        padding: 2px 10px
    }

    .newTags {
        margin-top: 5px
    }
}

.plan-col:before {
    display: none
}

.pln-26 {
    padding: 2px 0 20px;
    font-size: 12px;
    color: #878787;
}

.pln-26hr {
    margin-bottom: 24px;
    width: 100%;
    border-color: #f3f3f33d
}

@media (max-width:1100px) {
    .plan-col:hover {
        transform: unset;
    }

    .plan-btn-box {
        margin: 20px 0 20px
    }

    .plan-recom-offer-col {
        box-shadow: unset;
    }
}

.plan-txt-new-label {
    letter-spacing: 0.4px;
    display: inline;
    color: #008743;
    background: #E8F7EF;
    vertical-align: middle;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 700;
    margin-left: 8px;
    text-transform: uppercase;
}

.plan-txt-new-label_clr2 {
    color: #256e30;
    background: #e1efff;
}

.scp-plan-desc-pointer {
    padding-right: 6px;
    display: inline-block;
    position: relative;
}

/* sticky box  */
@media(min-width:1200px) {
    .mvh-plan-ttl-box-active .scp_pln_deal_label {
        display: none !important
    }

    .mvh-plan-col-active .plans_pay_price {
        display: none
    }

    .mvh-plan-ttl-box-active .plan-same-renewal {
        margin-top: 8px;
    }

    .mvh-plan-ttl-box-active {
        position: -webkit-sticky;
        position: sticky;
        top: 94px;
        z-index: 10;
        background: #fafbff;
        padding: 16px 0 4px;
        transition: all .3s ease-in-out
    }

    .mvh-plan-ttl-box {
        transition: all .3s ease-in-out;
    }

    .mvh-plan-ttl-box-active .plan-best-deal:before {
        display: none
    }

    .mvh-plan-ttl-box-active .plan-best-deal {
        right: 0;
        left: unset;
        background: #EDF5F1;
        border: 1px solid #FFD7C9;
        border-radius: 6px;
        color: var(--ttl_clr);
        font-size: 14px;
        padding: 6px 8px;
        font-weight: 400;
        width: unset;
        top: 14px
    }

    .mvh-plan-ttl-box-active .plan-recom-h3 {
        color: #1E8948;
        font-size: 12px;
        font-weight: var(--fw-medium);
        padding: 0;
        line-height: 1.1;
        text-transform: math-auto;
    }

    .mvh-plan-ttl-box-active .plan-p,
    .mvh-plan-ttl-box-active .plan-prc-strik,
    .mvh-plan-ttl-box-active .plan-save {
        display: none !important
    }

    .mvh-plan-ttl-box-active .plan-h4 {
        font-size: 16px;
    }

    .mvh-plan-ttl-box-active .plan-price div {
        margin: 0 2px;
        font-size: 22px;
        font-weight: 600
    }

    .mvh-plan-ttl-box-active .plan-price {
        font-size: 16px;
        margin-top: 12px
    }

    .mvh-plan-ttl-box-active .up_mo {
        font-size: 14px;
        padding-top: 1px
    }

    .mvh-plan-ttl-box-active .plan-price span {
        line-height: normal
    }

    .mvh-plan-ttl-box-active .plan-ttl-box>.padding-top-16 {
        padding-top: 0
    }

    .mvh-plan-ttl-box-active .vps_month_free,
    .mvh-plan-ttl-box-active .vps_month_no_free {
        margin-top: 2px
    }

    .mvh-plan-ttl-box-active .vps_month_free {
        font-size: 14px
    }

    .mvh-plan-ttl-box-active .plan-btn-box {
        margin-top: 8px;
        padding-bottom: 8px;
        margin-bottom: 0
    }

    .mvh-plan-ttl-box-active .plan-btn {
        padding: 8px 14px;
        font-size: 14px
    }

    .mvh-plan-ttl-box-active .vps_month_free {
        display: none !important;
    }

    .mvh-plan-ttl-box-active .vps_month_no_free {
        display: none
    }

    .mvh-plan-ttl-box-active:before {
        background: #fff;
        content: "";
        position: absolute;
        left: -31px;
        right: -31px;
        top: 0;
        bottom: 0;
        z-index: -1;
        border: 1px solid var(--border-light);
        border-bottom: unset;
        border-radius: 14px 14px 0 0
    }

    .mvh-plan-ttl-box-active:after {
        background: #fff;
        content: "";
        position: absolute;
        left: -33px;
        right: -33px;
        top: -70px;
        bottom: 0;
        z-index: -2
    }

    .plan-col.mvh-plan-col-active {
        transform: unset;
        transition: unset;
    }

    .plan-recom-offer-col.mvh-plan-col-active,
    .plan-recom-offer-col.mvh-plan-col-active:hover {
        box-shadow: unset;
    }

    .plan-recom-offer-col.mvh-plan-col-active:hover .mvh-plan-ttl-box-active:before {
        background: #fff;
    }

    .plan-recom-offer-col .mvh-plan-ttl-box-active:before {
        border-color: var(--azure_clr);
        border-width: 2px;
        left: -32px;
        right: -32px
    }

    .plan-col:hover .mvh-plan-ttl-box-active:before {
        background: #f7faffa1;
        border-color: var(--azure_clr);
    }

    .mvh-plan-col-active .pln-26hr {
        border-color: transparent
    }

    .mvh-plan-col-active .pln-26 {
        display: none
    }

    .plan-container {
        margin: 0 auto
    }

    .plan-container-4col,
    .plan-container-6col,
    .plan-container-3col {
        padding: 60px 10px 0
    }

    .mvh-plan-col-active .mvh-plan-ttl-box {
        padding-bottom: 8px
    }

    .plan-container-6col .mvh-plan-ttl-box-active:after,
    .plan-container-6col .plan-recom-offer-col .mvh-plan-ttl-box-active:before {
        left: -34px;
        right: -34px;
    }

    .plan-container-6col .mvh-plan-ttl-box-active:before {
        left: -33px;
        right: -33px;
    }
}

/*min-widht:100px  */
@media (min-width:1100px) and (max-width:1220px) {
    .mvh-plan-ttl-box-active:before {
        left: -23px;
        right: -23px
    }

    .plan-recom-offer-col .mvh-plan-ttl-box-active:before {
        left: -24px;
        right: -24px
    }
}

@media (max-width: 600px) {
    .plan-subt-list {
        display: none;
    }
}

.plan-container-4col .plan-col.scp-sm-mt-plan {
    margin-top: 20px;
}

.plan-container .plan-col:first-child {
    position: relative
}

.plan-container .plan-col.mvh-plan-col-active:first-child:after {
    display: none
}

@media(max-width:1525px) {
    .plan-container .plan-col:first-child:after {
        left: 90px
    }
}

@media(max-width:1100px) {

    .plan-container .plan-col.mvh-plan-col-active:first-child .plan-h4:after,
    .plan-container .plan-col:first-child:after {
        display: none
    }
}



.mvh-plan-ttl-box {
    border-bottom: 1px solid #dbe7f9;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.mvh-plan-ttl-box-active .plan-same-renewal {
    margin-top: 0
}

.plan-same-renewal {
    font-weight: 500;
    font-size: 13px;
    color: #1ba94f;
    padding: 6px 8px;
    background: #effbf4;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px
}

@media(max-width:1524px) {
    .plan-same-renewal {
        font-size: 12px
    }
}

.plan-container .slick-list .slick-track .slick-slide:first-child .plan-col.mvh-plan-col-active:after {
    display: none
}

.scp_tool44 {
    border-bottom: 1px dotted
}

.scp_pln_deal_label {
    background: #EDF5F1;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    color: #1E8948;
    padding: 5px 8px;
    margin-left: 4px;
    display: inline-block
}

.vps_month_free span,
.vps_month_no_free span {
    font-size: 15px;
    font-weight: 600
}

@media(max-width:1260px) {
    .scp_pln_deal_label {
        margin-top: 8px
    }
}

.scph_prefer_txt {
    font-size: 12px;
    color: #9baab8
}

@media (max-width: 1200px) {
    .plan-container-4col .plan-col {
        width: calc(92% / 3);
    }

    .plan-container-4col .plan-col.scp-sm-mt-plan {
        margin-top: 0px;
    }
}

@media (max-width: 992px) {

    .plan-container-3col .plan-col,
    .plan-container-6col .plan-col,
    .plan-container-4col .plan-col {
        width: calc(92% / 2);
    }
}

@media (max-width: 600px) {

    .plan-container-3col .plan-col,
    .plan-container-6col .plan-col,
    .plan-container-4col .plan-col {
        width: calc(92% / 1);
    }
}

@media (min-width: 1100px) {
    .plan-container-3col .plan-recom-offer-col .mvh-plan-ttl-box-active:before {
        border-color: #1e8948;
        border-width: 2px;
        left: -33px;
        right: -33px;
    }

    .plan-container-3col .mvh-plan-ttl-box-active:before {
        background: #fafbff;
        content: "";
        position: absolute;
        left: -32px;
        right: -32px;
        top: 0;
        bottom: 0;
        z-index: -1;
        border: 1px solid var(--border-light);
        border-bottom: unset;
        border-radius: 14px 14px 0 0;
    }
}

/* plans end  */
/* Offer  */
#scp-offer-timer {
    margin-right: 0;
    font-weight: var(--fw-bold);
    border-radius: 10px;
    transition: all .3s ease-in-out;
    text-align: center;
    letter-spacing: .6px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    max-width: 155px;
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
    display: inline-block;
    color: var(--azure_clr);
    border: 1px solid var(--azure_clr);
}


/* g2 rating  */
.ho-rating-container {
    max-width: 1080px;
    margin: auto;
    padding: 0 26px
}

.ho-rating-h4 {
    color: var(--ttl_clr);
    padding: 0
}

.ho-rating-h4 {
    color: #6f849a
}

.ho-rating-col {
    width: auto
}

.ho-rating-point {
    color: #878787;
    font-weight: 300;
    font-size: 14px;
    padding-top: 4px;
    padding-left: 9px
}

.ho-rating-point b {
    color: #101323;
    font-weight: var(--fw-medium)
}

.ho-rating-point span {
    color: #667085;
    display: inline-block;
    padding: 0 1px
}

.ho-rating-point-divider {
    border-right: 1px solid #e5e9ff;
    padding-right: 60px !important;
    margin-right: 60px !important
}

.ho-rating-row {
    justify-content: center;
    align-items: end;
    background: #fff;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border-radius: 20px;
    padding: 32px 0
}

.ho-rating-slider {
    width: 100%;
    justify-content: center
}

.ho-trust-a a {
    display: inline-block
}

.scp_trust_row {
    align-items: end
}

.scp_trust_img img {
    vertical-align: bottom
}

@media(max-width:1281px) {
    .ho-rating-row {
        justify-content: space-around
    }

    .ho-rating-slider {
        justify-content: space-between
    }
}

@media (max-width:1281px) {
    .ho-rating-col {
        padding: 10px 11px
    }

    .ho-rating-point-divider {
        padding-right: 35px !important;
        margin-right: 12px !important
    }
}

@media(max-width:1024px) {
    .ho-rating-point-divider {
        padding-right: 2px !important;
        margin-right: 2px !important
    }

    .ho-rating-col {
        width: 33%
    }

    .ho-rating-point {
        padding-left: 14px;
        max-width: 122px
    }
}

@media(max-width:660px) {
    .scp-plan-prev {
        left: -14px !important
    }

    .ho-rating-slider {
        padding-left: 20px
    }

    .ho-rating-point-divider {
        border: none
    }
}

@media(max-width:600px) {
    .ho-rating {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

    .ho-rating-row {
        padding: 14px 0
    }

    .ho-rating-slider {
        max-width: 410px;
        padding-bottom: 0
    }

    .ho-rating-slider .slick-dots li button:before {
        font-size: 30px !important
    }

    .ho-rating-slider .slick-dots {
        bottom: 0 !important
    }
}

@media(max-width:580px) {
    .ho-rating-slider .slick-track {
        display: flex;
        align-items: center
    }

    .ho-rating {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }
}

@media(max-width:500px) {
    .scp-plan-prev {
        left: 0 !important
    }

    .ho-rating-wp-txt {
        display: block
    }

    .ho-rating- {
        display: none
    }
}

@media(min-width:1281px) {
    .ho-rating-container {
        max-width: 1208px
    }
}

@media(min-width:1600px) {
    .scp-rating2 {
        padding-top: 90px
    }
}

@media (min-width:1285px) and (max-width:1281px) {
    .ho-rating-slider {
        max-width: 740px
    }
}

/* header banner start  */
.scp-ban-ttl-h1 h1,
.scp-h1 h2 {
    font-size: inherit;
    font-weight: inherit;
    display: inline;
    color: inherit;
    margin: 0
}

.scp-ban-ttl-h1 {
    padding-bottom: 10px;
}

#timer-button {
    border: none;
    color: var(--azure_clr);
    font-size: 20px;
    font-weight: var(--fw-extra-bold);
    cursor: unset;
    padding: 17px 51px
}

.scp-ban-ttl {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px;
    font-weight: var(--fw-normal)
}

.scp-h1 {
    max-width: 370px;
    margin: 0;
    font-size: var(--main_ttl_fz);
    color: var(--ttl_clr);
    line-height: 1.3;
    font-weight: var(--fw-bold)
}

.scp-ban-guarantee {
    font-size: 15px;
    color: var(--ttl_clr)
}

.scp-guarantee-icon {
    padding-right: 6px;
    display: inline-block;
    position: relative;
    top: 0px
}

.scp-guarantee-icon img {
    vertical-align: sub
}

.scp-ban-mr {
    margin-right: 16px
}

.scp-ban-img img {
    vertical-align: middle
}

.scp-flex-wrap {
    flex-wrap: wrap
}

.scp-ban-content {
    max-width: 446px;
    margin: 0;
    padding: 0
}

.scp-ban-btn {
    margin-bottom: 16px
}

.scp-ban-container {
    max-width: 540px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto
}

.scp-ban-sprice {
    display: block;
    text-decoration: line-through;
    color: #63798f;
    font-size: 15px
}

.scp-ban-sprice .crncy_fas {
    text-decoration: line-through
}

.scp-ban-price {
    color: var(--ttl_clr);
    font-size: 20px;
    line-height: 1.1;
    display: flex;
    align-items: center
}

.scp-ban-price b {
    font-size: var(--price_fz);
    font-weight: var(--fw-bold);
    padding-left: 2px
}

.scp-ban-price span {
    font-size: 24px;
    position: relative;
    vertical-align: super;
    top: -6px;
    font-weight: var(--fw-semi-bold)
}

.scp-ban-price span .crncy_fas {
    font-weight: var(--fw-normal)
}

.scp-ban-price1 {
    font-weight: var(--fw-normal);
    padding-left: 1px;
    padding-top: 18px;
    padding-bottom: 4px
}

.scp-ban-pric-p {
    color: var(--sub_ttl_clr);
    font-size: 14px;
    font-weight: var(--fw-normal);
    padding-top: 4px
}

.scp-ban-start {
    font-size: 16px;
    font-weight: var(--fw-normal)
}

.scp-ban-col-5 {
    justify-content: center;
    width: 46%
}

.scp-ban-col-7 {
    display: flex;
    width: 54%
}

.re_month_free {
    font-size: 16px;
    color: var(--azure_clr);
    font-weight: 600;
    margin-top: -25px
}

.scp-ban-dark-bg {
    padding: 32px 0 40px
}

.scp-ban-dark-bg{
    background-color:#fff;

    background-image:
        radial-gradient(circle, rgba(0,0,0,.12) 1.5px, transparent 1.5px);

    background-size:50px 50px;
}

@media(max-width:1450px) {
    .re_month_free {
        margin-top: -15px;
    }
}

@media(max-width:1366px) {
    .scp-ban-mr {
        margin-right: 10px;
        margin-bottom: 12px;
    }

    .scp-ban-col-5 {
        width: 46%
    }

    .scp-ban-col-7 {
        width: 54%
    }
}

@media (min-width:1025px) and (max-width:1300px) {
    .scp-ban-col-7 {
        width: 55%
    }

    .scp-ban-col-5 {
        width: 45%
    }
}

@media(max-width:1230px) {
    .scp-ban-p {
        padding: 14px 0 26px
    }
}

@media(max-width:1024px) {

    .scp-ban-col-5,
    .scp-ban-col-7 {
        width: 100%
    }

    .scp-ban-col-5 {
        display: none
    }

    .scp-ban-col-7 {
        margin: auto;
        padding: 24px 10px 32px
    }

    .scp-ban-content {
        padding: 24px 14px 30px
    }
}

@media(max-width:650px) {
    .scp-d-none {
        display: none
    }

    .scp-ban-container .scp-col-sm-6 {
        width: 100%
    }
}

@media(max-width:768px) {
    .re_month_free {
        font-size: 16px
    }
}

@media(max-width:600px) {
    .scp-sales-btn {
        display: none
    }

    .re_month_free {
        padding-bottom: 30px
    }

    .scp-ban-content {
        padding: 15px 14px
    }
}

@media(min-width:1025px) {
    .scp-h1 {
        max-width: 450px
    }
}

@media(max-width:457px) {
    .scp-ban-mr {
        margin-right: 0
    }
}

.scp-ban-container .scp-row {
    justify-content: space-between
}

@media(max-width:991px) {
    .re_month_free {
        padding-bottom: 16px
    }
}

@media (max-width:1024px) {
    #scp-offer-timer {
        max-width: 246px !important;
        padding: 11px 16px;
    }

    .scp-ban-btn {
        max-width: 246px;
        width: 100%;
        order: 1
    }

    .scp-h1 {
        max-width: 370px !important
    }

    .re-ban-list_1 {
        display: inline flow-root list-item
    }

    .scp-ban-col-5 {
        display: block;
        margin-bottom: 20px
    }

    .scp-ban-content {
        max-width: 100%
    }
}

@media (max-width:768px) {
    .scp-ban-btn.scp-btn:before {
        right: 42px
    }

    .scp-h1 {
        max-width: 345px !important
    }
}

@media (min-width:768px) {
    .scp-ban-container {
        max-width: 768px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width:1025px) {
    .scp-ban-container {
        max-width: 1208px;
        padding-top: 30px
    }

    .scp-ban-content {
        padding-top: unset
    }

    .scp-ban-col-5 {
        max-width: 650px;
        width: 56.61%
    }

    .scp-ban-col-7 {
        max-width: 518px;
        width: 41.43%
    }
}

@media (min-width:1367px) {
    .scp-ban-container {
        max-width: 1472px;
        padding-left: 80px;
        padding-right: 80px
    }

    .scp-ban-container .scp-row {
        padding: 0 10px
    }

    .scp-ban-col-5 {
        max-width: 761px;
        width: 60%
    }

    .scp-ban-col-7 {
        width: 40%
    }

    .scp-h1 {
        max-width: unset !important
    }
}

@media (max-width:1366px) {
    .re-banner-list {
        padding-top: 14px
    }
}

@media (min-width:1551px) {
    .scp-ban-container {
        padding-left: 40px;
        padding-right: 40px
    }
}

.scp-ban-str-price {
    font-size: 16px;
    text-decoration: line-through;
    padding-right: 8px;
    color: #b2b2b2 !important;
    text-decoration-color: #B2B2B2 !important
}

.scp-ban-price-row {
    padding: 16px 0 36px;
    flex-wrap: wrap
}

.scp-ban-str-price i.crncy_fas {
    display: inline
}

@media(max-width:330px) {
    .scp-ban-str-price {
        font-size: 14px
    }
}

.re-ban-list_1 {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: var(--sub_ttl_clr)
}

.re-ban-list-img {
    vertical-align: middle
}

.re-ban-list_1 li {
    display: flex;
    width: 100%;
    position: relative;
    font-size: 15px;
    align-items: center;
    position: relative;
    padding: 0 6px 10px 4px;
    text-align: left
}

.re-ban-list_1 li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 11px;
    height: 9px;
    background: url(/assets/img/common-icons/check-mark.svg) no-repeat;
    background-size: auto;
}

.re-ban-list_1 li span {
    display: inline;
    margin-left: 16px;
    font-size: 16px;
    color: var(--ttl_clr)
}

@media(max-width:1366px) {
    .scp-ban-price-row {
        padding: 6px 0 18px
    }

    .re-banner-list {
        padding-top: 14px
    }
}

@media(max-width:1150px) {
    .re-ban-list_1 {
        flex-wrap: wrap
    }
}

@media(max-width:1024px) {
    .re-banner-list {
        padding-top: 26px;
        padding-bottom: 18px
    }
}

@media(max-width:768px) {
    .re-ban-list_1 li::before {
        top: 5px
    }

    .re-ban-list_1 {
        flex-wrap: wrap
    }
}

@media(max-width:600px) {
    .scp-ban-price span {
        font-size: 18px
    }

    .re-ban-list_1 {
        display: inline-block
    }

    .re-ban-list_1 li {
        font-size: 14px
    }

    .scp-ban-price-row {
        padding: 15px 0 18px
    }

    .re-banner-list {
        padding-top: 20px;
        padding-bottom: 0
    }

    .re-ban-list_1 li span,
    .scp-ban-guarantee {
        font-size: 14px
    }

    .scp-ban-btn {
        font-size: 16px;
        max-width: 100%;
        padding: 20px 18px;
        margin-right: 0;
    }

    .scp-ban-btn.scp-btn:before {
        right: 98px;
    }

    #scp-offer-timer {
        display: none !important;
    }

    .scp-ban-content {
        padding: 0;
        width: 100%
    }

    .scp-ban-price span .crncy_fas {
        font-size: 25px;
        font-weight: 500;
    }

    .scp-ban-price1 {
        font-weight: 600
    }

    .scp-ban-col-5 {
        margin-bottom: 0
    }

    .scp-ban-dark-bg {
        padding: 0px 0 8px !important;
    }

    .scp_plans_dec {
        max-width: 340px;
    }

    .scpv2_mobile_left {
        text-align: left !important;
        padding-left: 22px;
        padding-right: 22px;
    }

    .scp_mobile_left {
        text-align: left !important;
    }

    .scph_prefer_txt {
        padding-top: 20px;
    }
}

@media(max-width:650px) {
    .re-ban-list_1 li span {
        margin-left: 16px
    }

    .scp-ban-price {
        font-size: 16px
    }

    .scp-ban-content,
    .scp-h1 {
        text-align: left !important
    }

    .scp-ban-content .d-flex,
    .scp-ban-price-row {
        justify-content: start !important
    }

    .re_month_free {
        padding-bottom: 24px !important;
        padding-top: 10px;
    }

    .scp-ban-content,
    .scp-h1 {
        margin: 0 !important
    }

    .scp-ban-ttl-h1 {
        padding-bottom: 20px;
        color: #020202;
        font-size: 16px;
        font-weight: 500;
    }

}

@media(max-width:1024px) {
    .scp-ban-dark-bg {
        padding-top: 0
    }
}

@media(max-height:768px) and (min-width:1250px) {
    .scp-ban-dark-bg {
        padding-top: 20px
    }

    .scp-ban-img {
        max-width: 620px
    }
}

@media(max-height:650px) and (min-width:1250px) {
    .scp-ban-container {
        padding-top: 10px
    }

    .scp-ban-price-row {
        padding: 4px 0 26px
    }

    .re_month_free {
        padding-bottom: 16px
    }
}


/* header banner Tooltip  */
.scp-tooltip-cont {
    font-weight: var(--fw-extra-bold)
}

.scp-tooltip-text {
    position: absolute;
    opacity: 0;
    background: #fff;
    color: #123455;
    font-weight: var(--fw-normal);
    font-size: 14px !important;
    padding: 22px 25px;
    border-radius: 20px;
    box-shadow: rgb(67 67 67/18%)0 8px 24px;
    z-index: 200;
    pointer-events: none;
    max-width: 308px;
    width: max-content;
    line-height: 1.5
}

.scp-tooltip-text.bottom,
.scp-tooltip-text.top {
    transform: translateX(0)
}

.scp-tooltip-text.left,
.scp-tooltip-text.right {
    transform: translateY(0)
}

.scp-tooltip-text:after {
    content: "";
    position: absolute;
    border: 20px solid transparent
}

.scp-tooltip-text.top:after {
    bottom: -10px;
    left: 50%;
    border-bottom-color: #fff;
    transform: translateX(-50%) rotate(-180deg) translateY(-50%)
}

.scp-tooltip-text.bottom:after {
    top: -10px;
    left: 50%;
    border-top-color: #fff;
    transform: translateX(-50%) rotate(-180deg) translateY(50%)
}

.scp-tooltip-text.right:after {
    left: -10px;
    top: 50%;
    border-right-color: #fff;
    transform: translateY(-50%) rotate(0deg) translateX(-50%)
}

.scp-tooltip-text.left:after {
    left: -10px;
    top: 50%;
    border-left-color: #fff;
    transform: translateY(-50%) rotate(-180deg) translateX(50%)
}

.scp-tooltip-text {
    max-width: 289px
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.scp-hov-tooltip-btn {
    position: relative;
    display: inline-block;
    transition: all .3s ease;
    border-bottom: 1px dashed;
    cursor: pointer;
    line-height: 1.4;
}

@media (max-width:1024px) {
    .scp-tooltip-text {
        left: 50% !important;
        transform: translateX(-40%) !important;
        width: auto !important;
        max-width: 90vw !important;
        min-width: 280px;
        padding: 20px
    }

    .scp-tooltip-text .img-fluid {
        display: none
    }
}

@media (max-width:1024px) {
    .scp-tooltip-text {
        min-width: 238px;
    }

    .scp-tooltip-text.bottom:after,
    .scp-tooltip-text.left:after,
    .scp-tooltip-text.right:after,
    .scp-tooltip-text.top:after {
        display: none
    }
}

@media(max-width:380px) {
    .scp-tooltip-text {
        min-width: 204px
    }
}

.ttl-ttp {
    font-size: unset
}

.scp-h1 .scp-hov-tooltip-btn,
.scp-hov-tooltip-btn,
.re-ban-list_1 li span {
    border: none;
    border-color: #b5b5b5 !important
}

.scp_tooltip_underline {
    border-bottom: 1px dashed #b5b5b5;
    font-style: normal;
    display: inline-block
}

.scp-tooltip-text {
    line-height: 1.7
}

.scp-tooltip-text-bottom-v2 .scp-tooltip-text.bottom {
    transform: translateX(-60px)
}

@media(min-width:1400px) {
    .scp-tooltip-text-bottom-v2 .scp-tooltip-text.right {
        transform: translate(40px, 98px);
        bottom: unset !important;
        left: 99px !important;
        top: -144px !important
    }

    .scp-tooltip-text-bottom-v2 .scp-tooltip-text {
        transform: translate(40px, 98px);
        bottom: unset !important;
        left: 199px !important;
        top: -48px !important
    }

    .scp-tooltip-text-bottom-v2 .scp-tooltip-text:after {
        left: -10px;
        top: 19%;
        right: unset;
        border-right-color: #fff;
        transform: translateY(-50%) rotate(0) translateX(-50%);
        border-top-color: transparent
    }
}

.re-ban-list_1 .scp-tooltip-text.bottom {
    transform: translateX(-9px)
}

.scp-tooltip-text-bottom-v3 .scp-tooltip-text.bottom {
    transform: translateX(-13px)
}

.scp-tooltip-text-bottom-v4 .scp-tooltip-text.bottom {
    transform: translateX(-21px)
}

@media(max-width:1366px) {
    .scp-tooltip-text-bottom-v2 .scp-tooltip-text.bottom {
        transform: translateX(-60px)
    }
}

@media(min-width:1200px) {
    .scp-tooltip-text {
        max-width: 329px;
        padding: 18px 18px;
        padding-bottom: 27px
    }
}

/* inc-footer-dotin style */
.scp-ftr-copyright {
    font-size: 12px
}

.scp-ftr-social-wrap {
    padding: 0 !important;
    opacity: .5
}

.scp-ftr-social-wrap:hover {
    opacity: 1;
    background: unset !important
}

.scp-ftr-copyright2 {
    color: #d7d7d7;
    font-size: 11px
}

.scp-ftr {
    background: #050921;
    padding: 50px 30px
}

.scp-ftr-container {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 20px
}

.scp-ftr-row {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 26px
}

.scp-ftr-row .scp-ftr-col:not(:last-child) {
    margin-right: calc(80px / 3)
}

.scp-ftr-list li {
    margin: 15px 0;
    list-style: none
}

.scp-ftr-list li a {
    position: relative;
    color: #d7d7d7;
    font-size: 14px;
    font-weight: var(--fw-normal);
    transition: all .3s ease-in-out;
    display: inline-block;
    text-decoration: none
}

.scp-ftr-list li a:hover {
    color: #fff
}

.scp-ftr-list li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 5px;
    background-color: #9e9e9e;
    bottom: -2px;
    left: 0;
    transform-origin: right;
    transform: scaleY(0);
    transition: transform .3s ease-in-out
}

.scp-ftr-list li a:hover:before {
    transform-origin: left;
    transform: scaleX(1)
}

.scp-ftr-list li.scp-ftr-h3 {
    color: #fff;
    font-size: 18px;
    font-weight: var(--fw-semi-bold);
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.scp-ftr-list:not(:last-child) {
    margin-bottom: 35px
}

.scp-ftr-social {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.scp-ftr-social a {
    color: #1c2430;
    background: #505c6c;
    margin: 7px 10px;
    margin-left: 0;
    font-size: 16px;
    line-height: 1;
    padding: 5px 6px;
    border-radius: 3px;
    transition: all .3s ease-in-out
}

.scp-ftr-social a:hover {
    background: #fff
}

.scp-ftr-logo-box {
    margin-top: 35px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.scp-ftr-mncol-logo {
    max-width: 300px
}

.scp-ftr-logo {
    max-width: 200px;
    display: inline-block
}

.scp-ftr-logo img {
    display: block;
    width: 100%
}

.scp-ftr-info {
    font-size: 13px;
    color: #d7d7d7;
    margin-top: 20px
}

.scp-ftr-copy-wrap {
    position: relative;
    margin-top: 34px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between
}

.scp-ftr-copy-wrap:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .15)
}

.scp-ftr-copyright2 {
    color: #d7d7d7;
    font-size: 11px
}


.scp-ftr-social {
    padding-left: 15px
}



@media (max-width:920px) {
    .scp-ftr-copyright2 {
        width: 50%
    }

    .scp-ftr-logo-box {
        justify-content: unset
    }
}

@media(max-width:854px) {
    .scp-ftr-col1 {
        width: 100%
    }

    .scp-ftr-awrd {
        padding: 25px 0 20px 0;
        justify-content: center
    }

    .scp-ftr-social {
        justify-content: center;
        padding-bottom: 15px;
        padding-left: unset
    }

    .awrd-img-box1 {
        padding-left: unset
    }

    .scp-ftr-logo-box {
        justify-content: center;
        text-align: center
    }
}

@media (max-width:725px) {
    .scp-ftr-copyright2 {
        width: 100%;
        padding: 5px 0
    }
}

@media(max-width:550px) {
    .scp-ftr-awrd-img-box {
        padding: 5px 10px
    }
}

@media(max-width:550px) {
    .scp-ftr-col {
        width: 100%;
        max-width: 320px
    }

    .scp-ftr-row {
        justify-content: center
    }

    .scp-ftr-row .scp-ftr-col:not(:last-child) {
        margin: 10px auto
    }

    .scp-ftr-row .scp-ftr-col:not(:last-child) {
        margin: 0
    }

    .scp-ftr-social a {
        font-size: 24px;
        margin: 5px 15px 5px 0;
        padding: 10px 10px
    }
}

@media(min-width:1490px) {
    .scp-ftr-container {
        max-width: 1240px;
        padding: 20px 10px 0 10px
    }
}

@media(min-width:855px) and (max-width:980px) {
    .scp-ftr-row {
        justify-content: unset
    }
}

@media(max-width:550px) {
    [data-f3t303r-head] {
        cursor: pointer;
        position: relative;
        padding-right: 20px
    }

    [data-f3t303r-head]:after,
    [data-f3t303r-head]:before {
        content: '';
        position: absolute;
        top: 8px;
        right: 0;
        width: 12px;
        height: 1px;
        background: #818181;
        transition: all .2s ease-in-out
    }
}

@media(max-width:550px) {
    ._f3t303r-head-lihide:after {
        transform: rotate(90deg);
    }
}

.scp-ftr-mncol-payments {
    display: flex;
    align-items: center;
    align-self: flex-start;
    padding-top: 45px;
    justify-content: space-between
}

.scp-ftr-wrapr {
    max-width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: end;
    align-items: center
}

.scp-ftr-pm_logo {
    height: 30px;
    margin: 0px
}

.scp-ftr-pm_logo img {
    height: 100%
}

@media (max-width:950px) {
    .scp-ftr-mncol-payments {
        width: calc(100% - 20px);
        padding: 0;
        margin: 30px auto 0;
        display: block
    }

    .scp-ftr-wrapr {
        max-width: 100%;
        padding: 0;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 24px;
        justify-content: start;
    }

    .scp-ftr-pm_logo {
        height: 28px;
        width: 40px;
        margin: 0px
    }
}

@media (max-width:750px) {
    .scp-ftr-mncol-payments {
        max-width: 100%
    }
}

.vp-rquest-br {
    border-right: 1px solid #dfd3fa;
    max-width: 228px;
    margin-left: auto
}

.vp-request-box {
    max-width: 220px;
    margin: auto
}

.vp-rquest-br-none {
    border: none
}

.vp-request-box2 {
    max-width: 165px;
    margin: auto
}

.vp-request-box .scp-h4-p {
    color: var(--ttl_clr)
}

@media(max-width:1200px) {
    .vp-rquest-br {
        max-width: 215px;
        padding-right: 8px
    }

    .vp-request-box {
        max-width: 148px;
        margin: 0
    }
}

@media(max-width:991px) {
    .vp-rquest-br {
        margin: 0 auto 24px;
        border: none
    }
}

@media(max-width:768px) {
    .vp-rquest-br {
        max-width: 190px
    }
}

@media(max-width:600px) {
    .scp-ftr-mncol-payments {
        margin: 30px 0 0
    }

    .scp-ftr {
        padding-top: 10px
    }

    .vp-request-box {
        max-width: unset;
        text-align: center;
    }

    .vp-request-box2 {
        max-width: 180px;
        text-align: center
    }

    .vp-rquest-br {
        padding-right: 0
    }

    .vp-solution {
        padding-inline: 0;
    }
}

.scp-wt-bg {
    background: unset;
    border: 1px solid;
    border-color: rgb(188, 203, 231);
    font-size: 16px;
}

/* common tooltip */
.scp-tooltip {
    text-align: left;
    color: #f7fbff;
    background: #121e37;
    position: absolute;
    z-index: 100;
    padding: 20px 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    border-radius: 5px;
    width: 238px;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease, transform .15s ease
}

.scp-tooltip.show {
    opacity: 1;
    pointer-events: auto
}

.scp-tooltip.bottom {
    transform: translateY(-3px)
}

.scp-tooltip.top {
    transform: translateY(3px)
}

.scp-tooltip.top::after {
    border-top-color: transparent;
    border-bottom: 10px solid #2f3c4b;
    top: -20px;
    bottom: auto;
    display: none
}

.scp-tooltip.left::after {
    left: 10px;
    margin: 0;
    display: none
}

.scp-tooltip.right::after {
    right: 10px;
    left: auto;
    margin: 0;
    display: none
}

.scp-tooltip::after {
    display: none
}

.tooltip_space {
    padding-bottom: 10px
}

body:has(.scp-tooltip2:hover) .scp-tooltip {
    width: 258px !important;
    padding: 8px 12px
}

/* slider  */
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

/* faqs  */
.scp_faq_acc_p p {
    padding: 8px 0;
}

.faq-list {
    padding-left: 20px;
    padding-top: 4px
}

.faq-list li {
    padding-bottom: 2px;
    list-style-type: disc;
    color: var(--sub_ttl_clr)
}

.scp_faq_ans_box {
    background: linear-gradient(120.87deg, #020206 64.05%, #081352 86.11%, #2c41cf 111.75%);
    border-radius: 20px;
    padding: 40px 30px;
    position: sticky;
    top: 86px
}

.scp_faqs_bg {
    background: #EFF5FF;
    padding: 40px 0
}

.scp_faq_ans_box_h3 {
    font-size: 22px
}

.scp_faq_ans_box_h3_p {
    color: #d6d6d6;
    padding-bottom: 40px
}

.scp_faq_box {
    padding: 18px 21px;
    box-shadow: unset;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 14px
}

.scp_faq_acc_p {
    background: #F2F8FF;
    padding: 18px 16px;
    border-radius: 15px
}

.scp_faq_h4 {
    cursor: pointer;
    position: relative;
    font-size: 20px;
    margin: 0;
    padding-right: 40px;
}

.badge-number{
    position: absolute;
    top: -22px;
    right: -18px;

    font-size: 100px;
    font-weight: 800;
    line-height: 1;
    color: #156b490c;

    pointer-events: none;
    user-select: none;
    z-index: 0;
}

@media (max-width: 768px) {
    .badge-number {
        font-size: 70px;
    }
}



.scp_faq_h4::after {
    content: "";
    background: url("/assets/img/scp-new/arrow-faq.svg") center center no-repeat;
    background-size: contain;
    width: 18px;
    height: 9px;
    position: absolute;
    right: 18px;
    top: 50%;
    transition: all .3s ease-in-out;
    display: block;
    line-height: 0;
    font-size: 32px;
    font-weight: 300;
    color: #256e30
}

.scp_faq_acc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.scp_faq_acc-item.scp_faq_acc-open .scp_faq_acc-content {
    padding-top: 8px;
    max-height: 900px
}

.scp_faq_acc-item.scp_faq_acc-open .scp_faq_h4::after {
    transform: translateY(-50%) rotate(180deg)
}

@media(max-width:991px) {
    .scp_faq_h4 {
        font-size: 16px;
    }

    .scp_faq_ans_box_h3 {
        font-size: 20px
    }

    .scp_faq_ans_box {
        padding: 24px 24px
    }

    .scp_faq_ans_box_h3_p {
        padding-bottom: 20px;
        font-size: 14px
    }
}

@media(max-width:768px) {
    .scp_faq_ans_box {
        top: unset;
        position: static;
        margin-bottom: 30px
    }

    .scp_faq_h4::after {
        right: 14px
    }

    .scp-faqs {
        padding-inline: 20px
    }

    .scp_faq_h4 {
        font-size: 20px
    }

    .scp_faq_box {
        padding: 28px 24px
    }
}

@media(max-width:600px) {
    .scp_faq_box {
        padding: 16px 24px 12px
    }

    .scp_faq_h4::after {
        top: 42%
    }

    .scp_faq_h4 {
        font-size: 16px
    }
}

/* customers rating  */
.scp_our_box {
    height: 100%;
    border: 2px dashed #e9e9e9;
    border-radius: 5px;
    padding: 30px 32px;
    max-width: 476px;
    margin: 0 auto
}



.scp_our_name {
    font-size: 14px;
    color: #212121;
    font-weight: 500;
    padding-bottom: 5px
}

.scp_our_slider1 {
    padding: 0 10px
}

.scp_our_slider {
    overflow: hidden;
    padding: 10px 0
}

.marquee-container {
    width: 100%
}

.marquee-row {
    display: flex;
    width: max-content;
    margin-bottom: 24px
}

.marquee-row>div {
    flex-shrink: 0;
    padding: 0 12px
}

@keyframes marquee-rtl {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes marquee-ltr {
    from {
        transform: translateX(-50%)
    }

    to {
        transform: translateX(0)
    }
}

.marquee-row-1 {
    animation: marquee-rtl 80s linear infinite
}

.marquee-row-2 {
    animation: marquee-ltr 80s linear infinite
}

.scp_our_slider:hover .marquee-row {
    animation-play-state: paused
}

.scp_our_trustpilot span {
    display: inline-block;
    padding-right: 10px
}

.scp_our_trustpilot span img {
    vertical-align: middle
}

@media(max-width:768px) {
    .scp_our_box {
        padding: 26px 24px;
        max-width: 362px
    }
}

@media(max-width:700px) {
    .scp_our_slider {
        padding-bottom: 30px;
        margin-bottom: 10px;
    }

    .scp_our_box {
        padding: 24px;
        max-width: 405px
    }

    .marquee-row>div {
        padding: 0 8px
    }
}

@media(max-width:550px) {
    .scp_our_trustpilot span {
        padding-bottom: 14px;
        width: 100%;
        padding-right: 0;
    }

    .scp_our_trustpilot {
        max-width: 294px;
        margin: 0 auto
    }
}

/* home page  */
.scp_results {
    background: linear-gradient(248.27deg, #FAEDFF -7.46%, #FFFFFF 39.01%, #FFFFFF 70.09%, #AAC6FF 108.95%);

    position: relative;
    padding-top: var(--padding-top_60) !important
}

.scp_results_box {
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .02);
    border-radius: 24px;
    max-width: 1008px;
    margin: 0 auto;
    padding: 24px
}

.scp_results_user {
    position: absolute;
    bottom: 26px;
    left: 24px;
    right: 4px
}

.scp_results_user_p {
    font-size: 20px;
    color: #667085;
    line-height: 1.3
}

.scp_results_user_img,
.scp_results_user_img img {
    border-radius: 12px
}

.scp_results_user_img {
    overflow: hidden
}

.scp_results_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.scp_results_10x {
    font-size: 32px;
    color: #101323;
    font-weight: 600
}

.scp_results_10x_p {
    font-size: 16px;
    color: #101323;
    padding-top: 4px
}

.scp_results_10x_col {
    border-right: 1px solid #f5f5f5;
    padding-right: 24px;
    margin-right: 24px
}

.scp_results_slider1 {
    margin: 0 15px
}

.scp_results_next,
.scp_results_prev {
    position: absolute;
    left: 50%;
    bottom: -86px;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 56px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .06);
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    font-size: 0
}

.scp_results_next {
    margin-left: 55px
}

.scp_results_next svg,
.scp_results_prev svg {
    stroke: #686D73
}

.scp_results_next:hover,
.scp_results_prev:hover {
    background: var(--azure_clr)
}

.scp_results_next:hover svg,
.scp_results_prev:hover svg {
    stroke: #fff
}

.scp_results_v2_user {
    border-top: 1px solid #d8dae0;
    padding-top: 25px;
    margin-top: 40px
}

.scp_results_v2_user_p {
    font-size: 36px;
    line-height: 56px;
    font-weight: 500;
    color: #020205;
    padding-right: 48px
}

.scp_results_v2_btn,
.scp_results_v2_user_p span {
    color: var(--azure_clr) !important
}

.scp_results_v2_box {
    max-width: 1245px;
    padding: 40px 22px 40px 68px
}

.scp_results_v2_btn {
    background: #eff7ff;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 11px;
    border-radius: 5px;
    transition: .3s;
    line-height: normal
}

.scp_results_v2_btn:hover {
    background: var(--azure_clr) !important;
    color: #fff !important
}

.scp_results_v2_content {
    padding: 0 38px 0 26px
}

.scp_results_slider {
    padding-bottom: 26px
}

.scp_results_user_img_jaydev2,
.scp_results_user_img_mob {
    display: none !important
}

.scp_results_v2_user_p h3 {
    font-size: inherit;
    font-weight: inherit;
    display: inline;
}

@media(max-width:1300px) {
    .scp_results_v2_box {
        max-width: 840px;
        padding: 36px 22px 34px
    }

    .scp_results_v2_user_p {
        font-size: 22px;
        line-height: normal
    }

    .scp_results_v2_user {
        padding-top: 14px;
        margin-top: 20px
    }

    .scp_results_v2_content {
        padding: 0 5px 0 14px
    }

    .scp_results_v2_btn {
        transform: translate(2px, 2px)
    }
}

@media(max-width:1100px) {
    .scp_results_box {
        max-width: 870px
    }

    .scp_results_user_p {
        font-size: 16px
    }

    .scp_results_10x {
        font-size: 24px
    }

    .scp_results_10x_p {
        font-size: 14px
    }
}

@media(max-width:991px) {
    .scp_results_slider1 {
        padding: 0 30px;
        margin: 0 auto
    }
}

@media(max-width:768px) {

    .scp_results_next,
    .scp_results_prev {
        left: 42%;
        transform: translate(-10%, -50%)
    }
}

@media(max-width:600px) {
    .scp_results_box {
        max-width: 350px;
        padding: 14px
    }

    .scp_results_10x_col {
        padding-right: 8px;
        margin-right: 15px
    }

    .scp_results_slider1 {
        padding: 0 8px
    }

    .scp_results_user {
        position: unset;
        padding: 0
    }

    .scp_results_user_p {
        font-size: 14px
    }

    .scp_results_user_img>img {
        display: none !important
    }

    .scp_results_user_img {
        display: flex;
        align-items: center;
        height: auto
    }

    .scp_results_user_img_mob {
        display: inline-block !important;
        max-width: 70px;
        padding-right: 10px
    }

    .scp_results_user_img_jaydev1 {
        display: none !important
    }

    .scp_results_user_img_jaydev2 {
        display: block !important
    }

    .scp_results_v2_box {
        padding: 36px 30px 34px
    }

    .scp_results_v2_user {
        display: flex;
        align-items: center;
        padding-top: 20px;
        margin-top: 34px
    }

    .scp_results_v2_user_p {
        font-size: 24px;
        line-height: 30px;
        padding: 0
    }

    .scp_results_v2_btn {
        display: table;
        transform: translate(0, 10px)
    }

    .scp_results {
        padding-top: 36px !important;
        margin-top: 10px
    }
}

@media(max-width:420px) {

    .scp_results_next,
    .scp_results_prev {
        left: 38%;
    }
}

.scp_wave_box1 {
    background: #F5FAFF;
    padding: 90px 0 100px
}

.scp_wave_rolodex_container {
    display: flex;
    align-items: center;
    padding: 20px
}

.scp_wave_dynamic_text {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    transition: transform .8s cubic-bezier(.7, 0, .3, 1)
}

.scp_wave_dynamic_text .scp_wave_dynamic_item {
    color: #667085;
    font-size: 35px;
    padding: 10px 0;
    border-radius: 8px;
    transition: all .5s ease-in-out;
    line-height: 1.1
}

.scp_wave_dynamic_text .scp_wave_dynamic_item.active {
    background: linear-gradient(90deg, #ff2e2e 0, #ee7b16 36.28%, #645cfc 69.75%, #d510fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
    position: relative;
    transition: all .3s ease-in-out
}

.scp_wave_rolodex_container {
    height: 330px;
    overflow: hidden;
    position: relative;
}

.scp_wave_rolodex_container:before {
    content: '';
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    background: #f5faff;
    filter: blur(8.1px);
    height: 88px;
    z-index: 2;
}

.scp_wave_rolodex_container:after {
    content: '';
    position: absolute;
    bottom: -62px;
    left: 0;
    right: 0;
    background: #f5faff;
    filter: blur(8.1px);
    height: 88px;
    z-index: 2;
}

.scp_wave_h2 {
    font-size: 40px;
    color: var(--ttl_clr);
    position: relative;
    padding-right: 24px;
    font-weight: 500;
}

.scp_wave_h2:after {
    content: '';
    position: absolute;
    top: -42px;
    right: 0;
    width: 127px;
    height: 48px;
    background: url('/assets/img/scp/wave-pointer.svg') center center no-repeat;
    background-size: contain;
    transition: all .3s ease-in-out
}

.scp_wave_h2:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -19px;
    width: 24px;
    height: 26px;
    background: url('/assets/img/scp/wave.svg') center center no-repeat;
    background-size: contain
}

.scp_wave_box2 {
    box-shadow: -2px -18px 20px #e9f4ff;
    background: #F5FAFF;
    padding-bottom: 62px;
    border-top: 1px solid #d3cbc5
}

.scp_wave_box2_h3 {
    font-weight: 600
}

.scp_wave_box2_col {
    margin-top: -34px;
    position: relative
}

.scp_wave_box2_col:before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    right: 0;
    top: 26.9px;
    position: absolute;
    background: #fff;
    border: 1px solid #d3cbc5
}

.scp_wave_box2 .scp-col-sm-3:last-child .scp_wave_box2_col:before {
    display: none
}

@media(max-width:1200px) {
    .scp_wave_h2 {
        font-size: 34px
    }

    .scp_wave_dynamic_text .scp_wave_dynamic_item {
        font-size: 30px
    }

    .scp_wave_box1 {
        padding: 75px 0 62px
    }
}

@media(max-width:1100px) {
    .scp_wave_box2_col:before {
        right: -30px
    }
}

@media(max-width:991px) {
    .scp_wave_dynamic_text .scp_wave_dynamic_item {
        font-size: 24px
    }

    .scp_wave_h2 {
        font-size: 20px
    }

    .scp_wave_h2:after {
        right: -3px;
        width: 84px;
        height: 78px;
    }
}

@media(max-width:768px) {
    .scp_wave_box1 {
        padding: 44px 0 56px
    }

    .scp_wave_rolodex_container {
        height: 125px;
    }

    .scp_wave_dynamic_text .scp_wave_dynamic_item {
        font-size: 16px
    }

    .scp_wave_h2 {
        font-size: 18px;
        padding-right: 0
    }

    .scp_wave_rolodex_container {
        padding: 10px
    }

    .scp_wave_h2:before {
        top: -10px;
        left: -15px;
        width: 18px;
        height: 18px
    }

    .scp_wave_h2:after {
        width: 56px;
        height: 42px;
        top: -30px
    }
}

@media(max-width:650px) {
    .scp-h3-p {
        font-size: 14px
    }
}

@media(max-width:600px) {
    .scp_wave_mo_none {
        display: none !important
    }
}

@media(max-width:500px) {
    .scp_wave_box2 {
        border: none;
        padding-top: 30px;
        box-shadow: unset;
    }

    .scp_wave_dynamic_text .scp_wave_dynamic_item {
        font-size: 13px;
        padding: 4px 0
    }

    .scp_wave_h2 {
        font-size: 14px
    }

    .scp_wave_h2:before {
        top: -8px;
        left: -8px;
        width: 12px;
        height: 14px
    }

    .scp_wave_box2_col:before {
        display: none
    }

    .scp_wave_box2_col {
        margin: 20px 0 0
    }

    .scp_wave_box1 {
        display: none;
    }

    .scp_wave_box2_col>.padding-bottom-30 {
        padding-bottom: 4px;
    }
}

.scpn_review_box {
    border: 1px solid #d3d4db;
    background: #F9FAFF;
    border-radius: 20px;
    padding: 42px 30px 42px 38px
}

.scpn_review_link {
    justify-content: space-between
}

.scpn_review_p {
    font-size: 16px;
    color: #212121;
    line-height: 1.5;
    padding: 30px 0 32px
}

.scpn_review_link_a {
    display: inline-block;
    padding: 6px;
    line-height: 1
}

.scpn_review_g2_box {
    background: #f9faff
}

.scpn_review_link_a:hover svg path {
    stroke: var(--azure_clr) !important
}

@media(max-width:768px) {
    .scpn_review_box {
        padding: 26px 14px 26px 22px
    }

    .scpn_review_p {
        padding: 8px 0 22px
    }
}

.mvh-expert-content {
    max-width: 1030px;
    margin: 0 auto
}

.mvh-expert-box {
    background: #256e30;
    padding: 80px 70px;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.mvh-expert-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url("/assets/img/home/biggest-deal-bg.png") center center no-repeat;
    background-size: cover;
    width: 771px;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: hard-light
}

.mvh-expert-h3 {
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 20px
}

.mvh-expert-p {
    font-size: 14px;
    color: #DAE9FF !important;
}

.mvh-expert-btn {
    color: var(--azure_clr)
}



@media(min-width:1200px) {
    .mvh-expert-h2 {
        font-size: 50px;
        max-width: 642px
    }
}

@media(max-width:768px) {
    .mvh-expert-h3 {
        padding-bottom: 8px;
        font-size: 16px;
    }

    .mvh-expert-p {
        font-size: 13px;
    }

    .mvh-expert-box {
        padding: 30px 26px
    }

    .mvh-expert-h2 {
        font-size: 25px;
    }
}

.off-support-h4-p {
    font-weight: inherit
}

.off-support-list li h4 {
    font-weight: inherit;
    font-size: inherit;
}

.off-support-container {
    max-width: 1120px;
    margin: auto
}

.off-support-h4 {
    font-size: 20px
}

.off-support-img {
    display: inline-block
}

.off-support-img img {
    vertical-align: middle
}

.off-support-score {
    color: #1eb059;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    position: relative;
}

.off-support-score span {
    font-size: 28px;
}

.off-support-score-h4 {
    font-size: 18px;
    font-weight: 700
}

.off-support-score-p {
    font-size: 14px;
    padding-top: 4px;
    display: inline-block;
    font-weight: 400;
}

.scp_new_v6_support_img {
    text-align: center
}

.off-support-list {
    padding-left: 25px;
    position: relative;
}

.off-support-list li::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 2px;
    background: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.29297 6.94558C2.03409 6.9463 1.7807 7.02031 1.56213 7.15903C1.34355 7.29776 1.16872 7.49553 1.05786 7.72947C0.946997 7.96341 0.904634 8.22396 0.935671 8.48098C0.966709 8.73799 1.06988 8.98096 1.23325 9.18179L4.71584 13.448C4.84001 13.6021 4.99918 13.7245 5.18013 13.8048C5.36107 13.8851 5.55856 13.9211 5.75621 13.9098C6.17892 13.8871 6.56055 13.6609 6.80387 13.2891L14.0381 1.6384C14.0393 1.63647 14.0405 1.63454 14.0418 1.63264C14.1097 1.52841 14.0877 1.32188 13.9476 1.19213C13.9091 1.1565 13.8637 1.12912 13.8142 1.11169C13.7648 1.09426 13.7123 1.08714 13.6599 1.09076C13.6076 1.09439 13.5566 1.1087 13.51 1.13279C13.4634 1.15689 13.4222 1.19026 13.389 1.23087C13.3864 1.23406 13.3838 1.2372 13.381 1.2403L6.0852 9.48349C6.05744 9.51486 6.02372 9.5404 5.986 9.55863C5.94829 9.57685 5.90733 9.58741 5.8655 9.58967C5.82367 9.59193 5.78181 9.58586 5.74235 9.57181C5.70289 9.55775 5.66661 9.536 5.63563 9.50781L3.21428 7.30437C2.96281 7.07384 2.63412 6.94584 2.29297 6.94558Z" fill="%2300B67A"/></svg>');
    height: 15px;
    width: 15px;
}

.off-support-list li {
    font-weight: 400;
    font-size: 14px;
    color: #15222E;
    margin-bottom: 12px;
    position: relative;
}

.off-support-list li::marker {
    color: #256e30;
    line-height: 0.5;
    font-size: 18px;
}

@media(max-width:991px) {
    .off-support-score {
        font-size: 32px;
    }

    .off-support-score span {
        font-size: 26px;
    }

    .scp_new_v6_ttl {
        text-align: left;
        max-width: 570px
    }

    .off-support-container {
        max-width: 608px
    }

    .off-support-dec {
        display: none;
    }

    .off-support-container .scp-col-lg-5 {
        order: 1;
        padding-top: 0px
    }

    .off-support-container .scp-col-lg-7 {
        order: 2;
    }
}

@media(max-width:768px) {
    .off-support-score {
        font-size: 40px;
    }

    .off-support-score span {
        font-size: 25px
    }

    .off-support-score-h4 {
        font-size: 15px;
    }

    .off-support-score-p {
        font-size: 13px;
    }

    .off-support-img {
        display: none
    }

    .off-support-content .pl-22 {
        padding-left: 0
    }

    .off-support-score-h4 {
        width: 100%
    }

    .scp_new_v6_ttl {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width:430px) {
    .off-support-h4 {
        font-size: 18px
    }

    .scp-h3-p {
        font-size: 14px
    }

    .off-support-img {
        max-width: 40px
    }
}

/* money back section  */
.scp-money-back2 {
    background: #fff;
    box-shadow: 0 0 91px rgba(216, 231, 254, .41);
    border-radius: 40px;
    padding: 54px 14px
}

.scp-money-back-p2 {
    padding-bottom: 45px;
    font-weight: 400;
    font-size: 20px;
    color: #020202;
    max-width: 728px;
    line-height: 1.6
}

.scp-money-back-p2-hl {
    color: #256e30;
    display: inline-block;
    font: inherit
}

.scp-money-back-h2 {
    font-weight: 700;
    font-size: 30px;
    color: #101323
}

.scp-money-back-btn {
    padding-bottom: 10px
}

.scp-money-btn {
    font-weight: 600
}

.scp-money-btn,
.scp-money-btn:hover {
    color: var(--azure_clr);
    background: #eef5ff
}

.scp-money-back-btn .scp-btn::before {
    background: url(/assets/img/scp/right-azure.svg)center center no-repeat
}

@media (max-width:768px) {
    .scp-money-back2-img {
        display: none
    }

    .scp-money-kori-s {
        max-width: 120px;
        margin: 0;
        padding-bottom: 10px
    }

    .scp-money-back-p2 {
        font-size: 18px
    }

    .scp-money-back-btn,
    .scp-money-back-p2 {
        padding-bottom: 35px
    }

    .scp-money-back-h2 {
        font-size: 26px
    }

    .scp-money-back2 {
        padding: 44px 18px
    }
}

/* inc-hosting-option.php */
.scp-best-hostings {
    background: #000;
    position: relative;
    z-index: 1
}

.scp-best-hostings::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(41deg, #000 82%, rgb(0 0 161) 100%);
    z-index: -1
}

.scp-best-p {
    font-weight: 300;
    line-height: 1.6
}

@media(max-width:768px) {
    .scp-best-box {
        padding-bottom: 30px;
    }
}

/* inc-list-feature.php  */
.osp-text-sm {
    font-size: 14px;
    font-weight: 400;
    color: #868686
}

.osp-border {
    border-bottom: 1px solid #e7eaed
}

.osp-last-p {
    color: var(--ttl_clr)
}

.osp-bottom-box {
    background: #e8f1ff;
    border-radius: 10px
}

@media(max-width:767px) {
    .osp-mom-space {
        padding: 20px 25px;
    }
}

/* inc-split-feature.php  */
.wh-feature {
    padding: 46px 30px
}

.wh-feature-col {
    border: 1px solid #eef3f8
}

.wh-feature-img {
    text-align: right;
    padding-right: 0
}

.three-items .wh-feature-col:nth-child(2) {
    border-left: unset;
    border-right: unset
}

.two-items .wh-feature-col:nth-child(2) {
    border-left: unset
}

@media (max-width:1200px) {
    .wh-feature {
        padding: 40px 20px
    }
}

@media (max-width:991px) {
    .three-items .wh-feature-col:nth-child(2) {
        border-left: unset;
        border-right: 1px solid #eef3f8
    }

    .two-items .wh-feature-col:nth-child(1) {
        border-right: 1px solid #eef3f8
    }

    .two-items .wh-feature-col:nth-child(2) {
        border-left: unset
    }

    .wh-feature-img {
        text-align: center;
        padding-right: calc(var(--bs-gutter-x)*.5);
        padding-bottom: 20px
    }
}

@media (max-width:767px) {
    .three-items .wh-feature-col:nth-child(2) {
        border-left: 1px solid #eef3f8;
        border-top: unset;
        border-bottom: unset
    }

    .two-items .wh-feature-col {
        border: unset !important
    }

    .wh-feature-icon {
        display: none
    }

    .wh-feature-col1 {
        padding: 10px 35px
    }

    .wh-feature-col {
        border: unset
    }

    .wh-feature {
        padding: 0 25px 25px
    }

    .wh-feature-col1,
    .wh-feature-row {
        padding-top: 0
    }

    .wh-feature-img {
        padding: 20px
    }
}

/* inc-feature.php  */
.pf-main {
    
    padding: 60px 0;
}

.pf-box-col {
    
    border: 1px solid #f0f0f0;
    background: #fff;
}

.pf-box {
    padding: 38px;
}

@media(max-width:991px) {

    .pf-box-col:nth-child(2),
    .pf-box-col:nth-child(5) {
        border-left: unset;
        border-right: 1px solid #f0f0f0;
    }
}

@media(max-width:767px) {

    .pf-box-col:nth-child(2),
    .pf-box-col:nth-child(5) {
        border-left: 1px solid #f0f0f0;
        border-top: unset;
        border-bottom: unset;
    }

    .pf-box .scp-h4 {
        font-size: 18px;
    }

    .pf-box .scp-h4-p {
        font-size: 16px;
    }
}

/* inc-migration.php */
.ho_migration {
    position: relative;
    overflow: hidden;
    
}

.ho_migration_list {
    padding-left: 25px;
    position: relative
}

.ho_migration_list li {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-bottom: 12px;
    position: relative
}

.ho_migration_list li::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 2px;
    background: url("/assets/icons/verified.png") center center no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px
}

.ho_migration_btn_txt {
    color: #9b9b9b;
    font-size: 14px;
    padding-top: 20px;
}

.ho_migration_h4 {
    font-size: 16px;
    font-weight: 600
}

@media(max-width:768px) {
    .ho_migration_img {
        padding-top: 32px
    }

    .ho_migration .scp-container {
        padding: 0 20px;
    }

    .ho_migration {
        padding: 44px 8px;
    }
}

@media(max-width:600px) {
    .ho_migration_list2 {
        display: block;
    }
}

/* inc-auto-progress.php  */
@keyframes rtpProgress {
    0% {
        width: 0%
    }

    to {
        width: 100%
    }
}

.rtp-box {
    position: relative;
    cursor: pointer
}

.rtp-box-top {
    border-top: 2px solid #e7eaed
}

.rtp-box::after,
.rtp-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0
}

.rtp-box::after {
    width: 100%;
    height: 2px;
    background: #e7eaed
}

.rtp-box::before {
    width: 0%;
    height: 3px;
    border-radius: 10px;
    background: #256e30;
    z-index: 1
}

.rtp-box.active::before {
    animation: rtpProgress 10s linear forwards
}

.rtp-box-p {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: max-height .6s ease, opacity .4s ease, transform .4s ease
}

.rtp-box.active .rtp-box-p {
    max-height: 300px;
    opacity: 1;
    transform: translateY(0)
}

.rtp-img img {
    vertical-align: middle
}

.rtp-img {
    background: unset;
    padding: 5px 12px 12px;
    border-radius: 50%
}

.rtp-box:nth-of-type(1).active .rtp-img {
    background: #d8fbd9;
    padding: 12px
}

.rtp-box:nth-of-type(2).active .rtp-img {
    background: #fef5e9;
    padding: 12px
}

.rtp-box:nth-of-type(3).active .rtp-img {
    background: #f5eeff;
    padding: 12px
}

.rtp-img-lg {
    min-height: 440px
}

@media (max-width:991px) {
    .rtp-box.active::before {
        animation: unset;
        display: none
    }

    .rtp-box-p {
        max-height: unset;
        opacity: 1;
        transform: translateY(0)
    }

    .rtp-img-lg {
        min-height: 375px;
        padding-bottom: 25px;
        padding-top: 15px
    }

    .rtp-box-top {
        border: none;
    }

    .rtp-box::after,
    .rtp-box::before {
        display: none;
    }
}

.rtp-right-align {
    order: 2
}

.rtp-col {
    padding-bottom: 20px;
}

@media(max-width:768px) {
    .rtp-img {
        padding: 0 12px 12px;
    }

    .rtp-img-lg {
        min-height: 300px;
    }
}

/* inc-four-square.php  */
.wh4-main {
    background: linear-gradient(248.27deg, #FAEDFF -7.46%, #FFFFFF 39.01%, #FFFFFF 70.09%, #AAC6FF 108.95%), #FFFFFF;
}

.wh4-feature {
    padding: 46px 60px;
}

.wh4-feature-col {
    border: 1px solid #eef3f8;
    background: #fff;
}

.wh4-feature-col:nth-child(2) {
    border-left: unset;
}

.wh4-feature-col:nth-child(3) {
    border-top: unset;
}

.wh4-feature-col:nth-child(4) {
    border-top: unset;
    border-left: unset;
}

@media (max-width:1200px) {
    .wh4-feature {
        padding: 40px 20px
    }
}

@media (max-width:991px) {
    .wh4-feature-col:nth-child(2) {
        border-right: 1px solid #eef3f8
    }
}

@media (max-width:767px) {
    .wh4-feature-col:nth-child(2) {
        border-left: 1px solid #eef3f8;
        border-top: unset;
        border-bottom: unset
    }

    .wh4-feature-col:nth-child(3) {
        border-top: 1px solid #eef3f8;
    }

    .wh4-feature-col:nth-child(4) {
        border-left: 1px solid #eef3f8;
    }
}

/* inc-faq.php  */
.ho-faq-box {
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #d4d4d8;
    padding: 38px 0;
    box-shadow: unset;
    border-radius: unset
}

.ho-faq-h4 {
    cursor: pointer;
    position: relative;
    font-size: 24px;
    margin: 0;
    padding-right: 42px;
    padding-bottom: 8px;
    font-weight: var(--fw-semi-bold);
}

.ho-faq-h4::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transition: all .2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #15222e;
    border-right: solid 2px #15222e;
    transform: translateY(-50%) rotate(135deg)
}

.scp-faq-acc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out
}

.scp-faq-acc-item.scp-faq-acc-open .scp-faq-acc-content {
    max-height: 600px
}

.scp-faq-acc-item.scp-faq-acc-open .ho-faq-h4::after {
    transform: translateY(-50%) rotate(315deg)
}

@media(max-width:768px) {
    .ho-faq-h4::after {
        right: 14px
    }

    .scp-faqs {
        padding-inline: 20px
    }

    .ho-faq-h4 {
        font-size: 20px
    }

    .ho-faq-box {
        padding: 28px 0
    }
}

.ds-show-toggle-shadow {
    position: relative;
    z-index: 5
}

.ds-show-toggle-shadow:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 140px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 0.8) 26.37%, #FFF 48.07%);
    z-index: -1;
    box-shadow: rgb(255 255 255) 0px 9px 6px 12px;
}

.ds-show-toggle {
    border: none;
    outline: unset
}

@media(max-width:1200px) {
    .ds-show-toggle-shadow:before {
        background: linear-gradient(0deg, #ffffff94 39%, rgb(255 255 255 / 33%) 100%);
        box-shadow: rgb(255 255 255) -5px 12px 12px 9px;
    }
}

.ds-show-toggle-shadow .scp_faq_btn:before {
    transform: translateY(-26%) rotate(91deg);
}

.scp_faq_btn:before {
    transform: translateY(-30%) rotate(271deg);
}

.scp_account_h4_p {
    color: var(--sub_ttl_clr);
    font-size: 14px
}

.scp_account_h4 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 8px
}

.scp_account_box {
    max-width: 244px
}

.scp_account_row {
    max-width: 1123px;
    margin: 0 auto
}

@media(max-width:991px) {
    .scp_account_box {
        margin: 0 10px 30px;
        max-width: 100%
    }

    .scp_account_row .scp-col-lg-3.scp-col-sm-6:last-child .scp_account_box {
        margin-bottom: 6px
    }
}

/* blog boxes  */
.ho-stories-box {
    position: relative
}

.ho-stories-box {
    max-width: 534px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 16.7px rgba(116, 116, 116, .25);
    border-radius: 30px;
    padding: 20px
}

.ho-stories-link {
    font-weight: 600;
    font-size: 14px
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

/* Social Icons */
.social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Desktop & Tablet */
    gap: 18px;
    margin: 15px 0 10px;
    margin-bottom: 25px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8A8F98;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    color: #3a3a3a;
    transform: translateY(-2px);
}

/* Mobile Only */
@media (max-width: 767px) {
    .social-icons {
        justify-content: center;
    }
}

.mega-card{
    list-style:none;
    margin:12px 16px;   /* Left & Right Margin */
    padding:0;
}

.mega-card a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;

    padding:18px 20px;
    border:1px solid #e7eaf0;
    border-radius:14px;
    background:#fff;

    text-decoration:none;
    transition:.3s ease;
}

.mega-card a:hover{
    border-color:#22c55e;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transform:translateY(-2px);
}

.mega-content h4{
    margin:0;
    font-size:18px;
    font-weight:700;
    color:#111827;
}

.mega-content p{
    margin-top:6px;
    font-size:14px;
    color:#6b7280;
    line-height:1.5;
}

.mega-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    color:#111827;
    transition:.3s;
}

.mega-card a:hover .mega-arrow{
    color:#22c55e;
    transform:translate(4px,-4px);
}

.mega-card a:hover .mega-arrow {
    background: #00b67a;
    color: #fff;
    transform: rotate(45deg);
}

@media(min-width:1140px) {
    .mega-card {
        display: none
    }
}

/* ==========================================
   Coupon Box
========================================== */

.coupon-box{
    max-width:620px;
    width:calc(100% - 40px);
    margin:0 auto;
    margin-bottom: 30px;
    padding:10px 14px;

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:8px;

    background:#fff;
    border:2px solid #277926;
    border-radius:0;
}

/* ==========================================
   Left Side
========================================== */

.coupon-left{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:nowrap;
}

.discount,
.text{
    font-size:22px;
    font-weight:700;
    color:#111;
    line-height:1;
    text-transform:uppercase;
    white-space:nowrap;
}

.dot{
    font-size:22px;
    color:#35A854;
}
.code-text{
    font-size:20px;
}

/* ==========================================
   Coupon Button
========================================== */

.coupon-code{
    display:flex;
    align-items:center;
    gap:6px;

    padding:8px 14px;

    background:#fff;
    border:2px dashed #d8d8d8;
    border-radius:0;

    font-size:17px;
    font-weight:700;
    color:#111;

    cursor:pointer;
    transition:.25s;
}

.coupon-code:hover{
    background:#fff;
    border-color:#d8d8d8;
    color:#111;
}



/* ==========================================
   Tablet
========================================== */

@media(max-width:768px){

    .coupon-box{
        width:calc(100% - 30px);
        justify-content:center;
        gap:10px;
        padding:12px;
    }

    .coupon-left{
        width:100%;
        justify-content:center;
    }

    .discount,
    .text{
        font-size:16px;
    }

    .coupon-code{
        width:100%;
        justify-content:center;
        font-size:16px;
    }
    .code-text{
    font-size:16px;
}

}

/* ==========================================
   Mobile
========================================== */

@media(max-width:480px){

    .coupon-box{
        width:calc(100% - 20px);
        padding:10px;
        gap:8px;
    }

    .coupon-left{
        flex-wrap:wrap;
        justify-content:center;
        gap:6px;
    }

    .discount,
    .text{
        font-size:15px;
    }

    .coupon-code{
        width:100%;
        justify-content:center;
        font-size:15px;
        padding:10px;
    }

    .code-text{
    font-size:15px;
}

    

}


html{
    scrollbar-width: thin;
    scrollbar-color: #256e30 #EDF5F1;
}


::-webkit-scrollbar{
    width:10px;
    height:10px;
}

::-webkit-scrollbar-track{
    background:#EDF5F1;
    border-radius:999px;
}

::-webkit-scrollbar-thumb{
    background:#256e30;
    border-radius:999px;
    border:2px solid #EDF5F1;
}

::-webkit-scrollbar-thumb:hover{
    background:#1f5b28;
}


::-webkit-scrollbar-button{
    width:0;
    height:0;
    display:none;
}

::-webkit-scrollbar-corner{
    background:transparent;
}

.scp-ban-price span{
    font-family: sans-serif;
}

.crncy_fas{
    font-family: sans-serif;
}

.hot-tag{
    position: relative;
    overflow: hidden;
}

.hot-tag::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.8),
        transparent
    );
    transform: skewX(-25deg);
    animation: hotShimmer 2s infinite linear;
}

@keyframes hotShimmer{
    100%{
        left: 180%;
    }
}


.eCommerce-banner{
    width: 100%;
    min-height: 600px;
    margin-top: 10px;

    background: url('/assets/images/ecommerce-banner.svg') center center no-repeat;
    background-size: contain;
}

@media (max-width: 992px){
    .eCommerce-banner{
        min-height: 450px;
    }
}

@media (max-width: 768px){
    .eCommerce-banner{
        min-height: 350px;
    }
}

@media (max-width: 576px){
    .eCommerce-banner{
        min-height: 250px;
    }
}
@media (max-width: 648px) {
    .margin-top-mobile-ecommerce-headline {
        margin-top: 40px !important;
    }
}