.position-unset {
    position: unset !important;
}

.green-btn {
    background-color: #006e48 !important;
}

.bg-lightgreen {
    background-color: #25dc9c !important;
    color: #006e48 !important;
}

.form-control {
    border: 1px solid rgba(112, 112, 112, 0.1725490196);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.137254902);
}

.text-darkgreen {
    color: #006e48 !important;
}

.text-gray {
    color: rgba(78, 78, 78, 0.8705882353) !important;
}

.text-lightgreen {
    color: #bdf2d5 !important;
}

.navbar .nav-link {
    color: #4e4e4e !important;
    font-size: 18px;
}

.form-control .btn {
    min-width: 140px;
}

.intro-video {
    width: 100%;
    border-radius: 20px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.product-slider .swiper-slide {
    border-radius: 10px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1176470588);
    width: 290px;
    border: 1px solid rgba(112, 112, 112, 0.1764705882);
}

.product-slider .img-container {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-slider {
    color: #006e48;
}

.product-prop-list {
    padding: 25px;
    margin: 0;
}

.product-prop-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-radius: 5px;
    background-color: rgba(37, 220, 156, 0.2);
    color: rgba(78, 78, 78, 0.7411764706);
    font-size: 13px;
}

.product-prop-list li:not(:last-child) {
    margin-bottom: 10px;
}

.section2 {
    background-color: rgba(37, 220, 156, 0.1921568627);
    padding: 20px 0px;
}

#waveform {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
}

#waveform>wave>wave {
    border-right: 0px !important;
}

.play-puase-btn {
    padding: 0px;
    background: transparent;
    color: #000000;
    vertical-align: middle;
    font-size: 22px;
    margin-right: 15px;
    border: 0;
}

.voice-container {
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
}

.more-voice-info {
    transition: all 0.5s;
    display: none;
    overflow: hidden;
}

#more-voice-info-btn svg {
    transition: all 0.5s;
    margin-right: 5px;
}

#more-voice-info-btn.open svg {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.sec3-container {
    background-color: rgba(189, 242, 213, 0.3490196078);
    border-radius: 20px;
    /*padding: 25px;*/
}

.prop-container img {
    width: 120px;
    height: 120px;
}

.insta-back {
    background: url(../img/insta-back.png) no-repeat bottom;
    background-size: 100% 178px;
    color: #ffffff;
    height: 178px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 120px;
    text-align: center;
    padding-right: 100px;
}

.insta-back img {
    max-width: 30% !important;
    position: absolute;
    right: 0;
    bottom: 10px;
    max-height: unset;
    min-width: 194px;
}

.gray-btn {
    background-color: rgba(255, 255, 255, 0.7450980392);
    color: rgba(78, 78, 78, 0.7882352941);
    font-weight: bold;
}

.gray-btn:hover {
    background-color: rgba(255, 255, 255, 0.7450980392);
    color: rgba(78, 78, 78, 0.7882352941);
}

.costumer-slider .swiper-slide {
    font-size: 12px;
    text-align: center;
}

.costumer-slider .img-container img,
.costumer-slider .img-container video {
    width: 100%;
    height: 470px;
    -o-object-fit: fill;
    object-fit: fill;
    border-radius: 20px;
}

.costumer-slider .img-container .video-container {
    width: 100%;
}

.green-slider {
    margin: 0px 120px !important;
    overflow: hidden !important;
    position: unset !important;
}

.green-slider .swiper-button-next,
.green-slider .swiper-button-prev {
    background-color: #25dc9c;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px !important;
}

.green-slider .swiper-button-next::after,
.green-slider .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 800;
}

.company-slider .swiper-slide {
    width: 137px;
    height: 137px;
}

.company-slider .swiper-slide img {
    width: 100%;
    height: 100%;
}

.company-slider .swiper-button-next,
.company-slider .swiper-button-prev {
    color: #4e4e4e;
}

.company-slider .swiper-button-next::after,
.company-slider .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 800;
}

.img-slider .swiper-slide {
    text-align: center;
}

.img-slider .swiper-slide img {
    width: 440px;
    height: 250px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 20px;
}

.img-slider .swiper-button-next,
.img-slider .swiper-button-prev {
    color: #4e4e4e;
}

.img-slider .swiper-button-next::after,
.img-slider .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 800;
}

.footer {
    background:#02191f;
    color: #fff;
}

.important-pages {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
}

.important-pages li {
    list-style: none;
}

.important-pages li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.social-list {
    display: flex;
    gap: 10px;
}

.social-list li {
    list-style: none;
}

.social-list li img {
    width: 74px;
    height: 74px;
}

.row {
    margin-left: unset !important;
    margin-right: unset !important;
}

.intro-box {
    background-color: #F6F6F6;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3411764706);
    padding-bottom: 15px;
    margin-top: 10px;
}

.intro-box .video-container {
    position: relative;
}

.intro-box .video-container .playPause {
    background-color: rgba(237, 237, 237, 0.9960784314);
    background-image: url(../img/ic_play_arrow_24px.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.intro-box .video-container.puase::before {
    content: "";
    border: solid 2px rgba(237, 237, 237, 0.9960784314);
    width: 90px;
    height: 90px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
}

.intro-box video {
    width: 100%;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.intro-box video::-webkit-media-controls-play-button {
    display: none;
}

.video-container {
    position: relative;
}

.video-container .playPause {
    background-color: rgba(237, 237, 237, 0.9960784314);
    background-image: url(../img/ic_play_arrow_24px.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.video-container.puase::before {
    content: "";
    border: solid 2px rgba(237, 237, 237, 0.9960784314);
    width: 90px;
    height: 90px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
}

.video {
    width: 100%;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.video::-webkit-media-controls-play-button {
    display: none;
}

@media (max-width: 768px) {
    #waveform wave {
        height: 50px !important;
    }

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

    .play-puase-btn img {
        width: 18px;
    }

    .product-slider .swiper-slide {
        width: 290px;
    }

    .prop-container img {
        width: 64px;
        height: 64px;
    }

    .prop-container .fs-5 {
        font-size: 16px !important;
    }

    .prop-container>div {
        margin-bottom: 15px;
    }

    .insta-back {
        margin-top: 40px;
        border-radius: 10px;
        height: unset;
        padding: 10px;
        padding-right: 100px;
    }

    .insta-back .fs-3 {
        font-size: 20px !important;
    }

    .insta-back>div {
        flex-direction: column;
        gap: 10px !important;
    }

    .insta-back img {
        right: -40px;
    }

    .green-slider .swiper-button-next,
    .green-slider .swiper-button-prev {
        width: 30px;
        height: 30px;
        top: 50%;
    }

    /* .swiper-rtl .swiper-button-next{
      left: -18px !important;
  }
  .swiper-rtl .swiper-button-prev{
      right: -18px !important;
  } */
    .green-slider .swiper-button-next::after,
    .green-slider .swiper-button-prev::after {
        font-size: 12px !important;
    }

    .green-slider {
        margin: 0px !important;
    }

    .costumer-slider .img-container img {
        height: 253px;
    }

    .company-slider .swiper-slide {
        width: 50px;
        height: 50px;
    }

    .img-slider .swiper-slide img {
        height: 116px !important;
    }

    .location-box svg {
        width: 25px;
    }

    .box-important {
        background-color: rgba(78, 78, 78, 0.2) !important;
    }

    .namad-container img {
        width: 64px !important;
        height: 64px !important;
    }

    .logo-img {
        width: 67px;
    }

    .header-btn {
        padding: 2px !important;
        min-width: unset !important;
    }

    .header {
        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3411764706);
    }

    .top-banners-container .big-img {
        height: auto !important;
        max-height: 200px;
    }

    .top-banners-container .small-img {
        height: auto !important;
        max-height: 100px;
    }

    .intro-models-tab .nav-link {
        width: 75px !important;
        padding: 5px !important;
        font-size: 13px !important;
    }

    .intro-models-tab .nav-tabs {
        gap: 5px !important;
    }

    .green-slider .swiper-button-next,
    .green-slider .swiper-button-prev {
        top: 104%;
    }
}

#drawer-toggle,
#drawer-toggle1 {
    position: absolute;
    opacity: 0;
    width: 0px;
    height: 0px;
}

#drawer-toggle-label,
#drawer-toggle-label1 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    right: 0px;
    width: 0px;
    height: 0px;
    display: block;
    position: fixed;
    background: rgba(255, 255, 255, 0);
    z-index: 100;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /* adds animation for all transitions */
    transition: 0.25s ease-in-out;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

/* adds our "hamburger" menu icon */
/* drawer menu pane - note the 0px width */
#drawer {
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /* adds animation for all transitions */
    transition: 0.25s ease-in-out;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100%;
    width: 300px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 20px;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    box-shadow: 1px 2px 5px -2px rgba(0, 0, 0, 0.8196078431);
}

#drawer-toggle:checked~#drawer-toggle-label,
#drawer-toggle1:checked~#drawer-toggle-label1 {
    height: 100%;
    width: calc(100% - 300px);
    background: rgba(255, 255, 255, 0.8);
}

#drawer-toggle:checked~#drawer-toggle-label,
#drawer-toggle:checked~header,
#drawer-toggle1:checked~#drawer-toggle-label1,
#drawer-toggle1:checked~header {
    right: 300px;
}

#drawer-toggle:checked~#drawer,
#drawer-toggle1:checked~#drawer {
    right: 0px;
}

#drawer-toggle:checked~#page-content,
#drawer-toggle1:checked~#page-content {
    margin-right: 300px;
}

/* Menu item styles */
#drawer ul {
    list-style-type: none;
    padding-right: 10px !important;
}

#drawer ul a {
    display: block;
    padding: 10px;
    color: #000000;
    text-decoration: none;
    font-size: 13px;
}

#drawer ul a svg {
    stroke: #707070;
    margin-left: 5px;
}

#drawer ul a:hover {
    color: white;
}

@media all and (max-width: 350px) {

    #drawer-toggle:checked~#drawer-toggle-label,
    #drawer-toggle1:checked~#drawer-toggle-label1 {
        height: 100%;
        width: 50px;
    }

    #drawer-toggle:checked~#drawer-toggle-label,
    #drawer-toggle:checked~header,
    #drawer-toggle1:checked~#drawer-toggle-label1,
    #drawer-toggle1:checked~header {
        right: calc(100% - 50px);
    }

    #drawer-toggle:checked~#drawer,
    #drawer-toggle1:checked~#drawer {
        width: calc(100% - 50px);
        padding: 20px;
    }

    #drawer-toggle:checked~#page-content,
    #drawer-toggle1:checked~#page-content {
        margin-right: calc(100% - 50px);
    }
}

#drawer .socialMedia-box {
    position: absolute;
    bottom: 10px;
    margin: auto;
    left: 0px;
    right: 0px;
}

#drawer .calender-box {
    font-size: 12px;
    margin-bottom: 20px;
}

.sidebar-links li a {
    color: rgba(78, 78, 78, 0.8235294118) !important;
    font-weight: bold;
    font-size: 15px;
}

.cta-btn {
    background-color: #c90000;
    position: fixed;
    bottom: 10px;
    left: 10px;
    color: #fff;
    z-index: 10;
}

/*# sourceMappingURL=style.css.map */
#navbarNav .nav-item {
    white-space: nowrap;
}

.highlighted {
    color: #25dc9c;
    font-weight: bold;
}

.product-slider-item {
    text-decoration: none;
}

.product-conent {
    height: 284px;
}

.product-conent div:first-child {
    font-size: 14px !important;
}

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

.test-drive-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media(max-width:768px) {
    .test-drive-wrapper {
        grid-template-columns: 1fr;
    }
}

.notif-banner {
    position: fixed;
    top: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-color: #25dc9c;
    z-index: 999;

}

.with_ad .header {
    margin-top: 50px;
}



.cart-number {
    background-color: #25DC9C;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 50%;
    padding: 7px;
    line-height: 0px;
    font-size: 12px;
    border: solid 1px #fff;
    top: 0px;
    right: 8px;
}


.top-banners-container {}

.top-banners-container img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
}

.top-banners-container .big-img {
    height: 540px;
}

.top-banners-container .small-img {
    height: 265px;
    width: 100%;
}

.intro-models-tab {
    background-color: #F6F6F6;
    border-radius: 20px;
    margin-top: 40px;
}

.intro-models-tab .nav-tabs {
    border: 0px !important;
    justify-content: center;
    position: relative;
    top: -25px;
    gap: 10px;
}

.intro-models-tab .nav-link {
    background-color: #BDF2D5;
    border-radius: 8px !important;
    color: #006E48;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    fill: #006E48;

}

.intro-models-tab .nav-link.active {
    background-color: #25DC9C;
    color: #fff;
    fill: #fff;
}

.compare-models-table {
    table-layout: fixed;
    text-align: center;
    color: #7FC8A9;
    font-weight: bold;
}

.intro-models-tab {
    color: #4E4E4E;
}

.compare-models-products .swiper-slide {
    background-color: #fff;
    overflow: hidden;
}

.compare-models-products .swiper-slide .add-to-cart {
    background-color: #25DC9C;
    border: 0;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
}

.compare-models-products .swiper-button-prev {
    right: -8px !important;
}

.compare-models-products .swiper-button-next {
    left: -8px !important;
}

.compare-models-products .swiper-button-next::after,
.compare-models-products .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
    color: #006E48;
}

.bg-gray {
    background-color: #F6F6F6;
}

.inst-buy {
    background: url(../img/buy.png) no-repeat;
    background-size: cover;

}

.inst-frm {
    background-color: #ffffffd2;
    border-radius: 20px;
    padding: 1rem 5px;
}

.test-drive-sec {
    background: url(../img/testdrive.png) no-repeat;
    background-size: cover;
    padding: 20px;
}

.gra-boxes-slider .swiper-slide {
    background-color: #F8F8F8;
    border: solid 1px #bcbcbcab;
    border-radius: 15px;
    width: 298px;
}

.gra-boxes-slider .swiper-slide img {
    border-radius: 15px 15px 0px 0px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.why-box {
    background: url(../img/why-bg.png) no-repeat;
    background-size: cover;
}

.primi-container img {
    max-width: 100%;
    max-height: 130px;
}

/* contact page */
.call-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #25DC9C;
    display: flex;
    justify-content: center;
    align-items: center;
}
.call-icon svg{
width: 50px;
height: 50px;
}

.contact-image img {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.address-section {
    /* background-color: #25DC9C; */
    background-color: #d3f7eb;
    padding: 20px;
    border-radius: 5px;
}

.social-section {
    background-image: url("../img/hands-holding-smartphone-social-media-concept.png");
    height: 340px;
    width: 100%;
    position: relative;
    margin-top: 3rem;
    padding: 2rem 6rem;
    display: flex;
    justify-content: space-around;
}

.map-section iframe {
    border-radius: 10px;
}

.social-section .social-items {
    position: absolute;
    width: 100%;
}

.social-section .telegram {
    position: absolute;
    right: 10%;
}

.social-section .instagram {
    position: absolute;
    left: 10%;
}

@media(max-width:768px) {
    .social-section {
        height: auto !important;
        flex-direction: column;
        padding: 1rem !important;
        background-image: url("../img/hands-holding-smartphone-social-media-concept-mobile.png");
    }

    .contact-us{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

.contact-us img{
    border-radius: 0px 0px 70px 70px;
}
    .social-section .social-items {
        position: static;
        display: flex;
        justify-content: space-around;
        margin-top: 2rem;
    }

    .social-section .social-items img{
        width: 95px;
    }

    .social-section .telegram {
        position: static;
    }

    .social-section h4{
        font-size: 30px!important;
    }
    .social-section h5{
        font-size: 22px!important;
    }

    .social-section .instagram {
        position: static;
    }

    .form-section {
        background-color: #f6f6f6;
    }

    .form-section .col-lg-6:last-child {
        margin-top: 3rem;
    }


    .pro-cat img {
        width: 100%;
        max-height: 190px;
        object-fit: cover;
        border-radius: 20px;
    }

    .has-megamenu {
        position: unset;
    }

    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #00000069;
        z-index: 99;
        top: 0;
        display: none;
    }

    .header {
        position: relative;
        z-index: 999;
        background-color: #fff;
    }

    .mega-dropdown-menu .nav-pills .nav-link {
        color: #6c757d;
        display: flex;
        justify-content: start;
        gap: 7px;
        align-items: center;
        font-size: 13.33px;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        border-radius: 0px !important;
    }

    .mega-dropdown-menu .nav-pills .nav-link.active {
        background-color: #25dc9c !important;
        color: #000 !important;
        padding-block: 15px !important;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        border-top: 1px solid rgba(128, 128, 128, 0.212);
        border-bottom: 1px solid rgba(128, 128, 128, 0.212);
    }

    .call-icon{
        width: 80px;
        height: 80px;
    }
    .call-icon svg{
        width: 35px;
        height: 35px;
    }
}

@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }

    .dropdown-menu {
        display: none;
    }

    .dropdown:hover .dropdown-menu,
    .mega-menu:hover .dropdown-menu {
        display: block;
        right: 0px;
    }

    .dropdown:hover .dropdown-toggle::after,
    .mega-menu:hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.top-banner-title {
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 20px;
    color: #fff;
}

.has-discount .old-price {
    text-decoration: line-through;
    color: red;
    font-size: 13px;
}

.has-discount strong {
    font-size: 15px;
    font-weight: bolder;
    color: green;
}

.has-discount {
    display: flex;
    flex-direction: column;
}

.blogs-slider .swiper-slide {
    background-color: #F8F8F8;
    border: solid 1px #bcbcbcab;
    border-radius: 15px;
    width: 250px;
}
.blogs-slider .swiper-slide .description{
    font-size:13px;
}
.blogs-slider .swiper-slide .top-section{
    font-size:14px;
}
.installment-top{
    display:grid;
    grid-template-columns:1fr 1.5fr;
    align-items:center;
    grid-gap:10px;
}
#bikePrice{
    direction:ltr !important;
}