:root {
    --color-primary: #84754E;
    --color-gray: #494936;
    --color-unbleached: #FBF8F3;
    --color-dark: #1D1D1B;
    --color-dark2: #38382E;
    --font-ninito: 'Nunito Sans', sans-serif;
    --font-urbanist: 'Urbanist', sans-serif;
}
.ast-container{
	max-width: 1320px;
	padding-left: 0;
	padding-right: 0;
}
a:focus {
    outline: none!important;
}
/* header  */
.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
    display: flex!important;
}
#ast-mobile-header .site-header-primary-section-center .ast-custom-button-link{
	padding: 8px 16px!important;
}
#ast-mobile-header .site-header-primary-section-center .ast-custom-button-link .ast-custom-button{
	font-size:14px!important;
	line-height:22px;
	font-weight: 700 !important;
}
#ast-mobile-header .site-header-primary-section-center .ast-custom-button-link:before,
#ast-mobile-header .site-header-primary-section-center .ast-custom-button-link:hover:before{
	display:none!important;
}
.site-header .site-logo-img{
    width: 80px;
    display: block;
}
.site-header .ast-site-identity{
	padding: 0;
}
.main-header-menu > .menu-item > .menu-link{
	font-size: 20px;
    font-weight: 600;
    color: var(--color-gray);
    font-family: var(--font-ninito);
}
.main-header-menu > .menu-item.current-menu-item > .menu-link{
	color: var(--color-primary);
	text-decoration: underline;
}
.main-header-menu > .menu-item > .menu-link:hover{
	color: var(--color-primary);
    
}
.site-header .ast-builder-grid-row{
	display: flex;
	justify-content: space-between;
}
.main-header-bar-navigation .sub-menu{
	padding: 15px 20px;
    min-width: 200px;
    background: #fff;
    top: 100%;
    z-index: 9999;
    box-shadow: 0px 0px 4px 4px #0000000d!important;
    border-radius: 5px;
    border: none;
}
.main-header-menu .sub-menu .menu-link{
	font-weight: 600;
    color: var(--color-gray);
    font-family: var(--font-ninito);
    font-size: 16px;
    margin-bottom: 5px !important;
    padding: 0;
}
.main-header-menu .sub-menu li{
    margin: 10px 0px;
}
/* button  */
.ast-custom-button-link,.btn_bg .elementor-button .elementor-button-content-wrapper {
    padding: 20px 66px 20px 32px !important;
    color: var(--color-unbleached) !important;
    background-color: var(--color-dark) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    border: none !important;
    border-radius: 10px !important;
    font-family: var(--font-ninito) !important;
    border: 1px solid var(--color-dark) !important;
    text-transform: uppercase !important;
    transition: all 0.4s ease !important;
    position: relative;
    display: inline-block;
    text-decoration: none!important;
}
.ast-custom-button-link .ast-custom-button,.btn_bg .elementor-button .elementor-button-content-wrapper .elementor-button-text{
	padding: 0!important;
    font-size: 16px !important;
    font-weight: 800 !important;
    font-family: var(--font-ninito) !important;
}
.ast-custom-button-link:before,.btn_bg .elementor-button .elementor-button-content-wrapper:before {
	content: url('../images/arrow-right.png');
    position: absolute;
    right: 32px !important;
    top: 16px;
    background: transparent;
    transform: none;
    border: none;
    width: 24px;
    height: auto;
    transition: all 0.4s ease;
}
.ast-custom-button-link:hover,.btn_bg .elementor-button .elementor-button-content-wrapper:hover {
    background-color: var(--color-dark) !important;
    border: 1px solid var(--color-dark) !important;
    padding: 20px 71px 20px 27px !important;
}
.ast-custom-button-link:hover:before,.btn_bg .elementor-button .elementor-button-content-wrapper:hover:before {
    display: block !important;
    right: 27px !important;
}
.ast-custom-button-link:hover .ast-custom-button,.btn_bg .elementor-button .elementor-button-content-wrapper:hover .elementor-button-text{
	background-color: transparent;
}
.ast-custom-button-link .ast-custom-button{
    background: transparent!important;
}
.btn_bg .elementor-button{
	background-color: transparent!important;
}
.btn_bg.btn_apply {
    padding: 16px 32px;
    color: var(--color-unbleached);
    background-color: #201c4f;
    font-size: 16px;
    font-weight: 800;
    border: none;
    border-radius: 10px;
    font-family: var(--font-ninito);
    border: 1px solid #201c4f;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all 0.4s ease;
    position: relative;
}

.btn_bg.btn_apply img {
    transition: all 0.4s ease;
    padding-left: 10px;
}

.btn_bg.btn_apply:hover {
    color: var(--color-unbleached) !important;
    background-color: var(--color-dark) !important;
    border: 1px solid var(--color-dark) !important;
    padding: 16px 27px;
}

.btn_bg.btn_apply:hover img {
    padding-left: 20px;
}
.site-header{
	transition: all 0.4s ease;
}
.site-header.et-header-fix{
	position: absolute;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    top: -30px;
}
.site-header.et-header-fix.header-fix {
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    animation: smoothScroll 1s forwards;
}
.site-header.header-fix .ast-primary-header-bar{
    background: #fff;
}
.site-header.header-fix .custom-logo-link img{
    max-width: 58px;
}
.site-header.header-fix .ast-primary-header-bar{
    padding: 11px 0px !important;
}

/*footer*/
.ast-footer-copyright p {
    background: #1D1D1B;
    color: rgba(255,255,255,0.7);
    text-align: center;
    font-family: var(--font-ninito);
    font-size: 14px;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row{
    max-width: 100%;
}
.site-footer .widget_custom_html ul li a {
    font-weight: 600;
    font-size: 20px;
    font-family: var(--font-ninito);
    margin-bottom: 20px;
    display: block;
    line-height: 160%;
    color: rgba(225,225,225,0.7);
}
.site-footer h2.widget-title {
    font-weight: 700;
    font-size: 28px;
    font-family: var(--font-urbanist);
    color: #fff;
    margin-bottom: 20px;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row{
    max-width: 1320px;
    margin: 0px auto;
}
.social_div li {
    width: 48px;
    border: 0.5px solid rgba(255,255,255,0.4);
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 100%;
    margin-right: 12px;
    color: rgba(0,0,0,0.6);
    display: inline-block;
    font-size: 20px;
    margin: 3px;
}
.social_div li:first-child {
    margin-left: 0;
}
.social_div li i{
    font-size: 20px;
    color: #fff;
}
.site-footer .widget_custom_html .social_div li a{
    display: block;
    line-height: 48px;
}

/* calculator  */
.calculator #rate-container span {
    position: absolute;
    right: 0;
    top: 0;
    background: #DCDCDC;
    border-radius: 0px 10px 10px 0px;
    width: 48px;
    height: 48px;
    color: var(--color-dark2);
    text-align: center;
    line-height: 48px;
    font-weight: 600;
    font-size: 20px;
}

.calculator #rate-container {
    position: relative;
}

.calculator .cal-form-container {
    display: flex;
}

.calculator .cal-form {
    width: 32%;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
}

.calculator #loan-amount-container {
    position: relative;
}

.calculator .div_frequency {
    display: flex;
    align-items: center;
    border-radius: 6px;
    height: 48px;
    background: #f8f8f7;
    padding: 6px;
    justify-content: space-between;
    box-sizing: border-box;
}

.calculator .div_frequency label {
    font-weight: 600;
    font-size: 16px;
    color: var(--color-dark2);
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    line-height: 36px;
    text-align: center;
    left: 0;
    top: 0;
    font-family: var(--font-ninito);
}

.calculator .div_frequency input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.calculator .div_frequency .item {
    width: 33.33%;
    position: relative;
    height: 36px;
}

.calculator .div_frequency input:checked ~ label {
    background: #201c4f;
    border-radius: 6px;
    color: #fff;
}

.calculator .cal-form-item .wsite-form-label {
    font-weight: 600;
    font-size: 14px;
    font-family: var(--font-ninito);
    text-transform: capitalize;
    color: var(--color-gray);
}

.calculator .cal-form #rate-container input.wsite-form-input {
    padding-left: 20px !important;
}

.calculator .cal-form input.wsite-form-input:focus, .wsite-form-input--focus-visible, .calculator .cal-form .cal-form-item .select_time .form-select:focus {
    outline-style: solid;
    outline-color: #B09653;
    outline-width: 1px;
}

.calculator .cal-form .cal-form-item .select_time span.time {
    position: absolute;
    left: 0;
    top: 0;
    background: #DCDCDC;
    border-radius: 10px 0px 0px 10px;
    width: 48px;
    height: 48px;
    color: var(--color-dark2);
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculator .cal-form .cal-form-item .select_time span.arrow {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    width: 48px;
    height: 48px;
    color: var(--color-dark2);
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculator .cal-form .cal-form-item .select_time span.time img {
    width: 20px;
}

.calculator .cal-form .cal-form-item .select_time span.arrow img {
    width: 16px;
}

.calculator .cal-form select {
    cursor: pointer;
}

.calculator .cal-form .cal-form-item .select_time {
    position: relative;
}

.calculator .cal-form .btncalculate {
    display: none;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}
.calculator .total_repayment {
    display: flex;
    align-items: center;
}

.calculator .total_repayment>div {
    width: 50%;
}

.calculator .cal-form-container .cal-form-paragraph, .not-cal {
    padding: 30px;
    background: #f6fcea;
    width: 68%;
}

.calculator .cal-form-paragraph .text {
    font-weight: 700;
    font-size: 16px;
    color: var(--color-gray);
    font-family: var(--font-urbanist);
    margin-bottom: 15px;
}

.calculator .cal-form-paragraph .result {
    font-weight: 700;
    font-size: 48px;
    font-family: var(--font-urbanist);
    color: var(--color-dark);
    margin-bottom: 10px;
}

.calculator .cal-form-paragraph .term, .calculator .cal-form-paragraph .phone {
    font-weight: 400;
    font-size: 14px;
    color: var(--color-gray);
    font-family: var(--font-ninito);
    line-height: 20px;
	margin-bottom: 10px;
}
.calculator .cal-form-paragraph .phone a{
	    font-weight: 700;
    text-decoration: none;
    color: var(--color-gray);
}
.calculator .cal-form-paragraph .term{
	margin-top:15px;
}
.calculator .cal-form-paragraph .term a {
    font-weight: 400;
    color: var(--color-gray);
}

.calculator .cal-form-paragraph .btn_apply {
    margin: 20px 0px 00px 0px;
        text-decoration: none;
}

.calculator .cal-form input.wsite-form-input, .calculator .cal-form select {
    background: #F5F5F5;
    border-radius: 10px;
    border: none;
    height: 48px;
    font-weight: 600;
    font-size: 20px;
    color: #38382E;
    font-family: var(--font-ninito);
    padding: 10px 10px 10px 62px !important;
    width: 100% !important;
    margin-bottom: 18px;
    box-sizing: border-box;
    max-width: 100%;
}
.calculator .cal-form input.wsite-form-input.loan-amount{
	margin-bottom:10px;
}
.calculator .cal-form input.show_price{
	margin-bottom:20px;
}
.calculator .loan-amount-symbol {
    position: absolute;
    left: 0;
    top: 0;
    background: #DCDCDC;
    border-radius: 10px 0px 0px 10px;
    width: 48px;
    height: 48px;
    color: var(--color-dark2);
    text-align: center;
    line-height: 48px;
    font-weight: 600;
    font-size: 20px;
}
.calculator .cal-form-paragraph .phone.respon {
    display: none;
}
.calculator select.form-select {
    -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.div_calculator{
	background: #FFFFFF;
    box-shadow: 0px 25px 60px rgba(0,0,0,0.05);
    border-radius: 20px;
    padding: 48px;
    margin-top: -70px;
}
.title_section {
	font-weight: 700!important;
    font-size: 48px!important;
    line-height: 130%!important;
    color: var(--color-dark)!important;
    font-family: var(--font-urbanist);
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    margin: 15px auto;
}
.elementor-section.elementor-section-boxed.elementor-section > .elementor-container{
	max-width: 1320px;
}
.title_section span {
    position: relative;
    z-index: 9;
    display: inline-block;
}
.title_section span:before {
    content: '';
    position: absolute;
    background: rgba(229,218,186,0.7);
    left: -5px;
    bottom: 0;
    width: calc(100% + 16px);
    height: 37px;
    z-index: -1;
}
.banner_general .title_section {
    font-size: 48px!important;
}
.all-google p.text-star-google {
    font-weight: 700;
    font-size: 28px;
    text-transform: capitalize;
    font-family: var(--font-urbanist) !important;
    color: #FFD033;
    margin: 0;
    letter-spacing: normal;
    margin-left: 20px;
    margin-right: 7px;
}

.all-trustpilot p.text-star-google {
    font-weight: 700;
    font-size: 28px;
    text-transform: capitalize;
    font-family: var(--font-urbanist) !important;
    color: #FFD033;
    margin: 0;
    letter-spacing: normal;
    margin-left: 20px;
    margin-right: 7px;
}
.google_trustpilot .all-content-google p {
    font-weight: 600;
    font-size: 18px;
    color: #494936;
    letter-spacing: normal;
    text-align: left;
    font-family: 'Nunito', sans-serif;
    margin: 10px 0px 0px 0px !important;
    text-decoration: none;
}
.google_trustpilot .all-google,.google_trustpilot .all-trustpilot{
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 20px;
    width: 100%;
    padding: 20px;
    text-decoration:none!important;
}
.all-google-trustpilot {
    display: flex;
}

.all-google {
    background: #FFFFFF;
    border-radius: 20px;
    width: 100%;
    padding: 20px;
    margin-right: 12px;
}

.all-trustpilot {
    background: #FFFFFF;
    border-radius: 20px;
    width: 100%;
    padding: 20px;
    margin-left: 12px;
}

.google {
    display: flex;
    justify-content: space-between;
    align-items: center;
        width: 100%;
}

.google .d-flex {
    display: flex;
    align-items: center;
}

.all-google-trustpilot p.text-star-google {
    font-weight: 700;
    font-size: 28px;
    text-transform: capitalize;
    font-family: var(--font-urbanist) !important;
    color: #FFD033;
    margin: 0;
    letter-spacing: normal;
    margin-left: 20px;
    margin-right: 7px;
}

.custom-star-yellow {
    width: 26px;
    height: 26px;
}

.all-google-trustpilot .all-content-google div.paragraph {
    font-weight: 600;
    font-size: 18px;
    color: #494936;
    letter-spacing: normal;
    text-align: left;
    font-family: 'Nunito', sans-serif;
    margin: 10px 0px 0px 0px !important;
}

.all-google-trustpilot .all-content-google p {
    font-weight: 600;
    font-size: 18px;
    color: #494936;
    letter-spacing: normal;
    text-align: left;
    font-family: 'Nunito', sans-serif;
    margin: 10px 0px 0px 0px !important;
}

.all-google-trustpilot.center {
    justify-content: center;
}
.google_trustpilot{
    display: flex;
    align-items: center;
}
.color-00B67A {
    color: #00B67A !important;
}
.all-content-google{
    text-align: left;
    display: block;
    width: 100%;
}

/* home */
.banner_general.elementor-section.elementor-section-boxed.elementor-section > .elementor-container{
    max-width: 100%;
    padding-right: 150px;
    padding-left: calc((100% - 1320px)/2);
}
.banner_general .bg_welcome img{
    position: absolute;
    left: -145px;
    width: 165px;
}
.section_services .bg_service img{
    position: absolute;
    transform: translate(120%,-85%);
}
.service_item{
    margin: 0 12px !important;
    background-color: #fff;
    box-shadow: 4px 7px 60px 4px rgba(136,132,122,0.07);
    border-radius: 16px;
    padding: 0px 10px;
}
.service_item .elementor-widget-container a{
    text-transform: unset;
    padding: 18px 0 24px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: var(--color-primary) !important;
    font-family: 'Nunito Sans';
    text-decoration: none;
}
.number_step .elementor-widget-container p{
    display: flex;
    flex-direction: column;
    height: 97px;
    width: 97px;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff !important;
    padding: 0;
    justify-content: center;
    font-family: 'Urbanist';

}
.number_step .elementor-widget-container{
    background-color: var(--color-primary) !important;
    border: none !important;
    border-radius: 50%;
    padding: 0;
    display: inline-block;
    width: 97px;
    height: 97px;
    text-align: center;
}
.number_step.elementor-widget-text-editor{
    position: relative;

}
.number_step.elementor-widget-text-editor:before{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: -66px;
    width: 132px;
    background:url('../images/line-30_27.png');
    height: 1px;

}
.step_item:last-child .number_step.elementor-widget-text-editor:before{
    display: none;
}
.section_get_started.elementor-section.elementor-section-boxed.elementor-section > .elementor-container {
    max-width: 1440px;
}
.section_get_started.elementor-section.elementor-section-boxed.elementor-section > .elementor-container .elementor-container{
    max-width: 100%;
}
.section_get_started .google_trustpilot .all-google,.section_get_started .google_trustpilot .all-trustpilot{
    box-shadow: 4px 7px 60px 4px rgba(136,132,122,0.15);
}
.section_get_started .box_review{
    position: absolute;
    right: 90px;
    bottom: 50px;
}
.div_competitive_rate{
    display: flex;
    column-gap: 10px;
}
.div_competitive_rate .competitive_rate_text {
    font-family: "Urbanist", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    color: rgba(29, 29, 27, 1);
    margin-bottom: 0;
    display: inline;
    text-transform: capitalize;
}
.div_competitive_rate .rate_setup{
    display: inline;
}
.competitive_rate p{
    color: rgba(29, 29, 27, 1);
    font-size: 16px;
    text-decoration: underline;
    font-weight: 600;
    font-family: "Nunito Sans", Sans-serif;
    margin-bottom: 0;
}
.competitive_rate h3{
    font-family: "Urbanist", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    color: rgba(29, 29, 27, 1);
    margin-bottom: 0;
}
.section_get_started .bg_start{
    position: absolute;
    z-index: 1;
    left: -50px;
    top: 30px;
}
.section_get_started .icon_top{
    position: static;
}
.box_better_loan {
    background: #FFFFFF;
    box-shadow: 4px 7px 60px 4px rgba(136,132,122,0.07);
    border-radius: 16px;
    padding: 18px 18px 40px 18px !important;
    height: 100%;
}
.section_better_loans .elementor-image-box-img{
    padding: 25px;
    background-color: #FFF;
    box-shadow: 4px 7px 60px 4px rgba(136,132,122,0.15);
    border-radius: 14px;
    width: 88px !important;
    margin-bottom: 0;
}
.section_better_loans .elementor-image-box-img .elementor-column{
    height: auto;
}
.section_better_loans .elementor-image-box-img .elementor-column{
    height: 100%;
}
.section_better_loans .elementor-image-box-img .elementor-column .elementor-widget-wrap{
    padding: 0;
}
.section_better_loans .icon_position .bg_loans3 {
    position: absolute;
    top: 0;
    transform: translate(400%,50%);
    right: 50%;
}
.section_better_loans .icon_position .bg_loans {
    position: absolute;
    top: 70%;
    left: 0;
}
.section_better_loans .icon_position .bg_loans2 {
    position: absolute;
    top: 30%;
    right: 0;
}
.section_better_loans  .icon_position {
    position: static;
}
.section_better_loans.elementor-section.elementor-section-boxed.elementor-section > .elementor-container{
    max-width: 100%;
}
.testimonial_item .content p{
    font-weight: 400;
    font-size: 20px;
    color: #494936;
    font-family: var(--font-ninito);
    line-height: 1.75;
    margin-bottom: 10px;
}
.testimonial_item ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
}
.testimonial_item ul li{
    padding: 0px 5px;
    display: inline-block;
}
.testimonial_item ul li:first-child{
    padding-left: 0;
}
.testimonial_item .bottom h3{
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    color: var(--color-dark);
    margin-bottom: 0;
    font-family: var(--font-urbanist);
}
.testimonial_item .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section_testimonial .arrow_slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: calc(100% + 220px);
    z-index: 99;
    left: -110px;
} 
.section_testimonial .arrow_slide .slick-arrow {
    cursor: pointer;
}
.section_testimonial .arrow_slide .left .active,
.section_testimonial .arrow_slide .right .no_active {
    transform: rotate(180deg);
}
.section_testimonial .arrow_slide .slick-disabled .active, 
.section_testimonial .arrow_slide .no_active {
    display: none;
}
.section_testimonial .arrow_slide .slick-disabled .no_active {
    display: block;
}
.section_testimonial .slick-slide {
    padding: 0px 45px;
    position: relative;
}
.section_testimonial .slick-slide:before {
    position: absolute;
    transform: translate(-15px,0px);
    content: url('../images/bg_feedback.png');
    left: 45px;
}
.section_testimonial .slick-list{
    margin: 0px -45px;
    width: calc(100% + 90px);
}
.section_testimonial .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #84754E;
}
.section_testimonial .slick-dots li button:before{
    font-size: 10px;
}
.post_item{
    width: 33.333333333333%;
    padding: 0 15px;
}
.post_item .img img{
    width: 100%;
    object-fit: cover;
}
.post_item h3.title{
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-transform: capitalize;
    color: var(--color-dark) !important;
    font-family: var(--font-urbanist);
    margin-bottom: 12px;
    margin-top: 12px;
    text-align: left;
    padding: 0px 20px;
}
.post_item h3.title a{
	color: var(--color-dark) !important;
	text-decoration: none;
}
.post_item .content{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--color-gray) !important;
    margin: 0;
    font-family: var(--font-ninito);
    padding: 0px 20px;
}
.post_item a.btn_readmore{
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: #84754E;
    text-transform: uppercase;
    margin-top: 12px;
    display: block;
    text-decoration: none;
    font-family: var(--font-ninito);
        padding: 0px 20px;
}
.list_post{
    display: flex;
}
.list_post .meta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0px;
    padding: 0px 20px;
}
.list_post .author img{
    margin-right: 20px;
}
.list_post .author,.list_post .date{
    color: rgba(41, 49, 61, 1);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.list_post .date img{
    margin-right: 15px;
}
.section_team .box_team .elementor-image-box-img {
    margin-top: -80px!important;
}
.section_team .box_team .elementor-image-box-img img{
    border-radius: 20px;
}
.section_team .box_team .elementor-image-box-title{
    border-bottom: 1px solid #ABA195;
    padding-bottom: 20px;
}
.section_team .box_team .elementor-image-box-content{
    margin-bottom: 20px;
}
.section_team .box_team:before{
    content: '';
    border-bottom: 15px solid rgba(132, 117, 78, 1);
    width: calc(100% - 80px);
    height: 15px;
    left: 40px;
    bottom: 40px;
    position: absolute;
}
.section_team .box_team{
    position: relative;
    height: 100%;
}
.section_team .box_team .elementor-widget-container{
    height: 100%;
}
.section_team .linkedin{
    position: absolute;
    top: 50px;
    right: calc(20% - 18px);
    display: inline-block;
    z-index: 9;
}
/*.section_team .box_team .linkedin{
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50px;
    right: calc(20% - 18px);
    background-image: url('../images/linkedin_orig.png');
}*/
.bg_about_title img{
    position: absolute;
    top: 0;
    right: -3%;
}
.section_faqs .title_section,.section_type_services .title_section{
    font-size: 48px!important;
}
.section_faqs .elementor-accordion-item,.section_faqs .elementor-accordion-item .elementor-tab-title{
    border-radius: 10px;
}
.section_faqs .elementor-accordion-item{
    margin-bottom: 20px;
        border: 1px solid rgba(73,73,54,0.15)!important;
        border-radius: 10px;
}
.section_faqs .elementor-accordion-item .elementor-accordion-title{
    text-decoration: none;
}
.section_faqs .elementor-accordion .elementor-tab-content{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.section_faqs .elementor-accordion{
    max-width: 868px;
    margin: 0px auto;
}
.section_type_services .elementor-widget-heading{
    margin-bottom: 0!important;
}
.section_type_services .elementor-column.type_service_item .elementor-element{
    background: #FFFFFF;
    box-shadow: 0px 25px 60px rgba(0,0,0,0.05);
    border-radius: 20px;
    padding: 20px;
}
.section_type_services .elementor-column.type_service_item{
    width: 33% !important;
}
.section_type_services.elementor-section .elementor-container{
    justify-content: center;
}
.section_benifits .elementor-icon-list-text{
    margin-top: -5px;
}
.title_section span.mobile-show:before {
    display: none;
}
.all-right-member {
    position: relative;
}

.all-img-member img {
    object-fit: contain;
    width: 100%;
}

.all-member {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 25px 60px rgba(0,0,0,0.05);
    border-radius: 20px;
    max-width: 320px;
    padding: 24px;
}

.all-member .text-content {
    font-weight: 600;
    font-size: 16px;
    color: #38382E;
    font-family: 'Urbanist', sans-serif;
    margin-bottom: 0!important;
}

.all-member .text-name-member {
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    color: #38382E;
    text-align: right;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 0!important;
}

.all-member.people {
    padding: 24px 20px;
    max-width: 220px;
    right: 44px;
    bottom: 20px;
    text-align: center;
    border-radius: 16px;
}

.all-img-line {
    position: absolute;
    top: 16%;
    right: 10%;
}

.text-reputation {
    font-weight: 600;
    font-size: 16px;
    color: #38382E;
    font-family: 'Urbanist', sans-serif;
    margin-bottom: 0!important;
}

.number-reputation {
    font-weight: 700;
    font-size: 48px;
    text-transform: capitalize;
    color: #1D1D1B;
    font-family: 'Urbanist';
    margin-bottom: 0!important;
    line-height: 1.75;
}

.all-content-reputation {
    padding: 17px 24px;
    background: #FFFFFF;
    box-shadow: 4px 7px 60px 4px rgba(136,132,122,0.07);
    border-radius: 16px;
     max-width: 320px;
}
.image_content_section .left-frame-1 {
    top: 50px;
    left: -250px;
    position: absolute;
}
.section_situation_advise .content .elementor-widget-wrap {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px!important;
    display: inline-block!important;
    height: fit-content!important;
}
.section_situation_advise .content .elementor-widget-wrap p{
    margin-bottom: 0;
}
.section_situation_advise .elementor-column{
    align-items: center;
}
.list_services_mortgage .item{
    position: relative;
    padding: 16px !important;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 4px 7px 60px 4px rgba(136,132,122,0.07);
    border-radius: 16px;
    min-height: 148px;
    max-width: 250px;
    width: calc(50% - 20px);
    margin-bottom: 24px;
    justify-content: center;
    transition: all 0.4s ease;
    margin-right: 20px;

}
.list_services_mortgage .item p{
    min-height: 44px;
    font-size: 16px !important;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 0;
}
.list_services_mortgage .item img{
    margin-bottom: 10px;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 4px 7px 60px 4px rgba(136,132,122,0.15);
    border-radius: 14px;
}
.list_services_mortgage{
    display: flex;
        flex-flow: wrap;
}
.every_step .number_step .elementor-widget-container {
    width: 87px;
    background: #F1EAD7;
    height: 87px;
    border: 0;
    font-weight: 700;
    font-size: 48px;
    background-color: #F1EAD7!important;
}
.every_step .number_step .elementor-widget-container p{
    width: 87px;
    height: 87px;
    background: #F1EAD7;
    color: #84754E !important;
    border-radius: 100%;
}
.all-member.people.people_2 {
    right: auto;
    left: 94px;
    bottom: 76px;
    padding: 22px 20px;
    max-width: 220px;
}
.all-member .text-content.text-people-2 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}
.case_study .number_case h6{
    font-weight: 700;
    font-size: 28px;
    text-transform: capitalize;
    color: #84754E;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Urbanist', sans-serif;
}
.case_study .number_case{
    position: absolute;
    top: 10px;
    left: 0;
}
.case_study .elementor-column .elementor-widget-wrap{
    display: inline-block!important;
    height: auto;
}
.case_study .elementor-column{
    align-items: center!important;
}
button:focus {
    outline: none!important;
    border: none!important;
}
.banner_general .font-48 .title_section {
    font-size: 48px!important;
    line-height: 140%;
}
.banner_general .bg_welcome-mortgage.bg_welcome img {
    position: absolute;
    left: -200px;
    width: 165px;
    top: 100px;
}
.section_testimonial .slide_list_testimonial .elementor-widget-container,.section_testimonial .slide_list_testimonial{
    position: static;
}
.section_team .elementor-image-box-description span{
    display: block;
    margin-bottom: 20px;
}
.section_better_loans .subheading {
	max-width: 1136px;
	margin: 0px auto;
	padding: 0px 20px;
}
.section_better_loans .icon_left_position {
	position: absolute;
    left: calc(((100% - 1320px) /2) - 30px);
}
.section_better_loans.better_loans_2 .icon_position .bg_loans3 {
    right: 44%;
}
.section_type_services .subtitle{
	width:872px;
	margin: 0px auto;
}
/* .show_price::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: ew-resize;
  background: #fff;
  border: 1px solid #0000001A
} */
.show_price {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 4px;
  background: rgb(132 117 78 / 20%);
  border-radius: 100px;
}
.show_price:focus {
	outline: none;
	border: none;
} 
/* Input Thumb */
input[type=range].show_price::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background: #fff!important;
  cursor: ew-resize;
  border: 1px solid #0000001A;
  transition: background .3s ease-in-out;
	padding:0;
}

input[type=range].show_price::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff!important;
  cursor: ew-resize;
  border: 1px solid #0000001A;
  transition: background .3s ease-in-out;
}

input[type=range].show_price::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff!important;
  cursor: ew-resize;
  border: 1px solid #0000001A;
  transition: background .3s ease-in-out;
}

input[type=range].show_price::-webkit-slider-thumb:hover {
  background: #84754E;
}

input[type=range].show_price::-moz-range-thumb:hover {
  background: #84754E;

}

input[type=range].show_price::-ms-thumb:hover {
  background: #84754E;
}

/* Input Track */
input[type=range].show_price::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range].show_price::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range].show_price::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.list_post .post_item .img{
	padding-top: 70%;
	position: relative;
	width: 100%;
}
.list_post .post_item .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.trustpilot_review h3{
	font-size: 36px;
    color: #38382E;
    line-height: 54px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Urbanist", Sans-serif;
    margin-bottom: 0;
}
.trustpilot_review p{
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	font-family: var(--font-ninito);
	margin-bottom: 20px;
}
.trustpilot_review .star{
	height:42px;
	margin-top:16px;
	margin-bottom:32px;
}
.trustpilot_review .excellent{
	text-align: center;
    margin-top: 30px;
    margin-bottom: 64px;
}
.list_trustpilot{
	position: relative;
}
.ast-builder-footer-grid-columns .site-footer-section .footer-widget-area{
	padding-top: 34px;
}
.ast-builder-footer-grid-columns .site-footer-section.site-footer-section-4 .footer-widget-area{
	padding: 34px;
	background: rgb(255 255 255 / 4%);
    border-radius: 20px;
}
footer div.wpforms-container-full .wpforms-form .wpforms-field-label{
	font-family: var(--font-ninito);
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
footer div.wpforms-container-full .wpforms-form input{
	background: rgb(255 255 255 / 4%)!important;
    border: none!important;
    color: rgb(255 255 255 / 70%)!important;
    font-size: 16px!important;
    border-radius: 10px!important;
    height: 56px!important;
    padding: 15px!important;
}
footer div.wpforms-container-full .wpforms-form textarea{
	background: rgb(255 255 255 / 4%);
    border: none;
    color: rgb(255 255 255 / 70%);
    font-size: 16px;
    border-radius: 10px;
    padding: 15px;
}
.site-footer .widget_custom_html ul.infor li img{
	width:16px;
	height:auto;
	margin-right:10px;
	margin-top: 4px;
}
.site-footer .widget_custom_html ul.infor li a{
	font-family: var(--font-ninito);
    font-size: 16px;
    line-height: 26px;
    color: #fff;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
}
.site-footer .widget_custom_html ul.infor li{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 15px;
}
.site-footer .widget_custom_html .social_div{
	margin-bottom: 65px;
}
.site-footer div.wpforms-container-full{
	margin-bottom: 10px;
}
footer .wpforms-container .wpforms-form .wpforms-submit-container button.wpforms-submit{
	margin-top: 20px;
}
.ast-builder-footer-grid-columns .site-footer-section.site-footer-section-2 [data-section="sidebar-widgets-footer-widget-7"]{
	display:none!important;
}
.wpforms-form .phone_number input::-webkit-inner-spin-button, 
.wpforms-form .phone_number input-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
} 
.wpforms-form .phone_number input { 
	-moz-appearance: textfield; 
} 
.title_section span:nth-child(2):before{
	z-index:-2px;
}
.cal-form-paragraph .btn_apply{
	width: fit-content;
}
.cal-form-paragraph h3{
	font-size: 36px;
	line-height: 54px;
	color: #1D1D1B;
	font-weight: 700;
	font-family: "Urbanist", Sans-serif;
	margin-bottom: 20px;
	    margin-top: 0;
}
.list_service_apply ul li:last-child span svg{
	width:35px;
}
.trustpilot-widget{
	margin: 20px 0px;
}
/*Custom css by Dong*/
/*Header*/
body.page-id-1558 .main-header-bar-wrap .site-header-primary-section-center,
body.page-id-1558 .main-header-bar-wrap .site-header-primary-section-right,
body.page-id-1558 footer {
    display: none;
}
body.page-id-1558 .site-header.et-header-fix.header-fix{
    position: relative;
}
.elementor-1558 > section:nth-child(2),
.new_form_custom .elementor-widget-container {
    background-color: #fcf9f5 !important;
}
.elementor-1558 .title_section {
    font-size: 48px !important;
    line-height: 1.3 !important;
    margin: auto !important;
}
.elementor-1558 ul li .elementor-icon-list-text {
    color: #1D1D1B;
}
#penny-landing-page-widget section{
    max-width: 100%!important;
}
.google_trustpilot .item_block p{
    color: #494936;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
.google_trustpilot .item_block .img{
    margin-bottom: 10px;
        text-align: center;
}
.google_trustpilot .item_block .img img{
    width: 185px;
}
.google_trustpilot .item_block .text-google img{
    width: 86px;
    margin-right: 10px;
}
.google_trustpilot .item_block span{
    font-size: 19.3px;
    font-weight: 700;
    line-height: 28.95px;
    text-align: left;
    color: #FFC60C;
    font-family: var(--font-urbanist) !important;
}
.google_trustpilot .item_block .custom-star-yellow{
    width: 16px;
    height: 16px;
    margin-left: 5px;
}
.google_trustpilot .item_block .google.d-flex{
    justify-content: center;
}
.trustpilot-widget iframe{
    width: 205px!important;
}
.google_trustpilot .item_block{
    padding: 15px 20px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.google__trustpilot{
    column-gap: 30px;
}
.google__trustpilot .box{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.box_review .google__trustpilot{
    justify-content: center;
}
.ul_li_hero,
.ul_li_hero li{
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}
.ul_li_hero li{
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    color: #1D1D1B;
    margin: 4px 0px;
}
.list_featured.elementor-section{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.list_featured .elementor-container{
    display: flex;
    gap: 10px;
    flex-flow: wrap;
    justify-content: center;
}
.list_featured .elementor-container .elementor-inner-column{
    width: calc(50% - 5px);
    background: #fff;
    border-radius: 20px;
    padding: 30px 14px;
    max-width: 240px;
    box-shadow: 4px 7px 60px 4px #88847A26;
}
.list_featured .elementor-container .elementor-inner-column .elementor-icon-box-title{
    margin-bottom: 0;
}
.div_flex{
    display: flex;
}
.apply_rates{
    column-gap: 35px;
    align-items: center;
}
.title_section.service h1,.title_section.service h3{
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 130% !important;
    color: var(--color-dark) !important;
    font-family: var(--font-urbanist);
    text-transform: capitalize;
    margin-bottom: 0;
}
.title_section.service .competitive_rate{
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.title_section.service{
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
}

.title_section.service > * {
  flex: 0 0 auto;
  width: auto; 
}
.section_bottom_apply .div_center .google__trustpilot{
    justify-content: center;
}
.all-content-online-loan .div_center #pafw{
    display: flex;
    justify-content: center;
    background: #fff;
}
.all-content-online-loan .div_center #pafw>section{
    width: 100%;
}
.all-content-online-loan .div_center #pafw header p{
    font-size: 36px !important;
    font-family: "Urbanist", Sans-serif;
    font-weight: 700 !important;
    color: #1D1D1B !important;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-align: center !important;
    margin-bottom: 50px;
    line-height: 140%!important;
}

@media(max-width:1600px){
    .section_get_started.elementor-section.elementor-section-boxed.elementor-section > .elementor-container {
        max-width: 100%;
            padding: 0 50px !important;
    }
    .section_get_started .elementor-container > .elementor-column.left > .elementor-widget-wrap{
        padding: 45px 0px 45px 45px!important;
    }
    .section_testimonial .arrow_slide .slick-arrow img {
        height: 30px;
        width: auto;
    }
    .section_testimonial .arrow_slide {
        top: calc(100% + 40px);
        width: 70px;
        left: 50%;
        transform: translateX(-50%);
    }

    .section_testimonial .arrow_slide .slick-arrow img {
        height: 30px;
        width: auto;
    }
}
@media (max-width: 1440px){
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row{
        padding: 50px;
        max-width: 100%;
    }
    .elementor-section.elementor-section-boxed.elementor-section > .elementor-container{
        padding-left: 50px;
        padding-right: 50px;
        max-width: 100%;
    }
    .elementor-section.elementor-section-boxed.elementor-section > .elementor-container .elementor-container{
        padding-left: 0;
        padding-right: 0;
    }
    .section_better_loans .icon_position .bg_loans2,.section_better_loans .icon_position .bg_loans{
        display: none;
    }
    .banner_general.elementor-section.elementor-section-boxed.elementor-section > .elementor-container {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .ast-container{
        padding: 0 50px;
        max-width: 100%;
    }
	.social_div li{
		width: 36px;
		line-height: 36px;
		 height: 36px;
	}
	.site-footer .widget_custom_html .social_div li a {
		line-height: 36px;
	}
}
@media (max-width:1280px){
    .list_post .author, .list_post .date {
        font-size: 13px;
        line-height: 20px;
    }
    .section_get_started .box_review{
        position: relative;
            right: inherit;
    }
    .section_testimonial .arrow_slide {
        top: calc(100% + 30px);
    }
    .main-header-menu > .menu-item > .menu-link {
        font-size: 18px;
        padding: 0px 15px;
    }

}
@media (max-width:1024px){
    .list_featured .elementor-container .elementor-inner-column{
        max-width: 180px;
    }
    .section_bottom_apply .div_center .google__trustpilot{
        display: flex;
    }
    .list_post .meta,.post_item h3.title,.post_item .content,.post_item a.btn_readmore{
        padding: 0;
    }
    .list_post .author img,.list_post .date img {
        margin-right: 10px;
    }
    .google_trustpilot{
        display: block;
    }
    .google_trustpilot .all-trustpilot{
        margin-left: 0;
        margin-top: 20px;
    }
    .number_step.elementor-widget-text-editor:before{
        right: -35px;
        width: 70px;

    }
    .service_item{
        width: calc(50% - 24px)!important;
        margin-bottom: 20px!important;
    }
    .main-header-menu > .menu-item > .menu-link {
        font-size: 14px;
        padding: 0px 12px;
    }
    .banner_general .title_section {
        font-size: 48px!important;
    }
	.banner_general .font-48 .title_section{
		font-size: 32px!important;
	}
    .all-content-reputation {
        max-width: 100%;
    }
    .section_type_services .elementor-image-box-title{
        font-size: 24px!important;
        line-height: 32px!important;
    }
    .section_faqs .title_section, .section_type_services .title_section {
        font-size: 48px!important;
    }
	.elementor-1558 .title_section {
		font-size: 48px !important;
		line-height: 60px !important;
	}
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
		padding: 30px 24px;
		grid-template-columns: repeat( 1,1fr );
	}
	.site-footer .widget_custom_html ul.infor li a {
		font-size: 20px;
		line-height: 32px;
	}
	.site-footer .widget_custom_html ul.infor li img {
		width: 24px;
	}
	.ast-builder-footer-grid-columns .site-footer-section.site-footer-section-4{
		display:none!important;
	}
	.ast-builder-footer-grid-columns .site-footer-section.site-footer-section-2 [data-section="sidebar-widgets-footer-widget-7"]{
		display:block!important;
	}
}
@media (max-width:992px){
	.apply_rates{
        flex-direction: column;
        align-items: flex-start;
        row-gap: 30px;
    }
    .section_testimonial .arrow_slide{
        display: none;
    }
    .list_post .author, .list_post .date {
        font-size: 13px;
        line-height: 20px;
    }
    .post_item {
        width: 100%;
        padding: 0;
        margin: 20px 0px;
    }
    .list_post {
        display: block;
    }
    .section_testimonial .slick-dots{
        bottom: -70px;
    }
    .section_get_started.elementor-section,
    .section_get_started.elementor-section.elementor-section-boxed.elementor-section > .elementor-container,
    .section_get_started.elementor-section .elementor-widget-wrap{
        padding: 0!important;
    }
    
    .section_get_started .icon_top{
        display: none;
    }
    .section_get_started .elementor-widget-wrap>.elementor-element{
        border-radius: 0!important;
    }
    .section_get_started .elementor-container > .elementor-column.left > .elementor-widget-wrap {
        padding: 45px 20px 45px 0px!important;
    }
    .section_get_started.elementor-section.elementor-section-boxed.elementor-section > .elementor-container .elementor-container{
        padding: 30px;
    }
    .div_calculator{
        margin-top: 0;
        box-shadow: none;
    }
    .section_calculator .elementor-heading-title{
        font-size: 24px!important;
        margin-bottom: 0;
        padding: 0px 24px;
    }
    .calculator .cal-form-container {
        display: block;
    }

    .calculator .cal-form {
        width: 100%;
        padding: 0px 24px;
    }
    .calculator .cal-form-container .cal-form-paragraph, .not-cal {
        width: 100%;
        display: none;
        border-radius: 0;
        padding: 40px 24px;
        box-sizing: border-box;
    }
    .calculator .cal-form .btncalculate {
        display: flex;
    }
    .calculator .cal-form input.wsite-form-input, .calculator .cal-form select {
        font-size: 16px;
    }
    .calculator .total_repayment>div {
        width: 100%;
    }

    .calculator .cal-form-paragraph .text {
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
    }

    .calculator .cal-form-paragraph .result {
        font-size: 24px;
        display: block;
        line-height: 36px;
    }
    .section_calculator.elementor-section.elementor-section-boxed.elementor-section > .elementor-container{
        padding: 0;
    }
    .div_calculator{
        padding: 20px 0px;
    }
    .section_calculator .elementor-widget-wrap{
        padding: 0!important;
    }
    .section_type_services .elementor-column.type_service_item {
        width: 100% !important;
    }
    .section_type_services .elementor-column.type_service_item .elementor-element img {
        width: 100% !important;
        height: unset;
    }
    .banner_general .elementor-column.elementor-col-50{
        width: 100%;
    }
    .banner_general.elementor-section.elementor-section-boxed.elementor-section > .elementor-container{
        flex-direction: column-reverse;
    }
    .google_trustpilot {
       display: flex;
    }
    .google_trustpilot .all-trustpilot{
        margin-top: 0;
    }
    .banner_general.elementor-section.elementor-section-boxed.elementor-section > .elementor-container{
        padding-left: 24px!important;
        padding-right: 24px!important;
    }
    .section_situation_advise .content .elementor-widget-wrap {
        padding: 20px!important;
    }
    .site-header.header-fix .ast-primary-header-bar {
        padding: 11px 24px !important;
    }
	.site-header #ast-mobile-header .ast-grid-section-center{
		position: absolute;
		right: 70px;
	}
	.footer-widget-area[data-section="sidebar-widgets-footer-widget-7"].footer-widget-area-inner{
		text-align:left;
	}
	.ast-builder-menu-mobile .main-header-menu .sub-menu .menu-link .icon-arrow{
		display: none!important;
	}
	.ast-builder-menu-mobile .menu-item.ast-submenu-expanded .sub-menu{
		display:block!important;
	}
	.ast-builder-menu-mobile .menu-item .sub-menu{
		display:none!important;
	}
}

@media(max-width:767px){
    .section_bottom_apply .div_center .google__trustpilot{
        display: block;
    }
    .all-content-online-loan .div_center #pafw header p{
        font-size: 32px !important;
    }
    .apply_rates{
        align-items: center;
    }
    .div_competitive_rate h3{
        font-size: 20px!important;
    }
	.section_calculator .div_calculator{
		padding-bottom:0;
	}
	.site-header #ast-mobile-header .site-logo-img {
		width: 40px;
	}
	.site-header #ast-mobile-header .ast-grid-section-center{
		right: 60px;
	}
    .elementor-section.elementor-section-boxed.elementor-section > .elementor-container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .elementor-section.elementor-section-boxed.elementor-section > .elementor-container .elementor-inner-section .elementor-container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .title_section{
        font-size: 32px!important;
    }
    .title_section span:before {
        left: 0;
        width: 100%;
        height: 20px;
    }
    .site-footer .footer-widget-area.footer-widget-area-inner{
        text-align: left;
    }
    .section_get_started .box_review{
        position: relative;
        bottom: inherit;
        right: inherit;
    }
    .number_step.elementor-widget-text-editor:before{
        display: none;
    }
    .section_steps.elementor-section .step_item{
        margin-bottom: 20px;
    }
    .service_item{
        width: 100%!important;
    }
    .section_services .bg_service img{
        position: absolute;
        transform: translate(80%,-100%);
        max-width: 100px;
    }
    .section_better_loans .icon_position .bg_loans3 {
        top: -40px;
        transform: translate(200%,50%);
    }
    .banner_general .title_section {
        font-size: 32px!important;
        text-align: left;
    }
    .banner_general .bg_welcome img{
        position: absolute;
        left: -70px;
        width: 85px;
    }
    .title_section span.mobile-show:before {
        display: block;
        right: -10px;
        width: calc(82%);
        left: auto;
    }
    .section_reputation.elementor-section.elementor-section-boxed.elementor-section > .elementor-container .elementor-container,
    .section_type_services.elementor-section.elementor-section-boxed.elementor-section > .elementor-container .elementor-container{
        padding: 0 !important;
    }
    .section_faqs .title_section, .section_type_services .title_section {
        font-size: 32px!important;
    }
    .google_trustpilot {
        display: block;
    }
    .google_trustpilot .all-trustpilot{
        margin-top: 20px;
    }
    .section_situation_advise section.elementor-inner-section:nth-of-type(2) .elementor-container,
    .section_situation_advise section.elementor-inner-section:nth-of-type(4) .elementor-container{
        flex-direction: column-reverse;
    }
    .every_step .number_icon.elementor-section > .elementor-container{
        padding-bottom: 0!important;
        margin-bottom: -30px;
    }
    .case_study .column-reverse .elementor-container{
        flex-direction: column-reverse;
    }
    header .custom-logo-link img {
        max-width: 40px;
    }
    .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle{
        padding: 0;
    }
    .ast-header-break-point .main-navigation .stack-on-mobile li {
        padding: 0px 20px;
    }
    .ast-header-break-point .main-navigation .stack-on-mobile li a{
        padding: 0px!important;
        border-bottom: 1px solid #ebebeb!important;
    }
    .ast-header-break-point .ast-nav-menu .sub-menu {
        box-shadow: none!important;
        padding: 10px 0px;
    }
    .main-header-menu .sub-menu .menu-link{
        font-size: 14px;
    }
    .ast-desktop-popup-content{
        display: block!important;
    }
    .ast-desktop-popup-content .ast-builder-menu-mobile{
        display: none;
    }
    .section_get_started .elementor-container > .elementor-column.left > .elementor-widget-wrap {
        padding: 20px 24px!important;
    }
    .google_trustpilot {
        padding: 0px 24px;
    }
    .section_calculator.elementor-section.elementor-section-boxed.elementor-section > .elementor-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .section_testimonial .slick-slide{
        padding: 0;
    }
    .section_testimonial .slick-list {
        margin: 0px -10px;
        width: calc(100% + 20px);
    }
	.elementor-1558 .title_section{
		font-size:32px!important;
		line-height: 42px!important;
	}
	.list_services_mortgage .item img{
		padding: 15px;
		height: 70px;
		width: 70px;
	}
	.cal-form-paragraph .btn_apply {
		width: auto;
	}
	.list_service_apply.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{
		display:none;
	}
	.list_service_apply ul li:last-child span svg {
		width: auto;
	}
	.ast-mobile-popup-drawer .ast-mobile-popup-header{
		height: 50px;
		min-height: inherit;
	}
	
}