/*========= Tablet Screen =========*/
@media (max-width: 991.999px) {
    .btn_arrow {
        padding: 6px 6px 6px 24px;
        gap: 12px;
        font-size: 15px;
    }

    .btn_arrow img {
        height: 35px;
        width: 35px;
    }

    header .offcanvas-body {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: space-between;
    }

    header .offcanvas .navbar-nav {
        gap: 20px;
        margin-right: 0;
    }

    header .navbar-toggler {
        border: 0;
    }

    header .navbar-toggler:focus {
        box-shadow: none;
        outline: 1px solid var(--purple-primary);
    }

    .hero_sec .mainBox {
        padding: 40px 30px 0px;
    }

    .hero_sec .hero_title {
        font-size: 34px;
        line-height: 105%;
    }
    .hero_sec .fees {
        font-size: 22px;
        line-height: 40px;
        margin-top: 10px;
    }

    .hero_sec .availableBox {
        margin-top: 30px;
    }

    .scannerBox,
    .hero_sec .scannerBox {
        margin-top: 20px;
        padding: 4px 4px 5px 20px;
        border-radius: 10px;
        gap: 15px;
    }
    .scannerBox .scannerDiv,
    .hero_sec .scannerBox .scannerDiv {
        max-width: 80px;
        min-width: 80px;
        height: 80px;
    }

    .scannerBox h6,
    .hero_sec .scannerBox h6 {
        font-size: 14px;
    }

    /*------ ABout us page ------*/
    .aboutUs_page_banner {
        padding-top: 60px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .aboutUs_page_banner .aboutBnnerImage {
        position: static;
        transform: unset;
    }

    /*----- Invite Earn Page -----*/
    .inviteEarn_banner .mainBox {
        padding: 40px 30px 0px;
    }
    .inviteEarn_banner .mainBox h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .inviteEarn_banner .mainBox p {
        font-size: 16px;
        line-height: 26px;
        max-width: 400px;
        margin: 0 auto;
    }

    .business_banner .mainBox {
        padding: 40px clamp(2.5rem, 9.662vw - 3.696rem, 5rem) 50px;
    }

    .business_banner .mainBox p {
        font-size: 16px;
        line-height: 26px;
    }

    .bannerImageBox {
        margin-top: 30px;
    }
    .bannerImageBox .heroBanner_imageWrapper {
        border-radius: 15px;
        height: 300px;
    }

    /* Contact Us Page */
    .contactUs_sec {
        padding: 40px 0;
    }
    .contactUs_sec .pageHeading {
        margin-bottom: 30px;
    }

    .contactUs_sec .support_box {
        margin-top: 40px;
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .bigHeading {
        font-size: 46px;
        line-height: 55px;
    }

    .global_heading {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .global_heading_disc {
        font-size: 16px;
        line-height: 24px;
    }

    .blackBtn {
        padding: 15px 38px;
        font-size: 14px;
    }

    /* Download Modal */
    .downloadAppModal .modal-content .title {
        font-size: 34px;
        line-height: 110%;
        margin-bottom: 30px;
    }
    .downloadAppModal .modal-body {
        padding: 30px;
        padding-top: 0;
    }
    .downloadAppModal .precess_step li {
        gap: 20px;
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    .downloadAppModal .precess_step li::after {
        height: 60%;
    }
    .downloadAppModal .precess_step li .title {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .downloadAppModal .precess_step li p {
        font-size: 14px;
    }
    .downloadAppModal .modal-content .scannerBox .scannerDiv {
        max-width: 100px;
        min-width: 100px;
        height: 100px;
    }
    .downloadAppModal .modal-content .scannerBox h6 {
        font-size: 12px;
    }

    /* All in one seciton */
    .allInOne_sec {
        padding: 50px 0 30px;
    }

    .allInOne_sec .features_card_wrapper {
        margin-top: 30px;
    }

    /* Fast and Secure Sec */
    .FastSecureReliable_sec {
        padding: 30px 0 20px;
    }

    .FastSecureReliable_sec .wrapper {
        border-radius: 20px;
        padding: 40px 30px 30px;
    }
    .FastSecureReliable_sec .wrapper .global_heading {
        font-size: 34px;
    }

    .FastSecureReliable_sec .wrapper h6 {
        font-size: 16px;
        line-height: 27px;
        margin-top: 15px;
    }
}

@media (max-width: 630px) {
    /*======= Zenz Three step sec =======*/
    .zenz3Step_sec {
        padding: 40px 0 0 0;
    }

    .zenz3Step_sec .global_heading {
        margin-bottom: 40px;
    }

    .stepProcessCustom {
        flex-direction: column;
        justify-content: center;
        gap: 25px;
        margin-bottom: 20px;
    }

    .stepProcessCustom::after {
        display: none;
    }

    .stepProcessCustom .step {
        margin: 0 auto;
    }

    .stepProcessCustom .step .iconBox {
        margin-bottom: 10px;
    }

    .stepProcessCustom .step .title {
        line-height: 100%;
    }

    .stepProcessCustom .step .stepHeading {
        font-size: 16px;
        line-height: 26px;
    }
}

/*========= Mobile Screen =========*/
@media (max-width: 480px) {
    .bigHeading {
        font-size: 36px;
        line-height: 40px;
    }
    p {
        font-size: 14px;
    }

    .roundBox_20px {
        border-radius: 15px;
    }
    .roundBox_30px {
        border-radius: 20px;
    }

    .global_heading {
        font-size: 28px;
        line-height: 34px;
    }

    /* Download Modal */
    .downloadAppModal .modal-content {
        border-radius: 15px;
    }
    .downloadAppModal .modal-body {
        padding: 20px;
    }
    .downloadAppModal .modal-content .title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .downloadAppModal .precess_step li .icon svg {
        height: 25px;
    }
    .downloadAppModal .precess_step li {
        gap: 15px;
        margin-bottom: 15px;
    }
    .downloadAppModal .modal-content .scannerBox .scannerDiv {
        max-width: 90px;
        min-width: 90px;
        height: 90px;
    }

    .scannerBox .scannerDiv svg {
        height: 28px;
    }

    /*===== FOOTER Section =======*/
    footer {
        padding: 30px 0;
    }

    footer .ftrTop {
        row-gap: 30px;
    }

    footer .ftrLogo {
        padding-right: 15px;
        border-right: none;
    }

    footer .ftrTop .headLine {
        font-size: 14px;
    }

    footer .ftrLinksBox {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 15px;
    }

    footer .ftrItem:after {
        display: none;
    }

    footer .ftr_socialBox {
        gap: 10px;
    }

    footer .ftrSocial {
        max-width: 45px;
        min-width: 45px;
        height: 45px;
    }

    .hero_sec .mainBox {
        padding: 30px 25px 0px;
    }

    .features_card_wrapper .feature_card {
        max-width: 100%;
        min-width: 100%;
        border-radius: 15px;
        padding: 20px 20px 60px;
    }

    .features_card_wrapper .feature_card .iconBox {
        height: 60px;
        border-radius: 10px;
    }

    .features_card_wrapper .feature_card .heading {
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
    }

    .features_card_wrapper .feature_card p {
        font-size: 15px;
        line-height: 22px;
        margin-top: 10px;
    }

    /* Fast and Secure Sec */
    .FastSecureReliable_sec .wrapper {
        padding: 25px 20px 20px;
    }
    .FastSecureReliable_sec .wrapper .global_heading {
        font-size: 24px;
    }

    .FastSecureReliable_sec .wrapper h6 {
        margin-top: 10px;
    }

    .fxRate_whiteBox {
        border-radius: 15px;
        padding: 20px 16px 16px;
    }

    .fxRate_whiteBox .amountDetailBox {
        border-radius: 15px;
        padding: 12px;
        margin-top: 12px;
    }

    .fxRate_whiteBox .amountDetailBox .innerWhiteBox {
        border-radius: 15px;
        padding: 15px 15px 18px;
    }

    .fxRate_whiteBox .amountDetailBox .innerWhiteBox label {
        margin-bottom: 0px;
    }
    .fxRate_whiteBox .amountDetailBox .innerWhiteBox .input-group .input-group-text,
    .fxRate_whiteBox .amountDetailBox .innerWhiteBox .amount {
        font-size: 22px;
    }

    /* Send Money Frd Family */
    .sendMoneyFrdFamily_sec .wrapper {
        border-radius: 20px;
        padding: 40px 20px 20px;
    }

    .sendMoneyFrdFamily_sec .whiteBox {
        padding: 25px;
    }
    .sendMoneyFrdFamily_sec .whiteBox .precess_step li {
        gap: 20px;
        padding-bottom: 10px;
    }
    .sendMoneyFrdFamily_sec .whiteBox .precess_step li .title {
        font-size: 16px;
        line-height: 20px;
    }

    .manageMoneyTrackFinance_sec {
        padding: 30px 0 20px;
    }

    .exploreMore_sec .card {
        border-radius: 20px;
        padding: 20px;
    }

    .whatDriveUs_sec .card .title,
    .exploreMore_sec .card .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 18px;
    }

    .whatDriveUs_sec .card p,
    .exploreMore_sec .card p {
        font-size: 16px;
    }

    .exploreMore_sec .card .checkRate_circle {
        width: 80px;
        font-size: 16px;
    }

    .exploreMore_sec .checkRateCard {
        min-height: 320px;
    }
    .exploreMore_sec .checkRateCard .checkRate_circle {
        top: 10%;
        right: 8%;
    }
    .exploreMore_sec .transferCard {
        padding-top: 80px;
    }

    .whatDriveUs_sec .PeopleTech_card .icon,
    .exploreMore_sec .lightGreenBg .icon {
        height: 160px;
        margin-bottom: 20px;
        margin-top: 18px;
    }

    .exploreMore_sec .splitBillCard,
    .exploreMore_sec .payWithOR_card,
    .exploreMore_sec .RequestMoney_card {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .exploreMore_sec .recieveMoneyCard {
        padding-top: 105px;
    }

    .whatDriveUs_sec .financialInclusion_card .financialInclusionText,
    .exploreMore_sec .recieveMoneyCard .receivedMoneyText {
        margin-left: 0;
        margin-bottom: 5px;
    }

    .whatDriveUs_sec .financialInclusion_card .financialInclusionText {
        margin-bottom: 15px;
    }
    .exploreMore_sec .recieveMoneyCard .checkRate_circle {
        top: 6%;
        right: 8%;
    }

    /*----- secure Money Transfer_sec -----*/
    .secureMoneyTransfer_sec .wrapper {
        padding: 20px 20px 0 20px;
    }
    .secureMoneyTransfer_sec .whiteBox {
        padding: 25px;
    }
    .secureMoneyTransfer_sec .whiteBox ul li .indexNumber::before {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .secureMoneyTransfer_sec .whiteBox ul li .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .secureMoneyTransfer_sec .whiteBox ul hr {
        margin: 20px 0;
    }

    .zenz3Step_sec .lightGreenBg {
        padding: 30px 25px 40px;
    }

    .zenz3Step_sec .lightGreenBg svg {
        margin-bottom: 20px;
    }

    .zenz3Step_sec .lightGreenBg .title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    /*---------- About us page ----------*/
    .aboutUs_page_banner {
        padding-top: 40px;
    }
    .aboutUs_page_banner p {
        font-size: 16px;
        line-height: 24px;
    }

    .ourMission_sec {
        padding: 50px 0 30px;
    }
    .ourMission_sec h6 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .ourStory_sec p,
    .ourMission_sec p {
        font-size: 14px;
        line-height: 22px;
    }

    .ourStory_sec {
        padding-top: 30px;
    }

    .whatDriveUs_sec .GlobalImpact_card {
        min-height: 301px;
    }

    /* Invite Earn Page */
    .howItWork_sec {
        padding: 60px 0 30px;
    }
    .unclockBigRewards_sec {
        padding: 30px 0;
    }
    .unclockBigRewards_sec .card {
        padding: 30px 20px 60px;
    }
    .unclockBigRewards_sec .card .topImage {
        height: 140px;
    }
    .unclockBigRewards_sec .card .title {
        font-size: 26px;
        line-height: 30px;
    }
    .unclockBigRewards_sec .card p {
        font-size: 14px;
        margin-top: 15px;
    }

    .findInviteLink_sec {
        padding: 30px 0;
    }
    .findInviteLink_sec .wrapper {
        padding: 40px 30px 0;
    }
    .shareYourLink_sec {
        padding: 40px 0 0;
    }

    .supportZenz_sec {
        padding: 30px 0;
    }
    .supportZenz_sec .card {
        padding: 25px 25px 30px;
        min-height: 150px;
    }
    .supportZenz_sec .card .iconBox {
        min-width: 60px;
        max-width: 60px;
        border-radius: 15px;
        margin-bottom: 20px;
    }
    .supportZenz_sec .card .title {
        font-size: 22px;
    }

    /* FAQS Sec */
    .faqs_sec .accordion-item {
        margin-bottom: 15px;
    }
    .faqs_sec .accordion-button {
        padding: 20px 40px 20px 15px;
        font-size: 16px;
        gap: 10px;
    }
    .faqs_sec .accordion-button::after {
        width: 28px;
        height: 28px;
        right: 15px;
    }
    .faqs_sec .accordion-body {
        padding: 0px 25px 20px 45px;
    }
    .faqs_sec .accordion-body p {
        font-size: 14px;
        line-height: 22px;
    }

    .termsCondition_sec p {
        font-size: 14px;
        line-height: 24px;
    }

    .termsCondition_sec .mainPoints p {
        font-size: 14px;
    }
    .termsCondition_sec .mainPoints li {
        padding-left: 36px;
        margin-bottom: 20px;
    }
    .termsCondition_sec .mainPoints ol li {
        padding-left: 5px;
        font-size: 14px;
    }

    /* JOin Communication Box */
    .joinCommunity_sec {
        padding: 30px 0;
    }
    .joinCommunity_sec .heading_icon {
        top: -18px;
        left: -26px;
    }
    .joinCommunity_sec p {
        font-size: 14px;
        line-height: 24px;
    }
    .joinCommunity_sec .whiteBox {
        padding: 20px 15px;
    }
    .joinCommunity_sec .whiteBox .secureLine {
        margin-bottom: 20px;
    }
    .iti--separate-dial-code .iti__selected-dial-code {
        margin-left: 5px;
        font-size: 14px;
    }
    .iti--separate-dial-code .iti__selected-flag {
        padding-left: 10px;
    }
    .joinCommunity_sec .whiteBox .iti input {
        font-size: 14px;
        padding-block: 12px;
    }

    /*------- Contact Us Pages -------*/
    .contactUs_sec .pageHeading {
        margin-bottom: 22px;
    }
    .contactUs_sec .subHeading {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .contactUs_sec .contactUsLink {
        font-size: 14px;
        line-height: 24px;
    }
    .contactUs_sec .support_box {
        margin-top: 15px;
        background-size: 40%;
        padding: 20px;
    }
    .contactUs_sec .support_box p {
        font-size: 12px;
        line-height: 20px;
    }
    .contactForm .title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}