@font-face {
    font-family: Raleway;
    src: url("../fonts/Raleway-Regular.ttf") format('woff2');
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Regular.ttf") format('woff2');
    font-display: swap;

}

@font-face {
    font-family: Lato;
    src: url("../fonts/Lato-Regular.ttf") format('woff2');
    font-display: swap;

}

@font-face {
    font-family: Oswald;
    src: url("../fonts/oswald.regular.ttf") format('woff2');
    font-display: swap;

}
#LoginCanvas .nav-link{
    color: #000;
}
.wrap{

    width: 0px;
    height: 55px;
    background: #ccc;
    line-height: 55px;
    padding-right: 55px;
    border-radius: 5px;
    transition: all 0.5s ease;
  }
  
  .input{
    border: 0;
    background: transparent;
    width: 0%;
    outline: none;
    font-family: sans-serif;
    font-size: 18px;
    color: #000;
    font-style: italic;
    transition: all 0.3s ease;
    position: relative;
  }
  
  .wrap .fa{
    color: #000;
    position: absolute;
    right: 58px;
    top: 24px;
    font-size: 22px;
    cursor: pointer;
  }
  
  .wrap.active{
    width: 250px;
    padding-left: 25px;
    transition: all 0.5s ease;
  }
  
  .input.active{
    width: 98%;
    padding-left: 5px;
    transition: all 0.5s 0.8s ease;
  }
  
  input::placeholder {
    color: #000;
  }


.searchBox {
    /* position: absolute; */
    top: -50px;
    box-shadow: -1px 1px 10px 1px #0000007d;
    transform: translateY(-100px);
    background-color: white;
}


.price {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    text-align: justify;
    margin-left: 100px;
}

.searchBtn:hover {
    background-color: #000000;
}

.page-link:focus,
input:focus,
select:focus,
.btn-close:focus,
.form-control:focus {
    box-shadow: none !important;
}

.w-70 {
    width: 70%;
}

.text-grey {
    color: gray;
}

.border-top-1 {
    border-top: 1px solid;
}

.fa-brands:hover {
    /* color: #ff2626; */
    color: #fff;
}

.text-justify {
    text-align: justify;
}

.raleway-font {
    font-family: Raleway;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.z-999 {
    z-index: 999;
}

body {
    font-family: Roboto, Arial, Helvetica, sans-serif !important;
    font-size: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fs-24 {
    font-size: 24px !important;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.brand-img {
    mix-blend-mode: multiply;
}

.bg-black {
    background-color: #000000;
}

.nav-tabs .nav-item:hover button {
    color: #ff2626 !important;
}

.nav-tabs .nav-item .active {
    color: #ff2626 !important;
    
}

.web-link {
    text-decoration: none !important;
}

.web-link:hover {
    color: #ff2626;
}

.navbar {
    background-color: #f6f6f6;
}

.magnify {
    width: 450px !important;
}

.cursor-pointer {
    cursor: pointer;
}



.expandright:focus {
	padding: 0 0 0 16px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #ff2626 !important;
    border-bottom: 2px solid #ff2626;
}

.competitor_img {
    width: 100%;
    max-height: 100%;
}

.card-header-tabs .nav-link.active {
    border-bottom: 3px solid #ff2626;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: white;
    border-bottom-color: #ff2626;
    font-weight: 600;
}

.upload {
    border: 1px dashed #aeadad;
    border-radius: 8px;
    padding: 40px;
    width: 70%;
    margin: auto;
}

.star-color {
    color: #ff2626;
    font-size: 16px;
}

.font-13 {
    font-size: 13px;
}

.mar-80 {
    margin-left: 80px;
}

.mar-12 {
    margin-right: -6px;
}

.more {
    background: rgba(84, 169, 84, 0.08);
    border-radius: 100px;
    font-size: 12px;
    padding: 5px;
    color: #ff2626;
}

.circular-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vehicle-box {
    background: #ffffff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px 15px;
}

.font-14 {
    font-size: 14px;
}

.font-24 {
    font-size: 24px;
}

ul {
    list-style: none;
}

.mar-bottom {
    margin-bottom: 0.5rem !important;
}

.compare {
    display: flex;
    align-items: center;
    justify-content: center;
}

.green-line {
    height: 1px !important;
    width: 100px;
    border: 1px solid #ff2626;
    margin-left: 5px;
}

.height-160 {
    height: 110px;
}

.text-dec {
    text-decoration: none;
}

.text-red {
    color: #ff2626;
}

.bg-red {
    background-color: #ff2626;
}
.bg-outline-red{
    border: 1px solid #ff2626;

}
 .bg-outline-red:hover{
    background-color: #ff2626;
    color: #fff;
    }
.bg-red:hover{
    background-color: #000;
    color: white;
}

.nav-item>a:hover {
    color: #242424;
}

.scooter-img {
    width: 83px;
    height: 49px;
}

.width-300 {
    width: 330px;
}

.height-200 {
    height: 200px;
}

.righted {
    position: absolute;
    top: 6%;
    right: 5%;
    transform: translate(-50%, -50%);
}

.border-50 {
    width: 25px;
    height: 25px;
    border-radius: 50%;

    background: white;
}

.scooter-image {
    width: auto;
    height: 280px;
}

.scooter-image2 {
    width: 80%;
    height: 260px;
    margin: auto;
}

.image-section {
    width: auto;
}

.max-height-width {
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: multiply;
}

.main-section {
    position: relative;
    background-image:linear-gradient(rgba(0,0,0,.6),rgba(0, 0,0,.7)), url("../images/scooter.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: clamp(43.668vw,185px,185px);
    background-color: black;
    /* text-align: justify; */
    color: white;
}

.border-end-1 {
    border-right: 1px solid;
}

.border-grey {
    border-color: #e5e5e5 !important;
}

.btn-grey {
    background-color: #fff;
    color: #555;
}

.btn-grey:hover {
    background-color: #ff2626;
    color: #fff;
}

.hover-theme:hover {
    color: white;
    background-color: black;
}

.hover-btn:hover {
    opacity: 1;
}

.raduis-10 {
    border-radius: 10px;
}

.star-color {
    color: #ff2626;
    font-size: 15px;
}

.box-text {
    /* font-family: Oswald; */
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    padding: 0px 0px 5px 0px;
}

.box {
    background: #ffffff;
    border: 1px solid #aeadad;
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25); */
    border-radius: 8px;
    text-align: center;
    position: relative;
}

.margin-remove {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding: 0px 10px 0px 0px;
}

.box_with_shadow {
    background: #ffffff;
    /* border:1px solid #AEADAD; */
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.hover-btn {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.box_with_shadow:hover {
    box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.4);
    opacity: 0.6;
}

.box_with_shadow:hover+.hover-btn {
    opacity: 1;
}

.hover-theme:focus {
    color: #ff2626 !important;
    background-color: black !important;
}

.border-bottom-1 {
    border-bottom: 1px solid;
}

.centered {
    /* position: absolute; */
    top: 25%;
    right: 20%;
    width: 30%;
}

.centered2 {
    position: absolute;
    top: 25%;
    left: 5%;
    width: 40%;
}



.left-border {
    border-left: 0.5px solid black;
}

.emi_amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amt {
    /* font-family: Oswald; */
    font-weight: 400;
    font-size: 18px;
    color: #5e5e5e;
}

.loan_price {
    /* font-family: Oswald; */
    font-weight: 500;
    font-size: 14px;
    color: #242424;
}

.modal-footer {
    border-top: 0px;
}

.offer-text {
    font-family: Oswald;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-align: justify !important;
    color: #5e5e5e !important;
}

.rate {
    display: inline-block;
    border: 0;
    font-size: 32px;
}

.rate>input {
    display: none;
    font-size: 32px;
}

.rate>label {
    float: right;
    font-size: 32px;
}

.rate>label:before {
    display: inline-block;
    font-size: 2rem;
    padding: 0.3rem 0.2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 ";
    font-size: 32px;
}

.rate .half:before {
    content: "\f089 ";
    font-size: 32px;

    position: absolute;
    padding-right: 0;
}

input:checked~label,
label:hover{
    color: #ff2626;
}

input:checked+label:hover,
input:checked~label:hover,
input:checked~label:hover~label,
label:hover~input:checked~label {
    color: #a6e72d;
}

.btn-close-c {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    height: 24px;
    width: 24px;
    color: #000000;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
}

.oswal {
    font-family: Oswald, Arial, Helvetica, sans-serif;
}

.centered-scooter {
    position: absolute;
    top: 15%;
    left: 5%;
    /* transform: translate(-50%, -50%); */
}

.irs--round .irs-handle {
    top: 26px;
    width: 20px;
    height: 20px;
    border: 4px solid #c6A554;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
    cursor: pointer;
}

.irs--round .irs-bar {
    top: 31px;
    height: 10px;
    background-color: #c6A554;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #c6A554;
    color: white;
    border-radius: 4px;
}


.irs--round .irs-line {
    top: 31px;
    height: 10px;
    background-color: #F2EBE8;
    border-radius: 4px;
}

.irs--round .irs-min,
.irs--round .irs-max {
    color: #111111;
    font-family: 'raleway';
    font-size: 14px;
    top: 0;
    padding: 3px 5px;
    background-color: white;
    border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #c6A554;
}





.fs-7 {
    font-size: 16px !important;
}

.lh-24 {
    line-height: 24px;
}

.double-slider .card-conteiner {
    cursor: default;
    --color-primary: #275efe;
    --color-headline: #3f4656;
    --color-text: #99a3ba;
}

.double-slider .card-content {
    width: 100%;

    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(18, 22, 33, .12);
}

.double-slider .card-content .card-title {
    font-family: inherit;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: var(--color-headline);
}

.double-slider .card-content .card-title span {
    font-weight: 500;
}

.double-slider .card-content .values div,
.double-slider .card-content .current-range div {
    display: inline-block;
    vertical-align: top;
}

.double-slider .card-content .values {
    margin: 0;
    font-weight: 500;
    color: var(--color-primary);
}

.double-slider .card-content .values>div:first-child {
    margin-right: 2px;
}

.double-slider .card-content .values>div:last-child {
    margin-left: 2px;
}

.double-slider .card-content .current-range {
    display: block;
    color: var(--color-text);
    margin-top: 8px;
    font-size: 14px;
}

.double-slider .card-content .slider {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: .6em;
    color: var(--color-text);
}

/* Range Slider */
.double-slider .input-ranges[type='range'] {
    width: 100%;
    height: 30px;
    overflow: hidden;
    outline: none;
}

.double-slider .input-ranges[type='range'],
.double-slider .input-ranges[type='range']::-webkit-slider-runnable-track,
.double-slider .input-ranges[type='range']::-webkit-slider-thumb {
    /* -webkit-appearance: none; */
    background: #000;

}

.double-slider .input-ranges[type='range']::-webkit-slider-runnable-track {
    width: 200px;
    height: 1px;
    background: var(--color-headline);
}

.double-slider .input-ranges[type='range']:nth-child(2)::-webkit-slider-runnable-track {
    background: none;
}

.double-slider .input-ranges[type='range']::-webkit-slider-thumb {
    position: relative;
    height: 15px;
    width: 15px;
    margin-top: -7px;
    background: #fff;
    border: 1px solid var(--color-headline);
    border-radius: 25px;
    cursor: pointer;
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.double-slider .input-ranges[type='range']::-webkit-slider-thumb:hover {
    background: #eaefff;
    border: 1px solid var(--color-primary);
    outline: .5px solid var(--color-primary);
}

.double-slider .input-ranges[type='range']::-webkit-slider-thumb:active {
    cursor: grabbing;
}

.double-slider .input-ranges[type='range']:nth-child(1)::-webkit-slider-thumb {
    z-index: 2;
}

.double-slider .rangeslider {
    font-family: sans-serif;
    font-size: 14px;
    position: relative;
    height: 20px;
    width: 100%;
    display: inline-block;
    margin-top: -5px;
}

.double-slider .rangeslider input {
    position: absolute;
}

.double-slider .rangeslider span {
    position: absolute;
    margin-top: 20px;
    left: 0;
}

.double-slider .rangeslider .right {
    position: relative;
    float: right;
    margin-right: -5px;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.ride {
    font-size: 36px;
    /* font-family: "Kaushan Script"; */
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-weight: 700;
    /* line-height: 50px; */
    /* text-align: justify; */
    color: #ffffff;
}

.ride2 {
    font-size: 48px;
    /* font-family: "Kaushan Script"; */
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-weight: 700;
    /* line-height: 50px; */
    /* text-align: justify; */
    color: #ffffff;
}

.bg-grey,
.bg-grey:focus {
    background-color: #f5f5f5;
}

.text {
    /* font-family: Oswald; */
    font-weight: 500;
    font-size: 14px;
    /* line-height: 23.48px; */
    margin-top: 25px;
}

.submit-btn {
    background: #ff2626;
    border-radius: 30px;
    border-color: #ff2626;
    width: 210px;
    height: 48px;
    font-size: 20px;
    font-weight: 700;
}

.started-btn {
    /* background: #FF2626; */
    border-radius: 8px;
    /* border-color: #FF2626; */
    /* width: 251px; */
    /* height: 49px; */
}

.gerua {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
}

.searchBox .select2-container {
    margin-top: 1rem !important;
    background-color: #f5f5f5 !important;
}

.scooter-section {
    background: rgba(84, 169, 84, 0.08);
    box-shadow: 0px 0px 2px rgb(0 0 0 / 40%);
}

.carousel-control-next,
.carousel-control-prev

/*, .carousel-indicators */
    {
    filter: invert(100%);
}

.filter {
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #242424;
}

#ScrollToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    padding: 0;
    animation: upDownAnimation 0.5s infinite alternate;
}

@keyframes upDownAnimation {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
        /* Adjust the distance the button moves up */
    }
}

.font-600 {
    font-weight: 600;
}

.rounded-circle,
.active {
    cursor: pointer;
}

.circle {
    background: #ededed;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.fixed-btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

.scooters-section {
    background: #f0f2f6;
    color: #242424;
    /* font-family: Oswald; */
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* padding: 0px 0px 30px 0px; */
    min-height: calc(100% - 300px);
}

.pagination-btn {
    background-color: #333333;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 0px !important;
}

.pagination-btn.active {
    background-color: #ff2626;
    color: white;
}

.pagination-btn:hover {
    background-color: #ff2626;
    color: white;
}

.scooters {
    /* font-family: Oswald; */
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 65px;
    /* color: #ff2626; */
    text-align: center;
    padding: 0px 0px;
}

.remove-space {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.title-scooter {
    text-align: center;
    color: #242424;
    font-size: 18px;
    /* font-weight: 600; */
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    padding: 25px 0px 25px 0px;
    font-family: Oswald;
    font-weight: 500;
}

.brand-symbol {
    height: 75px;
}

.about-text {
    font-size: 16px;
    padding: 25px 40px;
    text-align: justify;
}

.brand-section {
    display: flex;
    justify-content: space-around;
}

.red-liked {
    background-color: #ff2626;
    color: white;
}

.margin-bottom {
    padding-bottom: 50px !important;
}

.brands {
    font-family: Oswald;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 65px;
    /* color: #ff2626; */
    text-align: center;
    padding-top: 20px;
}

.margin {
    margin: auto;
}

.company-img {
    width: 200px;
    height: 150px;
}

.align-center {
    align-items: center;
}

.arrow {
    color: #ff2626;
    font-size: 22px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.bought {
    padding: 0px 40px;
}

.sortby-section {
    display: inline-flex;
}

.sortby {
    margin-right: 30px;
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
}

.width-200 {
    width: 200px !important;
}

.name {
    /* font-family: Oswald; */
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.description {
    /* font-family: Oswald; */

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.emi {
    font-weight: 400;
    font-size: 16px;
    color: #5e5e5e;
}

.calculator {
    font-weight: 600;
    font-size: 13px;
    color: #ff2626;
}

.scooter-sec {
    /* background: #ffffff; */
    border-radius: 8px;
    margin-right: 12px;
    margin-top: 10px;
}

.showroom {
    font-family: Oswald;
    font-weight: 400;
    font-size: 12px;
    color: #5e5e5e;
}

.offer-btn {
    background: #ff2626;
    border-radius: 4px;
    border-color: #ff2626;
    width: 60%;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.05em;
    margin-left: 30px;
}

.offer-btn:hover {
    background: #ff2626;
    border-radius: 4px;
    border-color: #ff2626;
    width: 60%;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.05em;
    margin-left: 30px;
}

.offer-btn:focus {
    background: #ff2626;
    border-radius: 4px;
    border-color: #ff2626;
    width: 32%;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.05em;
}

.map-section {
    width: 100%;
}

.address {
    display: flex;
    align-items: center;
}

.address-text {
    /* font-family: Oswald; */
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #242424;
}

.add-detail {
    /* font-family: Oswald; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #333333;
    /* margin-left: 2rem !important; */
}
.card-shadow{
    background-color: #fff;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1)
}

.section {
    padding: 10px 0px;
}

/*
.contact-section {
  padding: 0px 60px; 
}*/

.textbox-border {
    border-bottom: 1px solid #bfbfbf !important;
    border-radius: 0px;
}

.textbox {
    border: 1px solid #6eab54;
    height: 50px;
    border-radius: 12px;
    /* font-family: Oswald; */
}

.center {
    text-align: center;
}

ul {
    list-style-type: none;
}

.footer {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-style: bold;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    /* letter-spacing: 0.05em; */
    /* text-transform: uppercase; */
    color: #333333;
    padding: 40px 0px;
}

.font {
    font-size: 22px;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 0 !important;
    width: 10% !important;
}

#bg-img {
    background-image: url("../images/scooter.jpg");
    height: 600px;
    /* background-size: cover; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* margin-top: 50px; */
}
.main-section-2{
    position: relative;
}
#bg-img2 {
    background-image: url("../images/paul-kansonkho-1920.jpg");
    height: clamp(43.668vw,185px,185px);
    /* background-size: cover; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* margin-top: 50px; */
}

#bg-img-contact {
    background-image: url(../images/scooter.jpg);
    height: 260px;
    /* background-size: cover; */
    background-size: 100% 160%;
    background-repeat: no-repeat;
    background-position: 0px -100px;
}

.border-2 {
    border-radius: 2px;
}

.width-60 {
    width: 70%;
}

.mar-10 {
    margin-left: 10px;
}

.mar-top {
    margin-top: 15px;
}

.ola {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.btn-circle {
    width: 38px;
    height: 38px;
    text-align: center;
    padding: 10px 10px;
    font-size: 12px;
    border-radius: 50%;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 13px 13px;
    font-size: 18px;
    border-radius: 25px;
}

.font-18 {
    font-size: 18px !important;
    color: white;
}

.circle-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature {
    font-weight: 500;
    font-size: 13px;
    color: #5e5e5e;
    text-align: center;
}



.mar-5 {
    margin-top: 3rem !important;
}

.straight-line {
    /* height: 28px; */
    width: 1px;
    background: #242424;
    /* margin-top: 35px; */
    margin-left: 10px;
}

.electric-scooter {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
}

.verient {
    font-weight: 500;
    font-size: 14px;
    color: #5e5e5e;
}

.ola-electric {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    line-height: 22px;
}

.get {
    font-weight: 500;
    font-size: 14px;
    color: #ff2626;
}

.mar-2 {
    margin-top: 0.3rem !important;
}

.line-gray {
    border-left: groove;
    padding: 0px 40px;
}

.expert-section {
    background: #ffffff;
    border: 1px solid #aeadad;
    border-radius: 8px;
    height: auto;
}

.expert-section-down {
    background: #ffffff;
    border: 1px solid #aeadad;
    border-radius: 8px;
    height: auto;
}

.thumbs {
    color: #ff2626;
}

.thumbs-down {
    color: #5e5e5e;
}

.font-24 {
    font-size: 24px;
}

.expert-section>ul li::before {
    content: "\2022";
    /* color: #ff2626; */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 16px;
    margin-left: -1em;
}

.expert-section-down>ul li::before {
    content: "\2022";
    color: #5e5e5e;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 16px;
    margin-left: -1em;
}

.competitor-section {
    border: 1px solid lightgray;
    border-radius: 8px;
    background: #f8fff8;
    text-align: center;
    position: relative;
}

.redirect-btn {
    /* position: absolute; */
    bottom: 0px;
    width: 90%;
    right: 15px;
}

.s1-btn {
    /* border: 1px solid #ff2626; */
    border-radius: 4px;
    height: 38px;
    padding: 0px 20px;
    font-size: 16px;
    width: 70%;
}

.scooter-img2 {
    width: 100%;
    padding: 13px 0px;
    height: 165px;
    text-align: center;
}

.specification-text {
    /* font-family: Oswald; */
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #242424;
}


.initial {
    text-align: initial;
}

.select2-selection {
    border: 0px solid !important;
    font-size: 16px;
   
}

.select2-results__option {
    font-size: 16px;
}

.sort-btn {
    font-size: 16px;
    background-color: #5e5e5e;
    color: #fff;
    border-radius: 0px;
    border: 0px;
}

.btn-grey.btn-active {
    background-color: #ff2626;
    color: #fff;
}

.sort-btn:hover {
    background-color: #ff2626;
    color: #fff;
}

.padding-bottom {
    padding-bottom: 1.2rem !important;
}

.height-265 {
    height: 265px;
}

.flex-mob {
    display: flex;
}

.mar-50 {
    margin-top: 40px;
}

.mar-25 {
    margin-top: 2rem !important;
}

.modal-header {
    border-bottom: 0px !important;
}

.textbox-bg {
    background: rgba(84, 169, 84, 0.08);
    border-radius: 4px;
    height: 40px;
}

.carousel-indicators [data-bs-target] {
    background-color: #000000;
}

.tooltip {
    background-color: #f00;
    color: #fff;
}

.font-large {
    font-size: 60px;
}


.font-16 {
    font-size: 16px;
}




.category {
    /* font-family: Oswald; */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #5e5e5e;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 0 !important;
    width: auto !important;
}



.truncate-details {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    /* padding: 5px; */
}

.overflow-text {
    max-height: 120px;
    overflow: auto;
    /* padding-top: 20px; */
}

.review-text {
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
}

.truncate-details2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    /* padding: 5px; */
}

.mw-600 {
    min-width: 750px;
    overflow: auto;
}

.scooter-box {
    /* background: #ffffff; */
    border-radius: 8px;
    margin-top: 4px;
}

.scooter-div {
    height: 250px;
    width: 100%;
}

.social-icons {
    padding: 30px;
    text-align: center;
}

.social-icons a {
    color: #fff;
    line-height: 30px;
    font-size: 30px;
    margin: 0 5px;
    text-decoration: none;
}

.pagination {
    --bs-pagination-border-color: none;
    --bs-pagination-color: #000000;
    --bs-pagination-active-bg: #e2e2e2;
    --bs-pagination-active-color: #000000;
}

.review {
    /* font-family: Oswald; */
    font-weight: 400;
    font-size: 12px;
    color: #333333;
}

.pag {
    /* font-family: Oswald; */
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #000000;
}

h2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.zoom {
    display: inline-block;
    position: relative;
}

.zoom:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/icon.png);
}


.card-product-img-hori {
    width: 384px !important;
    height: 100%;
}

.theme-active>a {
    background-color: #ff2626;
}

.social {
    float: right;
    margin-top: -30px;
    display: flex;
}

.social-icons button i {
    line-height: 30px;
    font-size: 30px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.card-product-img {
    height: 15vw ;
    width: 384px ;
    /* max-height: 100%;
    max-width: 100%; */
}

.end {
    justify-content: end;
    margin-right: 20px;
}

.electric-box {
    background: #ffffff;
    border: 0.5px solid #bec3be;
    border-radius: 2px;
    height: 34px;
}

.social-icons button:hover i {
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

.details-btn:hover {
    background-color: #000000;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 65px;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: white;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.responsive-text,
.responsive-text2 {
    font-size: 20px !important;
}

.responsive-text2 {
    color: #000;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.mob_sec {
    display: block;
}

.mob_filter {
    display: none;
}

.mar-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.par-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.footer-center {
    display: grid;
    justify-content: center;
}

.thumb-text {
    font-size: 18px;
}


/* Added by JM */
.box-shadow_own {height: 100%; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; padding: 10px;}
.box-shadow_own .border-radius{margin-bottom: 10px;}
.box-shadow_own:hover{box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;}
.remove_vhcl{    background: #ff2626; color: #fff;}
.owl-carousel.owl-drag .owl-item{padding: 10px;}
.quckview_c{    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; padding: 1rem;  margin-top: 15px;   border-radius: 5px;}
.quckview_c .quidekview_table{padding: 0 10px;}
.quckview_c .quidekview_table .col-6{    background: #F3F2F2;   border: 1px solid #000;}
.heading_homepage{padding: 10px;}
.aboutuspage{align-items: center;}
.footer_main_div{justify-content: space-between;}
.page_not_found {text-align: center; height: 350px; display: flex; justify-content: center; align-items: center;}
.quickview_image{position: sticky; top: 1px;}
.sort_by_maindiv{padding: 0 15px;}
.padding_left_0{padding-left: 0px;}
.heading_homepage{margin-bottom: 0px;}
.detail_specification{border: 1px solid #000;}
#ScooterCarousel .owl-item.h-100, #BikeCarousel .owl-item {    cursor: default;  }
.margin-0 .select2-search__field{margin: 0px !important;}
.filter_list .select2-selection {padding: 0.7rem !important; }
.font-bold{font-weight: bold;}
.desktop_position-absolute{position: absolute;}


@media only screen and (max-width: 1200px) {
    .scooter-div {
        height: 200px;
        width: 100%;
    }

    .card-product-img {
        height: 100% !important;
        width: 100% !important;
    }

    #bg-img {
        height: 800px;
    }

    .scooter-img2 {
        height: 110px;
    }

    .centered {
        right: 30%;
        width: 40%;
        text-align: center;
    }

    .width-60 {
        width: 90%;
    }

    .mar-10 {
        margin-left: 0px;
    }

    .mar-top {
        margin-top: 4px;
    }

    .mar-5 {
        margin-top: 0.5rem !important;
    }

    .btn-circle {
        height: 36px;
    }

    .s1-btn {
        width: 100%;
    }

    .padding-bottom {
        padding-bottom: 2.4rem !important;
    }

    .height-265 {
        height: 305px;
    }
}

@media only screen and (max-width: 1100px) {
    .height-160 {
        height: 160px;
    }

    .height-265 {
        height: 350px;
    }

    .expert-section-down {
        height: 170px;
    }

    .expert-section {
        height: 175px;
    }
}

@media only screen and (max-width: 992px) {
    .scooter-div {
        height: 150px;
        width: 200px;
    }

    .centered {
        right: 25%;
        width: 50%;
        text-align: center;
    }

    .border-end-1 {
        border-right: 0px solid;
    }

    .centered2 {
        top: 15%;
        width: 80%;
    }

    .ride2 {
        font-size: 36px;
    }

    .responsive-text {
        font-size: 14px;
    }

    .responsive-text2 {
        font-size: 16px !important;
    }

    .height-200 {
        height: 150px;
    }

    /* Added by JM */
    .box-shadow_own{    margin-bottom: 20px;}
    .compare_f_column{    color: #000 !important;   background: #b1b1b1;}
    .closepopup{position: absolute;   top: 0; right: 1;}
    .quickview_image{position: unset;}
    .vehicle-box{box-shadow: none;}
    .add_vicl_btn{margin-bottom: 15px;}
}

@media only screen and (max-width: 786px) {
    .overflow-custom {
        overflow-x: auto;
    }

    .active>.page-link,
    .page-link.active {
        z-index: 0;
    }

    .scooter-image2 {
        width: 80%;
        height: 200px;
        margin: auto;
    }

    .left-border {
        border: 0px;
    }

    .Scroller {
        height: 200px;
        overflow: auto;
    }

    .break_lines {
        width: auto;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 25;
        display: -webkit-box;
    }

    .floating-nav {
        display: block !important;
        width: 240px !important;
        background-color: #fff;
        z-index: 9999;
        position: fixed;
        box-shadow: 1px 1px 4px 0px #000;
        right: -100%;
        transition: right 0.2s ease-in-out;
        bottom: 0;
        top: 50px;
        overflow: auto;
    }

    .floating-nav.active-bar {
        right: 0;
    }

    .height-40 {
        height: 40px;
    }


    .sortby {
        font-size: 16px;
        margin-top: 10px !important;
    }

    .electric-box {
        width: 94% !important;
        height: 38px;
    }

    .width-200 {
        width: 200px !important;
    }

    .margin-left {
        margin-left: 0rem !important;
    }

    .border-line {
        width: 96%;
    }

    .fuel-flex {
        display: block;
    }

    .sortby {
        padding: 10px 0px;
    }

    .line {
        border: none;
    }

    .fontsize-5 {
        font-size: 16px !important;
    }

    .mob_sec {
        display: none;
    }

    .mob_filter {
        display: block !important;
    }

    .mob-space {
        padding-left: 40px;
    }
    
    /* Added by JM */
    .sortby{margin-right: 5px;}
    .sort_by_maindiv{padding: 0px;}
    .desktop_position-absolute{ position: unset; margin-top: 10px; padding: 10px; padding-left: 0;}
    .overflow_auto {max-height: 300px; overflow: auto;}
}

@media only screen and (max-width: 700px) {
    .card-product-img {
        height: 255px ;
        width: 384px ;
        /* width: 100%; */
        /* height: 100%; */
    }

    .card-body {
        padding: 0px;
    }

    .expert-section {
        height: auto;
    }

    .expert-section-down {
        height: auto;
    }

    .mar-2 {
        margin-left: 5px;
    }

    .upload {
        margin-top: 35px;
        width: 100%;
    }

    .height-265 {
        height: auto;
    }

    .height-160 {
        height: 120px;
    }

    #data_select {
        width: 80% !important;
        margin: 12px auto;
    }

    .competitor-section {
        margin-top: 15px;
    }

    .electric-scooter {
        font-size: 16px;
        text-align: center;
    }

    .gerua {
        margin-top: 12px !important;
        text-align: center;
    }

    .thumb-text {
        font-size: 15px !important;
    }

    .detail-scooter-h {
        height: 200px;
    }

    .flex-mob {
        display: block;
    }

    .straight-line {
        display: none;
    }

    .line-gray {
        border-left: none;
        padding: 7px 10px;
    }

    .offer-btn {
        width: 100% !important;
        margin-top: 15px;
        margin-left: 0px;
    }

    .width-60 {
        width: 100%;
        text-align: center;
    }

    .mob-space {
        padding-left: 50px;
    }

    .fs-7 {
        font-size: 12px !important;
    }

    .break_lines {
        -webkit-line-clamp: 15;
    }

    .started-btn {
        width: 200px;
    }

    .centered-scooter {
        top: 50%;
    }

    .brand-symbol {
        height: auto;
    }

    .centered2 .started-btn {
        width: 150px;
    }

    .bought {
        padding: 0px 24px 0px 30px;
    }

    .par-5 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .mar-4 {
        margin-top: 0.2rem !important;
        margin-bottom: 0.2rem !important;
    }

    .box-spcae {
        padding: 0px 0px 30px 0px;
    }

    .title-scooter {
        padding: 10px 0px 25px 0px;
    }

    .company-img {
        width: auto;
        height: auto;
    }

    .fs-7 {
        font-size: 12px !important;
    }

    .font-large {
        font-size: 40px;
    }

    #bg-img {
        height: 300px;
        /* margin-top: 50px; */
        /* background-image: url("../images/scooter.jpg"); */
        /* background-size: 100% 100%; */
    }

    #bg-img-contact {
        height: 200px;
        background-size: 100% 160%;
        background-image: url("../images/scooter.jpg");
    }

    .nav-item {
        padding: 0px 0px;
    }

    .centered {
        /* position: absolute;
        top: 40%; */
        /* padding-top: 50px; */
        /* padding-bottom: 50px; */
        /* left: 65%;
        transform: translate(-50%, -50%); */
    }

    .ride {
        font-size: 25px;
        /* font-family: "Kaushan Script"; */
        /* line-height: 30px; */
    }

    .text {
        /* font-family: Oswald; */
        font-weight: 500;
        line-height: 15px;
        margin-top: 5px;
        /* display: none; */
    }

    .about-text {
        font-size: 15px;
        padding: 0px 20px;
    }

    .brand-section {
        display: flex;
    }

    .mob-space {
        padding-left: 40px;
    }

    .arrow {
        color: #ff2626;
        font-size: 17px;
    }

    .contact-section {
        padding: 0px;
        width: 85%;
        margin-top: 15px;
    }

    .add-detail {
        margin-left: 0px !important;
    }

    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }



    .searchBox {
        transform: translateY(0px);
    }
}

@media only screen and (max-width: 576px) {
    .title-flex {
        display: block;
    }

    .price {
        text-align: center;
        margin-left: 0px;
    }

    .offer-btn {
        width: 100%;
    }

    .mar-80 {
        margin-left: 60px;
    }

    .height-265 {
        height: auto;
    }

    .upload {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .centered .text {
        display: none;
    }
/* 
    .centered {
        left: 50%;
        width: 50%;
    } */

    .centered2 {
        top: 20%;
    }

    .centered2 .started-btn {
        width: max-content;
    }
}

@media only screen and (max-width:450px){
    .text-red{
        font-size: 10px  !important;
    }

    .ride2 {
        font-size: 18px !important;
    }
    
    .main-section{
        height: 96px !important;
    }

    .ride{
        font-size: 10px  !important;

    }

    .centered{
        width: unset !important;
    }

    #bg-img2{
        height: 96px !important;
    }

    .started-btn{
        font-size: 4px !important;
        padding: 3px !important;
    }
}

@media only screen and (max-width: 350px) {
    .submit-btn {
        width: auto !important;
    }
}


@media screen and (min-width: 600px) and (max-width: 912px) { 
    #bg-img {
        height: 550px;
    }
    .hori_view_top-speed{
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 912px) {
    /* #bg-img2{
        height: 245px;
    } */
    .padding-0_sw912{
        padding: 0 !important;
    }
}