 .mobile_bottom_menu {
    background: #222;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    display: block;
}
.mobile_bottom_menu>ul {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    z-index: 999999;
    position: relative;
    padding-left: 0!important;
}
.mobile_bottom_menu>ul>li {
    text-align: center;
    transition: .3s;
    width: 25%;
    background: #2D2D2D;
}
.mobile_bottom_menu>ul>li.active {
    background: #1D1D1D;
}
.mobile_bottom_menu>ul>li a {
    padding: 14px 0;
    display: block;
}
ul.menu_item li {
    padding: 0;
}
.mobile_bottom_menu>ul figure {
    margin-bottom: 1.5rem;
    height: 1rem;
}
.mobile_bottom_menu>ul>li>a p {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-top: -15px;
    padding: .5rem 0 0;
    text-align: center;
    font-family: Poppins, Regular;
    margin-bottom: 0;
    font-weight: 300;
}
.menu_item li.active {
    background: #3A3A3A;
}
.Products-mobile, .franchise-mobile, .contact-mobile, .menu-mobile {
    background: #1D1D1D;
    padding: 3rem 0;
    position: absolute;
    bottom: 4rem;
    left: 0;
    transition: .5s;
    width: 100%;
    height: 100vh;
    transform: translateY(100%);
    overflow-y: auto;
}
.Products-mobile.show, .franchise-mobile.show1, .contact-mobile.show2, .menu-mobile.show3 {
    transform: translateY(0);
}
.Products-mobile {
    padding: 7rem 1rem;
}
.m_product_box img {
    margin-left: 0;
}
.Products-mobile h4, .contact-mobile h4 {
    font-size: 28px;
    line-height: 2.9rem;
    padding-bottom: 1rem;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: Poppins, Bold;
}
.m_product_box {
    display: block;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.product_menu_img {
    flex-basis: 48.5%;
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    justify-content: center;
}
.product_range {
    flex-basis: 48.5%;
    background: var(--redcolor);
    padding: 1.5rem;
}
.product_range p {
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 400;
    color: var(--whitecolor);
    letter-spacing: -.16px;
    padding: 0;
}
.product_range img {
    width: 2rem;
    margin-top: 1.5rem;
    filter: invert(1);
}
.product_menu_img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: .6;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product_menu_img img {
    width: 100%}
.product_menu_img p {
    padding: 0;
    position: absolute;
    bottom: 1rem;
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: bold;
    color: var(--whitecolor);
    letter-spacing: -.16px;
    text-shadow: 0 1px 6px #000000ab;
    z-index: 9;
}
.entrepreneurial_menu {
    padding: 1rem .5rem 0;
    position: relative;
}
.entrepreneurial_menu:before {
    content: "";
    width: 100%;
    height: 73%;
    background: #a50000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.entrepreneurial_menu .search-by .icon {
    margin: 70px 0 110px 0;
}
.entrepreneurial_menu .search-by h3 {
    color: #FFFFFF;
    font-size: 27px;
    font-family: Poppins, Bold;
    line-height: 35px;
    margin-bottom: 25px;
}
.mobile_bottom_menu .franchise-mobile {
    background: #a50000;
}
.entrepreneurial_menu h4 {
    font-size: 3.8rem;
    line-height: 4rem;
    font-weight: 500;
    color: var(--whitecolor);
    letter-spacing: -2.24px;
    padding-bottom: 3.5rem;
    padding-right: 5rem;
}
.entrepreneurial_menu p a {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: var(--whitecolor);
    padding-bottom: 1rem;
    position: relative;
    letter-spacing: -.16px;
    display: inline-block;
}
.entrepreneurial_menu p a:after {
    content: "";
    width: 100%;
    height: .2rem;
    background: var(--whitecolor);
    position: absolute;
    left: 0;
    bottom: 0;
}
.entrepreneurial_menu figure {
    margin-top: 5rem;
}
.entrepreneurial_menu figure img {
    width: 100%}
.contact-mobile {
    padding: 7rem 1rem 0;
}
.contact-mobile p {
    color: #E5E5E5;
    font-size: 18px;
    line-height: 24px;
    font-family: Poppins, Regular;
}
.mb-55 {
    margin-bottom: 55px;
}
.contact_inner_box {
    padding: 1.5rem 1rem;
    background: #2D2D2D;
    margin-bottom: 16px;
    border-radius: 0;
    display: flex;
    align-items: flex-start;
    height: auto;
}
.mobile_bottom_menu .contact-mobile {
    background: #1D1D1D;
}
.contact_inner_box a, .contact_inner_box p {
    font-size: 13px;
    line-height: 24px;
    color: #E5E5E5;
    letter-spacing: 1px;
    display: block;
    margin-top: 0;
    font-family: Poppins, Regular;
    font-weight: 400;
    margin-left: 15px;
    text-align: left;
}
.menu-mobile {
    padding: 5rem 1rem 3rem;
}
.m_mobile_top {
    padding-left: 0;
}
ul.m_mobile_top li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-bottom: 0;
    text-transform: none;
    font-family: Cairo, Regular;
}
.menu-mobile-buttom .accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.menu-mobile-buttom .accordion-item {
    background-color: transparent;
    border: 0;
}
.menu-mobile-buttom .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}
.menu-mobile-buttom .accordion-button, .menu-mobile-buttom a {
    padding: 0;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    font-family: "Orbitron", sans-serif;
    padding: 15px 0;
    margin: 0;
}
.menu-mobile-buttom a {
    width: 100%;
    display: block;
}
.menu-mobile-buttom .accordion-body {
    padding: 0;
}
.menu-mobile-buttom .accordion-button::after {
    background-image: url('../images/click-arrow.svg');
}
.menu-mobile-buttom .accordion-button:not(.collapsed)::after {
    background-image: url('../images/click-arrow.svg')!important;
    transform: rotate(-180deg);
}
ul.m_mobile_bottom li a {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: var(--whitecolor);
    letter-spacing: -.18px;
    opacity: .67;
    margin-bottom: 3rem;
}
#accordian .list-menu {
    display: none;
    position: static;
}
.main-links {
    padding: 7rem 2rem 4rem;
    height: 90vh!important;
    overflow-y: auto;
    width: 100%}
.main-links>ul li a {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #ffffffe0;
    border-bottom: .1rem solid #fffafa4a;
    padding: 1.5rem 0 .8rem;
    position: relative;
}
.main-links>ul li.active>a {
    color: var(--whitecolor);
}
ul.list_manu {
    border-bottom: .1rem solid #fffafa4a;
    padding-bottom: 2rem;
    display: none;
}
ul.list_manu li a {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-left: 3rem;
    border: none;
    position: relative;
}
ul.list_manu li a:before {
    content: "";
    width: 1rem;
    height: .1rem;
    background: var(--whitecolor);
    position: absolute;
    top: 2.3rem;
    left: 1rem;
}
.Products-mobile h3 {
    min-width: 140px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
}
@media screen and (max-width:360px) {
    .contact_inner_box a, .contact_inner_box p {
    font-size: 12px;
}
.m_product_box figure img {
    max-width: 100px;
}
}
@media screen and (min-width:1600px) {
    .header nav.sticky {
}
nav.sticky a.logo {
    max-width: 150px;
}
.header nav.sticky li.wheels-text-on-hover:hover .hide {
    top: 150px;
}
}
@media screen and (max-width:1600px) {
    .full-width-megamenu {
    height: 600px;
    overflow: auto;
    padding-bottom: 9rem;
}
}
@media screen and (max-width:1499px) {
 .mega-menu figure {
        width: 50px!important;
    }
}
	
}@media screen and (max-width:1440px) {
    .search-input span img {
    margin-top: 14px!important;
    margin-left: 16px!important;
}
.first-box.finish {
    width: 36%}
.first-box.size {
    width: 12%}
.first-box.brands {
    width: 18%}
.search_wrapper-form .search-input span {
    padding-top: 0;
    margin-top: 0!important;
}
.bottom-mega-menu {
    margin-top: 2rem;
}
.navbar li a {
    font-size: 18px;
}
.menu-right ul>li>a {
    padding: 0 15px;
}
.header nav.sticky li.wheels-text-on-hover:hover .hide {
    top: 150px;
}
.wed-logo img {
    width: 140px;
}
.menu-bar {
    padding: .7rem 0;
}
.main-section {
    height: 110px;
}
header.main-section.scrolling-navbar.top-nav-collapse .wed-logo img {
    width: 120px;
    padding: 10px 0;
}
header.main-section.scrolling-navbar.top-nav-collapse {
    height: 120px;
}
.inner-header a.logo {
    max-width: 90px;
}
.menu-right {
}
.inner-menu.menu-right {
    margin-top: 0;
}
nav.sticky .menu-right ul>li>a {
}
nav.sticky a.logo {
    max-width: 148px;
}
.mega-menu figure {
    width: 80px;
}
.engg-menu .hide {
    top: 50px;
}
}
@media screen and (max-width:1199px) {
    .menu-right ul>li>a {
    font-size: 18px;padding: 0 15px;
}
header.sticky .menu-right ul>li>a {
    font-size: 18px;
}
}
@media screen and (max-width:1140px) {
    .mega-menu figure {
        width: 60px !important;
    }
}

@media screen and (max-width:1024px) {
    .navbar li {
    padding: 30px 20px;
}
    .show_mega .hide {
        top: 140px!important;
    }
 .mega-menu .series-box-mega-menu figure {
        width: 50px !important;
    }
.header nav.sticky {
    padding: 5px 0 5px 0;
}
header nav {
    padding: 5px 0 5px 0;
}
.menu-right ul>li>a {
    font-size: 16px;
    padding: 0 8px;
}
nav.sticky .menu-right ul>li>a {
    font-size: 16px;
}
.mega-menu h4 {
    font-size: 16px;
}
.hide span {
    font-size: 12px;
    margin-left: 2px;
}
.hide .bottom-mega-menu p a {
    padding: 0 12px;
}
}@media screen and (max-width:991px) {
    .inner-menu.menu-right ul>li>a {
    padding: 0 16px;
}
.menu-right ul {
    justify-content: right;
}
.top-social-icon {
    padding-right: 0;
}
header.sticky .menu-right ul>li>a {
    font-size: 15px;
}
header:before {
    background: none;
}
header.header a.navbar-brand img {
    width: 90px;
}
header nav {
    padding: 0 0 0 0;
}
}
@media screen and (max-width:767px) {
    .Products-mobile h4 {
    text-align: center;
}
nav.sticky .mobile-icon {
    top: 2.5rem;
}
.mobile-menu {
    display: none;
}
.menu-right {
    display: none;
}
.mobile-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 3rem;
}
header nav {
    background: transparent;
    justify-content: center;
    text-align: center;
    display: block;
}
nav.sticky a.logo img {
    max-width: 130px;
}
.accordion-button:focus {
    box-shadow: none;
}
a.logo {
    max-width: 70px;
}
.mobile-menu {
    background-color: #231F20;
}
.mob-menu>a {
    color: #fff;
    padding: 6px 30px;
    border-bottom: none;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize;
}
.closed img {
    filter: invert(1);
}
.mobile-blue-area {
    background-color: #009BDF;
    padding: 20px 30px 40px;
    color: #fff;
    margin-top: 50px;
}
.mobile-blue-area .heading {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    position: relative;
}
.mobile-blue-area .heading:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    background-color: #fff;
    width: 18rem;
    height: 1px;
    opacity: .3;
}
.mobile-blue-area ul {
    margin-top: 30px;
    padding-left: 0;
}
.mobile-blue-area ul li {
    margin-bottom: 9px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}
.mobile-blue-area ul li a {
    color: #fff;
    font-family: 'Orbitron', sans-serif;
}
.mob-menu {
    margin: 30px 0 20px;
}
p.mobile_logo_text {
    display: none;
    font-size: 20px;
    margin-left: 1rem;
    text-align: left;
    color: #000;
    transition: .5s ease all;
}
.header.sticky p.mobile_logo_text {
    color: #000;
}
header.inner-header nav.sticky a.logo img {
    max-width: 80px;
    transition: .5s;
}
.m_product_box figure img {
    width: 130px;
}
a.logo {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
header.sticky a.logo {
    max-width: 100%}
header.sticky a.logo img {
    max-width: 100px;
}
}@media screen and (max-width:575px) {
    nav.sticky .mobile-icon {
    top: 1.5rem;
}
.entrepreneurial_menu .search-by h3 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 30px;
}
.entrepreneurial_menu .search-by .icon {
    margin: 20px 0;
}
.franchise-mobile .search-by .bb-white {
    margin-bottom: 20px;
}
}@media screen and (max-width:480px) {
    .mobile-menu {
    max-width: 100%;
    transform: translateX(100%);
}
    .series-box-mega-menu h3 {
        font-size: 14px!important;
    }
.dealer-bottom p {
    font-size: 1rem;
}
.dealer-bottom span {
    font-size: .8rem;
}
}

@media screen and (max-width:414px) {
    .series-box-mega-menu h3 {
        font-size: 12px !important;
    }
	
}
@media screen and (max-width:350px) {
    .mobile_bottom_menu>ul>li>a p {
    font-size: 10px;
}
}@media (max-width:1649px) {
    .mega-menu figure {
    width: 80px;
}
.series-box-menu p {
    margin-top: 20px;
}
.full-width-megamenu {
    padding-bottom: 0;
}
.series-box-mega-menu {
    margin: 10px 0;
}
}
@media (max-width:1399px) {
    .mega-menu h4 {
    font-size: 16px;
}
.mega-menu figure {
    width: 70px;
}
.series-box-mega-menu h3 {
    font-size: 16px;
}
.mega-menu h4 {
    margin-bottom: 2rem;
}
.series-box-menu p {
    margin-top: 10px;
}
}@media (max-width:1280px) {
}
@media (max-width:1199px) {
	.mega-menu figure {
    margin-right: 1rem;
}
    .series-box-mega-menu h3 {
        font-size: 13px;
    }
	    .mega-menu h4 {
        font-size: 14px!important;
    }
	.brands p {
    font-size: 14px;
	}
	.finish p {
    font-size: 14px;
	margin-top:30px;
	}
	.menu-right .container .mega-menu ul>li>a {
    font-size: 14px;
    line-height: 34px;
}
	.series-box-menu p {
    font-size: 16px;
	}
	
	    .mega-menu figure {
        width: 70px!important;
    }

}
@media (max-width:991px) {
    .menu-right ul>li>a {
    color: black;
}
.show_mega .hide {
        padding: 40px 0;
        top: 105px;
    }
	.series-box-mega-menu h3 {
        font-size: 11px;
    }
	    .mega-menu figure {
        width: 50px !important;
    }
	    .mega-menu figure {
        margin-right: 0.5rem;
    }
	.menu-right .container .mega-menu ul>li>a {
        font-size: 12px;
        line-height: 31px;
    }
	    .mega-menu h4 {
        font-size: 12px !important;
    }
	.first-box.finish img{
    width: 11%;
}
.series-box-menu a img{width:18%;}
	.first-box.brands img {
    width: 22%;
}
	.series-box-mega-menu {
    padding: 8px 8px;
	}
.search__icon img, .menu-right ul>li>a img {
    filter: invert(1);
}
.header-white .menu-right ul>li>a img {
    filter: invert(1) invert();
}
header.sticky .menu-right ul>li>a img {
    filter: invert(1);
}
header .menu-right ul>li>a.hambargur {
    filter: invert(100) invert(1);
}
header.sticky .menu-right ul>li>a.hambargur {
    filter: invert(100) invert(1);
}
.show_mega .hide {
    top: 105px!important;
}
.menu-right ul>li>a:hover {
    color: #a50000;
}
}
@media (max-width:767px) {
	    .series-box-menu a img {
        width: 46%;
    }
	 .Products-mobile h3 {
     	text-align: end;
    }
	.series-box-menu h3 img{width:5%;}
	.series-box-mega-menu h3 {
        font-size: 16px;
    }
	.series-box-mega-menu {
    justify-content: space-between;
	}
	.Products-mobile h3 {
    min-width: 100px;
	margin-right:1rem;
	}
}
@media (max-width:480px) {
    .Products-mobile h3 {
        min-width: 130px;
        margin-right: 1rem;
		text-align: end;
    }
}

