.navbar-area  {
    background: #fff;
}

.bg-foneloan {
    background: #cf2027;
}

.btn-foneloan {
    border: none;
    display: block;
    width: fit-content;
    background: linear-gradient(to right, #cf2027 48%, white 50%);
    background-size: 250% 100%;
    background-position: right bottom;
    transition: .3s all ease-out;
    color: #000;
    padding: 10px 15px;
    width: max-content;
}.btn-foneloan:hover {
    background-position: left bottom;
    color: #fff !important;
    width: max-content;
}

.btn-foneloan-cta {
    border: none;
    display: block;
    width: fit-content;
    background: linear-gradient(to right, #000 48%, white 50%);
    background-size: 250% 100%;
    background-position: right bottom;
    transition: .3s all ease-out;
    color: #000;
    padding: 15px 15px;
    width: max-content;
}.btn-foneloan-cta:hover {
    background-position: left bottom;
    color: #fff !important;
    width: max-content;
}

.btn-outline-foneloan {
    border: none;
    display: block;
    width: fit-content;
    background: linear-gradient(to right, #750d10 48%, #cf2027 50%);
    background-size: 250% 100%;
    background-position: right bottom;
    transition: .3s all ease-out;
    color: #fff;
    padding: 10px 15px;
    width: max-content;
}.btn-outline-foneloan:hover {
    background-position: left bottom;
    color: #fff !important;
    width: max-content;
}

.bg-offwhite {
    background-color: #f5f5f5;
}

.text-foneloan {
    color: #cf2027;
    font-weight: bolder;
}

/* Hero Section */
.hero-section {
    position: relative;
    height: fit-content;
    margin-top: 75px !important;
    background-color: #fff;
    padding: 50px 0;
    z-index: 1;
} .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/homepage/bg-homepage-hero.jpg') top center no-repeat;
    background-size: cover;
    opacity: 0.75;
    z-index: -1;
}.hero-section .cloud1 {
    background: url('../images/banners/hero-cloud1.png') center no-repeat;
    position: absolute;
    height: 100px;
    width: 100px;
    top: 25%;
    z-index: 0;
    animation: cloud1-anim 5s infinite alternate-reverse linear;
}@keyframes cloud1-anim {
    from {
        left: 50%;
    } to {
        left: 54%;
    }
}.hero-section .cloud2 {
    background: url('../images/banners/hero-cloud2.png') center no-repeat;
    position: absolute;
    height: 150px;
    width: 150px;
    top: 50%;
    z-index: 0;
    animation: cloud2-anim 10s infinite alternate-reverse linear;
}@keyframes cloud2-anim {
    from {
        left: 40%;
    } to {
        left: 60%;
    }
}.hero-section .cloud3 {
    background: url('../images/banners/hero-cloud1.png') center no-repeat;
    position: absolute;
    height: 100px;
    width: 100px;
    top: 15%;
    z-index: 0;
    animation: cloud3-anim 10s infinite alternate-reverse linear;
}@keyframes cloud3-anim {
    from {
        right: 5%;
    } to {
        right: 20%;
    }
}

.hero-video {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -5;
    width: 85%;
}

.hero-content {
    display: flex;
    align-items: center;
    min-height: 100%;
}
.hero-content h1 {
    font-size: 2.5rem;
}
@media only screen and (max-width: 1380px) {
    .hero-content h1 {
        font-size: 2rem;
    }
}

/* How To CSS */
.step-count {
    width: fit-content;
    background-color: #cf2027;
    margin: 0px auto;
    padding: 12px 0;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    width: 65px;
    height: 60px;
}.step-count::before {
    content: '';
}
.step-row:hover > .step-wrapper {
    opacity: 0.5;
    filter: blur(1.2px);
}.step-wrapper {
    opacity: 0.5;
    transform: scale(0.9);
}.step-row:hover .step-wrapper:hover {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
    transition: 0.5s all ease-in-out;
}.step-img {
    position: relative;
    z-index: -1;
}.step-text p {
    font-size: 1rem;
}

/* Counter CSS */
.counter-card {
    box-shadow: 2px 2px 13px -12px #000;
}.counter-card:hover {
    cursor: crosshair;
    transform: scale(1.05);
    transition: 0.5s transform ease-in-out;
}

.stats {
    border-right: 5px solid #cf2027;
    border-right-width: 50%;
}.stats:last-child {
    border-right: none !important;
}

.emi-col:hover {
    background: #e9e9e9;
}
.emi-col p {
    line-height: 1.6 !important;
}

.bank-logo {
    border: 1px solid #f5f5f5;
}.bank-logo:hover {
    background-color: #f5f5f5;
}


/* Head Tags */
h1 {
    font-size: 2.79rem;
}

.fw-100 { font-weight: 100 !important }
.fw-200 { font-weight: 200 !important }
.fw-300 { font-weight: 300 !important }
.fw-400 { font-weight: 400 !important }
.fw-500 { font-weight: 500 !important }
.fw-600 { font-weight: 600 !important }
.fw-700 { font-weight: 700 !important }
.fw-800 { font-weight: 800 !important }
.fw-900 { font-weight: 900 !important }

/* Select Bank CSS */
.bank-list {
    height: 500px;
    overflow-y: scroll;
}
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
    margin-bottom: 15px;
}
.dataTables_filter label {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
}
.dataTables_filter label input {
    margin-left: 10px !important;
    box-shadow: 0 0 3px -1px #000;
}

/* Floating Contact */
.floating-contact {
    position: fixed;
    bottom: 10px;
    right: 5px;
    transform: translate(-1%, -1%);
    z-index: 9999;
    border-radius: 50%;
    background: #fff;
    padding: 0px 5px;
    box-shadow: 0 0 17px -3px #a5a5a5;
}
.floating-contact:hover {
    background: #d1d1d1;
    transition: .4s background ease-in;
}
.card-hover:hover {
    transform: scale(1.05);
    transition: 0.2s transform ease-in;
}