/* .landing__register-submit{
    background: rgb(127,208,217);
    background: linear-gradient(320deg, rgba(127,208,217,1) 10%, rgba(172,255,78,1) 100%);
    border:2px solid #000;
    width: 10em;
    display: inline-block;
    border-radius: 6px;
    padding: .5em;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    text-transform:capitalize;
    color: black;
    
}
.landing__register-submit:hover, .landing__register-submit:focus{
    background:#fff;
    border:2px solid #000;
} */
.landing__register-submit {
    background: #041A55;
    border:1px solid #000;
    width: 328px;
    height: 56px;
    display: inline-block;
    border-radius: 32px;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    font-family: 'Inter';
    font-weight: 600;           /* Semibold */
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.landing__register-wrap .contact-form-v2__form, .landing__nav-wrap{
    background: white;
    flex-direction:row;
}
.landing__register-enter-info {
    color: #000 !important;
}
.landing__register-disclaimer {
    line-height: 20px;
    color: #000 !important;
}
div.landing__register-textbox {
    border: 1px solid #000;
    border-radius: 6px;
    margin:0;
}

@media screen and (min-width: 968px) {
    .landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1) {
        max-width: 100%;
    }
}
.landing__register-wrap{
    padding:0 0 30px 0;
}

.topTxt{
    font-size:24px;
    font-weight:bold;
}
.logos{
    float:right;
    display:flex;
}

.landing-footer-copyright .landing-footer-copyright-c, .landing-footer-copyright .landing-footer-copyright-c a{
    color:#000;
}
.landing-footer .landing-section-block{
background:#f0f3f5;
}

.mod-page-wrap--landing .landing__register-wrap .htmlModuleWrap {
    background: transparent;
    display: none;
}
.contentArea ul li{
    width:100%;
    font-size:20px;
    color:#01203c;
}

.landing__register-textbox .defaultInput{
    margin:0;
}
ul li::before, ul li:before{
    display:none;
}
ul li{
    padding: 1.5em 1em .5em 2.25em;
}
.mod-page-wrap.mod-page-wrap--landing, .mod-page-wrap--landing .htmlModuleWrap, .mod-page-wrap--landing .landing__block{
    font-family:'Roboto', sans-serif;
}

.contentArea p{
    font-size:28px;
}
@media screen and (max-width:1030px){
    .address{
        width:100%;
    }
}
@media screen and (max-width:940px){
    .landing__register-wrap{
        gap:50px;
        flex-wrap:wrap;
        justify-content:center;
    }
    .mobileApp{
        margin:auto;
    }
    .contentArea{
        width: 455px;
    text-align: center;
    }
    .logos{
        float:none;
        justify-content:center;
    }
}

@media screen and (max-width:767px){
    .landing-footer-copyright{
        left:0;
    }
}
@media screen and (max-width:420px){
    .mblAppIcon{
        flex-wrap:wrap;
        justify-content:center;
    }
    .mobileApp{
        width:auto;
        margin:.5em;
    }
}
@media screen and (max-width:600px){
    .logos img{
        width:135px !important;
        float:none !important;
    }
}
@media screen and (max-width:340px){
    .landing__register-wrap .contact-form-v2__form{
        padding:2em 0;
        width:264px !important;
    }
}
@media screen and (max-width:767px){
    .landing-footer-copyright .landing-footer-copyright-b{
        text-align:center;
    }
}
@media screen and (min-width: 768px){
    .landing__register-wrap{
        align-items:flex-start;
    }
        .landing__register-wrap .contact-form-v2__form {
        width: 455px;
        height:450px;
        }
}
@media screen and (max-width:480px){
    .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect{
        font-size:13px;
    }
}