*  {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Red Hat Display", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

*::after,
*::before  {
    box-sizing: border-box;
}

*::selection  {
    color: #388438;
    background: rgba(78, 176, 78, 0.1);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus  {
    -webkit-box-shadow: 0 0 0px 56px #ffffff inset !important;
    box-shadow: 0 0 0px 56px #ffffff inset !important;
    z-index: 0 !important;
    border-radius: 8px;
}

html  {
    font-size: 16px;
}

 main  {
    width: 100%;
    height: 100%;
    background-color: #fefefe;
    display: grid;
    grid-template-rows: 822px repeat(auto-fill, minmax(200px, 4fr));
    grid-template-areas:
        "header"
        "featureMasterSection"
        "earningStepsContainer"
        "referStepsContainer"
        "manageReferContainer"
        "shareReferContainer"
        "footer";
}

body  {
    margin: 0 auto;
}

.noScrollMode  {
    overflow: hidden;
}


 .mastHeadContainer  {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-image: linear-gradient(133deg, #e1ffe1 -33%, #fefefe 47%);
}


/* Header Banner section starts */

 .headerBannerContainer  {
    width: 100%;
    height: auto;
    max-width: 1440px;
    display: grid;
    grid-template-columns: 50% 1fr;
    position: relative;
    margin: 35px auto 0;
    padding: 0 130px;
}

 .headBannerTextContainer  {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

 .headBannerTextContainer h1  {
    font-size: 62px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.02;
    letter-spacing: -0.3px;
    text-align: left;
    color: #4eb04e;
    max-width: 80%;
    opacity: 0;
}

 .headBannerTextContainer h1 span  {
    color: #222;
    display: block;
}

 .headSubDesc  {
    max-width: 500px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: 0.4px;
    text-align: left;
    color: #666;
    margin-top: 20px;
    opacity: 0;
    max-width: 80%;
}

 .headSubDesc span  {
    font-weight: 500;
    color: #222;
}

 .headBannerCta  {
    margin-top: 52px;
}

 .headBannerCta a  {
    margin: 0;
    opacity: 0;
    max-width: 135px;
}

 .headBannerCta div.subInfo  {
    max-width: 826px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: -0.11px;
    text-align: left;
    color: #666;
    margin-top: 14px;
    margin-top: 10px;
    display: block;
    font-size: 13px;
    opacity: 0;
}

 .headBannerImgContainer  {
    position: relative;
}

 .headBannerImg img  {
    width: 100%;
}

 .headBannerImg  {
    opacity: 0;
}

 .headBannerImg img.mobV  {
    display: none;
}

 .iconAnim.wh  {
    position: absolute;
    bottom: 21px;
    left: 86px;
    width: 54px;
    height: 54px;
    background: url(../../images/whatsapp-icon.svg) no-repeat center center;
    background-size: contain;
    animation: 4s linear 0s infinite scaleMain;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
}

 .iconAnim.te  {
    position: absolute;
    bottom: 91px;
    right: 126px;
    width: 71px;
    height: 71px;
    background: url(../../images/telegram-icon.svg) no-repeat center center;
    background-size: contain;
    animation: 4s linear 1s infinite scaleMain;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
}

 .headBannerSubSet  {
    width: 233.5px;
    height: 276px;
    background: url(../../images/projected-card-referral.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 78px;
    left: -106px;
    opacity: 0;
    box-shadow: -6px 6px 14.2222px rgba(0, 0, 0, 0.08);
    animation: 3s linear 0s infinite scaleMain;
    border-radius: 16px;
}

 .headBannerSubSet.cardLinkImg  {
    width: 218px;
    height: 56px;
    background: url(../../images/chat-referral.svg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 300px;
    left: unset;
    right: 99px;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08);
    animation: 3s linear 1.5s infinite scaleMain;

}

/* Header Banner section ends */


/* Earning steps section starts */

 .earningStepsContainer  {
    width: 100%;
    height: auto;
    max-width: 1440px;
    position: relative;
    margin: 35px auto 0;
    padding: 0 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .earningStepsContent  {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

 .earningStepsContent h2  {
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: -0.25px;
    text-align: center;
    color: #222;
    opacity: 0;
}

 .earningStepsContent h2 span  {
    color: #4eb04e;
}

 .stepsDesc  {
    max-width: 826px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: -0.11px;
    text-align: center;
    color: #666;
    margin-top: 14px;
    opacity: 0;

}


 .earningSteps  {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
}


 .earningStep  {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
}

 .earningStep img  {
    width: 142px;
    height: 142px;
}


 .earningStep h3  {
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.4px;
    text-align: center;
    color: #222;
    margin-top: 16px;
}

 .earningStepDesc  {
    max-width: 200px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: -0.11px;
    text-align: center;
    color: #888;
    margin-top: 3px;
}

 .earningStep:nth-child(3) .earningStepDesc  {
    max-width: 240px;
}

/* Earning steps section ends */


/* How to refer section starts */

 .referStepsContainer  {
    width: 100%;
    height: auto;
    margin-top: 122px;
    position: relative;
    z-index: 0;
}

 .referStepsContent  {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 118px 130px 0;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

 .referStepsContainer::after  {
    content: '';
    width: 100%;
    height: 542px;
    background: #f4fff4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

 .referStepsContent h2  {
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: -0.25px;
    text-align: left;
    color: #4eb04e;
    opacity: 0;
}

 .referStepsContent h2 span  {
    color: #222;
}

 .referDesc  {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: -0.11px;
    text-align: left;
    color: #666;
    margin-top: 14px;
    opacity: 0;
}


 .referCardSection  {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 28px;
}

 .referCard  {
    width: 280px;
    height: 185px;
    padding: 28px 28px 22px;
    border-radius: 12px;
    box-shadow: 0 2px 12px 0 rgba(11, 41, 13, 0.06);
    border: solid 1px #e2e1e1;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    user-select: none;
    opacity: 0;
}

 .referTextSet  {
    min-height: 65px;
}

 .referTextSet h3  {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.89;
    letter-spacing: -0.13px;
    text-align: left;
    color: #222;
}

 .referSubDesc  {
    max-width: 224px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.1px;
    text-align: left;
    color: #888;
    margin-top: 7px;
}

/* How to refer section ends */


/* Manage Refer section starts */

 .manageReferContainer  {
    width: 100%;
    height: auto;
    padding: 118px 130px 0;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 0;
    position: relative;
}

 .manageReferContent  {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 50% 1fr;
}

.manageReferText,
 .manageReferImgSet  {
    display: flex;
    justify-content: center;
    align-items: center;
}

 .manageReferImgSet.mobV  {
    display: none;
}

 .manageReferText  {
    flex-direction: column;
}

 .manageReferImgSet  {
    justify-content: flex-end;
    opacity: 0;
}

 .manageReferImgSet img  {
    width: 100%;
    height: 100%;
}

 .manageReferText h2  {
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: -0.25px;
    text-align: left;
    color: #4eb04e;
    opacity: 0;
}

 .manageReferText h2 span  {
    color: #222;
    display: block;
}


 .interviewFeatures  {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 40%;
    gap: 10px;
    max-width: 400px;
    padding: 20px 0 0 0;
    opacity: 1;
}


 .referralFeatureItem  {
    width: 100%;
    height: 100px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    overflow: hidden;
    max-height: 35px;
    transition: 0.7s;
    cursor: pointer;
    opacity: 0;
}


 .referralFeatureItem img  {
    margin: 4px 3px 0 0px;
}

 .interviewFeatureItemText  {
    display: flex;
    flex-direction: column;
    gap: 12px;
    cursor: pointer;
}

 .featureHeaderText  {
    font-size: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: left;
    color: #222;
    position: relative;
    top: 3px;
    cursor: pointer;
    user-select: none;
}

 .featureDescText  {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.37px;
    text-align: left;
    color: #888;
}

 .interviewIcon  {
    min-width: 36px;
    min-height: 36px;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 0 0 3px;
    cursor: pointer;
}

 .referralFeatureItem.active  {
    max-height: 115px;
    /* max-height: 300px; */
}


 .interviewIcon svg  {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);

}

 svg circle.animSvg  {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: rgba(255, 255, 255, 0.2);
    fill: none;
    animation: 6s linear 0s 1 normal forwards running countdown1;
    position: relative;
    z-index: 2;
    display: unset;
}

 .referralFeatureItem:hover svg circle.animSvg  {
    animation-play-state: paused;
}

 svg circle  {
    color: rgb(56, 132, 56);
    display: none;
}


 svg circle.cirSvg  {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: rgba(226, 226, 226, 0.2);
    fill: none;
    position: relative;
    z-index: 2;
    display: unset;
}

 .cirSvg  {
    position: relative;
    z-index: 1;

}

@keyframes countdown1  {
from  {
        stroke-dashoffset: 113px;

        stroke: rgba(56, 132, 56, 1);
    }

to  {
        stroke-dashoffset: 226px;
        stroke: rgba(56, 132, 56, 1);
    }
}


/* Manage Refer section ends */


/* Share referral link section starts */

 .shareReferContainer  {
    width: 100%;
    height: auto;
    padding: 118px 130px 80px;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 0;
    position: relative;
}

 .shareReferContent  {
    width: 100%;
    height: 104px;
    border-radius: 12px;
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #4eb04e;
    background: url(../../images/shareLinkBg.svg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 22px;
    opacity: 0;
}

 .shareText  {
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.17px;
    text-align: left;
    color: #fff;
}

 .shareBtn  {
    width: auto;
    height: 48px;
    border-radius: 10px;
    border: solid 1px #4eb04e;
    background-color: #fefefe;
    padding: 0 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    user-select: none;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: -0.09px;
    text-align: right;
    color: #388438;
    text-decoration: none;
    cursor: pointer;
}

/* Share referral link section ends */


/* FAQ section starts */

 .subHeadingMain  {
    font-size: 3.1rem;
    font-weight: 700;
    font-stretch: norml;
    font-style: norml;
    line-height: 1.5;
    text-align: center;
    color: #222;
    opacity: 1;
}

 .faqContainer  {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 109px 130px 119px;
    justify-content: flex-start;
    align-items: center;
    max-height: 850px;
    opacity: 1;
}

 .faqSection  {
    background: #1e1e1e url(../../images/faqBg.svg) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

 .faqContainer .subHeadingMain  {
    color: #fff;
    margin-bottom: 39px;
    opacity: 0;
}

 .faqQuestionContainer  {
    width: 979px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

 .faqContentContainerForAff  {
    width: 100%;
    display: flex;
    padding: 28px 0 16px 0;
    border-top: solid 1px #505050;
    cursor: pointer;
    justify-content: space-between;
    /* max-height: 70px; */
    transition: 0.3s;
    transform: scaleY(1);
    opacity: 0;
}

 .faqContentContainerForAff.activeFaq  {
    /* max-height: fit-content; */
    /* height: unset; */
    transform: scaleY(1);
}

 .faqContentContainerForAff:last-child  {
    border-bottom: solid 1px #505050;
}

 .faqContentDetail  {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    min-height: 32px;
}

 .faqToggleIcon  {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    min-height: 20px;
    background: url(../../images/faqClose.svg) no-repeat top center;
    cursor: pointer;
    perspective-origin: center;
    background-size: contain;
    height: fit-content;
    transition: 0.3s;
    transform: rotate(-45deg);
}

 .activeFaq .faqToggleIcon  {
    transform: rotate(-180deg);
}

 .faqQuesHeading  {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.89;
    letter-spacing: -0.13px;
    color: #fff;
}

 .activeFaq .faqQuesHeading  {
    color: #4eb04e;
    font-weight: 700;
}

 .activeFaq .faqAnsDetail,
 .activeFaq .faqAnswerContainer  {
    display: block;
    opacity: 1;
}

 .activeFaq:nth-child(1) .faqAnswerContainer  {
    height: 50px;
}

 .activeFaq:nth-child(2) .faqAnswerContainer  {
    height: 70px;
}

 .activeFaq:nth-child(3) .faqAnswerContainer  {
    height: 110px;
}

 .activeFaq .faqAnswerContainer  {
    height: 70px;
}

 .faqAnswerContainer  {
    height: 0;
    transition: 0.3s;
}

 .faqAnsDetail  {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.1px;
    color: #fff;
    /* height: 0; */
    opacity: 0;
    transition: 0.3s;
    overflow: hidden;
}

 ul.faqAnsDetail li  {
    line-height: 2;
    position: relative;
    list-style: none;
    padding: 0 20px;
}

 ul.faqAnsDetail li::before  {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 5px;
}

 .moreFaq  {
    margin: 59px 0 0 0;
    width: 131px;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: solid 1px #4eb04e;
    background-color: #1f1f1f;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    color: #4eb04e;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    display: none;
}


/* FAQ section ends */


/* Terms and Conditions style starts */

 .tAc  {
    width: 100%;
    height: auto;
    background-color: #181818;
    min-height: 390px;
}

 .termsAndConditionsContainer  {
    width: 100%;
    height: auto;
    max-width: 1440px;
    padding: 100px 130px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}

 .termsAndConditionsContainer h2  {
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: -0.25px;
    text-align: left;
    color: #fff;
    opacity: 0;
}

 .termsAndConditionsSet ul  {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0;
    justify-content: space-around;
    margin-top: 20px;
}

 .termsAndConditionsSet ul li  {
    list-style: none;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.13px;
    text-align: left;
    color: #fff;
    position: relative;
    width: 50%;
    gap: 24px;
    max-width: 445px;
    opacity: 0;
    position: relative;
    left: 52px;
}

 .termsAndConditionsSet ul li:before  {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #4eb04e;
    position: absolute;
    top: 0;
    left: -25px;
}

 .termsAndConditionsSet ul li a  {
    font-weight: 500;
    color: #4eb04e;
}

/* Terms and Conditions style ends */


/* Contact us popup style starts */


 section.modal  {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
    z-index: 21;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

 .contactUsContainer  {
    width: 600px;
    height: 900px;
    max-height: 99vh;
    padding: 22px 0 0;
    border-radius: 16px;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

 .contactUsHeader  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 32px;
}

 .contactUsHeaderText  {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
}

 .contactUsHeaderText .contactUsHeadText  {
    font-size: 22px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: -0.11px;
    color: #222;
}

 .contactUsHeaderText p  {
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.11px;
    color: #aaa;
}

 .modal .closeBtn  {
    min-width: 36px;
    min-height: 36px;
    border-radius: 50%;
    background-color: #ebeaea;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

 form.contactUsForm  {
    width: 100%;
    height: 100%;
    margin-top: 33px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: unset;
    overflow-y: auto;
    padding: 10px 32px 0;
}

 .contactUsForm .fieldInput:not(:last-child)  {
    margin-bottom: 40px;
}

 fieldset.fieldInput  {
    border-radius: 8px;
    border: solid 1px #cecece;
    min-height: 54px;
    position: relative;
    width: 100%;
}

 fieldset.fieldInput.txtar  {
    min-height: unset;
    margin-bottom: 20px !important;
    height: 100%;
}

 fieldset legend  {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #aaa;
    margin-left: 15px;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: #fff;
    transition: 0.3s;
    z-index: 3;
    font-family: "Red Hat Display", sans-serif;
}

 .activate  {
    top: 0 !important;
}

 .activate span  {
    color: #e62552;
}

fieldset input[type="email"],
fieldset input[type="text"],
fieldset select,
 fieldset textarea  {
    position: relative;
    background: 0 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    min-height: 51px;
    display: flex;
    justify-content: center;
    border: none;
    outline: 0;
    padding: 0 0 0 25px;
    font-size: 16px;
}

 fieldset textarea  {
    padding: 20px;
    resize: none;
}

 .fieldRow  {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
}

 .fieldRow fieldset  {
    margin-bottom: 40px;
}

/*New custom dropdown*/

 .select  {
    position: relative;
    background: transparent;
    width: 100%;
    color: #222222;
}

 .select .selectBtn  {
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    font-size: 14px;
    width: 100%;
    height: 54px;
    font-family: "Red Hat Display", sans-serif;
    display: flex;
    align-items: center;
}

 .select .selectBtn:after  {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transition: 0.2s ease;
}

 .select .selectBtn.toggle  {
    border-radius: 3px 3px 0 0;
}

 .select .selectBtn.toggle:after  {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

 .select .selectDropdown  {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    background: var(--bg1);
    border-top: 1px solid #eee;
    z-index: 20;
    background: #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
}

 .select .selectDropdown .option  {
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    border-bottom: solid 1px #eeeded;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .select .selectDropdown .option:hover  {
    background: #f8f8f8;
}

 .select .selectDropdown.toggle  {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}


 fieldset.dropDown  {
    width: 50%;
}

 fieldset.dropDown .select  {
    width: 100%;
}

 .select .selectBtn  {
    padding: 5px 5px 5px 25px;
}

 .select .selectDropdown .option  {
    justify-content: flex-start;
}

 .selected  {
    padding: 5px 0 0 25px;
}

 .drop-down .selected a span  {
    padding: 0;
}

/*end*/


 .contactUsBtn  {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    padding: 0 0 0 32px;
    min-height: 100px;
}

 .contactUsBtn a  {
    width: 150px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    text-align: center;
}

 .contactUsBtn input  {
    width: 150px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    text-align: center;
    cursor: pointer;
    outline: 0;
}

 .cancelBtn  {
    border: solid 1.4px #4eb04e;
    color: #4eb04e;
    background-color: #fefefe;
}

 .submitBtn  {
    border: solid 1.4px #4eb04e;
    color: #fff;
    background-color: #4eb04e;
}

 .contactUsModal.shw  {
    display: flex;
}


 .enq  {
    width: 98%;
}

 .fieldInput .invalid-contactform  {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
    display: none;
    position: absolute;
}

 .fieldInput .invalid-contactform.shw  {
    display: flex;
}

 .submitBtn.disabled  {
    pointer-events: none;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    color: #cecece;
}

 .captcha  {
    width: 100%;
    min-height: 88px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

 .feedbackText  {
    height: 140px;
}

 .fieldInput.errorFieldSet  {
    border: 1.5px solid #ed202a;
    transition: 0.3s;
}

.fieldInput.errorFieldSet legend,
 label.error  {
    color: #ed202a !important;
}

 label.error  {
    position: absolute;
    bottom: -25px;
}

 .loaderModal  {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .lds-spinner  {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

 .lds-spinner div  {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
    border-radius: 20%;
}

 .lds-spinner div:after  {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #4eb04e;
}

 .lds-spinner div:nth-child(1)  {
    transform: rotate(0);
    animation-delay: -1.1s;
}

 .lds-spinner div:nth-child(2)  {
    transform: rotate(30deg);
    animation-delay: -1s;
}

 .lds-spinner div:nth-child(3)  {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

 .lds-spinner div:nth-child(4)  {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

 .lds-spinner div:nth-child(5)  {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

 .lds-spinner div:nth-child(6)  {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

 .lds-spinner div:nth-child(7)  {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

 .lds-spinner div:nth-child(8)  {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

 .lds-spinner div:nth-child(9)  {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

 .lds-spinner div:nth-child(10)  {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

 .lds-spinner div:nth-child(11)  {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

 .lds-spinner div:nth-child(12)  {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner  {
0%  {
        opacity: 1;
    }

100%  {
        opacity: 0;
    }
}

 #loaderSection  {
    display: none;
}

 #g-recaptcha-error  {
    margin: 10px 0;
}

.errorLegend,
 .invalidLegend  {
    color: #ed202a;
    font-weight: 500;
    transition: 0.3s;
}

 .subHeadingMain span.subTextPoint  {
    color: #4eb04e;
}

 .noCredContainer  {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 33px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.11px;
    text-align: center;
    color: #7f9483;
    opacity: 0;
}


/* Consent Checkbox Design */

 .consentBox  {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px !important;
    cursor: pointer;
    user-select: none;
}

 .container  {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

 .container input  {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

 .checkmark  {
    position: absolute;
    top: -12px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 4px;
}

 .container:hover input~.checkmark  {
    background-color: #ccc;
}

 .container input:checked~.checkmark  {
    background-color: #4eb04e;
}

 .checkmark:after  {
    content: "";
    position: absolute;
    display: none;
}

 .container input:checked~.checkmark:after  {
    display: block;
}

 .container .checkmark:after  {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

 .consentBox p  {
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.11px;
    color: #222;
}

 .support-dropdown  {
    width: 100% !important;
}

 #emailid-legend  {
    display: none;
}

 #count-row  {
    display: flex;
}


/* Contact us popup style ends */



/* Mode of Sign Up Modal starts */

 .modeOfSignUpBody  {
    width: 430px;
    height: 260px;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    position: relative;
}

 .popupCloseBtn  {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    padding: 13px;
    border-radius: 50%;
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

 .modetype  {
    width: 183px;
    height: 211px;
    padding: 20px 20px 15px;
    border-radius: 12px;
    border: solid 1px #e2e1e1;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 27px;
    overflow: hidden;
    transition: 0.3s;
    user-select: none;
}

 .modetype:not(.modeDisabled):hover  {
    border: solid 1px #388438;
    cursor: pointer;
}

 .modeTypeText .modeTypeHead  {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.12px;
    color: #222;
    margin-bottom: 5px;
}

 .modeTypeText p  {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.09px;
    color: #717171;
}

 .modeDisabled  {
    position: relative;
}

.modeDisabled .modeTypeText .modeTypeHead,
 .modeDisabled .modeTypeText p  {
    color: #b3b3b3;
}

 .modeDisabled:after  {
    content: 'Coming soon';
    position: absolute;
    top: 0;
    right: 0;
    width: 106px;
    height: 25px;
    padding: 3px 11px 3.8px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    border-bottom-left-radius: 12px;
    background-color: #4eb04e;
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.66;
    letter-spacing: 0.27px;
    color: #fff;
    text-transform: uppercase;
}

/* Mode if Sign Up Modal ends */

@keyframes scaleAnim  {
0%  {
        transform: scale(1);
    }

50%  {
        transform: scale(1.1);
    }

100%  {
        transform: scale(1);
    }
}


@keyframes scaleMain  {
0%  {
        /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
        transform: translatey(0px);
    }

50%  {
        /* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
        transform: translatey(-5px);
    }

100%  {
        /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
        transform: translatey(0px);
    }
}

 .viewMoreBtnSet  {
    margin-top: 28px;
}

 .viewMoreBtnSet .viewMoreBtn  {
    width: auto;
    max-width: 110px;
    height: 38px;
    min-height: 38px;
    padding: 0 20px;
    border-radius: 10px;
    border: solid 1px #fff;
    background-color: rgba(255, 255, 255, 0);
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    white-space: nowrap;
}

  
   eval-menu-header  {
    width: 100%;
  }

   .menuContent {
    max-height: 90px;
  }

   nav,
   .menuSet {
    background: transparent !important;
  }



   .scrolledSet nav,
   .menuSet.scrolledSet {
    background: #fff !important;
  }
