#navigation .dropdown-menu {
    top: 25px;
    border: 0px;
    border-radius: 0px;
    padding: 0px 10px;
    min-width: 12rem;
    background-color: rgba(14, 2, 34, 0.36) !important;
    box-shadow: 1px 2px 5px 1px rgba(249, 249, 249, 0.41);
}
 .padding_30{
    padding:30px !important;
     margin:0px;
}
 .shrink #navigation .dropdown-menu {
    background-color: #fff !important;
    top: 38px;
    border: 0px;
    border-radius: 0px;
    padding: 0px 10px;
    min-width: 13rem;
    box-shadow: 1px 5px 8px 0px rgba(0, 0, 0, .6);
}
 .text-large{
    font-size: 1rem!important;
}
 .shrink #navigation .dropdown-menu li a {
    color: #000;
}
 #navigation .dropdown-menu li a {
    color: #fff;
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .09375rem;
}
 #navigation .dropdown-menu li:last-child a {
    border-bottom: 0px;
}
 #navigation .dropdown-menu li a:hover {
    text-decoration: none;
}
/*end drop menu*/
/*---------------------------------------- 10.Portfolio Area Css ----------------------------------------*/
 .title-md-extra-large-4 {
     font-size: 2.25rem !important;
     line-height: 3rem !important;
     text-shadow: 2px 3px rgba(0, 0, 0, 0.39);
     font-weight: 700;
     text-transform: capitalize;
     font-family: 'PT Serif', serif;
     font-style: italic;
    /*font-family: 'Lobster Two', cursive;
    */
}
 .title-md-extra-large-5 {
    /* font-size: 3.375rem !important;
    */
    font-size: 2rem !important;
    line-height: 3rem !important;
    text-shadow: 2px 3px rgba(0, 0, 0, 0.39);
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 350px;
}
 .title-md-extra-large-6 {
    /* font-size: 3.375rem !important;
    */
    font-size: 2rem !important;
    line-height: 3rem !important;
    text-shadow: 2px 3px rgba(0, 0, 0, 0.39);
    font-weight: 700;
    text-transform: capitalize;
    margin-left: 50px;
}
 .banner-text{
    margin-left: 125px;
}
 .m-t-150{
    margin-top: 150px;
}
 header.shrink.header-light {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 7px 30px -6px rgba(0, 0, 0, 0.15) !important;
}
 header.shrink.header-light .navbar-nav .nav-link:hover {
    color: #9b3d3d !important;
}
 header.shrink.header-light .navbar-nav .nav-link {
    color: #000 !important;
}
 .pst-content {
    padding-left: 10px;
}
 .project-menu {
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 0px;
}
 .portfolio-area .tab-content {
    padding: 15px 25px 0px 15px;
    border: 1px solid #ddd;
}
 .project-menu li {
    display: inline-block;
}
 .project-menu li a {
    border: 0px solid #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px 4px;
    margin-left: 4px;
    padding: 11px 17px 6px;
    transition: all 0.3s ease 0s;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(70, 64, 162, 0.02);
    background: #E4E4E4;
    color: #363636;
    text-decoration: none;
    border-top-right-radius: 36px !important;
}
 .project-menu li a:first-child {
    margin-left: 0px;
}
 .project-menu li a.active, .project-menu li a:hover {
    border-color: #3EC1D5;
    background: #3EC1D5;
    color: #fff;
    text-decoration: none;
    border-top-right-radius: 36px !important;
}
 .single-awesome-portfolio {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 25%;
    position: relative;
}
 .single-awesome-project {
    overflow: hidden;
    margin-bottom: 20px;
    background-color: rgba(213, 213, 213, 0.2);
    width: 252px;
    transform: scale(1);
    transition: all .5s;
    border: 1px solid #ddd;
    border-radius: 4px;
}
 .hero-slides-wrapper .slides span {
    z-index: 10000;
}
 .single-awesome-project:hover {
    transform: scale(1.05);
}
 .first-item {
    margin-bottom: 30px;
}
 .awesome-img {
    display: block;
    position: relative;
    background: rgb(228, 218, 207);
    height: 230px;
}
 .awesome-img>a h4 {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 16px;
    font-weight: 600;
    color: #6b6b6b;
}
 .awesome-img>a img {
    height: 185px;
    padding: 15px 0px 0px;
}
 .awesome-img>a {
    display: block;
    position: relative;
}
 .single-awesome-project:hover .awesome-img>a::after {
    opacity: 1;
}
 .single-awesome-project:hover .add-actions {
    opacity: 1;
    bottom: 0;
}
 .awesome-img>a::after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}
 .add-actions {
    background: rgba(64, 68, 44, 0.55) none repeat scroll 0 0;
    bottom: 30px;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
}
 .project-dec {
    display: block;
    height: 100%;
    width: 100%;
}
 .project-dec a {
    display: block;
    height: 100%;
    width: 100%;
}
 .project-dec h4 {
    margin-bottom: 5px;
}
 .project-dec h4:hover {
    color: #fff;
}
 .left-comma:before {
    content: ' \275D';
}
 .right-comma:after {
    content: ' \275E';
}
 .project-dec h4 {
    color: #ddd;
    font-size: 24px;
    margin-top: -45px;
    padding-top: 50%;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
}
 .project-dec span {
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 3px 10px;
}
 .project-action-btn {
    display: block;
    height: 100%;
    text-align: center;
    transition: all 1s ease 0s;
    width: 100%;
}
 .project-action-btn li {
    display: block;
    height: 100%;
    width: 100%;
}
 .project-action-btn li a {
    display: block;
    height: 100%;
    width: 100%;
}
 header .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .09375rem;
    position: relative;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .9);
}
/*--------------------------------*/
/* 14.Contact Area 
/*--------------------------------*/
 .contact-area {
    height: auto;
    width: 100%;
    background-color: #f2f2f2;
}
 .contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
}
 .contact-content-right {
    padding: 100px;
}
 .contact-form input[type="text"], .contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #353434;
    border-radius: 0;
    color: #212121;
    height: 40px;
    margin-bottom: 16px;
    padding-left: 20px;
    width: 100%;
}
 .contact-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #353434;
    border-radius: 0;
    color: #212121;
    height: 140px;
    padding: 20px;
    width: 100%;
}
 .contact-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}
 .contact-form button[type=submit]:hover {
    color: #fff;
    border: 1px solid #3EC1D5;
    background: #3EC1D5;
}
 .contact-form #sendmessage {
    color: #3EC1D5;
    border: 1px solid #3EC1D5;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
 .contact-form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
 .contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
    display: block;
}
 #contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}
 .single-icon i {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #444;
    line-height: 46px;
    border-radius: 50%;
    margin-bottom: 20px;
}
 .single-icon p {
    font-size: 16px;
    line-height: 30px;
    width: 77%;
}
 .contact-icon {
     margin-bottom: 40px;
}
 #google-map {
    height: 370px;
    margin-bottom: 20px;
}
 .portfolio-area {
    padding: 20px 0px 0px;
}
 .text-base-color {
    color: #ffffff !important;
}
 .section-headline p {
    width: 100%;
    margin-bottom: 11px;
    font-size: 1rem;
}
 .section-headline-geniventury{
    width: 100%
}
 .section-headline-geniventury p{
     font-weight: 400;
    padding-left: 30px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.2px;
    line-height: 1.5rem;
    margin-bottom: 11px;
    font-size: 1rem;
}
 .section-headline-geniventury p::last-line{
     line-height: 0px;
}
 .gn-header-heading i{
    font-size: 20px;
    color: #ad7173;
    padding-right: 10px;
}
 .gn-header-heading h3{
    font-weight: 600;
    color: #333;
    font-size: 1.5rem;
}
 .awesome-menu .nav-tabs {
    border-bottom: 1px solid #4b51e0;
}
 .bg-base-color {
    background-color: transparent !important;
}
 .shrink .bg-base-color{
    background-color: transparent !important;
}
 .navbar-nav-brand .d-flex::before {
    border: 0px dashed rgba(255, 255, 255, .6) !important;
    content: '';
    display: block;
    height: calc(100% - 12px);
    position: absolute;
    width: calc(100% - 10px);
}
 header.shrink.header-light .navbar-nav .nav-link.active::before {
    background-color: transparent !important;
}
 .project-dec-txt .section-headline p {
    margin: 8px auto;
    text-transform: capitalize;
    font-size: 15px;
    width: 100%;
}
 br{
     content: "";
     margin-bottom: 8px;
     display: block;
}
 .no-margin {
    margin-right: 0px;
    margin-left: 0px;
}
 .project-dec h4 {
    color: #fff;
}
 .bg-img-cover-top {
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
 .bg-img-contain {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    margin: 10px;
}
 .bg-overlay-black-3::before {
     background: transparent !important;
    background-color: transparent;
}
 .h-40 {
    height: 65vh;
}
 .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
 .project-dec a:hover {
    text-decoration: none;
}
 .left_pduct_menu .list-group-item-secondary {
    color: #383d41;
    background-color: #e9ecef;
}
 .left_pduct_menu .list-group-item {
    position: relative;
    display: block;
    padding: 5px 15px 5px 0px;
    background-color: #fff;
    border: 0px solid #ddd;
    font-family: 'Open Sans', sans-serif, sans-serif;
    font-size: 15px;
    color: #666666;
    transition: all .5s;
}
 .left_pduct_menu .list-group-item-light.list-group-item-action:focus, .left_pduct_menu .list-group-item-light.list-group-item-action:hover {
     color: #000;
    background-color: #f7f7f7;
    padding-left: 5px;
}
 .left_pduct_menu .list-group-item:first-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-bottom: 1px solid rgba(208, 208, 208, 0.45) !important;
}
 .left_pduct_menu .section-title {
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;
}
 .left_pduct_menu .list-group-item-secondary.list-group-item-action:focus, .left_pduct_menu .list-group-item-secondary.list-group-item-action:hover {
     color: #383d41;
    background-color: transparent;
}
 .left_pduct_menu .sidebar-widget {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
}
 .breadcrumb {
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px;
    box-shadow: 0px 2px 7px -4px rgba(0,0,0,.5);
    padding: 0px;
    list-style: none;
    background-color: #eee;
    font-size: 15px;
}
 .breadcrumb li{
    padding: 8px 10px;
}
 .breadcrumb li:hover{
     background-color: #ddd;
}
 .breadcrumb a:focus {
    outline: 0;
}
 .breadcrumb a {
    outline: 0;
    outline-style: none;
    text-decoration: none;
}
 .breadcrumb li:first-child a {
    outline: 0;
    color: red;
    outline-style: none;
    text-decoration: none;
    cursor: default;
}
 .input-group-text {
    background-color: #f7f7f7;
}
 .product-details-description .p_main_heading {
    border-bottom: 1px solid #ddd;
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0px 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
 .product-details-description p.p_main_description {
    margin-top: 0;
    margin-bottom: .7rem;
    font-size: 15px;
}
 .p_main_list {
    list-style: none;
    padding-left: 0px;
}
 .p_main_list li:before {
    content: ' \27A0';
    font-size: 18px;
    padding-right: 10px;
}
 .p_main_list li {
    font-size: 14px;
}
 .p_main_list li span {
    font-size: 13px;
    font-weight: 600;
    min-width: 100px;
    display: inline-block;
}
 .product-img-details {
    border: 1px solid #ddd;
    background-color: #f1f1f1;
    padding: 5px;
}
 .product-img-details img {
    width: 100%;
}
 .store_details_section .card-body .card-title{
    font-size: 18px;
    font-weight: 600;
}
 .store_details_section .card-body .card-text{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
}
 .store_details_section .card-body .card-text br{
     margin-bottom: 0px;
}
 .map-iframe{
    padding: 8px 8px 4px;
    background-color: #fff;
    border: 1px solid #ffe9e9;
    border-radius: 4px;
}
 .store-location{
    height: 415px;
}
 .margin-zero{
    margin: 0 auto 30px;
    float: none;
    width: 100%;
}
 .main_list{
    display: table;
    list-style: none;
    padding-left: 0px;
}
 .main_list li {
    font-size: 14px;
    display: table-row;
}
 .main_list li::before {
    content: ' \27A0';
    font-size: 18px;
    margin-top: -4px;
    position: absolute;
}
 .store-padding{
    padding: 50px 0px !important;
}
 .store_heading{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.39);
    margin: 0.75rem auto;
    padding-left: 6px;
}
 .store_border{
    padding-right: 38px;
}
 .store_border>.card-body{
    border-bottom: 1px solid #ddd;
}
 .store_border>.card-body:last-child{
    border-bottom: 0px solid #ddd;
}
 .over-text{
     font-size: 14px;
    font-weight: 500 !important;
    min-width: 100px;
    float: right;
    width: 96%;
}
 .store-add{
    z-index: 1;
    width: 90%;
    background-color: #425b91e6;
    left: 5%;
    position: absolute;
    top: 36.5%;
    height: 110px;
    padding: 12px;
    color: #fff;
}
 .scroll_fixed {
    position:absolute;
    width: 250px;
    z-index: 1;
}
 .scroll_fixed.fixed {
    position:fixed;
    top:70px;
    z-index: 1;
}
 .flickity-prev-next-button.previous {
    border-radius: 27px;
    left: -10px;
}
 .flickity-prev-next-button.next {
    right: -10px;
     border-radius: 27px;
}
 .flickity-viewport .carousel-custom.carousel-base-color .flickity-prev-next-button {
    background-color: #fbe6ed !important;
}
 .flickity-viewport:hover .carousel-custom.carousel-base-color .flickity-prev-next-button {
    background-color: #ff4081 !important;
}
 .flickity-prev-next-button {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #000 !important;
    border-radius: 0;
    height: 54px;
    margin-top: 0px;
    opacity: 1 !important;
    width: 54px;
}
 .p-r-0{
     padding-right: 0px !important;
}
 .breadcrumb-item.brand ,.breadcrumb-item a {
     color: #0d3477;
}
 .breadcrumb-item.active,.breadcrumb-item.active a {
     color: #000 !important;
     text-decoration: none;
}
 @media only screen and (max-width: 480px) {
     .project-menu li, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active , .nav-tabs .nav-link{
        width: 100%;
    }
     .padding-right{
         padding-right: 15px;
    }
     .project-menu {
         text-align: left;
    }
     .ja-ml{
         margin-left: 0;
    }
     .john-Ash-ml{
         margin-left: 0;
    }
     .hover-img li{
         display: none !important;
    }
    .web_view{
    	display: none;
    }
}
 @media only screen and (min-width: 640px) and (max-width: 768px) {
 	.web_view{
    	display: none;
    }
     .padding_30 {
        padding:30px 0px 0px !important;
        margin: -37px 0px 0px;
        background-color: #ffffff;
    }
     .hero.hero-slideshow{
        height: 400px;
    }
     #hero-bg-slideshow::after{
        bottom: 5px;
    }
     header .navbar-brand img {
         position: relative;
        left: -30px;
        height: 46px;
        top: -8px;
    }
     .bg-img-cover.hero-bg-static9{
        background-position: top center !important;
         background-size: cover !important;
    }
     .bg-img-cover.hero-bg-static3 {
         background-image: url(../images/productslider/nissan-bg.jpg);
         background-position: top center !important;
    }
     .title-md-extra-large-5{
        margin-top: 260px;
    }
     .navbar-wrapper {
         left: 45%;
    }
     .project-dec h4 {
        margin-top: 0;
         padding-top: 50%;
    }
     .product-slider img{
        margin-top: 100px;
    }
     .h-40 {
         height: 346px;
    }
     .hero-bg-static3.h-40 {
         height: 319px;
    }
    .hero-bg-static3{
        margin-top: 58px;
    }
     .nissan-container{
        margin-top: -44px;
        background-color: #fff;
        padding-top: 35px;
    }
     .hero-bg-static3.bg-img-cover{
        background-position: top center !important;
    }
     .hero-bg-static17::after, .hero-bg-static10::after, .hero-bg-static9::after, .hero-bg-static8::after, .hero-bg-static9::after, .hero-bg-static7::after, .hero-bg-static-sppc::after, .hero-bg-static-peter::after, .hero-bg-static-carrera::after, .hero-bg-static6::after, .hero-bg-static::after, .hero-bg-static3::after, .hero-bg-static4::after, .hero-bg-static5::after, .hero-bg-static-lomani::after, .hero-bg-static-hustler::after{
        bottom:30px;
    }
     .hero-bg-static3::after {
         bottom: 51px;
    }
     .hero-bg-static3 .title-extra-large-2 {
         margin-top: -75px;
    }
     #hero-bg-slideshow .slides > .bg-img-cover:nth-child(3){
        margin-top: 47px;
    }
     .awesome-img{
        height: 200px;
    }
     .add-actions{
        height: 95%;
        bottom: 11px !important;
    }
     .footer-section-content.foot-bg01::before {
         top: 0px;
    }
     .hero-bg-static.store-after-img::after ,.bg-img-cover.about-page::after{
        bottom: 0px;
    }
}
 .store_details_section .Office-location .card-body .card-text{
    margin-bottom: 0rem;
}
 .Office-location .p_main_list li {
    font-size: 13px;
    font-weight: 300;
}
 .Office-location .p_main_list li span {
    font-size: 13px;
    font-weight: 300;
    min-width: 65px;
}
 .Office-location .card-body{
    padding: 0.25rem;
}
 .overlay_section13 {
    background-color: rgba(0, 0, 0, 0.03) !important;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}
 @media only screen and (min-width: 320px) and (max-width: 640px){
 	.web_view{
    	display: none;
    }
     .p-r-0 {
         padding-right: 0px !important;
         padding-left: 0px !important;
    }
     .p-l-12{
         padding-left:20px;
    }
     header .navbar-brand img {
        position: relative;
        left: -30px;
        height: 46px;
        top: -7px;
    }
     #particles-js{
         display: none;
    }
     .product-details-description .p_main_heading{
        margin: 20px 0px 20px;
    }
     .project-menu li, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link {
        width: 100%;
        text-align: left;
    }
     .mt-5, .my-5 {
        margin-top: 0rem !important;
    }
     #best-friends .flickity-viewport{
        height: 150px !important;
    }
     #best-friends .img-fluid {
        max-width: 38% !important;
    }
     .brand-section-div {
        padding-bottom: 15px;
    }
     .project-menu li a{
         font-size: 12px;
    }
     .store-padding {
        padding: 10px 0px !important;
    }
     .store-add {
         width: 87%;
        left: 6%;
         position: absolute;
        top: 13%;
         height: 183px;
    }
     .store-location {
        height: 355px;
    }
     .store_heading {
         font-size: 1.3rem !important;
         line-height: 1rem !important;
         margin: 0.75rem auto ;
    }
     .store_details_section .card-body .card-title{
        font-size: 17px;
    }
     .over-text,.store_details_section .card-body .card-text,.p_main_list li {
        font-size: 13px;
        padding-left: 10px;
    }
     .padding_30{
        padding:0px !important;
         margin:0px;
    }
     .p-l-15{
        padding-left: 15px !important;
    }
     header.header-light {
        border-bottom: 0px solid rgba(0, 0, 0, .09);
    }
     .navbar-wrapper{
        left: 45%;
    }
     footer.bg-img-cover, footer.bg-img-parallax{
        background-size: cover !important;
    }
}
 @media only screen and (min-width: 320px) and (max-width: 990px){
     .bg-img-cover.hero-bg-static-1,.bg-img-cover.hero-bg-static-2{
        background-position: top center !important;
        background-size: cover !important;
    }
     header .navbar-nav .nav-link{
        font-size: 13px;
        padding: .425rem .9375rem;
    }
     #navigation .dropdown-menu.show{
        background-color: #a1a1a1 !important;
        color:#fff!important;
    }
     header {
         height: 58px;
    }
     .scroll_fixed,.scroll_fixed.fixed{
        display: none;
    }
     header .navbar-toggler{
         top: 10px;
        padding: .15rem .25rem;
        right: 20px;
    }
     .portfolio-area {
         padding: 0px 0px 0px;
    }
     header.shrink.header-light {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff !important;
        box-shadow: 0 7px 30px -6px rgba(0, 0, 0, 0.15) !important;
        background-image: linear-gradient(to bottom,rgba(225, 225, 226, 0),rgba(196, 198, 202, 0)) !important;
    }
     header .navbar-brand .d-flex span::after, header .navbar-brand .d-flex span::before, header .navbar-nav-brand .d-flex span::after, header .navbar-nav-brand .d-flex span::before {
         background-color: transparent !important;
    }
     header .navbar-brand .d-flex::before, header .navbar-nav-brand .d-flex::before {
        border: 0px dashed rgba(255, 255, 255, .6) ;
    }
     .bg-img-cover, .bg-img-parallax {
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        position: relative;
    }
     .title-extra-large-2 {
        font-size: 1.2rem !important;
        line-height: 1.375rem !important;
    }
     .text-medium {
        font-size: 0.8rem !important;
        line-height: 1.5rem !important;
    }
     .section-headline p{
        font-size: 0.9rem !important;
    }
     .h3, h3 {
        font-size: 1.5rem;
    }
     .project-dec h4{
         font-size: 20px;
    }
     .gn-header-heading i {
        font-size: 1.1rem;
    }
     .gn-header-heading h3 {
        font-size: 1.3rem;
    }
     .section-headline-geniventury p{
        font-size: 0.9rem;
    }
     .scroll_fixed.fixed{
        position: relative;
        top: 0px;
        z-index: 0;
    }
     .single-awesome-project{
        width: 100%;
    }
     .awesome-img , .single-awesome-project{
        background: transparent;
    }
     .project-dec h4{
        margin-top: 0;
        padding-top: 25%;
    }
     header .navbar-header {
        height:58px;
        width: 100%;
    }
}
 .footerp{
    color: #fff;
    font-size: 10px;
    margin-bottom: 0px !important;
}
 .footer-black .text-base-color {
     color: #000000 !important;
}
 .footer-black .text-gray-100 {
    color: #000000 !important;
}
 .footer-black .footerp {
    color: #000;
}
 .footer-black .text-gray-300{
    color: #000000 !important;
}
 .social-icon{
    font-size:1.2rem !important;
}
 @media (min-width: 320px) and (max-width: 480px) {
     .store-add{
        width: 87%;
        left: 6%;
        top: 10%;
        height: 260px;
    }
     .store-location {
        height: 395px;
    }
     .hero-bg-static5 {
        background-image: url(../images/productslider/genni-bg.jpg);
        background-position: center center !important;
    }
     #best-friends .img-fluid {
        max-width: 60% !important;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 990px){
 	.mob_view{
    	display: none;
    }
     header .navbar-brand img {
        position: relative;
        left: -30px;
        height: 46px;
        top: -8px;
    }
     .mt-1, .my-1 {
        margin-top:0rem !important;
    }
     .col-8 {
        -ms-flex: 0 0 70.666667% !important;
        flex: 0 0 70.666667% !important;
        max-width: 70% !important;
    }
     .text-large {
        font-size: 0.9rem !important;
    }
     .project-menu li a{
        font-size: 11px;
        padding: 11px 7.6px 6px 3px;
        font-weight: 600;
    }
     .nav-tabs .nav-link:hover {
         border-color: #3ec1d5;
    }
     .mt-5, .my-5 {
         margin-top: 1rem !important;
    }
     .store-add{
         top: 22.5%;
        height: 171px;
    }
     .store-location {
        height: 362px;
    }
     .store_details_section .card-body .card-title {
         font-size: 16px;
    }
     .store_details_section .card-body .card-text ,.p_main_list li{
        font-size: 13px;
    }
}
 @media only screen and (min-width: 992px) and (max-width: 1024px){
 	.mob_view{
    	display: none;
    }
     header .navbar-nav .nav-link ,.project-menu li a{
        font-size: 12px;
    }
     header .navbar-nav .nav-item {
        padding: 0 .50rem !important;
    }
     header .navbar-nav.justify-content-lg-start {
        width: calc(45% - 20px);
    }
     header .navbar-nav.justify-content-lg-end{
        width: calc(37% - 20px);
    }
     .single-awesome-project{
         width: 220px;
    }
     .awesome-img{
        background: #ffffff;
    }
     .scroll_fixed{
        width: 220px;
    }
     .add-actions{
        bottom: 16px !important;
    }
     .project-dec h4{
        font-size: 21px;
        margin-top: -15px;
    }
     .store-add{
        top: 31.5%;
        height: 130px;
    }
     .store-location {
         height: 400px;
    }
     .store_details_section .card-body .card-title {
        font-size: 16px;
    }
}
/*----------------------------------------- 320 to 480-------------------------*/
 @media only screen and (min-width:320px) and (max-width: 480px){
     .john-img{
        display: none;
    }
     .hero.hero-slideshow{
         height: 280px;
    }
     .h-40 {
         height: 215px;
    }
     .hero-bg-static3.h-40 {
         height: 188px;
    }
    .hero-bg-static3{
        margin-top: 56px;
    }
     .hero-bg-static17::after, .hero-bg-static10::after, .hero-bg-static9::after, .hero-bg-static8::after, .hero-bg-static9::after, .hero-bg-static7::after, .hero-bg-static-sppc::after, .hero-bg-static-peter::after, .hero-bg-static-carrera::after, .hero-bg-static6::after, .hero-bg-static::after, .hero-bg-static3::after, .hero-bg-static4::after, .hero-bg-static5::after, .hero-bg-static-lomani::after, .hero-bg-static-hustler::after{
         bottom: 37px;
    }
     .hero-bg-static3::after{
         bottom: 37px;
    }
     .hero-bg-static3.bg-img-cover{
        background-position: top center !important;
    }
     .hero-bg-static.store-after-img::after ,.bg-img-cover.about-page::after{
        bottom: 0px;
    }
     .bg-img-cover.about-page{
         background-size: cover !important;
    }
     .page-section.about.clearfix{
         padding-top: 0rem;
         padding-bottom: 0rem;
    }
     .intro .intro-text2 {
        width: 100%;
        height: 500px;
        z-index: 1;
    }
     .intro .intro-img {
        width: 100%;
        float: none;
        margin-top: 3.8rem;
        z-index: 9999999;
    }
     .section-headline.about-content p {
        font-size: 0.9rem !important;
        line-height: 15px !important;
    }
     .footer-section-content.foot-bg01::before {
         top: 0px;
    }
}
 @media only screen and (min-width:320px) and (max-width: 360px){
     .padding_30 {
        padding: 37px 0px 0px !important;
        margin: -37px 0px 0px;
        background-color: #ffffff;
    }
     .nissan-container{
        margin-top: -82px;
        background-color: #fff;
        padding-top: 50px;
    }
     .hero-bg-static9 {
        margin-bottom: 30px !important;
    }
     .gn-header-heading h3 {
         font-size: 1.0rem;
    }
     .breadcrumb{
         font-size: 13px;
    }
     .breadcrumb li {
         padding: 8px 5px;
    }
     .portfolio-area {
         margin-top: -30px;
    }
     .m-t-150 {
         margin-top: 35px;
    }
     .title-extra-large-2 {
        font-size: 10px !important;
        line-height: 7px !important;
    }
     .title-md-extra-large-5{
         margin-top: 105px;
        text-shadow: none;
    }
     .text-medium {
        font-size: 12px !important;
        line-height: 17px !important;
    }
     .title-md-extra-large-4{
         text-shadow: none;
    }
     .hero-bg-static3 .title-extra-large-2 {
        margin-top: -43px;
    }
     #hero-bg-slideshow::after{
         bottom: 32px;
    }
     .p-l-12 {
        padding-left: 15px;
        width: 50%;
        padding-right: 15px;
    }
    .awesome-project-content>.col-md-4{
        width: 50% !important;
         padding: 5px;
    }
    .single-awesome-project{
         margin-bottom: 0px;
    }
     .awesome-img{
        height: 145px;
    }
     .portfolio-area .tab-content {
        padding: 15px 15px 0px 15px;
    }
     .awesome-img {
         height: 100px;
    }
    .project-dec h4 {
        font-size: 9px;
    }
    .project-dec span {
        font-size: 7px;
        padding: 3px 4px;
    }
    .section-headline p {
         font-size: 0.7rem !important;
    }
     .text-large {
         font-size: 0.8rem !important;
    }
     .banner-img-text{
        font-size: 8px !important;
    }
     .product-details-description p.p_main_description{
        font-size: 13px;
    }
     .footer-section-content.foot-bg01::before {
         top: 0px;
    }
     .hero-bg-static3::after {
         bottom: 64px;
    }
}
 @media only screen and (min-width:400px) and (max-width: 420px){
     .awesome-project-content>.col-md-4{
        width: 50% !important;
         padding: 5px;
    }
    .single-awesome-project{
         margin-bottom: 0px;
    }
     .awesome-img{
        height: 145px;
    }
     .portfolio-area .tab-content {
        padding: 15px 15px 0px 15px;
    }
     .awesome-img {
         height: 100px;
    }
    .project-dec h4 {
        font-size: 11px;
    }
    .project-dec span {
        font-size: 10px;
        padding: 3px 5px;
    }
    .section-headline p {
         font-size: 0.8rem !important;
    }
     .text-large {
         font-size: 0.8rem !important;
    }
     .banner-img-text{
        font-size: 8px !important;
    }
     .product-details-description p.p_main_description{
        font-size: 13px;
    }
     .padding_30 {
        background-color: #ffffff;
         padding: 10px 0px 0px !important;
    }
     .hero-bg-static17::after, .hero-bg-static10::after, .hero-bg-static9::after, .hero-bg-static8::after, .hero-bg-static9::after, .hero-bg-static7::after, .hero-bg-static-sppc::after, .hero-bg-static-peter::after, .hero-bg-static-carrera::after, .hero-bg-static6::after, .hero-bg-static::after, .hero-bg-static3::after, .hero-bg-static4::after, .hero-bg-static5::after, .hero-bg-static-lomani::after, .hero-bg-static-hustler::after{
         bottom: 19px;
    }
     .hero-bg-static3.h-40 {
         height: 250px;
    }
    .hero-bg-static3{
        margin-top: 58px;
    }
     .hero-bg-static3::after {
         bottom: 80px;
    }
     .nissan-container{
        margin-top: -75px;
        background-color: #fff;
        padding-top: 15px;
    }
     .bg-overlay-black-2::before {
         background: transparent !important;
    }
     .hero-bg-static3 .title-extra-large-2 {
        margin-top: -70px;
    }
     .title-md-extra-large-4{
         text-shadow: none;
    }
     .title-extra-large-2 {
        font-size: 13px !important;
        line-height: 7px !important;
    }
     .text-medium {
        font-size: 9px !important;
        line-height: 17px !important;
    }
     #hero-bg-slideshow::after{
         bottom: 25px;
    }
    .title-md-extra-large-5 {
        margin-top: 125px;
        text-shadow: none;
    }
     .footer-section-content.foot-bg01::before {
         top: 0px;
    }
}
 @media only screen and (min-width:421px) and (max-width: 480px){
     .awesome-project-content>.col-md-4{
        width: 50% !important;
         padding: 5px;
    }
    .single-awesome-project{
         margin-bottom: 0px;
    }
     .awesome-img{
        height: 145px;
    }
     .portfolio-area .tab-content {
        padding: 15px 15px 0px 15px;
    }
     .awesome-img {
         height: 100px;
    }
    .project-dec h4 {
        font-size: 13px;
    }
    .project-dec span {
        font-size: 11px;
        padding: 3px 5px;
    }
    .section-headline p {
         font-size: 0.8rem !important;
    }
     .text-large {
         font-size: 0.8rem !important;
    }
     .banner-img-text{
        font-size: 8px !important;
    }
     .product-details-description p.p_main_description{
        font-size: 13px;
    }
     .padding_30 {
        background-color: #ffffff;
        margin: -12px 0px 0px;
         padding: 20px 0px 0px !important;
    }
     .hero.hero-slideshow {
        margin-top: 32px;
    }
     .hero-bg-static17::after, .hero-bg-static10::after, .hero-bg-static9::after, .hero-bg-static8::after, .hero-bg-static9::after, .hero-bg-static7::after, .hero-bg-static-sppc::after, .hero-bg-static-peter::after, .hero-bg-static-carrera::after, .hero-bg-static6::after, .hero-bg-static::after, .hero-bg-static3::after, .hero-bg-static4::after, .hero-bg-static5::after, .hero-bg-static-lomani::after, .hero-bg-static-hustler::after {
         bottom: 12px;
    }
     .hero-bg-static3.h-40 {
         height: 254px;
    }
    .hero-bg-static3{
        margin-top: 58px;
    }
     .hero-bg-static3::after {
         bottom: 77px;
    }
     .nissan-container{
        margin-top: -105px;
        background-color: #fff;
        padding-top: 25px;
    }
     .hero-bg-static-lomani,.hero-bg-static-peter{
        margin-top: 23px !important;
    }
     .m-t-150 {
         margin-top: 35px;
    }
     .title-extra-large-2 {
        font-size: 15px !important;
        line-height: 7px !important;
    }
     .title-md-extra-large-5{
         margin-top: 130px;
        text-shadow: none;
    }
     .text-medium {
        font-size: 10px !important;
        line-height: 17px !important;
    }
     .title-md-extra-large-4{
         text-shadow: none;
    }
    .hero-bg-static3 .title-extra-large-2{
        margin-top: -70px;
    }
     #hero-bg-slideshow::after {
         bottom: 15px;
    }
     .footer-section-content.foot-bg01::before {
         top: 0px;
    }
}
 @media only screen and (min-width:361px) and (max-width: 400px){
     .padding_30 {
        padding:30px 0px 0px !important;
        margin: -37px 0px 0px;
        background-color: #ffffff;
    }
     .title-extra-large-2 {
        font-size: 12px !important;
        line-height: 7px !important;
    }
     .text-medium {
        font-size: 8px !important;
        line-height: 10px !important;
    }
     .title-md-extra-large-4{
        text-shadow:none;
    }
     .font-alt{
        font-size: 1.3rem;
    }
     .hero-bg-static3 .title-extra-large-2{
        margin-top: -35px !important;
    }
     header .navbar-brand img {
        position: relative;
        left: -53px;
        height: 41px;
        top: -6px;
    }
     .gn-header-heading h3 {
         font-size: 1.1rem;
    }
     .section-headline-geniventury p {
         font-size: 0.85rem;
    }
     header .navbar-nav .nav-link {
        font-size: 12px;
    }
     #hero-bg-slideshow::after {
        bottom: 17px;
    }
     .title-md-extra-large-5{
        margin-top: 150px;
    }
     #hero-bg-slideshow .slides > .bg-img-cover:nth-child(3){
        margin-top: 10px;
    }
     .footer-section-content.foot-bg01::before {
         top: 0px;
    }
}
 @media only screen and (min-width:361px) and (max-width: 396px){
    .hero-bg-static3.h-40 {
         height: 179px;
    }
}
 @media only screen and (min-width:400px) and (max-width: 420px){
    .hero-bg-static3.h-40 {
         height: 230px;
    }
}
/*-----------------------------------------End 320 to 480-------------------------*/
 @media only screen and (min-width:481px) and (max-width: 567px){
     .john-img{
        display: none;
    }
     .product-details-description .col-md-4{
        width: 40% !important;
    }
    .product-details-description .col-md-6{
        width: 60% !important;
    }
     .awesome-project-content>.col-md-4{
        width: 50% !important;
         padding: 5px;
    }
    .single-awesome-project{
         margin-bottom: 0px;
    }
     .awesome-img{
        height: 145px;
    }
     .portfolio-area .tab-content {
        padding: 15px 15px 0px 15px;
    }
     .awesome-img {
         height: 100px;
    }
    .project-dec h4 {
        font-size: 13px;
    }
    .project-dec span {
        font-size: 11px;
        padding: 3px 5px;
    }
    .section-headline p {
         font-size: 0.8rem !important;
    }
     .padding_30 {
        background-color: #ffffff;
        margin: -35px 0px 0px;
         padding: 20px 0px 0px !important;
    }
     .hero.hero-slideshow {
         height: 320px;
    }
     .hero-bg-static17::after, .hero-bg-static10::after, .hero-bg-static9::after, .hero-bg-static8::after, .hero-bg-static9::after, .hero-bg-static7::after, .hero-bg-static-sppc::after, .hero-bg-static-peter::after, .hero-bg-static-carrera::after, .hero-bg-static6::after, .hero-bg-static::after, .hero-bg-static3::after, .hero-bg-static4::after, .hero-bg-static5::after, .hero-bg-static-lomani::after, .hero-bg-static-hustler::after{
        bottom: 35px;
    }
     #hero-bg-slideshow::after {
        bottom: 20px;
    }
    .h-40 {
        height: 268px;
    }
     .hero-bg-static3::after{
         bottom: 180px;
    }
    .hero-bg-static3.h-40 {
        height: 416px;
    }
     .hero-bg-static3 .title-extra-large-2{
        margin-top: -83px;
    }
     .nissan-container{
        margin-top: -140px;
        background-color: #fff;
    }
     .footer-section-content.foot-bg01::before {
         top: 0px;
    }
     .hero-bg-static.store-after-img::after ,.bg-img-cover.about-page::after{
        bottom: 0px;
    }
}
/*---------------------------------------- 481 to 640-------------------------*/
 @media only screen and (min-width:568px) and (max-width: 600px){
     .john-img{
        display: none;
    }
     .product-details-description .col-md-4{
        width: 40% !important;
    }
    .product-details-description .col-md-6{
        width: 60% !important;
    }
     .awesome-project-content>.col-md-4{
        width: 50% !important;
         padding: 5px;
    }
    .single-awesome-project{
         margin-bottom: 0px;
    }
     .p-l-12 {
        padding-left: 15px;
        width: 50%;
        padding-right: 15px;
    }
     .awesome-img{
        height: 170px;
    }
     .portfolio-area .tab-content {
        padding: 15px 15px 0px 15px;
    }
     .project-dec h4 {
        font-size: 9px;
    }
    .project-dec span {
        font-size: 11px;
        padding: 3px 5px;
    }
     .section-headline p {
        font-size: 0.8rem !important;
    }
     .project-dec h4 {
        font-size: 15px;
    }
     .padding_30 {
         background-color: #ffffff;
         margin: -30px 0px 0px;
        padding: 20px 0px 0px !important;
    }
     .h-40 {
         height: 290px;
    }
     .hero-bg-static3.h-40 {
         height: 300px;
    }
    .hero-bg-static3{
        margin-top: 58px;
    }
     .nissan-container{
        margin-top: -85px;
        background-color: #fff;
        padding-top: 30px;
    }
     .hero-bg-static3.bg-img-cover{
        background-position: top center !important;
    }
     .hero-bg-static17::after, .hero-bg-static10::after, .hero-bg-static9::after, .hero-bg-static8::after, .hero-bg-static9::after, .hero-bg-static7::after, .hero-bg-static-sppc::after, .hero-bg-static-peter::after, .hero-bg-static-carrera::after, .hero-bg-static6::after, .hero-bg-static::after, .hero-bg-static3::after, .hero-bg-static4::after, .hero-bg-static5::after, .hero-bg-static-lomani::after, .hero-bg-static-hustler::after{
        bottom:30px;
    }
     .hero.hero-slideshow {
         height: 320px;
    }
     .hero-bg-static3::after {
         bottom:95px;
    }
     .hero-bg-static3 .title-extra-large-2{
        margin-top: -75px;
    }
     #hero-bg-slideshow .slides > .bg-img-cover:nth-child(3){
        margin-top: 40px;
    }
     .footer-section-content.foot-bg01::before {
         top: 0px;
    }
     .hero-bg-static.store-after-img::after ,.bg-img-cover.about-page::after{
        bottom: 0px;
    }
}
 @media only screen and (min-width:481px) and (max-width: 568px){
     .title-extra-large-2 {
        font-size: 12px !important;
        line-height: 7px !important;
    }
     .title-md-extra-large-5{
         margin-top: 160px;
        text-shadow: none;
    }
     .text-medium {
        font-size: 10px !important;
        line-height: 17px !important;
    }
     .title-md-extra-large-4{
         text-shadow: none;
    }
     .footer-section-content.foot-bg01::before {
         top: 0px;
    }
}
 @media only screen and (min-width:601px) and (max-width: 640px){
     .john-img{
        display: none;
    }
     .product-details-description .col-md-4{
        width: 40% !important;
    }
    .product-details-description .col-md-6{
        width: 60% !important;
    }
     .add-actions{
        height: 100%;
        bottom: 0px !important;
    }
     .awesome-img{
         height: 161px;
    }
    .project-dec h4 {
         font-size: 18px;
    }
     .padding_30 {
        background-color: #ffffff;
        margin: -30px 0px 0px;
        padding: 20px 0px 0px !important;
    }
     .hero.hero-slideshow {
         height: 370px;
    }
     .title-md-extra-large-5 {
         margin-top: 238px;
    }
     .h-40 {
         height: 290px;
    }
     .hero-bg-static3.h-40 {
         height: 290px;
    }
    .hero-bg-static3{
        margin-top: 58px;
    }
     .nissan-container{
        margin-top: -51px;
        background-color: #fff;
    }
     .hero-bg-static3.bg-img-cover{
        background-position: top center !important;
    }
     .hero-bg-static17::after, .hero-bg-static10::after, .hero-bg-static9::after, .hero-bg-static8::after, .hero-bg-static9::after, .hero-bg-static7::after, .hero-bg-static-sppc::after, .hero-bg-static-peter::after, .hero-bg-static-carrera::after, .hero-bg-static6::after, .hero-bg-static::after, .hero-bg-static3::after, .hero-bg-static4::after, .hero-bg-static5::after, .hero-bg-static-lomani::after, .hero-bg-static-hustler::after{
        bottom:30px;
    }
     .hero-bg-static3::after {
         bottom: 61px;
    }
     .hero-bg-static3 .title-extra-large-2 {
         margin-top: -83px;
    }
     #hero-bg-slideshow .slides > .bg-img-cover:nth-child(3){
        margin-top: 25px;
    }
    #hero-bg-slideshow::after {
         bottom: 0px;
    }
     .footer-section-content.foot-bg01::before {
         top: 0px;
    }
     .hero-bg-static.store-after-img::after ,.bg-img-cover.about-page::after{
        bottom: 0px;
    }
}
 @media only screen and (min-width:650px) and (max-width: 740px){
     .john-img{
        display: none;
    }
    .add-actions {
        height: 100%;
        bottom: 0px !important;
    }
    .hero-bg-static.store-after-img::after ,.bg-img-cover.about-page::after{
        bottom: 0px;
    }
}
 @media only screen and (min-width:769px) and (max-width: 800px){
     .padding_30 {
         padding: 30px 0px!important;
         margin: -22px 0px 0px;
         background: #fff;
    }
     .hero-bg-static3 .title-extra-large-2 {
         margin-top: -75px;
    }
     .hero.hero-slideshow {
         height: 430px;
    }
     .h-40 {
         height: 352px;
    }
     .hero-bg-static3.h-40 {
         height: 316px;
    }
    .hero-bg-static3{
        margin-top: 58px;
    }
     .nissan-container{
        margin-top: -47px;
        background-color: #fff;
        padding-top: 35px;
    }
     .hero-bg-static3.bg-img-cover{
        background-position: top center !important;
    }
     .hero-bg-static17::after, .hero-bg-static10::after, .hero-bg-static9::after, .hero-bg-static8::after, .hero-bg-static9::after, .hero-bg-static7::after, .hero-bg-static-sppc::after, .hero-bg-static-peter::after, .hero-bg-static-carrera::after, .hero-bg-static6::after, .hero-bg-static::after, .hero-bg-static3::after, .hero-bg-static4::after, .hero-bg-static5::after, .hero-bg-static-lomani::after, .hero-bg-static-hustler::after{
        bottom:22px;
    }
     .hero-bg-static3::after {
         bottom:39px;
    }
     .title-extra-large-2 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }
     .title-md-extra-large-5{
         margin-top: 222px;
    }
     .project-dec h4{
        padding-top: 58%;
    }
     .navbar-wrapper {
        left: 45%;
    }
     .title-md-extra-large-4{
        margin-top: 35px;
    }
     #hero-bg-slideshow .slides > .bg-img-cover:nth-child(3){
        margin-top: 35px;
    }
     .footer-section-content.foot-bg01::before {
         top: 0px;
    }
     .hero-bg-static.store-after-img::after ,.bg-img-cover.about-page::after{
        bottom: 0px;
    }
}
 @media only screen and (min-width:801px) and (max-width: 960px){
     #hero-bg-slideshow .slides > .bg-img-cover:nth-child(3){
        margin-top: 58px;
    }
     .padding_30 {
         padding: 30px 0px!important;
         margin:0px 0px 0px;
         background: #fff;
    }
     .hero-bg-static3 .title-extra-large-2 {
         margin-top: -75px;
    }
     .hero.hero-slideshow {
         height: 480px;
    }
     .h-40 {
         height: 290px;
    }
     .hero-bg-static3.h-40 {
         height: 377px;
    }
    .hero-bg-static3{
        margin-top: 58px;
    }
     .nissan-container{
        margin-top: 16px;
        background-color: #fff;
        padding-top: 30px;
    }
     .hero-bg-static3.bg-img-cover{
        background-size: cover !important;
        background-position: top center !important;
    }
     .hero-bg-static17::after, .hero-bg-static10::after, .hero-bg-static9::after, .hero-bg-static8::after, .hero-bg-static9::after, .hero-bg-static7::after, .hero-bg-static-sppc::after, .hero-bg-static-peter::after, .hero-bg-static-carrera::after, .hero-bg-static6::after, .hero-bg-static::after, .hero-bg-static3::after, .hero-bg-static4::after, .hero-bg-static5::after, .hero-bg-static-lomani::after, .hero-bg-static-hustler::after{
        bottom:0px;
    }
     .hero-bg-static3::after {
         bottom: -6px;
    }
     .title-extra-large-2 {
         font-size: 1.6rem !important;
         line-height: 2rem !important;
    }
     .title-md-extra-large-5{
         margin-top: 265px;
    }
     .project-dec h4{
        padding-top: 58%;
    }
     .navbar-wrapper {
        left: 45%;
    }
     .bg-img-cover, .bg-img-parallax {
        margin-top: 38px;
        background-position: center center !important;
        background-repeat: no-repeat !important;
         background-size: cover !important;
         position: relative;
    }
     .hero-bg-static3.bg-img-cover{
        background-position: top center !important;
    }
    .hero-bg-static-lomani,.hero-bg-static-hustler{
        margin-top: 58px;
    }
     .footer-section-content.foot-bg01::before {
         top: 0px;
    }
     .hero-bg-static.store-after-img::after ,.bg-img-cover.about-page::after{
        bottom: 0px;
    }
}
 @media only screen and (min-width:1025px) and (max-width: 1280px){
    .h-40 {
        height: 60vh;
    }
}
 @media only screen and (min-width: 569px) and (max-width:641px){
     .bg-img-cover.hero-bg-static9{
         background-position: top center !important;
         margin-top: 48px !important;
        background-size: cover !important;
    }
    .hero-bg-static9.h-40 {
         height: 45vh;
    }
    .hero-bg-static9::after{
         bottom: 0px;
    }
}
 @media only screen and (min-width: 768px) and (max-width:990px){
    .bg-img-cover.footer-section-content{
        background-size: cover !important;
    }
}
 @media only screen and (min-width: 420px) and (max-width:480px) {
     .p-l-12 {
        padding-left: 15px;
        width: 50%;
        padding-right: 15px;
    }
     .awesome-img{
        height: 145px;
    }
     .portfolio-area .tab-content {
        padding: 15px 15px 0px 15px;
    }
}
 @media only screen and (min-width:768px) and (max-width: 990px){
     .footer-section-content.foot-bg01 {
         background: url("../images/demo2.jpg");
    }
}
@media (min-width: 992px) { 

	.mob_view{
		display: none;
	}
}