* {
    font-family: "Poppins";
}

/* Mobile screen */
@media screen and (max-width: 425px) {

    .cnfrm_email_txt_wrapper {
        margin-top: 93px
    }

    .cnfrm_email_txt {
        font-family: 'Poppins';
        font-size: 32px;
        font-weight: 700;
        color: #11263C;
    }

    .cnfrm_email_para {
        width: 903px;
        height: 67px;
        text-align: center;
        color: #11263C;
        opacity: 1;
        margin-right: 30px;
        margin-left: 30px;
        margin-top: 24px;
    }

    .cnfrm_email_para_wrapper {
        margin-top: 24px;
    }

    .cnfrm_email_sub_para {
        width: 903px;
        height: 67px;
        text-align: center;
        color: #11263C;
        opacity: 1;
        margin-right: 30px;
        margin-left: 30px;
        margin-top: 24px;
    }

    .continue-btn {
        background: #F92829 0% 0% no-repeat padding-box;
        border-radius: 4px;
        opacity: 1;
        color: #FFFFFF;
        opacity: 1;
        font-weight: 700;
        font-size: 15px;
        margin: 10px auto;
    }

    .resend-btn {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 2px solid #F92829;
        border-radius: 4px;
        opacity: 1;
        color: #F92829;
        letter-spacing: -0.36px;
        opacity: 1;
        font-weight: 500;
        font-size: 15px;
        margin: 10px auto;
    }

    footer {
        bottom: 0;
        width: 100vw;
        height: 306px;
        background: #FFF8F8 0% 0% no-repeat padding-box;
        opacity: 1;
    }

    .logo {
        margin-top: 80%;
        width: 118px;
        height: 56px;
        opacity: 1;
    }

    .vl {
        left: 40px;
        border: 1px solid #FFA2A2;
        opacity: 1;
        width: 1px;
    }

    .footer-link {
        text-decoration: underline;
        color: #F92829;
    }

    .mt-16px {
        margin-top: 16px;
    }

    .mobile_btn_wrapper {
        display: flex !important;
    }

    .desktop_btn_wrapper {
        display: none !important;
    }

    .succ_img_wrapper {
        margin-top: 60px;
        justify-content: center;
    }

    .succ_img {
        width: 199px;
        height: 197px;
    }

    .ok-btn {
        width: 140px;
        height: 48px;
    }
}

/* Tablet screen */
@media screen and (min-width: 426px) and (max-width: 768px) {

    .cnfrm_email_txt_wrapper {
        /*margin-top: 35%;*/
        margin-top: 15%;
    }

    .cnfrm_email_txt {
        font-family: 'Poppins';
        /* font-size: 54px; */
        /*font-size: 42px;*/
        font-size: 35px;
        font-weight: 700;
        color: #11263C;
    }

    .cnfrm_email_para {
        width: 903px;
        /* height: 67px; */
        height: 110px;
        text-align: center;
        color: #11263C;
        opacity: 1;
        margin-right: 30px;
        margin-left: 30px;
        margin-top: 24px;
        /*font-size: 30px;*/
        font-size: 25px;
    }

    .cnfrm_email_para_wrapper {
        margin-top: 24px;
    }

    .cnfrm_email_sub_para {
        width: 903px;
        height: 67px;
        text-align: center;
        color: #11263C;
        opacity: 1;
        margin-right: 30px;
        margin-left: 30px;
        margin-top: 101px;
        /*font-size: 30px;*/
        font-size: 25px;
    }

    .continue-btn {
        background: #F92829 0% 0% no-repeat padding-box;
        border-radius: 4px;
        opacity: 1;
        color: #FFFFFF;
        height: 100px;
        width: 206px;
        font-weight: 700;
        font-size: 25px;
        opacity: 1;
        font-weight: 700;
        /* margin: 10px auto; */
        margin: 75px auto;
        float: right;
    }

    .resend-btn {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 2px solid #F92829;
        border-radius: 4px;
        opacity: 1;
        /*height: 100px;
        width: 375px;*/
        font-weight: 700;
        font-size: 25px;
        color: #F92829;
        letter-spacing: -0.36px;
        opacity: 1;
        font-weight: 500;
        /*margin: 10px auto;*/
        height: 95px;
        width: 350px;
        margin: 9px auto;
    }

    footer {
        position: relative;
        bottom: 0;
        width: 100vw;
        height: 194px;
        background: #FFF8F8 0% 0% no-repeat padding-box;
        opacity: 1;
    }

    .logo {
        width: 118px;
        height: 56px;
        opacity: 1;
    }

    .vl {
        left: 40px;
        border: 1px solid #FFA2A2;
        opacity: 1;
        width: 1px;
    }

    .footer-link {
        text-decoration: underline;
        color: #F92829;
    }

    .mt-16px {
        margin-top: 16px;
    }

    .mobile_btn_wrapper {
        display: flex !important;
    }

    .desktop_btn_wrapper {
        display: none !important;
    }

    .succ_img_wrapper {
        margin-top: 60px;
        justify-content: center;
    }

    .succ_img {
        width: 199px;
        height: 197px;
    }

    .ok-btn {
        width: 140px;
        height: 48px;
    }
}

/* Desktop screens */
@media screen and (min-width: 769px) {

    .cnfrm_email_txt_wrapper {
        margin-top: 93px;
    }

    .cnfrm_email_txt {
        font-family: 'Poppins';
        font-size: 32px;
        font-weight: 700;
        color: #11263C;
    }

    .cnfrm_email_para {
        width: 903px;
        height: 67px;
        text-align: center;
        color: #11263C;
        opacity: 1;
        margin-right: 30px;
        margin-left: 30px;
        font-size: 22px;
    }

    .cnfrm_email_para_wrapper {
        margin-top: 24px;
        display: flex;
        justify-content: center;
    }

    .cnfrm_email_sub_para {
        width: 903px;
        height: 67px;
        text-align: center;
        color: #11263C;
        opacity: 1;
        margin-right: 30px;
        margin-left: 30px;
        margin-top: 20px;
        font-size: 22px;
    }

    .continue-btn {
        background: #F92829 0% 0% no-repeat padding-box;
        border-radius: 4px;
        opacity: 1;
        color: #FFFFFF;
        /*width: 134px;
        height: 48px;*/
        font-weight: 700;
        font-size: 18px;
        opacity: 1;
        font-weight: 700;
        /*margin: 10px auto;*/
        float: right;
        height: 95px;
        width: 170px;
        margin: 11px auto;
    }

    .resend-btn {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 2px solid #F92829;
        border-radius: 4px;
        opacity: 1;
        width: 280px;
        height: 48px;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: -0.36px;
        color: #F92829;
        opacity: 1;
        font-weight: 500;
        margin: 10px auto;
    }

    footer {
        position: relative;
        bottom: 0;
        width: 100vw;
        height: 194px;
        background: #FFF8F8 0% 0% no-repeat padding-box;
        opacity: 1;
    }

    .vl {
        display: none;
    }

    .logo {
        width: 249px;
        height: 51px;
        opacity: 1;
        position: relative;
        left: 115px;
        top: 32px;
    }

    .logo-box {
        width: 47%;
        border-right: 1px solid #FFA2A2;
    }

    .footer-link {
        text-decoration: underline;
        color: #F92829;
    }

    .mobile_btn_wrapper {
        display: none !important;
    }

    .desktop_btn_wrapper {
        display: flex !important;
        margin-bottom: 100px;
    }

    .continue-btn-wrapper {
        width: 47%;
    }

    .ok-btn-wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .resend-btn-wrapper {
        margin-left: 2%;
    }

    .mt-16px {
        margin-top: 16px;
    }

    .socials {
        justify-content: center !important;
    }

    .socials i {
        padding-right: 12px !important;
    }

    .succ_img_wrapper {
        margin-top: 60px;
        justify-content: center;
    }

    .succ_img {
        width: 199px;
        height: 197px;
    }

    .ok-btn {
        width: 140px;
        height: 48px;
    }
}





























.template .container {
    margin-top: 93px;
}

.template .welcome {
    font-weight: 700;
    color: #11263C;
    opacity: 1;
    font-size: 32px;
}

.template .welcome_img {
    width: 120px;
    height: 24px;
    margin-top: -7px;
}

.template .content {
    height: 70vh;
}

.template .para1-row {
    margin-top: 40px;
}

.template .para2-row {
    margin-top: 32px;
}

.template .para1 {
    color: #11263C;
    opacity: 1;
    font-size: 22px;
}

.template .para2 {
    color: #11263C;
    opacity: 1;
    font-size: 22px;
}

.template .continue-btn {
    background: #F92829 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    color: #FFFFFF;
    width: 175px;
    height: 48px;
    font-weight: 700;
    font-size: 18px;
    opacity: 1;
    font-weight: 700;
    margin: 0px;
    margin-top: 32px;
}

.template .footer {
    background: #FFF8F8 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 425px) {
    .content {
        margin-left: 15px;
        margin-right: 15px;
        height: 100vh !important;
    }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
    .continue-btn{
        margin: 10px auto !important;
    }
    .resend-btn{
        width: 400px !important;
    }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
    .resend-btn{
        height: 95px !important;
    }
}

