@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;900&display=swap');
* {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
body::-webkit-scrollbar {
    width: 12px;
  }
   
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
body::-webkit-scrollbar-thumb {
    background-color: var(--theme-secondary);
    outline: 1px solid slategrey;
  }
:root {
    --theme-secondary: #1B1B1B;
    --theme-primary: #F08A1E;
    --gradient: linear-gradient(96.24deg, #F08A1E -25.08%, #DE3D33 120.75%);
}
img{
    width:100%;
}
/*@media only screen and (min-width: 1401px) and (max-width: 2000px){
    .container {
        max-width: 80% !important;
    }
}*/
p {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1.3px;
    font-weight: 400;
    font-family: 'Poppins';
    color: var(--theme-secondary);
}
img{
    width: 100%;
}
.text-red{
    color: var(--theme-primary )!important;
}
.text-grey{
    color: var(--theme-secondary) !important ;
}
.background-red{
    background-color: var(--theme-primary) !important;
}
.background-grey{
    background: var(--theme-secondary) !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}
i{
    color:var(--theme-primary);
}
/*.navbar-nav .nav-link:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: '.';
        color: transparent;
        background: var(--theme-primary);
        height: 2px;
        transition:.3s ease-in;
 }
.navbar-nav .nav-link:hover:after {
        width: 60% !important;
}*/
nav{
    box-shadow: 0px 0px 14px #919191;
    z-index: 9999;
}
.top-bar{
    background-color:var(--theme-secondary);
}
.activ {
    position: relative;
    line-height: 100%;
    transition: .2s ease-in-out;
}
    .activ a {
        border-bottom: 2px solid var(--theme-primary);
        color: #eb7524 !important;
    }
    .activ a::before {
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0);
        position: absolute;
        width: 20px;
        height: 15px;
        background-color: var(--theme-primary);
    }
    .navbar-toggler:focus {
        border-color: var(--theme-primary) !important;
        box-shadow: none !important;
    }

.social-icon i{
    color:#fff;
}
.social-icon i:hover {
    color: var(--theme-primary);
}
.mybtn {
    padding: 15px 30px;
    border: none;
    font-weight: 400;
    border: 1px solid transparent;
    transition: all .3s ease-in;
    color: #fff !important;
    background: var(--gradient);
    border-radius: 0px !important;
    border: unset;
    text-transform: uppercase;
}
.static {
    position: static;
}

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
    position: relative;
    height: 55vh;
    background-position: right;
}
.owl-slide-text span {
    background-color: var(--theme-primary);
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    padding: 5px 20px;
    text-transform: uppercase;
}
.owl-slide-text h1 {
    color: #000;
    font-size: 42px;
    line-height: 55px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 10px;
}
.owl-slide-text ul li{
    flex:0 50%;
}
.owl-slide-text h2 {
    color: #000;
    line-height: 40px;
    font-weight: 300;
    font-size: 31px;
}
.sub-title{
    color:var(--theme-primary);
    font-weight:500;
    font-size:20px;
}
.title{
    font-weight: 700;
    font-size: 40px;
}
section{
    padding:50px 0px;
}
.whychooseus img{
    width:85px;
    margin-bottom:10px;
}
.shadow-box {
    box-shadow: rgb(57 57 57 / 18%) 0px 0px 14px;
}
.services-bg {
    background-image: linear-gradient(#000000ab,#000000bd), url(../img/service-bg.webp);
    background-position: center;
    background-size: cover;
    margin-bottom: -20px;
}
.services-bg .service-position{
    top:100px
}
.services-bg .service-position .card1{
    background:#f5f5f5;
    border:0;
    border-radius:0px;
    text-align:center;
}
.services-bg .service-position .card2{
    background:#e8e8e8;
    border:0;
    border-radius:0px;
    text-align: center;
}
.services-bg .service-position .card3{
    background:var(--gradient);
    border:0;
    border-radius:0px;
    text-align: center;
}
.services-bg .service-position .card4{
    background:var(--theme-secondary);
    border:0;
 text-align:center;
    border-radius:0px;
}
.services-bg .service-position .card i{
    font-size:50px;
}
.working {
    padding-top: 255px;
}
.header-about {
    background-color: #dee2e6;
}
.about-content p, .about-content a, .about-content h2{
    color: #000 !important;
}
.counters {
    background-image: url(../img/abstract.png);
    background-color: var(--theme-secondary);
    background-position: center;
    background-size: cover;
}
.calltoaction{
    margin-bottom:-150px;
}
.calltoaction .card{
    border-radius: 20px;
}
.goog-te-banner-frame {
    display: none !important
}
.skiptranslate span{
    display:none !important;
}
.goog-logo-link {
    display: none !important;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
.goog-te-gadget {
    line-height: 0 !important;
}
body {
    top: 0px !important;
}
.skiptranslate iframe{
    display:none !important;    
}
.goog-te-gadget {
    color: transparent !important;
}
footer{
    padding:125px 0 50px 0 !important;
}
.fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 2px 10px #818181;
    animation: fade-out .5s ease-out;
}
.fixed .navbar-brand img{
    width:110px;
}
.show-top {
    opacity: 1;
    bottom: 30px !important;
}
.owl-nav {
    position: absolute;
}
.click-top {
    width: 45px;
    z-index: 999;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    bottom: 30px;
    background-color: var(--theme-primary);
    transition: 0.3s all ease-in;
    bottom: 100%;
}
.hide-top {
    opacity: 0;
}
.wrapper-icon i{
    font-size:45px;
    margin-right:10px;
}
.header-industries {
    background-color: #dee2e6;
}
.faqs .accordion-button {
    background: #f1f1f1;
    color: var(--theme-secondary);
}
.faqs .accordion-button:focus{
    border-color:none !important;
    box-shadow:none !important;
}
.faqs .accordion-button:not(.collapsed) {
    color: #fff;
    background: var(--gradient) !important;
    box-shadow: none !important;
}
.faqs .shadow-box2 {
    box-shadow: 0px 4px 10px -1px rgba(117, 117, 117, 0.41);
}
.faqs .accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.svg);
    transform: none !important;
    margin-bottom: -15px;
}
.faqs .accordion-button::after {
    background-image: url(../img/plus.svg);
}
.header {
    background-image: linear-gradient(#000000ab,#000000bd), url(../img/Contact-us-bg.webp);
    background-position: center;
    background-size: cover;
}
.contact-us .card i {
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    background: var(--gradient);
    color: #fff;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
}
.dropdown-menu {
    font-size: 1rem;
    color: #212529;
    background-color: #f9f9f9 !important;
    background-clip: padding-box;
    border: unset !important;
    border-radius: 0 !important;
    line-height: 36px;
    border-top: 2px solid var(--theme-primary) !important;
    padding: 0px !important;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative;
    border-bottom: 1px solid #c9c9c9;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
}
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
.term-condition ol {
    line-height: 28px;
    word-spacing: 3px;
}
section li {
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1.3px;
}
.service-position{
    position:absolute;
}
.nav-item ul {
    box-shadow: 0px 5px 5px #555 !important;
}




#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

    #cssmenu #head-mobile {
        display: none
    }

#cssmenu {
    font-family: sans-serif;
    background: #fff;
}

    #cssmenu > ul > li {
        float: left
    }

        #cssmenu > ul > li > a {
            padding: 14px;
            font-size: 12px;
            letter-spacing: 1px;
            text-decoration: none;
            color: #212529;
            font-weight: 500;
        }

        #cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
            color: #fff;
        }

        #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
            background: var(--theme-primary) !important;
            -webkit-transition: background .3s ease;
            -ms-transition: background .3s ease;
            transition: background .3s ease;
        }

        #cssmenu > ul > li.has-sub > a {
            padding-right: 30px
        }

            #cssmenu > ul > li.has-sub > a:after {
                position: absolute;
                top: 22px;
                right: 11px;
                width: 8px;
                height: 2px;
                display: block;
                background: #fff;
                content: ''
            }

            #cssmenu > ul > li.has-sub > a:before {
                position: absolute;
                top: 19px;
                right: 14px;
                display: block;
                width: 2px;
                height: 8px;
                background: #fff;
                content: '';
                -webkit-transition: all .25s ease;
                -ms-transition: all .25s ease;
                transition: all .25s ease
            }

        #cssmenu > ul > li.has-sub:hover > a:before {
            top: 23px;
            height: 0
        }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px
    }

        #cssmenu ul ul li {
            height: 0;
            -webkit-transition: all .25s ease;
            -ms-transition: all .25s ease;
            background: #333;
            transition: all .25s ease
        }

            #cssmenu ul ul li:hover {
            }

    #cssmenu li:hover > ul {
        left: auto
    }

        #cssmenu li:hover > ul > li {
            height: 35px
        }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150,150,150,0.15);
        padding: 11px 15px;
        width: 170px;
        font-size: 12px;
        text-decoration: none;
        color: var(--theme-primary);
        font-weight: 400;
    }

    #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
        border-bottom: 0
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        color: #fff
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: var(--theme-primary);
        content: ''
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: var(--theme-primary);
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0
    }

    #cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul ul li.active a {
        border-left: 1px solid #333
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: 1px solid #333
    }

@media screen and (max-width:1000px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none
    }

    .logo2 {
        display: none
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%
    }

        #cssmenu ul {
            width: 100%;
            display: none;
            padding:0;
        }

            #cssmenu ul li {
                width: 100%;
                border-top: 1px solid #bbb;
            }

                #cssmenu ul li:hover {
                    background: #363636;
                }

            #cssmenu ul ul li, #cssmenu li:hover > ul > li {
                height: auto
            }

                #cssmenu ul li a, #cssmenu ul ul li a {
                    width: 100%;
                    border-bottom: 0
                }

        #cssmenu > ul > li {
            float: none
        }

        #cssmenu ul ul li a {
            padding-left: 25px
        }

        #cssmenu ul ul li {
            background: #fff !important;
        }

            #cssmenu ul ul li:hover {
                background: var(--theme-primary) !important
            }

        #cssmenu ul ul ul li a {
            padding-left: 35px
        }

        #cssmenu ul ul li a {
            color: var(--theme-primary);
            background: none
        }

        #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
            color: #fff
        }

        #cssmenu ul ul, #cssmenu ul ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left
        }

            #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
                display: none
            }

        #cssmenu #head-mobile {
            display: block;
            padding: 23px;
            color: var(--theme-primary);
            font-size: 12px;
            font-weight: 700
        }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: -65px;
        cursor: pointer;
        z-index: 12399994;
    }

        .button:after {
            position: absolute;
            top: 22px;
            right: 20px;
            display: block;
            height: 8px;
            width: 27px;
            border-top: 2px solid var(--theme-primary);
            border-bottom: 2px solid var(--theme-primary);
            content: '';
        }

        .button:before {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            top: 16px;
            right: 20px;
            display: block;
            height: 2px;
            width: 20px;
            background: var(--theme-primary);
            content: ''
        }

        .button.menu-opened:after {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            top: 23px;
            border: 0;
            height: 2px;
            width: 19px;
            background: var(--theme-primary);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .button.menu-opened:before {
            top: 23px;
            background: var(--theme-primary);
            width: 19px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 40px;
        width: 46px;
        cursor: pointer
    }

        #cssmenu .submenu-button.submenu-opened {
            background: #262626
        }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 20px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: var(--theme-secondary);
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 17px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: var(--theme-secondary);
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}
.personal-loan h1 {
    color: #fff;
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}
.personal-loan h2 {
    color: #fff;
    line-height: 60px;
    font-weight: 300;
    font-size: 31px;
}
.personal-loan li img{
    width:35px;
}
.personal-loan li {
    display: flex;
    flex: 0 32%;
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
}
.personal-loan-bg {
    background-image: url(../img/personal-bg.webp);
    background-position: center;
    background-size: cover;
}
.personal-loan .wraper-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient);
    border-radius: 50px;
    justify-content: center;
    margin: 0 auto;
}
.features ul li span {
    width: 50px;
    height: 50px;
    background: var(--gradient);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 20px;
    font-weight: 500;
}
.document i{
    font-size:25px;
    margin-right:15px;
}
.features img {
    width: 300px;
}
.featuers-bg {
    background-image: url(../img/abstract.png);
    background-color: #f6f6f6;
    background-position: center;
    background-size: cover;
}
.business-loan-bg {
    background-image: url(../img/business-bg.webp);
    background-position: right  ;
    background-size: cover;
}
.business-loan h1, .vehicle-loan h1, .loan-title h1{
    color: var(--theme-secondary);
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}
.business-loan h2 .vehicle-loan h2, .loan-title h2{
    color: var(--theme-secondary);
    line-height: 60px;
    font-weight: 300;
    font-size: 31px;
}
.business-loan li img {
    width: 35px;
}
.business-loan ul, .vehicle-loan ul {
    list-style-type: square;
}
.business-loan .wraper-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient);
    border-radius: 50px;
    justify-content: center;
    margin: 0 auto;
}
.man-laugh {
    width: 85%;
}
.vehicle-loan-bg {
    background-image: url(../img/vehicle-bg.webp);
    background-position: right;
    background-size: cover;
}
.vehicle-worprocess i {
    font-size: 25px;
    margin-right: 7px;
}
.Group-loan-bg {
    background-image: url(../img/group-bg.webp);
    background-position: right;
    background-size: cover;
}
.Group-worprocess i {
    font-size: 25px;
    width: 70px;
    color: #fff;
    height: 70px;
    background: var(--gradient);
    display: flex;
    margin-right: 7px;
    justify-content: center;
    align-items: center;
    border-radius: 45px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 10px -2px #c9c9c9;
    margin: 0 auto;
}
.equipment-loan-bg {
    background-image: url(../img/agriculture-equip-bg.webp);
    background-position: right;
    background-size: cover;
}
.land-loan-bg {
    background-image: url(../img/land-bg.webp);
    background-position: right;
    background-size: cover;
}
.cattle-loan-bg {
    background-image: url(../img/cattle-bg.webp);
    background-position: right;
    background-size: cover;
}
.milk-loan-bg {
    background-image: url(../img/loan-milk-bg.webp);
    background-position: right;
    background-size: cover;
}
.urban-Group-loan-bg {
    background-image: url(../img/urban-group-bg.webp);
    background-position: right;
    background-size: cover;
}
.rural-personal-loan-bg {
    background-image: url(../img/rural-personal-loan.webp);
    background-position: right;
    background-size: cover;
}
.property-loan-bg {
    background-image: url(../img/loan-against-property.webp);
    background-position: right;
    background-size: cover;
}
.urban-secured-personal-bg {
    background-image: url(../img/urban-secured-personal.webp);
    background-position: right;
    background-size: cover;
}
.urban-secured-business {
    background-image: url(../img/urban-secured-business.webp);
    background-position: right;
    background-size: cover;
}
.apply-loan-bg {
    background-color: #d0d0d0;
    padding: 50px 0 30px 0;
}
button.btn-close {
    float: right;
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 1;
    z-index: 99;
    background: url(../img/close.svg) center/1em auto no-repeat;
    background-color: var(--theme-primary);
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 5px 0px #333;
}
.form-control:focus {
    color: #212529;
    border-color: var(--theme-primary) !important;
    box-shadow: unset !important;
}
.teams .card{
    border-radius:15px !important;
}
.teams .card img{
    border-radius: 15px 15px 0 0 !important;
}
.contact-Form-model {
    padding: 40px 30px;
}
.modal-body {
    background-color: #292929;
}
.apply-loan-bg-col{
    background-image: url(../img/model-loan.webp);
    background-position: center;
    background-size: cover;
}
.activ .mybtn{
    border-bottom: unset;
    color: #ffffff !important;
}
.contact-Form-model i {
    height: 58px;
    color: var(--theme-primary);
    display: flex;
    justify-content: center;
    font-size: 22px;
    align-items: center;
    margin-right: 10px;
    padding: 0 8px;
}
.form-check-input:checked {
    background-color: var(--theme-secondary) !important;
    border-color: var(--theme-secondary) !important;
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: unset !important;
}
.contact-Form-model .form-control{
    background-color: #efefef !important;
    border-radius: 0 !important;
    border: 0 !important;
    line-height: 0 !important;
}
.contact-Form-model .form-select {
    line-height: 44px !important;
    border-radius: 0 !important;
    background-color: #efefef !important;
    border: 0 !important;
}
.contact-Form-model .form-select:focus {
    border-radius: 0 !important;
    background-color: #efefef !important;
    border: 0 !important;
    box-shadow:none!important;
}
.form-label {
    font-size: 14px !important;
}
.whatsapp_float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 250px;
    right: 0px;
    background-color: #25d366;
    color: #fff;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    text-decoration:none;
}
.whatsapp_float i{
    color:#fff;
}
.module .collapseExm.collapse:not(.show) {
    display: block;
    height: 5rem;
    overflow: hidden;
}
.module a.collapsed::after {
    content: '+ Read More';
    color: var(--theme-primary);
}
.module a:not(.collapsed)::after {
    content: '- Read Less';
    color: var(--theme-primary);
}
.caller_float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 295px;
    right: 0px;
    background-color: #1b1b1b;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 5px;
    text-decoration: none;
    z-index: 100;
}
.caller_float i {
    color: #fff;
}
.mobile-footer {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0px 0px 8px #555;
    width:100%;
    padding:8px 5px;
}
.mobile-footer p{
    font-size:10px;
    margin:0;
}
    .mobile-footer i{
        color:var(--theme-secondary);
    }
    /*-------------------------------calculator-----------------------------------*/
    input[type="range"] {
        -webkit-appearance: none;
        margin: 10px 0;
        width: 100%;
    }

    input[type="range"]:focus {
        outline: none;
    }

    input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        background: var(--theme-primary);
        border-radius: 10px;
    }

    input[type="range"]::-webkit-slider-thumb {
        box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
        border: 5px solid #ffffff;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: var(--theme-primary);
        cursor: pointer;
        margin-top: -6px;
        -webkit-appearance: none;
    }

    input[type="range"]:focus::-webkit-slider-runnable-track {
        background: #b3b3b3;
    }

    input[type="range"]::-moz-range-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        background: var(--theme-primary);
        border-color: transparent;
        border-width: 16px 0;
        color: transparent;
        border-radius: 10px;
    }

    input[type="range"]::-moz-range-thumb {
        box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
        border: 5px solid #ffffff;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: var(--theme-primary);
        cursor: pointer;
        margin-top: -6px;
    }

    input[type="range"]::-ms-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        background: var(--theme-primary);
        border-color: transparent;
        border-width: 16px 0;
        color: transparent;
        border-radius: 10px;
    }

    input[type="range"]::-ms-fill-lower {
        background: var(--theme-primary);
        border-radius: 5px;
    }

    input[type="range"]::-ms-fill-upper {
        background: var(--theme-primary);
        border-radius: 5px;
    }

    input[type="range"]::-ms-thumb {
        box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
        border: 5px solid #ffffff;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: var(--theme-primary);
        cursor: pointer;
        margin-top: -6px;
    }

    input[type="range"]:focus::-ms-fill-lower {
        background: var(--theme-primary);
    }

    input[type="range"]:focus::-ms-fill-upper {
        background: var(--theme-primary);
    }

/*-------------------------------------*/
#price {
    color: #000;
    font-size: 25px;
}
#price-container {
    color: #000;
    text-align: center;
}

    #price-container::before {
        content: "Monthly Payable:";
        font-size: 16px;
        display: block;
        margin-bottom:5px;
    }
.view,.breakup {
    width: 100%;
}

.details input {
    width: 100%;
}

.detail {
    display: flex;
    justify-content: space-between;
}

.footer {
    display: flex;
    justify-content: space-around;
    background-color: #e9e9e9;
    padding: 25px 0;
    margin-top: 30px;
}
.breakup canvas {
    height: 368px !important;
}
/*-------------------------------calculator end-----------------------------------*/








@media screen and (max-width:768px) {
    .navbar-nav li:hover > ul.dropdown-menu {
        display: unset;
    }
    .navbar-brand img {
        width: 100px;
    }
    .owl-carousel .owl-slide {
        height: 60vh;
        background-position: left;
    }
    .owl-slide-text h1 {
        font-size: 34px;
        line-height: 50px;
    }
    .owl-slide-text span {
        font-size: 12px;
        padding: 5px 5px;
    }
    .owl-slide-text h2 {
        color: #000;
        line-height: 45px;
        font-weight: 300;
        font-size: 22px;
    }
    .wrapper-icon i {
        font-size: 30px;
        margin-right: 10px;
    }
    .wrapper-count h4 {
        font-size: 16px;
        font-weight: 600;
    }
    span {
        font-size: 12px;
    }
    .title {
        font-weight: 700;
        font-size: 28px;
    }
    .sub-title {
        font-size: 16px;
    }
    p {
        font-size: 13px;
        line-height: 20px;
    }
    .whychooseus img {
        width: 50px;
    }
    .service-position {
        position: relative;
    }
    .services-bg .service-position {
        top: 0;
    }
    .working {
        padding-top: 50px;
    }
    .fixed .navbar-brand img {
        width: 85px;
    }
    .personal-loan li {
        display: flex;
        flex: 0 25%;
        text-align: center;
        flex-direction: column;
        padding: 0 20px;
    }
    .features img {
        display:none;
    }
    .personal-loan h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .personal-loan h2 {
        color: #fff;
        line-height: 50px;
        font-weight: 300;
        font-size: 24px;
    }
    .business-loan-bg {
        background-position: left;
    }
    .business-loan h1, .vehicle-loan h1, .loan-title h1 {
        color: #fff;
        font-size: 35px;
        line-height: 41px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 10px;
    }
    .business-loan h2 .vehicle-loan h2, .loan-title h2 {
        color: #fff;
        line-height: 34px;
        font-weight: 300;
        font-size: 22px;
    }
    .loan-title ul li, .loan-title ul li p {
        color: #fff;
    }
    .land-loan-bg {
        background-image: linear-gradient(#0000008f,#0000008a), url(../img/land-bg.webp);
    }
    .equipment-loan-bg {
        background-image: linear-gradient(#0000008f,#0000008a), url(../img/agriculture-equip-bg.webp);
    }
    .cattle-loan-bg {
        background-image: linear-gradient(#0000008f,#0000008a), url(../img/cattle-bg.webp);
    }
    .milk-loan-bg {
        background-image: linear-gradient(#0000008f,#0000008a),url(../img/loan-milk-bg.webp);
    }
    .urban-Group-loan-bg {
        background-image: linear-gradient(#0000008f,#0000008a), url(../img/urban-group-bg.webp);
    }
    .rural-personal-loan-bg {
        background-image: linear-gradient(#0000008f,#0000008a), url(../img/rural-personal-loan.webp);
    }
    .property-loan-bg {
        background-image: linear-gradient(#0000008f,#0000008a), url(../img/loan-against-property.webp);
    }
    .vehicle-loan-bg {
        background-image: linear-gradient(#0000008f,#0000008a), url(../img/vehicle-bg.webp);
    }
    .urban-secured-personal-bg {
        background-image: linear-gradient(#0000008f,#0000008a), url(../img/urban-secured-personal.webp);
    }
    .urban-secured-business {
        background-image: linear-gradient(#0000008f,#0000008a), url(../img/urban-secured-business.webp);
    }
    .Group-worprocess .col-12{
        margin-bottom:20px;
    }
    .contact-Form-model {
        padding: 15px 10px;
    }
    .show-top {
        bottom: 75px !important;
    }
    .click-top {
        width: 30px;
        height: 30px;
        right: 15px;
    }
    .click-top i{
        padding:0 !important;
    }
    .mybtn {
        padding: 10px 15px;
    }
}
@media screen and (max-width:992px) and (min-width:768px) {
    .working {
        padding-top: 422px;
    }
    p {
        font-size: 13px;
    }
}
@media screen and (max-width:1200px){
    .man-laugh{
        width:100%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        margin: 0 5px !important;
    }
    .owl-slide-text h1 {
        font-size: 34px;
    }
    .owl-slide-text h2 {
        font-size: 22px;
    }
    .owl-carousel .owl-slide {
        background-position: center;
    }
    .text-sm-start {
        padding:10px !important;
    }
}