

* {
  box-sizing: border-box;
}

body {
    color: #333333;
    background-size:cover;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    overflow-x: hidden;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #232323;
    font-family: 'Roboto Condensed', sans-serif;
}

input.invalid, select.invalid, textarea.invalid {
  background-color: #ffdddd;
  border-color: red;
}

/*remove chrome autofill yellow background*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.p-0{
    padding: 0;
}

.pt-50{
    padding-top: 50px;
}

.pt-15{
    padding-top: 15px;
}

.mt-50{
    margin-top: 50px;
}

.mt-10{
    margin-top: 10px;
}
/*-----------------------------
 2. Form Styles 
-------------------------------*/

/* 2.1 Form Content Area */

.form_content {
  background:#ffffff;
  border: 1px solid #ccc;
  margin: 0 auto;
  padding: 2% 4% 5%;
  width: 80%;
}

.form_content .text-success {
    border: 1px solid green;
    color: #333333;
    font-size: 16px;
    padding: 15px 25px;
    line-height: 1.2;
    color: green;
}

.form_content .text-danger {
    border: 1px solid #E7272D;
    font-size: 16px;
    padding: 15px 25px;
    line-height: 1.2;
}

.loan-text {
    float: right;
    font-size: 20px;
    font-weight: 700;
}

.tab {
  display: none;
}

.top-area {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

/* 2.2 Form Input Related CSS */

.main-form-area .fa {
    padding-right:10px;
}
.main-form-area{
    background: #fff;
}
.main-form-area input {
    border-radius: 0px;
    height: 45px;
    padding: 10px;
    width: 100%;
}

.main-form-area label {
    font-weight:bold;
    text-transform: uppercase;
}

.main-form-area select {
    box-sizing: border-box;
    font-family: Oswald, sans-serif;
    height: 45px;
    max-width: 100%;
    min-width: 100%;
    outline: none;
    padding: 10px 15px;
    padding-left: 15px;
    text-indent: 0.01px;
    text-overflow: "";
    width: 100%;
}

.main-form-area textarea {
    border-radius: 0px;
    padding: 10px;
    width: 100%;
}



/* 2.3 Form Button Related CSS */

.button-area {
    margin-top: 20px;
    display: block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: right;
    
}

.button-area button {
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 17px;
  padding: 8px 20px 10px;
}

.button-area button:hover {
  opacity: 0.8;
}

.form-step-button {
    margin-top:40px;
    text-align:center;
}

#prevBtn {
  background-color: #bbbbbb;
}


.user_profile_image {
    height: 50px;
    width: 50px;
}


/* 2.4 Form widget Related CSS */


/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    position: relative;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
}
#progressbar li{
    text-align: center;
    
}
#progressbar li span {
    border-radius: 49%;
    height: 50px;
    width: 50px;
    display: inline-block;
    position: relative;
    color: #222;
    line-height: 23px;
    background: #ddd;
    z-index: 2;
    line-height: 48px;
    font-weight: bold;
}

#progressbar li span:before {
    content: counter(step);
    counter-increment: step;
}

#progressbar li.active span:after {
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    background: #4788C7;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    z-index: -1;
}

#progressbar li span::after {
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    background: #fff;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    z-index: -1;
}

#progressbar li.active span{
    background: #ddd;
    color: white;
}

#progressbar li::after {
    position: absolute;
    background: #4788C7;
    height: 5px;
    content: "";
    width: 100%;
    top: 27%;
    left: -47%;
    z-index: 1;
    transform: translate(50%);
}

.user_image {
    border: 1px solid #ddd;
    height: 150px;
    width: 150px;
    margin: 0 auto;
    border-radius: 100%;
    position: absolute;
    top: -82%;
    left: 50%;
    transform: translate(-50%,0%);
    background: #fff;
}

.single_top_user_section {
    border: 1px solid #ddd;
    margin-top: 14%;
    padding: 0 2%;
}
.image_area {
    height: 102px;
    position: relative;
    width: 100%;
}


label.p_image {
    display: block;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    height: 100%;
    width: 100%;
}
.p_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%
}

label.p_image::before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

label.p_image.before_none::before {
    content: none; 
}

.p_img_text {
    position: absolute;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    top: 50%;
    transform: translate(-7%, -56%);
    left: 13%;
}


.p_img_text p {
    padding: 0;
    margin: 0;
    line-height: 20px;
}
.fz-20{
    font-size: 20px;
}


.loading_icon {
  display: block;
  font-size: 50px;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding-top: 46px;
}

.sorry_text i {
  font-size: 35px;
}
.sorry_text h3 {
  margin: 0;
  font-size: 20px;
}
.sorry_text {
  padding: 32px;
}
.custom_btn {
    padding: 10px 20px;
    border-radius: 0;
}
.up_user_img.invalid{
    border: 2px solid red;
}

span.error{
    color:red;
}

/*   style 2, style 3, style 4
================================================== */
.easy_form_content_area{
     background: -webkit-linear-gradient(left, #17a2b8, #00c6ff);
     min-height: 100vh;
}
.single_alert {
    padding: 10px 5px 5px;
    border-radius: 0;
}
.single_alert p{
    margin: 0;
    padding: 0;
}

.single_alert h4 {
    padding: 0;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
}

.single_alert.alert-success h4,
.single_alert.alert-success i,
.single_alert.alert-success p{
    color: green!important;
}

.single_alert.alert-danger h4,
.single_alert.alert-danger i,
.single_alert.alert-danger p{
    color: red!important;
}
.easy_form_content_area.dark {
    font-family: 'Noto Sans', sans-serif;
}

.d_flex_alert h4 {
    margin-bottom: 10px;
}
ul.file_read {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

ul.file_read li {
    display: block;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

ul.file_read li i {
    margin-right: 11px;
}

.full_page_easystep_form .easy_step_wapper{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
}

ul#easy_step_progressbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    counter-reset: step;
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
}

ul#easy_step_progressbar li {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
}
ul#easy_step_progressbar li p{
    font-size: 9px;
}

ul#easy_step_progressbar li::before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 20px;
    display: block;
    background: #fff;
    color: #000;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}

ul#easy_step_progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

/*progressbar connectors*/

ul#easy_step_progressbar li:first-child:after {
    content: none; 
}
ul#easy_step_progressbar li.active:before,  ul#easy_step_progressbar li.active:after{
    background: #27AE60;
    color: white;
}

.easy_form_content_area .user_image {
    border: 1px solid #ddd;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 100%;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%,0);
    background: #fff;
}
.easy_step_tab input,
.easy_step_tab select,
.easy_step_tab textarea {
    height: 47px!important;
    border-radius: 3px;
    width: 100%;
    padding-left: 10px;
    color: #777;
}
.easy_step_tab textarea {
    min-height: 80px!important;
}

.easy_step_user_section {
    /*border: 1px solid #ddd;*/
    
}
.easy_step_tab {
    padding: 20px;
    padding-bottom: 2px;
    background: #fff;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}



/*   button area
================================================== */

.button_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.button_area button {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    margin: auto 4px auto 5px;
}

/*   label
================================================== */
.easy_step_label label {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.easy_step_label label i {
    margin-right: 6px;
}

/*   Circle
================================================== */
.easy_step_wapper.circle ul#easy_step_progressbar li::before{
    height: 30px;
    border-radius: 100%;
    line-height: 30px;
}

.easy_step_wapper.circle ul#easy_step_progressbar li::after{
    top:15px;
}


/*   square
================================================== */
.easy_step_wapper.square ul#easy_step_progressbar li::before{
    height: 30px;
    border-radius: 0;
    line-height: 30px;
}

.easy_step_wapper.square ul#easy_step_progressbar li::after{
    top:15px;
}

.easy_step_wapper.square .form-control{
    border-radius: 0;
}

.easy_step_wapper.square .btn{
    border-radius: 0;
}

/*   dark
================================================== */

.easy_form_content_area.dark {
    background: #191d2b;
    min-height: 100vh;
}


.easy_form_content_area.dark ul#easy_step_progressbar li.active:before,
.easy_form_content_area.dark ul#easy_step_progressbar li.active:after {
    background: #037fff;
    color: white;
}

.easy_form_content_area.dark ul#easy_step_progressbar li:after{
    background: #037fff;
}

.easy_form_content_area.dark .user_image{
    border-color: #037fff;
}
.easy_form_content_area #prevBtn{
    background-color: #dc3545!important;
}

.easy_form_content_area.dark #prevBtn{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.easy_form_content_area.dark #nextBtn{
    color: #fff;
    background-color: #037fff;
    border-color: #037fff;
}

.c_success{
    color: #27AE60!important
}
.c_error{
   color: #dc3545!important;
}
/*   
================================================== */
.easy_form_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.easy_form_img{
    height: 100vh;
    position: relative;
}
.easy_form_img::before{
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    
}
.easy_form_text {
    position: absolute;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px;
}
.easy_form_text h2{
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
}

.easy_error_msg{
    font-size: 13px;
    padding: 10px 5px;
    margin-bottom: 10px;
}

.easy_error_msg.text-danger{
    border: 1px solid red;
}

.easy_error_msg.text-success{
    border: 1px solid green;
}

.easy_form_text p {
    font-size: 14px;
    line-height: 20px;
}



.mx-wd{
    max-width: 780px; 
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.gif');
    background-repeat: no-repeat; 
    background-color: #FFF;
    background-position: center;
}


.install_area{
    margin-top: 20px;
}

.install_area i {
    font-size: 44px;
    margin: 0 auto;
    display: block
    width: 100%;;
}