.plansTopImg {
    background       : url(/skins/theme1/media/images/pricing-top-bg.svg), #fff;
    object-fit       : cover;
    background-repeat: no-repeat;
    background-size  : cover;
    align-items      : center;
    width            : 100%;
    margin           : 0;
    height           : 55vh;
}

.plansBottom {
    background: url(/skins/theme1/media/images/plans_bottom_bg_2-01.png);
    object-fit: cover;
    position  : relative;
    height    : 100%;
    min-height: 750px;
    z-index   : 1;
}

.plans_bottom_container {
    width : 95%;
    margin: 0 auto;
}

.plans_mobile {
    display: none;
}

.plansTopImg hr {
    border-top: 1.5px solid #FFF;
    width     : 60%;
    margin-top: 30px;
}

.plansTopImg h2 {
    color         : #FFFFFF;
    font-family   : "Red Hat Display";
    font-size     : 50px;
    font-weight   : bold;
    letter-spacing: 0;
    line-height   : 64px;
}

.plansTopImg p {
    color         : #FFFFFF;
    font-size     : 32px;
    font-weight   : 300;
    letter-spacing: 0;
    line-height   : 40px;
}

.plansSection {
    background: none;
    height    : auto;
}

.expand_plans {
    margin    : 40px 0;
    text-align: center;
}

#expand_button,
.expand_button {
    width         : 100%;
    text-transform: uppercase;
    font-size     : 16px;
    letter-spacing: 1.5px;
    line-height   : 19px;
    padding       : 20px 0;
}

a#expand_button {
    color     : #2204AF;
    border-top: 1px solid;
    text-align: center;
    display   : block;
}

.arrow_down {
    color: #2204AF;
}

.arrow_up {
    transform: rotate(180deg);
}

.tableSection h3 {
    color         : #FF963B;
    font-family   : "Red Hat Display";
    font-size     : 25px;
    font-weight   : 500;
    letter-spacing: 2.73px;
    line-height   : 40px;
    text-transform: uppercase;
    margin-bottom : 10px;
}

.plansContent {
    color         : #444444;
    font-size     : 22px;
    font-weight   : 300;
    letter-spacing: 0;
    line-height   : 40px;
}

.plansContent {
    color      : #FF963B;
    font-weight: 400;
}

.plans_resume {
    margin-top: 80px;
    background: #fff;
}

.plans_resume_scroll {
    position   : fixed;
    margin-top : 0;
    z-index    : 1;
    top        : 0;
    width      : 95%;
    padding-top: 10px;
}

.plans_resume_scroll .plansSection img,
.plans_resume_scroll .plansSection object {
    width   : 15%;
    position: relative;
    margin  : 0 auto;
    z-index : 1;
}

.plan {
    padding   : 5px;
    min-height: 210px;
    height    : 100%;
    display: flex;
    flex-direction: column;
}

span.currency {
    display: inline-block;
    /* min-width: 85px; */
    text-align: right;
}

span.currency-ca {
    display: inline-block;
    /* min-width: 121px !important; */
    text-align: right;
}

.plan_2 > div,
.plan > div {
    margin-top: auto;
    margin-bottom: 10px;
}

.plans_resume_scroll .plan {
    padding   : 5px;
    min-height: 192px;
}

.note {
    font-size: 12px;
}

.options_header {
    background-color: #FF963B;
    text-align      : center;
    padding         : 20px 0;
    color           : #FFF;
    text-transform  : uppercase;
    margin          : 30px 0;
    font-size       : 26px;
    font-weight     : 300;
    border-radius   : 6px;
}

.plans_resume_scroll .plan h2 {
    font-size    : 20px;
    margin-bottom: 0;
}

.plans_resume_scroll .plansSection .pulsingButton,
.plansSection .pulsingButton {
    padding    : 10px 20px;
    margin     : 10px auto;
    font-size  : 14px;
    width  : 85%;
    line-height: 16px;
}

.plansSection img,
.plansSection object {
    width        : 60%;
    position     : relative;
    margin       : 0 auto;
    margin-top   : -130px;
    z-index      : 1;
    /* margin-bottom: 50px; */
    max-width: 300px
}

.custom_plan .pulsingButton {
    background-color: transparent;
    color           : #2204AF;
    border          : 2px solid #2204AF;
    font-weight     : bold !important;
    margin-top      : 40px;
}

.plan h2,
.plan_2 h2 {
    color         : #FF963B;
    font-family   : "Red Hat Display";
    font-size     : 19px;
    font-weight   : bold;
    letter-spacing: 1px;
    line-height   : 23px;
    text-align    : center;
    margin-bottom : 5px;
    margin-top : 15px;
}


.plan p,
.plan_2 p {
    color         : #6374FF;
    font-size     : 13px;
    letter-spacing: 1px;
    line-height   : 19px;
    text-align    : center;
}

.plan .pricing,
.plan_2 .pricing_2 {
    color         : #2204AF;
    font-size     : 21px;
    letter-spacing: 0;
    line-height   : 42px;
    text-align    : center;
    margin        : 0;
}

@media screen and (min-width: 1920px) {
    .plan h2,
    .plan_2 h2 {
        font-size     : 27px;
    }
    .plan .pricing,
    .plan_2 .pricing_2 {
        font-size     : 25px;
    }

    .plan p, .plan_2 p {
        font-size: 17px;
    }

    .plansSection .plan .pulsingButton,
    .plansSection .plan_2 .pulsingButton {
        font-size: 17px;
        line-height: 19px;
    }
}

p.pricing_subtext {
    font-size: 14px;
}

span.sup_pricing {
    width         : 50px;
    display       : inline-block;
    line-height   : 15px;
    font-size     : 15px;
    letter-spacing: 1px;
    font-weight   : 500;
    text-align    : left;
}

.plan .cancelText {
    color         : #6374FF;
    font-size     : 16px;
    letter-spacing: 1px;
    line-height   : 19px;
    text-align    : center;
    padding-bottom: 15px;
}

.tableSection_scroll {
    padding-top: 200px;
}

.plans_function {
    padding-left: 40px;
    line-height : 18px;
}

.function_group_title {
    border-top : 1px solid #A8A8A8;
    padding-top: 30px;
    margin     : 10px 0;
    margin-top : 30px;
}

.function {
    min-height     : 40px;
    justify-content: center;
}

.function_group h4 {
    text-transform: uppercase;
    color         : #FF963B;
    font-size     : 22px;
    margin        : 15px auto;
}

.plans_resume h3 {
    color         : #2204AF;
    font-family   : "Red Hat Display";
    font-size     : 30px;
    font-weight   : bold;
    letter-spacing: 0;
    line-height   : 41px;
    display: flex;
    align-items: flex-start;
}

.plans_resume h3 img {
    margin-right: 20px;
    margin-top: -10px;
}

@media screen and (max-width: 1350px) {
    .plans_resume h3 img {
        display: none;
    }

    .plan h2, .plan_2 h2 {
        margin-top: 30px;
    }
}

.plansBottom>img,
.plan_mobile>img {
    position  : absolute;
    left      : -25px;
    top       : -100px;
    min-height: 1200px;
    width     : 110%;
}

.plan_mobile h2 {
    color         : #FF963B;
    font-family   : "Red Hat Display";
    font-size     : 2.8vw;
    font-weight   : bold;
    letter-spacing: 0;
    line-height   : 66px;
}

.plansBottom .plan_2,
.plan_mobile {
    border-radius   : 20px;
    background-color: #F0F0F0;
    text-align      : center;
    padding         : 5px;
    min-height      : 210px;
}

.plansBottom .plan_2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.plan_mobile p {
    color         : #FFFFFF;
    font-size     : 32px;
    font-weight   : 300;
    letter-spacing: 0;
    line-height   : 40px;
}

.plan_mobile p {
    color         : #6374FF;
    font-size     : 16px;
    letter-spacing: 1px;
    line-height   : 19px;
    text-align    : center;
}

.plan_mobile p.pricing_2{
    color      : #2204AF;
    font-size  : 36px;
    line-height: 42px;
    text-align : center;
    margin     : 0;
}

/* p.pricing_2 {
    font-size: 35px;
    color      : #2204AF;
    line-height: 42px;
    text-align : center;
    margin     : 0;
} */

.option_desc {
    font-size  : 12px;
    font-weight: bold;
}

#expand_button_basic,
#expand_button_better,
#expand_button_premium {
    text-align: center;
    border-top: 1px solid;
}

.custom_plan h2 {
    color: #2204AF;
}

.blue_check {
    color: #2204AF;
}

.contact_specialists {
    border       : 2px solid #fff;
    color        : #fff;
    padding      : 15px 20px;
    margin       : 10px auto;
    font-size    : 14px;
    min-width    : 0;
    border-radius: 6px;
    font-weight  : bold;
}

@media screen and (max-width:1200px) {
    .plans_mobile {
        display: block;
    }

    .plansBottom .plan_2,
    .plan_mobile {
        min-height: auto;
    }

    .plan h2,
    .plan_2 h2 {
        font-size: 22px;
    }

    #plans_slider .slick-slide {
        padding-top: 135px;
    }

    .plans_mobile .features h3 {
        margin-top   : 50px;
        margin-bottom: 0px;
    }

    .plans_mobile .features h4 {
        font-size    : 18px;
        margin-bottom: 0;
        margin-top   : 20px;
    }

    .plansTopImg p {
        font-size  : 20px;
        line-height: 30px;
    }

    .option_desc {
        font-size  : 9px;
        line-height: 1px;
        font-weight: bold;
    }

    .plans_desktop {
        display: none;
    }

    .plansBottom {
        background: linear-gradient(0deg, rgba(16, 0, 99, 0.5), rgba(16, 0, 99, 0.5)), url(/skins/theme1/media/images/plans_bottom_bg_2-01.png);
    }

    .plansTopImg h2 {
        font-size  : 40px;
        line-height: 40px;
    }

    .features {
        list-style: none;
        padding   : 0;
        margin-top: 20px;
    }

    .features {
        color         : #444444;
        font-size     : 18px;
        font-weight   : 300;
        letter-spacing: 0;
        line-height   : 45px;
    }

    .features i,
    .plans_pricing i {
        color    : #FF963B;
        font-size: 18px;
    }

    .plans_mobile {
        background-image: linear-gradient(#6374ff 220px, #fff 10px);
        position        : relative;
        padding-top     : 150px;
    }

    .plan .cancelText {
        padding-bottom: 45px;
    }

    .plans_mobile hr {
        width : 80%;
        margin: 50px auto;
    }

    .expand_button_container {
        text-align: center;
        margin-top: 80px;
    }

    .arrow_down {
        text-align: center;
    }

    .features {
        line-height: 20px;
    }

    td.col-2 {
        text-align: right;
    }

    .planSection {
        margin-top: 160px;
    }

    div#mobile_premium {
        margin-bottom: 40px;
    }

    .plansBottom h2 {
        font-size  : 35px;
        line-height: 45px;
    }

    .plan_mobile h2 {
        font-size: 10vw;
    }
    #mobile_custom h2 {
        color: #2204AF;
    }
    #mobile_custom #plansSlider .pulsingButton {
        color: #2204AF;
        background-color: transparent;
        border: 2px solid #2204AF;
        font-weight: bold !important;
    }
    .blue_check {
        color: #2204AF !important;
    }
    .orange {
        color: #FF963B !important;
    }
    .plans_mobile h3, .plans_mobile h4 {
        color: #FF963B;
        text-transform: uppercase;
    }
    .features p {
        margin-top: 10px;
    }
}

@media screen and (max-width: 500px) {
    .plansTopImg {
        height: 85vh;
    }
}