/* Refferalpage */
/* Refferalpage */
@media only screen and (max-width:1399px) {
    html {
        font-size: 55.7%;
    }

    .floating-img {
        max-width: 160px;
        left: 9%;
    }
}

@media only screen and (max-width:1199px) {
    html {
        font-size: 47.7%;
    }

    .floating-img {
        max-width: 140px;
        left: 9%;
    }
}

@media screen and (min-width:993px) and (max-width:1024px) {
    html {
        font-size: 45.7%;
    }

    .floating-img {
        max-width: 120px;
        left: 9%;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    html {
        font-size: 42%;
    }

    .step-number {
        width: 50px;
        height: 50px;
        top: -27px;
        font-size: 20px;
    }

    .floating-img {
        max-width: 102px;
        left: 9%;
    }

    .faq-question {
        font-size: 15px;
    }

    .default-btn {
        font-size: 12px;
    }



    .refferal-card-inner {
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    html {
        font-size: 37%;
    }

    .logo {
        max-width: 26.2rem;
    }

    .header {
        padding: 1.8rem 0;
    }

    .home-banner-inner {
        flex-direction: column;
        position: relative;
        justify-content: center;
        align-items: center;
    }

    .home-banner .container {
        justify-content: center;
    }

    .banner-fb-img {
        position: unset;
        margin-top: 7rem;
    }

    .banner-left {
        width: 100%;
        margin-top: 5rem;
        position: relative;
        z-index: 9;
        text-align: center;
    }

    .banner-right {
        width: 100%;
        position: absolute;
        right: -37%;
    }

    .floating-img {
        top: 10%;
        left: 0%;
        max-width: 120px;
    }

    .cta-card {
        padding: 4rem 2rem;
    }

    .cta-title {
        font-size: 2.8rem;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .steps-wrapper {
        grid-template-columns: 1fr;
    }

    .step-card {
        margin-top: 30px;
    }

    .sm-d-none {
        display: none;
    }

    .step-number {
        width: 46px;
        height: 46px;
        top: -27px;
        font-size: 19px;
    }

    .faq-grid> :last-child {
        max-width: 100%;
    }

    .step-card p {
        font-size: 15px;
    }

    .step-card h4 {
        font-size: 18px;
    }

    .card-title p {
        font-size: 15px;
    }

    .footer-content {
        font-size: 15px;
    }

    .faq-answer {
        font-size: 14px;
    }

    .faq-icon {
        width: 20px;
        height: 20px;
    }



    .home-banner:after {
        position: absolute;
        /* content: ''; */
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #0000004f;
    }

    .home-banner {
        padding: 90px 0;
        height: auto;
        background-position: 60%;
        background: #000;
        padding-bottom: 40px;
    }

    h1,
    .text-lg {
        font-size: 32px;
    }


    .banner-content h1 {
        margin-bottom: 3px;
    }

    .banner-content h3 {
        margin-bottom: 13px;
    }

    .banner-content p {
        margin: 4rem 0 4rem;
    }

    .lg-display-none {
        display: block;
    }

    .refferal-program {
        background: #000;
        height: auto;
        padding-top: 8rem;
    }

    .refferal-card {
        order: 2;
    }

    .refferal-program.ptb-80 {
        padding-bottom: 0;
    }

    nav.navbar {
        justify-content: center;
    }

    .banner-btn {
        max-width: 400px;
        margin: auto;
        width: 85%;
    }

    .banner-pattern-img {
        filter: invert(1);
        opacity: 0.3;
        position: absolute;
        bottom: -24px;
        z-index: -1;
        right: 2px;
    }

    .banner-mobile-img {
        position: relative;
        padding: 28px;
    }

    .banner-mobile-img img:not(.banner-pattern-img img) {
        border-radius: 20px;
        box-shadow: 0 0 101px 0 #0b93fd40;
    }

    .cta-avatars img {
        width: 40px;
        height: 40px;
    }

    .banner-btn ul li {
        font-size: 13px;
    }

    .reff-link-inner p {
        font-size: 15px;
    }

    .copy-btn p {
        white-space: nowrap;
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .form-nav-tab ul button {
        white-space: nowrap;
        padding: 2rem 3rem;
    }

    .form-nav-tab ul {
        overflow: auto;
        gap: 20px;
    }

    .form-nav-tab ul li {
        width: fit-content;
    }

    .modal {
        font-size: 15px;
        padding-bottom: 12rem;
    }

    .form-group-radio-label-text {
        font-size: 16px;
        padding: 7px 31px;
    }

    .form-group {
        max-width: 127px;
    }


    .file-upload-wrapper svg {
        width: 26px;
    }

    .form__bullet__container {
        display: none;
    }

    .form-row-text .form-group-text.w-50 {
        width: 100%;
        margin-bottom: 3rem;
    }

    .form-terms-condtions {
        width: 100%;
        word-break: break-word;
    }

    .form-group-text label {
        margin-bottom: 1.5rem;
    }

    .form-group-radio-label:hover {
        background: none;
    }
}
