/* @font-face {
    font-family: 'Effra';
    font-style: normal;
    font-weight: normal;
    src: local('Effra'), url('Effra_Std_Rg.woff') format('woff');
} */

/* @font-face {
    font-family: 'Effra Light';
    font-style: normal;
    font-weight: normal;
    src: local('Effra Light'), url('Effra_Std_Lt.woff') format('woff');
} */

@font-face {
    font-family: 'Effra Medium';
    src: url("Effra_Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Effra Light';
    src: url("Effra_Std_Lt.ttf") format("truetype");
}

@font-face {
    font-family: 'Effra Regular';
    src: url("Effra_Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Effra Bold';
    src: url("Effra_Bold.ttf") format("truetype");
}

body {
    color: #262626;
    font-family: "Effra Regular",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-size: 18px;
    min-width: 320px!important;  
}

.bg-light {
    background-color: #ffffff!important;
}

.form-group{
    border: 1px solid #dfe1ee;
    padding: 16px;
}

.form-group label{
    font-family: 'Effra Medium';
    color: #003b5c;
    padding-left: 1px;
    margin-bottom:0px;
    font-size: 14px;
    line-height: 17px;
    color: #003b5c;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    font-style: normal;
    display: block;
    margin-bottom: 8px;
}

.form-group input,.form-group select{
    font-family: 'Effra Regular';
}
.mobile-number-holder input{
    padding-left: 6px;
}
.mobile-number-holder .mobile-number-extension {
    background: #ffffff!important;
    padding: 11px 4px!important;
    border-right: 1px solid #ccc!important;
}

footer {
    border-top: 1px solid rgba(0,0,0,.3);
    padding: 20px 0;
    margin-top: 80px;
    position: relative;
    background: #003b5c;
    color: #fff;   
}

footer ul a {
    font-size: 13px;
    color: #fff;
}

.message {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;    
}
.message.success {
color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.message.error, .message.validation, .message.required {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;    
}

.form-control {
    background-color: #ffffff;
    background-image: none;
    border-radius: 4px;
    color: #000;
    display: block;
    font-size: 18px;
    height: auto;
    padding: 10px 0px;
    box-shadow: none;
    border: 1px solid #fff;    
}
.navbar a.text-dark{
    font-size: 16px;
    line-height: 1.6;
    font-weight: 800;
    color: #003b5c!important;
    text-align: center;
    text-transform: capitalize!important;
    letter-spacing: initial;
    font-style: normal;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    background-color: #ffa300;
    padding: 20px 25px!important;
    background: linear-gradient(to left, #ffa300 50%, #ffc866 50%) right;
    background-size: 200%;
    text-decoration: none;
    cursor: pointer;
    line-height: 27px!important;
}

.userform .step-navigation {text-align: right;}
.userform .FormHeading {
    margin: 30px 0 20px 0;
    font-family: "Effra Bold",sans-serif;
    font-weight: 800;
    color: #333;
    font-size: 40px;
    line-height: 48px;
}
.userform input.checkbox {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;    
}
.userform .checkbox label {
    font-weight: 400;
    margin-bottom: 1rem;
}
.userform div.form-check {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.step-buttons {padding: 0;}
.userform-progress .step-button-jump {
    position: relative; 
    width: 100%;
    border: none;
    padding: 10px 2px;
    text-transform: capitalize;    
    background: #fff;
    color: #003b5c;
    border: 2px solid #003b5c;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    line-height: 30px;    
}
.userform-progress .step-button-wrapper {
    width: 33%;
}

.userform-progress .step-button-wrapper.current .step-button-jump {
    background: #003b5c;
    color: #fff;
}
.step-button-prev, .step-button-next, .action, button.btn-payment {
    color: #003b5c!important;
    font-size: 16px!important;
    font-weight: bold!important;
    padding: 10px 20px 9px!important;
    transition: all 0.2s!important;
    letter-spacing: 0.5px!important;
    border-radius: 0!important;
    border: 1px solid currentColor!important;
    text-transform: uppercase!important;
    text-align: center!important;
    cursor: pointer!important;
    min-width: 160px!important;
    background: #fff!important;
    text-decoration: none!important;
    position: relative!important;
    outline: none!important;   
}

/**
 * Login design
 */
html.login {
    background: #fff;
    height: 100vh;
    width: 100vw;
    position: relative; 
}
html.login:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg-login.jpg");
    background-size: cover;
    background-color: #2e2e2e;
    background-repeat: no-repeat;
    opacity: .1; 
}
html.login .login-details {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
    width: 85vw;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    height: 85vh; 
}
html.login .login-details:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10vw;
    height: 100%;
    background-image: url("../images/bg-login-side.jpg");
    background-size: cover;
    background-color: #2e2e2e;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px; 
}

@media screen and (min-width: 768px) {
    html.login .login-details:before {
        content: "";
        width: 15vw; 
    } 
}
@media screen and (min-width: 1140px) {
    html.login .login-details:before {
        width: 10vw; 
    } 
}
@media screen and (min-width: 768px) {
    html.login .login-details {
        padding: 30px;
        width: 70vw;
        height: 650px;
        padding-left: 18vw; 
    } 
}
@media screen and (min-width: 1140px) {
    html.login .login-details {
        width: 60vw;
        padding-left: 12vw; 
    } 
}
@media screen and (min-width: 1650px) {
    html.login .login-details {
        width: 50vw; 
    } 
}
html.login .login-details .logo {
    width: 130px;
    margin-bottom: 10px; 
}
@media screen and (min-width: 768px) {
    html.login .login-details .logo {
        width: 200px;
        margin-bottom: 20px; 
    } 
}
html.login .login-details p {
    width: 100%;
    margin-bottom: 10px; 
}
@media screen and (min-width: 768px) {
    html.login .login-details p {
        margin-bottom: 20px; 
    } 
}
html.login .login-details .powered-by {
    text-align: right;
    font-weight: 500;
}
html.login .login-details .powered-by a {
    color: #F96E11;
}
html.login .login-details .powered-by a:hover {
    opacity: .5; 
}
html.login .login-details .message.warning {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px; 
}
@media screen and (min-width: 768px) {
    html.login .login-details .message.warning {
        font-size: 14px;
        line-height: 18px;
    } 
}
/*html.login .login-details form label {
    font-size: 14px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    color: #8f8f8f;
}*/
html.login .login-details form input[type=text], .login .login-details form input[type=password] {
    font-family: "Barlow Condensed", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    border: 2px solid #ececec;
    padding: 15px;
}
html.login .login-details form input[type=text]:focus, html.login .login-details form input[type=password]:focus {
    outline: none;
}
/*html.login .login-details form input[type=submit] {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    padding: 15px 30px;
    border: 0;
    background: #8f8f8f;
    margin: 10px 0;
}
html.login .login-details form input[type=submit]:hover {
    background: #2e2e2e;
}*/

html.login .login-details form .field.checkbox {
  margin-top: 10px;
}
/*html.login .login-details form .field.checkbox label {
    float: left;
    width: calc(100% - 20px);
}*/
html.login .login-details form .field.checkbox input[type=checkbox] {
    float: left;
    position: relative;
    top: 4px;
    width: 20px;
}
html.login .login-details form #ForgotPassword {margin-top: 10px;}
html.login .login-details form #ForgotPassword a {
}

#MemberLoginFormContainer {
    background:#fff;
    width: 50%;
    margin: 10% auto;
    padding: 20px;
}

#MemberLoginFormContainer img {
    width: 50%;
    display: block;
    margin: 0 auto;
    float: none;
}

#MemberLoginForm_LoginFormx, #LostPasswordForm_lostPasswordForm {
    clear:left;
    width:300px;
    margin:0 auto;
    margin-top: 30px;
}
#MemberLoginForm_LoginFormx label, #LostPasswordForm_lostPasswordForm label, .contact-area label{
    font-size: 18px;
}

#MemberLoginForm_LoginFormx input, #LostPasswordForm_lostPasswordForm input, .contact-area input[type=text], .contact-area select, .contact-area textarea {
    background: #fdfdfd;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #9a9a9a;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
    color: #555555;
}
#MemberLoginForm_LoginFormx input[type=checkbox], #LostPasswordForm_lostPasswordForm input[type=checkbox]{
    width:20px;
    margin-top: 7px;
}



/* iPhone Portrait */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) { 
    #MemberLoginFormContainer {width: 100% !important;}
    #MemberLoginFormContainer img {width:100% !important;}
}

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2) { 
    #MemberLoginFormContainer {width: 100% !important;}
    #MemberLoginFormContainer img {width:100% !important;}
}

/* iPhoneX Portrait */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 812px) 
and (-webkit-min-device-pixel-ratio: 3) 
and (orientation: portrait) { 
    #MemberLoginFormContainer {width: 100% !important;}
    #MemberLoginFormContainer img {width:100% !important;}
}

/* iPad Portrait */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1) {
    #MemberLoginFormContainer img {width:100% !important;}
}

@media only screen and (max-width: 425px) {
    .step-buttons{
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        gap: 15px;        
    }
    .userform-progress .step-button-wrapper {
        width: 100%;
    }   
    nav.my-2 {
        margin-top: 1.5rem!important;
    } 
  }

.alert-info {
    color: #ffffff;
    background-color: #63a1bb;
    border-color: #63a1bb;
}