.btn_theme_active::after {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #158eea;
    z-index: -3;
}
.btn_theme_active {
    color: #fff;
    position: relative;
    z-index: 0;
}
.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 #158eea;
    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, #1cb8fd 0%, #463ab6 100%);
    z-index: -1;
}
.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: #158eea;
}
.card--custom::after {
    content: "";
    position: absolute;
    z-index: 1;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    background: rgb(242 249 255);
    border-radius: 16px;
    width: 100%;
    height: 100%;
    transition: all 0.35s ease-in-out;
    z-index: -3;
}
.feature .card:hover::after {
    background: #158eea;
}
.feature .card:hover .btn_theme:after {
    background: #94c23c;
}
.feature .card .btn_theme i {
    color: #158eea;
}
.feature .card:hover .card__title a:hover {
    color: #a0c951;
}
.slick-dots .slick-active button {
    background: #158eea;
    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: #158eea;
}
.btn_theme:hover, .btn_theme:focus {
    border: 1px solid #158eea;
}
.nice-select{
    border: solid 1px #453ab6 !important;
    border-radius:25px;
}
.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, #158eea 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 #158eea;
}
.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 #158eea;
}
.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(90deg, #158eea 0%, #4638b5 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: linear-gradient(270deg, #158eea 0%, #453ab6 100%);
    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 #158eea;
    background: rgba(7, 76, 62, 0.05);
}
.slider-navigation .pagination-button i {
    color: #158eea;
    font-size: 16px;
}
.download-app::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #158eea 0%, #463ab6 100%);
    opacity: 0.1000000015;
    z-index: -1;
}
.footer{
    background: #022138;
}
.footer-secondary .footer-secondary__content .btn_theme {
    border-color: #94c23c;
    padding: 0;
}
.footer .secondary_color {
    color: #158eea !important;
}
.btn-banner{
    color: #fff;
    background: #158eea !important;
    border: 1px solid #000;
    border-radius: 25px;
}