.text-white{
    color: #fff;
}
.btn-socail-media{
    color: #fff!important;
}
.btn-netbanking{
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}
.btn-netbanking:hover{
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}
.btn-netbanking:focus{
    border: none;
}
.btn-netbanking:hover{
    background-color: #ff0000;
    border-color: #ff0000;
}
/*.loan-details{
    background-color: #e3e3e3!important
}*/
.loan-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #525b5b;
}
.btn-read-more{
    background-color: #0C2B4B !important;
    border-color: #0C2B4B !important;
}
.bank-title{
    color: #999999!important;
}
.interest-rate{
    border: 1px solid #f3f3f3;
    height: 120px;
    border-radius: 12px;
    padding: 23px;
    background-color: #f3f3f3;
   transition: 0.6s;
}

.interest-rate:hover{
    box-shadow: 5px 5px 10px #e9e9e9;
    transition: 0.6s;
}

.interest-rate h2{
text-align: center;
font-size: 36px;
}
.interest-rate p{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    }

    .interest-rate-title {
        max-width: 490px;
        text-align: center;
        position: relative;
        padding-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }

    .interest-rate-title::before {
        left: 0;
        right: 0;
        bottom: 0;
        width: 60px;
        height: 3px;
        content: '';
        position: absolute;
        background-color: #0C2B4B;
        margin-left: auto;
        margin-right: auto;
    }
    .interest-rate-title .interest-rate-sub-title {
        display: block;
        margin-bottom: 12px;
        color: #0C2B4B;
        font-size: 35px;
        font-weight: 700;
    }

    .back-to-top{
        background-color: #ff0000;
        border-color: #ff0000;
    }
    .footer-logo{
        margin-bottom: 12px
    }
    
    
     .free-quote-form form .form-group {
        margin-bottom: 25px;
        padding-top: 7px;
        position: relative;
    }
    .free-quote-form form label {
        left: 13px;
        top: 0;
        display: block;
        position: absolute;
        line-height: 1;
        padding: 0 6px;
        background-color: #fff;
        font-size: 15px;
        font-weight: 600;
    }
    .free-quote-form form .form-control {
        background-color: transparent!important;
        border: 1px solid #e1e1e1!important;
        border-radius: 5px;
        padding-top: 12px;
        height: 55px;
    }
    .free-quote-form form .form-select {
        background-color: transparent;
        -webkit-box-shadow: unset!important;
        box-shadow: unset!important;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        cursor: pointer;
        display: block;
        height: 55px;
        padding-left: 15px;
        padding-top: 12px;
        font-size: 14px;
        font-weight: 500;
    }
    .free-quote-form form .default-btn {
        width: 100%;
        height: 55px;
        display: block;
        color: var(--whiteColor);
        background-color: #c30031;
    }
    .free-quote-form h3 {
        margin-bottom: 35px;
        text-align: center;
        font-size: 28px;
        font-weight: 500;
    }
    .btn-form-submit{
            border-radius: 8px;
    background: #ff0000;
    color: #fff;
    }
    
     .btn-form-inquiry-submit{
            border-radius: 8px;
    background: #0C2B4B !important;
    color: #fff;
    }
    
    #loadingMsg{
        display: none;
    }
    #successMsg{
        display: none;
    }
    #failedMsg{
        display: none;
    }
    
    
      .slider-img{
            height: 450px;
        }
        .topbar-section{
            height:100%;
        }
        body{
            padding: 20px 15px 0px 15px;
        }
       
        .aboutus-row{
            margin-top: 73px;
        }
        .mobile-netbanking-btn{
            display: none
        }
        @media only screen and (max-width: 576px) {
            .slider-img{
                height: 175px;
            }
            .text-start {
                text-align: center !important;
            }
            .topbar-section{
                height:0!important;
            }
            .contact-details{
                text-align:center!important;
            }
            body{
                padding: 0;
            }
            .facts{
                background: #fff;
                padding-top: 10px!important;
            }
            .loan-details-home{
                padding-bottom: 15px!important;
            }
            .mobile-netbanking-btn{
            display: block
        }
        }

        @media (min-width: 576px) and (max-width: 850px) {
            .slider-img{
                height: 340px;
            }
            .contact-details{
                text-align:left!important;
            }
            .mobile-netbanking-btn{
            display: block
        }
        }
        .sticky-top{
            position: sticky!important;
            top: 0!important;
            z-index: 800!important;
        }
        
        .fix-wrap {
                position: relative;
                margin-top: 20px;
            }
            .fix-wrap:before {
                height: 246px;
                content: "";
                position: absolute;
                right: -320px;
                top: -39px;
            }
            .fix-wrap h6 {
                font-size: 16px;
                color: #fff;
                text-align: center;
            }
            .fix-wrap ul {
                margin: 0 0 0 0;
                padding: 10px 0;
                text-align: center;
                position: relative;
            }
            .fix-wrap ul li {
                list-style: none;
                margin: 0 15px;
                padding: 0;
                display: inline-block;
                position: relative;
            }
            .fix-wrap ul li a {
                font-size: 16px;
                color: #fff;
            }
            .fix-wrap ul li:after {
                position: absolute;
                right: -19px;
                top: 0;
                bottom: 0;
                margin: auto;
                content: "";
                height: 4px;
                width: 4px;
                border-radius: 100%;
                background: #fff;
            }
            
              .consulting-service-wrap2 {
        background-image: url(../img/service.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 5;
        padding: 55px 0px 100px 0px;
        overflow: hidden;
    }
    .consulting-service-wrap2:before {
        content: "";
        height: 100%;
        width: 100%;
        background-color: #000;
        opacity: 80%;
        position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
        z-index: -5;
    }
    .consulting-service-wrap2 .background-image1 {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .consulting-service-wrap2 .background-image2 {
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
    }
    .consulting-top1 .section-title {
        color: #fff;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 40px;
        line-height: 46px;
    }
    .consulting-top2 p {
        color: #c0c0c0;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .consulting-service4 {
        background-color: #000!important;
        padding: 20px;
        border: none;
        text-align: center;
        position: relative;
        transition: all 0.5s ease-in-out;
    }
    .consulting-service4 .heading-title {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .consulting-service4 .item-img {
        margin-bottom: 20px;
    }

    .consulting-service4 p {
        color: #aeaeae;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .consulting-button {
        position: absolute;
        bottom: -80px;
        left: 35%;
        transform: translateY(-50%);
        z-index: 5;
    }
    .consulting-button .consulting-btn {
        background-color: #252525;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 60px;
        width: 60px;
        border: none;
        border-radius: 50%;
        font-size: 16px;
        z-index: 5;
        margin: 10px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease-in-out;
        position: relative;
    }
    .consulting-service4:after {
        content: "";
        height: 4px;
        width: 100%;
        background-color: #fa360a;
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 3;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }
    .consulting-service4:hover {
        background-color: #0e0e0e;
    }
    .consulting-button {
        position: absolute;
        bottom: -80px;
        left: 35%;
        transform: translateY(-50%);
        z-index: 5;
    }
    .consulting-service4:hover .consulting-button .consulting-btn {
        visibility: visible;
        opacity: 1;
    }
    .consulting-button .consulting-btn {
        background-color: #252525;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 60px;
        width: 60px;
        border: none;
        border-radius: 50%;
        font-size: 16px;
        z-index: 5;
        margin: 10px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease-in-out;
        position: relative;
    }
    .consulting-button .consulting-btn i {
        transition: all 0.3s ease-in-out;
    }
    .consulting-button .consulting-btn:after {
        content: "";
        height: 50px;
        width: 50px;
        background-color: #fa360a;
        position: absolute;
        bottom: 4px;
        left: 5px;
        border: none;
        border-radius: 50%;
        z-index: -5;
    }
    .consulting-service4:hover:after {
        visibility: visible;
        opacity: 1;
    }
    .consulting-service4:after {
        content: "";
        height: 4px;
        width: 100%;
        background-color: #fa360a;
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 3;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }
    
        .news-box{
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
        height: 400px;
        border-radius: 12px;
        background: #fff;
        box-shadow: 1px 1px 11px #959595;
    }
    
    .page_main {
        padding: 40px 20px 40px 20px;
    }
    .section-title {
        max-width: 490px;
        text-align: center;
        position: relative;
        padding-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }
    .section-title::before {
        left: 0;
        right: 0;
        bottom: 0;
        width: 60px;
        height: 3px;
        content: '';
        position: absolute;
        background-color: #002c4b;
        margin-left: auto;
        margin-right: auto;
    }
    .section-title .sub-title {
        display: block;
        margin-bottom: 12px;
        color: #002c4b;
        font-size: 25px;
        font-weight: 700;
    }
    .single-team-member {
        margin-bottom: 30px;
    }
    .single-team-member img {
        border-radius: 5px;
        border-bottom: 5px solid #565656;
        -webkit-box-shadow: 0 7px 30px -10px rgb(133 153 162 / 30%);
        box-shadow: 0 7px 30px -10px rgb(133 153 162 / 30%);
    }
    .single-team-member .content {
        margin-top: 25px;
    }
    .single-team-member .content h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .single-team-member .content span {
        display: block;
        color: #565656;
        font-size: 14px;
        font-weight: 600;
    }
    
    .section-branch-title {
        max-width: 490px;
        text-align: center;
        position: relative;
        padding-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }
    .section-branch-title::before {
        left: 0;
        right: 0;
        bottom: 0;
        width: 60px;
        height: 3px;
        content: '';
        position: absolute;
        background-color:#000;
        margin-left: auto;
        margin-right: auto;
    }
    .section-branch-title .sub-branch-title {
        display: block;
        margin-bottom: 12px;
        color: #565656;
        font-size: 25px;
        font-weight: 700;
    }
    .section-branch-title p {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 12px;
    }
    .form-control {
        border-radius: 0;
        background-color: #f5f5f5!important;
        box-shadow: unset!important;
        transition: .5s;
        border: none!important;
        height: 50px;
        color: #262e2e;
        font-size: 14px;
        font-weight: 500;
    }
    .branch-area {
        display: table;
        height: 250px;
        width: 100%;
        padding: 25px 20px!important;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        position: relative;
        z-index: 1;
        background: #fff;
        border-radius: 50px;
        box-shadow: 0px 5px 5px rgb(29 34 47 / 15%);
    }
    .branch-area-body {
        display: table-cell;
        vertical-align: middle;
    }
    .branch-title-text {
        color: #1a2b71;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .branch-list li {
        list-style: none!important;
    }
    .branch-list li a{
        color: #242424!important;
    }
    .branch-list li a i {
        padding: 5px!important;
    }
    .branch-p-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-bottom: 10px!important;
        color: #242424!important;
    }
    
    .contact-box1 {
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 45px 40px 35px 40px;
    position: relative;
    background: #fff;
}
.contact-box1 .heading-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.contact-icon {
    position: absolute;
    top: -13px;
    right: 46%;
}
.contact-icon i {
    font-size: 24px;
    color: #fff;
    position: relative;
    z-index: 5;
}
.contact-icon i:after {
    content: "";
    width: 62px;
    height: 62px;
    background: #272727;
    border-radius: 4px;
    position: absolute;
    bottom: -20px;
    left: -20px;
    z-index: -5;
    transform: rotate(-135deg);
}
.google-map iframe{
    height: 450px!important;
    width: 100%!important;
}

.download-box{
        margin-top: 10px;
        height:auto;
        padding: 10px;
    }
    
         .section-title-gallery {
    max-width: 490px;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.section-title-gallery::before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #002c4b;
    margin-left: auto;
    margin-right: auto;
}
.section-title-gallery .sub-title-gallery {
    display: block;
    margin-bottom: 12px;
    color: #002c4b;
    font-size: 25px;
    font-weight: 700;
}

 .section-unclaim-title {
        max-width: 490px;
        text-align: center;
        position: relative;
        padding-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }
    .section-unclaim-title::before {
        left: 0;
        right: 0;
        bottom: 0;
        width: 60px;
        height: 3px;
        content: '';
        position: absolute;
        background-color: #000;
        margin-left: auto;
        margin-right: auto;
    }
    .form-control {
        border-radius: 0;
        background-color: #f5f5f5!important;
        box-shadow: unset!important;
        transition: .5s;
        border: none!important;
        height: 50px;
        padding-left: 15px;
        color: #262E2E;
        font-size: 14px;
        font-weight: 500;
    }
    #search-addon {
        cursor: pointer;
    }
 
    .dropdown-item:active {
    color: #000!important;
    text-decoration: none!important;
    background-color: #f2f6f8!important;
}
    
    
     #slidetabindexout:hover {
                right: 290px;
            }
            #slidetabindexout {
                position: fixed;
                top: 300px;
                z-index: 10;
                right: 0;
                -webkit-transition-duration: 0.3s;
                -moz-transition-duration: 0.3s;
                -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
            }
            #slidetabindexout img {
                width: auto;
                max-width: 100%;
                height: auto;
                margin: 0;
                padding: 0;
                border: none;
                line-height: normal;
                vertical-align: middle;
            }

            #slidetabindexout:hover #slidetabindexout_inner {
                right: 0;
            }
            #slidetabindexout_inner {
                position: fixed;
                top: 265px;
                right: -290px;
                -webkit-transition-duration: 0.3s;
                -moz-transition-duration: 0.3s;
                -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
            }
            .slideindextab-out-div {
                padding: 20px;
                width: 290px;
                background: #FFF;
                border: 1px solid #29216d;
                border-radius: 15px 0px 0px 15px;
            }
            .lender-listing {
                border: 1px solid #dee7f2;
                margin-bottom: 0;
            }
            .lender-rate-box {
                padding: 15px;
                width: 200px;
            }
            .lender-actions {
                text-align: center;
                padding: 10px 0 0;
            }
            .lender-ads-rate, .lender-compare-rate {
                display: inline-block;
                text-align: center;
                width: 200px;
            }
            .lender-rate-value {
                font-size: 20px;
                font-weight: 600;
                margin-top: 6px;
                font-family: system-ui;
            }
                        a.btn-contact-fix {
    position: fixed;
    top: 300px;
    left: 0;
    z-index: 999;
}

