﻿/*About_plus cs*/
.aboutus_btn_wrapp {
    display: flex;
    align-items: center;
    gap: 15px;
}

a.start-btn.primary_about {
    background: transparent;
    border: 2px solid #fff;
}
a.start-btn {
    color: #fff;
    background: #8DC94D;
    border: 2px solid #8DC94D;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    padding: 5px 20px;
    border-radius: 8px;
}

.home_page_text_wrapper .text_wrapper_bottom {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.big_img_block {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.plus_benefits_wrapper .benefits_wrapper_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.big_img_block .home_block {
    width: 100%;
    height: 100%;
    position: relative;
}

    .big_img_block .home_block video {
        width: 100%;
        height: 650px;
        object-fit: cover;
        display: block;
    }

.banner_block .plus_benefits {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    gap: 25px;
}

.plus_benefits .plus_benefits_wrapper {
    box-shadow: var(--box-shadow);
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    border-radius: 20px;
}

.plus_benefits_wrapper .benefits_wrapper_top img {
    height: 40px;
    max-width: 60px;
    width: 100%;
    object-fit: contain;
}

.plus_benefits_wrapper .benefits_wrapper_bottom h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin: 7px 0px 15px;
    color: #000;
}

.plus_benefits_wrapper .benefits_wrapper_bottom p {
    color: #666666;
    margin: 5px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.banner_block .banner_title {
    text-align: center;
    position: relative;
}

    .banner_block .banner_title span {
        font-size: 34px;
        font-weight: 700;
        color: #333333;
        line-height: 30px;
    }

    .banner_block .banner_title p {
        margin: 0px auto;
        font-size: 24px;
        font-weight: 400;
        line-height: 35px;
        padding: 10px 0px 25px;
        color: #888888;
        max-width: 850px;
    }

.big_img_block .home_page_text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #10253AC4;
    width: 100%;
}

.home_page_text .home_page_text_wrapper h5 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    margin: 0px;
    padding: 25px 0px 0px;
}

.home_page_text .home_page_text_wrapper p {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    margin: 0px;
    padding: 15px 0px;
}

button.start-btn {
    color: #fff;
    background: #8DC94D;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    padding: 5px 20px;
    border-radius: 8px;
}

.home_page_text_wrapper .text_wrapper_bottom {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.banner_block .Works_block {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
}

.Works_block .Works_block_wrapper p {
    font-size: 40px;
    font-weight: 600;
    line-height: 30px;
    color: #85C544;
    margin: 15px 0px;
}

.Works_block .Works_block_wrapper h5 {
    font-size: 24px;
    color: #001122;
    line-height: 30px;
    margin: 0px 0px 15px;
    font-weight: 600;
}

.Works_block .Works_block_wrapper span {
    color: #888888;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

.banner_block .bg_img {
    display: block;
    position: absolute;
    top: -22px;
    right: 0;
    bottom: 0;
}

    .banner_block .bg_img img {
        max-width: 200px;
        height: 170px;
        width: 100%;
    }

.real_savings_wrapper {
    display: flex;
    gap: 15px;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    padding: 30px;
    align-items: center;
}

.savings_wrapper_left, .savings_wrapper_right {
    flex: 1;
}

    .savings_wrapper_right .savings_text {
        display: flex;
        justify-content: space-between;
        padding: 10px 0px;
        align-items: center;
        border-bottom: 1px solid #E5E7EB;
    }

.real_savings_wrapper .savings_wrapper_right h5 {
    margin: 0px;
    font-size: 24px;
    line-height: 25px;
    padding: 15px 0px;
    font-weight: 600;
}

.savings_wrapper_right .savings_text span {
    color: #4B5563;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.savings_wrapper_right .savings_text p {
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.savings_text p.line-through {
    text-decoration: line-through;
    color: #6B7280;
}

.savings_text p.bg_color {
    color: #82C244;
}

.savings_text p.bg_green_color {
    color: #2ECC71;
}

.savings_wrapper_right.savings_wrapper_right p.p {
    color: #6B7280;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.real_savings_wrapper .savings_wrapper_left img {
    width: 100%;
    height: 400px;
    max-width: 362px;
    object-fit: contain;
}

.real_savings_wrapper .savings_wrapper_left {
    display: flex;
    justify-content: center;
}

.mates_wrapper {
    display: flex;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
}

.mates_wrapper_left, .mates_wrapper_right {
    flex: 1;
}

.mates_wrapper .mates_wrapper_right {
    background-color: var(--btn-two-bg);
    padding: 30px;
    border-radius: 0px 15px 0px 0px;
    color: #fff;
}

    .mates_wrapper .mates_wrapper_right h5 {
        font-size: 24px;
        font-weight: 700;
        line-height: 25px;
        margin: 15px 0px;
    }

    .mates_wrapper .mates_wrapper_right p {
        margin: 0px;
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
    }

.mates_wrapper_right .share_block {
    display: flex;
    align-items: center;
    gap: 15px;
}

.share_block .share_block_left {
    background: #fff;
    color: #82C244;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 800;
}

.share_block .share_block_right h5 {
    margin-bottom: 0px;
}

.total_amount {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    border-top: solid 1px #fff;
}

    .total_amount .total_amount_right h5 {
        margin: 0;
    }

.total_amount_right {
    text-align: right;
}

.total_amount .total_amount_left {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}

.mates_wrapper_left {
    padding: 30px 60px;
}

.share_block_wrapper {
    box-shadow: var(--box-shadow);
    padding: 15px 30px;
    border-radius: 10px;
    margin: 15px 0;
}

.mates_wrapper .mates_wrapper_left h5 {
    font-size: 24px;
    margin: 7px 0px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
}

.mates_wrapper_left p {
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4B5563;
}

.sharing_block_right.sharing_block_right h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #333333;
    margin: 10px 0px 5px;
}

.faq_panel_group .panel_title > a::after {
    content: '-';
    position: absolute;
    left: 0px;
    color: #888888;
    border-radius: 24px;
    min-width: 28px;
    height: 28px;
    text-align: center;
    font-size: 30px;
    line-height: 20px;
    font-weight: 500;
}

.panel-group {
    margin-bottom: 20px;
    background: #FAFAFA;
    border-radius: 10px;
    padding: 10px;
}

.faq_panel_group .panel {
    border-bottom: 1px solid var(--table-head);
    box-shadow: unset;
    margin-bottom: 39px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
    background: #FAFAFA;
}

.faq_panel_group .panel_title > a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
    display: flex;
    padding: 10px 30px;
    gap: 60px;
    position: relative;
    cursor: pointer;
}

    .faq_panel_group .panel_title > a.collapsed::after {
        content: '+';
    }

.more_questions .more_questions_wrapper {
    display: flex;
    gap: 5px;
    color: #83C345;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    justify-content: center;
    text-decoration: none
}

    .more_questions .more_questions_wrapper p {
        margin: 0px;
        color: #666666;
    }

.home_page_text .home_page_text_wrapper img {
    max-width: 470px;
    height: 170px;
    width: 100%;
    object-fit: contain;
}

.mates_wrapper .mates_wrapper_left span img {
    max-width: 60px;
    height: 60px;
    width: 100%;
    object-fit: cover;
}

.mates_wrapper_left .sharing_block {
    display: flex;
    gap: 15px;
    margin: 15px 0px 0px;
}

.sharing_block .sharing_block_left img {
    width: 100%;
    max-width: 50px;
    height: 50px;
    object-fit: contain;
}

.faq_panel_group .panel-content {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.home_page_text .home_page_text_wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
}

/*--New About us Page Css Start--*/

.About_img_text span {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 10px;
    display: inline-block;
}

.About_img_text .subtite {
    color: #82C244;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.About_img_text {
    max-width: 905px;
}

    .About_img_text p {
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
        color: #ffffff;
        padding: 15px 0px;
        margin: 0px 250px 0 0;
    }

.aboutusbtn_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

button.start-btn.primary_btn {
    background: transparent;
    border: 1px solid #fff;
    font-weight: 600;
}

.about_us_page .main-slider-img {
    min-height: 500px;
    object-fit: cover;
    width: 100%;
    max-height: 500px;
    object-position: bottom;
    filter: brightness(0.3);
}

.WhyChoose_us_block {
    display: flex;
    align-items: center;
}

    .WhyChoose_us_block .WhyChoose_us_left, .WhyChoose_us_block .WhyChoose_us_right {
        flex: 1;
    }

.WhyChoose_us_wrapp {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 1115px;
    margin: auto;
}

.WhyChoose_us_block .WhyChoose_us_media {
    display: flex;
    align-items: center;
}

.WhyChoose_us_media .blub {
    position: relative;
    width: 150px;
    height: 150px;
    margin: auto;
}


.blub img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    margin: auto;
    z-index: 5;
    width: 40px;
}

.blub-1, .blub-2 {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
    opacity: 0.5;
    transform: scale(.8);
    animation: blub 1.5s ease-in-out infinite;
    z-index: 5;
}

.blub-2 {
    animation: unset;
    background-color: #d2e4c7 !important;
    box-shadow: unset;
}

.blub-1 {
    background: rgba(130, 194, 68, 0.1);
    width: 150px;
    height: 150px;
}

.blub-2 {
    top: calc(150px * 0.1);
    left: calc(150px * 0.1);
    width: calc(150px * 0.8);
    height: calc(150px * 0.8);
    animation-delay: 0.2s;
    background: rgba(130, 194, 68, 0.1);
}


@keyframes blub {
    0% {
        opacity: 0.5;
        transform: scale(.8);
        box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    }

    75% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
    }

    100% {
        opacity: 0.5;
        transform: scale(.8);
        box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    }
}

.WhyChoose_us_right h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    color: #222;
    margin: 0 0 10px;
}

.WhyChoose_us_right > p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #4B5563;
}

.WhyChoose_us_block:nth-child(even) {
    flex-direction: row-reverse;
}

.WhyChoose_us_media .blub::before {
    content: '';
}

/*--New About us Page Css End--*/

.Intro_banner {
    margin-top: 90px;
    background: linear-gradient(180deg, #82C244 40%, #F0FBFF 100%);
}

.Intro_banner_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.intro_title {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

    .intro_title > span {
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        color: #222;
        display: inline-block;
    }

.Intro_banner .intro_title img {
    margin: -30px 0 0;
}

.Intro_banner p {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: var(--color);
    text-align: center;
}

.intro_info_wrapp {
    max-width: 768px;
    margin: 20px auto;
    padding: 30px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    box-shadow: var(--box-shadow);
}

    .intro_info_wrapp h5 {
        font-size: 29px;
        font-style: normal;
        font-weight: 600;
        color: #222;
        margin: 0 0 10px;
        font-family: cursive;
    }

    .intro_info_wrapp ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .intro_info_wrapp ul li {
            position: relative;
            padding-left: 30px;
            font-size: 16px;
            line-height: 28px;
            font-weight: 500;
            color: #000000;
            margin: 0px;
        }

            .intro_info_wrapp ul li i {
                position: absolute;
                left: 0;
                top: 5px;
            }

.fa-star-o:before {
    content: "\f006";
}

.intro_bottom_ttie {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #222;
    background: #fff;
    padding: 13px 30px;
    border-radius: 8px;
    box-shadow: var(--box-shadow);
}

span.intro_bottomlast_ttie {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #222;
    border-radius: 8px;
    margin: 10px 0;
}
/*---Intro Css Start--*/
/*
--Why partnerus css start*/


.howto_started {
    display: flex;
    flex-direction: column;
    max-width: 1115px;
    margin: auto;
}

.howto_started_stepbox {
    display: flex;
    gap: 30px;
    position: relative;
    padding-bottom: 40px;
}

    .howto_started_stepbox::after {
        content: '';
        background: #2ECC71;
        width: 2px;
        height: 100%;
        position: absolute;
        left: 23px;
        margin: auto;
    }

.howto_started_media {
    background: #8DC94D;
    border-radius: 100px;
    max-width: 48px;
    height: 48px;
    line-height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.howto_started_info h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #1F2937;
    margin: 0px 0px 10px;
}

.howto_started_info p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #4B5563;
}

.howto_started_stepbox:last-child {
    padding-bottom: 0;
}

    .howto_started_stepbox:last-child::after {
        display: none;
    }


@media (max-width: 767px) {
    .about_us_page .main-slider-img {
        max-width: 250px;
        height: auto;
    }

    .About_img_text span {
        font-size: 20px;
        line-height: normal;
        padding: 0;
        margin-bottom: 5px;
    }

    .About_img_text .subtite {
        font-size: 14px;
        line-height: 21px;
    }

    .About_img_text p {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
    }

    .mates_wrapper_left {
        padding: 20px 15px;
    }

    .home_page_text .home_page_text_wrapper img {
        max-width: 250px;
        height: auto;
    }

    .more_questions .more_questions_wrapper {
        flex-direction: column;
    }

    .home_page_text .home_page_text_wrapper {
        height: auto;
    }

        .home_page_text .home_page_text_wrapper h5 {
            font-size: 20px;
            line-height: normal;
            padding: 10px 0px 0px;
        }

        .home_page_text .home_page_text_wrapper p {
            font-size: 16px;
            line-height: normal;
            padding: 10px 0px;
        }

    .home_page_text_wrapper .text_wrapper_bottom {
        line-height: normal;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .big_img_block .home_block video {
        height: 500px;
    }

    .banner_block .banner_title span {
        font-size: 20px;
        line-height: normal;
    }

    .banner_block .banner_title p {
        font-size: 18px;
        line-height: normal;
    }

    .banner_block .plus_benefits {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .plus_benefits_wrapper .benefits_wrapper_top img {
        height: 30px;
        max-width: 45px;
    }

    .banner_block .Works_block {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .real_savings_wrapper, .mates_wrapper {
        flex-direction: column;
        gap: 10px;
    }

        .real_savings_wrapper .savings_wrapper_left img {
            height: 170px;
        }

    .Works_block .Works_block_wrapper h5 {
        font-size: 18px;
    }

    .Works_block .Works_block_wrapper p {
        font-size: 30px;
    }

    .bg_img img {
        max-width: 70px;
        height: 70px;
        display: none;
    }

    .real_savings_wrapper .savings_wrapper_right h5, .mates_wrapper .mates_wrapper_left h5, .mates_wrapper .mates_wrapper_right h5 {
        font-size: 20px;
    }

    .mates_wrapper_left p {
        font-size: 14px;
        line-height: normal;
    }

    .sharing_block_right h6 {
        line-height: normal;
    }

    .sharing_block, .share_block {
        gap: 10px;
    }

    .mates_wrapper .mates_wrapper_right p {
        font-size: 14px;
        line-height: normal;
    }

    .mates_wrapper_right {
        margin: 10px 0px 0px;
    }

    .share_block .share_block_left {
        font-size: 14px;
        height: 30px;
        width: 45px;
        border-radius: 100%;
    }

    .share_block .share_block_right h5 {
        line-height: normal;
        font-size: 18px;
    }

    .Works_block .Works_block_wrapper span {
        font-size: 16px;
    }

    .share_block_wrapper {
        padding: 15px;
    }

    .total_amount {
        padding-top: 15px;
    }

    .mates_wrapper_right .share_block {
        margin-bottom: 15px;
    }

    /*--New Aboutus page css start--*/
    .Intro_banner {
        margin-top: 30px;
    }

    .WhyChoose_us_wrapp {
        gap: 30px;
    }

    .WhyChoose_us_block {
        flex-direction: column;
        gap: 10px;
    }

        .WhyChoose_us_block:nth-child(even) {
            flex-direction: column;
        }

    .WhyChoose_us_right h5, .howto_started_info h5 {
        font-size: 18px;
    }

    .WhyChoose_us_right > p, .Intro_banner p, .howto_started_info p {
        font-size: 14px;
        line-height: 21px;
    }

    .intro_title {
        flex-direction: column-reverse;
        margin: 0;
    }

    .Intro_banner .intro_title img {
        max-width: 180px;
        margin: 0 auto;
    }

    .intro_title > span {
        text-align: center;
        font-size: 36px;
    }

    .intro_info_wrapp {
        margin: 0;
        padding: 15px;
    }

        .intro_info_wrapp h5 {
            font-size: 20px;
        }

        .intro_info_wrapp ul li, .intro_bottom_ttie, span.intro_bottomlast_ttie {
            font-size: 14px;
        }
}

/*About_plus css end*/
