@media(max-width:767.9px) {
    .eoi {
        .content{
            padding: 0px !important;
        }
        .bg-tabBox{
        padding: 8px;
        background-image: none !important;
        max-width: 90vw;
    }
   .para{
        font-size: 20px  !important;
        line-height: 25px;
        margin-bottom: 20px !important;
    }
    .step{
        font-size: 12px;
    }
    .formBox{
        padding: 10px;
        background-image: none !important;
    }
    .formBox form label{
        font-size: 14px;
    }
    .phone-input-with-country{
        padding: 8px !important;
    }
}
    .main{
        padding: 5PX !important;
    }
    .content {
        min-height: 90vh;
        /* display: block; */
        padding: 10px !important;
    }

    .logo {
        max-width: 170px;
    }

    .text {
        font-size: 16px;
        line-height: 26px;
        width: 80vw;
        margin: auto;
    }
.mgt-30{
    margin-top: 15px;
}
    .rightContent {
        padding: 0px;
        /* margin-top: 30px; */
        gap: 30px;
        width: 50vw;
        margin: 15px auto;
        border-radius: 0px;
    }
.choose-option .rightContent{
    width: 90vw;
}
    .customLink {
        padding: 8px;
        border-radius: 4px;
    }

    .customLink .icon {
        width: 24px;
        height: 24px;
    }

    .customLink .linkName {
        font-size: 14px;
        line-height: 24px;

    }

    .choose-option .para {
        font-size: 16px;
              font-size: 16px;
        margin-bottom: 15px;
        line-height: 26px;
    }

    .bg-tabBox {
         padding: 15px;
        margin-top: 25px;
        max-width: 80vw;
        margin: 25px auto;
    }

    .tabButtons {
        /* flex-direction: column; */
        margin-bottom: 20px;
    }

    .tabButtons button {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        padding:8px;

    }
.nextBtn{
    padding: 8px 30px;
    margin-top: 15px;
}
    .buttonBox {
        background-image: none;
        padding: 5px;
        width: 100%;
    }

    .formButtons {
        flex-direction: column;
        gap: 15px;
    }

    .buttonBox .customLink {
        flex-direction: row;
    }

    .align-items-center {
        align-items: center;
        display: block;
    }

    .formBox form .form-group {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 8px;
    }

    .formBox {
        padding: 0;
        background-image: none;
    }

    .formBox form label {
        font-size: 12px;
    }

    .formBox form input[type="text"],
    .formBox form input[type="tel"],
    .formBox form input[type="email"] {
        font-size: 12px;
        padding: 8px;
        color: #fff;
    }

   

    .otp-container {
        margin: 0;
        margin-bottom: 0 !important;
    }
.otpNumbersBox{
    gap: 10px;
}
    .submitBtn {
        margin-top: 20px;
        padding: 8px;
        font-size: 14px;
    }
.buttonBox.active{
     border: 0px solid #fff8d300;
    background-color: #fff8d300;
}
.otp-timers, .resend-btn{
    font-size: 12px;
}
    .qrcode-page {

        .logo {
            max-width: 150px;
            padding-right: 20px;
        }

        .nameimg {
            width: 140px;
        }

        .imgDiv {
            gap: 30px;
        }

        .qrcode {
            width: 200px;
            height: 200px;
            top: 54%;
        }

        .patternImg {
            height: auto;
        }

        .agentName {
            margin-top: 35px;
        }
    }

    .userForm .submitBtn {
        width: auto;
        margin-top: 10px;
    }
.userForm {
  margin-top: 40px;
  background-color: rgba(27, 26, 26, 1);
  padding: 20px 0;
  border-radius: 0px;
}
    .user-data {
        width: 100%;
    }

    .agentId {
        font-size: 20px;
    }
    .otpNumbersBox{
        /* flex-direction: column; */
    }
    .otp-container input{
        height: 36px;
    }
    .verify-btn, .otpNumbersBox .otp-verify-btn{
        padding: 10px 16px;
        font-size: 12px;
    }
    .otp-verify-btn{
        font-size: 12px;
    }
    .appform .rightContent{
        padding: 15px;
    }
    .phone-input-with-country{
        padding: 0px 8px !important;
        max-height: 36px;
    }

    #company-search{
        padding-left: 30px;
        min-height: 40px;
    }
    .leftContent
    {
padding-right: 0;
    }
        
    .thank-you {

            .logo {
                max-width: 40vw;
            }

            .thankYou {
                max-width: 60vw;
            }

            .backtohome {
                max-width: 50vw;
            }

            .para {
                margin-top: 30px;
                font-size: 12px;
                text-transform: uppercase;
                text-align: center;
                color: #fff;

                a {
                    color: #c9a24b;
                    text-decoration: none;
                }
            }
        }
        .bg-black{
            padding: 20px;
        }
        .bg-black::before{
            border-radius: 10px;
        }
        .application-form-container{
            margin-bottom: 0;
        }

        .buttonBox .customLink.selected{
            background-color: rgba(255, 248, 211, 1);
        }
}