/* Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.root {
    background-color: #F1F9FE;
}

.pricing_banner {
    width:100%;
}
.pricing_plan_blue_text {
    color: #15B1BF;
}
.pricing_head {
    color: #1D3A46;
}
.pricing_steps_box {
    width: 60px;
    margin-bottom: 10px;
    height: 60px;
    color: #fff;
    background-color: #15B1BF;
    box-sizing: border-box;
    text-align: center;
    padding-top: 30%;
}
.center_border {
    border: 1px solid #15B1BF;
    width: 200px;
    margin-bottom: 15px;
}
.pricing_steps_div {
    align-items: center !important;
    gap: 0 !important;
    justify-content: center;
}
.pricing_steps_text {
    font-size: 0.8rem;
}
.get_a_quote_text {
    margin-left: -6px !important;
}
.pricing_slider_div {
    margin-top: 3rem;
}
.pricing_slider {
    -webkit-appearance: none;
    width: 60%;
    height: 20px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.pricing_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 32px;
    height: 32px;
    background: #1D3A46;
    border: 2px solid #68D1E0;
    cursor: pointer;
}
.pricing_slider_text_div {
    gap: 10rem !important;
    justify-content: center !important;
}
.pricing_plan_smart {
    width: 512px;
    border-radius: 8px;
    border: 2px solid #C2EAEF;
    background: #FFF;
    box-shadow: 0px 8px 18px 0px rgba(30, 95, 104, 0.20);

}
.pricing_plan_flex {
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
    margin-left: 3%;
    margin-right: 3%;
    border-bottom: 1px solid #E6E8E8;
    align-items: flex-end;
}
.iwando_recommend_div {
    border-radius: 6px 6px 0px 0px;
    background: #1D3A46;
}
.iwando_recommend_div p {
    margin:0;
    padding: 2%;
    color: #fff;
}
.pricing_plan_features_head {
    color: #1D3A46;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 109.091% */
    letter-spacing: 0.48px;
}

.pricing_plan_features_subhead {
    color: #667375;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.pricing_plan_features_flat_fee {
    color: #50AFBD;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.pricing_btn {
    border-radius: 8px;
    background: #FDEE37;
    text-align: center;
    height: 50px;
    width: 90%;
    margin-top: 4%;
    margin-bottom: 4%;
    border: 1px solid #FDEE37;
}
.pricing_btn_div a {
    margin-left: 5%;
}
.pricing_plan_simple {
    width: 512px;
    border: 1px solid #C2EAEF;
    border-radius: 8px;
}
.pricing_plans_div {
    margin-top: 5%;
}
.pricing_learn_more {
    text-align: center;
    color: #50AFBD;
    padding-top: 3%;
}
.pricing_plans_include_col {
    justify-content: space-between;
    width: 70%;
    align-items: flex-start !important;
    padding: 2% 5%;
}
.pricing_plans_include_section {
    border-radius: 12px;
    border: 1px solid #B8EBF0;
}
.pricing_plans_include_head {
    color: #1D3A46;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding-left: 5%;
    padding-top: 2%;
}
.pricing_plans_include_features {
    color: #677375;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.pricing_plans_include_divider {
    border-bottom: 1px solid #B8EBF0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.customer_base_blue_text {
    color: #15B1BF;
    text-align: center;
}
.customer_base_number {
    color: #677375;
    font-family: Roboto;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
}
.customer_base_user_word {
    color: #677375;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.customer_base_col {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 14px 14px 40px 0px rgba(0, 44, 57, 0.30);
    box-sizing: border-box;
    padding: 3%;
}
.make_money_move_section {
    background-color: #000;
    color: white;
}
.make_money_image {
    width: 500px;
}
.make_money_head {
    font-size: 2rem;
    margin-right: 10rem;
}
.make_money_desc {
    line-height: 28px;
    font-size: 1.125rem;
    font-weight: 400s;
}
.customer_base_flex {
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1150px) {
    .center_border {
        width: 80px !important;
    }
    .pricing_steps_div {
        flex-direction: row !important;
        align-items: center;
    }
    .pricing_slider_text_div {
        flex-direction: row !important;
    }
    .pricing_slider_text {
        margin-top: 3%;
    }
    .pricing_plan_smart, .pricing_plan_simple {
        width: 90%;
    }
    .pricing_plans_include_col {
        gap:0 !important;
    }
}