/* >>Fonts<< */

@font-face {
    font-family: "Recoleta";
    src: url("assets/fonts/Recoleta-RegularDEMO.otf");
    font-weight: 400;
}

@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter/Inter-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter/Inter-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter/Inter-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter/Inter-SemiBold.ttf");
    font-weight: 600;
}


/* >>Fonts<< */

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: "Inter";
    height: auto;
}

.row {
    max-width: 1440px;
    margin: 94px auto 0 auto;
    padding: 0 36px;
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 94px;
    padding: 36px 15px;
    z-index: 9;
    background-color: #ffffff;
}

.site-header__nav-content-logo {
    width: 172px;
    height: 31px;
}

.heading {
    font-size: 50px;
    font-family: "Recoleta";
    line-height: 50px;
}

.para {
    color: #ffffff;
    font-size: 18px;
    font-family: "Inter";
    font-weight: 300;
    line-height: 28px;
}

.get-start {
    background-color: #dd5d28;
    border-radius: 30px;
    color: #fff;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    width: 231px;
    height: 50px;
    padding: 10px 0 7px 0;
    margin: 50px 0 0 0px;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: ease;
}

.get-start:hover {
    background-color: #f5763d;
    color: #fff;
    outline: none;
}

.get-start:focus {
    box-shadow: none;
}

#btn-get-maavee {
    width: 282px;
    padding: 8px 0;
    margin: 24px 0px 4px 3px;
    letter-spacing: 1px;
}

.wlc-scr-reft_icon,
.screen-1-reft_icon,
.screen-2-reft_icon,
.scr-2-5-reft_icon,
.screen-3-reft_icon,
.screen-ty-reft_icon {
    display: flex;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
}

p.mobile,
h4.mobile {
    display: none;
}

.next {
    background-color: #cecece;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: "Inter";
    font-size: 20px;
    line-height: 28px;
    width: 165px;
    height: 50px;
    padding: 10px 40px;
    margin: 58px 0px 0;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: ease;
}


/* reft_icon start */

.reft_icon {
    display: flex;
    display: -webkit-flex;
    margin: 16px 0;
}

.reft_icon.index {
    margin: 17px 0;
}

.reft_icon_img {
    margin: 3px 12px 0 0;
}

.reft_icon_para,
.reft_icon_para_s0 {
    max-width: 300px;
}

.reft_icon_para_s0 p,
.reft_icon_para p,
.reft_icon_para_s0 p a,
.reft_icon_para p a {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
}

.reft_icon_para_s0 p,
.reft_icon_para_s0 p a {
    color: #ffffff;
}

.reft_icon_para p,
.reft_icon_para p a {
    color: #3e5a5b;
}

.reft_icon_para_s0 p a,
.reft_icon_para p a {
    text-decoration: none;
}


/* reft_icon end */

.mobile-screen-column {
    text-align: end;
    padding: 16px 22px;
}

.mobile-screen-column.index,
.mobile-screen-column.screen-2-5,
.mobile-screen-column.screen-3,
.mobile-screen-column.screen-thankyou {
    text-align: end;
    padding: 16px 45px;
}


/* >>Phone Base Animation<< */

.shadow-wrapper {
    position: absolute;
    top: 0%;
    z-index: 1;
    left: 13%;
}

.shadow-wrapper img {
    height: inherit;
    max-width: 133%;
}

.base-img-wrapper img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.phone_video_wrapper {
    position: absolute;
    top: 4%;
    left: 24%;
    /* width: 65%; */
    width: 52%;
    z-index: 2;
}

.base-img-wrapper {
    max-width: 442px;
    position: absolute;
    z-index: 3;
    margin: 0 auto;
    /* width: 71%; */
    width: 58.5%;
    top: 2%;
    left: 21%;
}

.scr-2-5 .column-right .base-img-wrapper {
    top: 2.5%;
}

.screen-3 .column-right .base-img-wrapper {
    top: 1.8%;
}

video {
    background: #fff;
    border-radius: 32px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}


/* >>Phone Base Animation<< */


/* >>Animation<< */

.animate-reveal {
    -webkit-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
    -moz-animation: reveal 1s ease-in 1 normal forwards;
    -o-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
    animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}

@-moz-keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}


/* >>Animation<< */


/* inputs and label with anim starts*/

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 23px;
    width: 81.5%;
}

.form__group.scr-1,
.form__group.scr-2 {
    max-width: 419px;
    padding: 14px 0 0;
}

.form__group.scr-2 {
    margin-top: 49px;
}

.form__group.scr3-email {
    margin-top: 9px;
    max-width: 420px;
}

.form__field {
    width: 100%;
    font-family: "Inter";
    border: 0;
    border-bottom: 1px solid #3e5a5b;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #3e5a5b;
    padding: 30px 0 0px;
    background: transparent;
    transition: border-color 0.2s;
}

.form__field::placeholder {
    color: transparent;
}

.form__field::-moz-placeholder {
    color: transparent;
}

.form__field:-ms-input-placeholder {
    color: transparent;
}

.form__field::-ms-input-placeholder {
    color: transparent;
}

.form__field::-webkit-input-placeholder {
    color: transparent;
}

.form__field:placeholder-shown~.form__label {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Inter";
    cursor: text;
    top: 35px;
    left: 12px;
    color: #3e5a5b;
    text-transform: capitalize;
}
.screen-2 .form__field:placeholder-shown~.form__label {
    text-transform: lowercase;
}

.labelname {
    font-size: 14px;
    color: #af2c2c;
    font-family: "Inter";
    font-weight: 400;
}

.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    font-size: 18px;
    color: #3e5a5b;
    pointer-events: none;
    text-transform: uppercase;
}

.form__field:focus {
    padding-bottom: 6px;
    font-weight: 400;
    border-width: 1px;
}

.form__field:focus~.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    left: 0;
}


/* reset input */

.form__field:required,
.form__field:invalid {
    box-shadow: none;
}


/* inputs and label with anim ends*/


/* welcome starts */

.welcome-content-wrapper,
.thankyou-wrapper {
    background-color: rgb(12, 59, 62);
    padding-bottom: 2%;
    contain: content;
}
.welcome-content-wrapper .column-right img{
    width: 70%;

}
.welcome-content-wrapper .column-left {
    padding: 6.2% 4% 0 6.2%;
    width: 55%;
}

.welcome-content-wrapper .column-right {
    width: 45%;
    text-align: center;
}

.welcome-content-wrapper .heading {
    margin: 0 4px 17px 0;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.welcome-content-wrapper .para {
    padding: 5px 0px;
}

.wlc-scr-vector {
    display: block;
    margin: 66px 0 0;
}

.wlc-scr-reft_icon p {
    margin-top: 17px;
}

@media screen and (max-width: 1280px) {
    .welcome-scr .column-right img {
        width: 52%;
    }
}

@media screen and (max-width: 1080px) {
    .featured-video .base-img-wrapper {
        top: 3.5%;
    }
}

@media screen and (max-width: 743px) {
    .welcome-scr .column-right img {
        width: 70%;
    }
    .row {
        flex-flow: column;
        max-width: 390px;
        margin: 68px auto 0 auto;
        padding: 0;
    }
    .site-header__nav-content-logo{
        height: 18px;
    }
    .navbar {
        height: 65px;
        padding: 0px 0 0 6px;
    }
    .site-header__nav-content-logo {
        width: 128px;
    }
    p.mobile,
    h4.mobile {
        display: block;
    }
    p.desktop,
    h4.desktop {
        display: none;
    }
    .welcome-content-wrapper .column-left {
        padding: 13% 5% 0 5%;
    }
    .welcome-content-wrapper .column-left,
    .welcome-content-wrapper .column-right {
        width: 100% !important;
    }
    .welcome-content-wrapper .heading {
        font-size: 34px;
        line-height: 34px;
        margin: 0;
        padding: 0 3%;
    }
    .welcome-content-wrapper .para {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.1px;
        padding: 0 3%;
    }
    .welcome-content-wrapper .para-mb-1 {
        padding-top: 11px;
    }
    .welcome-content-wrapper .para-mb-2 {
        padding-top: 5px;
    }
    .welcome-content-wrapper .para-mb-3 {
        padding-top: 5px;
    }
    .get-start {
        width: 212px;
        height: 50px;
        padding: 8px 0;
        margin: 26px 0 0 11px;
        font-size: 16px;
    }
    .wlc-scr-vector,
    .wlc-scr-reft_icon {
        display: none;
    }
    /* >>feature video starts<< */
    .featured-video .base-img-wrapper {
        top: 0;
    }
    .phone_video_wrapper {
        top: 1%;
        left: 14%;
        width: 73%;
    }
    .base-img-wrapper {
        /* box-shadow: 31px 34px 36px -10px #000000; */
        position: absolute;
        width: 80%;
        left: 10%;
        top: 0;
    }
    .welcome-content-wrapper .mobile-screen-column,
    .thankyou-wrapper .mobile-screen-column {
        margin-top: 8%;
        margin-bottom: 8%;
        /* height: 85vh; */
        text-align: center;

    }
    .welcome-content-wrapper, .thankyou-wrapper{
        min-height: 1px;
    }
    .shadow-wrapper {
        display: none;
    }
    /* >>feature video ends<< */
}


/* welcome ends */


/* screen 1 starts */

.screen-1-wrapper {
    background-color: #f8f5eb;
    padding-bottom: 2%;
}

.screen-1-wrapper .base-img-wrapper {
    left: 21%;
}

.screen-1-wrapper .phone_video_wrapper {
    left: 24%;
}


/* .screen-3-wrapper .base-img-wrapper {top: 1.5%} */


/*.screen-3-wrapper .phone_video_wrapper*/

.row.screen-1 .column-left {
    padding: 6% 3.4% 0 6.2%;
    width: 55%;
}

.row.screen-1 .column-right {
    width: 45%;
}

.row.screen-1 .column-left h4 {
    color: #3e5a5b;
    font-size: 50px;
    font-weight: 400;
    font-family: "Recoleta";
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 0.5px;
}

.row.screen-1 .column-left .form-wrapper {
    margin: 22px 0 47px 0;
}

.screen-1 .para-dsk-1 {
    padding: 0 1% 0 0.5%;
}

.screen-1 .para-dsk-2 {
    padding: 1.7% 0 0 0.7%;
}

.screen-1-vector {
    margin: 43px 0 0 2px;
}

.screen-1-reft_icon {
    margin-top: 6px;
}

.screen-1-reft_icon .para {
    padding-top: 11px;
}

.screen-1-reft_icon .reft_icon_para p {
    padding: 10px 0 0 0;
}

@media screen and (max-width: 743px) {
    .row.screen-1 .column-left,
    .row.screen-1 .column-right {
        width: 100% !important;
    }
    .row.screen-1 .column-left {
        padding: 13% 5% 0 5%;
    }
    .row.screen-1 .column-left h4 {
        font-size: 34px;
        line-height: 41px;
        padding: 0 0 0 16px;
    }
    .row.screen-1 .column-left .form-wrapper {
        margin: 14px 17px 25px 10px;
    }
    .row.screen-1 .column-left .para-mb-1 {
        padding: 0 11px;
        font-size: 14px;
        line-height: 21px;
        word-spacing: 0.6px;
    }
    .row.screen-1 .column-right,
    .row.screen-2 .scr2-right-column,
    .row.scr-2-5 .column-right,
    .row.screen-3 .column-right {
        display: none;
    }
    /* form starts */
    .form__group {
        width: 100%;
    }
    .row.screen-1 .column-left .form-wrapper .form__group.scr-2 {
        margin-top: 47px;
    }
    .row.screen-1 .column-left .form-wrapper button {
        margin: 50px 0 0 0;
    }
    .row.screen-1 .form__group {
        width: 100%;
    }
    .row.screen-1 .form__group.scr-1,
    .row.screen-1 .form__group.scr-2 {
        width: 100%;
    }
    /* form ends */
    .screen-1-vector {
        margin: 31px 0 0 2px;
    }
    .screen-1-reft_icon {
        margin-top: 2px;
        padding-left: 4px;
    }
    .screen-1-reft_icon .reft_icon_para {
        padding-top: 6px;
    }
    .screen-1-reft_icon .reft_icon_para p {
        padding: 10px 0px 0 2px;
    }
}


/* screen 1 ends */


/* screen 2 starts */

.row.screen-2 .column-left {
    width: 55%;
    padding: 6% 0 0 6.2%;
}

.row.screen-2 .column-right {
    width: 45%;
}

.row.screen-2 .column-left h4 {
    font-family: "Recoleta";
    font-size: 50px;
    font-weight: 400;
    color: #3e5a5b;
    padding: 0;
    margin: 0;
}

.row.screen-2 .column-left h4.first-line {
    letter-spacing: 0.7px;
}

.row.screen-2 .column-left h4.second-line {
    letter-spacing: 0.51px;
}

.row.screen-2 .scr2-right-column .mobile-screen-column {
    text-align: end;
    /*padding: 0 0 0 25.5%; OLD*/
    padding: 0 0 0 28%;
}

.row.screen-2 .column-left .form__group {
    margin: 0;
    width: 63%;
    padding: 25px 0 0 3px;
}

.row.screen-2 .column-left .form__field:placeholder-shown~.form__label {
    font-size: 18px;
    line-height: 26px;
    font-family: "Inter";
    cursor: text;
    color: #3e5a5b;
    top: 45px;
}
.row.screen-2 .form__field:focus ~ .form__label{
    top:0 !important;
    text-transform: uppercase;
 }

.row.screen-2 .screen-2-vector {
    margin: 33px 0 0 4px;
}

.screen-2-reft_icon .reft_icon_para p {
    padding: 18px 0 0 0;
}

.screen-two, .scr-2-5-wrapper {
    background-color: #f8f5eb;
    padding-bottom: 2%;
}


.screen-3-wrapper {
    background-color: #f8f5eb;
    padding-bottom: 2%;
}

.scr2-right-column {
    display: flex;
    /*align-items: center;
  margin: 88px 0 0; OLD */
    align-items: flex-start;
    margin-top: 11px 0 0;
}

.screen2-column .form__group {
    width: 66.5%;
    margin: 0;
    padding: 24px 0 0;
}

.screen2-column .para.screen2-para {
    padding: 1% 7% 1% 0%;
}

.screen2-column #btn_next {
    margin: 42px 0 53px;
}

.screen2-column .sub-para {
    font-weight: 700;
}

.screen-two .scr2-right-column{
    padding-top: 6.2%;
}
@media screen and (max-width: 1366px) {
    .row.screen-2 .scr2-right-column .mobile-screen-column img {
        width: 350px;
    }
    .row.screen-2 .scr2-right-column .mobile-screen-column {
        padding-left: 10%;
    }
}
@media screen and (max-width: 1080px) {
    /* .welcome-content-wrapper .column-left,
  .row.screen-1 .column-left {padding: 6.2% 3% 0 3%;} */
    .row.screen-2 .scr2-right-column .mobile-screen-column img {
        max-width: 290px;
    }
}

@media screen and (max-width: 743px) {
    /* .screen-1-wrapper,
    .screen-two,
    .scr-2-5-wrapper,
    .screen-3-wrapper {
        min-height: 100vh;
    } */
    .row.screen-2 .column-left {
        width: 100% !important;
    }
    .row.screen-2 .column-left h4 {
        font-size: 34px;
        line-height: 38px;
    }
    .row.screen-2 .column-left h4.first-line {
        padding: 0 0 0 10px;
    }
    .row.screen-2 .column-left{
        padding: 13% 0 0 6.2%;
    }
    .row.screen-2 .column-left h4.second-line {
        padding: 0 0 0 11px;
    }
    .row.screen-2 .column-left .form__group {
        margin: 0;
        width: 100%;
        padding: 33px 40px 0 7px;
    }
    .row.screen-2 .column-left .form__field:placeholder-shown~.form__label {
        top: 43px;
        left: 18px;
    }
    .screen2-column #btn_next {
        margin: 40px 0px 0 5px;
    }
    .screen2-column .para-dsk-1,
    .screen2-column .para-dsk-2 {
        font-size: 14px;
        line-height: 27px;
    }
    .screen2-column .para.screen2-para.para-dsk-1 {
        padding: 27px 25px 0px 8px;
    }
    .screen2-column .para.screen2-para.para-dsk-2 {
        margin-bottom: 0;
        padding: 16px 25px 0px 7px;
    }
    .row.screen-2 .screen-2-vector {
        margin: 49px 0 0 0;
        width: 100%;
    }
}


/* screen 2 ends */


/* screen 2.5 starts */

.row.scr-2-5 .column-left {
    width: 55%;
    padding: 6% 0 0 6%;
}

.row.scr-2-5 .column-right {
    width: 45%;
}

.row.scr-2-5 .sent-code {
    font-family: "Recoleta";
    font-size: 50px;
    font-weight: 400;
    color: #3e5a5b;
    line-height: 65px;
    letter-spacing: 0.5px;
    margin: 0 0 0 2px;
    padding: 0;
}

.code-wrapper {
    width: 50%;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}

.row.scr-2-5 .column-left form {
    position: relative;
}

.row.scr-2-5 .column-left form div#error-msg {
    position: absolute;
    bottom: 40%;
    font-size: 14px;
    color: #af2c2c;
}

.row.scr-2-5 .form__field {
    width: 41px;
    text-align: center;
}

.row.scr-2-5 .s2_5p {
    font-size: 18px;
    line-height: 26px;
    font-family: "Inter";
    font-weight: 400;
    max-width: 754px;
    margin: 7px 0 0 7px;
}

.row.scr-2-5 .s2_5p .sub-para {
    font-weight: 600;
}

.row.scr-2-5 .next-resend-wrapper {
    margin: 71px 0 0 4px;
}

.row.scr-2-5 #btn_otp {
    margin: 0;
}

.row.scr-2-5 #btn_otp_resend {
    margin: 0;
}

.row.scr-2-5 .resend {
    display: inline-block;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 13px 0 0 75px;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    color: #3e5a5b;
    font-weight: normal;
    font-style: normal;
}

.row.scr-2-5 .resend:focus,
.next:focus {
    box-shadow: none;
}

.row.scr-2-5 .para.screen-2-5 {
    margin: 70px 0 49px 3px;
    padding: 0 50px 0 0;
}

.scr-2-5-reft_icon .reft_icon_img {
    margin: 8px 12px 0 8px;
}

.row.scr-2-5 .scr-2-5-reft_icon .reft_icon_para p {
    padding: 8px 0 0 2px;
    margin-bottom: 0;
}

.btn-enabled {
    background-color: #dd5d28;
    &:disabled {
        background-color: #CECECE;
    }
}

#resend_advice {
    margin-top: 1em;
}


@media screen and (max-width: 1200px) {
    .row.scr-2-5 .form__field {
        width: 20px;
    }
}

@media screen and (max-width: 743px) {
    .row.scr-2-5 .column-left {
        width: 100% !important;
    }
    .row.scr-2-5 .column-left {
        padding: 13% 5% 0 5%;
    }
    .row.scr-2-5 .sent-code {
        font-size: 34px;
        line-height: 38px;
        margin: 0;
        padding: 0 0 0 14px;
    }
    .row.scr-2-5 .s2_5p {
        font-size: 14px;
        margin: 0;
        padding: 9px 76px 0 12px;
    }
    .row.scr-2-5 .s2_5p .sub-para {
        font-weight: 600;
        letter-spacing: 0;
    }
    .row.scr-2-5 .code-wrapper {
        width: 86%;
        margin-top: 35px;
        margin-left: 6px;
        max-width: 294px;
    }
    .row.scr-2-5 .form__field {
        width: 12%;
    }
    .row.scr-2-5 .next-resend-wrapper {
        margin: 54px 0 0 9px;
    }
    .row.scr-2-5 #btn_otp {
        margin: 0;
        font-size: 18px;
    }
    .row.scr-2-5 .resend {
        font-size: 18px;
        padding: 0 0 0 17%;
    }
    .row.scr-2-5 .para.screen-2-5 {
        font-size: 14px;
        line-height: 21px;
        margin: 25px 0 32px 11px;
        padding: 0 25px 0 0;
    }
    .scr-2-5-reft_icon .reft_icon_img {
        margin: 8px 12px 0 11px;
    }
    .row.scr-2-5 .scr-2-5-reft_icon .reft_icon_para p {
        padding: 10px 0 0 2px;
    }
    .row.scr-2-5 .column-left form div#error-msg {
        bottom: 30%;
    }
}

@media screen and (max-width: 320px) {
    .row.scr-2-5 .resend {
        padding: 0 0 0 10%;
    }
}


/* screen 2.5 ends */


/* screen 3 starts */

.row.screen-3 .column-left {
    width: 55%;
    padding: 6% 0 0 6.2%;
}

.row.screen-3 .column-right {
    width: 45%;
}

.screen-3-wrapper .screen3-col h4 {
    font-family: "Recoleta";
    color: #3e5a5b;
    font-weight: 400;
}

.screen-3-wrapper .screen3-col h4.desktop {
    font-size: 47px;
    line-height: 59px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0;
    width: 771px;
}

@media screen and (max-width: 1400px) {
    .screen-3-wrapper .screen3-col h4.desktop {
        max-width: 771px;
        width: auto;
    }
}

.screen-3-wrapper .screen3-col h4.mobile {
    font-size: 25px;
    line-height: 32px;
    padding: 0 0 0 16px;
    margin: 0;
    letter-spacing: 0.5px;
}

.row.screen-3 button#btn_next,
.row.screen-3 .screen-3-vector {
    margin: 44px 0 0;
}

.row.screen-3 .screen3-text {
    margin: 47px 57px 0 0;
}

.row.screen-3 .screen-3-reft_icon {
    padding: 18px 0 0 0;
}

.row.screen-3 .screen-3-reft_icon p {
    margin: 0;
}

@media screen and (max-width: 743px) {
    .row.screen-3 .column-left {
        width: 100% !important;
        padding: 13% 5% 0 5%;
    }
    .row.screen-3 .column-left form {
        padding: 27px 17px 0 10px;
    }
    .row.screen-3 button#btn_next {
        margin: 25px 0 0;
        font-size: 18px;
    }
    .row.screen-3 .screen3-text {
       margin-right: 0;
    }
    .row.screen-3 .screen3-text .para{
        font-size: 14px;
        line-height: 21px;
    }
    .row.screen-3 .screen-3-vector {
        margin: 48px 0 0 23px;
    }
    .row.screen-3 .screen-3-reft_icon {
        padding: 16px 0 0 6px;
    }
}


/* screen 3 ends */


/* screen thankyou starts */

.row.scr-thankyou .column-left {
    width: 55%;
    padding: 6.3% 0 0 6.2%;
}

.row.scr-thankyou .column-right {
    width: 45%;
    padding: 16px 44px 0 0;
}

.row.scr-thankyou .column-left h4 {
    font-weight: 400;
    color: #ffffff;
    padding: 0;
    letter-spacing: 0.5px;
}

.row.scr-thankyou .column-left .thankyou-para1 {
    padding: 12px 9px 12px 0;
}

.row.scr-thankyou .column-left .thankyou-para2 {
    padding: 0 19px 11px 0;
}

.row.scr-thankyou .column-left .thankyou-para3 {
    padding: 0 40px 10px 0;
}

.row.scr-thankyou .form-check {
    padding-left: 1.45rem;
}

.row.scr-thankyou #btn-get-maavee {
    width: 282px;
    padding: 8px 0;
    margin: 29px 0 49px 0;
    font-weight: 400;
    letter-spacing: 1px;
}

.row.scr-thankyou .form-check-label {
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    font-family: "Inter";
    line-height: 28px;
    vertical-align: top;
    margin: 5px 0 0 20px;
    letter-spacing: -0.2px;
}

.row.scr-thankyou input[type="checkbox"] {
    position: relative;
}

.row.scr-thankyou input[type="checkbox"]::before {
    content: "";
    position: absolute;
    border-radius: 2px;
    width: 25px;
    height: 25px;
    border: 1px solid #ffffff;
    background-color: #193a3e;
}

.row.scr-thankyou input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 7px;
    width: 9px;
    height: 20px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(40deg);
}

.row.scr-thankyou .screen-ty-vector {
    padding: 2px 0 2px 0;
}

.row.scr-thankyou .screen-ty-reft_icon .reft_icon_img {
    margin: 6px 12px 0 0;
}

.row.scr-thankyou .screen-ty-reft_icon .reft_icon_para_s0 {
    padding: 8px 0 0 0;
}

.row.scr-thankyou .screen-ty-reft_icon .reft_icon_para_s0 p {
    margin: 0;
}
.thankyou-wrapper .column-right img{
    width: 64%;
}

@media screen and (max-width: 1280px) {
    .row.scr-thankyou .column-right img {
        width: 52%;
    }
}

@media screen and (max-width: 743px) {
    .row.scr-thankyou .column-left,
    .row.scr-thankyou .column-right {
        width: 100% !important;
    }
    .row.scr-thankyou .column-left {
        padding: 13% 7% 0 7.2%;
    }
    .row.scr-thankyou .column-left h4 {
        font-size: 34px;
        line-height: 38px;
    }
    .row.scr-thankyou .column-left .para,
    .row.scr-thankyou .form-check-label {
        font-size: 14px;
        line-height: 21px;
        padding: 5px 0 0 0;
    }
    .row.scr-thankyou input[type="checkbox"]::before {
        content: "";
        position: absolute;
        border-radius: 2px;
        top: -3px;
        width: 18px;
        height: 18px;
        border: 1px solid #ffffff;
        background-color: #193a3e;
    }
    .row.scr-thankyou input[type="checkbox"]:checked::after {
        content: "";
        position: absolute;
        top: -2px;
        left: 5px;
        width: 7px;
        height: 14px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(40deg);
    }
    .row.scr-thankyou input[type="checkbox"] {
        margin-top: 12px;
    }
    .row.scr-thankyou .column-right {
        padding: 16px 45px;
    }
    .row.scr-thankyou .column-right img {
        width: 70%;
    }
}


/* screen thankyou ends */
.playstore img { width: 200px; }
