/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1200px) {

    .keyfeatures_content > h4 {
        font-size: 25px;
        opacity: 0.5;
    }
    .howitworks_content > h2 {
        font-size: 80px;
        line-height: 97%;
        margin-bottom: 20px;
    }
    .footer_left h2 {
        font-size: 60px;
    }
    .footer_left h2 br {
        display: none;
    }

    .footerBody_area .handMobile_overlay {
        position: absolute;
        bottom: 0;
        left: 22%;
        width: 550px;
        z-index: 2;
    }
























}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {



    .keyfeatures_content > h4 {
        font-size: 20px;
        opacity: 1;
    }
    .keyfeatures_content img {
        width: 30px;
        opacity: 1;
    }
    .keyfeatures_content {
        width: 100%;
        min-height: 100px;
        border-radius: 10px;
        gap: 12px;
    }
    .whyMultistake_area {
        padding: 100px 0;
    }
    .whyMultistake_header > p {
        font-size: 22px;
        margin-bottom: 45px;
    }
    .whyMultistake_card > h3 {
        font-size: 22px;
    }
    .whyMultistake_card > p {
        font-size: 16px;
    }
    .didYouKnow > p,
    .securityTrust_header > p {
        font-size: 22px;
    }
    .howitworks_header > h3,
    .securityTrust_header > h3 {
        font-size: 25px;
        padding: 7px 30px;
        gap: 10px;
        margin-bottom: 22px;
    }
    .securityTrust_txt > h3 {
        font-size: 30px;
        margin-bottom: 8px;
        gap: 5px;
    }
    .securityTrust_txt > h3 img {
        width: 40px;
    }
    .securityTrust_txt > p {
        font-size: 20px;
        margin-left: 0;
    }
    .fundSafe_content > h2 {
        font-size: 40px;
    }
    .securityTrust_txt > p br {
        display: none;
    }
    .fundSafe_content > p {
        font-size: 25px;
    }
    .planReward_area {
        margin-top: 100px;
        padding: 50px 0;
    }
    .planReward_title h2 {
        font-size: 40px;
        margin-bottom: 50px;
    }
    .planReward_card {
        border-radius: 30px;
    }
    .planReward_footer > h3 {
        font-size: 35px;
    }
    .planReward_footer > p {
        font-size: 25px;
    }
    .planReward_footer > a {
        font-size: 30px;
        width: 100%;
        max-width: 400px;
        min-height: 75px;
    }
    .missionVision_area {
        padding: 70px 0;
    }
    .missionVision_left.two {
        margin-top: 60px;
    }
    .fundSafe_content::before,
    .fundSafe_content::after {
        width: 100px;
        height: 80px;
    }
    .fundSafe_content {
        padding: 70px 20px;
        border-radius: 30px;
    }
    .howitworks_content > h2,
    .howitworks_content > h2 .num {
        font-size: 60px;
        line-height: 97%;
        margin-bottom: 20px;
    }
    .footer_left h2 {
        font-size: 60px;
    }
    .footer_left h2 br {
        display: none;
    }

    .footerBody_area .handMobile_overlay {
        position: absolute;
        bottom: 0;
        left: 22%;
        width: 550px;
        z-index: 2;
    }
    .securityTrust_header > p br {
        display: none;
    }

    .hero_area .hero_content {
        padding-bottom: 100px;
    }
    .keyfeatures_area {
        padding-top: 30px;
    }


























}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (min-width: 576px) and (max-width: 767px) {	


    .keyfeatures_content > h4 {
        font-size: 20px;
        opacity: 1;
    }
    .keyfeatures_content img {
        width: 30px;
        opacity: 1;
    }
    .keyfeatures_content {
        width: 100%;
        min-height: 100px;
        border-radius: 10px;
        gap: 12px;
    }
    .whyMultistake_area {
        padding: 100px 0;
    }
    .whyMultistake_header > p {
        font-size: 22px;
        margin-bottom: 45px;
    }
    .whyMultistake_card > h3 {
        font-size: 22px;
    }
    .whyMultistake_card > p {
        font-size: 16px;
    }
    .didYouKnow > p,
    .securityTrust_header > p {
        font-size: 22px;
    }
    .howitworks_header > h3,
    .securityTrust_header > h3 {
        font-size: 25px;
        padding: 7px 30px;
        gap: 10px;
        margin-bottom: 22px;
    }
    .securityTrust_txt > h3 {
        font-size: 30px;
        margin-bottom: 8px;
        gap: 5px;
    }
    .securityTrust_txt > h3 img {
        width: 40px;
    }
    .securityTrust_txt > p {
        font-size: 20px;
        margin-left: 0;
    }
    .fundSafe_content > h2 {
        font-size: 40px;
    }
    .securityTrust_txt > p br {
        display: none;
    }
    .fundSafe_content > p {
        font-size: 25px;
    }
    .planReward_area {
        margin-top: 100px;
        padding: 50px 0;
    }
    .planReward_title h2 {
        font-size: 40px;
        margin-bottom: 50px;
    }
    .planReward_card {
        border-radius: 30px;
    }
    .planReward_footer > h3 {
        font-size: 35px;
    }
    .planReward_footer > p {
        font-size: 25px;
    }
    .planReward_footer > a {
        font-size: 30px;
        width: 100%;
        max-width: 400px;
        min-height: 75px;
    }
    .missionVision_area {
        padding: 70px 0;
    }
    .missionVision_left.two {
        margin-top: 60px;
    }
    .fundSafe_content::before,
    .fundSafe_content::after {
        width: 100px;
        height: 80px;
    }
    .fundSafe_content {
        padding: 70px 20px;
        border-radius: 30px;
    }
    .howitworks_content > h2,
    .howitworks_content > h2 .num {
        font-size: 60px;
        line-height: 97%;
        margin-bottom: 20px;
    }
    .footer_left h2 {
        font-size: 60px;
    }
    .footer_left h2 br {
        display: none;
    }

    .footerBody_area .handMobile_overlay {
        position: absolute;
        bottom: 0;
        left: 22%;
        width: 550px;
        z-index: 2;
    }
    .securityTrust_header > p br {
        display: none;
    }

    .hero_area .hero_content {
        padding-bottom: 100px;
    }
    .keyfeatures_area {
        padding-top: 30px;
    }

    .faq_area .accordion-button {
        font-size: 25px;
    }
    .faq_area .accordion-button img {
        width: 30px;
    }
    .footerTOp_list ul {
        flex-wrap: wrap;
    }
    .terms_service p br {
        display: none;
    }
    .howitworks_content_thumb > img {
        width: 100%;
        max-width: 300px;
    }
    .howitworks_content {
        margin: 40px 0;
        margin-top: 10px;
    }




















}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 575px) {

	


    .keyfeatures_content > h4 {
        font-size: 18px;
        opacity: 1;
    }
    .keyfeatures_content img {
        width: 30px;
        opacity: 1;
    }
    .keyfeatures_content {
        width: 100%;
        min-height: 80px;
        border-radius: 10px;
        justify-content: start;
        gap: 12px;
        padding: 0 20px;
    }
    .whyMultistake_area {
        padding: 50px 0;
    }
    .whyMultistake_header > p {
        font-size: 18px;
        margin-bottom: 45px;
    }
    .whyMultistake_header > p br {
        display: none;
    }
    .whyMultistake_card > h3 {
        font-size: 22px;
    }
    .whyMultistake_card > p {
        font-size: 16px;
    }
    .didYouKnow > p,
    .securityTrust_header > p {
        font-size: 16px;
    }
    .howitworks_header > h3,
    .securityTrust_header > h3 {
        font-size: 22px;
        padding: 10px 30px;
        gap: 10px;
        margin: 0 auto;
        margin-bottom: 22px;
    }
    .howitworks_header > h3 img,
    .securityTrust_header > h3 img {
        width: 30px;
    }
    .securityTrust_txt > h3 {
        font-size: 20px;
        margin-bottom: 8px;
        gap: 5px;
    }
    .securityTrust_txt > h3 img {
        width: 25px;
    }
    .securityTrust_txt > p {
        font-size: 16px;
        margin-left: 0;
    }
    .securityTrust_content > .row {
        min-height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .fundSafe_content > h2 {
        font-size: 30px;
    }
    .securityTrust_txt > p br {
        display: none;
    }
    .fundSafe_content > p {
        font-size: 18px;
        margin-top: 10px;
    }
    .fundSafe_area {
        padding-top: 70px;
        padding-bottom: 50px;
        overflow: hidden;
    }
    .planReward_area {
        margin-top: 50px;
        padding: 50px 0;
    }
    .planReward_title h2 {
        font-size: 35px;
        margin-bottom: 50px;
    }
    .planRewardCard_body {
        padding: 30px 0;
        border-bottom: 1px solid #2E2E2E;
    }
    .planRewardCard_body > h3 span {
        color: #FFF847;
        text-align: center;
        font-size: 16px;
        padding: 5px 20px;
    }
    .planRewardCard_body > h3 {
        font-size: 30px;
    }
    .planReward_card {
        border-radius: 30px;
        padding: 20px;
    }
    .planReward_footer > h3 {
        font-size: 30px;
    }
    .planReward_footer > p {
        font-size: 20px;
    }
    .planReward_footer > a {
        font-size: 25px;
        width: 100%;
        max-width: 400px;
        min-height: 65px;
    }
    .missionVision_area {
        padding: 70px 0;
    }
    .missionVision_left.two {
        margin-top: 60px;
    }
    .fundSafe_content::before,
    .fundSafe_content::after {
        width: 80px;
        height: 60px;
    }
    .fundSafe_content {
        padding: 40px 15px;
        border-radius: 20px;
    }
    .howitworks_content > h2,
    .howitworks_content > h2 .num {
        font-size: 35px;
        line-height: 100%;
        margin-bottom: 10px;
    }
    .footer_left h2 {
        font-size: 40px;
    }
    .footer_left p {
        color: #FFF;
        font-size: 20px;
    }
    .footer_left p br {
        display: none;
    }
    .howitworks_content > span {
        font-size: 18px;
    }
    .footer_left h2 br {
        display: none;
    }

    .footerBody_area .handMobile_overlay {
        position: absolute;
        bottom: 0;
        left: 22%;
        width: 300px;
        z-index: 2;
        max-width: auto;
    }
    .securityTrust_header > p br {
        display: none;
    }
    .footer_brand > ul li a img {
        width: 150px;
        border-radius: 10px;
    }
    .footer_brand > ul {
        gap: 10px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .footerBody_row {
        min-height: 600px;
    }
    .hero_area .hero_content {
        padding-bottom: 30px;
    }
    .keyfeatures_area {
        padding-top: 30px;
    }

    .faq_area .accordion-button {
        font-size: 18px;
    }
        
    .accordion-button::after,
    .accordion-button:not(.collapsed)::after {
        background-size: 10px;
        background-position: center center;
    }

    .faq_area .accordion-body {
        font-size: 18px;
        padding-top: 0;
    }
    .faq_area .accordion-button img {
        width: 30px;
    }
    .footerTOp_list ul {
        flex-wrap: wrap;
    }
    .terms_service p br {
        display: none;
    }
    .howitworks_content_thumb > img {
        width: 100%;
        max-width: 250px;
    }
    .howitworks_content {
        margin: 40px 0;
        margin-top: 10px;
    }

    .hero_area .hero_content h1 {
        font-size: 40px;
        margin-bottom: 0;
    }
    .hero_area .hero_content h1 span {
        display: block;
        color: #33DEA0;
        font-size: 50px;
        font-weight: 400;
    }
    .hero_area .hero_content p {
        font-size: 25px;
        font-weight: 400;
        margin: 15px 0;
    }

    .hero_area .hero_content button {
        min-height: 65px;
        font-size: 25px;
    }


    .whyMultistake_header > h2 {
        font-size: 22px;
        padding: 10px 30px;
        border-radius: 100px;
        background: rgba(3, 255, 28, 0.25);
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .didYouKnow {
        padding: 30px;
        border-radius: 15px;
    }
    .didYouKnow > h4 {
        font-size: 25px;
    }

    .missionVision_left > h2 {
        font-size: 30px;
        font-weight: 400;
        border-radius: 35px;
        width: 220px;
        min-height: 70px;
        border-radius: 20px;
        margin-bottom: 15px;
    }
    .missionVision_left > h4 {
        color: #FFF;
        font-size: 25px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .missionVision_left > ul li {
        font-size: 18px;
        margin-bottom: 20px;
        padding-left: 45px;
    }
    .missionVision_left > p {
        font-size: 20px;
    }

    .userReview_title > h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }


    .userReview_title > h2 {
        color: #FFF;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 40px;
    }
    .userReview_card > p {
        color: #737373;
        font-size: 17px;
        font-weight: 400;
    }
    .userReview_card {
        padding: 30px;
        border-radius: 20px;
    }
    .faq_title > h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .faq_area {
        background-color: #0F0F0F;
        padding-top: 75px;
        padding-bottom: 100px;
    }
    .footerTOp_list ul li {
        color: #FFF;
        font-size: 16px;
        gap: 5px;
    }
    .footerTOp_list ul {
        margin-bottom: 20px;
    }

    .terms_service h2 {
        font-size: 25px;
        margin-bottom: 8px;
    }


    .terms_service p {
        font-size: 16px;
        margin-bottom: 8px;
    }


    .terms_service a {
        font-size: 17px;
    }






}