@charset "utf-8";

/* CSS Document */
body {
    font-family: "Harmonia Sans W01 Regular";
    position: relative;
}

h1,
h5,
p {
    margin-bottom: 0 !important;
}

:root {
    --theme-color: #cc8125;
}

@font-face {
    font-family: "Harmonia Sans W01 Bold";
    src: url("../fonts/99f44be299d4608af6fbe99aa38ce446.eot");
    src: url("../fonts/99f44be299d4608af6fbe99aa38ce446.eot") format("embedded-opentype"),
        url("../fonts/99f44be299d4608af6fbe99aa38ce446.woff2") format("woff2"),
        url("../fonts/99f44be299d4608af6fbe99aa38ce446.woff") format("woff"),
        url("../fonts/99f44be299d4608af6fbe99aa38ce446.ttf") format("truetype"),
        url("../fonts/99f44be299d4608af6fbe99aa38ce446.svg#Harmonia Sans W01 Bold") format("svg");
}

@font-face {
    font-family: "Harmonia Sans W01 Regular";
    src: url("../fonts/0dd7edde115ef38e7def4b16e93b5884.eot");
    src: url("../fonts/0dd7edde115ef38e7def4b16e93b5884.eot") format("embedded-opentype"),
        url("../fonts/0dd7edde115ef38e7def4b16e93b5884.woff2") format("woff2"),
        url("../fonts/0dd7edde115ef38e7def4b16e93b5884.woff") format("woff"),
        url("../fonts/0dd7edde115ef38e7def4b16e93b5884.ttf") format("truetype"),
        url("../fonts/0dd7edde115ef38e7def4b16e93b5884.svg#Harmonia Sans W01 Regular") format("svg");
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Bold.eot');
    src: local('Graphik Bold'), local('Graphik-Bold'),
        url('../fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Bold.woff2') format('woff2'),
        url('../fonts/Graphik-Bold.woff') format('woff'),
        url('../fonts/Graphik-Bold.ttf') format('truetype'),
        url('../fonts/Graphik-Bold.svg#Graphik-Bold') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Regular.eot');
    src: local('Graphik Regular'), local('Graphik-Regular'),
        url('../fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Regular.woff2') format('woff2'),
        url('../fonts/Graphik-Regular.woff') format('woff'),
        url('../fonts/Graphik-Regular.ttf') format('truetype'),
        url('../fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro Demi';
    src: url('../fonts/AvenirNextLTPro-Demi.eot');
    src: local('Avenir Next LT Pro Demi'), local('AvenirNextLTPro-Demi'),
        url('../fonts/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextLTPro-Demi.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Demi.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-Demi.ttf') format('truetype'),
        url('../fonts/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Bold.eot');
    src: local('Avenir Next LT Pro Bold'), local('AvenirNextLTPro-Bold'),
        url('../fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Bold.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-Bold.ttf') format('truetype'),
        url('../fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Regular.eot');
    src: local('Avenir Next LT Pro Regular'), local('AvenirNextLTPro-Regular'),
        url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
        url('../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'American Typewriter';
    src: url('../fonts/AmericanTypewriter.eot');
    src: local('American Typewriter'), local('AmericanTypewriter'),
        url('../fonts/AmericanTypewriter.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AmericanTypewriter.woff2') format('woff2'),
        url('../fonts/AmericanTypewriter.woff') format('woff'),
        url('../fonts/AmericanTypewriter.ttf') format('truetype'),
        url('../fonts/AmericanTypewriter.svg#AmericanTypewriter') format('svg');
    font-display: swap;
}


/** Header Styles **/
.topbar {
    text-align: center;
    background: url(../images/topbarbg.png) center center/cover no-repeat;
    height: 50px;
    color: #fff;
    padding: 14px 0px;
}

.topbar p {
    font-family: "Harmonia Sans W01 Bold";
    font-size: 16px;
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
}

.logo-mobile {
    display: none;
}

header .hdr-cont {
    height: auto;
    position: relative;
    top: 0;
    background: transparent;
}

header .hdr-cont .row {
    align-items: center;
}

header .hdr-rgt nav ul li a {
    color: #010101;
    font-size: 1rem;
    text-decoration: none;
    font-family: "Harmonia Sans W01 Bold";
}

header .hdr-rgt nav ul li a:hover,
header .hdr-rgt nav ul li a:focus {
    text-decoration: none;
}

header .hdr-rgt nav ul {
    margin-left: 2.5rem;
}

header .hdr-rgt nav ul li {
    color: #010101;
    font-weight: bold;
}

header .hdr-rgt {
    text-align: right;
    position: relative;
}

header .hdr-rgt .hdr-btn {
    text-decoration: none;
    color: #fff;
    background: #fe6e00;
    border: 1px solid #fe6e00;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 15px;
    padding: 0.625rem 1.75rem;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

header .hdr-rgt .hdr-btn:hover,
header .hdr-rgt .hdr-btn:focus {
    outline: none;
    background: transparent;
    color: #fe6e00;
}

.hdr-lt img {
    max-height: 40px;
}

.fixed-head .hdr-cont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    transition: margin 0.3s ease-in-out;
    -webkit-transition: margin 0.3s ease-in-out;
    -moz-transition: margin 0.3s ease-in-out;
    -ms-transition: margin 0.3s ease-in-out;
    margin-top: 0;
    height: auto;
    background: rgb(255 255 255);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.fixed-head .hdr-cont .hdr-rgt nav ul li a {
    color: #000;
}

.fixed-head .hdr-cont .hdr-rgt nav ul li {
    color: #000000;
    font-family: "Harmonia Sans W01 Bold";
}

/** Mobile Navigation Styles **/


/** Banner Styles **/
.banner {
    background: url(../images/bnr-bg@2x.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .banner {
        background: url(../images/bnr-bg@2x.jpg) top center no-repeat;
        background-size: cover;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    .banner {
        background: url(../images/bnr-bg@2x.jpg) top center no-repeat;
        background-size: cover;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(min-resolution: 124.8dpi) {
    .banner {
        background: url(../images/bnr-bg@2x.jpg) top center no-repeat;
        background-size: cover;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    .banner {
        background: url(../images/bnr-bg@2x.jpg) center no-repeat;
        background-size: cover;
    }
}

.banner .mob-nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 1.5rem;
}

.banner .mob-nav ul li {
    display: inline-block;
    color: #fff;
    font-family: "Harmonia Sans W01 Bold";
    margin: 0 5px;
    font-size: 22px;
    text-transform: uppercase;
}

.banner .mob-nav ul li,
.banner .mob-nav ul li a {
    color: #fff;
}

.banner .mob-nav ul {
    padding-left: 0;
    display: none;
}

.banner .banner_overlay {
    width: 100%;
    height: 100%;
    background: transparent;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.banner .bnr-lt {
    position: relative;
}

.banner .model-year {
    font-size: 1.5rem;
    color: #fff;
}

.banner .rating {
    display: flex;
    padding: 4px 0;
    align-items: center;
    flex-wrap: nowrap;
}

.banner .rating .star img {
    width: 90%;
}

.banner .rating .cr {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.banner .rating .cr span {
    padding-left: 5px;
    color: #009900;
    font-weight: 700;
    font-size: 17px;
    font-family: "Harmonia Sans W01 Bold";
}

.banner .bnr-lt .bnr-hd {
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3rem;
    font-family: "Harmonia Sans W01 Bold";
    margin: 10px 0;
}

.banner .bnr-list {
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.banner .bnr-list li {
    list-style: none;
    font-size: 22px;
    font-family: "Harmonia Sans W01 Regular";
    color: #fff;
    line-height: 30px;
}

.banner .bnr-list li:not(:last-child) {
    margin-bottom: 16px;
}

.banner .bnr-list li img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    margin-top: -8px;
}

.bnr-lt p {
    margin-top: 12px;
}

.banner .bnr-rgt {
    text-align: center;
}

.banner .bnr-rgt img {
    max-width: 472px;
    position: absolute;
    top: 210px;
    left: -60px;
}

.banner .bnr-lt .rated_icon {
    position: absolute;
    top: 170px;
    right: 30px;
    width: 100%;
    max-width: 140px;
}


/** Advertise **/
.advertise {
    background: #f9f9f9;
}

.ad-title {
    font-size: 18px;
    font-weight: 600;
}

.ad-title p {
    font-family: "Harmonia Sans W01 Regular";
    font-size: 24px;
    font-weight: 500;
}

.ad-company {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding-left: 0;
}

.ad-company li {
    list-style: none;
    text-align: center;
    padding-top: 30px;
}

.ad-company li img {
    width: 100%;
}

/** Features Section  **/
.feature {
    background: #fff;
    padding: 100px 15px;
    clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -50px;
}

.feat-title h5 {
    font-size: 38px;
    font-weight: 600;
    font-family: "Harmonia Sans W01 Bold";
}

.feat-body {
    padding: 3rem 0 0rem 0;
}

.feat-body .vdoimg {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.vdoimg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature .feat-body .btn_wrap {
    margin-left: auto;
    margin-right: auto;
}

.feature .feat-body .btn_wrap .below_btn .reviews_count {
    color: #000;
}

/** About Us Section Styles **/

.content .title h5 {
    color: #000;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    font-family: "Harmonia Sans W01 Bold";
}

.content .title p {
    font-size: 20px;
    color: #000;
    width: 75%;
    margin: 20px auto auto;
    line-height: 28px;
    font-family: "Harmonia Sans W01 Regular";
}

/** over-view Section Styles **/
.over-view {
    padding: 70px 15px;
    background: url(../images/features-bg.jpg) center center/cover no-repeat;
}

.over-view .content .title h5 {
    color: #fff;
}

.over-view .title {
    margin-bottom: 30px;
}

.over-view .title .div-line {
    max-width: 140px;
}

.over-view .btn_wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}

.over-view .btn_wrap .below_btn .reviews_count {
    color: #fff;
}

.over-view .featurebox .features_list li {
    background: #fff;
    box-shadow: 0px 9px 15.66px 2.34px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0px 9px 15.66px 2.34px rgba(0, 0, 0, 0.21);
    border: transparent;
    border-radius: 6px;
    padding: 1rem 0.5rem;
}

.over-view .featurebox .features_list li:not(:last-child) {
    margin-bottom: 4rem;
}

.over-view .featurebox .features_list li p.features_txt {
    color: #000;
    font-family: "Harmonia Sans W01 Regular";
    font-size: 0.938rem;
    line-height: 1.2;
}

.over-view .featurebox .features_list li p.features_txt span {
    font-family: "Harmonia Sans W01 Bold";
    font-weight: 700;
    color: #0e265a;
    font-size: 1.125rem;
}

.over-view .featurebox .features_list li img.features_icon {
    max-width: 60px;
    width: 100%;
    margin-right: 1rem;
}

/** Advantage Section Styles **/
.advantage {
    padding: 50px 15px;
    background: #fff;
}

.advantage .content .title h5 {
    color: #000;
    font-weight: 700;
}

.advantage .btn_wrap {
    margin-left: auto;
    margin-right: auto;
}

.advantage .btn_wrap .below_btn .reviews_count {
    color: #000;
}

.advantage .div-line {
    margin-left: revert;
    max-width: 140px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.advantage .content .title p {
    font-family: "Harmonia Sans W01 Bold";
    font-weight: 700;
    margin-left: revert;
    width: 90%;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 2rem !important;
}

.advantage .benefit_box {
    box-shadow: 0px 0px 13.6px 2.4px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 0px 13.6px 2.4px rgba(0, 0, 0, 0.18);
    border: transparent;
    border-radius: 10px;
}

.advantage .benefit_box .benefit_head .head_txt p {
    font-size: 1.5rem;
    color: #0e265a;
    font-family: "Harmonia Sans W01 Bold";
    font-weight: 700;
    line-height: 1.2;
}

.advantage .benefit_box .benefit_head .head_txt p span {
    color: #000;
    font-family: 'Avenir Next LT Pro';
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.advantage .benefit_box .benefit_head img.head_img {
    max-width: 80px;
    width: 100%;
}

.advantage .benefit_box .benefit_head .head_txt {
    width: 80%;
}

.advantage .benefit_box .benefit_head {
    padding: 1.5rem 1.125rem 1rem;
}

.advantage .benefit_box .benefit_txt {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    font-family: 'Avenir Next LT Pro';
    font-weight: normal;
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
}

.advantage .benefit_box img.benefit_img {
    margin-top: 1rem;
    border: transparent;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.advantage .benefit_box {
    margin-bottom: 2.5rem;
}

.advantage .additional_benefits {
    margin-top: 2rem;
}

/** Reviews Section Styles **/
.rvws {
    background: #fff;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.rvws .btn_wrap {
    margin-left: auto;
    margin-right: auto;
}

.rvws .btn_wrap .below_btn .reviews_count {
    color: #000;
}

/*.review_box_col {
    margin-top: 2rem;
}*/
.review_box {
    background: #0e265a;
    border: transparent;
    border-radius: 10px;
    margin-bottom: 2.25rem;
}

.review_box .review_title {
    padding: 0.5rem;
    position: relative;
}

.review_box .review_title p {
    color: #fff;
    font-family: "Harmonia Sans W01 Bold";
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
}

.review_box .review_title p span {
    font-family: "Harmonia Sans W01 Regular";
    font-weight: normal;
}

.review_box .review_title img {
    max-width: 110px;
    width: 100%;
}

.review_box1 .review_title img,
.review_box2 .review_title img,
.review_box3 .review_title img,
.review_box4 .review_title img,
.review_box5 .review_title img,
.review_box6 .review_title img {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.review_box .review_txt {
    padding: 1.375rem 0.5rem 0.75rem;
    position: relative;
}

.review_box .review_txt .cirle {
    font-family: 'American Typewriter';
    color: #0e265a;
    width: 36px;
    height: 36px;
    border: transparent;
    border-radius: 50%;
    background: #fff;
    font-size: 3rem;
    line-height: 1.2;
    position: absolute;
    top: -20px;
}

.review_box .review_txt .reviews_cont {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Harmonia Sans W01 Regular";
}

.review_box .review_box_horizontal .review_box_cont {
    width: 60%;
}

.review_box .review_box_horizontal .review_img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 40%;
    height: 100%;
    min-height: 340px;
    position: relative;
}

.review_box .review_box_horizontal .review_img img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review_box .review_box_horizontal .review_box_cont .review_txt .cirle {
    position: relative;
    top: -12px;
    left: -26px;
}


/** Footer Styles **/
footer {
    background: #0e265a;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

footer .fl ul li {
    font-size: 17px;
    color: #fff;
}

footer .fl ul li a {
    color: #fff;
    font-family: "Harmonia Sans W01 Regular";
}

footer .fl p {
    font-size: 17px;
    font-family: "Harmonia Sans W01 Regular";
    color: #fff;
}

/** Responsive Styles **/
@media screen and (max-width: 991px) {
    header .hdr-rgt .hdr-btn {
        font-size: 0.8rem;
        padding: 0.3rem 1rem;
    }

    .fixed-head .hdr-cont {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .banner .bnr-lt .bnr-hd {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .banner .bnr-lt ul li {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    footer {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 767px) {
    header .hdr-rgt nav {
        display: none !important;
    }

    header .hdr-cont {
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
        z-index: 99999;
    }

    header .hdr-rgt {
        top: 4px;
    }

    .banner {
        background: url(../images/bnr-bg-mob.jpg) no-repeat;
        background-size: cover;
        background-position: top center;
    }

    .banner .banner_overlay {
        padding-top: 1rem;
        padding-bottom: 50px;
    }

    .banner .bnr-rgt img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575px) {
    header .hdr-lt .logo {
        position: relative;
        right: -20px;
    }
}

@media screen and (max-width: 374px) {
    .banner .bnr-lt .bnr-hd {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
}

@media screen and (max-width: 359px) {
    header .hdr-rgt .hdr-btn {
        font-size: 0.7rem;
        padding: 0.3rem 0.5rem;
    }

    header .hdr-lt .logo {
        margin-top: 0.25rem;
    }

    .banner .bnr-lt .bnr-hd {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .banner .bnr-lt ul li {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
}

.div-line {
    max-width: 200px;
    margin: 10px auto;
    display: table;
    width: 100% !important;
    transform: translate(0px, 0px) !important;
    -webkit-transform: translate(0px, 0px) !important;
}

@media screen and (min-width:1800px) {
    .banner {
        padding-bottom: 9.5rem;
    }
}

@media screen and (min-width:2100px) {
    .banner {
        padding-bottom: 13.5rem;
    }
}

@media screen and (min-width:2400px) {
    .banner {
        padding-bottom: 21.5rem;
    }
}

/** Sale Strip Styles Here **/
.saleStrip {
    width: 74%;
    background: #203b79;
    text-align: left;
    padding: 8px 10px;
    margin-top: 30px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.saleStripLeft {
    width: 55px;
}

.freeColInr {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px 0 0;
    position: relative;
}

.freeColInr p {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-top: 0 !important;
}

.freeSeal {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    animation: spin 4s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.saleStripRight {
    width: calc(100% - 55px);
    text-align: left;
    padding-left: 10px;
}

.strip-txt1 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 0 !important;
}

.strip-txt2 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 3px !important;
}

.strip-txt2 span {
    color: #ff0000;
}

.stopwatch {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 6px;
    width: 16px;
}

@media only screen and (max-width: 1187px) {
    .saleStrip {
        width: 90%;
    }
}

@media only screen and (max-width: 1021px) {
    .saleStrip {
        width: 100%;
    }

    .strip-txt2 {
        font-size: 14px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .saleStrip {
        width: 100%;
        padding: 8px 10px;
        margin: 30px 0 0 0;
    }

    .saleStripLeft {
        width: 50px;
    }

    .saleStripRight {
        width: calc(100% - 50px);
        padding-left: 5px;
    }

    .freeColInr {
        width: 46px;
        height: 46px;
        padding: 8px 0 0;
    }

    .freeColInr p {
        font-size: 14px;
        line-height: 15px;
    }

    .freeSeal {
        width: 45px;
    }

    .strip-txt2 {
        font-size: 14px;
    }

    .stopwatch {
        width: 11px;
        margin: -3px 2px 0 2px;
    }
}

/** New Button Styles Here **/
.btn_wrap {
    width: fit-content;
    margin-top: 1.5rem;
}

.btn_wrap .main_btn {
    color: #fff;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    background: #fe6e00;
    border: transparent;
    border-radius: 6px;
    font-size: 1.5rem;
    text-align: center;
    padding: 0.75rem 2rem;
    display: block;
    width: fit-content;
    margin-bottom: 0.25rem;
}

.btn_wrap p {
    margin-top: 0;
}

.btn_wrap .below_btn .rating_stars {
    letter-spacing: -1px;
    margin-right: 0.625rem;
}

.btn_wrap .below_btn .rating_stars i {
    color: #ffc223;
    font-size: 0.875rem;
}

.btn_wrap .below_btn .reviews_count {
    color: #fff;
    font-family: 'Avenir Next LT Pro Demi';
    font-size: 0.875rem;
    margin-right: 0.625rem;
}

.btn_wrap .below_btn .stock img {
    width: 50px;
}

.btn_wrap .below_btn .stock p {
    margin-left: 0.25rem;
    color: #fe1a00;
    font-family: 'Avenir Next LT Pro Demi';
    font-size: 0.875rem;
}

@media screen and (max-width: 991px) {
    .btn_wrap .main_btn {
        font-size: 1.25rem;
        padding: 0.75rem 1rem;
        margin-left: auto;
        margin-right: auto;
    }

    .btn_wrap .below_btn .rating_stars i {
        font-size: 0.625rem;
    }

    .btn_wrap .below_btn .reviews_count {
        font-size: 0.75rem;
    }

    .btn_wrap .below_btn .stock p {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 767px) {
    .btn_wrap {
        margin: 3.5rem auto 0;
    }

    .btn_wrap .main_btn {
        font-size: 1.625rem;
        padding: 0.75rem 1.5rem;
    }

    .btn_wrap .below_btn .rating_stars i {
        font-size: 0.875rem;
    }

    .btn_wrap .below_btn .reviews_count {
        font-size: 0.875rem;
    }

    .btn_wrap .below_btn .stock p {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 479px) {
    .btn_wrap .main_btn {
        font-size: 1.25rem;
        padding: 0.75rem 1rem;
    }

    .btn_wrap .below_btn .reviews_count,
    .btn_wrap .below_btn .stock p {
        font-size: 0.75rem;
    }

    .btn_wrap .below_btn .rating_stars i {
        font-size: 0.625rem;
    }

    .btn_wrap .below_btn .rating_stars {
        line-height: 1;
    }
}

/** About Product Section Styles Here **/
.about_prod_sec {
    background: #fff;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.about_prod_sec .sec_title {
    width: 64%;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font-family: "Harmonia Sans W01 Bold";
    line-height: 1.2;
    font-size: 2.75rem;
    letter-spacing: -2px;
}

.about_prod_sec .about_prod2 {
    display: none !important;
}

.about_prod_sec .about_box {
    background: url(../images/about-bg.png) center center/cover no-repeat;
    border: none;
    border-radius: 10px;
    position: relative;
    padding: 1.5rem;
    margin-top: 2rem;
}

.about_prod_sec .about_box .about_prod {
    position: absolute;
    left: -102px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 174px;
}

.about_prod_sec .about_box .about_cont {
    background: #fff;
    border: none;
    border-radius: 10px;
    width: 70%;
    margin-left: auto;
    padding: 1.5rem 1.5rem 1rem;
}

.about_prod_sec .about_box .about_cont p.about_prod_txt {
    font-family: 'Avenir Next LT Pro';
    color: #000;
    font-size: 1rem;
    line-height: 1.3;
}

.about_prod_sec .about_box .about_cont p.about_prod_txt:not(:first-child) {
    margin-top: 1.5rem;
}

.about_prod_sec .about_box .about_cont .btn_wrap .reviews_count {
    color: #000;
}

.about_prod_sec .about_box .about_cont .btn_wrap {
    margin-top: 1.5rem;
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
    .banner .bnr-rgt img {
        max-width: 460px;
    }

    .about_prod_sec .about_box .about_prod {
        left: -102px;
    }
}

@media screen and (max-width: 1199px) {
    .banner .rating .cr span {
        font-size: 16px;
    }

    .banner .bnr-rgt img {
        top: 250px;
        max-width: 360px;
        left: -10px;
    }

    .banner .bnr-lt .rated_icon {
        top: 60px;
        right: -90px;
        max-width: 120px;
    }

    .banner .bnr-lt .bnr-hd {
        font-size: 2.125rem;
    }

    .banner .bnr-list li {
        font-size: 16px;
        line-height: 26px;
    }

    .about_prod_sec .sec_title {
        font-size: 2.25rem;
        width: 80%;
    }

    .about_prod_sec .about_box .about_prod {
        left: -130px;
        width: 190px;
    }

    .about_prod_sec .about_box .about_cont .btn_wrap .main_btn {
        padding: 0.75rem 1rem;
        font-size: 1.25rem;
    }

    .about_prod_sec .about_box .about_cont .btn_wrap .below_btn .rating_stars {
        line-height: 0.25;
    }

    .about_prod_sec .about_box .about_cont .btn_wrap .below_btn .rating_stars i,
    .about_prod_sec .about_box .about_cont .btn_wrap .reviews_count,
    .about_prod_sec .about_box .about_cont .btn_wrap .below_btn .stock p {
        font-size: 0.625rem;
    }

    .advantage .benefit_box .benefit_head .head_txt p {
        font-size: 1.25rem;
    }

    .review_box .review_title p {
        font-size: 1.125rem;
    }

    .review_box .review_title img {
        max-width: 80px;
    }

    .review_box .review_box_horizontal .review_img {
        min-height: 410px;
    }
}

@media only screen and (max-width:1024px) {
    header .hdr-rgt nav ul li a {
        font-size: 0.875rem;
    }

    header .hdr-rgt .hdr-btn {
        font-size: 0.875rem;
        padding: 0.625rem 1.5rem;
    }

    .banner .bnr-lt .bnr-hd {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }

    .banner .bnr-list li img {
        width: 26px;
        height: 26px;
        margin-right: 10px;
    }

    .banner .model-year {
        font-size: 1.25rem;
    }
}

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

    .container {
        max-width: 800px;
    }

    .banner .bnr-lt .rated_icon {
        right: -230px;
    }

    .about_prod_sec .sec_title {
        font-size: 1.875rem;
    }

    .about_prod_sec .about_box .about_prod {
        left: -80px;
    }

    .review_box .review_title p {
        font-size: 1rem;
    }

    .review_box .review_title img {
        max-width: 60px;
    }

    .review_box .review_box_horizontal .review_img {
        min-height: 420px;
    }
}

@media screen and (min-width: 851px) and (max-width: 991px) {
    header .hdr-rgt nav ul {
        margin-left: 0;
    }

    .fixed-head .hdr-cont {
        height: auto;
    }
}

@media only screen and (max-width:850px) {
    .about_prod_sec .about_box .about_cont .btn_wrap .below_btn .rating_stars i, .about_prod_sec .about_box .about_cont .btn_wrap .reviews_count, .about_prod_sec .about_box .about_cont .btn_wrap .below_btn .stock p {
        font-size: 0.875rem;
    }

    .hdr-cont {
        display: flex;
        align-items: center;
    }

    .hdr-cont {
        min-height: 103px;
    }

    header.py-2 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .topbar {
        padding: 10px 0;
    }

    header .hdr-cont .row {
        justify-content: center;
    }

    .logo {
        display: none;
    }

    .logo-mobile {
        display: block;
        width: 100%;
        max-width: 760px
    }

    .banner .mob-nav ul {
        display: flex;
    }

    .banner .model-year {
        font-size: 24px;
        margin-top: 0;
    }

    .banner .rating .star img {
        width: 142px;
    }

    .banner .rating .cr {
        margin-left: 1rem;
    }

    .banner .rating .cr span {
        color: #02c462;
        font-size: 18px;
    }

    .banner .bnr-lt .bnr-hd {
        font-size: 32px;
        margin-top: 36rem;
        line-height: normal;
    }

    .banner .bnr-lt .rated_icon {
        display: none;
    }

    .banner .bnr-rgt img {
        top: 260px;
        max-width: 260px;
    }

    .banner .bnr-list {
        margin: 0;
        padding: 0;
        margin-top: 30px;
        text-align: left;
        position: relative;
    }

    .banner .bnr-lt ul li {
        list-style: none;
        font-size: 22px;
        font-family: "Harmonia Sans W01 Regular";
        color: #fff;
        line-height: 1.3;
    }

    header .hdr-rgt {
        display: none !important;
    }

    header .hdr-lt .logo {
        position: relative;
        left: 80px;
    }

    .hdr-lt img {
        max-height: none;
    }

    header .hdr-cont {
        background: #fff;
    }

    header .hdr-cont .container {
        display: flex;
        justify-content: center;
    }

    .banner {
        background-position: 70%;
    }

    .banner .banner_overlay {
        padding-top: 1rem;
    }

    header .hdr-cont {
        padding-top: 1rem;
        padding-bottom: 1rem;
        position: relative;
        z-index: 9999;
    }

    .advertise {
        padding: 60px 0 120px !important;
    }

    .ad-title p {
        font-size: 22px;
        font-weight: 700;
    }

    .ad-company {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ad-company li {
        width: 25%;
    }

    .feature {
        padding: 50px 0;
    }

    .div-line {
        max-width: 140px !important;
    }

    .about_prod_sec {
        background-color: #000000;
        background: url(../images/about-bg-mob.jpg) center center / cover no-repeat;
    }

    .about_prod_sec .sec_title {
        color: #ffffff;
    }

    .about_prod_sec .div-line {
        filter: invert(1);
    }

    .about_prod_sec .about_box .about_prod {
        display: none;
    }

    .about_prod_sec .about_box {
        padding: 0;
    }

    .about_prod_sec .about_box .about_cont {
        width: 100%;
        margin-top: 40rem;
    }

    .about_prod_sec .about_box .about_cont .btn_wrap {
        width: fit-content;
        margin: 1.5rem auto 0;
    }

    footer {
        padding-bottom: 9rem;
    }

    .sticky-button {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2;
        background: #ffffff;
        padding: 15px;
    }

    .sticky-button.hidden {
        display: none;
    }
}

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

    .container {
        max-width: 720px;
    }

    .topbar {
        height: auto;
    }

    header .hdr-cont {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .banner {
        position: relative;
    }

    .banner .banner_overlay {
        padding-top: 1rem;
    }

    .banner .rating {
        justify-content: center;
    }

    .banner .container {
        position: relative;
        z-index: 1;
    }

    .banner .bnr-rgt img {
        top: 0;
        position: static;
        max-height: 410px;
        width: auto;
        max-width: initial;
        margin: 4rem auto 2rem;
    }

    .banner .model-year {
        color: #fff;
        text-align: center;
    }

    .banner .bnr-lt .bnr-hd {
        color: #fff;
        text-align: center;
        margin-top: 36rem;
    }

    .banner .bnr-list {
        text-align: left;
    }

    .about_prod_sec .sec_title {
        width: 100%;
        margin-bottom: 1.5rem;
        font-size: 2.125rem;
    }

    .about_prod_sec .about_box .about_cont .btn_wrap .main_btn {
        font-size: 1.125rem;
        padding: 0.75rem 0.875rem;
    }

    .about_prod_sec .about_box .about_cont .btn_wrap .below_btn .rating_stars i {
        font-size: 0.563rem;
    }

    .about_prod_sec .about_box .about_cont .btn_wrap .below_btn .rating_stars {
        line-height: 0.5;
    }

    .about_prod_sec .about_box .about_cont .btn_wrap .reviews_count {
        font-size: 0.563rem;
    }

    .about_prod_sec .about_box .about_cont .btn_wrap .below_btn .stock p {
        font-size: 0.563rem;
    }

    .about_prod_sec .about_box {
        margin-top: 6rem;
    }

    .advantage .div-line {
        margin-left: auto;
    }

    .advantage .content .title p {
        margin-left: auto;
    }

    .feat-title h5 {
        font-size: 28px;
    }

    .feature {
        padding: 50px 15px;
    }

    .over-view {
        background: url(../images/features-bg-mob.jpg) center center/cover no-repeat;
    }

    .over-view .featurebox .features_list {
        width: fit-content;
    }

    .over-view .featurebox .features_list li:not(:last-child) {
        margin-bottom: 2rem;
    }

    .over-view .features_mob {
        margin-top: 2rem;
    }

    .review_box1 .review_img,
    .review_box2 .review_img,
    .review_box3 .review_img,
    .review_box4 .review_img,
    .review_box5 .review_img,
    .review_box6 .review_img {
        width: 100%;
    }

    .review_box .review_title p {
        font-size: 1.25rem;
    }

    .review_box .review_title img {
        max-width: 110px;
    }

    .rvws .content .title h5 br {
        display: none;
    }
}

@media only screen and (max-width:650px) {
    .content .title p {
        width: 100%;
    }

    .container {
        max-width: 100%;
    }

    .banner .bnr-lt {
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .banner .bnr-lt .bnr-hd {
        font-size: 26px;
    }

    .about_prod_sec .sec_title {
        font-size: 1.875rem;
    }

    .about_prod_sec .about_box .about_cont .btn_wrap .main_btn {
        font-size: 1rem;
        padding: 0.75rem 0.75rem;
        letter-spacing: normal;
    }

    .about_prod_sec .about_box .about_cont .btn_wrap .reviews_count,
    .about_prod_sec .about_box .about_cont .btn_wrap .below_btn .stock p,
    .about_prod_sec .about_box .about_cont .btn_wrap .below_btn .rating_stars i {
        font-size: 0.438rem;
    }

    .about_prod_sec .about_box .about_cont .btn_wrap .below_btn .rating_stars {
        line-height: 0.125;
    }
}

@media screen and (max-width: 530px) {
    .banner ul.menu_lists li {
        font-size: 17px;
    }

    .banner .model-year {
        font-size: 20px;
    }

    .banner .rating .star img {
        width: 94px;
    }

    .banner .rating .cr span {
        font-size: 14px;
    }
}

@media screen and (max-width: 510px) {
    .topbar p {
        font-size: 15px;
    }

    .over-view .featurebox .features_list li img.features_icon {
        max-width: 50px;
    }

    .over-view .featurebox .features_list li p.features_txt {
        font-size: 0.875rem;
    }

    .over-view .featurebox .features_list li p.features_txt span {
        font-size: 1rem;
    }

    .list-inline-item:not(:last-child) {
        margin-right: .25rem;
    }
}

@media screen and (max-width: 479px) {
    .banner .bnr-lt .bnr-hd {
        font-size: 24px;
    }
    .about_prod_sec .sec_title {
        font-size: 1.625rem;
        color: #fff;
    }

    .about_prod_sec .div-line {
        filter: invert(1);
        -webkit-filter: invert(1);
    }

    .about_prod_sec .about_box .about_cont {
        width: 100%;
        margin-top: 12rem;
    }

    .about_prod_sec .about_prod2 {
        display: none !important;
        margin-top: 3rem;
        width: 60%;
    }

    .about_prod_sec .about_box {
        margin-top: 3rem;
        background: #fff;
        padding: 0;
    }

    .about_prod_sec {
        background: url(../images/about-bg-mob.jpg) center center/cover no-repeat;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

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

    footer .fl ul li {
        font-size: 12px;
    }

    footer .fl p {
        font-size: 12px;
    }

    .content .title h5 {
        font-size: 22px;
    }
    .banner .bnr-list li img {
        width: 20px;
        height: 20px;
    }
    .banner .bnr-lt ul li {
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .banner .bnr-rgt img {
        max-height: 250px;
    }

    .banner .bnr-lt .bnr-hd br {
        display: none;
    }

    .feat-title h5 {
        font-size: 24px;
    }

    .feat-title h5 br {
        display: none;
    }

    .about_prod_sec .sec_title {
        font-size: 1.5rem;
    }

    .feature .feat-body .btn_wrap .below_btn .rating_stars i {
        font-size: 0.5rem;
    }

    .feature .feat-body .btn_wrap .below_btn .rating_stars {
        line-height: 0.5;
    }

    .advantage .btn_wrap .below_btn .rating_stars i {
        font-size: 0.5rem;
    }

    .advantage .btn_wrap .below_btn .rating_stars {
        line-height: 0.5;
    }

    .over-view .featurebox .features_list li p.features_txt {
        font-size: 0.75rem;
    }

    .over-view .btn_wrap .below_btn .rating_stars i {
        font-size: 0.5rem;
    }

    .over-view .btn_wrap .below_btn .rating_stars {
        line-height: 0.5;
    }

    .over-view .featurebox .features_list li img.features_icon {
        max-width: 40px;
        margin-right: 0.5rem;
    }

    .over-view .featurebox .features_list li p.features_txt span {
        font-size: 0.875rem;
    }

    .rvws .btn_wrap .below_btn .rating_stars i {
        font-size: 0.5rem;
    }

    .rvws .btn_wrap .below_btn .rating_stars {
        line-height: 0.5;
    }

    .review_box .review_box_horizontal .review_img {
        min-height: 430px;
    }
}


@media only screen and (max-width:380px) {
    .ad-company li {
        width: 33%;
    }

    footer .fl ul li {
        margin-right: 0 !important;
    }

    .content .title p {
        line-height: 22px;
    }
}


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

    .feature .btn_wrap .below_btn .reviews_count,
    .feature .btn_wrap .below_btn .stock p {
        font-size: 0.625rem;
    }

    .feature .btn_wrap .main_btn {
        font-size: 1.125rem;
    }

    .advantage .btn_wrap .below_btn .reviews_count,
    .advantage .btn_wrap .below_btn .stock p {
        font-size: 0.625rem;
    }

    .advantage .btn_wrap .main_btn {
        font-size: 1.125rem;
    }

    .over-view .btn_wrap .below_btn .reviews_count,
    .over-view .btn_wrap .below_btn .stock p {
        font-size: 0.625rem;
    }

    .over-view .btn_wrap .main_btn {
        font-size: 1.125rem;
    }

    .over-view .featurebox .features_list li img.features_icon {
        max-width: 36px;
    }

    .over-view .featurebox .features_list li:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}


@media only screen and (max-width:320px) {
    .banner .rating .cr span {
        font-size: 15px;
    }
}