.btn_theme_active::after {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right top, #1a7645, #2d8747, #419848, #57a947, #6fba44);
    z-index: -3;
}
.btn_theme_active {
    color: #fff;
    position: relative;
    z-index: 0;
}
@media(max-width:768px){
	.btn_theme {
	    background: transparent;
	    position: relative;
	    overflow: hidden;
	    display: inline-flex;
	    justify-content: center;
	    align-items: center;
	    padding: 16px 12px !important;
	    text-transform: capitalize;
	    border: 1px solid #409446;
	    font-size: 13px !important;
	    border-radius: 32px;
	    font-weight: 600;
	    line-height: 1.2;
	    min-width: -moz-max-content;
	    min-width: max-content;
	    transition: all 0.35s ease-in-out;
	    position: relative;
	    z-index: 1;
	}
	.userverifymodal-body{
		padding: 20px !important;
	}
}
.btn_theme {
    background: transparent;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    text-transform: capitalize;
    border: 1px solid #409446;
    font-size: 16px;
    border-radius: 32px;
    font-weight: 600;
    line-height: 1.2;
    min-width: -moz-max-content;
    min-width: max-content;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 1;
}
.hero::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1000000015;
    /*background: linear-gradient(90deg, #05371e 0%, #d2feb7 100%);*/
	background: url('/images/bg/bg-1.png');
    z-index: -1;
	
	background-repeat: no-repeat;  
 	background-size: cover;        
 	background-position: center;  
}
.main-menu.index-page .navbar-nav .nav-item .nav-link {
    color: #000000;
}
.section__content .section__content-sub-title, .section__content .banner__content-sub-title, .banner__content .section__content-sub-title, .banner__content .banner__content-sub-title {
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #177445;
}
.card--custom::after {
    content: "";
    position: absolute;
    z-index: 1;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    background: #ebf1ed;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    transition: all 0.35s ease-in-out;
    z-index: -3;
}
.feature .card:hover::after {
    background: #147447;
}
.feature .card:hover .btn_theme:after {
    background: #94c23c;
}
.feature .card .btn_theme i {
    color: #147447;
}
.feature .card:hover .card__title a:hover {
    color: #a0c951;
}
.slick-dots .slick-active button {
    background: #147447;
    width: 28px;
    border-radius: 10px;
}
.choose-us::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 56%;
    opacity: 0.1000000015;
    background: linear-gradient(270deg, #0c9cf2 0%, #443cb7 100%);
    z-index: -1;
}
.btn_theme_active:hover, .btn_theme_active:focus {
    color: #409446;
}
.btn_theme:hover, .btn_theme:focus {
    border: 1px solid #409446;
}
.nice-select{
    border: solid 1px #99cb9e !important;
    border-radius:5px;
	margin-top: 20px;
}
.nice-select .list {
    background: #222E48;
    height: 300px;
    overflow: scroll;
}
.loan-reviews .loan-reviews_card .loan-reviews__part-two .reviews-heading {
    border-bottom: 1px dashed #C1C4CC;
    padding-bottom: 16px;
    margin-bottom: 16px;
    max-width: 300px;
}
.loan-reviews::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: linear-gradient(90deg, #147447 0%, #443cb7 100%);
    border-radius: 16px;
    z-index: -1;
}
.loan-reviews .loan-reviews_card .loan-reviews__part-one {
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 20px 0;
}
.working-process::before {
    content: "";
    position: absolute;
    top: 125px;
    right: 32px;
    width: 221px;
    height: 417px;
    background: none;
    z-index: -1;
    animation: previewShapeY 3s linear infinite;
}
.working-process .card .card__icon::after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 104px;
    width: 104px;
    min-width: 104px;
    border-radius: 50%;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
    border: 1px dashed #147447;
}
.working-process .card .card__icon::after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 70px;
    width: 70px;
    min-width: 70px;
    border-radius: 50%;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
    border: 1px dashed #147447;
}
.working-process .card .card__icon {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    position: relative;
    z-index: 0;
}
#homegoals .card--custom {
    background: white;
    padding: 15px;
    border-radius: 16px;
    border: none;
    border: 1px solid #DFE0E4;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
}
.working-process::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background: linear-gradient(270deg, #147447 0%, #69b644 100%);
    opacity: 0.1000000015;
    z-index: -1;
}
.calculator-ans{
	display:none;
}
.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider {
    background: url('/vendors/rangeslider/img/sprite-skin-modified-1.png') repeat-x;
}
.irs-slider {
    width: 25px;
    height: 25px;
    top: 17px;
    background-position: 0 -120px !important;
}
.irs-bar {
    height: 30px;
    top: 25px;
    background-position: 0 -60px !important;
}
.irs-bar-edge {
    top: 25px;
    height: 30px;
    width: 14px;
    background-position: 0 -90px !important;
}
.testimonials::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: #fff;
    opacity: 0.1000000015;
    z-index: -1;
}
.slider-navigation .pagination-button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border: 1px solid #147447;
    background: rgba(7, 76, 62, 0.05);
}
.slider-navigation .pagination-button i {
    color: #147447;
    font-size: 16px;
}
.download-app::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #147447 0%, #69b644 100%);
    opacity: 0.1000000015;
    z-index: -1;
}
.footer{
    background: #031736;
}
.footer-secondary .footer-secondary__content .btn_theme {
    border-color: #94c23c;
    padding: 0;
}
.footer .secondary_color {
    color: #147447 !important;
}
.btn-banner{
    color: #fff;
    background: #147447 !important;
    border: 1px solid #000;
    border-radius: 25px;
}