@charset "utf-8";

body {
	font-family: "Harmonia Sans W01 Regular";
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-bottom: 0;
}

@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-weight: bold;
	font-style: normal;
	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-weight: normal;
	font-style: normal;
	font-display: swap;
}

/** Header Styles **/

.hdr-cont {
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 20px;
	background: rgba(255, 255, 255, 0.64);
	line-height: 60px;
}

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

.hdr-lt .logo {
	width: 220px;
	height: auto;
}

.hdr-lt {
	text-align: center;
}

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

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

.hdr-rgt li {
	color: #000;
	font-weight: bold;
}

.hdr-rgt a {
	color: #000;
	font-size: 1rem;
	text-decoration: none;
	font-weight: bold;
}

.hdr-rgt a:hover,
.hdr-rgt a:focus {
	text-decoration: none;
}

.hdr-rgt p {
	color: #000;
	font-family: 'Kanit', sans-serif;
	font-size: 0.8rem;
	margin-right: 1.65rem;
	margin-top: 0.3rem;
}

.fixed-head .hdr-cont {
	position: fixed;
	top: 0;
	z-index: 2;
	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;
	height: auto;
	background: rgb(255 255 255);
}

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

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

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

@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi),
       (-webkit-min-device-pixel-ratio: 1.3),
       (min-resolution: 124.8dpi) {
    /* Adjust the background image for high-density displays */
    .banner {
        background: url(../images/bnr-bg1@2x.jpg) top center no-repeat;
        background-size: cover;
    }
}

.banner .model-year {
	font-size: 1.6rem;
	color: #000;
}

.banner .rating {
	display: flex;
	padding: 10px 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: 500;
	font-size: 17px;
}

.bnr-hd {
	color: #000;
	font-weight: 700;
	font-size: 3.5rem;
	line-height: 4rem;
	font-family: "Harmonia Sans W01 Bold";
	margin: 30px 0;
}

.bnr-hd span {
	color: #fffc01;
}

.bnr-txt {
	color: #000;
	font-family: 'Graphik';
	font-size: 20px;
	line-height: 1.88rem;
	margin-top: 30px;
}

.bnr-btn {
	text-decoration: none;
	color: #fff;
	background: #009900;
	border: 1px solid #009900;
	font-size: 20px;
	font-weight: 700;
	border-radius: 70px;
	line-height: 25px;
	padding: 1.2rem 2rem;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	display: inline-block;
	margin-top: 3.5rem;
	font-family: "Harmonia Sans W01 Regular";
	text-align: center;
}

.banner .bnr-lt .btn-sec {
	width: 75%;
}

.banner .bnr-lt .bnr-btn {
	width: 100%;
}

.btn-sec p {
	font-size: 18px;
	font-family: "Harmonia Sans W01 Regular";
}

.bnr-lt .bnr-btn i {
	margin-right: 0.3rem;
}

.bnr-lt .bnr-btn:hover,
.bnr-lt .bnr-btn:focus {
	text-decoration: none;
	background: #262626;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.pulse {
	animation: pulse 1.5s infinite;
	transform: scale(0.9);
}

@keyframes pulse {
	50% {
		transform: scale(1);
	}
}

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

.bnr-rgt img {
	width: 110%;
	position: relative;
	top: 0;
	left: -50px;
}

/** Advertise **/
.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: #f4f3f5;
	padding: 50px 15px;
}

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

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

/** About Us Section Styles **/

.about-us {
	padding: 170px 15px;
	background: url(../images/about-bg.jpg);
	background-position: center;
	background-size: cover;
}

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

.about-us .content .title h5 {
	color: #0c2447;
	text-align: left;
}

.about-us .content .title .div-line {
	margin-right: auto;
	margin-left: 0;
}

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

.about-us .content img.prod_img {
	max-width: 380px;
    width: 100%;
    position: absolute;
    right: 100px;
    bottom: -100px;
}

.about-us .content p {
	color: #0c2447;
	font-family: 'Graphik';
	font-weight: bold;
}

.about-us .content p.txt2 {
	margin-top: 4rem;
}

.about-us .about_content_row {
	position: relative;
}

.about_content-btn {
	order: 1;
}

.about-us .bnr-lt .bnr-btn {
	margin-top: 5.5rem;
}

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

.over-view .f-body {
	padding: 0;
	margin-top: 55px
}

.over-view .f-body .row {
	align-items: center;
}

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

.over-view .f-body ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.over-view .f-body ul li:not(:last-child) {
	margin-bottom: 20px;
}

.over-view .f-body ul {
	padding: 0;
}

.over-view .f-body ul li .f-txt {
	margin: 0;
	display: block;
	width: 100%;
	text-align: left;
	padding-left: 20px;
}

.over-view .f-body ul li .f-txt h6 {
	font-size: 22px;
	font-weight: 900;
	/*border-bottom: 1px solid #595959;*/
	padding-bottom: 0.5rem;
	color: #030303;
	font-family: "Harmonia Sans W01 Bold";
}

.over-view .f-body ul li .f-txt p {
	color: #030303;
	font-size: 15px;
	padding-top: 15px;
	font-family: "Harmonia Sans W01 Regular";
}

.over-view .f-body .f2-right li {
	flex-direction: row-reverse;
}

.over-view .f-body .f2-right li .f-txt {
	text-align: left;
	padding-right: 0;
	padding-left: 40px;
}

.over-view .f-body ul li img {
	width: 65px;
}

.over-view .f-body .product {
	text-align: center;
}

.over-view .f-body .product img {
	width: 90%;
	position: relative;
}
.over-view .title {
	text-align: center;
}

/** Advantage Section Styles **/

.advantage {
	padding: 50px 15px;
	background: url(../images/adv-bg.jpg) top center/cover no-repeat;
}

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

.adv-body {
	margin-top: 50px;
}

.adv-body .white-div {
	padding: 50px 0;
}

.adv-body .white-div img {
	width: 100%;
}

.adv-body .white-div .row {
	align-items: center;
}

.adv-body .white-reverse .row {
	flex-direction: row-reverse;
}

.white-div .text-box {
	text-align: left;
}

.adv-body .white-reverse .text-box {
	margin-left: auto;
}

.white-div .text-box .text-title h5 {
	font-weight: 700;
	margin-bottom: 20px !important;
	font-family: "Harmonia Sans W01 Bold";
	color: #030303;
	font-size: 28px;
}

.white-div .text-box p {
	font-weight: 400;
	font-size: 20px;
	font-family: "Harmonia Sans W01 Regular";
	color: #030303;
	line-height: 24px;
	max-width: 90%;
}

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

.rvws .rvws-head {
	font-weight: 700;
	letter-spacing: -2px;
	color: #423c44;
	font-size: 2.5rem;
	font-family: "Harmonia Sans W01 Bold";
}

.rvws .rvws-head span {
	color: #ff3165;
}

.rvws .rating {
	color: #423c44;
	font-size: 2.5rem;
	font-weight: 500;
	font-family: "Harmonia Sans W01 Bold";
}

.rvws .rvw-star {
	width: 145px;
}

.rvws .rvws-single {
	margin: 2.5rem auto auto;
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 2.5rem;
	width: 58%;
}

.rvws .rvws-single1 {
	margin-top: 4rem;
}

.rvws .rvws-single .name {
	color: #423c44;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: -1px;
	font-family: "Harmonia Sans W01 Bold";
}

.rvws .rvws-single .date {
	color: rgba(66, 60, 68, 0.5);
	font-weight: 500;
	font-size: 1rem;
	font-family: "Harmonia Sans W01 Regular";
}

.rvws .rvws-single .rvw-cont {
	color: #423c44;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 3rem;
	margin-top: 0.8rem;
	font-family: "Harmonia Sans W01 Regular";
}

.rvws .rvws-single .rvw-rating {
	color: #52b322;
	font-weight: 700;
	font-size: 1rem;
	margin-top: 1.5rem;
	font-family: "Harmonia Sans W01 Regular";
}

.rvws .rvws-single .rvw-rating .img1 {
	vertical-align: text-top;
	padding-right: 1rem;
	width: 130px;
}

.rvws .rvws-single .rvw-rating .img2 {
	vertical-align: middle;
	padding-left: 1rem;
	width: 32px;
}

.rvws .rvws-single4 {
	border-bottom: 0px none;
}

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

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

footer li {
	font-size: 15px;
	color: #fff;
}

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

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

/** Responsive Styles **/
@media screen and (max-width: 991px) {
	header .hdr-rgt {
		text-align: center;
	}
	.hdr-cont {
		top: 30px;
	}
	.hdr-rgt ul {
		margin-left: 0;
	}
	.hdr-rgt a {
		font-size: 22px;
	}
	.logo-mobile {
		width: 370px;
		max-width: 100%;
	}
	.hdr-cont .row {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.hdr-cont {
		background: rgba(255, 255, 255, 0.33);
		line-height: 40px;
		padding: 10px 0;
	}
	.banner {
		padding: 200px 0 90px 0;
		background-position: right center;
		background-image: url(../images/bnr-bg-mob.jpg);
	}
	.banner .rating .cr span {
		color: #007800;
		text-shadow: 0px 0px 1px #00000026, 0px 0px 0px #00000040;
	}
	.banner .model-year {
		color: #ffffff;
	}
	.bnr-hd {
		font-size: 60px;
		line-height: 64px;
		color: #fff;
		margin-top: 0;
	}
	.bnr-lt {
		text-align: center;
		width: 100%;
	}
	.bnr-rgt img {
		width: 100%;
		max-width: 520px;
		margin-top: 3rem;
		margin-bottom: 3rem;
		left: 0;
	}
	.banner .bnr-lt .bnr-txt {
		font-size: 22px;
		color: #fff;
		padding: 10px 0;
		max-width: 520px;
		margin: auto;
		font-weight: bold;
	}
	.banner .bnr-lt .btn-sec {
		margin: auto;
		width: auto;
	}
	.banner .rating {
		justify-content: center;
	}
	.banner .rating {
		flex-wrap: wrap;
		gap: 10px;
	}
	.ad-title p {
		font-size: 22px;
		font-weight: 700;
	}
	.ad-company {
		flex-wrap: wrap;
		justify-content: center;
	}
	.ad-company li {
		width: 25%;
	}
	.feat-title h5 {
		font-size: 28px;
	}
	.bnr-btn {
		max-width: 520px;
		width: 100%;
		border-radius: 25px;
		font-size: 22px;
		padding: 20px 40px;
	}
	.about_content-btn {
		order: 3;
	}
	.about-us {
		padding: 70px 15px;
		background-image: url(../images/about-bg-mb.jpg)
	}
	.about-us .content .title h5 {
		text-align: center;
	}
	.about-us .content p {
		font-size: 20px;
		color: #000;
		line-height: 28px;
		text-align: center;
	}
	.about-us .content img.prod_img {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 290px;
		margin: 40px auto 30px auto;
	}
	.about-us .bnr-lt .bnr-btn {
		margin-top: 0;
	}
	.about-us-image {
		width: 100%;
	}
	.title {
		text-align: center;
	}
	.div-line {
		width: 200px;
		margin: 10px auto;
	}
	.adv-body .text-box {
		text-align: center;
		max-width: 440px;
		margin: 30px auto 0 auto;
	}
	.adv-body .white-div {
		padding: 20px 0;
	}
	.white-div .text-box p {
		font-size: 16px;
		margin-top: 15px;
	}
	.advantage .bnr-btn {
		margin-top: 0;
	}
	.rvws .rvws-single {
		width: 100%;
	}
	.rvws .rvws-single .rvw-cont {
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 0;
	}
	.sticky-btn-mob {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        z-index: 1;
		padding: 10px 0;
		box-shadow: 0 -2px 13px -8px rgb(0 0 0 / 35%);
	}
	.sticky-btn-mob.hidden {
		display: none;
	}
	.sticky-btn-mob a {
		margin: 0;
	}
	footer {
		padding-bottom: 7.5rem;
	}
}

@media screen and (max-width: 767px) {
	.over-view .f-body ul {
		padding: 0 0 120px;
	}
	.over-view .bnr-btn {
		margin-top: 20px;
	}
	.over-view .f-body ul li:not(:last-child) {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 600px) {
	.ad-company li {
		width: 33.3333%;
	}
	.hdr-rgt a {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
	.ad-company li {
		width: 50%;
	}
	.hdr-rgt a {
        font-size: 18px;
    }
	.list-inline-item:not(:last-child) {
		margin-right: .05rem;
	}
}