@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500");


body {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    color: #666666;
    font-weight: 300;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body a {
    font-weight: 400;
    color: #3B70B7;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
body a:hover, body a:active, body a:focus {
    color: #457ac1;
    text-decoration: none;
    outline: 0;
}

.body_welcome{
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: table;
    width: 100%;
}
.welcome{
    margin-top: 50px;
}
.body_welcome .container-fluid{}
.welcome .welcome_head{
    color: #ffffff;
    margin-top: 17vh;
    font-size: 45px;
    font-weight: 200;
}
.welcome .welcome_txt{
    color: #96D6ED;
    font-size: 21px;
    font-weight: 300;
    margin: 5px 0 0 0;
}
.welcome_icons{
    position: relative;
    display: table-footer-group;
}
.welcome_icons img{
    margin: 0px 0 40px 0px;
}

.left_side{
    min-height: 100vh;
    padding: 30px;
    width: 340px;
    background: url("../images/bg1.jpg") no-repeat;
    background-size: cover;
    position: fixed;
    z-index: 2;
}
.left_side:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: -moz-linear-gradient(150deg, rgba(0, 53, 78, 0.98) 15%, rgba(59, 112, 183, 0.8) 100%);
    background-image: -webkit-linear-gradient(150deg, rgba(0, 53, 78, 0.98) 15%, rgba(59, 112, 183, 0.8) 100%);
    background-image: linear-gradient(150deg, rgba(0, 53, 78, 0.98) 15%, rgba(59, 112, 183, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2196f3', endColorstr='#e6101a4c',GradientType=1 );
}

.left_side .logo img{ width: 40%;}
.left_side .title{
    color: #96D6ED;
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
}
.logo_sm{
    background: #00354e; /* Old browsers */
    background: -moz-linear-gradient(150deg, #00354e 0%, #2d68b5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(150deg, #00354e 0%,#2d68b5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(150deg, #00354e 0%,#2d68b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00354e', endColorstr='#2d68b5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    padding: 15px 0;
    display: none;

}
.logo_sm .title{
    color: #ffffff;
    font-weight: 400;
    margin-top: 5px;
}
.logo_sm img{ display: inline-block; margin-left: 20px;}
.logo_sm .title{ display: inline-block; float: right; margin: 13px 20px 13px 0px;}
.left_side .step_structure{
    margin-top: 25%;
    list-style: none;
    padding: 0;
}
.left_side .step_structure li a{
    color: #ffffff;
    padding: 15px 0;
    display: block;
    font-size: 17px;
    font-weight: 300;
    opacity: 0.5;
    text-shadow: 0px 0px 15px rgba(0, 25, 37, 0.93);
    letter-spacing: 0.007rem;
}
.left_side .step_structure li .icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: bottom;
    position: relative;
    top: 0px;
    background-repeat: no-repeat;
}
.left_side .step_structure li.prev .icon { background-image: url("../images/icon/checked_pre.svg");}
.left_side .step_structure li.active .icon { background-image: url("../images/icon/checked_non.svg");}
.left_side .step_structure li .icon { background-image: url("../images/icon/checked_non.svg"); }
.left_side .step_structure li.prev a ,.left_side .step_structure li.active a{ opacity: 1;}
.right_side{
    width: calc(100% - 340px);
    left: 340px;
    padding: 55px 55px 30px 55px;
    position: relative;
}
.right_side h1{
    font-size: 32px;
    font-weight: 400;
    color: #3B70B7;
}
.right_side .step_number{
    color: #ff9a3e;
    font-size: 16px;
    margin-top: 20px;
}
.right_side .form_w{ width: 60%}

form{
    padding: 40px 0 0 0;
}
form .form-group {
    margin-bottom: 2rem;
}
form label {
    margin-bottom: .3rem;
    color: #565656;
    font-size: 15px;
    font-weight: 400;
}
form .lbl_info{
    font-size: 13px;
    color: #777777;
    letter-spacing: -0.3px;
    padding-top: 10px;
}
form .form-control {
    border-radius: 0px;
}
form input.form-control {
    padding: 11px 15px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #555;
    border-color: #d8d8d8;
}
form input[type="file"] {
    margin-bottom: 0px;
}
form .form-control:focus, form .form-control:hover{
    color: #464a4c;
    background-color: #fff;
    border-color: #b2b2b2;
    outline: 0;
}
form .form-group span{
    font-size: 13px;
    color: #999999;
    top: -2px;
    left: 2px;
    position: relative;
}

form select{
    min-height: 44px;
    width: 100%;
    font-weight: 300;
    color: #555;
    border-color: #d8d8d8;
    padding: 0 10px;
}
form select:focus{ border-color: #d8d8d8;}
form select > option{  }
form input.form-control::-webkit-input-placeholder, form textarea.form-control::-webkit-input-placeholder  { color: #b5b5b5; font-size: 15px; font-weight: 200;}
form input.form-control:-moz-placeholder, form textarea.form-control:-moz-placeholder { color: #b5b5b5; font-size: 15px; font-weight: 200;}
form input.form-control::-moz-placeholder, form textarea.form-control::-moz-placeholder{ color: #b5b5b5; font-size: 15px; font-weight: 200;}
form input.form-control:-ms-input-placeholder, form textarea.form-control:-ms-input-placeholder { color: #b5b5b5; font-size: 15px; font-weight: 200;}
form textarea{border-radius: 0px !important;}
form .form-group ul{
    list-style: circle;
    margin: 0;
    padding: 0;
    margin-left: 18px;
}
form .form-group ul li{
    padding: 6px 0px;
}
form .form-group ul li > ul{
    list-style: none;
}
form .form-group ul li > ul li{
    padding: 2px 0;
}
form .form-group ul li a{
    font-size: 15px;
}
form h5{
    font-weight: 400;
    font-size: 20px;
    color: #444444;
}
form p{
    font-weight: 300;
    font-size: 14px;
    color: #999999;
}

.button-verify {
    margin: 40px 6px 40px 0px;
    font-size: 17px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    cursor: pointer;
    letter-spacing: 0.5px;
    padding: 11px 45px 8px 25px;
    background-repeat: no-repeat;
    color: #fff;
    background-color: #30B04B;
    border: 1px solid #30B04B;
    background-image: url(../images/icon/next.svg);
    background-size: 13px auto;
    background-position: right 21px top 17px;
}
.button-verify:hover{
    background-repeat: no-repeat;
    color: #ffffff;
    background-color: #2d9a49;
    border: 1px solid #2d9a49;
    background-position: right 16px top 17px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.button-apply{
    margin: 40px 6px 40px 0px;
    font-size: 17px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    cursor: pointer;
    letter-spacing: 0.5px;
    padding: 10px 25px 9px 25px;
    background-repeat: no-repeat;
    color: #fff;
    background-color: #F58633;
    border: 1px solid #F58633;
}
.button-apply:hover{
    background-repeat: no-repeat;
    color: #ffffff;
    background-color: #e37333;
    border: 1px solid #e37333;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
.button-back{
    margin: 40px 6px 40px 0px;
    font-size: 17px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    cursor: pointer;
    letter-spacing: 0.5px;
    padding: 10px 25px 9px 25px;
    background-repeat: no-repeat;
    color: #888;
    background-color: #fff;
    border: 1px solid #d0d0d0;
}
.button-back:hover{
    background-repeat: no-repeat;
    color: #666;
    background-color: #fff;
    border: 1px solid #666;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
.input-group-addon {
    background-color: transparent;
}

/*.toggleWrapper{
    position: relative;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.toggleWrapper input{
    position: absolute;
    left: -99em;
}
.toggle{
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 120px;
    height: 39px;
    background: #DC1E4C;
    border-radius: 5px;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggle:before, .toggle:after{
    position: absolute;
    line-height: 40px;
    font-size: 12px;
    z-index: 2;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggle:before{
    content: "No";
    left: 20px;
    color: #DC1E4C;
}
.toggle:after{
    content: "YES";
    right: 22px;
    color: #fff;
}
.toggle__handler{
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #fff;
    width: 55px;
    height: 33px;
    border-radius: 3px;
    top: 3px;
    left: 3px;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
input:checked + .toggle{
    background: #30B04B;
}
input:checked + .toggle:before{
    color: #fff;
}
input:checked + .toggle:after{
    color: #30B04B;
}
input:checked + .toggle .toggle__handler{
    width: 60px;
    -webkit-transform: translateX(54px);
    transform: translateX(54px);
    border-color: #fff;
}*/


.toggleWrapper{
    position: relative;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.toggleWrapper input{
    position: absolute;
    left: -99em;
}
.toggle{
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 120px;
    height: 39px;
    background: #ececec;
    border-radius: 5px;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggle:before, .toggle:after{
    position: absolute;
    line-height: 40px;
    font-size: 12px;
    font-weight: 500;
    z-index: 2;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggle:before{
    content: "No";
    left: 20px;
    color: #6b6b6b;
}
.toggle:after{
    content: "YES";
    right: 22px;
    color: #7d7d7d;
}
.toggle__handler{
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #fff;
    width: 55px;
    height: 33px;
    border-radius: 3px;
    top: 3px;
    left: 3px;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
input:checked + .toggle{
    background: #30B04B;
}
input:checked + .toggle:before{
    color: #fff;
}
input:checked + .toggle:after{
    color: #30B04B;
}
input:checked + .toggle .toggle__handler{
    width: 60px;
    -webkit-transform: translateX(54px);
    transform: translateX(54px);
    border-color: #fff;
}
.step_five_position{
    position: relative;
    top: 13px;
}
.footer_txt{ margin: 10px 0px;}
.footer_txt .head{
    color: #3b70b7;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;}
.footer_txt .txt{
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
}

footer{
    position: relative;
    font-size: 13px;
    color: #666;
    display: table-footer-group;
}

.list_with_img{
    margin-left: 0px !important;
}
.list_with_img li{
    list-style: none;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}
.list_with_img img{
    width: 40px;
    margin-right: 22px;
}


.final_page{
    vertical-align: middle;
    display: table-cell;
    height: 90vh;
    margin: 0;
    padding: 0;
    text-align: center;
}
.final_page img{ width: 150px;}
.final_page h1{ padding: 40px 0 0;}
.final_page p{ padding: 0; font-size: 20px;}
@media screen and (max-width: 1367px){
    .right_side .form_w{ width: 75%;}
}
@media screen and (max-width: 1200px){
    .right_side .form_w{ width: 100%;}
}
@media screen and (max-width: 991px){
    .form_w{}
    .logo_sm{
        display: block;
    }
    .left_side{
        display: none;

    }
    .right_side{
        width: 100%;
        left: 0;
        padding: 20px 20px 20px 20px;
        position: relative;
        min-height: calc(100vh - 90px);
    }
    .right_side h1 { font-size: 26px;}
    footer {
        left: 0px;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 767px){
    .step_five_position {
        position: relative;
        top: 0px;
        padding-bottom: 45px;
    }
    .welcome .welcome_head {
        margin-top: 14vh;
        font-size: 38px;
    }
}
@media screen and (max-width: 555px){
    .right_side h1 { font-size: 23px;}
    .right_side .step_number { font-size: 16px; margin-top: 5px; }
    .welcome .welcome_head {
        margin-top: 10vh;
        font-size: 28px;
    }
    .welcome .welcome_txt { font-size: 19px; }
    form label { margin-bottom: .2rem; font-size: 13px;}
    form .form-group { margin-bottom: 1.5rem; }
    form h5 { font-size: 17px;}
    .final_page img{width: 100px;}
    .final_page h1{ font-size: 23px;}
    .final_page p{ font-size: 17px}
}
@media screen and (max-width: 360px){
    .welcome .welcome_head { font-size: 23px; }
    .welcome .welcome_txt { font-size: 17px; margin: 2px 0px 0px 0px;}
    .button-apply { font-size: 14px; margin: 30px 0px 30px 0px;}
    .final_page h1{ font-size: 22px;}
    .right_side h1{ font-size: 22px;}

    .logo_sm .title{ font-size: 13px; margin-top: 16px; }
}


/*---------------------------------------------*/
/*CSS FOR POPUP*/
/*---------------------------------------------*/
.overlay {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(17, 46, 76, 0.81);
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    margin: 70px auto;
    padding: 0px;
    background: #fff;
    border-radius: 2px;
    width: 30%;
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.20);
}

.popup .popuphead{
    padding: 20px 0;
    background-color: #DEF9FF;
    text-align: center;
}
.popup .popuphead img{
    width: 120px;
}
.popup .popuptxt{ padding: 30px;}

.popup_alert{
    background-color: #e2f5ff;
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 15px;
    text-align: left;
    position: relative;
    top: 10px;
    display: none;
}
.popup_alert:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #e2f5ff;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.popup_alert.show{
    display: block;
}



.popup h3{color: #023952; font-size: 20px; font-weight: 400; margin: 0}
.popup p{ color: #666666; font-size: 16px; margin: 0; font-weight: 400;}
.popup .close_btn {
    /*position: absolute;
    top: 5px;
    right: 20px;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
    color: #333;*/
    position: absolute;
    top: -15px;
    right: -8px;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.32);
}
.popup .close_btn:hover {
    color: #DC1E4C;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}
@media screen and (max-width: 700px){
    .box{
        width: 70%;
    }
    .popup{
        width: 70%;
    }
}
/*---------------------------------------------*/
/*------END-----CSS FOR POPUP*/
/*---------------------------------------------*/