@media only screen and (max-width: 710px)  {
     main  {
        grid-template-rows: repeat(auto-fill, minmax(200px, 4fr));
    }

html  {
        font-size: 13px;
    }

    /* Main header section */

  .mainHeaderSection  {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
        padding: 0 20px;
        margin-top: 90px;
    }

  .mastHeadSection  {
        display: flex;
        flex-direction: column;
    }

  .headBannerTextContainer h1  {
        white-space: unset;
        font-size: 3.4rem;
    }

  .headSubDesc  {
        font-size: 1.375rem;
    }

  .headBannerImg img  {
        width: 100%;
    }

    /* Hiring experience section */

  .hiringExpSection  {
        margin: 0;
        padding: 0 0 30px 0;
    }

  .referStepsContent  {
        padding: 50px 20px;
    }

  .referStepsContent h2  {
        font-size: 28px;
    }

  .referCardSection  {
        justify-content: center;
    }

    .referCard,
  .referCardSet  {
        width: 100%;
        height: auto;
    }

  .hiringExpSection::after  {
        height: 100%;
    }


    /* Hiring form section */

  .getCustomQuotesContainer  {
        padding: 40px 20px;
        flex-direction: column;
    }

    .getQuotesTextContainer,
  .getQuotesFormContainer  {
        width: 100%;
    }

  .getQuotesTextContainer h2  {
        font-size: 28px;
    }

  .getQuotesTextContainer p  {
        font-size: 1.375rem;
    }

  .getQuotesFormContainer  {
        padding: 30px 0;
    }

  .detailSetContainer  {
        flex-direction: column;
        gap: 30px;
    }

  .detailSet  {
        width: 100%;
    }

  .examContentContainer  {
        margin: 0 10px;
    }

  .evalgatorContainer  {
        margin: 30px auto;
    }

  .companyProfileLinkContainer  {
        width: 100%;
    }

  .companyProfileHeader  {
        gap: 20px;
        flex-direction: column;
    }

  .examListingContainer h3  {
        line-height: normal;
    }

  .examListingContainer  {
        padding: 27px 20px;
    }

  .companyProfileContainer  {
        padding: 0 20px;
    }

  .contactUsBtn  {
        width: 100%;
        display: flex;
        justify-content: center !important;
        align-items: center;
        gap: 12px;
        margin-top: 20px;
        padding: 0 32px;
        min-height: 100px;
        box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, 0.1);
        position: fixed;
        bottom: 0;
        padding: 0;
        background: #fff;
        z-index: 1000;
        max-width: 600px;
    }

  form.contactUsForm  {
        padding: 10px 0 0 0 !important;
        height: calc(100% - 200px) !important;
        overflow-y: auto;
    }

  .contactUsContainer  {
        max-height: 100vh !important;
        border-radius: 0 !important;
        height: 100% !important;
        overflow-y: auto;
    }

  form.contactUsForm> :not(.contactUsBtn)  {
        width: calc(100% - 64px) !important;
        margin: 0 auto;
    }

  #count-row  {
        flex-direction: column;
    }

  fieldset.dropDown  {
        width: 100% !important;
    }

  .modeOfSignUpBody  {
        width: 90%;
        height: auto;
        flex-direction: column;
    }

  .modetype  {
        width: 100%;
        height: auto;
    }

  #contactUs-Form .captcha  {
        min-height: 90px;
        padding-bottom: 200px;
    }

  .referTextSet  {
        margin-top: 30px;
        min-height: unset;
    }

    .headBannerCta .signUp  {
        width: auto !important;
        white-space: nowrap !important;
    }
}