@charset "utf-8";
/* CSS Document */
*, *:before, *:after{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Ubuntu', sans-serif; color:#333333; text-transform:none; font-weight: 700; }
p, h1, h2, h3, h4, h5, h6, ul, ol, li { word-wrap:break-word; }

h1{ font-size:32px; margin: 0; }
h2{ font-size:28px; margin: 0; }
h3{ font-size:24px; margin: 0; }
h4{ font-size:20px; margin: 0; }
h5{ font-size:17px; margin: 0; }
h6{ font-size:15px; margin: 0; }

p, ul, ol, li, address, a { font-size:14px; font-family: "basicSansNarrow", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:normal; color:#666666; line-height: 24px; margin: 0; }
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html, body { min-height:100vh;}
body {
    font-family: "basicSansNarrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:normal;
    font-size:18px;
    line-height:24px;
    color: #999999;
    overflow-x:hidden;
}

/**************************************************/
/*               General Styles                  */
/**************************************************/

body {
    background-color:#666666;
    min-height:100%;
    position:relative;
}
body * a {
    text-decoration:none !important;
    color:#52cc58;
}
body * a:hover {
    color:#0bcc15;
}
body * a:focus {
    outline:none;
    color:#0bcc15;
}
body * ul {
    list-style:none;
    padding-left:0;
}
body * img {
    max-width:100%;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#999999;
    font-size:16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "basicSansNarrow", "Helvetica Neue", Helvetica, Arial, sans-serif;

}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#999999;
    opacity:  1;
    font-size:16px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "basicSansNarrow", "Helvetica Neue", Helvetica, Arial, sans-serif;

}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#999999;
    opacity:  1;
    font-size:16px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "basicSansNarrow", "Helvetica Neue", Helvetica, Arial, sans-serif;

}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#999999;
    font-size:16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "basicSansNarrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/**************************************************/
/*              Common Classes                    */
/**************************************************/
.full-width { float:left; width:100%;}
.act_table { display:table;}
.act_tablecell { display:table-cell;}
.ver_align_middle { vertical-align:middle;}
.float_l { float:left;}
.transition-child * { transition:all 0.3s linear; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; }
.main_button{ padding: 10px 25px;
    background-color: #65a73b;
    border-radius: 5px;
    background: #65a73b !important;
    font-size: 14px !important;
    color: #ffffff;
    text-transform: uppercase;
    vertical-align: middle;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    font-size: 20px;
    line-height: 19px;
    /* border: 2px solid #52cc58; */
    display: inline-block;}
    .back_btn{
        padding: 10px 25px;
        background-color: #fff;
        border-radius: 5px;
        background: #fff !important;
        font-size: 13px !important;
        color: #000000;
        text-transform: uppercase;
        vertical-align: middle;
        transition: all 0.4s linear;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        font-size: 20px;
        line-height: 19px;
        border: 2px solid #e7e8ea;
        display: inline-block;
}

.main_button:hover, .main_button:focus{ background-color: #ffffff; color: #52cc58; }
.main_button.photo_btn{ position: relative; }
.main_button.photo_btn input[type="file"]{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; cursor: pointer; }
.main_button.photo_btn::after{ content: ""; display: inline-block; width: 29px; height: 23px; background-image: url(../images/photo_icon.png); vertical-align: middle; margin-left: 10px; }
.main_button.btn-disable{ background-color: #e3e3e3; color: #acacac; border-color: #e3e3e3; }
.main_button.btn-disable:hover, .main_button.btn-disable:focus{ background-color: #e3e3e3; color: #acacac; }

.prv_Tbtn{ margin-right: 10px; background-image: url(../images/arrow_left.png); }
.nxt_Tbtn{ background-image: url(../images/arrow_right.png); }
.nxt_Tbtn, .prv_Tbtn{ background-color: #e3e3e3; border-radius: 5px; width: 40px; height: 40px; vertical-align: middle; transition:all 0.4s linear; -webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; line-height:19px; border: 2px solid #e3e3e3; display:inline-block;  background-position: center center; background-repeat: no-repeat; }
/*.nxt_Tbtn::after{ content: ""; display: inline-block; width: 12px; height: 18px; background-image: url(../images/arrow_right.png); vertical-align: middle; background-position: center center; }
.prv_Tbtn::after{ content: ""; display: inline-block; width: 12px; height: 18px; background-image: url(../images/arrow_right.png); vertical-align: middle; background-repeat: no-repeat;  background-position: center center; }*/

.padTB_20 { padding-top: 20px;  padding-bottom:30px;}
.padTB_100 { padding:100px 0;}
.padTB_60 { padding: 60px 0; }
.padTB_45 { padding: 45px 0; }

.bg_white { background-color:#ffffff;}
.bg_grey { background-color:#58585a;}

.txt_whiteAll *{ color: #ffffff; }
/*------ Custom Bootstrap Classes -------*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
/**************************************************/
/*                     Header                     */
/**************************************************/
.header_section .top_menu{ border-bottom: 2px solid #67ae3d; }
.header_section .top_menu, .header_section .act_table{ width: 100%; padding: 12px 0; }
.header_section .top_menu ul{ margin: 0; }
.header_section .top_menu ul li{ display: inline-block; vertical-align: middle; }
.header_section .top_menu ul li a{ display: inline-block; font-size: 17px; color: #000000; }
.header_section .top_menu ul li:first-child{ padding-left: 0; }
.header_section .top_menu ul li:last-child{ padding-right: 0; }
.header_section .top_menu ul li::after{ content: "|"; display: inline-block; padding: 0 14px; color: #000000; }
.header_section .top_menu ul li:last-child::after{ display: none; }
.header_section .top_menu ul li a:hover, .footer_section .footer_top ul li a:focus, .footer_section .footer_top ul li.active a{ color: #
    52cc58; }
.header_section .act_tablecell{ width: 50%; vertical-align: middle; }
.header_section .call_sec{ text-align: right; }
.header_section .call_sec span, .header_section .call_sec strong{ display: block; }
.header_section .call_sec strong{ text-transform: uppercase; color: #A6A6A8; font-size: 12px; }
.header_section .call_sec span{ text-transform: capitalize; color: #5D5D5F; font-size: 17px; font-weight: 400; }
.header_section .call_sec h4 a{ color: #fff;
    /* font-size: 23px; */
    font-size: 18px;
    padding: 8px 15px;
    border-radius: 5px;
    background: #65a73b;
    font-weight: 600;
    line-height: 36px; }


/*------------------------------ Main -----------------------------*/
.onlineForm_section h1{ margin-bottom: 45px; }
.onlineForm_section .text_contain p{ margin-bottom: 12px; font-weight: 300; font-size:16px !important; line-height:26px!important; }
.onlineForm_section .text_contain p:last-child{ margin-bottom: 30px; }
/**************************************************/
/*                     Form Styles                */
/**************************************************/
.margT_40{ margin-top: 40px; }

.form_sec{ padding: 50px;
    border: 1px solid #dee3dd;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #ccc;
    display: grid;
    margin-top: 30px;
} }
.form_sec h3.section_head{ text-transform: uppercase; margin-bottom: 45px; font-size: 24px; position: relative; }
.form_sec h3.section_head .nav_blk{ position: absolute; right: 0; top: -6px; }
.form_sec h4{ margin-bottom: 20px; font-size: 20px; color: #191919; font-weight: 700; }
.form_sec input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.form_sec select, .form_sec textarea{ border: 1px solid #dee3dd; border-radius: 5px; font-size: 16px; padding: 3px 12px; color: #999999; margin-bottom: 10px; background-color: #ffffff; height: 40px; }
.form_sec select{ background-image: url(../images/select_bg.jpg); background-repeat: no-repeat; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-position: 99% 0px;  background-color: #f8f8f8; }
.input_date{ background-image: url(../images/date_icon.png); background-repeat: no-repeat; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-position: 97% 11px;  background-color: #ffffff; }
.form_sec textarea{ height: 100px; padding: 6px 12px; }
.form_sec input[type="submit"]{ width: 150px; background-color: #52cc58; color: #ffffff; text-align: center; text-transform: uppercase; font-size: 20px; height: 41px; margin-top: 20px; border: 2px solid #52cc58; border-radius: 5px; margin:0; }
.form_sec input[type="submit"]:hover, .form_sec input[type="submit"]:focus{ background-color: #ffffff; }
.form_sec input[type="checkbox"]{ margin-right: 12px; }

/* Hide the browser's default checkbox */
.form_sec input[type="radio"] {
    position: relative;
    opacity: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    cursor: pointer;
}
.form_sec .col-op label{ position: relative; padding: 0; font-size: 18px; }
/* Create a custom checkbox */
.form_sec .optmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border: 1px solid #dee3dd;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.form_sec .col-op:hover input ~ .optmark {
    background-color: #ddd;

}

/* When the checkbox is checked, add a blue background */
.form_sec .col-op input:checked ~ .optmark {
    background-color: #52cc58;
    border: 1px solid #52cc58;
    color: #3d4046;
}

/* Create the checkmark/indicator (hidden when not checked) */
.form_sec .optmark::after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form_sec .col-op input:checked ~ .optmark::after {
    display: block;
}

/* Style the checkmark/indicator */
.form_sec .col-op .optmark::after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
 .form_sec .nav_sec{ margin-top: 20px; }

.info_sec{ border: 1px solid #cccccc; border-radius: 8px; margin-bottom: 30px; }
.info_block{ padding: 16px 20px; }
.info_block p{ margin: 0; padding-left: 50px; color: #000000de;
    font-size: 14.5px; background-image: url(../images/info_icon.png); background-repeat: no-repeat; background-position: left center; }
/*----- Bootstrap styles overwrite -----*/
.form_sec .form-control{ -webkit-box-shadow: none; box-shadow: none; }
.form_sec .form-inline .form-control{ display: inline-block; }
.form_sec .form-control:focus{ border-color: #52cc58 !important; outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82, 204, 88, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82, 204, 88, 0.6); }

.form_sec .form-group label{ margin-bottom: 0px; font-size: 15px; color: #545454; }
.form_sec .form-inline label{ padding-left: 20px; }
.form_sec .form-inline label, .form_sec .form-inline input{ margin: 0 !important; }
.privacy_agreement label{ color: #222222; font-weight: bold; font-size: 15px; }
/**************************************************/
/*              Drag and Drop                     */
/**************************************************/
.file-upload-sec p, .file-upload-sec img{ margin-bottom: 20px; }
.file-upload-sec .photo_out{ display: inline-block;  top: 95px; left: 20px; z-index: 2; }
.file-upload-sec .photo_out img{ width: 310px; height: auto; }
.wrapper { width: 100%; height: 100%; position: relative; }
.drop { width: 96%; height: 215px; border: 2px dashed #DADFE3; background-color: #fafafa; border-radius: 15px; overflow: hidden; text-align: center; background: white;
    -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; margin: auto; position: relative; /*position: absolute; top: 0; left: 0; bottom: 0;
  right: 0;*/
    /*&:hover
     * cursor: pointer
     * background: #f5f5f5 */
}
.drop:hover, .drop:focus{ border: 2px solid #52cc58 !important; }
.drop .cont { width: 100%; color: #8E99A5; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; margin: auto; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.drop .cont .tit { font-size: 16px; margin-bottom: 12px; margin-top:6px; }
.drop .cont img {  }
.drop .cont .browse { margin: 20px auto; width: 200px; color: #8c8c8c; padding: 0px 20px; border-radius: 5px; background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ededed)); background: linear-gradient(#f5f5f5, #ededed); border: 1px solid #e8e8e8; font-size: 12px; font-weight: 400;   }
.drop input { width: 100%; height: 100%; cursor: pointer; background: red; opacity: 0; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
#list1, #list2, #list3, #list4 {
    width: 100%;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
}
#list1 .thumb, #list2 .thumb, #list3 .thumb, #list4 .thumb {
    height: 75px;
    border: 1px solid #323a44;
    margin: 10px 5px 0 0;
}

.irs-with-grid{ margin-top: 10px; }
/**************************************************/
/*            Content Section Styles              */
/**************************************************/
label{ font-size: 14px; }
/* .content_section{ border-bottom: 1px solid #cccccc; margin-bottom: 25px; } */
.content_section p{ font-weight: 400; margin-bottom: 25px; }
.content_section h3{ font-size: 16px; text-transform: uppercase; margin-bottom: 70px; }
.content_section.using_listStyle ul{ margin-bottom: 25px; margin-left: 15px; }
.content_section.using_listStyle ul li{ list-style-type: none; position: relative; font-size: 14px; color: #666666; line-height: 24px; padding-left: 38px; vertical-align: middle; display: block; }
.content_section.using_listStyle ul li::before {
    content: '\f00c';
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: normal;
    font-size: 12px;
    font-weight: bold;
    color: #f77d2d;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    line-height: 24px;
    left: 0;
}

#profileForm fieldset { display: none; }

#profileForm fieldset .form-group { margin-bottom:30px;}
.photo_btn + span { font-size:26px; padding-left:20px; display:inline-block; vertical-align:middle;}

/**************************************************/
/*                 Footer Section                 */
/**************************************************/
.footer_section .footer_top ul{ margin: 0; text-align: center; margin-bottom: 10px; }
.footer_section .footer_top ul li{ display: inline-block; vertical-align: middle; }
.footer_section .footer_top ul li:first-child{ padding-left: 0; }
.footer_section .footer_top ul li:last-child{ padding-right: 0; }
.footer_section .footer_top ul li::after{ content: "|"; display: inline-block; padding: 0 14px; color: #cdcdcd; }
.footer_section .footer_top ul li:last-child::after{ display: none; }
.footer_section .footer_top ul li a{ display: inline-block; font-size: 17px; color: #fff; font-weight: 300; }
.footer_section .footer_top p{  font-size: 16px; color: #fff; font-weight: 300; text-align:center}
.footer_section .footer_top p a{font-size: 16px; color: #fff; font-weight: 300; text-align:center}
.footer_section .footer_top ul li a:hover, .footer_section .footer_top ul li a:focus, .footer_section .footer_top ul li.active a{ color: #ffffff; }
/* form new css code starts here*/
.form_sec input, select{
  width:100%
}
.form_sec label{
  font-size:14px;
}
.green_color{
    color: #64A83B !important;
}
.form_sec input{
border-radius: 15px;
border:1px solid #E8E8E8 !important;
}
.form_sec input::placeholder{
    color:#B4B6C3 !important;
    font-size: 12px !important;
    text-transform: unset !important;
}
.personal_info input{
    margin-top: 8px !important;
    margin-bottom: 10px !important;
    }
.form_sec input, select{
margin-top: 8px !important;
margin-bottom: 30px !important;
}
.form_sec select{
 font-size: 14px !important;
}
.form_sec label{
color:#404040;
}
.form_sec input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .form_sec select, .form_sec textarea{
    border-radius: 8px !important;
}
.radio-toolbar {
    margin: 10px 0px;
    display: flex;
    margin-bottom: 25px;
    
  }
  
  .radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }
  .radio-toolbar label{
    color: #65a73b !important;
  }
  .radio-toolbar p{
    color: #000;
    margin-top: 10px;
    margin-bottom: 16px;
    margin-right: 13px;
    font-size: 15px;
  }
.radio-toolbar label {
    display: inline-block;
    background-color: #fff;
    padding: 7px 20px;
    height: 38px;
    font-size: 15px !important;
    margin-right: 11px;
    border-radius: 50px !important;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 1px solid #65a73b;
  }
  
  .radio-toolbar label:hover {
    background-color: #dfd;
  }
  
  .radio-toolbar input[type="radio"]:focus + label {
    border: 1px solid #65a73b;

  }
  
  .radio-toolbar input[type="radio"]:checked + label {
    background-color: #65a73b;
    border-color: #65a73b;
    color: #fff !important;
  }
  .wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #fff;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    margin-top: 0px;
    height: 2px;
    background: #000000;
    position: absolute;
    width: 86%;
    /* margin: 0 auto; */
    left: 25px;
    right: 0;
    z-index: 1;
    top: 3.52%;
    opacity: 0.2;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 35px;
    height: 35px;
    line-height: 33px;
    display: inline-block;
    border-radius: 100px;
    background: #edecf1;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    color: #383838;
    left: 0;
    text-align: center;
    font-size: 18px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #65a73b;
    border: 2px solid #65a73b;
    color: #fff;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
   
}

.wizard .nav-tabs > li {
    width: 12.5%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

/*.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: red;
}*/

.wizard .nav-tabs > li a {
    width: 20px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
   
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 100%;
        height: auto !important;
    }



    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {

        content: " ";
        position: absolute;
        left: 35%;
    }
}
.form_sec h3{
    margin-bottom:20px;
    font-size: 15.5px;
    color: #545454;
    font-weight: 700;
}
.upload p{
padding: 10px;
    font-size: 15px;
    color: #000;
}
.mt_60{
    margin-top: 60px;
}
.refferal_details h4{
margin-bottom: 15px;
}
.refferal_details p{
    margin-bottom: 25px;
    }
.refferal_details input{
    margin-bottom: 10px !important;
}
.wrapper {
    margin-bottom: 20px;
}
.mb_15{
    margin-bottom: 15px;
   
}
.wrapper p{
    color: #000;
    margin-bottom: 11px;
}
.proof_head h4{
margin-bottom: 10px;
color:#000;
font-size: 22px;
}
.proof_head p{
    margin-bottom: 5px;
    color: #414141;
    font-size: 14px;
    }
.c_box{
    display: unset;
}
.c_box p{
    display: unset;
    margin-left: 20px;
    line-height: 30px;
    color: #2f2f2f;
    font-size: 14px;
}
.c_box span{
    font-size: 14px;
}
.c_box a{
    font-size: 14px;
}
.c_box label{
padding-left: 0px;
}
.c_box input{
    width: 20px;
    padding-right: 20px;
    margin-left: 0px !important;
}
.input_pad input, select{
    margin-bottom: 15px !important;
}
.disputes p{
    font-size: 14px;
    line-height: 25px;
    color: #949494;
    margin-bottom: 16px;
    font-weight: normal;
}
.privacy-policy h4 {
    margin-bottom: 13px;
}
.privacy-policy p {
    font-weight: 500;
    font-size: 14px;
    color: #292929;
    margin-bottom: 15px;
}
.font_weight6  {
font-weight: 600 !important;
}
.proof_upload h4{
    margin-bottom: 10px !important;

}
.proof_upload p{
    margin-bottom: 25px !important;
    }
@media screen and (max-width: 992px) {
.radio-toolbar{
    margin-bottom: 25px !important;
    display: block;
}
.form_sec .form-group label {
    margin-bottom: 20px !important;
}
.mt_60 {
    margin-top: 10px;
}
.radio-toolbar label{
    margin-bottom: 15px;
    width: 80%;
    display: flex;
    text-align: center;
} 
.form_sec h4 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
} 
span.round-tab {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 33px;
}
.connecting-line{
    top:43%
}
}
/* form new css code ends here*/
.rangeslider-wrap {
    padding-top: 50px !important;
    padding-bottom: 0px;
  }
  .loansliderholder{
    padding-bottom: 60px;
  }
  
  .rangeslider {
    position: relative;
    height: 8px;
    border-radius: 5px;
    width: 100%;
    background-color:#413F40;
  }
  .rangeslider__handle {
    transition: background-color 0.2s;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #3CA664;
    touch-action: pan-y;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: -10px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 50%), inset 0 0 0 2px white;
  }
  .rangeslider__handle__value {
    transition: background-color 0.2s, box-shadow 0.1s, transform 0.1s;
    box-sizing: border-box;
    width: 90px;
    text-align: center;
    padding: 8px;
    background-color: transparent;
    border-radius: 5px;
    color: black;
    left: -35px;
    top: -55px;
    position: absolute;
    white-space: nowrap;
    border-top: transparent;
    box-shadow: 0px 0px 10px #ccc;
    /* box-shadow: 0 -4px 1px rgb(0 0 0 / 7%), 0 -5px 20px rgb(0 0 0 / 30%); */
  }
  .rangeslider__handle__value:after {
    transition: border-top-color 0.2s;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 10px);
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    border-top-color: #d7dbdb;
    padding: 0px;
    margin: -4px;
  }
  .rangeslider__handle__value:before {
    content: "$";
  }
  .rangeslider__fill {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background-color: #413F40;
    border-radius: 5px;
  }
  .rangeslider__labels {
    position: absolute;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
  }
  .rangeslider__labels__label {
    font-size: 0.75em;
    position: relative;
    padding-top: 15px;
    color: gray;
  }
  .rangeslider__labels__label:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 1px;
    height: 9px;
    border-radius: 1px;
    background-color: rgba(128, 128, 128, 0.5);
  }
  .rangeslider__labels__label:first-child:before, .rangeslider__labels__label:last-child:before {
    height: 0px;
    width: 2px;
  }
  .rangeslider__labels__label:first-child:before {
    background-color: ;
  }
  .rangeslider__labels__label:last-child:before {
    background-color: gray;
  }
  .rangeslider__labels__label:first-child {
    transform: translateX(-48%);
  }
  .rangeslider__labels__label:last-child {
    transform: translateX(48%);
  }
  .rangeslider.rangeslider--active .rangeslider__handle, .rangeslider.rangeslider--active .rangeslider__handle * {
    background-color: '';
  }
  .rangeslider.rangeslider--active .rangeslider__handle *:before {
    border-top-color: '';
  }
  .rangeslider.rangeslider--active .rangeslider__handle__value {
    transform: translateY(-5px);
    box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.04), 0 -9px 25px rgba(0, 0, 0, 0.15);
  }
  .green_bg{
      background: #65A73B;
      border-top: 10px solid #404040;
  }
textarea::placeholder {
    text-transform: unset !important;
    font-size: 15px;
    font-weight: 400;
}
.c_box .help-block{
    display: block;
    margin-bottom: 0px !important;
    position: absolute !important;
    margin-top: -24px !important;
}
@media only screen and (max-width: 768px){
#profileForm fieldset .form-group {
    margin-bottom: 0px !important;
}
.onlineForm_section h1 {
    margin-bottom: 0px !important;
}
.form_sec .form-group label {
    margin-bottom: 5px !important;
}
.radio-toolbar label {
    width: auto !important;
    display: inline-block !important;
    padding: 4px 13px !important;
    height: 30px !important;
    font-size: 13px !important;
    margin-right: 5px !important;
}
.wizard {
    width: 100% !important;
}
.form_sec h4 {
    margin-bottom: 10px !important;
    font-size: 18px !important;
    margin-top: 10px !important;
    line-height: 22px!important;
}
.input_pad input, select {
    margin-bottom: 10px !important;
}
.loansliderholder {
    padding-bottom: 35px !important;
}
.rangeslider-wrap{
margin-top: 25px;
}
.joint_application{
    margin-top: 15px; 
}
.main_button {
    padding: 12px 30px;
}
.main_button{
    font-size: 14px !important;
    margin-bottom: 20px;
}
.loan_number{
background-color: #c3c3c3;
border-color: #65a73b;
color: #000 !important;
padding: 8px 13px;
border-radius: 3px;
box-shadow: 0px 0px 10px #ccc;
font-size: 12px !important;
}
.form_sec input, select {
    margin-top: 8px !important;
    margin-bottom: 10px !important;
}
.info_block p {
    margin: 0;
    padding-left: 30px !important;
    font-size: 14px;
}
.info_block p{
margin-bottom: 20px;
}
.radio-toolbar {
    margin-bottom: 15px !important;
    display: block;
}
.info_block p {
    margin-bottom: 0px !important;
}
.info_sec{
    margin-bottom: 15px !important;
}
.form_sec input[type="submit"]{
    height: auto !important;
    padding: 7px 22px !important;
}
.txt_right_center{
    text-align: center !important;
}
.edit_apply_now {
    margin: 20px 0px;
    width: 100%;
}
}
.loan_number {
    background-color: #4f9423 !important;
}
.reset{
    text-align: center;
    margin-top: 20px;
    text-decoration: unset;
}
.reset u{
font-size: 16px;
text-decoration: unset;
}
.txt_right_center{
    text-align: right;
}
#tracker{
padding: 40px 0px;
text-align: center;
height: 120px;
width: -webkit-fill-available;
 display: inline-flex; 
}
#tracker .tracker_tab{
    width: 35px;
    height: 35px;
    line-height: 34px;
    display: inline-block;
    border-radius: 100px;
    background: #edecf1;
    border: 2px solid #e0e0e0;
    color: #383838;
    left: 0;
    text-align: center;
    font-size: 18px;
    z-index: 11;
    position: relative;
}
#tracker .tracker_tab::after {
border-left: 2px solid;
}
#tracker .tracker_tab::before {
border-right: 2px solid;
}
.wizard {
    position: relative;
}
.wizard__connector{
    flex: 1;
    line-height: 91px;
    height: 1px;
    margin-top: 19px;
    width: 37px;
    background-color: rgba(0, 0, 0, .3);
}

ul#tracker li:last-child{ 
width: 0px !important;
background: red !important;
}
.wizard__connector:last-child{
    display: none;
}