@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Oxygen:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,500&display=swap");

/* loader */
.loader {
	display: flex;
	flex-direction: column;
	width: 42px;
	justify-content: center;
	/* margin: 0 auto; */
	/* transform: scale(0.6); */
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	bottom: 0;
	background: #fff;
	left: 0;
	right: 0;
	align-items: center;
	z-index: 999999999999999999999;
}

.loader .tyre {
	position: relative;
	animation: jump 0.8s cubic-bezier(0.7, 0.31, 1, 1.89) infinite alternate;
}

.loader svg {
	fill: black;
	width: 100px;
	animation: roll 0.8s linear 0.2s infinite;
}

.loader .shade {
	height: 5px;
	width: 50px;
	margin-top: 33px;
	background: black;
	animation: stretch 0.8s cubic-bezier(1, 0.54, 0.77, 1.38) infinite alternate;
	margin-left: 3px;
}

@keyframes roll {
	0% {
		transform: rotateZ(0deg);
	}

	100% {
		transform: rotateZ(90deg);
	}
}

@keyframes stretch {
	0% {
		transform: scaleX(1);
	}

	70% {
		transform: scaleX(1);
	}

	100% {
		transform: scaleX(1.3);
	}
}

@keyframes jump {
	0% {
		transform: scaleY(1) translateY(0);
	}

	10% {
		transform: scaleY(1.05);
	}

	100% {
		transform: scaleY(0.9) translateY(40px);
	}
}

@keyframes grow {
	0% {
		transform: scaleY(0);
	}

	70% {
		transform: scaleX(0);
	}

	100% {
		transform: scaleY(1);
	}
}

/* breadcrumb start */
.inner_right_div {
	clip-path: polygon(37% 0, 100% 0, 100% 100%, 0 100%);
	background: #09a0f7;
	width: 33%;
	height: 100%;
}

li.breadcrumb-item a {
	font-family: "Oxygen";
	color: #ffd;
    font-size: 16px;
	text-decoration: underline;
	text-decoration-color: #09a0f7;
	transition: all 0.5s ease-in-out;
}

li.breadcrumb-item a:hover {
	color: #09a0f7;
	text-decoration-color: #373737;
	transition: all 0.5s ease-in-out;
}

.breadcrumb li i {
	color: #fff;
	font-size: 12px;
}

.breadcrumb li:hover {
	color: #09a0f7;
}

.breadcrumb-item.active {
	font-family: "Oxygen";
	color: #ffd;
	font-size: 16px;
	text-transform: capitalize;
	opacity: 1;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none;
	justify-content: center;
	gap: 15px;
	margin-top: 14px;
	align-items: center;
}

.bannner {
	height: 380px;
	background-color: black;
	display: flex;
	justify-content: end;
}

.breadcrumb-wrapper {
	position: absolute;
	z-index: 1;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.breadcrumb-heading {
	position: relative;
}

.main-heading-breadcrumb h1 {
	text-transform: uppercase;
}

/* breadcrumb end */
/*  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
	-moz-appearance: textfield;
	/* Firefox */
}

/*  */
#return-to-top {
	position: fixed;
	bottom: 10px;
	right: 15px;
	background: #046bd2;
	width: 41px;
	height: 41px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 2px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 13px;
	top: 10px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
	color: #fff;
	top: 5px;
}

/*  */
html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

ul {
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 60px;
	font-family: "Oswald-SemiBold";
	color: #fff;
	margin: 0;
}

h2 {
	font-size: 40px;
	font-family: "Oswald-SemiBold";
	margin: 0;
}

h3 {
	font-size: 28px;
	font-family: "Oswald-Bold";
	margin: 0;
}

h4 {
	font-size: 24px;
	font-family: "Oswald-Bold";
	margin: 0;
}

h5 {
	font-size: 20px;
	font-family: "Oswald-SemiBold";
	color: #fff;
	margin: 0;
}

h6 {
	font-size: 16px;
	font-family: "Oxygen";
	color: #000;
	margin: 0;
}

p {
	line-height: 1.8;
	font-family: "Oxygen";
	color: #616161;
	font-size: 16px;
	margin: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

.btn {
	font-size: 17px;
	padding: 15px;
	color: #fff;
	display: block;
	background: #09a0f7;
	transition: 0.5s ease-in-out 0s;
	font-family: "Oswald-SemiBold";
	text-transform: uppercase;
	width: 100%;
	border-radius: 0;
}

.btn:hover {
	cursor: pointer;
	transform: scale(1.1);
	background: #373737;
	color: #fff;
	transition: 0.5s ease-in-out 0s;
}

input#search-field::-webkit-input-placeholder {
	text-align: center;
}

input#search-field:-moz-placeholder {
	text-align: center;
}

.icon-wrapper a {
	display: flex;
	gap: 20px;
	align-items: center;
}

/* top header */
.icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
}

.address-wrapper {
	gap: 30px;
	margin-left: 12px;
}

.top-navbar {
	background-color: var(--bg-color);
	height: 60px;
	display: flex;
	align-items: center;
}

.icon-wrapper i {
	color: #fff;
	font-size: 16px;
}

.icon-wrapper.rotate-wrapper i.fa.fa-phone {
	transform: rotate(267deg);
}

.icon-wrapper h5 {
	font-family: "Oxygen";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin: 0;
	transition: all 0.5 ease-in-out;
}

.icon-wrapper h5:hover {
	color: #69727d;
	transition: all 0.5 ease-in-out;
}

.icon-wrapper.before-wrapper::before {
	content: "";
	height: 20px;
	width: 1px;
	position: absolute;
	background-color: #fff;
	left: -18px;
}

.social-wrapper {
	display: flex;
	align-items: center;
	justify-content: end;
}

a.social-icon {
	background: #373737;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	transition: all 0.5s ease-in-out;
}

a.social-icon i {
	color: #fff;
}

a.social-icon:hover {
	background: #69727d;
	transform: scale(1.1);
	transition: all 0.5s ease-in-out;
}

/*Styling logo*/
nav {
	height: 6rem;
	width: 100vw;
	background-color: #fff;
	display: flex;
	position: relative;
	z-index: 10;
}

.logo {
	padding: 0;
	text-align: start;
}

.logo img {
	height: 100%;
	width: 100%;
	object-fit: scale-down;
}

/*Styling Links*/
.nav-links {
	display: flex;
	list-style: none;
	width: 100%;
	justify-content: end;
	align-items: center;
	text-transform: uppercase;
	margin: 0;
}

.nav-links .nav-list a {
	text-decoration: none;
	margin: 0 19px;
	font-family: "Oswald-SemiBold";
	color: #373737;
	font-size: 19px;
}

.nav-links .nav-list a:hover {
	color: #fff;
}

.nav-links .nav-list {
	position: relative;
}

.nav-links .nav-list a::before {
	content: "";
	display: block;
	height: 3px;
	width: 0%;
	background-color: #09a0f7;
	position: absolute;
	transition: all ease-in-out 250ms;
	margin: 0 0 0 10%;
	bottom: -8px;
	z-index: -1;
	transition: 0.3s all ease-in-out;
}

.nav-links .nav-list #active::before {
	width: 80%;
	height: 43px;
	transition: 0.3s all ease-in-out;
}

a.social-icon.social-icon-last {
	margin-right: 0px;
}

a.search-btn {
	width: 40px;
	height: 40px;
	background: #09a0f7;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	margin-right: 0 !important;
}

a.search-btn1 {
	width: 40px;
	height: 40px;
	background: #09a0f7;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	margin-right: 0 !important;
}

.nav-links li #active {
	color: #fff !important;
}

.nav-links li a:hover::before {
	width: 80%;
	color: #fff !important;
	height: 43px;
	transition: 0.3s all ease-in-out;
}

/*Styling Buttons*/
.login-button {
	background-color: transparent;
	border: 1.5px solid #f2f5f7;
	border-radius: 2em;
	padding: 0.6rem 0.8rem;
	margin-left: 2vw;
	font-size: 1rem;
	cursor: pointer;
}

.login-button:hover {
	color: #131418;
	background-color: #f2f5f7;
	border: 1.5px solid #f2f5f7;
	transition: all ease-in-out 350ms;
}

.join-button {
	color: #131418;
	background-color: #61dafb;
	border: 1.5px solid #61dafb;
	border-radius: 2em;
	padding: 0.6rem 0.8rem;
	font-size: 1rem;
	cursor: pointer;
}

.join-button:hover {
	color: #f2f5f7;
	background-color: transparent;
	border: 1.5px solid #f2f5f7;
	transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div {
	width: 30px;
	height: 3px;
	background: #000;
	margin: 5px;
	transition: all 0.3s ease;
}

.hamburger {
	display: none;
}

/*Animating Hamburger Icon on Click*/
.toggle .line1 {
	transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
	transition: all 0.7s ease;
	width: 0;
}

.toggle .line3 {
	transform: rotate(45deg) translate(-5px, -6px);
}

/* modal search */
.close {
	position: absolute;
	top: 0%;
	right: 2rem;
	background: none;
	border: 0;
	font-size: 1.5rem;
	font-weight: 700;
	display: block;
	cursor: pointer;
	color: #fff;
	padding: 1rem 1.25rem;
	border-radius: 50%;
	outline: none;
}

.search-box.search-elem {
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #000000cc;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	z-index: 99999999999999999;
}

.search-box.search-elem .inner {
	width: 70%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.search-box.search-elem label {
	color: white;
	font-weight: 300;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
}

.search-box.search-elem button.submit {
	outline: none;
	position: absolute;
	top: 0;
	right: 15px;
	height: 70px;
	padding: 10px 2rem;
	background: #00a896;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	font-size: 1rem;
	color: white;
}

.search-box.search-elem button.submit[disabled] {
	background: #ccc;
	color: #32213a;
}

.search-box.search-elem input[type="text"] {
	padding: 12px 34px;
	height: 72px;
	font-size: 45px;
	font-weight: 300;
	border: none;
	border-bottom: solid 2px #fff;
	transition: border 0.3s;
	border-radius: 0;
	width: 100%;
	background: transparent;
	color: #666;
	opacity: 0.8;
	font-family: "Oxygen";
}

.search-box.search-elem input::placeholder {
	color: #fff !important;
	text-align: center;
}

.search-box.search-elem input {
	text-align: center;
}

.search-box.search-elem::-webkit-input-placeholder {
	text-align: center;
}

.search-box.search-elem:-moz-placeholder {
	/* Firefox 18- */
	text-align: center;
}

.search-box.search-elem::-moz-placeholder {
	/* Firefox 19+ */
	text-align: center;
}

.search-box.search-elem:-ms-input-placeholder {
	text-align: center;
}

.search-box.search-elem input[type="text"]:focus {
	border-bottom: solid 2px #00a896;
	box-shadow: none;
}

.search-box.search-elem label.placeholder {
	position: absolute;
	top: 10px;
	left: 2rem;
	font-size: 32px;
	font-weight: 300;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	color: #999;
	transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
	top: -25px;
	color: white;
	font-size: 1rem;
}

.search-box.search-elem.search-open {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.search-btn {
	text-transform: uppercase;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	font-size: 0.875rem;
	padding: 0 10px;
	display: inline-block;
}

.search-btn:hover {
	color: #00a896;
}

/* banner slider */
/* Swiper */
.swiper-container {
	width: 100%;
	height: 100vh;
	background-color: #000;
}

.swiper-backface-hidden .swiper-slide img.img-fluid {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Swiper slides */
.swiper-slide {
	position: relative !important;
}

/* .slide-1 {
	background-color: #e67204;
}
.slide-2 {
	background-color: #3bab24;
}
.slide-3 {
	background-color: #922b1d;
} */

/* Slide captions */
.slide-captions {
	position: absolute;
	top: 50%;
	left: 0%;
	color: #fff;
	z-index: 1;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: start;
	width: 100%;
	height: 100%;
}

.slide-captions .current-title {
	margin: 0;
	font-size: 48px;
}

.slide-captions .current-subtitle {
	margin: 10px 0 0 0;
	font-size: 28px;
}

/* Swiper arrows */
.swiper-pagination-bullet-active {
	background-color: #fff;
}

/* Swiper pagination */
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 50px;
}

.swiper-button-prev,
.swiper-button-next {
	color: #fff;
}

.elementor-background-overlay {
	background-color: #373737;
	opacity: 0.7;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

section.banner.slider {
	position: relative;
}

.dropdown-menu li a::before {
	content: none !important;
}

.dropdown-menu li a:hover {
	color: #09a0f7 !important;
}

h6.providing-heading {
	font-family: "Oswald-SemiBold";
	font-size: 21px;
	color: #fff;
}

span.line-before {
	width: 33px;
	height: 2px;
	background: #09a0f7;
	display: flex;
}

.span-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 33px;
}

.main-fa-heading p {
	color: #fff;
	margin-top: 20px;
}

.btn-wrapper {
	display: flex;
	align-items: center;
	gap: 27px;
	margin-top: 20px;
}

.contect-us a i {
	color: #fff;
	font-size: 27px;
	margin-right: 10px;
}

.contect-us a {
	display: flex;
	align-items: self-end;
	font-family: "Oswald-SemiBold";
	color: #fff;
	font-size: 20px;
	position: relative;
}

.btn-wrapper a.btn {
	width: 170px;
}

.contect-us a:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0%;
	height: 2px;
	background: #09a0f7;
	transition: 0.5s all ease-in-out;
}

.contect-us a:hover:after {
	width: 100%;
	transition: 0.5s all ease-in-out;
}

/* footer */
/* footer */
.img-mountain.footer-img-mountain {
	z-index: 111;
}

.dealer-content {
	margin-bottom: 21px;
}

.text-white {
	padding: 0px 0 0px 0;
	position: relative;
}

.row.center-wrapper {
	padding: 100px 0 110px 0;
	position: relative;
}

/* .elementor-background-overlay-footer {
	background-color: #373737;
	opacity: 0.7;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
} */
.main-footer-wrapper {
	background: linear-gradient(rgba(55, 55, 55, 0.95), rgba(55, 55, 55, 0.95)),
		url("../img/footer-main.png") no-repeat center center;
	position: relative;
	background-size: cover;
}

.text-white .newsletter_wrapper .btn {
	background: white;
	/* font-family: var(--font-poppin-medium); */
	color: #025042 !important;
	font-size: 15px;
	border: 0;
	font-family: var(--bold-font-family);
	border-radius: 0px !important;
	width: 100%;
}

.text-white .newsletter_wrapper input {
	border: 1px solid #e1e3e4 !important;
	background: transparent;
	line-height: 59px;
	padding: 0px 23px;
	border-radius: 0;
	outline: none;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	color: #c4c9ca !important;
}

.text-white .newsletter_wrapper input::placeholder {
	font-size: 1rem;
	font-family: "Space Mono", monospace;
	font-weight: 400;
	color: #c4c9ca !important;
}

.text-white .btn-slatter {
	position: absolute;
	line-height: 0px;
	top: -17px !important;
	right: 10px !important;
	border-radius: 25px;
	padding: 0 5px !important;
}

.text-white .newsletter_wrapper .btn {
	background: white;
	color: #14252a !important;
	font-size: 14px;
	border: 0;
	border-radius: 0px !important;
	width: 100%;
	padding: 13px 30px;
	font-family: "Space Mono", monospace;
	font-weight: 400;
	letter-spacing: 6px;
	text-transform: uppercase;
}

.email {
	display: flex;
	gap: 10px;
	line-height: 1.2;
	margin-top: 20px;
}

.email.tele {
	margin-top: 1px;
}

.email p {
	width: 40px;
}

.service-heading.text-center h4 {
	margin-bottom: 40px;
}

section.service {
	padding: 20px 0 60px 0;
}

.overlay_text h2 {
	text-transform: uppercase;
}

.head h5 {
	line-height: 3;
}

ul.footer-menus li a {
	color: #ffffffb3;
	font-size: 17px;
	font-family: "Oxygen";
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 15px;
}

ul.footer-menus li a i {
	color: #09a0f7;
}

ul.footer-menus li {
	padding-bottom: 16px;
}

.footer_content-icon ul.social_icons13 li a i {
	width: 30px;
	height: 30px;
	background: #09a0f7;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	transition: all 0.5s;
}

.footer_content-icon ul.social_icons13 li a i:hover {
	background: #fff;
	color: #09a0f7;
	transition: all 0.5s;
}

ul.social_icons13 {
	display: flex;
	align-items: center;
	gap: 23px;
	margin-top: 27px;
}

.img-recent img {
	width: 40%;
	height: 77px;
	object-fit: fill;
}

.head {
	margin-bottom: 20px;
}

.img-recent {
	display: flex;
	align-items: start;
	gap: 10px;
	margin-bottom: 20px;
}

.head h5::before {
	width: 50%;
	height: 5px;
	background-color: #fff;
	content: "";
}

ul.social_icons13 li a i {
	color: #fff;
	font-size: 20px;
}

.footer-all-right.text-center h6 {
	color: #ffffffb3;
}

.footer-all-right.text-center {
	padding-top: 0px;
	background: #373737;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

p.greenwood {
	font-size: 14px;
	margin-top: 16px;
}

.img-mountain {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

form.d-flex.news-wrapper {
	position: relative;
}

.footer-heading h3 {
	font-style: italic;
	font-size: 31px;
	color: #fff;
	margin: 0;
}

.footer-heading h5 {
	color: #fff;
	font-style: italic;
	font-size: 30px;
}

.footer_content .head h5 {
	color: #fff;
	font-size: 24px;
	font-family: "Oswald-SemiBold";
}

.footer_content.frst p {
	font-size: 16px;
	color: #ffffffb3;
}

.footer_content.frst .head img {
	margin-top: 20px;
}

.recent-content a h5 {
	font-size: 16px;
}

.support-wrapper {
	background-color: #222222;
	padding: 25px 25px 25px 25px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #f5f5f5;
	border-radius: 0px 0px 0px 0px;
	position: relative;
	margin-top: 30px;
	overflow: hidden;
}

.support-wrapper::before {
	position: absolute;
	content: "";
	top: 0;
	right: -100%;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	background-size: 101% 101%;
}

.support-wrapper:hover::before {
	right: 0;
	background: #09a0f7;
}

.talk-wrapper {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 20px;
}

.talk-wrapper i.fas.fa-headset {
	font-size: 47px;
	color: #09a0f7;
}

.support-wrapper:hover .talk-wrapper i.fas.fa-headset {
	color: #fff;
	transition: 1s;
}

.icon-hover h6 {
	color: #ffffffb3;
	font-size: 14px;
	margin-bottom: 6px;
	font-family: "Oxygen";
	font-weight: 400;
}

.recent-content h6 {
	color: #09a0f7;
	margin-top: 10px;
}

ul.footer-menus li a span:hover {
	color: #09a0f7;
}

.recent-content a h5 {
	text-transform: uppercase;
}

.dealer-content h6 {
	color: #ffffffb3;
	line-height: 1.1;
	margin: 10px 0;
}

/* sec-second css */
section.tire-sec-sale {
	padding-bottom: 100px;
	padding-top: 80px;
}

.text-wrapper-sale {
	text-align: center;
	padding: 40px;
	height: 270px;
	box-shadow: 0px 1px 4px #808080;
}

.text-wrapper-sale h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* about-sec */
.about-img {
	position: relative;
}

.inline-block-wrapper-img {
	background: #f7f6fb;
	border-radius: 100px;
	padding: 13px;
	object-fit: scale-down;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-relative img {
	position: absolute;
	bottom: -153px;
	width: 100%;
	height: 216px;
	object-fit: scale-down;
	right: -20px;
}

.inline-block-wrapper-img img {
	width: 80px;
	height: 80px;
	object-fit: scale-down;
}

.inline-block-wrapper-img {
	text-align: center;
}

.text-content {
	padding-right: 10px;
}

section.about-us {
	padding: 40px 0 100px 0;
}

section.about-us .about-img img {
	width: 100%;
	height: 450px;
	object-fit: fill;
}

a.btn.learn-btn {
	padding: 15px;
}

h6.about-heading {
	font-family: "Oswald-SemiBold";
	font-size: 21px;
	color: #09a0f7;
	margin: 17px 0;
}

.main-about-wrapper h2 {
	font-size: 45px;
	padding-right: 10px;
	color: #373737;
}

.text-content h4 {
	margin-bottom: 10px;
}

.text-content p {
	font-size: 15px;
}

.main-about-wrapper {
	padding-right: 76px;
}

.main-about-wrapper p {
	margin-bottom: 14px;
}

/* counter-sec */
.counter-container {
	/* border: 2px solid #fff; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 30px 50px;
	text-align: center;
}

.count {
	font-size: 45px;
	margin-top: 10px;
	font-family: "Oswald-SemiBold";
	color: #fff;
}

.percent:after {
	content: "%";
	display: inline-block;
}

.counter-container i {
	font-size: 64px;
	color: #09a0f7;
}

section.counter-sec {
	background: linear-gradient(rgba(55, 55, 55, 0.95), rgba(55, 55, 55, 0.95)),
		url("../img/counter.webp") no-repeat center center;
	position: relative;
	background-size: cover;
	padding: 60px 0px;
}

.counter-container p {
	color: #fff;
}

.percentage-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.percentage-wrapper h6 {
	font-size: 60px;
	margin-top: 10px;
	font-family: "Oswald-SemiBold";
	color: #fff;
}

/* tire accessories */
.main-accessories-wrapper {
	text-align: center;
}

section.tire-accesories {
	padding: 100px 0;
}

.main-accessories-wrapper p {
	padding: 0px 50px;
	font-size: 18px;
}

.main-accessories-wrapper h2 {
	font-size: 45px;
	color: #373737;
	font-family: "Oswald-Bold";
}

.text-wrapper-sale.accessories {
	text-align: start;
	height: unset;
	box-shadow: 0px 12px 15px -15px rgba(0, 0, 0, 0.5);
	border: 1px solid #dddddd94;
}

.text-wrapper-sale.accessories h4 a {
	color: #373737;
	text-transform: uppercase;
	font-size: 35px;
}

.text-wrapper-sale.accessories h6 {
	font-family: "Oswald-Semibold";
	font-size: 21px;
	color: #09a0f7;
}

.text-wrapper-sale.accessories h5 {
	color: #373737;
	text-transform: capitalize;
	font-family: "Oxygen";
	font-size: 16px;
}

section.tire-accesories a.btn.information-btn {
	padding: 10px 0px;
	margin-left: 24px;
}

.inner-position i {
	position: absolute;
	color: #fff;
	bottom: 40px;
	right: 15px;
	font-size: 29px;
}

.accessories-wrapper {
	position: relative;
	padding: 0px 0px 0 12px;
}

.accessories-wrapper::before {
	content: "";
	height: 15px;
	width: 1px;
	position: absolute;
	background-color: #dddddd94;
	left: 3px;
	top: 24%;
}

.text-wrapper-sale.accessories h4 {
	margin-bottom: 20px;
	margin-top: 5px;
}

.text-wrapper-sale.accessories a.btn {
	padding: 11px;
	font-size: 18px;
	font-family: "Oxygen";
	font-weight: 600;
}

a.btn.information-btn {
	font-size: 18px;
	margin-top: 20px;
}

/* thires-sec-fit */
section.thire-that-fit {
	background: #373737;
	padding: 100px 0;
}

section.thire-that-fit .main-accessories-wrapper h2 {
	color: #fff !important;
}

section.thire-that-fit .main-accessories-wrapper p {
	color: #fff !important;
	margin-bottom: 40px;
}

.text-wrapper-sale.fit {
	text-align: start;
	height: unset;
}

.text-wrapper-sale.fit h4 a {
	color: #373737;
	text-transform: uppercase;
	font-size: 35px;
}

.text-wrapper-sale.fit h4 {
	margin-bottom: 7px;
	margin-top: 0px;
}

.text-wrapper-sale.fit {
	text-align: start;
	height: unset;
	background: #fff;
	margin: 0px 20px;
	z-index: 1;
	position: relative;
}

.fit-img-relative {
	position: relative;
}

.text-wrapper-sale.fit h6 {
	font-family: "Oswald-Semibold";
	font-size: 21px;
	color: #09a0f7;
}

.text-wrapper-sale.fit h5 {
	color: #373737;
	text-transform: capitalize;
	font-family: "Oxygen";
	font-size: 18px;
	margin-top: 30px;
}

p.rolling-para {
	font-size: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 62px;
}

span.dollar-fit-tires a {
	font-family: "Oswald-Medium";
	font-size: 21px;
	color: #09a0f7;
}

.fit-img-relative img {
	width: 100%;
	height: 280px;
	object-fit: fill;
	position: relative;
	top: 20px;
}

a.btn.fit-btn {
	font-size: 21px;
	font-family: "Oxygen";
	font-weight: 600;
}

ul.list-wrapper li i {
	color: #09a0f7;
	margin-right: 10px;
}

ul.list-wrapper li span {
	color: #677283;
	font-family: "Oxygen";
	font-weight: 800;
	font-size: 20px;
}

section.service {
	padding: 90px 0 90px 0;
}

section.service .main-about-wrapper p {
	font-size: 18px;
	color: #677283 !important;
	line-height: 1.5;
}

ul.list-wrapper li {
	margin-bottom: 10px;
}

.wrapper {
	position: relative;
}

.video-main {
	position: relative;
	display: inline-block !important;
	z-index: 111;
}

.video-wave {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.video {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	background: transparent;
	color: #000;
	display: inline-block;
	background: #fff;
	z-index: 999;
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

.fa-play:before {
	content: "\f04b";
}

.waves {
	position: absolute;
	width: 150px;
	height: 150px;
	background: #09a0f7;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	right: -50px;
	bottom: -50px;
	z-index: -1;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}

.wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

section.service .main-about-wrapper {
	padding-right: 24px;
}

/* slider-sec */
.inner {
	margin: 0px 50px;
}

section.slider-wrapper {
	background: #f7f6fb;
	padding: 110px 0;
}

.inner img {
	width: 100%;
	height: 46px;
	object-fit: scale-down;
}

/* testemonial */
.testimonial-slide {
	padding: 0px 7px;
}

section.tire-accesories .slick-next:before {
	content: "\f061 ";
	color: #fff;
	font-size: 18px;
	font-family: "FontAwesome";
	background: #09a0f7;
	padding: 5px;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	opacity: 1 !important;
}

section.tire-accesories .slick-prev:before {
	content: "\f060 ";
	color: #fff;
	font-size: 18px;
	font-family: "FontAwesome";
	background: #09a0f7;
	padding: 5px;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	opacity: 1 !important;
}

.testimonial_box-top {
	background-color: #f7f6fb;
	padding: 30px;
	border-radius: 0px;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: column;
	text-align: center;
	margin: 0px 0px 0 10px;
}

.testimonial_box-icon {
	padding: 10px 0;
}

.testimonial_box-icon i {
	font-size: 75px;
	color: #09a0f7;
}

.testimonial_box-text {
	padding: 10px 0;
}

.testimonial_box-text p {
	font-size: 18px;
	text-align: start;
	height: 129px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.testimonial_box-img {
	padding: 20px 0 10px;
	display: flex;
	justify-content: center;
	gap: 21px;
}

.testimonial_box-img img {
	width: 70px;
	height: 70px;
	border-radius: 50px;
	border: 2px solid #e5e5e5;
}

.testimonial_box-name {
	padding-top: 19px;
}

.testimonial_box-name h4 {
	font-size: 20px;
	line-height: 25px;
	color: #293241;
	margin-bottom: 0;
}

.testimonial_box-job p {
	color: #293241;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 0;
}

/* newslatter */
section.slatter-sec {
	background: linear-gradient(rgba(55, 55, 55, 0.95), rgba(55, 55, 55, 0.95)),
		url("../img/newslatter.webp") no-repeat center center;
	position: relative;
	background-size: cover;
	padding: 98px 0px;
}

.newsletter_wrapper input:focus {
	background-color: transparent;
}

.newsletter_wrapper input {
	border: 1px solid #e1e3e4 !important;
	background: transparent;
	line-height: 59px;
	padding: 0px 23px;
	border-radius: 0;
	outline: none;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	color: #c4c9ca !important;
}

.newsletter_wrapper input::placeholder {
	font-size: 1.5rem;
	font-family: "Oxygen";
	font-weight: 400;
	color: #c4c9ca !important;
}

section.slatter-sec .heading-slatter h4 {
	color: #fff;
	font-size: 42px;
}

section.slatter-sec .heading-slatter p {
	color: #fff;
	font-size: 18px;
	padding-right: 50px;
	margin-top: 18px;
}

.btn-slatter button.btn {
	width: 192px;
	height: 67px;
	background: #fff;
	color: #373737;
	font-size: 21px;
	margin-left: 10px;
}

.btn-slatter button.btn:hover {
	background-color: #09a0f7;
	color: #fff;
}

/* blogs-sec */
section.blogs-sec .main-accessories-wrapper {
	text-align: start;
}

p.blog-para {
	font-size: 18px;
}

section.blogs-sec {
	padding: 51px 0 0 0;
}

section.blogs-sec .main-accessories-wrapper h2 {
	font-size: 55px;
}

a.cart-head {
	font-family: "Oswald-SemiBold";
	font-size: 35px;
	color: #09a0f7;
}

.card-wrapper p {
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 10px;
}

a.btn.blog-btn-card {
	width: 166px;
	font-size: 18px;
}

.blod-detail img {
	width: 100%;
	height: 270px;
	object-fit: fill;
	transition: all 0.4s ease;
}

section.blogs-detail {
	padding: 130px 0;
}

.blod-detail:hover {
	transform: scale(1.05) rotate(2deg);
	opacity: 0.8;
	transition: all 0.4s ease;
}

section.blog-bottom-sec img {
	width: 100%;
	height: 250px;
	object-fit: fill;
	padding: 0px 3px;
}

section.blog-bottom-sec img:hover {
	background-color: #37373780;
}

section.blog-bottom-sec {
	padding-top: 0px;
}

@media screen and (max-width: 735px) {
	.container {
		flex-direction: column;
	}
}

/* footer */

/* maintenance page css start here */
/*  road-ready sec start here */
section.road_ready_sec {
	padding-top: 40px;
	padding-bottom: 40px;
}

.main_heading h2 {
	font-size: 33px;
	font-family: "Oswald-Bold";
}

.main_heading p {
	line-height: 1.5;
	margin-bottom: 1rem;
	font-size: 15px;
}

/*  road-ready sec end here */

/* service-sec start here */
section.service-sec {
	padding-top: 50px;
	padding-bottom: 59px;
}

.service_card {
	background-color: #f7f6fb;
	text-align: center;
	padding: 40px 20px;
	width: 100%;
}

.service-card_wrapper .fa {
	font-size: 44px;
}

.service-card_wrapper {
	position: relative;
	width: 100%;
}

.service_card {
	display: block;
	width: 100%;
	height: auto;
}

.service_icon h2 {
	text-transform: uppercase;
}

.service_card h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.overlay_wrapper {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: #373737;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: 0.5s ease;
}

.service-card_wrapper:hover .overlay_wrapper {
	bottom: 0;
	height: 100%;
}

.overlay_text {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 92%;
}

.overlay_text p {
	color: #fff;
}

/* service-sec end here */

/* form-search page css end here */
section.form-search-sec {
	padding: 200px 0 100px 0px;
}

.heading-slatter1 {
	border-top: 1px solid #eee;
	padding-top: 50px;
}

.btn-slatter1 button.btn {
	width: 160px;
	padding: 20px;
}

/* location page css start here  */
section.location_sec {
	padding: 54px 0;
}

.loc_detail_wrapper {
	background-color: #f7f6fb;
	padding: 68px 20px;
	text-align: center;
	box-shadow: 0px 12px 15px -15px rgba(0, 0, 0, 0.5);
}

.loc_icon i,
.loc_icon i {
	font-size: 33px;
	color: #09a0f7;
}

.loc_icon.mb-2 {
	padding-bottom: 20px;
}

.loc_icon.wrapper i {
	color: #fff;
}

.overlay_text a {
	color: #fff;
}

.location_information h2 {
	font-size: 22px;
	margin-bottom: 20px;
	color: #09a0f7;
}

.location_information .overlay h2 {
	color: #fff !important;
}

.location_information {
	position: relative;
	width: 100%;
}

.loc_wrapper {
	display: block;
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #09a0f7;
	overflow: hidden;
	width: 100%;
	color: white !important;
	height: 0;
	transition: 0.5s ease;
}

.overlay .fa,
.overlay .fas {
	color: white !important;
	font-size: 33px;
}

.location_information:hover .overlay {
	height: 100%;
}

.map_wrapper iframe {
	width: 100%;
}

/* location page css end here  */
/* contact page css start here  */
.contact_form .form-control {
	background-color: #f7f6fb;
	border: 0;
	padding: 17px 10px;
}

.contact_form .form-control::placeholder {
	color: #677283;
	font-family: "Oxygen";
	text-transform: capitalize;
	font-size: 15px;
}

.contact_form .form-control:focus {
	color: #677283;
	background-color: #f7f6fb;
	outline: 0;
	box-shadow: none;
}

.contact_form textarea#exampleFormControlTextarea1 {
	height: 215px;
}

.contact_form {
	padding-top: 32px;
}

.opening_hours_Wrapper {
	padding-top: 30px;
}

.opening_detail {
	background-color: #f7f6fb;
	padding: 28px 32px;
}

.opening_detail .main_heading h2 {
	font-size: 23px;
}

.opening_day {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.opening_day h2 {
	font-size: 20px;
	line-height: 1.7;
}

/* contact page css end here  */
/* play btn */
/* END Optional styles */
.video-container {
	width: 640px;
	border-radius: 4px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}

.video-container .video-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-container video {
	width: 100%;
	height: 100%;
	border-radius: 0px;
}

.play-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	pointer-events: none;
}

.play-button-wrapper #circle-play-b {
	cursor: pointer;
	pointer-events: auto;
}

.video-container {
	width: 100%;
	border-radius: 4px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.modal-content.content-wrapper .modal-body.body-modal {
	padding: 0;
}

.modal-content.content-wrapper {
	background: transparent;
	border: none;
}

.modal-content.content-wrapper .modal-header.header-modal {
	border-bottom: none;
}

h2.main-tanks-heading {
	margin-bottom: 12px;
	color: #09a0f7;
}

.dropdown-menu {
	position: absolute;
	padding: 13px 10px;
	box-shadow: rgba(99, 99, 99, 0.2);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border: none;
	width: 100%;
	height: unset;
	top: 40px;
}

.dropdown-menu li a {
	margin: 0 !important;
}

.dropdown-menu li {
	/* border-bottom: 1px solid #e1e1e1; */
	padding: 10px 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.video-play-button {
	display: block;
	width: 93px;
	height: 98px;
	position: absolute;
	top: 49%;
	left: 51%;
	margin: -52px 0 0 -52px;
	cursor: pointer;
}

.video-play-outline {
	display: block;
	width: 96px;
	height: 96px;
	border: #fff 4px solid;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0.7;
	transition: all 0.5s;
}

.video-play-circle {
	stroke-dasharray: 315;
	stroke-dashoffset: 315;
	transition: stroke-dashoffset 0.5s;
}

.video-play-button svg {
	display: block;
	transform: rotate(-90deg);
	transition: transform 0.3s;
}

.video-play-button:hover .video-play-circle {
	stroke-dashoffset: 0;
}

.video-play-button:active .video-play-outline {
	transform: scale(1.5);
	opacity: 0;
}

.video-play-button:active svg {
	transform: rotate(-90deg) scale(0.95);
}

.modal-content.content-wrapper .modal-header button.btn-close {
	background-color: #fff !important;
	border-radius: 50px;
}

.mobile-header {
	display: none;
}

/* detail-pages-text */
.content-wrapper {
	border-top: 1px solid #e2e8f0;
	padding-top: 50px;
	padding-bottom: 20px;
	margin-top: 50px;
}

.content-wrapper h2 a:hover {
	color: #373737;
}

.content-wrapper h2 a {
	color: #09a0f7;
	font-family: "Oswald-Regular";
	text-transform: uppercase;
}

a.red-more-wrapper {
	color: #09a0f7;
	font-size: 18px;
	font-family: "Oxygen";
}

a.red-more-wrapper:hover {
	color: #69727d;
}

section.details-text {
	padding-bottom: 100px;
	padding-top: 110px;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
	align-items: start;
	justify-content: start;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 10px;
}

.pagination .page-link {
	position: relative;
	display: block;
	padding: 13px 13px;
	margin-left: -1px;
	line-height: 1.25;
	color: #000;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0px;
	font-size: 17px;
	font-weight: 400;
	background: #f7f6fb;
	font-family: "Oswald-SemiBold";
}

.page-link:focus {
	border-color: var(--first-color);
	box-shadow: 0 0 5px 0 var(--first-color) !important;
}

.page-item:first-child .page-link {
	padding: 12px 17px !important;
	border-radius: 0px !important;
}

.page-item:first-child .page-link:hover {
	background-color: #09a0f7;
	transition: 0.3s all;
	color: #fff;
}

.page-item:last-child .page-link:hover {
	background-color: #09a0f7;
	transition: 0.3s all;
	color: #fff;
}

.page-item:last-child .page-link {
	padding: 12px 17px !important;
	border-radius: 0px !important;
}

a.page-link.pagelink-second span i {
	font-size: 25px;
	font-weight: 600;
}

.product-deatail-wrapper .product-img img.img-fluid {
	width: 100px;
	height: 90px;
	object-fit: scale-down;
	/* padding-top: 20px; */
}

a.page-link.active {
	background-color: var(--first-color);
	color: #fff;
	padding: 11px 21px;
}

#order-main {
	display: none;
}

.pagination li.page-item .page-link:focus {
	border-color: transparent;
}

.page-item.active .page-link {
	background-color: #09a0f7;
	color: #fff !important;
	padding: 13px 13px !important;
	border: none;
	border-radius: 0px;
	margin-top: 0px;
}

.pagination-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.content-wrapper.border-top-none {
	border-top: none;
	margin-top: 0;
}

.img-detail-wrapper img {
	margin-bottom: 20px;
}

/* legal pages */
h1.legal-heading {
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
}

section.legal-pages {
	padding: 10px 0 60px 0;
}

/* 404 */
h1.error-class {
	color: #000;
	text-align: center;
	margin-bottom: 0px;
}

section.four-wrapper {
	padding-bottom: 110px;
	padding-top: 50px;
}

/* tire-shop */
.achor-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.achor-wrapper .category-image {
	width: 243px;
	max-width: 100%;
	height: 220px;
	object-fit: contain;
}

.achor-wrapper a h4 {
	color: #000;
}

section.navigate-tires {
	padding: 73px;
}

/* cart */
li.search-wrapper.cart-wrapper {
	position: relative;
	margin-left: 10px;
}

li.search-wrapper.cart-wrapper span {
	background: yellow;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: -10px;
	border-radius: 50px;
	color: #000;
	font-family: "Oswald-SemiBold";
	font-size: 14px;
}

/*  */
.product-img--main1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 250px;
	float: left;
	margin: 0px;
	object-fit: fill;
}

a.dropdown-navbar.active {
	color: #09a0f7;
}

@media (max-width: 1367px) {
	.nav-links .nav-list a {
		font-size: 15px;
	}

	p.rolling-para {
		font-size: 17px;
	}

	.main-about-wrapper {
		padding-right: 20px;
		padding-left: 50px;
	}

	.main-about-wrapper h2 {
		padding-right: 10px;
	}

	.text-wrapper-sale {
		height: 289px;
	}

	.text-wrapper-sale.accessories h5 {
		font-size: 16px;
	}

	.count {
		font-size: 50px;
	}

	.text-wrapper-sale.fit h5 {
		font-size: 15px;
	}

	section.service .main-about-wrapper p {
		font-size: 16px;
		color: #677283 !important;
	}

	ul.list-wrapper li span {
		font-size: 15px;
	}

	.testimonial_box-text p {
		font-size: 16px;
		text-align: start;
	}

	section.slatter-sec .heading-slatter h4 {
		color: #fff;
		font-size: 38px;
	}

	section.slatter-sec .heading-slatter p {
		color: #fff;
		font-size: 16px;
		padding-right: 50px;
		margin-top: 7px;
	}

	section.blogs-sec .main-accessories-wrapper h2 {
		font-size: 45px;
	}

	p.blog-para {
		font-size: 16px;
	}

	.card-wrapper p {
		font-size: 16px;
	}

	.footer_content .head h5 {
		font-size: 21px;
		line-height: 1.5;
		margin-bottom: 30px;
		height: 50px;
	}

	.footer_content.frst p {
		font-size: 15px;
	}

	.talk-wrapper .icon-hover h5 {
		font-size: 16px;
	}

	.icon-hover h6 {
		font-size: 11px;
	}

	a.cart-head {
		font-size: 30px;
	}

	section.tire-sec-sale .text-wrapper-sale h3 {
		font-size: 22px;
	}

	.head {
		margin-bottom: 10px;
	}

	.footer_content {
		padding-left: 15px;
	}
}

/*Stying for small screens*/
@media screen and (max-width: 912px) {
	nav {
		position: fixed;
		z-index: 3;
	}

	h1 {
		font-size: 43px;
	}

	.content-wrapper {
		border-top: 1px solid #e2e8f0;
		padding-top: 0px;
		padding-bottom: 20px;
		margin-top: 0px;
	}

	.breadcrumb-heading {
		position: relative;
		margin-top: 90px;
	}

	ul.dropdown-menu li a {
		color: #000 !important;
	}

	.mobile-header .dropdown-menu {
		left: -54px !important;
	}

	ul.center-wrapper {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 21px;
	}

	.mobile-header {
		display: block;
		position: relative;
		z-index: 111111111;
	}

	header.header-top {
		display: none;
	}

	.hamburger {
		display: block;
		position: absolute;
		cursor: pointer;
		right: 5%;
		top: 50%;
		transform: translate(-5%, -50%);
		z-index: 2;
		transition: all 0.7s ease;
	}

	.nav-links-responsive {
		position: relative;
		background: #131418;
		min-height: 100vh;
		width: 100%;
		flex-direction: column;
		clip-path: circle(50px at 90% -20%);
		-webkit-clip-path: circle(50px at 90% -10%);
		transition: all 1s ease-out;
		pointer-events: none;
		display: flex;
		align-items: center;
		justify-content: start;
		gap: 0px;
		padding-top: 30px;
		transform: translate(100%, 0px);
	}

	.nav-links-responsive.open {
		clip-path: circle(1000px at 90% -10%);
		-webkit-clip-path: circle(1000px at 50% -10%);
		pointer-events: all;
		transform: translate(0px, 10px);
	}

	.nav-links-responsive li {
		opacity: 0;
	}

	.nav-links-responsive li:nth-child(1) {
		transition: all 1s ease 0.2s;
	}

	.nav-links-responsive li:nth-child(2) {
		transition: all 1s ease 0.4s;
	}

	.nav-links-responsive li:nth-child(3) {
		transition: all 1s ease 0.6s;
	}

	.nav-links-responsive li:nth-child(4) {
		transition: all 1s ease 0.7s;
	}

	.nav-links-responsive li:nth-child(5) {
		transition: all 1s ease 0.8s;
	}

	.nav-links-responsive li:nth-child(6) {
		transition: all 1s ease 0.9s;
		margin: 0;
	}

	.nav-links-responsive li:nth-child(7) {
		transition: all 1s ease 1s;
		margin: 0;
	}

	.nav-links-responsive li:nth-child(8) {
		transition: all 1s ease 1.2s;
		margin: 0;
	}

	.nav-links-responsive li.fade {
		opacity: 1;
	}

	.nav-links-responsive.open li.nav-list a {
		color: #fff;
	}

	.logo img {
		height: 100px;
		width: 190px;
		object-fit: scale-down;
	}

	.address-wrapper-mobile {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.icon-wrapper.before-wrapper::before {
		display: none;
	}

	.social-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 15px;
	}

	.swiper-container {
		height: 70vh;
	}

	.main-about-wrapper h2 {
		font-size: 25px;
	}

	p {
		font-size: 13px;
	}

	section.tire-sec-sale {
		padding-bottom: 40px;
	}

	h4 {
		font-size: 18px;
	}

	.text-content p {
		font-size: 13px;
	}

	.text-wrapper-sale.accessories {
		margin-top: 19px;
	}

	section.service {
		padding: 90px 0 40px 0;
	}

	section.slider-wrapper {
		padding: 40px 0;
	}

	.card-wrapper {
		margin-top: 20px;
	}

	h2 {
		font-size: 26px;
	}

	.modal-content.content-wrapper-promotion {
		margin: 0px 0px;
	}

	.product-content {
		margin-top: 20px;
	}

	section.tire-accesories {
		padding: 40px 0;
	}
}

@media (max-width: 576px) {
	.icon-wrapper h5 {
		font-size: 8px;
	}

	.breadcrumb-heading {
		position: relative;
		margin-top: 0px;
	}

	.content-wrapper {
		border-top: 1px solid #e2e8f0;
		padding-top: 0px;
		padding-bottom: 20px;
		margin-top: 0px;
	}
/* 
	.breadcrumb-item.active {
		font-size: 13px;
		line-height: 1;
	} */

	.main_heading h2 {
		font-size: 30px;
		font-family: "Oswald-Bold";
	}

	.swiper-container {
		height: 60vh;
	}

	.search-box.search-elem input::placeholder {
		font-size: 16px;
	}

	.close {
		top: 44%;
		right: 0rem;
	}

	h1 {
		font-size: 30px !important;
	}

	h2 {
		font-size: 25px;
	}

	p {
		font-size: 14px !important;
	}

	.inner-position i {
		font-size: 19px;
	}

	.address-wrapper-mobile {
		margin-left: 0px;
		margin-top: 10px;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.icon-wrapper.before-wrapper::before {
		display: none;
	}

	section.tire-accesories a.btn.information-btn {
		padding: 10px 0px;
		margin-left: 0px;
	}

	.main-heading-breadcrumb {
		text-align: center;
	}

	.main-wrapper-navbar {
		padding: 0;
	}

	.logo {
		margin-top: 10px;
	}

	.logo img {
		height: 70px;
		width: 100%;
		object-fit: scale-down;
	}

	.top-navbar {
		height: auto;
	}

	.social-wrapper {
		padding: 20px;
		justify-content: center;
	}

	.address-wrapper {
		margin-left: 0px;
		margin-top: 10px;
	}

	.slide-captions {
		z-index: 11;
	}

	nav {
		position: relative !important;
	}

	.text-wrapper-sale {
		margin-bottom: 30px;
	}

	section.tire-sec-sale {
		padding-bottom: 0px;
		padding-top: 80px;
	}

	img.img-fluid.top-img {
		width: 100%;
	}

	.img-relative img {
		position: unset;
		margin-top: 20px;
	}

	.main-about-wrapper h2 {
		font-size: 25px;
		padding-right: 0px;
	}

	.main-about-wrapper {
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 20px;
	}

	section.about-us {
		padding: 40px 0 30px 0;
	}

	section.tire-accesories {
		padding: 60px 0;
	}

	.text-content {
		padding-right: 10px;
		padding-left: 10px;
	}

	.main-accessories-wrapper h2 {
		font-size: 25px;
	}

	section.slider-wrapper {
		padding: 30px 0;
	}

	.image-padding {
		padding-bottom: 10px;
	}

	a.btn.learn-btn {
		margin-bottom: 20px;
	}

	.btn-slatter button.btn {
		width: 142px;
		font-size: 16px;
		margin-left: 0px;
		margin-top: 10px;
	}

	.newsletter_wrapper {
		margin-top: 30px;
	}

	a.btn.blog-btn {
		margin-bottom: 20px;
	}

	a.btn.blog-btn-card {
		margin-bottom: 10px;
	}

	section.blog-bottom-sec {
		padding-top: 20px;
	}

	.row.center-wrapper {
		padding: 100px 0 0px 0;
	}

	/* another-pages */
	.bannner {
		height: 180px;
	}

	section.tire-accesories .slick-next {
		right: 2px;
	}

	section.tire-accesories .slick-prev {
		left: 0px;
		z-index: 11;
	}

	.achor-wrapper .category-image {
		height: 180px;
	}
	section.navigate-tires {
		padding: 53px 15px;
	}
	.opening_detail {
		padding: 21px 19px;
	}
	.opening_day h2 {
		font-size: 15px;
	}
	.opening_day p {
		font-size: 12px !important;
	}
	.order_detail.order_paymentdetail {
		padding: 0px 0px !important;
	}
	.tire-image-detail {
		padding: 7px !important;
		width: 65px !important;
		border-radius: 7px !important;
		height: 65px !important;
	}
	.tire-image-detail img {
		height: 50px !important;
		width: 50px !important;
	}
	.table-detail table.table td {
		font-size: 14px !important;
		padding: 14px 18px 15px 1px !important;
		white-space: nowrap;
		max-width: 105px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.order-name-product h6:first-child,.order-name-subtotal h6:first-child {
		font-size: 13px;
		white-space: nowrap;
		width: calc(100% - 59px);
		text-overflow: ellipsis;
		overflow: hidden;
	}
	
	.order-name-product h6:last-child,.order-name-subtotal h6:last-child {
		width: 51px;
		display: flex;
		font-size: 14px;
	}
	.product_details {
		padding: 26px 11px !important;
	}
}

@media (max-width: 376px) {
	.swiper-container {
		height: 80vh;
	}
}

@media (max-width: 281px) {
	.order_detail.order_paymentdetail {
		padding: 0px 0px;
	}
	
	.btn-wrapper a.btn {
		width: 144px;
		font-size: 15px;
	}

	/* .breadcrumb-item.active {
		font-size: 12px; */
	}

	/* li.breadcrumb-item a {
		font-size: 11px;
	} */

	.card-acce-image-zec {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	h1 {
		font-size: 23px !important;
	}

	.row.center-wrapper {
		padding: 40px 0 0px 0;
	}

	section.slatter-sec .heading-slatter h4 {
		color: #fff;
		font-size: 31px;
	}

	section.tire-accesories .slick-next {
		right: -5px;
	}

	section.tire-accesories .slick-prev {
		left: -11px;
		z-index: 11;
	}

	section.thire-that-fit {
		background: #373737;
		padding: 50px 0;
	}

	.contect-us a {
		font-size: 17px;
	}

	.main-accessories-wrapper p {
		padding: 0px 10px;
		font-size: 16px;
	}

	.text-wrapper-sale.fit {
		margin: 0px 10px;
	}

	.text-wrapper-sale {
		padding: 10px;
	}

	.testimonial_box-top {
		padding: 10px;
	}

	.testimonial-slide {
		padding: 20px 0px;
	}

	.btn-slatter button.btn {
		/* width: 82px; */
		font-size: 13px;
		margin-left: 0px;
	}

	.newsletter_wrapper input::placeholder {
		font-size: 13px;
	}

	h6.providing-heading {
		font-size: 14px;
	}
}

.fancybox-caption.fancybox-caption--separate {
	display: none;
}

.service-card_wrapper h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 95px;
}

.service-card_wrapper p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.service-card_wrapper {
    height: 100%;
}

.service-card_wrapper .service_card {
    height: 100%;
}
