body{
    font-family: "open_sansregular";
    margin: 0;
    font-size: 14px: 
}
.padding_zero {
    padding: 0;
} 
.nav-one {
    background-color: #fff;
    min-height:96px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.nav-one .navbar-brand {
    padding:0px;
}
.bootstrap-select.btn-group .dropdown-menu{
max-width:100%;
}
.nav-one .navbar-nav {
    font-family: open_sansbold;
    font-size: 14px;
    margin-top: 15px;
}
.nav-one .nav.navbar-nav.navbar-right a {
    color: #aba9a9;
}
.nav-one .navbar-nav .active a {
    background-color: transparent;
    color: #173766 !important;
}
.my_loan_tab .nav.nav-pills a {
    background: #24bbc2 none repeat scroll 0 0;
    border-radius: 0;
    border-right: 1px solid #fff;
    color: #fff;
    font-family: open_sanssemibold;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 15px;
}
.popover_btn {
    display: inline-block;
    padding-left: 30px;
    vertical-align: middle;
}
.popover_btn {
    display: inline-block;
    padding-left: 30px;
    vertical-align: middle;
}
.form_inline .fa {
    vertical-align: middle;
}
.form_inline .form-group {
    padding-right:20px;
}
.form_inline label{
    padding-right: 25px;
}
.my_loan_tab .nav.nav-pills {
    border-radius: 4px;
    display: table;
    margin: 14px 0;
    overflow: hidden;
}
.my_loan_tab .nav-pills .active > a {
    background: #173766 none repeat scroll 0 0 !important;
    border-radius: 0;
}
.reg_section {
    margin-top: 90px;
}
.my_loan_tab li {
    margin: 0 !important;
}
.nav-one .btn.btn-primary {
    background-color: #173766;
    border: #173766;
    color: #fff !important;
    font-family: open_sanssemibold;
    font-size: 16px;
    margin-top: -9px;
    padding:6px 12px;
}
.nav-one .btn-danger {
    background-color: #990f28;
    border: #990f28;
    color: #fff !important;
    font-family: open_sanssemibold;
    font-size: 16px;
    margin-top: -9px;
    padding:6px 12px;
}
/**********banner***************/
.carousel_dsgn .carousel-control {
    background-image: none !important;
    top:50%;
}

.carousel_dsgn .item {
    background-position: center center;
    background-repeat: no-repeat;
    
    min-height: 512px;
    background-size:cover;
}

.slide_content {
    padding:170px 150px;
    text-align: center;
}

.slide_content h1 {
    color: #fff;
    font-family: open_sanslight;
    font-size: 61px;
}

.slide_content h2 {
    color: #fff;
    font-family: open_sansregular;
    font-size: 40px;
}
.scroll_arrow {
    position: relative;
    top: -36px;
}
.carousel-caption{
	bottom: 14px;
	}
.btn-carousel{
   
	}
.margin{
	margin:10px 0 !important;
	}


/*********feature***********************/

.single_h1 {
    color: #24bcc2;
    font-family: open_sansregular;
    font-size: 40px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.single_p {
    color: #a6abab;
    font-family: open_sansregular;
    font-size: 15px;
}

:hover.icon_section{
    background-color: #24bcc2;
    border-radius:4px; 
}

:hover.icon_section:after { 
    top: 100%; 
    left: 50%;
    border: solid transparent; 
    content: " ";
    height: 0; 
    width: 0;
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(255, 255, 255, 0); 
    border-top-color: #24bcc2; 
    border-width: 15px; 
    margin-left: -15px;
}
.icon_section:hover .icon_content > p{
    color: #fff
} 
.icon_content > p {
    color: #24bcc2;
    font-family: open_sansbold;
    line-height: 25px;
    margin-bottom: 0;
}
.icon_section {
    padding:30px 20px;
    width: 175px;
}    
.icon_1 {
    background-image: url("../img/icon1.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 62px;
    text-align: center;
    width: 42px;
    position: relative; 
}
.icon_section:hover .icon_1  {
    background-image: url("../img/icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; 
    -webkit-transition: 2s; 
    transition:2s;
}
.icon_2 {
    background-image: url("../img/icon3.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 62px;
    text-align: center;
    width: 42px;
    position: relative; 
}
.icon_section:hover .icon_2  {
    background-image: url("../img/icon4.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; 
    -webkit-transition: 2s; 
    transition:2s;
}
.icon_3 {
    background-image: url("../img/icon5.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 62px;
    text-align: center;
    width: 42px;
    position: relative; 
}
.icon_section:hover .icon_3  {
    background-image: url("../img/icon6.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; 
    -webkit-transition: 2s; 
    transition:2s;
}
.icon_4 {
    background-image: url("../img/icon7.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 62px;
    text-align: center;
    width: 42px;
    position: relative; 
}
.icon_section:hover .icon_4  {
    background-image: url("../img/icon8.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; 
    -webkit-transition: 2s; 
    transition:2s;
}
.feature_box {
    margin-bottom: 25px;
    margin-top: 25px;
}
.feature {
   
    padding-bottom: 30px;
  
}
/*************************loan *******************/

.loan_form {
    width: 400px;
}

.form_head > h1 {
    color: #565a61;
    font-size: 24px;
    margin: 0;
}
.form_head {
    background-color: #cacbcf;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}
.form_set .form-control {
    border-radius:0px;
    height: 45px;
    background-color: transparent;
}
.form_set .bootstrap-select {
    width: 100% !important;
}
.form_set .dropdown-toggle {
    background-color: transparent;
    border-radius: 0;
    height: 45px;
}
.form_set .btn-lg {
    background-color: #24bcc2;
    border-radius:0px;
    height: 45px;
    border-color: #24bcc2;
    color: #fff;
    font-family: open_sanssemibold;
}
.form_set .btn-lg:hover {
    background-color: #6d7778;
    border-color: #6d7778;
    color: #fff;

}
.form_set {
    background-color: #f1f2f4;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
}
.plan .single_p {
    line-height: 22px;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: justify;
}
.btn-gray {
    background-color: #6d7778;
    border-color: #6d7778;
    color: #fff;
    font-family: open_sanssemibold;
}
.plan {
    border-top-color: #a6abab;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 30px;
    padding-top: 60px;
    margin-top: -75px;
}
.border_img {
    clear: both;
    position: relative;
    top: -35px;
}
/******************************About************************/

.about .nav-pills .active > a {
    border-bottom-color: #6c7878;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    color: #6c7878;
    background: transparent;
    border-radius: 0px;
}
.about .nav-pills li a:hover, .about .nav-pills li a:focus {
    border-bottom-color: #6c7878;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    background: transparent;
    color: #6c7878;
    border-radius: 0px;
    outline: none;
}
.about .nav-pills a
{
    color: #24bcc2;
    font-size: 14px;

}
.about  .tab-pane {
    height: 190px;
    overflow-y: auto;
}
.tab-content .single_p {
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 18px;
    text-align: justify;
}
.about {
    padding-bottom: 30px;
}
.lender_left_2{
padding:0 15px !important;
}
/************************footer**************/
.footer {
    background-color: #323232;
    padding-bottom: 30px;
    padding-top: 30px;
}

.footer h1 {
    color: #fff;
    font-family: open_sanssemibold;
    font-size: 18px;
}
.footer li a {
    text-decoration: none;
    color: #a6abab;
    font-family: open_sansregular;
    font-size: 15px;
}
.footer h2 {
    color: #fff;
    font-family: open_sansbold;
    font-size: 50px;
    margin-top: 0;
}
.footer p {
    color: #a6abab;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}
.footer h3 {
    color: #fff;
    font-size: 20px;
}
.footer li {
    width: 100%;
}
.social li{
    width: auto;
}

/****************Register***************/

.bg_section {
    background: rgba(0, 0, 0, 0) url("../img/background.jpg") repeat scroll 0 0;
    color: #fff;
    padding: 40px;
}

.fixed_body {
    margin-top: 96px;
}
.form_control {
    background: #f1f2f4 none repeat scroll 0 0;
    border: 2px solid #dbdbdb;
    border-radius: 0;
    color: #4c4c4c;
}
.input_group .input-group-addon {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #dbdbdb;
    border-radius: 0;
    border-right: none;
}
.form_control::-webkit-input-placeholder { color:#555555; opacity:1; }
.form_control::-moz-placeholder { color:#555555; opacity:1; } /* firefox 19+ */
.form_control:-ms-input-placeholder { color:#555555; opacity:1; } /* ie */
.text-danger {
    color: #dd274d;
}
.city_input::-webkit-input-placeholder { color:#fff; opacity:1; }
.city_input::-moz-placeholder { color:#fff; opacity:1; } /* firefox 19+ */
.city_input:-ms-input-placeholder { color:#fff; opacity:1;text-align: center } /* ie */
.head {
    color: #fff;
    font-size: 30px;
}

.div_default {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    color: #6c6c6e;
    margin: 25px 9px;
    min-height: 270px;
    padding: 35px 50px;
}
.fa_ul .fa {
    color: #25bcc3;
}
.fa_ul > li {
    padding-bottom: 10px;
}
.bold {
    font-family: open_sansbold;
}
.inner_2 {
    border-right: 2px solid;
}
.loan_amount_slider .slider-container {
    width: 100% !important;
}
.loan_amount_slider .theme-green .back-bar {
    background: #e7e7e7 none repeat scroll 0 0;
    border-radius: 25px;
    height: 20px;
}
.loan_amount_slider .theme-green .scale span {
    border-left: medium none;
}
.loan_amount_slider .theme-green .back-bar .selected-bar {
    background: #20dde3 none repeat scroll 0 0;
    border-radius: 15px 0 0 15px;
}
.loan_amount_slider .theme-green .back-bar .pointer {
    background: #20dde3 none repeat scroll 0 0;
    border: 3px solid #137e83;
    border-radius: 50%;
    height: 35px;
    top: -8px;
    width: 35px;
}
.loan_amount_slider .theme-green .scale ins {
    color: #fff;
    font-size: 20px;
}
.loan_amount_slider .theme-green .back-bar .pointer-label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-family: open_sansbold;
    font-size: 19px;
    top: -30px;
}
.loan_amount_slider {
    margin-top: 70px;
    position: relative;
}
.loan_slider_con {
    margin-bottom: 60px;
}
.rng_right, .rng_left {
    font-family: open_sansbold;
    font-size: 15px;
    margin-top: 6px;
}
.scale {
    display: none;
}
.scale {
    display: none;
}
.rng_right {
    float: right;
}
.dashbrd_left {
    background: #24bbc2 none repeat scroll 0 0;
    min-height: 520px;
    padding: 0;
}

.dashbrd_left .active > a {
    background: #0a6c6f none repeat scroll 0 0;
}
.dashbrd_left li a {
    border-bottom: 1px solid #52d0d4;
    color: #fff;
    display: block;
    padding: 20px 20px 20px 41px;
}
.dashbrd_left li a:hover{
    background: #0a6c6f none repeat scroll 0 0;
}
.dashbrd_left .list-unstyled .fa {
    font-size: 22px;
    padding-right: 9px;
    vertical-align: middle;
    left: 12px;
    position: absolute;
}
.dashbrd_left{
    display: block;
}
.nav_toggle{
    display: none;   
}
.table-info thead {
    background: #24bbc2 none repeat scroll 0 0;
    border: 3px solid #24bbc2;
    font-family: open_sansbold;
}
.table-info.table-striped > tbody > tr:nth-of-type(2n+1) {
    background: #f1f2f4 none repeat scroll 0 0;
}
.table-info.table-striped > tbody > tr:nth-of-type(2n) {
    background: #a7f6fa none repeat scroll 0 0;
}
.table-info td {
    border: medium none !important;
    color: #4c4c4c;
    font-size: 14px;
    padding: 13px 8px !important;
}
.page .pagination > li > a,.page .pagination > li > span {
    background-color: #fff;
    border: 1px solid #24bbc2;
    border-radius: 3px;
    color: #454545;
    float: left;
    line-height: 1.42857;
    margin-left: 7px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.radio.inline_radio {
    display: inline-block;
    padding-right: 10px;
}
.setting_two .settings_four:nth-child(2n) {
    border-right: medium none;
}
.setting_two .settings_four:nth-child(3),.setting_two .settings_four:nth-child(4) {
    border-bottom: medium none;
}
.page .pagination > li.active > a{
    background-color: #24BBC2;
}

.table-info thead td {
    border: medium none !important;
    color:#fff;
}
.table-info tbody{
    border-left: 3px solid #dbdbdb;
    border-right: 3px solid #dbdbdb;
    border-bottom: 3px solid #dbdbdb;
}

.dash_right {
    padding: 30px 15px;
}
.dash_right .media a {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 4px 12px;
}
.dash_right .media h4 {
    font-family: open_sanssemibold;
    font-size: 15px;
}
.dash_right .media h4.media-heading {
    font-family: open_sanssemibold;
    font-size: 22px;
}
.dash_right .media-left {
    padding: 20px 10px;
}
.dash_right .media-body {
    padding: 10px;
}
.media.dark_green {
    background: #1bbc9b none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
}
.media.dark_green a {
    background: #16a086 none repeat scroll 0 0;
}
.dark_green .media-left {
    background: #16a086 none repeat scroll 0 0;
}
.media.light_green {
    background: #2DCC70 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
}
.media.light_green a {
    background: #27AE61 none repeat scroll 0 0;
}
.light_green .media-left {
    background: #27AE61 none repeat scroll 0 0;
}
.media.blue {
    background: #3598DB none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
}
.media.blue a {
    background: #2A80B9 none repeat scroll 0 0;
}
.blue .media-left {
    background: #2A80B9 none repeat scroll 0 0;
}
.media.red {
    background: #E84C3D none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
}
.media.red a {
    background: #C1392B none repeat scroll 0 0;
}
.red .media-left {
    background: #C1392B none repeat scroll 0 0;
}
.media.dark_blue {
    background: #34495E none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
}
.media.dark_blue a {
    background: #2D3E50 none repeat scroll 0 0;
}
.dark_blue .media-left {
    background: #2D3E50 none repeat scroll 0 0;
}
.media.grey {
    background: #95A5A5 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
}
.media.grey a {
    background: #7E8C8D none repeat scroll 0 0;
}
.grey .media-left {
    background: #7E8C8D none repeat scroll 0 0;
}
.dash_right  .media-body, .dash_right  .media-left, .dash_right .media-right {
    display: table-cell;
    vertical-align: middle;
}
.dash_right .media-object {
    margin: 0 auto;
    max-height: 70px;
    max-width: 200px;
}

.settings_four {
    border-bottom: 2px solid #24bbc2;
    border-right: 2px solid #24bbc2;
    color: #6a6a6c;
    padding: 30px;
}
.settings_four a {
    color: #24bbc2;
    font-size: 17px;
    margin-right: 12px;
}
.sm_lbl {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #27ae61;
    border-radius: 3px;
    color: #27ae61;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    padding: 1px 3px;
}
label{
    font-weight: normal;
}
.dash_right .media {
    margin-bottom: 20px;
}
a{
    text-decoration: none !important;
    outline: none !important;
}
.dash_right .media-left > a {
    width: 107px;
}
h4.text-info {
    color: #24bbc2;
    font-family: open_sanssemibold;
    font-size: 16px;
}
.text-info{
    color: #24bbc2;
}
.dash_form {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #24bbc2;
    border-top: 1px solid #24bbc2;
    color: #616163;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bg_section.background_sec {
    padding: 0;
}
.loan_det .progress {
    background-color: #2eafb4;
    border-radius: 13px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    float: left;
    margin-left: -56px;
    margin-right: 10px;
    width: 118px;
}
.loan_det .progress-bar-info {
    background-color: #ffffff;
    border: 1px solid #2eafb4;
    border-radius: 9px;
    box-shadow: none;
}
.loan_tab h4 {
    color: #454545;
    margin: 0;
}
.dash_head {
    padding: 10px 0 ;
}
.dash_form .form-control {
    background: #f1f2f4 none repeat scroll 0 0;
}
.btn.btn-success{
    background: #2dcc70 none repeat scroll 0 0;
    border: 1px solid #2dcc70;
}
.btn.btn-block {
    font-family: open_sanssemibold;
    font-size: 16px;
    margin: 0 auto;
    padding: 7px;
}
.form-group h4 {
    margin-bottom: 20px;
	/*margin-top: 20px;*/
}
.dash_form textarea {
    min-height: 120px;
}
.dash_form .bootstrap-select .btn-default,.form_control.bootstrap-select .btn-default {
    background-color: #f1f2f4;
    border: 2px solid #dbdbdb;
    border-radius: 0;
    color: #4c4c4c;
}
.dash_form .bootstrap-select,.form_control.bootstrap-select {
    border: medium none !important;
}
.browse_lbl {
    background: #24bbc2 none repeat scroll 0 0;
    border: 2px solid #dbdbdb;
    color: #fff;
    padding: 4px;
    text-align: center;
}
.loan_det .head {
    color: #454545;
    font-size: 26px;
    margin-bottom: 30px;
}
.btn.btn-circle {
    border: 4px solid #B6BCBC !important;
    border-radius: 50%;
    font-family: open_sansbold;
    height: 50px;
    padding: 11px !important;
     cursor: default;
    width: 50px;
}
.btn-danger,.btn-danger:hover {
    background-color: #d9534f;
    border:none !important;
    color: #fff;
}
.get_quote .btn.btn-circle.btn-warning {
    background: #f1c40f none repeat scroll 0 0;
}
.btn_three .btn-circle {
    margin: 0 20px;
}
.btn_three {
    margin: 30px 0;
}
.btn.btn-seccondary {
    background: #095a89 none repeat scroll 0 0;
    color: #fff;
}
.loan_det {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 10px;
}
.dl_left{
	margin-top:10px;
}
.dl_left .dl-horizontal dt {
    color: #aba9a9;
    font-family: open_sanssemibold;
    font-weight: normal;
    padding-bottom: 11px;
    text-align: left;
}
.dl_left dd {
    color: #24bbc2;
    font-family: open_sanssemibold;
}
.btn.btn-info {
    background: #24bbc2 none repeat scroll 0 0;
    border: 1px solid #24bbc2;
}
.loan_tab .nav-tabs .active a {
    background: #f1f1f1 none repeat scroll 0 0 !important;
}
.loan_tab .nav-tabs a {
    border-left: 1px solid #e4e4e4 !important;
    border-radius: 0 !important;
    border-top: 1px solid #e4e4e4 !important;
    margin: 0 !important;
    padding: 14px !important;
    text-align: center;
    width: 200px !important;
}
.loan_tab .nav-tabs li:last-child a {
    border-right: 1px solid #e4e4e4 !important;
}
.un_read td {
    color: #609ecf !important;
    font-family: open_sanssemibold;
}
.mail_footer {
    background: #f1f1f1 none repeat scroll 0 0;
}
.mail_tab .nav-tabs li a {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #fea65f;
    text-align: center;
    font-size: 16px;
    border-bottom: none;
}
.mail_tab .nav-tabs li.active a {
    border-top: 2px solid #4890ca;
    color:#4890ca;
    background: #fff none repeat scroll 0 0;
}
.mail_tab thead {
    background: #f1f4f9 none repeat scroll 0 0;
}
.mail_sec.dash_form {
    padding: 40px 0 !important;
}
.mail_tab .nav.nav-tabs {
    padding-left: 13px;
}
.mail_tab .table td {
    border-bottom: 1px solid #ddd;
    line-height: 1.42857;
    padding: 4px 10px;
    vertical-align: middle;
}
.mail_footer td {
    padding: 17px !important;
}
.media.leder_list {
    border: 1px solid #bababa;
    box-shadow: 0 2px 4px #babab7;
	padding:10px;
}
.fa.fa-star {
    color: #ffd102;
    font-size: 20px;
}
.lender_sec {
    color: #344a61;
    font-size: 14px;
    padding: 40px 15px !important;
}
.lender_sec .media-body, .lender_sec .media-left, .lender_sec .media-right {
    display: table-cell;
    vertical-align: middle;
}
.btn.btn-block.btn-info-border {
    border: 1px solid #24bbc2;
    color: #24bbc2;
}
.lender_con {
    padding: 10px;
}
.lender_left label.bold {
    font-size: 14px;
    color: #344a61;
}

.lender_left .form-group {
    line-height: 2;
    margin-bottom: 17px;
}

.lender_left input[type="checkbox"] {
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.lender_left {
    color: #888989;
    font-size: 14px;
}
.leder_list img {
    /*height: 140px;*/
}
.lender_left .slider {
    padding: 20px 0;
}
.slider .selected-bar {
    background: #3fb8af none repeat scroll 0 0 !important;
}
.slider .pointer {
    background: #fafafa none repeat scroll 0 0 !important;
    border: 1px solid #bababa;
    border-radius: 50%;
    padding: 7px;
}
.glyphicon.glyphicon-eye-open {
    color: #4c4c4c;
}
.success_header {
    background: #24bbc2 none repeat scroll 0 0;
    color: #fff;
    text-align: center;
    font-family: open_sanssemibold;
}
.success_modal {
    color: #7e7e7e;
    margin-top: 40px;
}
.btn-lg {
    font-family: open_sanssemibold;
    width: 60%;
}
.btn.btn-primary{
    background: #2ea9ef none repeat scroll 0 0;
    border: 1px solid #2ea9ef;
    font-family: open_sanssemibold;
    
}
.modal_success .dl-horizontal {
    display: table;
    margin: auto;
    width: 90%;
}
.form-group.form_group {
    margin: 40px 0;
}
.modal_success .dl-horizontal {
    display: table;
    margin: auto;
}
.modal_success dt {
    color: #767676;
    font-weight: normal;
    padding-bottom: 14px;
}
.emi_sec {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}
.btn.btn-md {
    padding: 10px;
    font-family: open_sanssemibold;
    font-size: 16px;
    width: 200px;
}

.arrow_box {
    position: relative;
    background: #0b0f12;
}
.arrow_box:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(11, 15, 18, 0);
    border-bottom-color: #0b0f12;
    border-width: 21px;
    margin-left: -21px;
}
.mail_tab .bootstrap-select .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    width: 100px;
}
.name_td {
    color: #49718a;
}
.checkbox + .checkbox, .radio + .radio {
    margin-top: 10px;
}
.lender_sec .checkbox label::before {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 15px;
    left: 5px;
    margin-left: -20px;
    position: absolute;
    top: 6px;
    transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    width: 15px;
}
.lender_sec .checkbox {
    padding-left: 36px;
}
.lender_left .form-control {
    font-size: 12px;
}
.get_quote > a {
    cursor: unset;
    display: block;
    padding-top: 45px;
}
.m_t_30 {
    margin-top: 40px;
}
.bold.rdio_span {
    font-size: 17px;
    margin-left: -28px;
}
#get_quote .img-circle {
    margin: 0 auto;
    border:3px solid rgba(0,0,0,0);
    width:132px;
}
#get_quote .img-circle:hover{
    border: 3px solid #fff;
}
.submit_car {
    margin-top: 40px;
}
#get_quote .right.carousel-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    opacity: 1;
}
#get_quote .left.carousel-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    opacity: 1;
}
#get_quote .radio label::after {
    background-color: #fff;
    height: 8px;
    left: 7px;
    top: 6px;
    width: 8px;
}
#get_quote .radio label::before {
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-left: -19px;
    position: absolute;
    transition: border 0.15s ease-in-out 0s;
    width: 20px;
}
.slide_con {
    display: table;
    height: 400px !important;
    width: 100%;
}
.dob_form {
    margin-top: 50px;
}
.user_circle .btn-circle {
    font-size: 43px;
    height: 98px;
    padding: 22px;
    width: 98px;
}
.user_circle {
    text-align: center;
}
.get_quote .text-info {
    font-size: 20px;
}
.forgot_link > a {
    color: #fff;
}
.age_slide .bootstrap-select .btn {
    color: #23bcc2;
    font-family: open_sansbold;
    font-size: 17px;
    padding: 10px;
}
#get_quote .slide_gender img{
    width:auto;
    height:auto;
}
#get_quote .btn.btn-success.btn-md {
    background: #2db040 none repeat scroll 0 0;
    border: 1px solid #2db040;
    font-size: 20px;
}
.age_slide .bootstrap-select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: auto;
}
.slid_inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.slide_city img{
    width:132px;
    height: 132px;
}
#get_quote h4.bold {
    font-size: 15px;
}
.slide_head {
    margin-bottom: 40px;
}
.city_input {
    background: #24bbc2 none repeat scroll 0 0;
    border: 3px solid #fff;
    color: #fff !important;
    margin: 0 auto;
    width: 80%;
}
.popover{
    border:1px solid #24BBC2;
    font-family: open_sansregular;
    font-size: 12px;
    color:#a6abab;
}
.formError .formErrorContent {
    background: #990f28 none repeat scroll 0 0;
    border: 2px solid #990f28;
    border-radius: 3px;
    font-family: open_sansbold;
}
.formError .formErrorArrow div {
    background: #990f28 none repeat scroll 0 0;
    border-left: 2px solid #990f28 !important;
    border-right: 2px solid #990f28 !important;
    box-shadow: none;
}
.formError {
    opacity: 1 !important;
}
.form_inline {
    margin: 14px 0 40px;
}
.rng_left {
    float: left;
}
.reg_section .btn-lg {
    width: 85%;
}
.reg_section img {
    margin: 0 auto;
}
.reg_section .input-group-addon {
    width: 43px;
}
.reg_section .input_group {
    width: 100%;
}
.file_name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.borrow_head {
    width: 50%;
}
.border-right {
    border-right: 1px solid;
}
.borrow_right {
    margin-top: -70px;
}
.fa-li.fa.fa-certificate {
    color: #22bdc1;
}
.div_default .fa-ul > li {
    padding-bottom: 10px;
}
.step2 .btn.btn-success.btn-block {
    border: 3px solid #009337;
    border-radius: 0;
    padding: 11px;
}
.step2 .btn.btn-primary.btn-block {
    background: #173766 none repeat scroll 0 0;
    border: 3px solid #021939;
    border-radius: 0;
    font-family: open_sansbold;
    font-size: 16px;
    padding: 14px;
}
.step2 .btn.btn-danger.btn-block {
    background: #990f28 none repeat scroll 0 0;
    border-radius: 0;
    font-size: 16px;
    padding: 10px;
}
.step2 .btn.btn-danger.btn-block {
    background: #990f28 none repeat scroll 0 0;
    border: 3px solid #580515 !important;
    border-radius: 0;
    font-size: 16px;
    padding: 10px;
}
.right.carousel-control.pointer_none {
    pointer-events: none;
}
.carousel-control{
    cursor: pointer;
}
.slider_label {
    bottom: 25px;
    font-family: open_sansbold;
    font-size: 21px;
    position: absolute;
}
.slider{
    border: medium none;
    border-radius: 27px;
    height: 20px;
}
.ui-slider-range {
    background: #20dde3 none repeat scroll 0 0;
    border: medium none;
    border-radius: 20px;
}
.slider .ui-slider-handle {
    background: #20dde3 none repeat scroll 0 0;
    border: 3px solid #137e83;
    border-radius: 50%;
    cursor: pointer;
    height: 35px;
    top: -8px;
    width: 35px;
}
#get_quote .btn_three .btn.btn-success.btn-md {
    background: #2dcc70 none repeat scroll 0 0;
    border: 1px solid #2dcc70;
    font-size: 16px;
}
.transparant_form .form-horizontal {
    margin-top: 60px;
    margin-bottom: 60px;
}
.transparant_form .form-group label {
    padding: 0 40px;
}
.transparant_form .form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #40c5ca;
    color: #fff;
    font-size: 18px;
    height: 50px;
}
.transparant_form .form-control::-webkit-input-placeholder { color:#fff; opacity:1; }
.transparant_form .form-control::-moz-placeholder { color:#fff; opacity:1; } /* firefox 19+ */
.transparant_form .form-control:-ms-input-placeholder { color:#fff; opacity:1;text-align: center } /* ie */
.slider_head {
    margin-bottom: 50px;
}
.tenture .user_circle {
    margin: 30px 0;
}
.lender_left_2 .checkbox, .lender_left_2 .radio{
    margin-top:0 !important;
}
.lender_left_2 .checkbox {
    color: #888989;
    font-size: 12px;
    padding: 0 18px 12px 0;
}
.lender_left_2 .checkbox label::before {
    left: 1px;
    top: 2px;
}
.slider-container {
    max-width: 100% !important;
}
.btn.btn-success-border {
    border: 2px solid #2dcc70;
    color: #2dcc70;
}
.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-right: 15px;
    margin-top: 18px;
    margin-bottom: 0;
    padding-left: 0;
}

.breadcrumb .fa.fa-angle-right {
    padding: 0 6px;
}
.transparant-group .input-group-addon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0 0 0 23px;
}
.transparant-group .form_control {
    background: #f1f2f4 none repeat scroll 0 0;
    border: 2px solid #dbdbdb;
    border-radius: 0;
    color: #4c4c4c;
}
.m_top_10{
    margin-top:10px;
}
.search_right_btn {
    padding-right: 30px;
    text-align: right;
    padding-left: 30px;
}
.padding_zero{
    padding:0;
}
.btn.btn-orange {
    background: #f65016 none repeat scroll 0 0;
    color: #fff;
}
.withdrw_btn {
    padding-left: 35px;
}
.dl_left span {
    font-size: 12px;
}
.btn.btn-verify-red {
   background: #990f28 url("../img/icon_v.png") no-repeat scroll 3px 3px;
    border-radius: 0;
    color: #fff;
    font-family: open_sansbold;
    font-size: 11px;
    padding: 9px !important;
}
.btn.btn-verify-green {
	background:url(../img/icon_v.png) no-repeat 3px 3px #060;
	padding:8px 10px 8px 35px;
    border-radius: 0;
    color: #fff;
    font-family: open_sansbold;
    font-size: 14px;
}
.fb_icon {
    color: #2a3a92;
    font-size: 24px;
}
.twitter_icon {
    color: #27aae0;
    font-size: 24px;
}
.linkedin_icon {
    color: #0e6eba;
    font-size: 24px;
}
.fa-inline .fa {
    padding-right: 5px;
}
.profile_detail {
    font-size: 13px;
    line-height: 1.8;
}
.recomm_list .btn {
    font-size: 13px;
}
.profile_detail h4 {
    margin-top: 0;
}
.profile_detail .fa-inline {
    padding-left: 32px;
}
.padding_zero_lg {
    padding: 0;
}
.leder_list .btn-primary {
    margin-top: 5px;
}
.btn-primary2 {
    background: #00aced none repeat scroll 0 0;
    color: #fff !important;
}
.get_quote2 .text-info {
    font-size: 15px;
}
.get_quote2 .arrow_box{
    display: none;
}
.skip_btn {
    font-size: 14px !important;
    margin-top: 18px;
}
.get_quote2 .active .arrow_box{
    display: block;
}
.get_quote2 li{
    padding-right: 40px;
}
.get_quote2 {
    margin-bottom: 0;
    padding-top: 45px;
    text-align: left;
}
.abs_fig {
    bottom: 0;
    position: absolute;
}
.recomm_list figure img {
    /*min-height: 175px;*/
}
.recomm_list .abs_fig {
    left: 0;
    right: 0;
    text-align: center;
}
.subscribe_det .fa-inline {
    padding-left: 35px;
}
.subscribe_det .progress {
    margin: 0 10px 0 0;
}
.subscribe_head {
    margin: 20px 0;
}
.subscrib_det {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.8;
}
.rating-container {
    font-size: 50px !important;
}
#chartdiv {#chartdiv {
	width		: 100%;
	height		: 500px;
	font-size	: 11px;
}	
	width		: 100%;
	height		: 500px;
	font-size	: 11px;  
}										

.amcharts-export-menu-top-right {
  top: 10px;
  right: 0;
}

.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	padding: 1em;
	display: none;
	font-family: 'latoregular';
}
/****Profile****/
.ace-nav .nav-user-photo {
    border: 2px solid #fff;
    border-radius: 100%;
    margin: -4px 8px 0 0;
    max-width: 40px;
}


/* contact page */

.carousel_cntact .item {
    background-position: center center;
    background-repeat: no-repeat !important;
	min-height:246px;   
}

.down_arrow {
    position: relative;
    top: -74px;
}

.maps{
	 padding-top:96px;
	}
.address1{
	 font-family: 'lato_bold_italic';
  color:#999 !important;
  font-weight:normal;
  padding-top:25px;
  padding-bottom:25px;
	}
.cform	{
	
	font-family: 'lato_bold_italic';
	padding-top:15px;
	padding-bottom: 25px;
	}
.fradius	{
	border-radius:0px;
	   height: 43px;
	}

.border-circle {
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #23bcc1;
    text-align: center;
	
}
.border-circle1 {
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #23bcc1;
    text-align: center;
	width: 85px;
}

.facircle {
    padding: 20px;
}
.map	{
	min-height:500px;
	
	}
.panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    padding: 17px !important;
}
.margin{
		margin:15px 0;
		}
.pos  {
    margin: 17px 0 10px 20px;
}

.title_content {
    color: #25bcc5;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}
/* concept */

.margins{
	margin:60px 0px 60px 0px;
	}
.paddinglr {
    padding: 0 25px;
}
.ulcolor{
	color:#a6abab;
	padding-top:10px;
	}
.checkclr{
	color:#24BBC2;
	padding-right:10px;
	float:left;
	min-height:25px;
	}	
.btnclr{
color:#FFF;
 background:#24BBC2;
 border:none;
 border-radius:18px;
 font-size:12px;
 
	}	
.single_h2{
	color:#24BBC2;
	padding-bottom:30px;
	}
.single_p1{
	color:##526C6D;
	padding-bottom:10px;
	
	
	
	}
.brder_box{
	border:2px solid #24BBC2;
	border-radius:5px;
	padding:20px 60px;
	font-size:16px;	
	}	
.starclr{
	color:#24BBC2;
	padding-right:10px;
	float:left;
	min-height:25px;
	
	}
.ulcolor1{
	color:#5D7575;
	padding-top:10px;
	}	
.btnconcept{
 color:#FFF;
 background:#2DCC70;
 border:2px solid #16B75A;
 font-size:14px;

 border-radius:0px;
 
	}
.btnconcept1{
 color:#FFF;
 background:#173766;
 border:2px solid #041938;
 font-size:14px;

 border-radius:0px;
 
	}
.btnconcept:hover{
	color:#173766 !important;
	}	
.btnconcept1:hover{
	color:#fff !important;
	}	
	.borrow_right .div_default {
    margin-top: 34px;
}
/* Lender page*/	
.white_p{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}

.icon_section_lender {
    padding: 30px 20px;
   border:2px solid #fff;
    
}
.icon_p {
    background-image: url("../img/icon7.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 50px;
    text-align: center;
    position: relative; 
	
}


.icon_section_lender:hover  {
   border:2px solid #24BCC2;
   border-radius:5px;
	  
}

.iconclr{
	color:#24BCC2;
	padding-bottom:20px;
	}
.single_p2 {
    color: #a6abab;
    font-family: open_sansregular;
    font-size: 15px;
	line-height:25px;
	float:left;
}	

/*borrower */

.btnconcept_borwer{
 color:#FFF;
 background:#990F28;
 border:2px solid #5C0515;
 font-size:14px;
 padding: 12px 26px;
 border-radius:0px;
 
	}
.btnconcept_borwer:hover{
	color:#2DCC70;
	}	
.borrower_form{
	
	}	

/*borrower */

.btnconcept_borwer{
 color:#FFF;
 background:#990F28;
 border:2px solid #5C0515;
 font-size:14px;
 border-radius:0px;
 
	}
.btnconcept_borwer:hover{
	color:#2DCC70;
	}	
	
.form_header {
    background-color: #cacbcf;
    padding-bottom: 10px;
    padding-top:1px;
    text-align: center;
}	
.form-size{
	
	padding:45px;
	}
.form-layer1{
	height: 48px;
	background-color:transparent;
	}
	
.imgborder {
    background: #24BCC2 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
    padding: 25px;
    text-align: center;
    width: 85px;
}	
	
.txtalign{
	padding-left:20px;
	padding-top:20px
	}	


/*.refer{
	top:-50px;
	}*/
	
.hrline{
	 border: 1px inset #343440;
    margin-right: 88%;
	}	
.single_p3{
	font-family:Raleway;
	 font-size:15px;
	 color:#79787E;
	 line-height:22px;
	}	
.form-layer{
	background-color:#FAFAFA;
	border-radius:5px;
	padding:5px 20px;
	min-height: 500px;
	}	
	
.refer-form	{
	padding-top:30px;
	padding-bottom:30px;
	}
	
.field-color{
	border-radius:5px;
	height: 43px;
	border:#fff;
	box-shadow:none;
	}	
.user_ratings .fa .fa-star-o{
	font-size:20px;
}
		
/****************media query***************/
@media only screen and (max-width: 1200px){
    .padding_zero_lg{
        padding:0 15px;
    }
    .nav-one .container {
    width: 100% !important;
}
}
@media only screen and (max-width: 992px){
    .loan_form {
        width: 100%;
    }
}
@media only screen and (max-width: 990px){
    .dash_head{
        padding-left:15px;
    }
    .bg_section {
        padding: 20px 0;
    }
    .dashbrd_left .list-unstyled {
        display: none;
    }
    .dashbrd_left{
        min-height: unset;
    }
    .nav_toggle{
        display: block;   
    }
    .dl-horizontal dt {
        float: left;
        width: 40%;
    }
    .dash_form{
        padding-bottom: 30px;
    }
    .settings_four {
        border-bottom: 2px solid #24bbc2 !important;
        border-right: medium none !important;
        padding: 15px;
    }
    .btn-lg {
        font-family: open_sanssemibold;
        width: auto;
    }
    .empty_four{
        display: none;
    }
    .borrow_right {
        margin-top: 0px;
    }
    .borrow_head {
        width: 100%;
    }
    .border-right {
        border-right: none;
    }
    .search_form .padding_zero {
        padding: 8px 30px;
    }
    .search_right_btn{
        text-align: left;
    }
    .search_form {
        margin: 0 -30px;
    }
    .nav-one .nav.navbar-nav.navbar-right a {
    color: #aba9a9;
    padding: 9px;
}

.nav-one .navbar-brand .img-responsive {
    max-width: 166px;
    padding-top: 15px;
}
}
@media only screen and (max-width: 768px) {

    .carousel_dsgn .item {
        margin-top: 68px;
    }
    .leder_list .img-responsive {
        margin: 0 auto;
    }
    .carousel_dsgn .item {
        margin-top: 46px;
    }
    .md_center{
        text-align: left;
    }
    .md_center .btn{
        width: auto;
    }
    .btn_three .btn{
        display: block;
        margin: 10px auto;
    }
    .transparant-group {
        margin-bottom: 15px;
    }
    .dash_form{
        padding:20px !important;
    }
    .my_loan_tab .nav-pills {
        display: table;
        width:100%;
    }

    .withdrw_btn {
        padding-left: 0;
        display:block;
    }
    .profile_right{
        margin-top:20px;
    }
    .get_quote2 .user_circle .btn-circle {
        font-size: 43px;
        height: 60px;
        padding: 15px;
        width: 60px;
    }
    .get_quote2 .text-info {
        font-size: 14px;
    }
    .get_quote2 .fa.fa-user {
        font-size: 22px;
    }
    .get_quote2 li {
        padding-right: 0;
    }
    .nav-one .navbar-buttons{
    float:none !important;
    }
     .my_loan_tab .nav-pills li {
    display: block;
    float: none;
    margin-bottom: 10px !important;
}
.lender_left_2 {
    padding: 0 15px !important;
}
.checkbox label {
    display: inline-block;
    padding-left: 27px;
    position: relative;
}
.lender_sec .checkbox label::before{
 left: 20px !important;
}
.lender_con h5 {
    font-size: 20px;
}
.lender_con .private_message{
display: block;


}
.form_set {
    background-color: #f1f2f4;
    padding: 15px;
}
.lender_con .request_lender{

width:100%;
margin-bottom:15px;

}
.lender_con .col-sm-4{
padding:0 15px !important;
}
    #carousel-example-generic1 .media-body,#carousel-example-generic1 .media-left {
width:100%;
display:block;
text-align:center;
}
#carousel-example-generic1 h2 {
    
    font-size: 20px !important;
    margin-top: 0;
}
.lender_con .btn.btn-block {
    font-size: 12px;
}
#carousel-example-generic1 .item{
padding-top:60px !important;
}
.lender_con h5 {
    float: none !important;
    text-align: center;
}
.lender_con .btn.btn-block.btn-verify-red {
    float: none !important;
    width: 100% !important;
}
#carousel-example-generic1 .item{
min-height:551px;
}
}
@media only screen and (min-width:360px) and (max-width: 670px)  {

    .slide_content h2 {
        color: #fff;
        font-family: open_sansregular;
        font-size: 37px;
    }
    .slide_content h1 {
        color: #fff;
        font-family: open_sanslight;
        font-size: 46px;
    }
    .slide_content {
        padding-bottom: 170px;
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 170px;
        text-align: center;
    }
    .loan_tab .nav-tabs a {
        padding:16px  4px !important;
        width: auto !important;
    }
    .loan_tab h4 {
        font-size: 13px;
    }
   
}
@media only screen and (max-width: 400px) {
    .my_loan_tab .nav.nav-pills a {
        font-size: 13px !important;
        padding: 10px 6px;
    }
    .loan_tab .nav-tabs a {
        padding:16px  4px !important;
        width: auto !important;
    }
    .loan_tab h4 {
        font-size: 13px;
    }
    .dash_right .media-object {
    margin: 0 auto;
    max-height: 70px;
    max-width: 40px;
}
.dash_right .media h4.media-heading {
    font-family: open_sanssemibold;
    font-size: 25px;
}
.dash_right .media-left {
    max-width: 100px;
}
.dash_right .media-left a{
    width: 87px;
}
.dash_right .media-left{
display:none;
}
.breadcrumb {
    float: none !important;
}
}
@media only screen and (max-width: 359px) {
    .nav-one .navbar-brand {
        width: 80%;
    }
    .slide_content h2 {
        color: #fff;
        font-family: open_sansregular;
        font-size: 35px;
    }
    .slide_content h1 {
        color: #fff;
        font-family: open_sanslight;
        font-size: 40px;
    }
    .slide_content {
        padding-bottom: 170px;
        padding-left: 46px;
        padding-right: 46px;
        padding-top: 170px;
        text-align: center;
    }
    



}
