body,
html {
    height: 100%;
    width: 100%
}
*,
:after,
:before,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    padding: 0;
    margin: 0
}
a,
a:focus,
a:hover,
button,
input,
select,
textarea {
    text-decoration: none;
    outline: 0
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
body,
header,
html {
    width: 100%
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 100%
}
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
    -webkit-tap-highlight-color: transparent;
    word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    word-wrap: break-word;;
}
a:hover{
    text-decoration: none;
    color: #253A71;
}
a,
button,
input,
select,
textarea {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding: 0;
    margin: 0;
    color: inherit;
}
select{
    appearance: none;
}
button:focus{
    outline: none;
}
ul,
ul li {
    list-style: none;
}
::-moz-selection {
    color: #fff;
    background: #001C52
}
::selection {
    color: #fff;
    background: #001C52
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #707070;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}
figure{
    margin-bottom: 0;
}
figure picture img,
figure picture source{
    width: 100%;
}
picture {
    display: block;
}
.clear:after,
.clear:before {
    content: "";
    display: table
}
.clear:after {
    clear: both
}
.hiddenDesktop {
    display: none !important;
}
.hide {
    display: none;
}


/* logo */
.logo{
    position: absolute;
    top: 20px;
    left: 5%;
    z-index: 99;
}
.logo img{
    width: 250px;
    height: auto;
}
.left-img{
    height: 100%;
    position: relative;
}
picture,
picture{
    height: 100%;
}
.left-img source,
.left-img img{
    position: absolute;
    object-fit: cover;
    height: 100%;
}
/* box-link */
.box-link{
    background: #253A71;
    border-radius: 8px;
    position: absolute;
    left: 30%;
    right: 10%;
    top: 50%;
}
.box-link p a,
.box-link p{
    color: #fff;
    padding: 20px;
    font-weight: 500;
    font-size: 20px;
}

/* landing-form start */
.form{
    /*padding: 70px 10% 20px 50px;*/
    padding: 70px 15% 20px 60px;
}
.form h1,.form h2{
    font-weight: 600;
    font-size: 32px;
    max-width: 550px;
    margin-bottom: 35px;
    letter-spacing: 0.005em;
}
.landing-form{
    position: relative;
}
.form_radio_btns {
    border-bottom: 1px solid #555;
    margin-bottom: 20px
}

.radio_btns {
    margin: 15px 0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.radio_btns .select_option {
    position: relative;
    width: auto;
    margin-right: 25px
}

.radio_btns .select_option:last-child {
    margin-right: 0
}

.radio_btns .select_option label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 14px
}

.radio_btns .select_option input {
    height: 1px;
    width: 1px;
    display: none;
    opacity: 0
}

.radio_btns .select_option .outside {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #555;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: 0 0
}

.radio_btns .select_option .inside {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #555;
    left: 2px;
    top: 2px;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0)
}

.radio_btns .select_option .no-transforms .inside {
    left: auto;
    top: auto;
    width: 0;
    height: 0
}

.radio_btns .select_option input:checked+.outside .inside {
    -webkit-animation: radio-select .1s linear;
    animation: radio-select .1s linear;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio_btns .select_option .no-transforms input:checked+.outside .inside {
    width: 10px;
    height: 10px
}

.input_container {
    position: relative;
    margin-bottom:30px;
}

.select_field {
    background: url(../img/drop-down-arrow.svg) no-repeat 96% center;
}

.select_field select {
    cursor: pointer
}

.input_container label {
    position: absolute;
    top: 14px;
    left: 15px;
    color: #939598;
    cursor: text;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-;
    z-index: 1
}

.input_container .floatlabel {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 8px;
    border: none;
    border: 1px solid #B6B6B6;
    font-size: 14px;
    outline: 0;
    width: 100%;
    padding: 12px 40px 12px 15px;
    background: 0 0
}

.input_container .floatlabel.red+label{
    color: red;
    font-size: 13px;
    top: -13px;
    left: 55px;
    padding: 0 3px;
    background: #fff;
}

.input_container .floatlabel.filled+label{
    color: #2DC22D!important;
    font-size: 13px;
    top: -13px;
    left: 25px;
    padding: 0 3px;
    background: #fff;
}
.input_container .floatlabel:focus+label {
    font-size: 13px;
    top: -13px;
    left: 25px;
    padding: 0 3px;
    color: #0085ED;
    background: #fff;
}
.input_container.mobile .code{
    position: absolute;
    border-radius: 8px;
    border: 1px solid #B6B6B6;
    padding: 12px;
    color: #414141;
    width: 50px;
    font-size: 14px;
    left: 0;
    z-index: 9;
}
.input_container.mobile label{
    left: 65px;
}
.input_container.mobile .floatlabel{
    padding: 12px 40px 12px 65px ;
}
.input_container.mobile .floatlabel.filled+label, 
.input_container.mobile .floatlabel:focus+label{
    left: 75px;
}
.input_container.mobile .floatlabel.filled,
.input_container.mobile .floatlabel:focus{
    border: 1px solid #0085ED;
}
.input_container .done{
    position: absolute;
    right: 15px;
    top:12px
}
.input_container .done img{
    width: 20px;
}
.input_container .floatlabel:focus {
    border: 1px solid #0085ED;
}
.input_container .floatlabel.filled,
.input_container.mobile .floatlabel.filled{
    border: 1px solid #2DC22D!important;
}

.input_container.mobile .floatlabel.filled+span,
.input_container.mobile.green .code{
    border: 1px solid #2DC22D!important;
}
.code.blue{
    border: 1px solid #0085ED !important;
}

.floatlabel.red{
    border: 1px solid red !important;
}
.input_container .floatlabel.red+label{
  
    color: red;
}
.checkRed{
    color: red;
}
.input_container select{
    border: 1px solid #B6B6B6;
    font-size: 14px;
    appearance: none;
    border-radius: 8px;
    width: 100%;
    padding:12px 10px;
    background: url(../img/drop-down-arrow.svg) no-repeat 98% center;
}
/* .input_container select.select-filled{
    border: 1px solid #0085ED
} */
.input_container select:focus{
    border: 1px solid #2DC22D;
}

.btn{
    background: #253A71;
    border-radius: 40px;
    font-size: 16px;
    padding: 10px 50px;
    color: #fff;
}
.btn.disable{
    background: #677FBD;
    pointer-events: none;
}
.btn:hover{
    color: #fff;
}

.checkbox {
    margin-bottom: 15px
}

.checkbox .checkbox-group {
    position: relative
}

.checkbox .checkbox-group input {
    display: none;
    cursor: pointer
}

.checkbox .checkbox-group label {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding-left: 25px
}

.checkbox .checkbox-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #B6B6B6;
    padding: 7px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    top: 2px;
    position: absolute;
    left: 0;
    border-radius: 2px;
}

.checkbox .checkbox-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox .checkbox-group input:checked+label:before{
    background: #B6B6B6;
}
.error{
    position: absolute;
    background: #0085ED;
    border-radius: 4px;
    padding: 10px 10px;
    width: 175px;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: 65px;
    z-index: 99;
    font-size: 13px;
    line-height: 1.5;
}
.error:before{
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #0085ED;
}
/* .error-box .floatlabel{
    border: 1px solid #FF0101;
} */
.error-box label{
    /* color: #FF0101; */
    font-size: 13px;
    top: -13px;
    left: 25px;
    background: #fff;
}
.error-box .mobile .code{
    border: 1px solid #FF0101;
}
.error-box .done span{
    color:#FF0101;
}
/* landing-form end */


/* disclaimer */
.disclaimer {
    margin-top: 40px;
}
.disclaimer h3{
    font-size: 15px;
    text-decoration: underline;
    font-weight: 300;
    margin-bottom: 15px;
}
.disclaimer p{
    margin-bottom: 10px;
    font-size: 12px;
}

/* otp-popup */
.otp-popup{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
    transition: 0.5s;
}
.otp-popup .otp-main{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 650px;
    background: #fff;
    border-radius: 60px 60px 0px 0px;
    padding: 5%;
    text-align: center;
}
.otp-popup .otp-main h2{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 32px;
}
.otp-popup .otp-main h3{
    margin-bottom: 30px;
    font-size: 28px;
}
.otp-popup .otp-main .otp.input_container .floatlabel{
    padding: 12px 70px 12px 15px;
}
.otp-popup .otp-main .btn{
    margin-top: 20px;
    padding: 10px 70px;
}
.done span{
    color:#2DC22D;
    font-weight: 600;
}


.successfully {
    max-width: 650px;
    margin:40px auto;
    padding: 20px;
}
.successfully figure{
    width: 150px;
    height: 150px;
    text-align: center;
    margin: auto;
}
.successfully figure{
    width: 180px;
    height: 180px;
    text-align: center;
    margin: auto;
}
.successfully h3{
    color: #414141;
    font-size: 28px;
    font-weight: 600;
    margin: 30px 0;
    text-align: center;
}
.successfully-result{
    margin: 500px;
    background: #F9F9F9;
    border: 1px solid #ECECEC;
    margin: 50px 0;
    padding: 0 20px;
}
.successfully-result p{
    padding: 10px;
}

.box-links-new{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
    padding:0 20px;
}
.box-links-new p a{
    margin: 5px;
    padding: 15px;
    color: #fff;
    background: #253A71;
    height: 80px;
    border-radius: 8px;
    font-size: 17px;
    transition: 0.5;
}
.box-links-new p a:hover{
    color: #253A71;
    background: #fff;
}
.d-none-error{
    display: none !important;
}
.copyright {
	background: #223a72!important;
	padding: 10px 0;
}
.copyright p,
.copyright p a {
	color: #fff;
}
.modal-body p, .modal-body p a, .modal-header h4 {
    color: #000000;
}
.link {
    text-decoration: underline;
}
.resendotp{
    cursor: pointer; margin-bottom:20px; float:right;color: #223a72; font-weight: 700; margin-top: -25px;
}


/* --------  responsive  -------- */
@media only screen and (min-device-width: 1920px) and (max-device-width: 2560px) {

    body{
        font-size: 16px;
        line-height: 28px;
    }
    .logo img {
        width: 300px;
        height: auto;
    }
    .form h1,.form h2{
        font-size: 40px;
        margin-bottom: 40px;
    }
    .input_container{
        margin-bottom: 35px;
    }
    .input_container .floatlabel{
        padding: 20px 40px 20px 20px;
        font-size: 16px;
    }
    .input_container.mobile .floatlabel {
        padding: 20px 40px 20px 95px;
    }
    .input_container.mobile .code{
        padding: 20px;
        width: 70px;
    }
    .input_container label{
        top: 23px;
        left: 20px;
    }
    .error-box label{
        font-size: 15px;
        top: -14px;
    }
    .input_container.mobile label {
        left: 80px;
    }
    .input_container select{
        padding:22px 20px;
        font-size: 16px;
    }
    .btn {
        border-radius: 40px;
        font-size: 22px;
        padding: 13px 80px;
        color: #fff;
    }
    .disclaimer h3 {
        font-size: 20px;
    }
    .error{
        top: 85px;
        font-size: 14px;
    }

    .box-link p a, 
    .box-link p,
    .box-links-new p a {
        padding: 25px;
        font-size: 24px;
        line-height: 1.7;
    }
    .box-links-new p a{
        height: 130px;
    }

    .otp-popup .otp-main{
        max-width: 800px;
    }
    .otp-popup .otp-main h2 {
        margin-bottom: 15px;
        font-size: 36px;
    }
    .otp-popup .otp-main h3 {
        margin-bottom: 40px;
        font-size: 32px;
    }
    .otp-popup .otp-main .otp.input_container .floatlabel {
        padding: 20px 70px 20px 15px;
    }

    .successfully h3 {
        font-size: 38px;
        margin: 50px 0;
    }
}

@media only screen and (max-width:1280px) {}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:991px) {
    .form {
        padding: 50px 10% 10px 40px;
    }
    .form h1,.form h2{
        font-size: 26px;
        margin-bottom: 30px;
    }
    .input_container{
        margin-bottom: 25px;
    }
    .disclaimer {
        margin-top: 30px;
    }
    .box-link{
        left: 10%;
    }
    .box-link p a, .box-link p {
        padding: 15px;
        font-size: 16px;
    }
}

@media only screen and (max-width:767px) {
    body{
        font-size: 13px;
    }
    .hiddenDesktop {
        display: block !important;
    }
    .hiddenMobile {
        display: none !important;
    }
    .logo {
        top: 5px;
        left: 3%;
    }
    .logo img {
        width: 130px;
        height: auto;
    }
    .box-link {
        background: rgb(255 255 255 / 60%);
        border-radius: 8px;
        position: absolute;
        left: 3%;
        right: unset;
        top: unset;
        bottom: 20px;
        max-width: 190px;
        text-align: center;
    }
    .box-link p a, .box-link p{
        color: #414141;
        font-size: 15px;
        font-weight: 300;
        padding: 10px;
    }
    .left-img source, .left-img img{
        position: static;
    }
    .form {
        padding: 20px 43px;
    }
    .form h1,.form h2{
        font-size: 14px;
    }
    
    .form .col-6,
    .form .col-sm-12, .form .col-12{
        padding: 0 10px;
    }
    .input_container .floatlabel{
        padding: 9px 40px 9px 15px;
    }
    .input_container.mobile .floatlabel {
        padding: 9px 40px 9px 65px;
    }
    .input_container.mobile .code{
        padding: 9px;
    }
    .input_container label{
        top: 10px;
    }
    .error-box label{
        top: -13px;
    }

    .disclaimer{
        margin-top: 50px !important;
    }
    .successfully{
        margin: 50px auto 0 auto;
    }
    .successfully h3{
        font-size: 18px;
    }
    .successfully figure{
        width: 90px;
        height: 90px;
    }
    .successfully-result{
        padding: 0;
        margin: 30px 0;
    }
    .successfully-result p {
        padding: 7px;
    }
    .select_field {
        background: url(../img/drop-down-arrow.svg) no-repeat 94% center;
    }
    .box-links-new{
        top: unset;
        bottom: 5px;
    }
    .box-links-new p a {
        margin: 3px;
        padding: 5px 8px;
       color: #fff;
        background: #253A71;
        height: 45px;
        border-radius: 8px;
        font-size: 12px;
        line-height: 17px;
    }
    .resendotp{
       margin-bottom:15px;
    }
  
/*	 #mobile_number_msg>label{

        font-size: 10px;
    }*/
    .input_container.mobile .floatlabel.filled+label, .input_container.mobile .floatlabel:focus+label{
        left:60px;
    }						 
    .input_container.mobile .code{
    width: 45px;
    }
    .copyright .text-right {
		text-align: left !important;
	}
}
