* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    word-wrap: break-word;

}



html,

body {}

body { font-family: 'Inter', Arial, Helvetica, sans-serif; font-size: 16px; overflow-x: hidden;}

img { vertical-align: middle; max-width: 100%;}

a img { border: none;}

a { text-decoration: none; color: #434343;}

.wrapper { margin-left: auto; margin-right: auto; max-width: 1200px; padding: 0 20px; width: 100%;}

.h_wrapper { margin-left: auto; margin-right: auto; max-width: 1320px; padding: 0 20px; width: 100%;}

.wrapper_inner { margin-left: auto; margin-right: auto; max-width: 1000px; padding: 0 20px;  width: 100%;}

.clr:after,

.afclr:after {  clear: both; float: none; display: block; content: "";}

ul {  margin: 0; padding: 0;}

ul li {list-style: none;}

a { text-decoration: none; display: inline-block;}

input:focus, button:focus, a:focus{ outline: none; -webkit-appearance: none; -moz-appearance:none; appearance:none;}



::placeholder { color: #393939;}

:-ms-input-placeholder {color: #393939;}

::-ms-input-placeholder {  color: #393939;}

select:focus-visible, textarea:focus-visible {  outline: none;}



/* --------------- */



.site-menu {

    display: inline-block;

    padding-left: 0px;

}



ul.nav-menu {

    margin: 0 -15px;

}



.nav-menu li {

    padding: 0 11px;

    position: relative;

    display: inline-block;

}



.nav-menu>li>a {

    position: relative;

    color: #000; font-family: inherit;

    font-weight: 500;

    font-size: 16px;

    letter-spacing: normal;

    display: inline-block;

    padding: 5px 0;

    transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;



}



.nav-menu>li a::after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    margin: 0 auto;

    width: 100%;

    height: 2px;

    background-color: #000;

    opacity: 0;

    visibility: hidden;

    transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    text-transform: uppercase;

}



.nav-menu>li.active a::after,

.nav-menu>li:hover a::after {

    opacity: 1;

    visibility: visible;

    transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    text-transform: uppercase;

}



.nav-menu .sub-menu {

    position: absolute;

    top: 100%;

    left: 16px;

    width: 180px;

    transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    z-index: 1000;

    visibility: visible;

    filter: alpha(opacity=0);

    visibility: hidden;

    opacity: 0;

    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.211764);

}



.nav-menu .sub-menu li {

    float: none;

    background: #FFF;

    border-bottom: 1px solid #F1EDED;

    border-left: none;

    padding: 0;

    display: block;

    position: relative;

}

.nav-menu .sub-menu a {

    padding: 10px

}



.nav-menu .sub-menu li a {

    text-align: left;

    font-size: 16px;

    display: block;

}



.nav-menu .sub-menu li a::after {

    width: 0;

    height: 0;

}



.nav-menu .sub-menu ul {

    position: absolute;

    top: 0px;

    left: 100%;

    border-top: 0;

    padding-left: 0px;

    padding-top: 0;

    filter: alpha(opacity=0);

    width: 180px;

    visibility: hidden;

    opacity: 0;

    -webkit-transform: translate(40px, 0)

}



.nav-menu .sub-menu li:last-child {

    border-bottom: none;

}

.nav-menu li:hover>.sub-menu {

    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=100);

}



.nav-menu .sub-menu li:hover ul {

    visibility: visible;

    opacity: 1;

    filter: alpha(opacity=100);

    -webkit-transform: translate(0px, 0);

    padding: 0;

}



.nav-menu .sub-menu ul li:first-child {

    border-top: none;

}



.nav-menu .sub-menu ul li,

.nav-menu .sub-menu ul li:first-child {

    background: #F8F8F8;

}



.cross_button {

    display: none

}



.menu_section {}



.nav-menu .sub-menu li a:hover {

    color: #FFF;

    background: #353636;

}



.menu_expand {

    display: none;

    color: #000;

    text-transform: uppercase;

    font-size: 16px;

    line-height: 1.2;

    transition: all 0.2s ease;

    -webkit-transition: all 0.2s ease;

    letter-spacing: 3px;

    text-decoration: none;

    float: right;

     -webkit-border-radius: 5px;  -moz-border-radius:5px; border-radius: 5px; 

    padding: 10px;

    background:#535e88;

}



.menu a {}



.menu_expand.active i {}



.overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: -2;

    background-color: rgba(0, 0, 0, 0.8);

    bottom: 0;

    transition: opacity 0.3s ease;

    -moz-transition: opacity 0.3s ease;

    -ms-transition: opacity 0.3s ease;

    -o-transition: opacity 0.3s ease;

    -webkit-transition: opacity 0.3s ease;

    opacity: 0;

}



.overlay.active {

    z-index: 100;

    opacity: 1;

}



li.menu-item-has-children::after {

    content: '';

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: 1px;

    width: 10px;

    height: 15px;

    background-image: url(../images/down_icon.png);

    background-position: center center;

    background-repeat: no-repeat;

    background-size: contain;

}





/* --------------------------- */





.h_header_section{position: relative;background: #fff;}

.h_header_inner{display: flex;    width: 100%;}

.h_header_logo{padding: 8px 0; padding-right: 20px;}



.h_header_logo img{ max-width:178px; }

.h_header_left{width:17%; position: relative;}

.h_header_left:after {  position: absolute;  content: ''; display: inline-block;   box-shadow: 2px 4px 5px rgb(0 0 0 / 20%); right: 6px; top: -8px; bottom: 0;transform: rotate(20deg); width: 1px; height: calc(100% + 12px);}

.h_header_right{ width: 83%;}

.hh_r_top_bar {display: flex; align-items: center; padding: 15px 0; width: 100%;border-bottom: 1px solid #535e88;    position: relative;}

.hh_r_top_bar:after{ content: ''; position: absolute; bottom: -1px; right: -1000px; border-bottom: 1px solid #535e88; width: 1000px; }

.hh_r_t_left{display: flex; align-items: center;justify-content: flex-start; width: 75%; padding-left: 20px;}

.hh_r_t_right{display: flex; align-items: center; justify-content: flex-end; width: 25%;}

.hh_r_t_left a{ display: flex; align-items: center; padding: 0 18px; font-size: 14px; color: #000;font-weight: 500;}
.hh_r_t_left .hh_phone_nm{ padding-right: 10px; }
.hh_r_t_left .hh_phone_toll{ padding:0; }

.hh_r_t_left a span{ display: inline-block;  padding-left: 15px;}

.hh_r_t_left a img{ max-width: 22px;}

.h_social {}

.h_social a{ display: inline-block; padding: 0 5px; }

.h_social a:last-child{ padding-right: 0; }

.h_social a img{ max-width: 28px;}



.hh_r_bottom_bar {padding: 20px 0; padding-left: 40px;}

.main_menu{ display: flex; align-items: center;}

.site-menu{ width: 65%; }

.oth_menu_right { width: 35%; display: flex; justify-content: flex-end; }

.oth_menu_right a{display: inline-block; color: #fff; background: #535e88; padding: 10px 20px; font-size: 14px; text-transform: uppercase; text-align: center; font-weight: 500;  -webkit-border-radius: 0 15px 0 15px;  -moz-border-radius:0 15px 0 15px;border-radius: 0 15px 0 15px;  transition: all 0.3s ease;margin: 0 10px;min-width: 155px; display: flex; align-items: center;justify-content: center;}

.oth_menu_right a:last-child{ margin-right: 0; }

.oth_menu_right a:hover{background: #d8b359; }



.b_banenr_section {background: #414c78; background: linear-gradient(83.37deg, #414c78 32.02%, #535e88 93.77%);position: relative;}

.b_banner_img_left{float: left;}

.b_banner_img_right{ float: right; width: 50%; }

.b_banner_img_right img{width: 100%; height: auto; -webkit-border-radius:407px 0px 0px 407px;  -moz-border-radius:407px 0px 0px 407px;border-radius: 407px 0px 0px 407px; max-height: 800px;}

.b_banner_inner {position: absolute; top: 20%; left: 0; right: 0;}

.b_banner_in_content{ width: 50%; }

.b_banner_in_content h4{font-style: normal; font-weight: 500; font-size: 20px; color: #fff; padding-bottom: 20px;}

.b_banner_in_content h1{font-family: 'Helvetica'; font-style: normal; font-weight: 700; font-size: 58px; color: #fff; line-height: 1.1; padding-bottom: 30px;}

.b_btn_contact{display: inline-block; color: #414c78; font-size: 16px; font-weight: 500; background: #fff; padding: 14px 35px; transition: all 0.3s ease;     -webkit-border-radius:0px 16px;  -moz-border-radius:0px 16px;border-radius: 0px 16px; }

.b_btn_contact:hover{background: #d8b359;  color: #fff;}



.p_payment_section {position: relative;  top: -100px;    margin-bottom: -100px;}

.p_payment_s_inner { display: flex; margin: 0 -20px;}

.p_pay_s_block { width: 33.33%; padding: 0 20px; }

.p_pay_s_bl_inner {background: #fff;  -webkit-border-radius:0px 18px;  -moz-border-radius:0px 18px;border-radius: 0px 18px;  border-bottom: 5px solid #535e88; padding: 25px;display: flex;  align-items: center;}

.p_pay_bl_left{}

.p_pay_bl_left img{max-width: 70px;}

.p_pay_bl_right{ padding-left: 25px; }

.p_pay_bl_right h3{font-weight: 600; font-size: 18px; line-height: 1.2; text-transform: capitalize;}



.h_about_section{ padding: 120px 0; background: url('../images/about-bg-img.jpg');background-position: top right; background-repeat: no-repeat;}

.h_about_s_inner {display: flex;align-items: center;}

.h_about_left{width: 50%;  padding-right: 50px;}

.h_about_l_inner {    position: relative;}

.h_about_l_inner:after{position: absolute; right: -70px; top: 18%; background: #8F0A0E; width: 120px; height: 10px;}

.h_about_l_inner img{-webkit-border-radius:0 100px;  -moz-border-radius:0 100px; border-radius: 0 100px; }

.b_banner_img_right{ -webkit-border-radius:407px 0px 0px 407px;  -moz-border-radius:407px 0px 0px 407px; border-radius: 407px 0px 0px 407px;}

.h_about_right{    width: 50%; padding-left: 50px;}

.h_ablout_r_inner {}

.h_ablout_r_inner h4{font-weight: 500; font-size: 20px; color: #535e88; line-height: 1.4;    padding-bottom: 10px;}

.h_ablout_r_inner h2{font-weight: 700; font-size: 42px; line-height: 1.1; color: #0E0E0E; padding-bottom: 20px;}

.h_ablout_r_inner p{font-weight: 300; font-size: 16px; color: #000000; line-height: 1.6; padding-bottom: 15px;}

.h_ablout_r_inner ul{    margin: 10px 0;}

.h_ablout_r_inner li{font-weight: 600; font-size: 16px; color: #000000; line-height: 1.4; background: url('../images/about-list-icon.svg') no-repeat; padding-left: 28px;    padding-bottom: 10px;background-position: 0px 1px;background-size: 18px;}

.btn_site_com{display: inline-block; color: #fff; background: #535e88; padding: 15px 30px; font-size: 16px; text-transform: uppercase; text-align: center; font-weight: 500;  -webkit-border-radius:0 15px 0 15px;  -moz-border-radius:0 15px 0 15px;border-radius: 0 15px 0 15px; transition: all 0.3s ease;}

.btn_site_com:hover { background: #d8b359;}

.h_about_readmore{ align-items: center;padding-top: 15px; }

.h_read_btn{}

.h_about_phone{padding-left: 0px;padding-top: 30px;display: flex; align-items: center;}

.about_aa_phone{padding-left: 18px;}

.about_aa_phone h5{font-weight: 400; font-size: 16px; line-height: 1.3; color: #0E0E0E;}

.about_aa_phone h2{color: #000; font-size: 28px; line-height: 1.3; padding: 0;}

.about_aa_phone h2 a{ color: #000; }

.h_about_phone img{    max-width: 45px;}



.h_home_loan_bar_section{ padding: 90px 0; background: url('../images/quick-apply-bg-img.jpg') no-repeat; background-size: cover; position: relative;}

.h_home_loan_bar_s_inner{ display: flex; flex-wrap: wrap; align-items: center;    position: relative;  z-index: 1; }

.h_home_lon_overlay{background: linear-gradient(83.37deg, #414c78 32.02%, #535e88 93.77%); opacity: 0.85; position: absolute; left: 0; right: 0; top: 0; bottom: 0;}

.h_h_loan_bar_left{ width: 60%; float: left;}

.h_h_loan_bar_left h4{font-weight: 500; font-size: 32px; color: #fff; line-height: 1.4; padding-bottom: 0px; }

.h_h_loan_bar_left h2{font-weight: 700;  font-size: 40px;  color: #fff; line-height: 1.2; display: none;}

.h_h_loan_bar_right{display: flex; justify-content: flex-end; width: 40%; float: right;}

.btn_site_white{ background: #fff; color: #000; }



.h_loan_offered_section{ padding: 90px 0;  background:#dadada4d; position: relative;  padding-bottom: 150px; }

.h_loan_o_title{ text-align: center; padding-bottom: 60px; }

.h_loan_o_title h5{font-weight: 500; font-size: 18px; line-height: 1.2; text-align: center; color: #535e88; padding-bottom: 10px;}

.h_loan_o_title h2{font-weight: 700; font-size: 40px; line-height: 1.2; text-align: center; color: #0E0E0E;}

.h_loan_offered_se_inner{display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -15px;}

.h_loan_o_block{ width: 33.33%; padding: 0 15px; margin-bottom: 30px;}

.h_loan_o_bl_inner{ position: relative; }

.h_lo_overlay{position: absolute; top: 0; left: 0; right: 0; bottom: 0; background:#00000073;}

.h_loan_bl_content{position: absolute; bottom: 0; left: 0; right: 0; padding: 40px; z-index: 1;}

.h_loan_bl_content h3{font-weight: 700; font-size: 22px; line-height: 1.3; color: #FFFFFF; padding-bottom: 15px;}

.h_lo_off_btns{    display: flex; align-items: center;}

.h_lo_btns{display: inline-block; color: #fff; background: #535e88; padding: 12px 25px; font-size: 14px; text-align: center; font-weight: 500;  -webkit-border-radius:0 15px 0 15px;  -moz-border-radius:0 15px 0 15px; border-radius: 0 15px 0 15px; transition: all 0.3s ease; width: 100%; margin: 0 5px;}

.h_btn_red{}

.h_btn_white{ background: #fff; color:#535e88; }

.mm_icon_img{ position: absolute;    bottom: 10%;left: 5%; z-index: -1;}

.mm_icon_img img{ max-width: 120px;}

.mm_icon_img_right{ position: absolute;    bottom: 10%;right: 8%; z-index: -1;}

.mm_icon_img_right img{ max-width: 100px;}



.cc_numbers{ position: relative; margin-top: -50px;}

.cc_number_inner{display: flex; align-items: center; justify-content: center;background: #FFFFFF; box-shadow: 5px -1px 15px 14px rgb(0 0 0 / 5%); padding:40px  50px;}

.number-item{width: 20%;}

.number-item h2{font-weight: 700; font-size: 28px; line-height: 1.4; text-align: center; color: #535e88;}

.number-item h6{font-weight: 400; font-size: 14px; line-height: 1.4; text-align: center; color: #000000;}



.h_customer_section{ padding-top: 100px; padding-bottom: 100px; background: linear-gradient(to bottom, #fff 40%, #8F0A0E 0%); background-size: 50%;}

.h_customer_se_inner{  margin: 0 -25px;position: relative;}

.c_customer_slider { overflow: hidden; }

.h_customer_title{}

.h_customer_title h2{font-weight: 700; font-size: 40px; line-height: 1.2; text-transform: capitalize; color: #010101;}



.h_customer_r_block{ padding:0 20px; }

.h_cc_r_content{padding: 40px 35px; background: #fff; text-align: center;}

.cc_quote_img {padding-bottom: 15px;}

.cc_r_content {}

.cc_r_content p{font-weight: 400; font-size: 16px; line-height: 1.5; text-align: center; color: #000000; padding-bottom: 20px;}

.cc_r_content h4{font-weight: 700; font-size: 15px; line-height: 1.4; text-align: center; color: #000000;}

.cc_r_content h5{font-weight: 400; font-size: 13px; line-height: 1.4; text-align: center; color: #000000; padding-bottom: 15px;}

.h_customer_se_inner {    padding-top: 50px;}
.c_read_more{font-weight: 600; font-size: 15px; line-height: 1.2; text-transform: capitalize; color: #535e88;}

.h_cc_r_img {}

.h_cc_r_img img{ -webkit-border-radius: 0 20px 0 0;  -moz-border-radius: 0 20px 0 0;border-radius: 0 20px 0 0;}

.h_get_free_section{ padding-top: 100px;background: #E8E6E3; margin-bottom: 100px;}

.h_get_free_se_inner{background: #FFFFFF; box-shadow: 5px -1px 15px 14px rgb(0 0 0 / 5%);  -webkit-border-radius: 0px 82px 0px 52px;  -moz-border-radius: 0px 82px 0px 52px; border-radius: 0px 82px 0px 52px; display: flex; position: relative; bottom: -100px;    margin-top: -100px;}

.h_get_q_left{    width: 57%; position: relative;}

.h_get_q_l_inner{padding: 65px 80px;}

.h_get_q_l_inner h4{font-weight: 500; font-size: 18px; line-height: 1.4; color: #535e88; padding-bottom: 12px;}

.h_get_q_l_inner h2{font-weight: 700; font-size: 40px; line-height: 1.2; color: #0E0E0E; padding-bottom: 10px;}

.h_get_q_l_inner p{font-weight: 300; font-size: 18px; line-height: 1.6; color: #000000; padding-bottom: 20px;}

.h_get_form_section{}

.h_get_b_inp{padding-bottom: 15px;}

.h_get_b_inp input, .h_get_b_inp select, .h_get_b_inp textarea{padding: 18px 25px; font-size: 16px; font-family: inherit; width: 100%; border: 1px solid #DFDFDF; background: #DFDFDF;font-weight: 500; color: #393939;}
.h_get_b_inp textarea{ height: 100px; }
.h_get_b_sbmt{}

.h_get_b_sbmt input{background: #535e88;  -webkit-border-radius:0px 16px;  -moz-border-radius:0px 16px; border-radius: 0px 16px; width: 100%; padding: 18px 30px; font-weight: 500; font-size: 18px; line-height: 22px; text-transform: capitalize; color: #FFFFFF; font-family: inherit; cursor: pointer; border: 1px solid #535e88; -webkit-appearance: none; -moz-appearance:none; appearance:none;}



.h_get_q_right{ width: 43%; -webkit-border-radius:0 83px 0 0;  -moz-border-radius:0 83px 0 0; background: #535e88; border-radius: 0 83px 0 0;}

.h_get_q_r_img {}

.h_get_q_r_img img{     -webkit-border-radius:0 82px 0 0;  -moz-border-radius:0 82px 0 0; border-radius: 0 82px 0 0;}

.h_get_b_inp select{ -webkit-appearance: none;-moz-appearance: none; appearance:none;background: #DFDFDF url(../images/select_arrow_icon.svg); background-repeat: no-repeat; background-size: 26px; background-position: 97%;}

.h_get_q_money_img{position: absolute; top: 20px; right: 60px; z-index: 0;}

.h_get_q_money_img img{max-width: 120px;}

.h_get_q_r_content{ text-align: center;    background: #535e88; padding: 35px; }

.h_get_q_r_content img{max-width: 45px;}

.h_get_q_r_content h3{font-weight: 700; font-size: 36px; line-height: 41px; text-align: center; color: #FFFFFF; padding-top: 10px; padding-bottom:15px;}
.h_get_q_r_content h4{font-size: 16px; font-weight: 500; color: #fff; padding-top: 15px;}

.h_get_q_r_content h3 a{ color: #fff; }

.h_get_q_r_content h5{font-weight: 500; font-size: 16px;    color: #fff;}

.h_get_q_r_content h4 a{color: #fff;}
.h_get_q_r_content h5 a{color: #fff; position: relative;}
.h_get_q_r_content h5 a:after { content: ''; position: absolute; bottom: 0; width: 100%; height: 1px; background: #fff; left: 0; right: 0; }


.h_about_loan_section{padding: 120px 0;padding-bottom: 160px;}

.h_about_loan_se_inner{}

.h_about_loan_se_inner .p_pay_s_bl_inner{border: 1px solid #535e88;    border-bottom: 7px solid #535e88;}

.f_footer_section{ background: url('../images/footer_bg_img.jpg') no-repeat; background-size: cover; }

.f_footer_top_bar{    position: relative; top: -50px; margin-bottom: -50px;}

.f_footer_top_bar_inner{background: url('../images/loan-question-bg-img.jpg') no-repeat;    max-width: 1050px;  margin: 0 auto; padding: 35px 80px;  -webkit-border-radius:0px 30px;  -moz-border-radius:0px 30px; border-radius: 0px 30px;  display: flex;  align-items: center;}

.f_footer_t_left{width: 60%; float: left;}

.f_footer_t_left h3{font-weight: 700; font-size: 30px; line-height: 1.3; color: #FFFFFF; padding-bottom: 0px;}

.f_footer_t_left p{font-weight: 500; font-size:14px; line-height: 1.6; color: #FFFFFF;}

.f_footer_t_right{display: flex; justify-content: end; width: 40%; float: right;}

.f_footer_inner_bottom{padding-top: 60px; padding-bottom: 40px; display: flex; margin: 0 -30px;}

.f_footer_block{ width: 25%; padding:0 30px; }

.f_footer_logo{}

.f_footer_l_content{    padding-top: 30px;}

.f_footer_l_content p{font-weight: 400; font-size:14px; line-height: 1.6; color: #FFFFFF;}

.f_footer_bl_inner {}

.f_footer_bl_inner h3{font-weight: 600; font-size: 20px; line-height: 1.3; color: #FFFFFF; padding-top: 20px; padding-bottom: 25px;}

.f_footer_bl_inner ul{margin-left: 5px;}

.f_footer_bl_inner li{padding-bottom: 10px;}

.f_footer_bl_inner li a{font-weight: 300; font-size: 16px; line-height: 1.6; color: #FFFFFF;}

.f_list_anch li a{ position: relative; display: inline-block; padding-left: 28px;}

.f_list_anch li a:before, .f_list_anch li a:after { border-right: 2px solid; content: ''; display: block; height: 8px; margin-top: -6px; position: absolute; -moz-transform: rotate(135deg); -o-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); left: 0px; top: 50%; width: 0; }

.f_list_anch li a:after { margin-top: -1px; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }



.f_footer_bl_in_list{ padding-left: 40px; }

.f_address{ padding-bottom: 20px; }

.f_address h4{font-weight: 600; font-size: 18px; line-height: 1.3; color: #FFFFFF; padding-bottom: 10px;}

.f_address p{}

.f_address p a{font-weight: 400; font-size: 14px; line-height: 1.6; color: #FFFFFF; display: inline-block;}



.f_copy_section{background: #535e88; padding: 20px 0;}

.f_copy_inner{ display: flex; align-items: center; flex-wrap: wrap; }

.f_copy_left{ width: 80%; float: left; }

.f_copy_left p{ font-weight: 400; font-size: 14px; line-height: 1.4; color: #FFFFFF; }
.f_copy_left p a{ display: inline-block; color: #fff; }

.f_copy_right{ display: flex; width: 20%; justify-content: end; float: right; }

.f_social{}

.f_social a{    display: inline-block; margin: 0 4px;}



.h_customer_se_arrows{position: relative; width: 120px; float: right; top: -50px;}

.c_customer_next, .c_customer_prev{background-size: 40px !important;  width: 40px;height: 40px;}

.c_customer_next{ background: url('../images/customer_arrow_right.png') no-repeat; }

.c_customer_prev{background: url('../images/customer_arrow_left.png') no-repeat;}

.c_customer_next:after, .c_customer_prev:after{ display: none; }

.inn_b_banner_inner{    top: 50%; transform: translateY(-50%);}
.inn_b_banner_in_content{}

.aa_about_content_section{ padding-bottom: 100px; padding-top: 80px; }
.aa_about_content_se_inner{}
.aa_about_content_se_inner p{font-weight: 400; font-size: 16px; line-height: 1.6; color: #000000; padding-bottom: 25px;}
.aa_about_content_se_inner h5{font-weight: 500; font-size: 20px; line-height: 1.6; text-align: center; color: #000000;}
.ss_in_about_section{ padding-top: 80px; }
.aa_about_two_section{ padding-bottom: 100px; }
.aa_about_two_se_inner{}
.aa_about_two_title{ text-align: center; padding-bottom: 50px; }
.aa_about_two_title h2{font-weight: 700; font-size: 42px; line-height: 1.2; text-align: center; color: #000000;}
.aa_about_two_se_inner{display: flex;  align-items: center; padding-top: 20px; flex-wrap: wrap;}
.aa_about_t_left{ width: 50%; padding-right: 40px; }
.aa_about_t_l_inner{}
.aa_about_t_l_inner h3{font-style: normal; font-weight: 700; font-size: 22px; line-height: 1.4; color: #000000; padding-bottom: 15px;}
.aa_about_t_l_inner p{font-style: normal; font-weight: 400; font-size: 16px; line-height: 1.4; color: #000000; padding-bottom: 20px;}
.aa_about_t_l_inner ul{list-style: disc; margin-left: 20px;}
.aa_about_t_l_inner li{list-style: disc; font-style: normal; font-weight: 400; font-size: 16px; line-height: 1.6; color: #000000; padding-bottom: 3px;}
.aa_about_t_right{ padding-left: 40px; width: 50%; }
.aa_about_t_right img{ -webkit-border-radius:0px 83px;  -moz-border-radius:0px 83px; border-radius: 0px 83px;  height: auto;}

.fixed_header.h_header_section  { position: fixed; top: 0; left: 0; right: 0; margin: auto; padding: 0; width: 100%; display: block; z-index: 999; animation: smoothScroll 1s forwards; box-shadow:0 0 15px 2px rgba(0,0,0,0.2); }
.fixed_header .h_header_logo img { max-width: 100%;}
.fixed_header .hh_r_top_bar{ display: none; }
.fixed_header .h_header_logo {  padding: 20px 0;padding-right: 20px;}
@keyframes smoothScroll {
    0% { transform: translateY(-60px);}
    100% { transform: translateY(0px);}
}
.cc_h_get_free_section{margin-bottom: 0; padding-bottom: 160px;}
.cc_h_get_free_se_inner{bottom: 0;  margin-top: 0;}
.sub-menu-toggle{ display: none; }
.h_home_loan_icon img{ max-width: 110px !important; }

.f_footer_fixed_btns {position: fixed; top: 50%; right: 0; transform: translateY(-50%); z-index: 100;}
.f_f_fixed_inner{}
.f_f_fixed_inner a{display: block;  margin: 10px 0;}

.aa_apply_loan_section{background: #F3F3F3; padding-top: 120px; padding-bottom: 150px;}
.aa_apply_loan_se_inner{background: #FFFFFF; box-shadow: 5px -1px 15px -3px rgba(0, 0, 0, 0.05);  -webkit-border-radius:0px 82px 0px 52px;  -moz-border-radius:0px 82px 0px 52px; border-radius: 0px 82px 0px 52px; padding: 65px;}
.aa_apply__l_content{ padding-bottom: 30px; }
.aa_apply__l_content p{font-weight: 400; font-size: 20px; line-height: 1.4; color: #000000;}

.g_started_stp_blockk_in input[type="radio"]{ display: none; }
.g_started_stp_label{ -webkit-border-radius:4px;  -moz-border-radius:4px; border-radius: 4px; cursor: pointer; border: 2px solid #f1f1f1;   display: block; background-color: #FFFFFF; position:relative;}
.g_started_s_bl_title{padding: 16px 5px; display: inline-block;text-align: center; width: 100%;font-size:20px;}
.g_started_stp_blockk_in input[type="radio"]:checked+label.g_started_stp_label {border: 2px solid #535e88;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 20%), 0px 3px 4px rgb(0 0 0 / 12%), 0px 3px 3px rgb(0 0 0 / 14%); }
.g_serv_cat_stp_label{ position: relative; cursor: pointer; }
.g_started_stp_blockk_in input[type="radio"]:checked+label.g_serv_cat_stp_label .pa_categ_content {background: #CEA035; }
.g_serv_cat_stp_label:hover .pa_categ_content{background: #CEA035;}
.g_serv_cat_stp_label:hover .pa_categ_content h3{ color: #fff; }
.g_started_stp_blockk_in input:checked ~ .g_serv_cat_stp_label .pa_selcet_btn a { border: 1px solid #ffffff; background: #ffffff; color: #394d6d;}
.g_started_stp_blockk_in input:checked ~ .g_serv_cat_stp_label .pa_categ_content h3{ color: #fff; }
.g_serv_cat_stp_label:hover .pa_selcet_btn a{border: 1px solid #ffffff; background: #ffffff; color: #394d6d;}
.g_serv_cat_stp_label:after {
        width: 15px;
        height: 15px;
        content: '';
        border: 2px solid #D1D7DC;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
        background-repeat: no-repeat;
        background-position: 1px 2px;
         -webkit-border-radius:50%;  -moz-border-radius:50%;border-radius: 50%;
        z-index: 2;
        position: absolute;
        right: 10px;
        top: 20px;
        transform: translateY(-50%);
        cursor: pointer;
        transition: all 200ms ease-in;background-size:15px;
      }
.g_started_stp_blockk_in input:checked ~ .g_serv_cat_stp_label:after { background-color: #535e88;  border-color: #535e88;  }
.g_get_st_img_block{ float:left; width:33.33%; padding:0 10px;margin-bottom: 30px;}
    .g_started_stp_label:after {
        width: 15px;
        height: 15px;
        content: '';
        border: 2px solid #D1D7DC;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
        background-repeat: no-repeat;
        background-position: 1px 2px;
         -webkit-border-radius:50%;  -moz-border-radius:50%;border-radius: 50%;
        z-index: 2;
        position: absolute;
        right: 10px;
        top: 20px;
        transform: translateY(-50%);
        cursor: pointer;
        transition: all 200ms ease-in;background-size:15px;
      }
.g_started_stp_blockk_in input:checked ~ .g_started_stp_label:after { background-color: #535e88;  border-color: #535e88;  }

.aa_apply_l_form{}
.aa_loan_type{    padding-bottom: 50px;}
.aa_loan_type > h3{font-style: normal; font-weight: 600; font-size: 22px; line-height: 1.2; color: #000000; padding-bottom: 10px;}
.la_loan_bl_r_img{ position: relative; }
.la_loan_overlayy{position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #00000073;}
.pa_block_pr_top {position: absolute; top: 50%; left: 0; right: 0; text-align: center; transform: translateY(-50%);}
.pa_block_pr_top h3{font-weight: 700; font-size: 22px; line-height: 1.2; text-align: center; color: #FFFFFF;}
.form_group_sec { display: flex; flex-wrap: wrap;margin: 0 -5px; }
.pa_package_plan_block{ width: 20%; padding:0 5px;}
.pa_package_plan_bl_inner {  }
.g_started_stp_blockk_in input[type="radio"]:checked+label.g_started_stp_label .la_loan_overlayy{ background: #ffffffd1; }
.g_started_stp_blockk_in input[type="radio"]:checked+label.g_started_stp_label .pa_block_pr_top h3{color: #535e88;}
.aa_apply_form_bottom{ width: 75%; }
.aa_apl_amount{    padding-bottom: 30px;}
.aa_apl_amount label{font-weight: 500; font-size: 15px; line-height: 1.3; color: #000000; display: block; padding-bottom: 10px;}
.aa_apl_amount input{background: #F3F3F3 url('../images/rupee_icon_img.png') no-repeat; border: 1px solid #F3F3F3; padding: 15px 10px; width: 60%; line-height: 1.4; height: 55px; color: #000; font-size: 16px; font-family: inherit;background-position: 15px;  padding-left: 35px;background-size: 11px;}
.aa_ap_amount_imp{}

.aa_apl_personal_details{}
.aa_apl_personal_details h3{font-style: normal; font-weight: 600; font-size: 26px; line-height: 1.3; color: #000000; padding-bottom: 10px;}
.aa_apl_duration {padding-bottom: 40px;}
.aa_apl_duration label{font-weight: 500; font-size: 15px; line-height: 1.3; color: #000000; display: block; padding-bottom: 10px;}
.aa_pl__inp_block{display: flex; margin: 0 -10px; }
.aa_pl__inp_bl_two{width: 50%;  padding: 0 10px;padding-bottom: 20px;}
.aa_pl__inp_bl_three{width: 33.33%;  padding: 0 10px;}
.aa_pl__inp_bl_two input, .aa_pl__inp_bl_full input, .aa_pl__inp_bl_three input, .aa_pl__inp_bl_three select, .aa_pl__inp_bl_full textarea, .aa_pl__inp_bl_two select{background: #F3F3F3; color: #000; border: 1px solid #F3F3F3; font-family: inherit; padding: 16px 18px; width: 100%; font-size: 15px; height: 60px; font-weight: 500;}
.aa_pl__inp_bl_full{padding: 0 10px; padding-bottom: 20px;}
.aa_pl__inp_bl_three select, .aa_pl__inp_bl_two select{ -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #f3f3f3 url(../images/select_arrow_icon.svg);  background-repeat: no-repeat; background-size: 22px;  background-position: 97%;}
.aa_pl__inp_block_f{margin: 0 -10px;}
.ll_loan_feature_aft > .elementor-widget-wrap{ background: #fff; }
.ll_loan_feature_aft > .elementor-widget-wrap:after{ position: absolute; content: ''; top: -1px; left:-1px; right: 0; background:#414c78; background: linear-gradient(0deg, #414c78, #414c78), #FFFFFF; -webkit-border-radius:0px 28px;  -moz-border-radius:0px 28px; border-radius: 0px 28px; height: 130px; z-index: 0; }
.pp_page_not_found{ padding: 140px 0;background:#414c78 ;background: linear-gradient(83.37deg, #414c78 32.02%, #535e88 93.77%); }
.pp_page_not_f_inner{ text-align: center; }
.pp_page_not_f_inner h3{ margin-top: 0px;font-weight: 700; font-size: 42px; line-height: 61px;  text-align: center; color: #FFFFFF; }

.aa_apl_radio_btn{display: flex !important; align-items: center;margin-right: 30px; cursor: pointer;}
.aa_apl_radio_btn input { -webkit-appearance: none; appearance: none; background-color: #fff; margin: 0; font: inherit; color: currentColor; width: 2em; height: 2em; border:1px solid #C2C2C2; border-radius: 50%; transform: translateY(-0.075em); display: grid; place-content: center;padding: 0; }
.aa_apl_radio_btn input[type="radio"] { display: grid; place-content: center;}
.aa_apl_radio_btn input[type="radio"]::before { content: ""; width: 1em; height: 1em; border-radius: 50%; transform: scale(0); transition: 120ms transform ease-in-out; box-shadow: inset 1em 1em #535e88;}
.aa_apl_radio_btn input[type="radio"]:checked::before {  transform: scale(1);}
.aa_apl_radio_btn span{ display: inline-block; margin-left: 10px; color: #A1A1A1;}
.aa_apl_radio_btn input[type="radio"]:checked ~ span{ color: #000; }
.aa_apl_radio_btns{ padding-top: 10px;display: flex; }
.aa_apl_gender{ display: flex; }
.gg_gender_label{font-weight: 400; font-size: 15px; line-height: 1.2; color: #808080; display: block; padding-bottom: 5px;}
.aa_apl_sbmt{ padding-top: 15px; }
.aa_apl_sbmt input{ display: inline-block; color: #fff; background: #535e88; padding: 18px 30px; font-size: 16px; text-transform: uppercase; text-align: center; font-weight: 500; -webkit-border-radius: 0 15px 0 15px; -moz-border-radius: 0 15px 0 15px; border-radius: 0 15px 0 15px; transition: all 0.3s ease; min-width: 165px; cursor: pointer; border: none;    font-family: inherit;-webkit-appearance: none; -moz-appearance:none; appearance:none; }
.aa_apl_sbmt input:hover {  background: #d8b359;}
.ww_work_section{background: #F3F3F3; padding: 100px 0; padding-bottom: 180px;}
.ww_work_se_inner{}
.ww_work_content_block{padding-bottom: 30px;}
.ww_work_content_block h2{font-weight: 600; font-size: 32px; line-height: 1.3; text-transform: capitalize; color: #000000; padding-bottom: 15px;}
.ww_work_content_block p{font-weight: 400; font-size: 16px; line-height: 1.5; color: #000000; padding-bottom: 30px;}
.jj_join_form_block{background: #FFFFFF; box-shadow: 5px -1px 15px -3px rgba(0, 0, 0, 0.05); border-radius: 0px 82px 0px 52px; padding: 50px 75px;}
.jj_join_form_content{}
.jj_join_form_content h3{font-weight: 600; font-size: 38px; line-height: 1.3; text-transform: capitalize; color: #000000; padding-bottom: 5px;}
.jj_join_form_content p{font-weight: 400; font-size: 16px; line-height: 1.5; color: #000000; padding-bottom: 20px;}
.aa_pl__inp_bl_full textarea{ height: 150px; resize: none;}
.aa_apl_file_block {}
.aa_apl_file_block label{font-weight: 400; font-size: 15px; line-height: 113.02%; color: #9C9C9C; display: block;}
.codedropz-upload-inner h3{font-size: 20px; font-weight: 500; color: #b1b1b1;}
.wpcf7-not-valid-tip { font-size: 14px; padding-top: 7px;}
.tt_testmonial_inner {display: flex; flex-wrap: wrap; padding-top: 100px; padding-bottom: 150px;}
.tt_teamonial_block{padding: 0 0px; width: 33.33%; margin-bottom: 40px;}
.tt_teamonial_block .h_cc_r_content{box-shadow: 1px 1px 10px #00000012;}
.hh_logo_img_mobile{ display: none; }

.hh_r_t_language_desktop{ display: flex; align-items: center;color: #535e88;font-size: 15px; }
.hh_r_t_language_desktop a{font-style: normal; font-weight: 500; font-size: 15px; color: #C8C8C8; display: inline-block; padding: 0 10px; position: relative;}
.hh_r_t_language_desktop a.l_active{ color: #535e88; }
.hh_r_t_language_desktop a:last-child{ padding-right: 0; }
.hh_mobile_content{ display: none; }
.hh_mobile_language_bar{ display: none; }
.f_footer_social_mobile{ display: none;}
.hh_r_t_language_desktop  a.glink:first-child{color: #535e88;}
.hh_r_t_language_desktop  a.glink:first-child:after{ content: ''; position: absolute; top: 0; bottom: 0; right: -2px; height: 100%; width: 1px; background: #535e88; }
.translated-ltr .hh_r_t_language_desktop  a.glink{color: #C8C8C8;}
.translated-ltr .hh_r_t_language_desktop  a.glink:nth-child(2){color: #535e88;}
label.error { color: red; font-size: 16px; display: block;  margin-top: 5px;}
.translated-ltr .p_pay_bl_right h3 br{ display: none; }
.b_banenr_section_inner_page img{-webkit-border-radius: 407px 0px 0px 407px; -moz-border-radius: 407px 0px 0px 407px;  border-radius: 407px 0px 0px 407px;}
.ab_ablout_r_inner{ text-align: center; }

.a_team_member_section{ padding-top: 80px; }
.a_team_title{ text-align: center; padding-bottom: 30px; }
.a_team_title h2{font-weight: 700; font-size:36px; line-height: 1.1; color: #010101;}
.a_team_member_se_inner{ display: flex; flex-wrap: wrap; margin: 0 -20px; padding-top: 30px;justify-content: center;max-width: 900px;
    margin: 0 auto; }
.a_team_member_block{ width: 33.33%; padding: 0 20px; margin-bottom: 50px;}
.a_team_member_bl_inner {}
.a_t_m_img {width: 220px; height: 220px; margin: 0 auto; border-radius: 100%;}
.a_t_m_img img{ border-radius: 100%; border: 8px solid #D7B45C;}
.a_t_m_content { text-align: center; padding-top: 15px; }
.a_t_m_content h3{font-weight: 500; font-size: 20px; line-height: 160%; color: #000000;}
.a_t_m_content p{font-weight: 400; font-size: 15px; line-height: 135%; color: #000000;}

.aa_about_us_section {padding: 20px 0;}
.aa_about_our_bl_inner { display: flex; flex-wrap: wrap; }
.aa_ab_o_left{ width: 50%; }
.aa_ab_o_right{ width: 50%; }
.aa_ab_o_img_video { position: relative;margin-top: 70px;z-index: 11; }
.aa_ab_o_icon { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; text-align: center; }
.aa_ab_o_icon img{ width: auto;  max-width: 60px;}
.aa_ab_o_img_video > a > img{ width: 100%; height: auto; }
.aa_ab_o_content {background: #D7B45C; padding: 40px;position: relative;}
.aa_ab_o_content:after{ content: ''; position: absolute; right: -30%; width: 30%; height: 100%; top: 0; bottom: 0; background: #D7B45C; }
.aa_ab_o_content h2{font-weight: 600; font-size: 28px; line-height: 150%; text-transform: capitalize; color: #000000; padding-bottom: 5px;}
.aa_ab_o_content p{font-weight: 400; font-size: 16px; line-height: 160%; color: #000000; padding-bottom: 15px;}
.aa_ab_bio {}
.aa_ab_bio h3{font-weight: 500; font-size: 20px; line-height: 160%; color: #000000;}
.aa_ab_bio span{font-weight: 400; font-size: 14px; line-height: 135%; color: #000000; display: block;}
.aa_ab_o_co_right:after{right: auto; left: -20%; width: 20%;}
.aa_about_our_block { padding:40px 0; }
.aa_ab_o_img_video_left{margin-top: 50px;}
.inn_b_banner_in_content h3{font-weight: 500; font-size: 20px; line-height: 1.4; text-transform: capitalize; color: #FFFFFF; padding-bottom: 20px;}
.inn_b_banner_in_content h1{font-size: 52px;}

.oth_menu_right a img{max-width: 30px; margin-right: 5px;}
.hh_logo_img_sticky{ display: none; }
.fixed_header .hh_logo_img_sticky{ display: block; }
.fixed_header .hh_logo_img_desktop{ display: none; }
.whatsapp_icon_mobile{ display: none; }
.cc_r_c_block{height: 120px;  overflow: hidden;  margin-bottom: 20px;}
.c_read_more_clk{ cursor: pointer; }
.cc_r_c_block.active_pera{ height: auto; }
.b_banner_in_mobile{ display: none; }

.ab_about_gallery_section {    padding-top: 60px;}
.ab_about_gallery_sinner {}
.ab_ablout_gallery_three {display: flex; margin: 0 -5px;}
.ab_ga_block_three{}
.ab_ga_block_t_inner { padding:5px; }
.ab_ablout_gallery_two { display: flex;margin: 0 -5px; }
.ab_ga_block_two{}
.ab_ga_block_t_inner{padding:5px;}
.wow.active { opacity: 1; transform: translateY(0px);}
.wow { opacity: 0; transition-timing-function: ease; transition-property: all; transform: translateY(150px);}



/* ------------------------------------------------------------ */



@media only screen and (max-width: 1500px) {}



@media only screen and (max-width: 1366px) {

  .hh_r_top_bar{ overflow: hidden; } 

  .f_footer_section{    background-size: inherit;}



}



@media only screen and (max-width: 1200px) {

    .oth_menu_right a:first-child{ display: none; }

    .h_header_logo img { }

    .h_header_left { width: 22%;}

    .h_header_right { width: 78%;}

    .hh_r_t_left{ width: 80%; }

    .hh_r_t_right{ width: 20%; }
.site-menu {
    width: 75%;
}
.oth_menu_right {
    width: 25%;}
.b_banner_in_content h1{font-size: 46px;}
.inn_b_banner_in_content h1{padding-bottom: 0px;}
.main_menu{ justify-content: end; }
.hh_r_t_left a{ font-size: 11px;}
   

}



@media only screen and (max-width: 1100px) {

    .p_pay_bl_right h3 { font-size: 15px;}

    .p_pay_bl_right {

    padding-left: 15px;

}

.p_pay_s_block {

    padding: 0 10px;

}

.p_payment_s_inner {

    margin: 0 -10px;

}

.h_about_right {

    width: 60%;

    padding-left: 30px;

}

.h_about_left {

    width: 40%;

    padding-right: 30px;

}

.h_about_l_inner:after {

    right: -40px;width: 80px;}

.h_h_loan_bar_left h2 {

    font-size: 30px;}

.h_home_loan_bar_section {

    padding: 50px 0;}

.h_loan_bl_content{    padding: 30px 10px;}

.h_customer_r_block {

    padding: 0 0px;

}

.h_customer_se_inner {

    margin: 0 0px;}

.f_footer_inner_bottom{margin: 0 -10px;}

.f_footer_block {

    padding: 0 10px;

}

.f_footer_bl_in_list {

    padding-left: 20px;

}

.b_banner_in_content h1{font-size: 48px;}
.nav-menu li {
    padding: 0 10px;}
li.menu-item-has-children::after{    right: -2px;}
.h_get_q_r_content{    padding: 65px 35px;}
.tt_teamonial_block {
    padding: 0 20px;}
.f_footer_fixed_btns{}
.whatsapp_icon_desktop{ display: none; }
.whatsapp_icon_mobile{ display: block;max-width: 60px; }
.f_footer_fixed_btns { position: fixed; top: auto; right: 10px; transform: none; z-index: 100; bottom: 10px; }
.pa_block_pr_top h3 {
    font-size: 16px;}
.aa_apply_form_bottom {
    width: 100%;
}
.aa_apply_loan_section {
    padding-top: 80px;
    padding-bottom: 120px;
}
   

   

}



@media only screen and (max-width: 1024px) {

   



}



@media only screen and (max-width: 992px) {

    /* _mob_menu */

    li.menu-item-has-children::after{ display: none; }
.nav-menu .sub-menu { transition: opacity 0.3s ease; -webkit-transition: opacity 0.3s ease; } 
    .menu_expand { display: block; z-index: 9;} 
    .site-menu { min-height: 1px; margin-left: 0px; float: right; width: 10%; } 
    .nav_menu_outer_sec{ display: block; position: fixed; top: 0; left: -220px; bottom: 0; z-index: 100; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 0; visibility: hidden; overflow-y: auto; padding: 60px 0 0 0px; } 
    .nav_menu_outer_sec.state-active{ clear: both; left: 0; opacity: 1; visibility: visible; min-height: 100vh; } 
    .nav_menu_outer_sec{ float: none; text-align: center; margin-right: 0px; background: #ffffff; width: 100%; }
    .fixed_header .nav_menu_outer_sec{ padding: 60px 0 0; height: 100vh;} 
    .nav-menu li { float: none; margin: 0px; border-bottom: none; padding: 0 30px; display: block; width: 100%; text-align: left; border-bottom: 1px solid #c7c7c752;} 
    .nav-menu li a { padding: 15px 20px; color: #000;} 
    .nav-menu li a:hover { border-radius: 0; background: none; border-color: #fff; }  
    .expand_plus { position: absolute; right: 15px; top: 3px; width: 35px; height: 42px; padding: 25px 10px 2px; cursor: pointer; z-index: 100; } 
    .expand_plus i { display: block; position: relative; width: 12px; height: 10px; top: -8px; } 
    .expand_plus.active i { background-position: 0px -190px } 
    .nav-menu .sub-menu .expand_plus { height: 34px } 
    .nav-menu .sub-menu, .nav-menu .sub-menu ul { width: auto; position: relative; display: none; visibility: visible; opacity: 1; filter: alpha(opacity=100) }
    .nav-menu>li.current_page_item a{  }
    .nav-menu .sub-menu li { background: none; border-bottom: none; } 
    .nav-menu .sub-menu li:hover>a, .nav-menu .sub-menu ul li a { border: none } 
    .nav-menu .sub-menu{ box-shadow: none; }
    .nav-menu .sub-menu.active-children { display: block; top: 0; padding-left: 20px; padding-bottom: 20px; } 
    .nav-menu .sub-menu ul { padding-left: 0px; } 
    .nav-menu .sub-menu ul { left: 0; } 
    .nav-menu .sub-menu ul li, .nav-menu .sub-menu ul li:first-child { border: none; } 
    .nav-menu .sub-menu ul:before { display: none; } 
    .nav-menu li a { text-align: left; } 
    .nav-menu .sub-menu li a:hover { border: none; } 
    .nav-menu .sub-menu ul li, .nav-menu .sub-menu ul li:first-child { background: none; } 
    .nav-menu .sub-menu li a { border: none; padding: 8px 0px; color: #000; } 
    .nav-menu .sub-menu ul { background: none; -webkit-transform: translate(0); } 
    .expand_plus active { top: 100px; } 
    .expand_plus active i { top: 200px; } 
    .nav-menu .sub-menu ul li a { padding-left: 40px; } 
    .nav-menu .sub-menu li:first-child { border-top: none; } 
    .nav-menu .sub-menu li a:hover { color: #e7595c; background: none; } 
    .cross_button { margin-top: 20px; display: block; text-align: center; position: absolute; top: -5px; right: 12px; } 
    .cross_button a { display: inline-block; text-align: center; width: 40px; height: 40px; line-height: 1.2; } 
    .menu_expand i { height: 4px; background: #fff; display: block; width: 38px; border-radius:0px; } 
    .menu_expand i:nth-child(2) { margin: 6px 0; } 
    .menu_section { background: #a0c8db; padding: 0px 0; } 
    .nav-menu>li>a { background: none !important; } 
    .nav-menu>li:hover>a { background: none; } 
    .nav-menu>.menu-item-has-children>a:after { display: none } 
    .nav-menu>li>a { border-bottom: none; font-size: 18px; display: block;}
    .nav-menu>li.current_page_item>a{ color: #000; } 
    .nav-menu>li:hover>a { border-bottom: none; } 
    .nav-menu>li>a:hover:before { display: none } 
    .nav-menu>li>a:hover:after { display: none } 
    .expand_plus:after { margin-right: -2px; transform: translate(-50%, -50%) rotate(-135deg); content: ''; position: absolute; top: 50%; right: 15px; width: 8px; height: 8px; margin-left: -2px; box-sizing: border-box; border-top: 2px solid #000; border-left: 2px solid #000; transform-origin: center; } 
    .expand_plus.active:after { transform: translate(-50%, -50%) rotate(45deg); }
    .nav-menu>li.active a:before, .nav-menu>li.active a:after{ display: none; }
    .main_banner_content { left: 0; right: 0;}
    .m_close_icon { position: relative; display: block; }
    .m_close_icon:before, .m_close_icon:after { display: block; content: ""; position: absolute; width: 30px; height: 2px; background: #000; top: 20px; left: 6px; -webkit-transform: rotate( 45deg ); transform: rotate( 45deg ); }
    .m_close_icon:after { -webkit-transform: rotate( -45deg ); transform: rotate( -45deg ); }

    /* _mob_menu */


ul.nav-menu{ margin: 0; }
    .h_social a{padding: 0 1px;}

    .oth_menu_right a:first-child {  display: inline-block;}

.oth_menu_right {

    width: 75%;}

    .hh_r_top_bar {

    padding: 10px 0;}

    .hh_r_bottom_bar {

    padding: 14px 0;}

    .h_header_logo img {

    max-width: 140px;

}

.site-menu {

    padding-right: 20px;

}

.b_banner_in_content h1 {

    font-size: 42px;

}

.p_pay_bl_left img {

    max-width: 50px;

}

.p_payment_section {

    top: -50px;

    margin-bottom: -50px;

}

.h_about_readmore {

    display: block;}

.h_about_phone {

    padding-left: 0px;

    padding-top: 20px;

}

.h_loan_o_block {

    width: 50%;}



.number-item {

    width: 33.33%;margin-bottom: 30px;

}

.cc_number_inner{ flex-wrap: wrap; }

.h_get_q_l_inner {

    padding: 35px 30px;

}

.h_get_q_money_img img {

    max-width: 70px;

}

.h_get_q_r_content {

    padding: 35px 20px;

}

.f_footer_top_bar_inner{padding: 25px 30px;}

.f_copy_left {

    width: 60%;

}

.f_copy_right {

    width: 40%;}

.tt_teamonial_block {
    width: 50%;}
.hh_mobile_content {
 display: block;
}
.hh_mob_btns_appl{   display: flex;  align-items: center;  justify-content: center; padding-top: 30px; padding-bottom: 20px; }
.hh_mob_btns_appl  a{display: inline-block; color: #fff; background: #535e88; padding: 15px 20px; font-size: 16px; text-transform: uppercase; text-align: center; font-weight: 500; -webkit-border-radius: 0 15px 0 15px; -moz-border-radius: 0 15px 0 15px; border-radius: 0 15px 0 15px; transition: all 0.3s ease; margin: 0 10px; min-width: 150px;}
 .hh_mob_btns_appl a:hover {  background: #d8b359; }
.hh_r_t_le_mobile{ display: block; width: 100%;padding-left: 0;  padding-top: 20px;}
.hh_r_t_le_mobile a{ justify-content: center; margin-bottom: 14px; }

/* css for mobile menu herader */

.h_header_section{background: #535e88;
    background: linear-gradient(-70deg, #535e88 43%, #fff 43%);
    background: -moz-linear-gradient(-70deg, #535e88 43%, #fff 43%);
    background: -webkit-linear-gradient(160deg, #535e88 43%, #fff 43%);
    background: -o-linear-gradient(-70deg, #535e88 43%, #fff 43%);
    background: -ms-linear-gradient(-70deg, #535e88 43%, #fff 43%);
}   
.h_header_left:after{ display: none; }
.oth_menu_right{display: none;}
.hh_logo_img_mobile{ display: block; }
.hh_logo_img_desktop{ display: none; }
.h_header_right {
    width: 40%;display: flex;
    align-items: center;
    justify-content: end;
}
.h_header_left {
    width: 60%;    display: flex;
    align-items: center;
}
.h_header_logo {
    padding: 10px 0;
    padding-right: 0px;
}
.h_header_logo img {
    max-width: 260px;
    width: 100%;
}
.hh_r_bottom_bar {
    padding: 10px 0;
}
.site-menu {
    padding-right: 0px;
}
.main_menu {
    justify-content: end;
}
.h_header_left {
    width: 60%;
    padding-right: 25px;
}
.hh_mobile_language_bar{ display: block;padding-right: 10px; }
.site-menu{ width: auto; }
.mb_language{font-weight: 500; font-size: 14px; line-height:1.4; color: #FFFFFF; background:transparent url('../images/language_select_arrow.svg'); border: none; font-family: inherit;    background-repeat: no-repeat;
    background-size: 12px;-webkit-appearance: none;-moz-appearance: none; appearance: none; background-position: 100%; padding-right: 20px;}
.mb_language option{ color: #000; }
.hh_r_top_bar{ display: none; }
.fixed_header .h_header_logo img{max-width: 260px;}
.pa_package_plan_block {
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 20px;
}
.aa_apl_radio_btns {
    flex-wrap: wrap;
}
.aa_apl_gender {
    display: flex;
    flex-wrap: wrap;
}
.aa_apl_radio_btn {
    margin-right: 15px;margin-bottom: 10px;}
.hh_mobile_social {padding-top: 30px;}
.inn_b_banner_in_content {
    width: 50%;
}
.aa_ab_o_content h2 { font-size: 22px;}
.fixed_header .hh_logo_img_sticky {  display: none;}

   

}



@media only screen and (max-width: 767px) {




.oth_menu_right a:first-child{ display: none; }


.hh_r_bottom_bar {}

.b_banner_img_right img {

    width: 200%;

    height: auto;

    max-width: none;

}

.b_banner_in_content h4 {

    font-size: 18px;}

.b_banner_in_content h1 {

    font-size: 28px;

}

.p_payment_s_inner {

    flex-wrap: wrap;

    margin: 0 -10px;

    align-items: center;

    justify-content: center;

}

.p_pay_s_block {

    width: 50%;

    margin-bottom: 30px;}

.p_pay_s_bl_inner {

    border: 1px solid #535e88;

    border-bottom: 5px solid #535e88;}

.b_banenr_section {

    overflow: hidden;}

.h_about_s_inner {

    flex-wrap: wrap;

}

.h_about_left {

    width: 100%;

    padding-right: 0px;

}

.h_about_l_inner:after{ display: none; }

.h_about_right {

    width: 100%;

    padding-left: 0px;

    padding-top: 40px;

}

.h_loan_o_block {

    width: 100%;

}

.h_loan_o_bl_inner > img { width: 100%; height: auto; }

.h_cc_r_img img {

    width: 100%;

    height: auto;

}

.h_customer_title h2 {

    font-size: 32px;}

.h_customer_se_arrows {

    position: unset;

    width: auto;

    float: none;

    top: auto;

}

.c_customer_next, .c_customer_prev{    top: 57%;}

.h_get_free_se_inner {

    flex-wrap: wrap;}

.h_get_q_left {

    width: 100%;}

.h_get_q_right {

    width: 100%;}

.p_pay_s_bl_inner{    padding: 15px;}

.h_about_loan_section {

    padding: 80px 0;

}

.f_footer_t_left h3 {

    font-size: 20px;}

.btn_site_com {

    padding: 15px 20px;

    font-size: 14px;}

.f_footer_t_left p {

    font-size: 13px;}

.f_footer_inner_bottom {

    flex-wrap: wrap;}

.f_footer_block {

    width: 50%;

    margin-bottom: 20px;}

.f_footer_section{ background:#691e22 url('../images/footer_bg_mobile_img.jpg') no-repeat; background-size: cover;}

ul.nav-menu { margin: 0;}
.f_footer_fixed_btns{  }
.pp_page_not_f_inner h3 {
    font-size: 33px;
    line-height: 1.2;}



.aa_about_two_se_inner {
    display: block;}
.aa_about_t_left {
    width: 100%;
    padding-right: 0px;
}
.aa_about_t_right {
    padding-left: 0px;
    width: 100%;
}

.f_footer_block_logo{ display: none; }
.f_footer_block_info{ width: 80%; }
.f_footer_social_mobile{ display: block; text-align: center;width: 100%; }
.f_copy_right{ display: none; }
.f_copy_left {
    width: 100%;
    text-align: center;
}
.aa_apply_loan_se_inner{padding: 40px;}
.pa_package_plan_block {
    width: 50%;
    margin-bottom: 10px;
}
.aa_apl_amount input{width: 100%;}
.aa_pl__inp_bl_two {
    width: 100%;}
.aa_pl__inp_block {
    display: flex;
    flex-wrap: wrap;}
.aa_pl__inp_block {
    flex-wrap: wrap;
}
.aa_pl__inp_bl_three {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.aa_ab_o_left {
    width: 100%;
}
.aa_ab_o_content:after{ display: none; }
.aa_ab_o_right { width: 100%;}
.aa_about_our_bl_one{flex-direction: column-reverse;}
.aa_ab_o_img_video {  margin-top: 0px;}
.aa_ab_o_img_video_left {
    margin-top: 0px;
}
.a_team_member_section {
    padding-top: 40px;
}
.a_team_member_block {  width: 50%;}
.a_t_m_img { width: 180px;  height: 180px;}
.h_home_loan_bar_section { background: url(../images/quick-apply-bg-img_mobile.jpg) no-repeat;  background-size: cover;}
.hh_r_t_left a {  font-size: 14px;}

.b_banner_in_mobile{ display: block; }
.b_banner_in_desktop{ display: none; }
.b_banner_img_right img.b_banner_in_mobile { left: 0%;  position: relative;  width: 100%;}
.inn_b_banner_in_content h3{ padding-bottom: 10px; }

}



@media only screen and (max-width:479px) {

  

.oth_menu_right {

    display: none;

}

.site-menu {

    padding-right: 0px;

}


.site-menu {

    width:auto;

}

.main_menu {

    display: flex;}

    .b_banner_in_content h1 {

    font-size: 20px;

}

.b_banner_in_content h4 {

    font-size: 13px;

}

.p_pay_s_block {

    width: 100%;

    margin-bottom: 15px;

}

.h_about_section {

    padding: 60px 0;}

.h_ablout_r_inner h2 {

    font-size: 26px;}

.h_h_loan_bar_left {

    width: 100%;

    padding-bottom: 30px;

    text-align: center;

}

.h_h_loan_bar_right {

    display: flex;

    justify-content: center;

    width: 100%;

}

.h_loan_offered_section {

    padding: 70px 0;padding-bottom: 80px;}

.h_loan_o_title h2 {

    font-size: 24px;}

.number-item {

    width: 100%;

    margin-bottom: 20px;

}

.h_customer_section {

    padding-top: 60px;

    padding-bottom: 60px;}

.h_customer_title h2 {

    font-size: 25px;

    text-align: center;

}
.cc_quote_img{ display: none; }
.h_cc_r_content {
    padding: 20px 25px;}
.h_customer_se_arrows { display: none; }
.h_customer_se_inner {
    padding-top: 20px;
}
.c_customer_next, .c_customer_prev {

    top: 47%;

}

.h_get_free_section {

    padding-top: 60px;

    margin-bottom: 60px;

}

.h_get_q_l_inner h2 {

    font-size: 25px;}

.f_footer_top_bar_inner {

    padding: 25px 20px;

    flex-wrap: wrap;

}

.f_footer_t_left {

    width: 100%;

    padding-bottom: 20px;

}

.f_footer_t_right {

    display: flex;

    justify-content: left;

    width: 100%;

}

.f_footer_top_bar_inner{background-size: cover;     -webkit-border-radius:0px 40px;  -moz-border-radius:0px 40px; border-radius: 0px 40px;flex-wrap: wrap;}

.f_list_anch li a {

    padding-left: 15px;

}

.f_footer_bl_in_list {

    padding-left: 0px;

}

.f_social a {

    margin: 0 1px;

}

.tt_testmonial_inner {
    padding-top: 60px;
    padding-bottom: 80px;
}
.tt_teamonial_block {
    width: 100%;padding: 0 10px;
}
.ss_in_about_section {
    padding-top: 80px;
}

.p_pay_bl_right br{ display: none;  }
.b_btn_contact{font-size: 13px;padding: 10px 20px;}
.h_about_phone {
    padding-left: 0px;
    padding-top: 40px;
}
.f_copy_left p {  font-size: 12px;}
.fixed_header .h_header_logo {
    padding-right: 20px;
}
.fixed_header .h_header_logo img {
    max-width: 300px;
}
.f_footer_top_bar_inner {   background: url(../images/Personal-Loan-Faster_mobile.jpg) no-repeat;background-size: cover;}
.cc_h_get_free_section {
    margin-bottom: 0 !important;
    padding-bottom: 120px;
}
.ww_work_section {
    padding: 60px 0;
    padding-bottom: 100px;
}
.ww_work_content_block h2 {
    font-size: 26px;}
.jj_join_form_block {
    padding: 30px 25px;
}
.jj_join_form_content h3 {
    font-size: 32px;}
.nav-menu li a { padding: 15px 0px;}
.h_ablout_r_inner p, .h_ablout_r_inner li{font-size: 14px;}
.h_h_loan_bar_left h2 {  font-size: 24px;}
.h_h_loan_bar_left h4 { font-size: 24px; }
.aa_ab_o_content { padding: 25px;}
.a_team_title h2 { font-size: 30px;}
.a_team_member_block {
    padding: 0 10px;
    margin-bottom: 40px;
}
.a_t_m_img { width: auto; height: auto;}
.a_t_m_content h3 { font-size: 14px;}
.a_team_title { padding-bottom: 10px;}
.ss_in_about_section {
    padding-top: 50px;
}
.inn_b_banner_in_content h3 {
    font-size: 13px;
    line-height: 1.2;}
.h_get_q_r_content h5 {  font-size: 13px;}
.h_get_q_r_content h3 {font-size: 32px;  padding-top: 0px; padding-bottom: 5px; }
.ll_loan_feature_aft > .elementor-widget-wrap:after{ right: -1px; }
.b_banner_img_right{ overflow: hidden; }
.b_banner_img_right img {  left: -40%; position: relative;}
.a_team_member_se_in_last .a_team_member_block:last-child{}
.a_t_m_content p { font-size: 13px;}
.a_team_member_se_in_last { padding-top: 0; }
.ab_ablout_gallery_three, .ab_ablout_gallery_two{ flex-wrap: wrap; }


}



@media only screen and (max-width:380px) {

.h_header_section { background: #535e88; background: linear-gradient(-70deg, #535e88 48%, #fff 48%); background: -moz-linear-gradient(-70deg, #535e88 48%, #fff 48%); background: -webkit-linear-gradient(160deg, #535e88 48%, #fff 48%); background: -o-linear-gradient(-70deg, #535e88 48%, #fff 48%); background: -ms-linear-gradient(-70deg, #535e88 48%, #fff 48%); }
.h_header_right {
    width: 45%;}
    .h_header_left {
    width: 55%;}


}