     /* Fonts */
    @import url('../fonts/stylesheet.css');
    @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

 :root {
        --clr-accent: #1E1E1E;
        --clr-white: #fff;
        --clr-white-600: #fcfcfc;
        --clr-text-100: #5F5F5F;
        --clr-text-400: #21272A;
        --clr-black-300: #292929;
        --clr-black: #000;
        --clr-clr-grey: #767676;
        --ff-menu: "Michroma", sans-serif;
        /* --ff-heading: "Atyp Display TRIAL", sans-serif; */
        --ff-heading: "Albra Display", sans-serif;
        --ff-body: "Manrope", sans-serif;
        --swiper-scrollbar-bottom: 0px;
        --swiper-scrollbar-size: 2px;
        --swiper-scrollbar-drag-bg-color: var(--clr-accent);
        --swiper-pagination-color: var(--clr-accent);
        --swiper-pagination-progressbar-size: 3px;
        --swiper-pagination-progressbar-bg-color: #D6D6D6;
        /* fly */
        --fly-clr-grey: #969696;
        --fly-clr-light-grey: #F6F6F6;
        --fly-ff-primary: "Saira", sans-serif;
        /* sky */
        --ff-sky-heading: "Oswald", sans-serif;
        --sky-clr-accent: #7AB629;
        --clr-sky-grey: #838282;
        /* car */
        --clr-car-text: #737373;
        --clr-car-grey: #999999;
        --car-ff-heading: "Genesize Grotesk", sans-serif;
        --car-ff-sub-heading: "HelveticaNeueCyr", sans-serif;
        --clr-car-bg: #F9F9F9;
        --clr-car-light: #F4F4F4;
        /* wastemanagement */
        --clr-waste-title: #ffb800;
        --clr-waste-yellow: #efd923;
        --clr-waste-bg: #292e34;
        --clr-waste-text: #5a5a5a;
        --transition: 0.4s all ease-in-out;
    }

/* Global Headings */

@media (min-width: 1600px) {

  /* Lease Landing PAGE Start */

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
    max-width: 1500px;
  }

  /* Lease Landing PAGE End */
}


@media (min-width: 1900px) {

  /* Lease Landing PAGE Start */
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
    max-width: 1800px;
  }

  /* Lease Landing PAGE End */
}


@media(max-width:1899px) {

  /* Lease Landing PAGE Start */
  .lease_heading h2 {
    font-size: 40px;
    line-height: 1.3;
  }

  .eco_for img {
    width: 500px;
    height: 400px;
  }

  .eco_for.slick-current img {
    scale: 1.2;
  }

  .whychoose_accordian .accordion-button {
    font-size: 22px;
  }

  /* Lease Landing PAGE End */

}

@media (max-width: 1599px) {

  /* Lease Landing PAGE Start */
  .header_menu_img {
    top: 10px;
    scale: 0.85;
  }

  .lease__tab_wrpr .nav-link {
    padding: 10px 30px;
  }

  .landing__tab_lease .container .row+.row {
    margin-top: 70px;
  }

  .eco_nav h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .eco_nav_hldr img {
    height: 150px;
  }

  .starter_plans_holder ul li {
    font-size: 15px;
    line-height: 1.5;
  }

  .starter_plans_holder ul li::after {
    top: 4px;
  }

  .whychoose_accordian .accordion-button {
    padding-right: 70px;
  }

  .whychoose_accordian .accordion-button::after {
    right: 20px;
  }

  .whychoose_accordian .accordion-body {
    padding: 0 70px 25px 35px;
    font-size: 16px;
  }

  .progress__card h3 {
    font-size: 20px;
  }

  .progress__card {
    padding: 0 40px;
  }

  .lease_heading h2,
  .refined__slider_hldr h3,
  .ftr_info a,
  .ebike_sticky_hdng_wrpr h3 {
    font-size: 35px;
  }

  .leasing__option_card>img {
    height: 200px;
  }
	
  .eco_for.slick-current img {
    scale: 1;
  }

	.ecofriendly__slider{
	padding-top: 10px;
	}
	

	
  /* Lease Landing PAGE End */

}


@media only screen and (max-width:1399px) {

  /* Lease Landing PAGE Start */

  .expeience_card_lease .exp_hldr h6 {
    font-size: 28px;
  }

  .leasing_item .contents {
    max-width: 70%;
  }

  .starter__plans_wrap::after {
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
  }

  .eco_for img {
    width: 400px;
    height: 350px;
    scale: 0.4;
  }

  .ecofriendly__slider .slick-next::after {
    top: 59%;
    right: -209px;
    width: 200px;
  }

  .whychoose_accordian {
    padding-left: 70px;
  }

  .whychoose_accordian .accordion-button {
    font-size: 18px;
    padding: 20px 25px;
    padding-right: 60px;
  }

  .whychoose_accordian .accordion-body {
    padding: 0 70px 25px 25px;
  }

  .lease_heading h2,
  .refined__slider_hldr h3,
  .ftr_info a,
  .ebike_sticky_hdng_wrpr h3 {
    font-size: 30px;
  }

  .ecofriendly__slider {
    margin-top: -40px;
  }

  .refined__slider_section {
    min-height: 80vh;
  }

/*   .refine_img {
    height: 80vh;
  } */

  .leasing_option_heading,
  .ecofriendly__heading {
    max-width: 700px;
    margin: 0 auto 40px;
  }

  .leasecar_text_hldr h6 {
    margin-bottom: 20px;
  }

  .leasing__option_card h3,
  .progress__card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .ftr_bnr_img {
    height: 300px;
  }

  .leasing__option_card>img {
    height: 170px;
  }

  .progress__card {
    padding: 0 25px;
  }

  .ftr_info h6 {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .footer_bottom li a {
    font-size: 15px;
  }

  .footer_bottom ul {
    column-gap: 40px;
  }

  .footer_btm_top {
    font-size: 15px;
    line-height: 1.5;
  }

  .footer_btm_text {
    font-size: 15px;
  }

  .form_fields {
    font-size: 16px;
  }

  .appnt_input {
    margin-bottom: 20px;
  }

  .sticky_thumb img {
    max-width: 430px;
  }

  .eco_nav_hldr img {
    height: 120px;
  }

  .eco_for.slick-current img {
    scale: 1;
  }

  .leasing_slider .slider__wrpr {
    margin-top: -80px;
  }

  .banner_contents_lease h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .banner_contents_lease .lease_btn {
    margin: 0 auto 30px;
  }

  /* Lease Landing PAGE End */

}


@media only screen and (max-width:1199px) {

  /* Lease Landing PAGE Start */
  .banner_contents_lease h1 {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .banner_contents_lease .lease_btn {
    margin: 0 auto 30px;
  }

  .banner_contents_lease .lease_btn {
    row-gap: 10px;
  }

  .banner_contents_lease {
    max-width: 700px;
  }

  .lease_tab_car_wrpr .white_glbl_btn {
    margin-bottom: 15px;
  }

  .expeience_card_lease .exp_hldr h6 {
    font-size: 22px;
  }

  .leasing_item {
    min-height: 80vh;
  }

  .starter_plans_holder ul li+li {
    margin-top: 6px;
  }

  .leasing_item .contents {
    max-width: 90%;
  }

  .leasing_slider .slick-prev,
  .leasing_slider .slick-next {
    top: 87%;
  }

  .round_btn {
    width: 40px;
    height: 40px;
  }

  .eco_nav h3 {
    font-size: 18px;
  }

  .eco_for img {
    width: 360px;
    height: 310px;
    scale: 0.5;
  }

  .whychoose_accordian .accordion-body {
    padding: 0 40px 25px 25px;
  }

  .whychoose__section {
    min-height: 90vh;
  }

  .ebike_sticky_hdng_wrpr .lease_heading h2 {
    margin-bottom: 20px;
  }

  .ebike_sticky_card_wrpr .cards h3 {
    max-width: 400px;
    font-size: 20px;
  }

  .leasing__option_card>img {
    height: 140px;
  }

  .progress__card {
    padding: 0 10px;
  }

  .progress__card::after {
    right: -10px;
  }

  .progress_icon {
    width: 80px;
    height: 80px;
  }

  .progress_btn {
    margin-top: 40px;
  }

  .ftr_bnr_img {
    height: 250px;
  }

  .footer_btm_top {
    max-width: 270px;
  }

  .footer_bottom ul {
    column-gap: 25px;
  }

  .lease_footer_logo {
    max-width: 170px;
  }

  /* Lease Landing PAGE End */


  /* leasingplan_modal */
  .leasingplan_modal .modal-dialog {
    max-width: 800px;
  }

  .cycle_img {
    margin-right: -100px;
  }

  .cycle_img img {
    scale: 1;
  }

  /* leasingplan_modal */

}


@media only screen and (max-width: 991px) {


  /* Lease Landing PAGE Start */
  .header_menu_img {
    display: none;
  }

  .banner_contents_lease .lease_btn {
    width: 150px;
    height: 150px;
  }

  .tilt img {
    max-width: 40px;
  }

  .lease__tab_wrpr {
    padding: 40px;
  }

  .lease__tab_wrpr .nav-tabs {
    gap: 15px;
    padding-left: 0px;
    margin-bottom: 50px;
    justify-content: center;
  }

  .lease_tab_right_wrpr {
    padding-left: 0px;
  }

  .lease_tab_right_wrpr .lease_heading h2 {
    font-size: 20px;
  }

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

  .lease_tab_right_wrpr ul li {
    font-size: 14px;
  }

  .btn_wrpr a {
    min-width: 140px;
    font-size: 15px;
  }

  .lease_tab_car_wrpr h3 {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .plan_holder {
    border-radius: 10px;
    top: 0;
    right: 0;
    max-width: 190px;
    padding: 10px;
  }

  .lease_tab_car_wrpr p {
    font-size: 11px;
  }

  .landing__tab_lease {
    padding-bottom: 50px;
  }

  .landing__tab_lease .container .row+.row {
    margin-top: 50px;
  }

  .page-template-home-tmpl {
    line-height: 24px;
    font-size: 15px;
  }

  .expeience_card_lease .exp_hldr .icon {
    width: 50px;
    height: 50px;
    padding: 5px;
  }

  .expeience_card_lease {
    padding: 15px;
  }

  .expeience_card_lease .exp_hldr h6 {
    font-size: 20px;
  }

  .leasing_slider .slider__wrpr {
    margin-top: 0;
    padding: 70px 0 140px;
  }

  .leasing_item .contents {
    max-width: 100%;
  }

  .starter__plans_wrap {
    margin-top: 30px;
  }

  .page-template-home-tmpl .gap {
    padding: 60px 0;
  }

  .eco_for img {
    width: 100%;
    height: 310px;
  }

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

  .round_btn {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .starter_plans_holder ul li {
    font-size: 13px;
  }

  .eco_nav_hldr .starter_plans_holder ul {
    padding-right: 26px;
  }

  .eco_nav {
    padding: 0 8px;
  }

  .ecofriendly__slider {
    margin-top: -20px;
  }

  .whychoose_accordian {
    padding-left: 0;
    padding-top: 0;
  }

  .whychoose_accordian .accordion-button {
    font-size: 15px;
    padding: 15px 20px;
    padding-right: 50px;
  }

  .whychoose_accordian .accordion-body {
    padding: 0 20px 15px 20px;
    font-size: 14px;
  }

  .whychoose_accordian .accordion-button::after {
    scale: 0.7;
  }

  .lease_heading h2,
  .refined__slider_hldr h3,
  .ftr_info a,
  .ebike_sticky_hdng_wrpr h3 {
    font-size: 25px;
  }

  .leasecar_text_hldr h6 img {
    margin-top: 5px;
  }

  .ebike_sticky_card_wrpr .cards h3 {
    max-width: 350px;
    font-size: 18px;
  }

  .refined__slider_hldr {
    max-width: 400px;
  }

  .refine_arw_hldr {
    left: 200px;
  }

  .leasing__option_card p {
    font-size: 15px;
  }

  .progress__section .row>*:nth-child(2n) .progress__card::after {
    display: none;
  }

  .form_fields select {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .appnt_checkbox {
    font-size: 16px;
  }

  .footer_bnr::after {
    content: '';
    position: absolute;
    background: rgb(0, 0, 0, 0.5);
    inset: 0;
    background-size: 100% 100%;
	border-radius: 16px;
  }

  .footer_btm_top {
    max-width: 100%;
    position: relative;
    bottom: 0;
  }

  .footer_btm_text {
    margin-top: 10px;
    padding-top: 10px;
  }

  .footer_bottom ul li:nth-child(4) {
    margin-left: 0;
  }

  .footer_bottom ul {
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer_mid {
    margin: 30px 0 30px;
  }

  .lease_footer_logo {
    max-width: 140px;
  }

  .lease__tab_wrpr .nav-tabs::-webkit-scrollbar-thumb {
    background: var(--clr-accent);
    border-radius: 10px;
  }

  .lease__tab_wrpr .nav-tabs::-webkit-scrollbar {
    background: var(--clr-white);
    width: 14px;
  }

  .lease__tab_wrpr .nav-tabs::-moz-selection {
    background-color: var(--clr-accent);
    color: var(--clr-white);
  }

  /* Lease Landing PAGE End */
  /* robot  */
  .robot_explore-mainbox {
    gap: 10px;
  }

  .robot_explore-extra {
    width: 22%;
  }

  /* leasingplan_modal */

  .leasingplan_modal .modal-body {
    padding: 0px 30px;
  }

  .leasingplan_modal .modal-body .row {
    flex-direction: column;
  }

  .leasingplan_modal .contents {
    padding-right: 0;
  }

  .cycle_img {
    margin-right: 0;
    margin-top: 10px;
  }

  .cycle_img img {
    scale: 0.8;
  }

  .leasingplan_modal .modal-dialog {
    max-width: 550px;
  }

    .lease_step {
        height: 270px;
    }

  /* leasingplan_modal */

  /* lease Header start */

  .lease_header {
    padding: 7px 0;
  }
	.refine_img {
    object-fit: cover;
}
	.appointmnet_form .wpcf7-not-valid-tip {
    top: 23px;
}
	.page-template-home-tmpl .wpcf7-not-valid-tip {
    font-size: 12px;
}

  /* lease End start */

}

@media only screen and (max-width: 767px) {

  /* Lease Landing PAGE Start */

  .progress__card::after {
    top: 100px;
  }

  .leasing__option_card {
    padding: 15px;
  }

  .leasing__option_card>img {
    height: 120px;
  }

  .lease__tab_wrpr .nav-tabs {
    flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
    justify-content: start;
    margin-bottom: 30px;
  }

  .lease__tab_wrpr .nav-link {
    padding: 5px 20px;
    width: 20%;
    flex: 0 0 auto;
    margin-bottom: 10px;
  }

  .lease__tab_wrpr {
    padding: 20px;
    padding-top: 30px;
  }

  .lease__tab_wrpr .nav-tabs::-webkit-scrollbar {
    height: 5px;
  }

  .lease__tab_wrpr .nav-link img {
    width: 30px;
  }

  .lease_tab_right_wrpr {
    margin-top: 15px;
  }

  .lease_tab_right_wrpr .lease_heading h2 {
    font-size: 25px;
  }

  .btn_wrpr {
    margin-top: 20px;
  }

  .counter_row {
    row-gap: 20px;
  }

  .whychoose_accordian .accordion-item {
    margin-bottom: 24px;
  }

  .whychoose_accordian .accordion-body {
    font-size: 15px;
  }

  .whychoose__section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(0, 0, 0, 0.5);
  }

  .whychoose__section .container {
    z-index: 1;
  }

  .whychhose_left_contents .lease_heading h2,
  .whychhose_left_contents .leasecar_text_hldr h6 {
    color: var(--clr-white);
  }

  .whychhose_left_contents h6 img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  }

  .whychhose_left_contents h6 {
    border-color: var(--clr-white);
  }

  .whychoose_accordian .accordion-button {
    color: var(--clr-white);
  }

  .whychoose__section {
    min-height: 80vh;
    padding: 50px 0;
  }

  .sticky_thumb img {
    max-width: 330px;
  }

  .about_hldr {
    flex-direction: column;
  }

  .about_hldr {
    align-items: start;
  }

  .small_icon {
    max-width: 130px;
  }

  .small_icon h4 {
    font-size: 10px;
  }

  .ebike_sticky_card_wrpr .cards h3 {
    max-width: 300px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .refined__slider_hldr {
    max-width: 500px;
  }

  .refine_arw_hldr {
    left: 290px;
  }

  .refined__slider_hldr h3 {
    margin-bottom: 10px;
  }

  .whychoose_accordian .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(96%) saturate(0%) hue-rotate(19deg) brightness(103%) contrast(104%);
  }

  /* Lease Landing PAGE End */


  /* leasingplan_modal */

  .leasingplan_modal .modal-dialog {
    max-width: 500px;
  }

  .leasemdl_input {
    height: 50px;
    margin-bottom: 10px;
  }

  .leasingplan_modal .form_btn {
    margin-top: 10px;
  }

  .cycle_img img {
    scale: 0.9;
  }
  .engin_lt-img{position: static;margin-top: -40px;}
    .sh_bike-engin-contantbox h3 {
        font-size: 30px;
        line-height: normal;
    }
        .precision_slider-contentbox {
        padding: 40px 0;
    }

        .sh_footer-tp h5 {
        font-size: 24px;
        }
        .sh_footer-tp {gap: 5px;}
        .sh_compre-contentbox{padding: 18px;}
        .sh_compre-name p {
        min-height: 42px;
    }

  /* leasingplan_modal */
  /* lease Header Start */

    .lease_hdr_logo {
    max-width: 56px;
  }

  .lease_header .container {
    max-width: 100%;
    padding: 0 12px;
  }
  /* lease Header End */

}

@media only screen and (max-width: 575px) {


  /* Lease Landing PAGE Start */
  .lease_heading h2,
  .refined__slider_hldr h3,
  .ftr_info a,
  .ebike_sticky_hdng_wrpr h3,
  .lease_tab_right_wrpr .lease_heading h2 {
    font-size: 20px;
  }

  .lease_tab_right_wrpr ul li {
    font-size: 15px;
  }

  .landing__tab_lease {
    padding-bottom: 40px;
  }

  .landing__tab_lease .container .row+.row {
    margin-top: 40px;
  }

  .starter_plans_holder {
    padding: 15px;
    border-radius: 10px;
  }

  .starter_plans_holder h3 span {
    font-size: 18px;
  }

  .starter_plans_holder h3 {
    margin-bottom: 10px;
  }

  .starter_plans_holder ul {
    padding-top: 12px;
    margin-top: 15px;
  }

  .slider__wrpr .starter__plans_wrap .row>*,
  .slider__wrpr .starter__plans_wrap .row,
  .leasing__option_section .row>*,
  .counter_row>* {
    padding: 0 5px;
  }

  .starter__plans_wrap::after {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    padding: 1px;
  }

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

  .eco_nav_hldr {
    padding: 15px;
  }

  .page-template-home-tmpl .gap {
    padding: 40px 0;
  }

  .eco_for.slick-current img {
    scale: 0.8;
  }

  .page-template-home-tmpl .ecofriendly_section {
    padding-bottom: 80px;
  }

  .ecofriendly__slider .slick-prev,
  .ecofriendly__slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: -54px;
    top: unset;
  }

  .ecofriendly__slider .slick-next {
    margin-left: 30px;
  }

  .ecofriendly__slider .slick-prev {
    margin-left: -30px;
  }

  .eco_nav_hldr img {
    height: 100px;
  }

  .whychoose__section {
    min-height: 60vh;
  }

  .ebike_sticky_card_wrpr .cards h3 {
    max-width: 250px;
  }

  .refined__slider_hldr {
    max-width: 400px;
  }

  .refine_arw_hldr {
    left: 200px;
  }

  .refine_img {
    height: 70vh;
  }

  .refined__slider_section {
    min-height: 70vh;
  }

  .refined__arrows {
    bottom: 130px;
  }

  .leasing__option_card h3,
  .progress__card h3 {
    font-size: 15px;
  }

  .leasing__option_section .row {
    row-gap: 15px;
  }

  .progress__card::after {
    display: none;
  }

  .leasing_option_heading,
  .ecofriendly__heading {
    margin: 0 auto 20px;
  }

  .form_fields {
    padding: 40px 20px 30px;
  }

  .lease_footer_logo {
    max-width: 100px;
  }


  /* Lease Landing PAGE End */

  /* leasingplan_modal */

  .leasingplan_modal .modal-dialog {
    max-width: 400px;
  }
  .leasingplan_modal .contents h3 {
    font-size: 15px;
}
.leasemdl_input {
    height: 45px;
}
.leasingplan_modal .contents label {
    font-size: 14px;
    margin-bottom: 4px;
}
.leasingplan_modal .form_btn .next_step_btn, .leasingplan_modal .form_btn .prev_step_btn {
    min-width: 136px;
    height: 40px;
}
.cycle_img{
  display: none;
}
.lease_step{
  height: 100%;
}
.leasingplan_modal .modal-content {
    margin-top: 0px;
}

  /* leasingplan_modal */
  /* lease header start */

    .lease_hdr_logo {
    max-width: 40px;
  }
  .lease_header .white_glbl_btn {
    min-width: 136px;
  }
  .lease_header {
    padding: 10px 0;
  }
	.starter__plans_wrap {
    margin-right: 0;
}


  /* lease header End */
}


@media only screen and (max-width: 480px) {

  /* Lease Landing PAGE Start */
  .lease__tab_wrpr {
    margin-top: -40px;
  }

  .banner_contents_lease h1 {
    font-size: 25px;
    margin-bottom: 40px;
  }

  .lease__tab_wrpr .nav-link {
    width: 30%;
  }

  .lease_tab_car_wrpr .white_glbl_btn {
    margin-bottom: 10px;
  }

  .lease_tab_car_wrpr h3 {
    font-size: 12px;
  }

  .lease_tab_right_wrpr {
    margin-top: 45px;
  }

  .counter_row>*,
  .leasing_item .slider__wrpr .starter__plans_wrap .row>*,
  .leasing__option_section .row>* {
    width: 100%;
  }

  .slider__wrpr .starter__plans_wrap .row>*,
  .slider__wrpr .starter__plans_wrap .row,
  .leasing__option_section .row>*,
  .counter_row>* {
    padding: 0 12px;
  }

  .leasing_item .slider__wrpr .starter__plans_wrap .row {
    row-gap: 10px;
  }

  .counter_row {
    row-gap: 10px;
  }

  .starter__plans_wrap::after {
    top: -5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% + 10px);
    padding: 1px;
  }

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

  .starter_plans_holder h3 span {
    font-size: 15px;
  }

  .starter__plans_wrap {
    margin-top: 5px;
  }

  .leasing_slider .slider__wrpr {
    padding: 40px 0 90px;
  }

  .leasing_slider .slick-prev,
  .leasing_slider .slick-next {
    top: 92%;
  }

  .eco_for img {
    height: 280px;
  }

  .eco_for.slick-current img {
    scale: 0.75;
  }

  .eco_nav_hldr .starter_plans_holder ul {
    display: none;
  }

  .eco_nav_hldr img {
    height: 80px;
  }

  .eco_nav h3 {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .eco_nav_hldr .round_btn {
    bottom: 7px;
    right: 5px;
  }

  .eco_for {
    margin-bottom: 20px;
  }

  .eco_for .black_glbl_btn {
    margin-top: -10px;
  }

  .whychoose_accordian .accordion-item {
    margin-bottom: 14px;
  }

  .sticky_thumb img {
    max-width: 250px;
  }

  .ebike_sticky_card_wrpr .cards {
    padding: 15px;
  }

  .ebike_sticky_card_wrpr .cards h3 {
    max-width: 180px;
    font-size: 14px;
  }

  .small_icon {
    max-width: 90px;
    border-radius: 8px;
  }

  .small_icon h4 {
    font-size: 7px;
  }

  .refined__slider_hldr {
    max-width: 330px;
    padding: 15px;
    bottom: 40px;
  }

  .refined__slider_hldr .black_glbl_btn {
    margin-top: 10px;
  }

  .refine_arw_hldr {
    left: 210px;
    column-gap: 10px;
  }

  .refine_arw_hldr::after {
    display: none;
  }

  .refined__arrows {
    bottom: 60px;
  }

  .refine_img {
    height: 60vh;
  }

  .refined__slider_section {
    min-height: 60vh;
  }

  .leasing__option_card>img {
    margin-bottom: 10px;
  }

  .leasing__option_card h3,
  .progress__card h3 {
    margin-bottom: 5px;
  }

  .progress_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
  }

  .progress_btn {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }

  .progress__section .row {
    row-gap: 10px;
  }

  .appointmnet_form {
    text-align: left;
    max-width: 100%;
  }

  .form_fields select {
    margin-top: 10px;
  }

  .form_btn {
    text-align: center;
     padding-bottom: 13px;
    overflow: hidden;
  }

  .ftr_bnr_img {
    height: 200px;
  }

  .ftr_info {
    bottom: 10px;
    left: 10px;
  }

  .ftr_info h6 {
    margin-bottom: 10px;
  }

  .lease_footer_logo {
    max-width: 80px;
  }

  .footer_mid {
    margin: 20px 0;
  }

  .footer_bottom ul {
    margin-bottom: 25px;
  }

	.lease_tab_right_wrpr .btn_wrpr {
    flex-direction: column;
    width: 100%;
}
	.lease_tab_right_wrpr .btn_wrpr a{
	 min-width: 100%;
    width: 100%;
	}
	.container {
    padding: 0 12px;
}

  /* Lease Landing PAGE End */

  /* leasingplan_modal */
  .leasingplan_modal .modal-body {
    padding: 0px 20px;
    padding-bottom: 20px;
  }

  .leasingplan_modal .modal-dialog {
    max-width: 350px;
  }
	

  /* leasingplan_modal */


}


@media only screen and (max-width: 360px) {


  /* Lease Landing PAGE Start */
  .lease_tab_right_wrpr {
    margin-top: 55px;
  }

  .btn_wrpr {
    flex-direction: column;
    display: flex;
  }

  .btn_wrpr a {
    width: 100%;
  }

  .eco_for.slick-current img {
    scale: 0.6;
  }

  .eco_for {
    margin-top: -30px;
  }

  .lease_heading h2,
  .refined__slider_hldr h3,
  .ftr_info a,
  .ebike_sticky_hdng_wrpr h3,
  .lease_tab_right_wrpr .lease_heading h2 {
    font-size: 18px;
  }

  .ebike_sticky_card_wrpr .cards h3 {
    max-width: 170px;
    font-size: 13px;
  }

  .refined__slider_hldr {
    max-width: 290px;
  }

  .refine_arw_hldr {
    left: 180px;
  }
  /* Lease Landing PAGE End */


}


