*  {
    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;
}

.noScrollMode  {
    overflow: hidden;
}

 main  {
    width: 100%;
    height: 100%;
    background-color: #fefefe;
    display: grid;
    grid-template-rows: 720px repeat(auto-fill, minmax(200px, 4fr));
    grid-template-areas:
        "mainHeaderSection"
        "lateralHiringSection"
        "hiringExpSection"
        "hiringInqFormSection"
        "footer";
}

body  {
    margin: 0 auto;
}


 .mastHeadSection  {
    width: 100%;
    height: 100%;
    background: #f1fff1 url(../../images/lh-bg.png) no-repeat center center;
    background-size: cover;
}



/* Header Banner section starts */

 .mainHeaderSection  {
    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.08;
    letter-spacing: -0.31px;
    text-align: left;
    color: #0c1d0c;
    white-space: nowrap;
    opacity: 0;
}

 .headBannerTextContainer h1 span  {
    color: #4eb04e;
}

 .headSubDesc  {
    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;
}

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

 .headBannerCta  {
    margin-top: 52px;
}

 .headBannerCta a  {
    margin: 0;
    opacity: 0;
}

 .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: 1;
}

 .headBannerImgContainer  {
    position: relative;
}


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

 .headBannerImg img  {
    width: 100%;
    max-width: 464px;
}

 .headBannerImg img.mobV  {
    display: none;
}


 .headBannerSubSet  {
    width: 233.5px;
    height: 276px;
    background: url(../../images/projected-card.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 78px;
    left: -106px;
    opacity: 1;
    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.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 */


/* How to refer section starts */

 .hiringExpSection  {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 0 120px 0;
    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;
}

 .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: #222;
    opacity: 0;
}

 .referStepsContent h2 span  {

    color: #4eb04e;
}

 .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: 1;
}


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

 .referCardSet  {
    width: 280px;
    height: 263px;
    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;
    transition: 0.3s;
}

 .referCardSet:hover  {
    box-shadow: 0 6px 20px 0 rgba(11, 41, 13, 0.16);
    border: solid 1px #83d183;
}

 .referCard:hover  {
    box-shadow: 0 6px 12px 0 rgba(11, 41, 13, 0.08);
}



 .referTextSet  {
    min-height: 107px;
}

 .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  {
    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 */

 .referCard  {
    width: 580px;
    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;
    transition: 0.3s;
}

 .referCard .referTextSet  {
    min-height: 65px;
}

 .iANSection::after  {
    content: '';
    width: 100%;
    height: 553px;
    background: #f4fff4 url(../../images/robust-platform-bg.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


/* Get Quotes Style starts  */

 .hiringInqFormSection  {
    width: 100%;
    height: 100%;
    min-height: 656px;
    background: url(../../images/get-custom-quote.png) no-repeat center center;
    background-size: cover;
}

 .getCustomQuotesContainer  {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 120px;
}

.getQuotesTextContainer,
 .getQuotesFormContainer  {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

 .getQuotesFormContainer  {
    align-items: center;
}

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

 .getQuotesTextContainer h2 span  {
    color: #4eb04e;
    display: block;
}

 .getQuotesTextContainer p  {
    max-width: 350px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: left;
    color: #9d9d9d;
    opacity: 0;
}

 .customForm  {
    width: 100%;
    max-width: 460px;
    display: flex;
    flex-direction: column;
    justify-self: flex-start;
    align-items: flex-start;
    gap: 24px;
    transition: 0.3s;
}
.inputField,
 .inputTextField  {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    border: none;
    position: relative;
    opacity: 0;
    border: 3px solid rgba(255, 0, 0, 0);
}

fieldset.inputField input[type="text"],
fieldset.inputField input[type="email"],
 fieldset.inputTextField textarea  {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 40px 0 20px;
    resize: none;
    z-index: 1;
    position: relative;
    min-height: unset;
}

 fieldset.inputTextField textarea  {
    padding: 13px 20px;
}

 .inputTextField  {
    height: 140px;
}


.inputField span.labelName,
 .inputTextField span.labelName  {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(20px, -50%);
    z-index: 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: left;
    color: #999;

}

 .inputTextField span.labelName  {
    top: 23px;
}

 .inputField span::after  {
    content: "*";
    color: red;
    position: relative;
    left: 2px;
}

input[required]:not(:placeholder-shown)+span,
input[required]:not(:placeholder-shown)+.error+span,
input[required]:-webkit-autofill+span,
input[type="email"]:not(:placeholder-shown)+span,
input[type="email"]:not(:placeholder-shown)+.error+span,
input[type="email"]:-webkit-autofill+span,
textarea:not(:placeholder-shown)+span.labelName,
textarea:not(:placeholder-shown)+span.labelName,
textarea:not(:placeholder-shown)+.error+span.labelName,
 textarea:-webkit-autofill+span.labelName  {
    display: none;
    opacity: 0;
}

 #getQuoteForm .captcha  {
    opacity: 1;
}

input::-webkit-input-placeholder,
input::placeholder,
textarea::-webkit-input-placeholder,
 textarea::placeholder  {
    opacity: 0;
}

input:-ms-input-placeholder,
 textarea:-ms-input-placeholder  {
    opacity: 0;
}

 .customForm button  {
    width: 193px;
    height: 44px;
    border: none;
    border-radius: 10px;
    background-color: #388438;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    text-align: center;
    color: #fff;
    margin-top: 26px;
    cursor: pointer;
    opacity: 0;
}

 .customForm button.disable  {
    pointer-events: none;
    opacity: 0.5 !important;
}


/* Get Quotes Style ends  */



 .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;
}

/* Footer Design Ends */


/* Mode of Sign Up Modal 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;
}

 .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 .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 */


/* Popup Design Starts */
 section.modal  {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    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: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: -0.11px;
    color: #222;
}

 .contactUsHeaderText p  {
    font-size: 15px;
    font-weight: normal;
    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%;
    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;
    height: 100%;
}

 .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: normal;
    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: white;
    transition: 0.3s;
    z-index: 1;
    font-family: "Red Hat Display", sans-serif;
}

 .activate  {
    top: 0 !important;
}

 .activate span  {
    color: #e62552;
}

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

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

 .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: bold;
    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: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    text-align: center;
    cursor: pointer;
    outline: none;
}

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

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

 .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;
}

 .contactUsModal.shw  {
    display: flex !important;
}

/* Popup Design Ends */
/* Contact Us Modal Ends */


/*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;
}

 :not(.dots).selected  {
    padding: 5px 0 0 25px;
}

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



/*end*/


 .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: #388438;
}

 .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: 1;
    }
}

 #loaderSection  {
    display: none;
}

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

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


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

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


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

 #emailid-legend  {
    display: none;
}

 #count-row  {
    display: flex;
}



/* 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: 1;
    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: #388438;
}

 .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;
}

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

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

 .inputField.errorFieldSet  {
    border: 2px solid rgba(255, 0, 0, 0.8);
    background: #FCE4E5;
}

 .inputField.errorFieldSet::after  {
    content: '';
    background: url(../../images/alert.svg) no-repeat center center;
    width: 19px;
    height: 17px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
}

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

50%  {
        transform: scale(.7);
    }

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



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

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

 #getQuoteForm .inputField  {
    overflow: unset;
}


 #getQuoteForm label.error  {
    color: #FF473E !important;
}

 #getQuoteForm .inputField input {
    min-height: 41px;
}

 .menuContent {
    max-height: 90px;
}