/*common css*/

:root {
    --primary-color: #007bff;
    --secondary-color: #59ab97;
}

html {
    background: #fff;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #2e2e2e;
}


h1 {
    font-family: "CodeNextBold";
    font-size: 47px;
}


h2 {
    font-family: "CodeNextSemi";
    font-size: 40px;
    margin-top: 0px;
}



h3 {
    font-size: 34px;
    font-family: "CodeNextSemi";
}

h4 {
    font-size: 26px;
    font-family: "CodeNextSemi";
}


h5 {
    font-size: 22px;
    font-family: "CodeNextSemi";
}



h6 {
    font-weight: 700;
    font-size: 16px;
}

p {
    font-size: 16px;
    text-align: justify;
}


.common-stroke-title {

    line-height: 54px;
    color: transparent;
    z-index: -1;
    -webkit-text-stroke: 1px var(--secondary-color);
    padding: 0px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.common-stroke-title span {

    color: var(--secondary-color);
}

.common-title h5 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.common-title h5:before {
    position: absolute;
    content: '';
    width: 40%;
    height: 3px;
    background-color: var(--secondary-color);
    bottom: 8px;

}

.bike-parts .swiper-button-prev,
.bike-parts .swiper-container-rtl .swiper-button-next,
.bike-parts .swiper-button-next,
.bike-parts .swiper-container-rtl .swiper-button-prev {
    left: 0;
    right: auto;
    width: 28px;
    z-index: 1000;
    background: #fff;
    color: var(--secondary-color);
    height: 28px;
    padding: 26px;
}

.content-section ul {
    padding-left: 0px;
}

.content-section .list-sec {
    position: relative;
    list-style: none;
    margin-bottom: 6px;
    padding-left: 25px;
}

.content-section .list-sec:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    width: 9px;
    height: 9px;
    text-align: center;
    background: var(--secondary-color);
}

.bike-section .common-stroke-title {
    position: absolute;
    z-index: 2;
    top: 50px;
}

.bike-left {
    padding-top: 96px;
    width: 94%;
}

.lock-section__row {
    align-items: center;
}

.lock-right {
    width: 90%;
    margin-left: auto;
}

.features_one_content {
    width: 85%;
    margin: auto;
}

.features_one_3 {
    width: 93%;
    margin-left: auto;
}

.features_one_3 .common-title {
    margin-bottom: 5px;
}

.parts-img {
    z-index: 9;
}

.features_one {
    background: #e6e6e6;
}

.features_one_content img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    background: var(--secondary-color);
    padding: 7px;
}

.bike-parts_text_inner {
    width: 85%;
    margin: auto;
}

.features_one_content h6 {
    margin: 0;
}

.features_one_content p {

    margin-bottom: 0px;
}

.parts-title {
    width: 200px;
    height: 208px;
    background: var(--secondary-color);
    top: 0;
    position: absolute;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 0;
    z-index: 9;
}


/**/
.text-mask {
    background-size: cover;
    background-position: center center;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.text-mask .text {
    line-height: 1em;
    mix-blend-mode: lighten;
    background: #fff;
    text-transform: uppercase;
    display: block;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.text-mask .text-align {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    margin-top: -0.05em;
}

.text-mask .text-align:after {
    content: attr(data-letter);
    text-transform: uppercase;
}

/**/
.sorting-container.portfolio-2 {
    margin: 0 -10px -10px -10px;
}

.portfolio-preview-2 {
    margin: 70px 10px 10px 10px;
}

.portfolio-preview-2 a {
    padding-bottom: 100%;
    display: block;
    position: relative;
}

.portfolio-preview-2 .label-1,
.portfolio-preview-2 .label-2 {
    line-height: 21px;
    position: absolute;
    padding-left: 60px;
}

.portfolio-preview-2 .label-1:before,
.portfolio-preview-2 .label-2:before {
    width: 50px;
    height: 1px;
    background: #000;
    position: absolute;
    right: -52px;
    top: 50%;
    content: "";
    max-width: 100%;
}

.portfolio-preview-2 .label-1 {
    right: 100%;
    top: 64px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    width: 100%;
    text-align: right;

}

.portfolio-preview-2 .label-2 {
    right: 15px;
    bottom: 0;
}

.portfolio-hover-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

a:hover .portfolio-hover-2 {
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.portfolio-preview-2 a:hover .text-mask .text {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.portfolio-preview-2 .top-icon {
    position: absolute;
    right: -25px;
    top: 5px;
    width: 49px;
    height: 49px;
}

.portfolio-preview-2 .top-icon:before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 24px;
    content: "";
    background: #d9d9d9;
}

.portfolio-preview-2 .top-icon:after {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 24px;
    top: 0;
    content: "";
    background: #d9d9d9;
}

.clipping-mask_content {
    display: inline-block;
    padding-top: 10px;
}


.app-warpper:before {
    position: absolute;
    content: '';
    width: 69%;
    height: 80%;
    background: #232831;
    right: 0;
    top: -23px;
}


.app-left {
    position: relative;
    display: inline-block;
}

.app-left .app-left_1 {
    position: relative;
}

.app-left_img {
    display: inline-block;
    position: relative;
    left: -60px;
    top: -79px;
}

.app-left_img .app-left_2 {
    position: relative;

}

.app-left_img .app-left_3 {
    position: absolute;
    right: -94px;
    top: 70px;
}

.app-right .common-stroke-title {
    border-bottom: 2px solid var(--secondary-color);
    display: inline-block;
    padding-bottom: 26px;
}


.app-right p {
    padding: 15px 32px;
    color: #fff;
}

.bike_color {
    background: url("../img/bike-color-bg.jpg");
    height: 100vh;
    background-size: cover;

}

.bike_color_wrap {
    position: relative;
    height: 100vh;
}

.dashboard-section {
    height: 100vh;
}



footer {
    background: #232831;
    position: relative;
}

footer:before {
    position: absolute;
    content: '';
    background: url(../img/top-shape-black.png);
    width: 100%;
    height: 30px;
    top: -18px;
    left: 0;
    background-size: cover;
    background-position: center center;
}


footer h4 {

    color: var(--secondary-color);
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 5px;
}

.ph-video-wrap button {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--secondary-color);
    padding: 21px;
    border-radius: 50%;
    box-shadow: -1px -1px 10px rgb(0 0 0 / 39%), 1px 6px 10px rgb(0 0 0 / 39%);
    color: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
}

.battery-sec {
    border-bottom: 1px dashed #727474;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.scaleDown {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    padding: 50px 0px;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}



#featured_img img,
#thumb_img img {
    max-width: 100%;
}

#thumb_img {
    margin-top: 2%;
}

#thumb_img img {
    float: left;
    max-width: 68px;
    width: 68px;
    cursor: pointer;
    margin-right: 2%;
    border: 2px solid #eee;
    box-sizing: border-box;
}

#thumb_img img.active {
    border: 2px solid #cac6b8;
}

#thumb_img img:last-child {
    margin-right: 0;
}

.app-right_btn {
    padding: 0 32px 20px;
}

.app-right_btn img {
    width: 130px;
}

.bike-popup {
    width: 100%;
    height: calc(100vh - 50px);
}

.bike-popup_wrap {
    width: 100%;
}

#open-popup-vehicle-demo-wrapper,
#bike-part-lightbox-gallery-wrapper {
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#open-popup-vehicle-demo-wrapper {
    background: rgba(0, 0, 0, 1);
}

#bike-part-lightbox-gallery-wrapper {
    background: rgba(0, 0, 0, 0.9);
}

#open-popup-vehicle-demo-close,
#bike-part-lightbox-gallery-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 31px;
    top: 31px;
    background: #59ab97;
    cursor: pointer;
}

#open-popup-vehicle-demo-close span,
#bike-part-lightbox-gallery-close span {
    top: 50%;
    left: 10px;
    position: absolute;
}

#open-popup-vehicle-demo-close span::before,
#open-popup-vehicle-demo-close span::after,
#bike-part-lightbox-gallery-close span::before,
#bike-part-lightbox-gallery-close span::after {
    position: absolute;
    display: block;
    content: '';
    height: 2px;
    width: 24px;
    background-color: #FFF;
    transition: all 0.3s ease-in-out;
}

#open-popup-vehicle-demo-close span::before,
#bike-part-lightbox-gallery-close span::before {
    top: 0;
    width: 20px;
    transform: rotate(45deg);
}

#open-popup-vehicle-demo-close span::after,
#bike-part-lightbox-gallery-close span::after {
    top: 0;
    width: 20px;
    transform: rotate(-45deg);
}

.list-sec p {
    margin-bottom: 5px;

}

.common-title {
    margin-bottom: 40px;
}

.content-section .list-sec_2 ul {
    list-style: none;
}

.content-section .list-sec_2 ul li {
    position: relative;
    padding-left: 25PX;
    margin-bottom: 13px;
}

.content-section .list-sec_2 ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    width: 9px;
    height: 9px;
    text-align: center;
    background: var(--secondary-color);
}


.footer-widget ul li {
    position: relative;
}

.footer-widget ul li {
    list-style: none;
}


.footer-widget ul li:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 7px;
    width: 9px;
    height: 9px;
    text-align: center;
    background: var(--secondary-color);
}

.footer-widget ul {
    padding-left: 20px;
}

.dicky-sec {
    padding: 130px 0px;
}

.dicky-sec .common-stroke-title {
    top: 0;
    position: relative;
}


.bike-specs-modal {
    position: fixed;
    bottom: 0;
    padding: 10px;
    text-align: center;
    background: var(--secondary-color);
    color: #fff;
    width: 100%;
    z-index: 999;
}

.bike-specs-modal a {
    text-decoration: none;
}

.bike-logo {
    width: 300px;
}

.enquiry-sec {
    z-index: 999;
    right: 0;
    color: #fff;
    top: 38%;
    background: var(--secondary-color);
    cursor: pointer;
    border: none;


}

.enquiry-sec:hover,
.enquiry-sec:focus {
    background: #306c5e;
    border-color: #306c5e;
    box-shadow: none;
}

.enquiry-sec:not(:disabled):not(.disabled).active,
.enquiry-sec:not(:disabled):not(.disabled):active,
.show > .enquiry-sec.dropdown-toggle {
    background: #306c5e;
    border-color: #306c5e;
    box-shadow: none;
}

.enquiry-sec:not(:disabled):not(.disabled).active:focus,
.enquiry-sec:not(:disabled):not(.disabled):active:focus,
.show > .enquiry-sec.dropdown-toggle:focus {
    box-shadow: none;
}

.app-right_btn img {
    width: 180px;
}


.social_title,
.social_link {
    display: inline-block;
}

.content_subpage h6 {
    color: var(--secondary-color);
}

.beware-sec {
    z-index: 999;
    left: 30px;
    color: #fff;
    bottom: 60px;
    cursor: pointer;
    border: none;
    box-shadow: none;
}

.beware-sec .fa {
    width: 40px;
    height: 40px;
    background: var(--secondary-color);
    display: inline-block;
    line-height: 38px;
    border-radius: 50%;
    font-size: 20px;
}

.beware-sec h5 {
    display: inline-block;
    background: var(--secondary-color);
    margin: 0;
    margin-left: 2px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 16px;
}


.beware-sec:hover,
.beware-sec:focus {
    box-shadow: none;
}
.dhamaka_btn{
    position: fixed;
    bottom: 25%;
    left: 00px;
    z-index: 100;
}
.dhamaka_btn h5{
    font-size: 18px;
    display: inline-block;
    background: var(--secondary-color);
    margin: 0;
     padding: 20px 10px;
    text-transform: uppercase;
    word-break: break-all;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  width: 2em;
  color: #fff;
  border-radius: 3px;
}

.common_subbanner {
    background: url('../img/subbanner.jpg');
    background-position: center center;
    padding-top: 250px !important;
    padding-bottom: 250px !important;
    background-size: cover;
}

.common_subbanner .common-stroke-title,
.common_subbanner .common-stroke-title span {
    -webkit-text-stroke: 1px #fff;
    color: #fff;
}

.social__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.social__icons li {
    margin-right: 8px;
}

.social__icons li:last-of-type {
    margin-right: 0;
}

.social__icons li a {
    display: block;
    line-height: 1;
    font-size: 22px;
    color: #282828;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.social__icons li a:hover {
    color: var(--primary-color);
}

.social__icons-white li a {
    color: #ffffff;
    background: var(--secondary-color);
    padding: 12px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.social__icons li a img{
    position: relative;
    left: 50%;
    top: 36%;
    transform: translate(-50%, -50%);
}

.highlight_font {
    color: var(--secondary-color);
}

@media screen and (max-width: 992px) {

    .common-title h5:before {
        content: unset;
    }


    .app-warpper:before {
        width: 100%;
        height: 100%;
        top: 0px;
    }

    .app-left-outer {
        display: flex;
        width: 70%;
        margin-left: 15%;
        margin-top: -118px;

    }


    .app-left_img {
        display: inline;
        position: relative;
        left: unset;
        top: unset;
    }

    .app-left_img .app-left_2 {
        position: relative;
        left: -30%;
        margin-top: -29px;
    }

    .app-left_img .app-left_3 {
        position: absolute;
        right: -23px;
        top: 1px;
    }

    .app-right .common-stroke-title {
        padding-bottom: 12px;
        line-height: 38px;
    }

    .app-right p {
        padding: 0px;
    }



    .app-right_btn {
        padding: 0px 0px 20px;
    }

    .common-stroke-title {
        line-height: 34px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .common-title {
        margin-bottom: 0px;
    }



    .list-sec img {
        width: 40px;
        margin-bottom: 8px;

    }

    .content-section .list-sec {
        text-align: center;
    }

    .content-section .list-sec:before {
        content: unset;
    }

    .ph-video {
        position: relative;

    }

    .beware-sec {
        left: 0px;
        bottom: 50px;

    }
}



@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }


    h1 {
        font-size: 28px;
        text-align: left;
    }

    h2 {
        font-size: 24px;
        text-align: left;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
        text-align: left;
    }

    h6 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
        text-align: left;
    }

    .no-column_padding {
        padding: 0;
    }

    .tt-section {
        padding: 15px 0 !important
    }

    .charger_wrap {
        margin-bottom: 15px;
    }

    .charger_wrap .common-title {
        margin-bottom: 4px;
    }

    .dashboard-section {
        height: 192px;
    }

    .app-warpper:before {
        width: 100%;
        height: 100%;
        top: 0px;
    }

    .app-left-outer {
        display: flex;
        width: 70%;
        margin-left: 15%;
        margin-top: -118px;

    }


    .app-left_img {
        display: inline;
        position: relative;
        left: unset;
        top: unset;
    }

    .app-left_img .app-left_2 {
        position: relative;
        left: -30%;
        margin-top: -29px;
    }

    .app-left_img .app-left_3 {
        position: absolute;
        right: -23px;
        top: 1px;
    }

    .app-right .common-stroke-title {
        padding-bottom: 12px;
        line-height: 38px;
    }

    .app-right p {
        padding: 0px;
    }



    .app-right_btn {
        padding: 0px 0px 20px;
    }

    .parts-title {
        width: 148px;
        height: 66px;
        top: -40px;
        z-index: 9;
    }

    .common-stroke-title {
        line-height: 34px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .common-title {
        margin-bottom: 0px;
    }



    .list-sec img {
        width: 40px;
        margin-bottom: 8px;

    }

    .content-section .list-sec {
        text-align: center;
    }

    .content-section .list-sec:before {
        content: unset;
    }

    .features_one_content img {
        width: 36px;
        height: 36px;
        padding: 5px;
        border-radius: 0px;
    }

    .common-title h5 {
        margin-top: 2px;
        margin-bottom: 10px;
    }

    .bike-parts_text .common-title {
        padding-top: 10px !important;
    }

    .iot-features {
        padding-bottom: 40px !important;
    }


    .iot-features .tt-portfolio-carousel .swiper-wrapper {
        height: auto;
    }

    .bike-section .common-stroke-title {
        position: relative;
        top: 0;
    }

    .bike-left {
        padding-top: 0;
    }


    /*
    .lock-section-warpper {
        margin-top: 20px;
    }
*/

    .features_one {
        background: #e6e6e6;
        padding: 30px 15px !important;
    }

    #thumb_img img {
        max-width: 40px;
        width: 40px;
    }

    .portfolio-preview-2_wrap {
        margin-bottom: 15px;
    }

    .portfolio-preview-2 {
        margin: 0;
        border: 1px solid #d3d1d1;
        height: 100%;
    }

    .clipping-mask_content {
        margin-bottom: 10px;
        margin-top: 0px;
        padding-top: 1px;

    }

    .clipping_title {
        text-align: center;
        margin-bottom: 0px;
    }

    .portfolio-hover-2 {
        background: none !important;
    }

    .lock-section__row {
        align-items: center;
    }

    .lock-right,
    .features_one_3,
    .features_one_content {
        width: 100%;
        margin-left: auto;
    }

    .bike-parts_text_inner {
        width: 100%;
    }

    .scaleDown {
        width: 100%;
        position: relative;
        height: auto;
        left: auto;
        transform: none !important;
        padding: 50px 0px;
        margin-top: 0px;
    }

    .bike_color_wrap {
        height: auto;
    }

    .reverse-direction {
        flex-direction: column-reverse;
    }

    .title-1 {
        order: 4;
    }

    .title-2 {
        order: 3;
    }

    .section-3 {
        order: 4;
    }

    .mobile_list ul {
        list-style: none;
    }

    .mobile_list ul li {
        position: relative;
        padding-left: 20px;
    }

    .mobile_list ul li:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 7px;
        width: 9px;
        height: 9px;
        text-align: center;
        background: var(--secondary-color);
    }

    .bike-left {
        width: 100%;
    }

    .dicky-sec {
        padding: 0px;
    }

    .bike-feature_mobile {
        position: relative;
    }

    .bike-feature_mobile:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 84%;
        background: #2e323c;
        top: 16%;
    }

    .bike-feature_mobile .mobile_list ul li {
        color: #fff;
    }

    .bike-feature_mobile .mobile_list {
        margin-top: 16px;
    }

    .portfolio-preview-2 .label-1 {
        display: none;
    }

    .battery-sec {
        padding-bottom: 3px;
        margin-bottom: 6px !important;
    }

    .mask_wrap {
        padding-bottom: 85%;
        display: block;
        position: relative;
    }

    .mobile-order1 {
        order: 2;
    }

    .mobile-order2 {
        order: 2;
    }

    .mobile-order3 {
        order: 1;
    }

    .mobile-text_center {
        text-align: center;
    }

    .common-title_outer_wrap {
        position: relative;
        padding-left: 15px;
        margin-bottom: 10px;
        margin-top: 15px;
        text-align: left;
    }


    .common-title_outer_wrap .common-title h5 {
        margin-top: 2px;
        margin-bottom: 0;
        padding-bottom: 0;
    }


    .common-title_outer_wrap:before {
        position: absolute;
        content: '';
        width: 2px;
        height: 100%;
        background: var(--secondary-color);
        left: 0;
    }

    .bike-left-icon .list-sec {
        padding-left: 0px;
    }

    .bike-left-icon .list-sec p {
        text-align: center;
    }

    .common-title_outer_wrap h5:before {
        content: unset;

    }

    .portfolio-preview-2_wrap:nth-child(even) {
        padding-left: 5px;
    }

    .portfolio-preview-2_wrap:nth-child(odd) {
        padding-right: 5px;
    }

    .dicky-section {
        margin-top: 0px;
    }

    .page-header-inner,
    body:not(.ph-image-on) #page-header .page-header-inner,
    body.ph-image-on.ph-bg-image-on #page-header:not(.project-info-list-on) .page-header-inner {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .dashboard-section .ph-video-wrap {
        height: 192px;
    }

    .playstore_sec {
        padding-top: 150px !important;
    }

    .app-right_btn img {
        width: 140px;
    }

    .soon_img {
        border-top: 1px solid #59ab97;
        margin-top: 14px;
        padding-top: 13px;
    }

    .tt-pci-caption {
        bottom: -40px;
        left: 5%;
        right: 5%;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        justify-content: center;
        top: unset;
    }

    .bike-parts-sec {
        margin-top: 66px;
    }

    .common_subbanner {
        padding-top: 174px !important;
        padding-bottom: 130px !important;
    }
}

@media screen and (min-width :399px) and (max-width : 767px) {
    .dashboard-section .ph-video-wrap {
        height: 218px;
    }

    .dashboard-section {
        height: 218px;
    }
}


@media screen and (min-width :480px) and (max-width : 499px) {
    .dashboard-section .ph-video-wrap {
        height: 260px;
    }

    .dashboard-section {
        height: 260px;
    }
}


@media screen and (min-width :500px) and (max-width : 575px) {
    .dashboard-section .ph-video-wrap {
        height: 280px;
    }

    .dashboard-section {
        height: 280px;
    }
}


@media screen and (min-width : 576px) and (max-width : 767px) {
    body {
        font-size: 18px;
    }


    h1 {
        font-size: 34px;
        text-align: left;
    }

    h2 {
        font-size: 28px;
        text-align: left;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 22px;
        text-align: left;
    }

    h6 {
        font-size: 18px;
    }

    p {
        font-size: 18px;
        text-align: justify;
    }

    .dashboard-section {
        height: 324px;
    }

    .page-header-inner,
    body:not(.ph-image-on) #page-header .page-header-inner,
    body.ph-image-on.ph-bg-image-on #page-header:not(.project-info-list-on) .page-header-inner {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .dashboard-section .ph-video-wrap {
        height: 324px;
    }

}


@media screen and (min-width : 767px) and (max-width : 994px) {


    body:not(.ph-image-on) #page-header .page-header-inner,
    body.ph-image-on.ph-bg-image-on #page-header:not(.project-info-list-on) .page-header-inner {
        padding-top: 238px;
        padding-bottom: 238px;
    }


    body {
        font-size: 14px;
    }


    h1 {
        font-size: 28px;
        text-align: left;
    }

    h2 {
        font-size: 24px;
        text-align: left;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
        text-align: left;
    }

    h6 {
        font-size: 14px;
    }

    p {
        font-size: 14px;
        text-align: justify;
    }


    .charger_wrap {
        margin-bottom: 15px;
    }

    .charger_wrap .common-title {
        margin-bottom: 4px;
    }

    .dashboard-section {
        height: 420px;
    }

    .app-warpper:before {
        width: 100%;
        height: 88%;
        top: -5px;
    }

    .app-left-outer {
        display: flex;
        width: 84%;
        margin-left: 7%;
        margin-top: -39px;
    }


    .app-left_img {
        display: inline;
        position: relative;
        left: unset;
        top: unset;
    }

    .app-left_img .app-left_2 {
        position: relative;
        left: -30%;
        margin-top: -72px;
    }

    .app-left_img .app-left_3 {
        position: absolute;
        right: -23px;
        top: 1px;
    }

    .app-right .common-stroke-title {
        padding-bottom: 12px;
        line-height: 38px;
    }

    .app-right p {
        padding: 0px;
    }



    .app-right_btn {
        padding: 0px 0px 20px;
    }

    .parts-title {
        width: 148px;
        height: 66px;
    }

    .common-stroke-title {
        line-height: 34px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .common-title {
        margin-bottom: 0px;
    }



    .list-sec img {
        width: 40px;
        margin-bottom: 8px;

    }

    .content-section .list-sec {
        text-align: center;
    }

    .content-section .list-sec:before {
        content: unset;
    }

    .features_one_content img {
        width: 32px;
        height: 32px;
        padding: 5px;
        border-radius: 0px;
    }

    .common-title h5 {
        margin-top: 2px;
        margin-bottom: 10px;
    }

    .bike-parts_text .common-title {
        padding-top: 10px !important;
    }

    .iot-features {
        padding-bottom: 40px !important;
    }


    .iot-features .tt-portfolio-carousel .swiper-wrapper {
        height: auto;
    }

    .bike-section {
        margin-top: 20px;
    }

    .bike-section .common-stroke-title {
        position: relative;
        top: 0;
    }

    .bike-left {
        padding-top: 0;
    }


    .lock-section-warpper {
        margin-top: 20px;
    }

    .features_one {
        background: #e6e6e6;
        padding: 30px 15px !important;
    }

    #thumb_img img {
        max-width: 60px;
        width: 60px;
    }

    .portfolio-preview-2_wrap {
        margin-bottom: 15px;
    }

    .portfolio-preview-2 {
        margin: 0;
        border: 1px solid #d3d1d1;
        height: 100%;
    }

    .clipping-mask_content {
        margin-bottom: 10px;
        margin-top: 0px;
        padding-top: 1px;

    }

    .clipping_title {
        text-align: center;
        margin-bottom: 0px;
    }

    .portfolio-hover-2 {
        background: none !important;
    }

    .lock-section__row {
        align-items: center;
    }

    .lock-right,
    .features_one_3,
    .features_one_content {
        width: 100%;
        margin-left: auto;
    }

    .bike-parts_text_inner {
        width: 100%;
    }

    .scaleDown {
        width: 100%;
        position: relative;
        height: auto;
        left: auto;
        transform: none !important;
        padding: 50px 0px;
        margin-top: 38px;
    }

    .bike_color_wrap {
        height: auto;
    }


    .mobile_list ul {
        list-style: none;
    }

    .mobile_list ul li {
        position: relative;
        padding-left: 20px;
    }

    .mobile_list ul li:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 7px;
        width: 9px;
        height: 9px;
        text-align: center;
        background: var(--secondary-color);
    }

    .bike-left {
        width: 100%;
    }




    .bike-feature_mobile .mobile_list {
        margin-top: 16px;
    }

    .portfolio-preview-2 .label-1 {
        display: none;
    }

    .battery-sec {
        padding-bottom: 3px;
        margin-bottom: 0px !important;
    }

    .mask_wrap {
        padding-bottom: 85%;
        display: block;
        position: relative;
    }

    .mobile-order1 {
        order: 2;
    }

    .mobile-order2 {
        order: 2;
    }

    .mobile-order3 {
        order: 1;
    }

    .mobile-text_center {
        text-align: center;
    }

    .common-title_outer_wrap {
        position: relative;
        padding-left: 15px;
        margin-bottom: 10px;
        margin-top: 0px;
    }


    .common-title_outer_wrap .common-title h5 {
        margin-top: 2px;
        margin-bottom: 0;
        padding-bottom: 0;
    }


    .common-title_outer_wrap:before {
        position: absolute;
        content: '';
        width: 2px;
        height: 100%;
        background: var(--secondary-color);
        left: 0;
    }

    .bike-left-icon .list-sec {
        padding-left: 0px;
    }

    .bike-left-icon .list-sec p {
        text-align: center;
    }

    .common-title_outer_wrap h5:before {
        content: unset;

    }

    .portfolio-preview-2_wrap:nth-child(1) {
        padding-right: 5px;
    }

    .portfolio-preview-2_wrap:nth-child(2) {
        padding-right: 5px;
        padding-left: 5px;
    }

    .portfolio-preview-2_wrap:nth-child(3) {
        padding-right: 5px;
        padding-left: 5px;
    }

    .portfolio-preview-2_wrap:nth-child(4) {
        padding-left: 5px;
    }

    .mighty-feature_wrap {
        text-align: left;
    }

    .lock-section__row2 {
        order: 2;
    }

    .app-right_btn img {
        width: 170px;
    }

    .common_subbanner {
        padding-top: 120px !important;
        padding-bottom: 120px !important;

    }
}

@media screen and (min-width : 995px) and (max-width : 1198px) {
    body {
        font-size: 13px;
    }

    h1 {
        font-size: 28px;
        text-align: left;
    }

    h2 {
        font-size: 24px;
        text-align: left;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
        text-align: left;
    }

    h6 {
        font-size: 15px;
    }

    p {
        font-size: 13px;
        text-align: justify;
    }

    .features_one_content img {
        width: 38px;
        height: 38px;
    }

    .bike-section .common-stroke-title {
        position: absolute;
        z-index: 2;
        top: 22px;
    }

    .bike-left {
        padding-top: 43px;

    }

    .lock-right,
    .bike-left,
    .features_one_content,
    .features_one_3 {
        width: 100%;
    }

    .common-title {
        margin-bottom: 18px;
    }

    .bike-parts_text_inner .common-title {
        padding-top: 40px !important;
    }

    .common-stroke-title {
        line-height: 25px;
    }

    .dashboard-section {
        height: calc(100vh - 150px);
    }

    body:not(.ph-image-on) #page-header .page-header-inner,
    body.ph-image-on.ph-bg-image-on #page-header:not(.project-info-list-on) .page-header-inner {
        padding-top: 260px;
        padding-bottom: 260px;
    }

    .efficiency1wrap img,
    .secure_1 img {
        width: 80%;
    }

    .efficiency2wrap img,
    .secure_2 img {
        width: 60%;
    }

    .features_one {
        padding-top: 90px !important;
        padding-bottom: 80px !important;
    }

    .portfolio-preview-2 {
        margin: 40px 10px 10px 10px;
    }

    .parts-title {
        width: 170px;
        height: 176px;
    }

    .app-right_btn img {
        width: 150px;
    }

    .common_subbanner {
        padding-top: 150px !important;
        padding-bottom: 150px !important;

    }
}

@media screen and (min-width: 1299px) {
    .tt-pc-navigation {
        display: none;
    }
}






#footer_contact_form_message {
    padding-bottom: 10px;
    font-weight: bold;
}

.error {
    color: #f59797;
}

.info-msg {
    color: #83befb;
}

.success {
    color: #7eff7e;
}

span.error {
    display: block;
    padding: 5px 0;
}

input.error,
select.error {
    border-color: #f59797;
}

.soon_title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.soon_title .common-stroke-title {
    line-height: 1;
}

.soon_title .common-stroke-title span {
    font-size: 90px;
}


.soon_img img {
    width: 70%;
    text-align: center;
    display: block;
    margin: 0 auto 30px;
}
.bharatkajoy_logo{
    width: 70%;
}
.bharatkajoy_logo img{
    width: 100%;
    height: auto;
    margin-top: 10%;
}

@media screen and (min-width :1190px) and (max-width : 1220px) {

    .app-left-outer {
        width: 102%;
        max-width: 102%;
    }
}





.swiper-container .swiper-slide {
    transition: transform .2s;
    /* Animation */
}

.swiper-container {
    overflow: visible;
}

/*.swiper-container .swiper-slide:hover,*/
.swiper-container .swiper-slide.active {
    transform: scale(1.25);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.book-now:hover {
    text-decoration: none;
}
