@font-face {
    font-family: 'pf handbook pro';
    src: url("/fonts/PFHandbookPro-Regular_35440.ttf");
}

body {
    overflow-x: hidden;
    box-sizing: border-box;
    font-family: 'pf handbook pro';
    letter-spacing: 0.1rem;
}

.mobile-view-text-row {
    display: none !important;
    ;
}

.nav-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-container {
    position: relative;
    top: 7vh;

}

.card-container-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel {
    height: 38rem;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

/*img{
    width: 29rem;
    height: 38rem;
    position: relative;
    left: -2.5rem;
}*/

.sign_up_img {
    width: 100%;
    height: 38rem;
}

.my_40 {
    margin: 25px 0px;
}

.left-side {
    background-color: #D9DCCB;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    height: 38rem;
    margin-top: -0.1rem;
}

.right-side {
    position: relative;
    top: 1rem;
    /*6.8rem;*/
    padding-left: 5rem;
}

.text {
    font-weight: bolder;
    font-size: 4rem;
    line-height: 55px;
    color: #3E593C;
    position: relative;
    top: 3rem;
}

.mb_val {
    margin-bottom: 16px;
}

.pl_7 {
    padding-left: 7px;
}

.pr_7 {
    padding-right: 7px;
}

.create_account {
    font-weight: 550;
    font-size: 2.4rem;
    width: 85%;
    color: #3E593C;
}

.create_account_btn {
    padding: 7px 50px;
}

.btn {
    border: 0.15rem solid #3E593C;
    color: #3E593C;
    background-color: white;

}

.btn:hover {
    background-color: #3E593C;
    color: white;
}

#btn1 {
    width: 15.7rem;
    margin-left: -0.8rem;
    margin-top: 0.7rem;
}

.input-row {
    margin-top: 1rem;
}

#inp1 {
    width: 17rem;
    position: relative;
    left: -0.9rem;
    border-radius: 0.3rem;
    border: none;
    border: 0.15rem solid #CDCECE;
    background: transparent;
    outline: none;
    height: 3.2rem;
    padding-left: 1rem;
    font-size: 1.3rem;
}

#veg1 {
    color: black;
}

#inp2 {
    width: 17rem;
    position: relative;
    left: -1.4rem;
    border-radius: 0.3rem;
    border: none;
    border: 0.15rem solid #CDCECE;
    background: transparent;
    outline: none;
    height: 3.2rem;
    padding-left: 1rem;
    font-size: 1.3rem;
}

#inp3 {
    margin-top: 3vh;
    width: 96%;
    border-radius: 0.3rem;
    border: none;
    border: 0.15rem solid #CDCECE;
    background: transparent;
    outline: none;
    height: 3.2rem;
    padding-left: 1rem;
    font-size: 1.3rem;
}

#inp4 {
    margin-top: 3vh;
    width: 96%;
    border-radius: 0.3rem;
    border: none;
    border: 0.15rem solid #CDCECE;
    background: transparent;
    outline: none;
    height: 3.2rem;
    padding-left: 1rem;
    font-size: 1.3rem;
}

.check-box-text-desktop {
    font-size: 0.79rem;
    font-weight: bolder;
    position: relative;
    left: -1.5rem;
    top: 0rem;
    height: 3rem;
}

@media (min-width:576px) {
    /* .mobile-view-text-row {
        display: none;
        width: 0px;
        height: 0px;
    } */

    .check-box-text-mob {
        display: none;
        width: 0px;
        height: 0px;
    }
}

@media (max-width:576px) {
    .login_form_box .left-side {
        padding: 20px;
    }

    .login_form_box .sign_up_img {
        height: 21rem !important
    }

    .text {
        font-weight: bolder;
        font-size: 2.4rem !important;
        line-height: 35px;
        color: #3E593C;
        position: relative;
        top: -18rem !important;
        padding-left: 34px;
        text-align: center !important;
        padding-top: 15px;
        padding-bottom: 15px;
        right: -60%;
        height: 42px;
    }
      .panel{
        border: 1px solid #ffffff !important;
        -webkit-box-shadow:none !important;
        box-shadow: none !important;
      }
    /* .ju_co
    {
        justify-content: center !important;
    } */
    /* .desktop-view-text-row {
        display: none;
        width: 0px;
        height: 0px;
    } */

    /* .check-box-text-desktop {
        display: none;
        width: 0px;
        height: 0px;
    } */

    .check-box-text-desktop {
        font-size: 0.79rem;
        font-weight: bolder;
        position: relative;
        left: 0;
        top: 0rem;
        height: 3rem;
    }

    .tc-align {
        align-items: center;
        display: flex;
        margin-bottom: 3rem;
    }

    .text-mob {
        font-size: 2rem;
        font-weight: bolder;
        color: #3E593C;
        height: 15rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        left: 3rem;
        line-height: 2.5rem;
    }

    .card-container {
        position: relative;
        top: 0vh;
    }

    .panel {
        margin-right: -27px;
        margin-left: 15px;
        height: 100%;
        /* background-color: #D9DCCB;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem; */
    }

    .left-side {
        background-color: #D9DCCB;
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem;
        height: 15rem;
        margin-top: -0.1rem;

    }


    .right-side {
        padding: 0px;
        margin: 0px;
        /* margin-top: -8rem; */
        position: relative;
        left: -1rem;
    }

    input {
        width: 100%;
        height: 3.7rem;
    }

    .btn {
        width: 100%;
        line-height: 2.4rem;
        font-size: 1.7rem;
    }

    .create_account {
        font-size: bolder;
        margin-top: 4rem;
        margin-left: 1rem;
    }

    #inp1 {
        width: 103%;
        margin-left: 1.1rem;
    }

    #inp2 {
        width: 103%;
        margin-left: 1.51rem;
        margin-top: 2rem;
    }

    #inp3,
    #inp4 {
        width: 100%;
        margin-left: -1.7rem;
    }

    /* .text1{
        font-weight: bolder;
        font-size: 2.6rem;
        color: #3E593C;
        } */

    .text2 {
        font-weight: 400;
        font-size: 1.3rem;
        color: #3E593C;
        margin-top: 0rem;
    }

    #radio-one {
        width: 1.8rem;
        height: 1.8rem;
    }

    .check-box-text {
        padding-top: 0.5rem;
        padding-left: 0.8rem;
    }

    #btn1 {
        width: 102%;
        margin-left: 0.3rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .text1 {
        font-size: 2.4rem;
        font-weight: bolder;
        color: #3E593C;
    }
}

@media (max-width:376px) {

    #inp3,
    #inp4 {
        width: 99%;
        margin-left: 0.75rem;
    }

    .check-box-text {
        padding-top: 0.5rem;
        padding-left: 1rem;
        font-size: 0.9rem;
        width: 91%;
    }

    #radio-one {
        width: 1.5rem;
        height: 1.5rem;
    }
}

@media (max-width:320px) {

    #inp3,
    #inp4 {
        width: 98.1%;
        margin-left: 0.7rem;
    }


    .text-mob {
        font-size: 1.5rem;
        font-weight: bolder;
        color: #3E593C;
        height: 15rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        left: 3rem;
        line-height: 2.5rem;
    }

    .check-box-text {
        padding-top: 0.5rem;
        padding-left: 0.5rem;
        font-size: 0.71rem;
        width: 89%;
    }

    #radio-one {
        width: 1.4rem;
        height: 1.4rem;
    }

    #inp1 {
        width: 100%;
        margin-left: 0.8rem;
    }

    #inp2 {
        width: 100%;
        margin-left: 1.2rem;
        margin-top: 2rem;
    }

    #btn1 {
        width: 103%;
        margin-left: 0rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

@media(min-width:768px) {
    .card-container {
        position: relative;
        top: 4vh;
    }

    .panel {
        height: 32rem;
    }

    .left-side {
        height: 32rem;
        margin-top: -0.1rem;
        margin-left: -1.1rem;
    }

    .right-side {
        height: 32rem;
        position: relative;
        left: -1.98rem;
        top: 4rem;
    }

    .right-side-main-row {
        height: 30rem;
    }

    input {
        margin-top: 2.2vh;
        width: 125%;
        border: 0.1rem solid #CDCECE;
        background: transparent;
        height: 3.2rem;
        padding-left: 0.6rem;
        font-size: 1.3rem;
    }

    .btn {
        border: 0.15rem solid #3E593C;
        margin-top: 1.5rem;
        width: 150%;
        line-height: 1.4rem;
        font-size: 1.5rem;
    }

    #btn1 {
        width: 156%;
        margin-left: -1.2rem;
    }

    /* img {
        width: 16rem;
            height: 32rem;
            position: relative;
            left: -2.5rem;
    } */

    .text {
        font-size: 2.5rem;
        position: relative;
        top: 3rem !important;
        left: 1rem !important;
    }

    .text1 {
        font-size: 1.5rem;
        font-weight: bolder;
        color: #3E593C;
    }

    .text2 {
        font-weight: 400;
        font-size: 0.7rem;
        margin-top: 0.3rem;
    }

    .input-row {
        margin-top: -0.5rem;

    }

    #inp1 {
        width: 145%;
        margin-left: -0.2rem;
    }

    #inp2 {
        width: 145%;
        margin-left: 1rem;
    }

    #inp3,
    #inp4 {
        width: 107%;
    }

    #radio-one {
        margin-left: -0.9rem;
    }

    .check-box-text-desktop {
        font-size: 0.49rem;
        font-weight: 400;
        position: relative;
        left: -1.5rem;
        top: 0rem;
        height: 2rem;
        width: 84%;


    }

    .temp {
        margin-top: 1rem;

    }
}

@media(min-width:1024px) {
    .card-container {
        position: relative;
        top: 7vh;
    }
    /* .sign_up_img {
        width: 63% !important;
        height: 38rem;
    } */
    .panel {
        height: 40rem;
    }

    .left-side {
        height: 40rem;
        margin-top: -0.1rem;
        margin-left: -0.1rem;
    }

    .right-side {
        height: 40rem;
        position: relative;
        left: -1.98rem;
        top: 5.3rem;
    }

    .right-side-main-row {
        height: 40rem;
    }

    input {
        margin-top: 2.2vh;
        width: 125%;
        border: 0.1rem solid #CDCECE;
        background: transparent;
        height: 3.2rem;
        padding-left: 0.6rem;
        font-size: 1.3rem;
    }

    .btn {
        border: 0.15rem solid #3E593C;
        margin-top: 0rem;
        width: 100%;
        line-height: 1.8rem;
        font-size: 1.5rem;
    }

    #btn1 {
        width: 100%;
        margin-left: -1.1rem;
        margin-top: 1.5rem;
    }

    /* img {
        width: 22rem;
            height: 40rem;
            position: relative;
            left: -2.5rem;
    } */

    .text {
        font-size: 3.05rem;
        position: relative;
        top: -33rem !important;
        left: 28rem !important;
    }

    .text1 {
        font-size: 2.4rem;
        font-weight: bolder;
        color: #3E593C;
    }

    .text2 {
        font-weight: 400;
        font-size: 0.7rem;
        margin-top: 0.3rem;
    }

    .input-row {
        margin-top: -0.5rem;
    }

    #inp1 {
        width: 125%;
        margin-left: 0rem;
    }

    #inp2 {
        width: 125%;
        margin-left: 1.53rem;
    }

    #inp3,
    #inp4 {
        width: 107%;
    }

    #radio-one {
        margin-left: -0.9rem;
    }

    .check-box-text-desktop {
        font-size: 0.84rem;
        font-weight: 400;
        position: relative;
        left: -1.5rem;
        top: 0rem;
        height: 3rem;
        width: 89%;

    }

    .temp {
        margin-top: 1rem;

    }
}

@media(min-width:1250px) {
    .card-container {
        position: relative;
        top: 7vh;

    }

    .card-container-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .panel {
        height: 38rem;
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem;
    }

    /* img {
        width: 28rem;
        height: 38rem;
        position: relative;
        left: -2.5rem;
    } */

    .left-side {
        background-color: #D9DCCB;
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem;
        height: 38rem;
        margin-top: -0.1rem;
    }

    .right-side {
        position: relative;
        top: 5.9rem;
        padding-left: 4rem;
    }

    .text {
        font-weight: bolder;
        font-size: 3.4rem;
        color: #3E593C;
        position: relative;
        top: 3rem;
    }


    .create_account {
        font-weight: 550;
        font-size: 2.4rem;
        width: 85%;
        color: #3E593C;
    }

    .btn {
        border: 0.15rem solid #3E593C !important;
        color: #3E593C;
        background-color: white;

    }

    .btn:hover {
        background-color: #3E593C;
        color: white;
    }

    #btn1 {
        width: 15.7rem;
        margin-left: -0.8rem;
        margin-top: 0.7rem;
    }

    .input-row {
        margin-top: 1rem;
    }

    #inp1 {
        width: 17rem;
        position: relative;
        left: -0.9rem;
        border-radius: 0.3rem;
        border: none;
        border: 0.15rem solid #CDCECE;
        background: transparent;
        outline: none;
        height: 3.2rem;
        padding-left: 1rem;
        font-size: 1.3rem;
    }

    #veg1 {
        color: black;
    }

    #inp2 {
        width: 17rem;
        position: relative;
        left: -1.4rem;
        border-radius: 0.3rem;
        border: none;
        border: 0.15rem solid #CDCECE;
        background: transparent;
        outline: none;
        height: 3.2rem;
        padding-left: 1rem;
        font-size: 1.3rem;
    }

    #inp3 {
        margin-top: 3vh;
        width: 98%;
        border-radius: 0.3rem;
        border: none;
        border: 0.15rem solid #CDCECE;
        background: transparent;
        outline: none;
        height: 3.2rem;
        padding-left: 1rem;
        font-size: 1.3rem;
    }

    #inp4 {
        margin-top: 3vh;
        width: 98%;
        border-radius: 0.3rem;
        border: none;
        border: 0.15rem solid #CDCECE;
        background: transparent;
        outline: none;
        height: 3.2rem;
        padding-left: 1rem;
        font-size: 1.3rem;
    }

    .check-box-text-desktop {
        font-size: 0.7rem;
        font-weight: bolder;
        position: relative;
        left: -1.8rem;
        top: 0rem;
        height: 3rem;
        width: 91%;
    }

    .text1 {
        font-weight: bolder;
        font-size: 2.6rem;
        color: #3E593C;
    }
}

@media(min-width:1440px) {
    .card-container {
        position: relative;
        top: 7vh;
    }

    .panel {
        height: 55rem;
    }

    .left-side {
        height: 55rem;
        margin-top: -0.1rem;
        margin-left: -0.1rem;
    }

    .right-side {
        height: 55rem;
        position: relative;
        left: -1.5rem;
        top: 5.3rem;
    }

    .right-side-main-row {
        height: 55rem;
    }

    input {
        margin-top: 2.2vh;
        width: 125%;
        border: 0.1rem solid #CDCECE;
        background: transparent;
        height: 3.2rem;
        padding-left: 0.6rem;
        font-size: 2.4rem;
    }

    .btn {
        border: 0.15rem solid #3E593C;
        margin-top: 1.5rem;
        width: 120%;
        line-height: 2.8rem;
        font-size: 2.1rem;
    }

    #btn1 {
        width: 120%;
        margin-left: -0.9rem;
        margin-top: 1.9rem;
    }

    /* img {
        width: 31rem;
            height: 55rem;
            position: relative;
            left: -2.5rem;
    } */

    .text {
        font-size: 4.95rem;
        position: relative;
        top: 6rem;
        left: -1rem;
    }

    .create_account {
        font-size: 4rem;
    }

    .text1 {
        font-weight: bolder;
        font-size: 3.5rem;
        color: #3E593C;
    }

    .text2 {
        font-weight: 400;
        font-size: 0.7rem;
        margin-top: 0.3rem;
    }

    .input-row {
        margin-top: -0.5rem;
    }

    #inp1 {
        width: 104.5%;
        margin-left: 0.1rem;
        height: 4.5rem;
        font-size: 1.8rem;
    }

    #inp2 {
        width: 104.5%;
        margin-left: 1.53rem;
        height: 4.5rem;
        font-size: 1.8rem;
    }

    #inp3,
    #inp4 {
        width: 100.5%;
        height: 4.5rem;
        font-size: 1.8rem;
    }

    #radio-one {
        margin-left: -0.9rem;
    }

    .check-box-text-desktop {
        font-size: 0.92rem;
        font-weight: 400;
        position: relative;
        left: -1.9rem;
        top: 0rem;
        height: 2.6rem;
        width: 90%;

    }

    .temp {
        margin-top: 1rem;

    }
}

@media(min-width:0px) and (max-width:767px) {
    .mb_firstname {
        margin-bottom: 16px;
    }

    .pr_7 {
        padding-right: 7px;
        margin-left: -8px;
    }

    .p-8 {
        padding-right: 8px;
    }

    .right-side {
        /* position: relative;
        top: 6.8rem; */
        padding-left: 5rem;
        margin-bottom: 10rem;
    }

    .email-input {
        margin-bottom: 2rem !important;
    }

    .cont-btn {
        margin-bottom: 2rem;
        width: auto;

    }
}

@media (max-width: 576px) {
    .left-side {
        background-color: #D9DCCB;
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem;
        height: 15rem;
        margin-top: -0.1rem;
    }

    .sign_up_img {
        width: 20rem;
        height: 21rem !important;
    }

    .right-side {
        /* position: relative;
        top: 6.8rem; */
        padding-left: 4rem;
    }
}

@media(min-width:1920px) {
    .card-container {
        position: relative;
        top: 7vh;
    }

    .panel {
        height: 78rem;
    }

    .left-side {
        height: 78rem;
        margin-top: -0.1rem;
        margin-left: -0.1rem;
    }

    .right-side {
        height: 78rem;
        position: relative;
        left: -1.5rem;
        top: 10.3rem;
    }

    .right-side-main-row {
        height: 78rem;
    }

    input {
        margin-top: 2.2vh;
        width: 125%;
        border: 0.1rem solid #CDCECE;
        background: transparent;
        height: 3.2rem;
        padding-left: 0.6rem;
        font-size: 2.4rem;
    }

    .btn {
        border: 0.15rem solid #3E593C;
        margin-top: 2.5rem;
        width: 110%;
        line-height: 4.8rem;
        font-size: 3.1rem;
    }

    #btn1 {
        width: 110%;
        margin-left: -0.6rem;
        margin-top: 3.4rem;
    }

    /* img {
        width: 42rem;
            height: 78rem;
            position: relative;
            left: -2.5rem;
    } */

    .text {
        font-size: 7.1rem;
        position: relative;
        top: 6rem;
        left: -1rem;
    }

    .create_account {
        font-size: 6rem;
    }

    .text1 {
        font-weight: bolder;
        color: #3E593C;
        font-size: 4.6rem;
    }

    .text2 {
        font-weight: 400;
        font-size: 0.7rem;
        margin-top: 0.3rem;
    }

    .input-row {
        margin-top: -0.5rem;
    }

    #inp1 {
        width: 103%;
        margin-left: 0.4rem;
        height: 5.5rem;
        font-size: 2.4rem;
    }

    #inp2 {
        width: 103%;
        margin-left: 1.53rem;
        height: 5.5rem;
        font-size: 2.4rem;
    }

    #inp3,
    #inp4 {
        width: 100.%;
        height: 5.5rem;
        font-size: 2.4rem;
    }

    #radio-one {
        margin-left: -0.9rem;
        height: 2.7rem;
        width: 2.7rem;
    }

    .check-box-text-desktop {
        font-size: 1.4rem;
        font-weight: 400;
        position: relative;
        left: -1.9rem;
        top: 0rem;
        height: 2.9rem;
        width: 91%;

    }

    .temp {
        margin-top: 1.6rem;

    }
}


@media(min-width:2250px) {
    .card-container {
        position: relative;
        top: 7vh;
    }

    .panel {
        height: 108rem;
        border-top-left-radius: 4rem;
        border-bottom-left-radius: 4rem;
    }

    .left-side {
        height: 108rem;
        margin-top: -0.1rem;
        margin-left: -0.1rem;
    }

    .right-side {
        height: 108rem;
        position: relative;
        left: -1.5rem;
        top: 13.3rem;
    }

    .right-side-main-row {
        height: 108rem;
    }

    input {
        margin-top: 2.2vh;
        width: 125%;
        border: 0.1rem solid #CDCECE;
        background: transparent;
        height: 3.2rem;
        padding-left: 0.9rem;
        font-size: 2.4rem;
    }


    #btn1 {
        width: 110%;
        margin-left: 0rem;
        margin-top: 4.4rem;
    }

    /* img {
        width: 56rem;
            height: 108rem;
            position: relative;
            left: -2.5rem;
    } */

    .text {
        font-size: 9.8rem;
        position: relative;
        top: 10.9rem;
        left: -2.1rem;
    }

    .create_account {
        font-size: 8.6rem;
    }

    .text1 {
        font-size: 2.5rem;
        font-weight: bolder;
        color: #3E593C;
    }

    .text2 {
        font-weight: 400;
        font-size: 0.7rem;
        margin-top: 0.3rem;
    }

    .input-row {
        margin-top: -0.5rem;
    }

    #inp1 {
        width: 102%;
        margin-left: 0.7rem;
        height: 9.2rem;
        font-size: 3.4rem;
    }

    #inp2 {
        width: 102%;
        margin-left: 1.53rem;
        height: 9.2rem;
        font-size: 3.4rem;
    }

    #inp3,
    #inp4 {
        width: 100.%;
        height: 9.2rem;
        font-size: 3.4rem;
    }

    #radio-one {
        margin-left: -0.9rem;
        height: 3.7rem;
        width: 3.7rem;
    }

    .check-box-text-desktop {
        font-size: 2.03rem;
        font-weight: 400;
        position: relative;
        left: -1.9rem;
        top: 0rem;
        height: 4.1rem;
        width: 91%;

    }

    .temp {
        margin-top: 2.15rem;
        padding-left: 2rem;
    }

    .text2 {
        font-weight: 400;
        font-size: 3.3rem;
        margin-top: 0rem;
    }
}


/* Pop Up Modal */
#btn2 {
    background-color: #3E593C;
    color: white;
    font-size: 2rem;
    height: 4rem;
}

.verify-text-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
}

.verify-text-col {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bolder;
}

.verify-button-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.verify-button-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup .overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
}

.popup .content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 30vw;
    height: 20vw;
    z-index: 5;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 7px;
    align-items: center;
}

.popup .close-btn {
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #3E593C;
    border: 1.5px solid #3E593C;
    border-radius: 50%;
    font-size: 50px;
    line-height: 45px;
    text-align: center;

}

.popup.active .overlay {
    display: block;
}

.popup.active .content {
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}

.mod-ico {
    justify-content: center;
    align-items: center;
}


.copy {
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cplink {
    position: relative;
    margin-top: 1.5vw;
    margin-bottom: 1vw;
    width: 95%;
    padding: 1.5vw;
    border-radius: 6px;
    border: 1px solid #F1F3F6;
    background-color: whitesmoke;
    font-family: pf handbook;
}

.file {
    position: absolute;
    top: 7vw;
    right: 1.5vw;
    background-color: #3E593C;
    color: #fff;
    padding: 10px;
    font-size: 1.5vw;
    border-radius: 6px;
    cursor: pointer;
}

.copy a {
    text-decoration: none;
    color: #000;
    font-weight: 550;
    font-size: 1.5vw;
    text-align: center;
}

.fa-arrow-right {
    margin-top: 1vw;
    font-weight: 100;
}


@media(max-width:576px) {
    #btn2 {
        background-color: #3E593C;
        color: white;
        font-size: 1.8rem;
        height: 3.8rem;
        margin-top: 1rem;

    }

    .verify-text-row {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.6rem;
    }

    .verify-text-col {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.8rem;
        font-weight: bolder;
    }

    .verify-button-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .verify-button-col {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .popup .overlay {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
        display: none;
    }

    .popup .close-btn {
        cursor: pointer;
        position: absolute;
        right: -5px;
        top: -15px;
        width: 40px;
        height: 40px;
        background-color: #fff;
        color: #3E593C;
        border: 1.5px solid #3E593C;
        border-radius: 50%;
        font-size: 50px;
        line-height: 35px;
        text-align: center;

    }

    .popup .content {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        background: #fff;
        width: 60vw;
        height: 45vw;
        z-index: 5;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 7px;
        align-items: center;
    }

    .text1 {
        font-weight: bolder;
        font-size: 1.6rem;
        color: #3E593C;
        margin-top: 20px;

    }

    .text2 {
        font-size: 1.3rem;
        margin-top: 1rem;
    }
}

@media(max-width:376px) {
    #btn2 {
        background-color: #3E593C;
        color: white;
        font-size: 1.8rem;
        height: 3.8rem;
        margin-top: 1rem;

    }

    .verify-text-row {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.9rem;
    }

    .verify-text-col {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.8rem;
        font-weight: bolder;
    }

    .verify-button-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .verify-button-col {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .popup .overlay {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
        display: none;
    }

    .popup .content {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        background: #fff;
        width: 70vw;
        height: 55vw;
        z-index: 5;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 7px;
        align-items: center;
    }
}

@media(max-width:321px) {
    #btn2 {
        background-color: #3E593C;
        color: white;
        font-size: 1.8rem;
        height: 3.8rem;
        margin-top: 1rem;

    }

    .verify-text-row {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.6rem;
    }

    .verify-text-col {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.8rem;
        font-weight: bolder;
    }

    .verify-button-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .verify-button-col {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .popup .overlay {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
        display: none;
    }

    .popup .content {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        background: #fff;
        width: 75vw;
        height: 60vw;
        z-index: 5;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 7px;
        align-items: center;
    }
}

@media(min-width:768px) {
    #btn2 {
        background-color: #3E593C;
        color: white;
        font-size: 1.8rem;
        height: 3rem;
    }

    .verify-text-row {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.6rem;
    }

    .verify-text-col {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.8rem;
        font-weight: bolder;
    }

    .verify-button-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .verify-button-col {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .popup .overlay {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
        display: none;
    }

    .popup .content {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        background: #fff;
        width: 40vw;
        height: 25vw;
        z-index: 5;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 7px;
        align-items: center;
    }

    .text2 {
        font-weight: 400;
        font-size: 1rem;
        margin-top: 0rem;
    }
}

@media(min-width:1024px) {
    #btn2 {
        background-color: #3E593C;
        color: white;
        font-size: 2.1rem;
        height: 3.8rem;
    }

    .verify-text-row {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5.87rem;
    }

    .verify-text-col {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.1rem;
        font-weight: bolder;
    }

    .verify-button-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .verify-button-col {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .popup .overlay {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
        display: none;
    }

    .popup .content {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        background: #fff;
        width: 35vw;
        height: 25vw;
        z-index: 99;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 7px;
        align-items: center;
    }

    .text2 {
        font-weight: 400;
        font-size: 1.3rem;
        margin-top: 0rem;
    }
}

@media(min-width:1250px) {

    /* Pop Up Modal */
    #btn2 {
        background-color: #3E593C;
        color: white;
        font-size: 2rem;
        height: 4rem;

    }

    .verify-text-row {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6rem;
    }

    .verify-text-col {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        font-weight: bolder;
    }

    .verify-button-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .verify-button-col {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .popup .overlay {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
        display: none;
    }

    .popup .content {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        background: #fff;
        width: 30vw;
        height: 20vw;
        z-index: 99;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 7px;
        align-items: center;
    }

    .popup .close-btn {
        cursor: pointer;
        position: absolute;
        right: -20px;
        top: -20px;
        width: 50px;
        height: 50px;
        background-color: #fff;
        color: #3E593C;
        border: 1.5px solid #3E593C;
        border-radius: 50%;
        font-size: 50px;
        line-height: 45px;
        text-align: center;

    }

    .popup.active .overlay {
        display: block;
    }

    .popup.active .content {
        transition: all 300ms ease-in-out;
        transform: translate(-50%, -50%) scale(1);
    }

    .mod-ico {
        justify-content: center;
        align-items: center;
    }


    .copy {
        position: relative;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .cplink {
        position: relative;
        margin-top: 1.5vw;
        margin-bottom: 1vw;
        width: 95%;
        padding: 1.5vw;
        border-radius: 6px;
        border: 1px solid #F1F3F6;
        background-color: whitesmoke;
        font-family: pf handbook;
    }

    .file {
        position: absolute;
        top: 7vw;
        right: 1.5vw;
        background-color: #3E593C;
        color: #fff;
        padding: 10px;
        font-size: 1.5vw;
        border-radius: 6px;
        cursor: pointer;
    }

    .copy a {
        text-decoration: none;
        color: #000;
        font-weight: 550;
        font-size: 1.5vw;
        text-align: center;
    }

    .fa-arrow-right {
        margin-top: 1vw;
        font-weight: 100;
    }

    .text2 {
        font-weight: 400;
        font-size: 1.3rem;
        color: #3E593C;
        margin-top: 0rem;
    }
}

@media(min-width:1440px) {
    #btn2 {
        background-color: #3E593C;
        color: white;
        font-size: 3rem;
        height: 6rem;
    }

    .verify-text-row {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9.2rem;
    }

    .verify-text-col {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3rem;
        font-weight: bolder;
    }

    .verify-button-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .verify-button-col {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .popup .overlay {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
        display: none;
    }

    .popup .content {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        background: #fff;
        width: 35vw;
        height: 25vw;
        z-index: 5;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 7px;
        align-items: center;
    }

    .text2 {
        font-weight: 400;
        font-size: 1.8rem;
        margin-top: 0rem;
    }
}

@media(min-width:1920px) {
    #btn2 {
        background-color: #3E593C;
        color: white;
        font-size: 4rem;
        height: 8rem;
    }

    .verify-text-row {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10.8rem;
    }

    .verify-text-col {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 5rem;
        font-weight: bolder;
    }

    .verify-button-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .verify-button-col {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .popup .overlay {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
        display: none;
    }

    .popup .content {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        background: #fff;
        width: 35vw;
        height: 25vw;
        z-index: 5;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 7px;
        align-items: center;
    }

    .text2 {
        font-weight: 400;
        font-size: 2.3rem;
        margin-top: 0rem;
    }
}

@media(min-width:2200px) {
    #btn2 {
        background-color: #3E593C;
        color: white;
        font-size: 5rem;
        height: 10rem;
    }

    .verify-text-row {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 14.8rem;
    }

    .verify-text-col {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 7rem;
        font-weight: bolder;
    }

    .verify-button-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .verify-button-col {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .popup .overlay {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
        display: none;
    }

    .popup .content {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        background: #fff;
        width: 35vw;
        height: 25vw;
        z-index: 5;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 7px;
        align-items: center;
    }
}

.tc-align {
    align-items: center;
    display: flex;
}

.radio-size {
    width: auto;
}

#radio-one {
    margin-left: -0.9rem;
}

.span1 {
    color: #c7222a;
    font-size: 1.3rem;
    font-weight: bolder;
}

.span2 {
    color: #c7222a;
    margin-left: 0vw;
    font-size: 1.3rem;
    font-weight: bolder;
}










@media only screen and (min-width:320px) and (max-width:600px) {
    .login_form_box .panel {
        border: 0px solid transparent !important;
    }

    .login_form_box .left-side {
        height: 100% !important;
        border-radius: 2rem !important;
    }

    .login_form_box .sign_up_img {
        height: 21rem !important;
        /* width: 100% !important; */
    }

    .login_form_box .mobile-view-text-row .text-mob {
        text-align: center;
        width: 100%;
        left: 0px !important;
        display: none;
    }

    .login_form_box .first-word {
        text-align: center !important;
        font-size: 2.4rem !important;
    }

    .login_form_box .right-side {
        padding-left: 0px !important;
        margin-top: 16px !important;
        margin-bottom: 0px !important;
    }

    .login_form_box #loginForm input {
        margin-top: 2vh !important;
        width: 100% !important;
    }

    .mast_head {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .login_form_box .right-side #btnOTP {
        width: 100% !important;
    }
}


@media only screen and (min-width:601px) and (max-width:1100px) {
    .mast_head {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .login_form_box {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    /* .loginpage_left_container .loginpage_left_container_img {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        text-align: center;
    } */

    /* .loginpage_left_container .loginpage_left_container_img img {
        height: 30rem !important;
        width: 60% !important;
        margin-right: 41% !important;
        margin-bottom: -77% !important;
    } */

    /* .loginpage_left_container .loginpage_left_container_des {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        text-align: center;
    } */

    .loginpage_left_container .loginpage_left_container_des .first-word {
        font-size: 2.8rem !important;
        line-height: 34px !important;
    }

    .login_form_box .panel {
        display: flex;
        align-items: center;
    }

    .text {
        font-size: 2.5rem;
        position: relative;
        top: 2rem !important;
        left: 11rem !important;
    }
}

@media only screen and (min-width:800px) and (max-width:830px) {
    .login_form_box .panel {
        display: block !important;
        align-items: unset !important;
        margin-top: 16px;
    }

    .login_form_box {
        top: 0px !important;
    }

    .login_form_box .right-side {
        top: 5.6rem !important;
    }

    .login_form_box .right-side .right-side-main-row {
        align-items: flex-start !important;
    }
}

@media only screen and (min-width:1000px) and (max-width:1030px) {
    .login_form_box .panel {
        display: block !important;
        align-items: unset !important;
        margin-top: 16px;
    }

    .login_form_box {
        top: 0px !important;
    }

    .login_form_box .right-side {
        top: 5.6rem !important;
    }

    /* .loginpage_left_container .loginpage_left_container_img img {
        height: unset !important;
        width: 60% !important;
    } */
}

.login_form_box .panel {
    margin-bottom: 40px !important;
}

.login_form_box .temp::before {
    display: none !important;
}

.login_form_box {
    top: 3px !important;
}

@media (min-width:375px) and (max-width:667px) {
    .side_corner {
        margin-left: 2% !important;
        margin-top: -1% !important;
        margin-bottom: 8% !important;
    }
}

@media (min-width:360px) and (max-width:740px) {
    .side_corner {
        margin-left: 0 !important;
        margin-top: -1% !important;
        margin-bottom: 8% !important;
        padding-left: 0px !important;
    }
}

@media(min-width:1280px) {

    .col-sm-11.col-xs-12.right-side-main-col.side_corner {
        margin-left: 5px;
    }
    /* .text {
        font-size: 2.5rem;
        position: relative;
        top: -33rem !important;
        left: 29rem !important;
    } */

    /* .sign_up_img {
        width: 63% !important;
        height: 36rem;
    } */
}
@media (min-width: 480px) and (max-width: 767px){
.right-side {
    padding-left: 0rem !important;
   
}
.email-input .form-control{
    width: 100% !important;
}
.panel {
    height: 34rem;
   
}
.left-side{
    height: 34rem;
}
}


@media only screen and (min-width:1600px) and (max-width:1699px){
    .sign_up_img {
        height: 38rem;
    }
    .panel {
        height: 42rem;
    }
    .left-side {
        height: 42rem;
        margin-top: -0.1rem;
        margin-left: -0.1rem;
    }
    .text {
        font-size: 2.5rem;
        position: relative;
        top: -29rem !important;
        left: 34rem !important;
    }
    #btnForgotPassword{
        padding: 2px 12px;
    }
}
@media only screen and (min-width:1700px) and (max-width:1799px){
    .sign_up_img {
        height: 38rem;
    }
    .panel {
        height: 42rem;
    }
    .left-side {
        height: 42rem;
        margin-top: -0.1rem;
        margin-left: -0.1rem;
    }
    .text {
        font-size: 2.5rem;
        position: relative;
        top: -29rem !important;
        left: 34rem !important;
    }
    #btnForgotPassword{
        padding: 2px 12px;
    }
}
@media only screen and (min-width:1800px) and (max-width:1999px){
    .sign_up_img {
        height: 53rem;
    }
    .panel {
        height: 55rem;
    }
    .left-side {
        height: 55rem;
        margin-top: -0.1rem;
        margin-left: -0.1rem;
    }
    .text {
        font-size: 2.5rem;
        position: relative;
        top: -38rem !important;
        left: 42rem !important;
    }
    #btnForgotPassword{
        padding: 0px 12px;
        font-size: 23px;
        height: 44px;
    }
    .login_form_box {
        top: 50px !important;
    }
    #loginForm .btn-row .btn{
        position: unset;
    }
}


/* 26/04/2023 changes by karthick and Raja */
.right-sides .mb_firstname, .right-sides .input-div {
    position: relative;
}

.desktop-view-text-row.text {
    top: 0 !important;
    left: 0 !important;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.loginpage_left_container_img {
    padding-right: 15px;
    display: flex;
    align-items: center;
}
.sign_up_img {
    width: 100%;
    height: auto;
    /* height: 35rem; */
}

.right-sides .input-row input,
.right-sides .form-control, .right-sides .input-div input {
    height: 40px;
}

.right-sides .span1, .right-sides .span2 {
    position: absolute;
    background: #c7222a;
    color: #FFFFFF !important;
    padding: 0px 5px;
    border-radius: 5px;
    bottom: -18px;
    right: 0;
    z-index: 1;
}

.right-sides .span1:before, .right-sides .span2:before {
    content: "";
    position: absolute;
    width: 0;
    border: 8px solid transparent;
    border-top: 0;
    border-bottom: 8px solid #c7222a;
    bottom: 17px;
}

.right-sides .mb_firstname, .right-sides .input-div {
    position: relative;
}

.right-sides .span1:empty, .right-sides .span2:empty {
    display: none;
}


.popup .overlay {
    z-index: 99;
}

.popup .content {
    width: 360px !important;
    max-width: 90% !important;
    height: auto !important;
    padding-top: 4rem;
    padding-bottom: 4rem;
    z-index: 100;
}

.verify-text-row {
    margin-bottom: 1rem;
    margin-top: 0;
}
.right-sides {
    margin-left: 0;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .popup.active .overlay {
    display: block !important;
}
}

@media only screen and (min-width: 414px) and (max-width: 896px) and (orientation: landscape) {
    img.avatar {
      width: 100%;
      height: auto;
    }
    .temp {
        width: auto !important;
        margin-top: 1.95rem !important;
        margin-left: 0 !important;
        margin-right: 1rem !important;
    }
}
@media only screen and (min-width: 414px) and (max-width: 575px) and (orientation: landscape)
{
.temp {
    margin-right: 0 !important;
}
}

@media (max-width:767px) {
    .desktop-view-text-row.text, 
    .login_form_box .first-word {
        line-height: inherit;
        font-size: 20px !important;
    }
    .loginpage_left_container_img {
        padding-right: 10px;       
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 576px) {
.login_form_box {
    margin-right: 0;
    margin-left: 0;
}
.login_form_box {
    margin-right: 0;
    margin-left: 0;
}
.desktop-view-text-row.text, 
.login_form_box .first-word {
    font-size: 25px !important; 
}
.check-box-text-desktop {
    padding-bottom:10px;
}
.login_form_box .left-side {
    margin-left: 0;
}
.right-sides {
    padding: 0;
}
}

@media (max-width: 405px) {
    .login_form_box {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.right-sides .span1, .right-sides .span2 {
    font-size: 11px;
}

.right-sides .span1:before, .right-sides .span2:before {
    bottom: 15px;
}
}

@media (min-width: 0px) and (max-width: 768px) {
    .check-box-text-desktop {
        left: auto;
        height: auto;
    }
    .tc-align{
        align-items: start;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
.right-sides {
    margin: 0px 0px;
    
}
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
    .login_form_box {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    }
    /* @media only screen and (min-width: 410px) {
    .login_form_box .panel.panel-default {
        height: auto;
    }
        .login_form_box .left-side {
        height: 32rem !important;
        border-radius: 2rem 0rem 0rem 2rem !important;
    }
    } */

   
@media only screen and (min-width: 320px) and (max-width: 600px) { 
    .card-container-row.row {
        flex-wrap:wrap !important;
    }
    .panel.panel-default.row {
        flex-wrap: wrap !important;
    }
    .login_form_box .left-side {
        border-radius: 2rem !important;
    }
    .login_form_box .panel.panel-default {
        height: auto;
    }
}


