@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

body {
    overflow-x: hidden;
}

body,
html,
* {
    font-family: 'Montserrat', sans-serif;
}

a,
a:hover,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
    color: #1E4C66;
}

button {
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

textarea {
    resize: none;
}

.modal-backdrop{
    z-index: 9999;
}

.modal{
    z-index: 99999;
}

body,
div,
a,
span,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
figure,
header,
label,
img,
figure,
::before,
::after {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    color: #1E4C66;
}

body {
    height: 100%;
    overflow-x: hidden;
    font-size: 14px;
}

section {
    position: relative;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.c-pointer{
    cursor: pointer;
}

.modal-open[style] {
    padding-right: 0px !important;
}

.color-white{
    color: #fff !important;
}

.color-green{
    color: #7ED957 !important;
}

b,strong{
    font-weight: bold;
}

.theme-btn{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    background: #7ED957;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
}

.theme-btn:hover,
.theme-btn:focus{
    background: #3a781f;
    color: #fff;
}

.theme-btn.blue-btn{
    background: #020D3A;
}

.theme-btn.blue-btn:hover,
.theme-btn.blue-btn:focus{
    background: #3a781f;
    color: #fff;
}


.main-heading{
    font-size: 34px;
    line-height: 48px;
    color: #020D3A;
    font-weight: 800;
}

.sub-heading{
    margin: 20px 0 0;
    font-weight: 300;
    color: #1E4C66;
    font-size: 20px;
}

.p-text{
    font-size: 15px;
    line-height: 21px;
    color: #1E4C66;
}

.owl-stage-outer {
    margin: -20px;
    padding: 20px;
}

.owl-carousel .owl-dots{
    margin-top: 30px;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D8D8D8;
    margin: 0 5px;
}

.owl-carousel .owl-dots .owl-dot.active{
    background: #7ED957;
}

.scroller::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
    border-radius: 10px;
}

.scroller::-webkit-scrollbar{
	width: 6px;
}

.scroller::-webkit-scrollbar-thumb{
	background-color: #667085;
    border-radius: 10px;
}

/*Main CSS*/

.header{
    padding: 45px 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.logo{
    position: absolute;
    top: 15px;
    left: 40px;
}

.profile-dropdown{
    display: inline-block;
}

.profile-dropdown .dropdown-toggle{
    display: flex;
    align-items: center;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none !important;
}

.profile-dropdown .dropdown-toggle img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.profile-dropdown .dropdown-toggle span{
    font-size: 14px;
    color: #667085;
    font-weight: 500;
    margin-left: 5px;
}

.profile-dropdown .dropdown-menu{
    transition: none;
    padding: 5px 0;
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0,0,0,.05);
}

.profile-dropdown .dropdown-menu li a{
    font-size: 14px;
    color: #667085;
    padding: 10px 15px;
    font-weight: 500;
}

.profile-dropdown .dropdown-menu li a:active{
    background: none;
    color: #667085;
}

.profile-dropdown .dropdown-menu li a.logout{
    color: #dd2121;
}

.top-banner{
    background: #F7F7F7;
    padding: 132px 0 60px;
    min-height: 670px;
}

.top-banner .leftbar{
    padding: 185px 40px 100px;
    background: url(../images/bike-banner.png) no-repeat top right;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    height: 670px;
    z-index: 9;
}

.top-banner .leftbar::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #020D3A;
    width: 100%;
    height: 100%;
    opacity: .85;
    z-index: -9;
}

.top-banner .leftbar h1{
    font-weight: 800;
    line-height: 48px;
    font-size: 34px;
    max-width: 270px;
}

.top-banner .leftbar p{
    font-size: 20px;
    margin-top: 20px;
    line-height: 28px;
}

.slide-main .first-slide,
.slide-main .second-slide,
.slide-main .third-slide{
    display: none;
}

.slide-main .first-slide.active,
.slide-main .second-slide.active,
.slide-main .third-slide.active{
    display: block;
}

.slide-main .slide{
    overflow-y: auto;
    max-height: 480px;
    padding-right: 15px;
}

.slide-main h3{
    font-weight: 600;
    color: #020D3A;
    font-size: 24px;
    margin-bottom: 30px;
}

.slide-main .first-slide ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.slide-main .first-slide ul li{
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    border: 2px solid transparent;
}

.slide-main .first-slide ul li:hover{
    box-shadow: 0 10px 15px rgba(0,0,0,.05);
    border-color: #7ED957;
}

.slide-main .first-slide ul li img{
    width: 100%;
    height: 80px;
    object-fit: scale-down;
}

.banking-partners-main{
    padding: 100px 0;
}

.bank-partners-carousel{
    margin-top: 60px;
}

.bank-partners-carousel .item figure{
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}

.bank-partners-carousel .item figure img{
    width: 100%;
    height: 80px;
    object-fit: scale-down;
}

.ad-banner-main{
    padding: 0 0 100px;
}

.reviews-main{
    padding: 0 0 100px;
}

.review-carousel .text{
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0,0,0,.05);
    margin-top: 60px;
    padding: 30px;
    border: 1px solid transparent;
}

.review-carousel .center .text{
    border-color: #7ED957;
}

.review-carousel .text .p-image img{
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.review-carousel .text .name-title h4{
    font-weight: 600;
    color: #020D3A;
    font-size: 18px;
}

.review-carousel .text .name-title h5{
    margin: 5px 0 0;
    color: #667085;
    font-size: 14px;
}

.review-carousel .text p{
    position: relative;
    font-size: 14px;
    margin-top: 30px;
    padding-top: 30px;
    line-height: 24px;
    color: #667085;
    font-weight: 500;
}

.review-carousel .text p::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../images/quote-left.png) no-repeat;
    background-size: 100%;
}

.footer{
    position: relative;
    background: url(../images/footer-bg.png) no-repeat right top;
    background-size: cover;
    z-index: 9;
}

.footer::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #020D3A;
    opacity: .85;
    z-index: -9;
}

.footer .f-border{
    border-left:1px solid rgba(255,255,255,.3);
    border-right:1px solid rgba(255,255,255,.3);
}

.footer .text{
    padding: 100px 0;
}

.footer .text h4{
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 0;
}

.footer .text p{
    font-size: 14px;
    margin: 15px 0 0;
}

.footer .text a{
    margin: 20px 0 0;
}

.footer .text a.number{
    font-weight: 500;
    font-size: 20px;
}

.footer .text .social-links li{
    display: inline-block;
    margin: 0 10px;
}

.footer .text .social-links li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #7ED957;
    border-radius: 5px;
}

.footer .text .social-links li a:hover{
    background: #3a781f;
}

.copyright{
    background: #fff;
    padding: 20px 0;
}

.copyright p{
    font-size: 14px;
    color: #667085;
}

.bank-details-main{
    padding: 165px 0 100px;
    background: #F7F7F7;
}

.bank-detail-box{
    background: #fff;
    border-radius: 10px;
    border: 1px solid transparent;
    /*padding: 0px;*/
    margin-top: 30px;
}

.bank-detail-box:hover{
    box-shadow: 0 10px 15px rgba(0,0,0,.05);
}

.bank-detail-box.active{
    border-color: #7ED957;
}

.bank-detail-box .b-logo{
    flex: 0 0 150px;
    max-width: 150px;
}

.bank-detail-box .b-logo img{
    width: 150px;
    height: 80px;
    object-fit: scale-down;
    object-position: left;
}

.bank-detail-box .detail-text{
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
}

.bank-detail-box .b-column{
    margin-bottom: auto;
    margin-left: 47px;
}

.bank-detail-box .b-column .text+.text{
    margin-top: 20px;
}

.bank-detail-box .b-column .text h6{
    font-size: 12px;
    color: #667085;
}

.bank-detail-box .b-column .text p{
    margin: 5px 0 0;
    color: #020D3A;
    font-size: 14px;
    font-weight: 500;
}

.dealers-main{
    padding: 100px 0;
}

.dealers-main .dealers-row{
    max-height: 500px;
    overflow-y: auto;
}

.text-box{
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 15px rgba(0,0,0,.05);
    margin-bottom: 30px;
}

.text-box:hover{
    box-shadow: 0 15px 20px rgba(0,0,0,.1);
}

.text-box .text{
    padding: 20px;
}

.text-box figure img{
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.text-box .text h3{
    font-size: 20px;
    color: #020D3A;
    font-weight: 600;
}

.text-box .text a h3:hover{
    color: #7ED957;
}

.text-box .text p{
    font-size: 16px;
    color: #667085;
    margin: 15px 0 0;
}

.text-box .text p+p{
    margin: 10px 0 0;
}

.helpdesk-main{
    padding: 0 0 100px;
}

.help-box{
    margin-top: 50px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0,0,0,.05);
}

.help-box figure img{
    width: 60px;
}

.help-box .text{}

.help-box .text p{
    font-weight: 600;
    font-size: 14px;
    color: #1E4C66;
}

.help-box .text a{
    display: inline-block;
    color: #7ED957;
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0 0;
}

.help-box .text a:hover{
    color: #3a781f;
}

.form-modal{
    max-width: 784px;
}

.form-modal .modal-body{
    padding: 40px;
}

.form-modal .modal-body .btn-close{
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
    color: rgba(0,0,0,.5);
    font-size: 18px;
    border: none;
    opacity: 1;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.form-modal .modal-body .side-img{
    flex: 0 0 245px;
    max-width: 245px;
    margin-right: 40px;
}

.form-main h3{
    font-size: 24px;
    color: #020D3A;
    line-height: 34px;
    margin-bottom: 30px;
}

.form-main h3 span{
    font-weight: 800;
}

.form-group{
    position: relative;
    margin-bottom: 30px;
}

.form-group .input-label{
    font-size: 14px;
    font-weight: 500;
    color: #020D3A;
    margin-bottom: 5px;
    width: 100%;
}

.form-group .form-control{
    min-height: 40px;
    background: #E5E8F0;
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 14px;
    color: #020D3A;
    border-radius: 5px;
}

.form-group select.form-control{
    appearance: none;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.form-group .form-control:focus{
    border-color: #020D3A;
}

.otp-group .form-control{
    width: 40px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.list-box{
    padding: 0;
    overflow: hidden;
}

.list-box .bike-text{
    flex: 0 0 calc(100% - 270px);
    max-width: calc(100% - 270px);
    padding: 20px;
}

.list-box .bike-image{
    flex: 0 0 270px;
    max-width: 270px;
}

.list-box .bike-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-box .bike-text h4{
    font-size: 16px;
    color: #020D3A;
    font-weight: 600;
    margin-bottom: 20px;
}

.list-box .bike-text .b-column{
    margin-left: 0;
}

.list-box .bike-text .b-column+.b-column{
    padding-left: 15px;
}
.disabled{
    cursor: not-allowed;
    pointer-events: none;
    background:gray !important;
}