@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,

.nav-link,
.menu-item a {
  font-family: "Unbounded", sans-serif;
}

.fadeOutLeft {
  animation: fadeOutLeft 1s ease forwards !important;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0) !important;
  }

  100% {
    opacity: 0;
    transform: translateX(-100%) !important;
  }
}


/* Error toast */
/* .toast-error {
  background-color: #818181;
} */
.toast-error .toast-title {
  color: #ffffff;
}

#toast-container>.toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

i.fa-solid.toaster-icons.fa-triangle-exclamation {
  padding: 0px 10px 0px 0px;
  font-size: 20px;
  color: white;
}

i.toaster-icons.fa-check {
  padding: 0px 10px 0px 0px;
  font-size: 20px;
  color: rgb(78, 235, 60);
}

/* Success toast */
.toast-success {
  background-color: #FFC107 !important;
}

#toaster-text-error {
  background-color: #ff0707 !important;
  border-radius: 10px;

}

#toaster-text-success {
  background-color: #FFC107 !important;
  border-radius: 10px;

}

.toastr-text-title {
  color: #ffffff;
  font-weight: 700;
}

/* Warning toast */
.toast-warning {
  background-color: #ffc107;
}

li {
  list-style: none !important;
}

img {
  max-width: 100%;
}

.all-unset {
  all: unset;

}

.color-orange {
  color: #ffc107 !important;

}

.invoice-title h2,
.invoice-title h3 {
  display: inline-block;
}

.table>tbody>tr>.no-line {
  border-top: none;
}

.table>thead>tr>.no-line {
  border-bottom: none;
}

.table>tbody>tr>.thick-line {
  border-top: 2px solid;
}

.all-unset-clr {
  padding: 24px 23px 23px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  border: none;
  font-weight: 600;
  text-align: center;
  background-color: #ffc107;
}

.pym {
  padding: 60px 0px;
}

.py-80 {
  padding: 80px 0px;
}

.py-100 {
  padding: 100px 0px;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-100 {
  padding-top: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.ptm-60 {
  padding-top: 60px;
}

.pbm-60 {
  padding-bottom: 60px;
}


.breadcrumbs-list {
  background: #dddddd !important;
}

.breadcrumbs img {

  height: 354px;
  width: 100%;
  object-fit: cover;
}

.top__icons a i {
  color: #000 !important;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#error {
  color: red;
  margin-top: 5px;
}

.overlay {
  min-height: 600px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overlay-home h3 {
  font-size: 37px;
  line-height: 47px;
  color: #ffff;
  font-weight: 700;
}

.overlay-home h1 {
  font-size: 52px;
  color: #ffff;
  font-weight: 800;
  text-transform: uppercase;
  width: 65%;
  margin: auto;
  line-height: 1.2em;
}

.overlay-home p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #ffff;
  font-weight: 400;
  text-decoration: overline;
  font-style: italic;
  margin-top: 20px;
}

.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #000000;
  content: "";
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.text-lightblack {
  color: #343434 !important;
}


.shop-now-btn {
  font-family: "DM Sans", sans-serif;
  background: #FFC107;
  color: #000;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  transition: .3s ease;
}

.shop-now-btn:hover {
  background: #fff;
  color: #000;
}

.banner-links {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  column-gap: 9px;
}

.contact-now-btn {
  font-family: "DM Sans", sans-serif;
  background: black;
  color: white;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  transition: .3s ease;
}

.contact-now-btn:hover {
  color: #fff !important;
  background: #ffc107;
}

header {
  position: relative;
  z-index: 100;
}

.header__wrap .header__logo img {
  width: 180px !important;
}

.container {
  width: 1190px !important;
}

.header_btn {
  display: flex;
  gap: 24px;
}

.header_btn .btn__contact {
  font-family: "Unbounded", sans-serif;
  background-color: transparent;
  border: 3px solid white;
  border-radius: 34px;
  font-size: 12px;
  padding: 17px 35px;
  color: #fff;
  text-transform: uppercase;
}

.header_btn .btn__cart {
  height: 46px;
  width: 46px;
  border: none;
  background-color: #FFC107;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.header_btn .btn__cart img {
  height: 24px;
  width: 24px;

}

.why-choose-us {
  padding: 100px 0px 100px 0px;
  background-image: linear-gradient(to bottom, rgba(24, 24, 24, 0.199), rgb(0 0 0 / 100%)), url('https://sameday.myaiodevs.com/assets/img/bg.jpg') !important;
  background-size: cover;
}

.why-choose-us h3 {
  font-size: 40px;
  text-transform: capitalize;
  color: white;
}

.col-md-12.why-choose-content {
  font-family: "DM Sans", sans-serif;
  color: #e5e5e5;
}

.specs-box {
  padding: 50px 10px 10px 30px;
  background: #80808063;
  border-radius: 10px;
  transform: translate(0px, 0px);
  transition: .5s all ease;
}

.specs-box:hover i {
  color: white;
}

.specs-box:hover span {
  color: #FFC107;
}

.specs-box i {
  font-size: 35px;
  color: #FFC107;
  transition: .5s all ease;
}

.specs-box:hover {
  transform: translate(0px, -10px);
}

.specs-box span {
  font-size: 100px;
  font-weight: 700;
  line-height: 0;
  color: #80808094;
  transition: .5s all ease;
}

.specs-box p {
  font-size: 15px;
}

.text-welcome {
  font-family: "Unbounded", sans-serif;
  color: #000000;
  font-size: 35px;
  line-height: 46px;
  margin-bottom: 20px;
}

.text-paragraph {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #343434;
  line-height: 26px;
}

.text-paragraph-small {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}

.feature__inner {
  padding: 96px 0px;
}

.feature img {
  text-align: center;
  width: 182px !important;
}

.feature .column {
  text-align: center !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0px;
}

.contact span {
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #343434;
}

.contact .btn__vehicle {

  font-family: "Unbounded", sans-serif;
  background-color: #000000;
  border: 3px solid #000000;
  border-radius: 34px;
  font-size: 12px;
  padding: 11px 30px;
  color: #fff;
  text-transform: uppercase;
}

.contact__wrap {
  padding: 0px 60px;
  height: 650px !important;
}

.car__ps {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -100;
}

.mobile__wrap {
  height: 386px !important;
  padding: 0 40px;
}

.mobile-responsive {
  background: #FFC107 !important;
}

.mobile__image img {
  width: 520px !important;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}


.footer__logo img {
  width: 304px;
}

.banner {
  z-index: -10;
}

.search-box {
  position: relative;
  z-index: 2;
  background: #161616;
  padding: 0px 0px 80px 0px;
}

.main-search-tabs {
  margin-top: -57px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: unset !important;
}

.main-search-tabs>.nav-link.active {
  background-color: #FFC107 !important;
  color: white !important;
  border: 0px !important;
}

.main-search-tabs.nav-tabs {
  border: none !important;
}

.main-search-tabs>.nav-link {
  font-size: 14px;
  color: #000;
  border: none !important;
  font-weight: 400;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 18px 40px;
  background: white !important;
}

/* .nav-tabs {
    border:none;
} */
.nav-link:hover,
.nav-tabs .nav-link:focus {
  border: 0px !important;
}

.main-search-tabs>.nav-link:focus-visible {
  outline-offset: 0px !important;
}

.my-vehicle-tab-content h2,
.tire-size-tab-content h2 {
  margin-bottom: 40px;
  color: white;
  font-weight: 300;
  font-size: 50px;
}

.vehicle-nav-tabs>.nav-link.active {
  background: transparent;
  color: white !important;
  border-bottom: 3px solid white !important;
}

.vehicle-nav-tabs>.nav-link {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: darkgrey !important;
  background: transparent;
  border: 0px !important;
  padding: 10px 15px;
}

.vehicle-nav-tabs {
  margin-bottom: 40px !important;
}

.select-vehicle {
  padding: 32px;
  display: block;
  width: 100%;
  color: rgb(157, 157, 157) !important;
  border-radius: 10px;
  background-color: #eaeaea !important;
  font-size: 18px;
  font-family: "Unbounded", sans-serif;
}

.select-vehicle:focus-visible,
.select-vehicle:focus,
.select-vehicle:active {
  outline-offset: 0px !important;
  outline: 0px !important;
}

.selected-items {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
}

input.select-vehicle {
  border: 0px !important;
}


/* Slider */
.search-box .regular img {
  border-radius: 15px !important;
}

.carousel-container {
  width: 300px;
  /* Adjust as needed */
  height: 200px;
  /* Adjust as needed */
  overflow: hidden;
  position: relative;
}

.carousel {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease;
}

.carousel img {
  width: 100%;
  height: auto;
}



/* contact */


.contact__left .text-contact {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: rgb(11, 73, 124);
}


.contact__left span {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: rgb(52, 52, 52);
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph {
  font-size: 16px;
  line-height: 30px;
  color: rgb(52, 52, 52);
  font-weight: 400;
}

.form-item {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 14px 22px;
  margin-bottom: 22px;

}

.btn-contact {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  background-color: #E7E8EB;
  color: #000;
  height: 55px;
  margin-bottom: 10px;
  padding: 22px 56px;
  font-family: Unbounded;
  font-size: 12px;
  font-weight: 400;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.contact__info li {
  list-style: none;
}

.contact__info li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  color: rgb(35, 38, 48);
  font-weight: 400;
}

.social__icons a {
  background: #FFC107;
  border: none !important;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  height: 30px !important;
  width: 30px !important;
}

.social__icons a i {
  font-size: 13px;
}

.testimonials_content p {
  font-size: 20px;
  line-height: 40px;
}



.testimonials_content+.client_name {
  font-size: 13px;
  line-height: 22px;
  color: #000;
  font-weight: 700;
}

.text-web {
  color: #0d2235;
  font-size: 24px;
  margin-bottom: 20px;
}

.para-web {
  color: #505157;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.contact-para {
  color: #505157;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
}



/* category grid css */

.category-grid-section {
  padding: 80px 0px;
  background: #F3F3F3;
}

.category-grid-content {
  padding: 30px;
  box-shadow: 0px 0px 10px 0px #d3d3d35c;
  border-radius: 10px;
  background-color: white;
}

.category-grid-content ul {
  font-family: "DM Sans", sans-serif;
  list-style: none;
  padding: 0;
  font-size: 13px;
  line-height: 1.8em;
  margin-bottom: 14px;
}

.category-grid-content h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}

.category-grid-content a {
  font-size: 14px;
  font-weight: 600;
  color: #afaeae;
  text-decoration: none;
}

.category-grid-content a:hover {
  color: black;
}

/* banner section css */
.banners-section {
  padding: 0px 0px 80px 0px;
  background: #F3F3F3;
}

.banners-section .container {
  margin-bottom: -210px;
}

.banners-section img {
  border-radius: 10px;
}

.banner-inner-box {
  position: relative;
}

.banner-content-box {
  position: absolute;
  top: 30%;
  bottom: 70%;
  color: white;
  left: 5%;
}

.banner-content-box h5 {
  color: #FFC107;
  font-size: 22px;
}

.banner-content-box p {
  font-size: 16px;
  color: lightgrey;
  margin-bottom: 18px;
}

.banner-content-box .shop-btn {
  color: black;
  background: white;
  border-radius: 50px;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  display: inline-block;

}

.icon-box-row img {
  filter: grayscale(1);
}

/* Testimonials */

.testimonials-col {
  padding: 10px 10px;
}

.testimonials {
  padding: 80px 0px;
}

.testimonials-box {
  background: white;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 14px -1px #b6b6b659;
}

.testimonials-box img {
  border-radius: 50px;
}

.testimonials-box p {
  font-size: 15px;
  margin-top: 10px;
}

.testimonials-box i {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #FFC107;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -20%;
  left: 61%;
}

.testimonials h3 {
  margin-bottom: 40px;
  font-size: 40px;
}

.slick-dots li button {
  background: rgb(207, 207, 207) !important;
  border-radius: 50px !important;
  width: 20px !important;
  height: 5px !important;
  padding: 3px !important;
}

.slick-dots .slick-active button {
  background: #FFC107 !important;
  border-radius: 50px !important;
  width: 20px !important;
  height: 5px !important;
  padding: 3px !important;
}

/* new search form css */

.new-main-search-tabs {
  column-gap: 5px;
  border-bottom: 0px !important;
}

.new-main-search-tabs .nav-link {
  flex: 1 1;
  background: black;
  color: white;
  text-align: center;
  padding: 10px 40px;
  border-radius: 5px;
  border: 0px !important;
}

.new-main-search-tabs .nav-link.active {
  background: #FFC107;
  border: 0px !important;
}

.new-search-section {
  padding: 100px 0px;
}

.new-search-section .my-vehicle-tab-content,
.new-search-section .tire-size-tab-content {
  padding: 40px 0px 10px 0px !important;
}

.new-search-section .my-vehicle-tab-content h2,
.new-search-section .tire-size-tab-content h2 {
  margin-bottom: 30px;
  color: #000000;
  font-weight: 600;
  font-size: 30px;
}

.new-search-section .vehicle-nav-tabs {
  border: 0px;
  column-gap: 5px;
  margin-bottom: 20px !important;
}

.new-search-section .vehicle-nav-tabs .nav-link {
  font-family: "DM Sans", sans-serif;
  background: #dfdfdf;
  border-radius: 7px;
  border: 0px !important;
  padding: 5px 20px;
  font-weight: 500;
}

.new-search-section .vehicle-nav-tabs .nav-link.active {
  font-family: "DM Sans", sans-serif;
  color: #1f1f1f !important;
  border-radius: 5px;
  background: #FFC107;
}

.new-search-section .select-vehicle {
  font-family: "DM Sans", sans-serif !important;
  padding: 15px 10px;
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid #9f9f9f !important;
  color: rgb(157, 157, 157) !important;
  border-radius: 5px;
  background-color: #eaeaea30 !important;
  font-size: 15px;
}

 /* Style for the select element */
 .select-vehicle:hover {
     background-color: #f0f0f0; /* Change background color on hover */
     border: 1px solid #888; /* Change border color on hover */
 }

 /* Style for the options on hover */
 .select-vehicle option:hover {
     background-color: #e0e0e0 !important; /* Change background color on hover */
 }

.search-div-box,
.search-result-col-div,
.search-tire-result-col-div {
  padding: 30px;
  background: #ebebeb;
  border-radius: 10px;
  height: 323px;
  max-height: 323px;
}

.search-result-inner-row i {
  text-align: center;
  display: flex;
  background: #fff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  justify-content: center;
  align-items: center;
  color: #dea702;
  font-size: 12px;
}


.search-result-inner-row h6 {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px !important;
}

.search-result-inner-row span {
  font-size: 14px;
}

.search-result-col-div {
  background: #ebebeb;
  border-radius: 10px;
  padding: 30px 20px;
}

.form-img {
  height: 100%;
  object-fit: contain;
}

.search-tire-result-col-div {
  display: none;
}


/* About */

.heading-xs {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #4b4b4b;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.heading-lg {

  font-size: 28px;
  font-weight: 700;
  line-height: 36px;

}

.lead {
  font-family: "Poppins", sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 30px;
  color: #B2BABB;
}

.tire-section p {
  font-size: 17px !important;
  font-weight: 400;
  color: #333;
  line-height: 29px;
}

.bg-half {
  background-position: center;
  margin: 0;
  position: absolute !important;
}



.content-block h4 {
  font-family: "Poppins", sans-serif;
}

.content-block p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.text-box {
  padding: 50px 40px;
}

.style-right {
  left: 50%;
}

.text-box h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

.text-box p {
  font-size: 17px;
  line-height: 29px;
  color: #4b4b4b;
}

.grid-section {
  background-color: rgba(30, 32, 47, 0.95);
  padding: 80px 0px 0px 0px;
}

.card-icon i {
  color: #ffc107;
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 30px;
}

.grid-box {
  padding: 60px 30px;
}

.grid-box .grid-content p {
  color: #c1c1c1;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

.grid-row {
  border: 1px solid #434343;
  border-width: 1px 1px 0 0;
}

.grid-main {
  padding-right: 50px;
}

.grid-main p {
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
}

@media only screen and (max-width:768px) {
    .contact-now-btn {
    font-family: "DM Sans", sans-serif;
    background: #fff !important;
    color: #000 !important;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: .3s ease;
}

.contact-now-btn:hover {
 background:#FFC107 !important;
 color:#000 !important;
}



  .heading-lg {
    font-size: 26px;
  }

  .grid-main {
    padding: 10px;
  }

  .text-block {
    padding: 10px 10px;
  }

  .search-result-col-div {
    margin-top: 20px;
  }

  .search-div-box {
    padding: 25px 20px;
  }

  .specs-box span {
    font-family: "DM Sans", sans-serif;
    font-size: 50px;
    font-weight: 700;
    /* line-height: 0; */
    color: #80808094;
    transition: .5s all ease;
  }


  .testimonials h3 {
    font-size: 30px !important;
  }

  .why-choose-us h3 {
    font-size: 30px !important;
  }

  .specs-box {
    margin-bottom: 20px;
  }

  .overlay-home h1 {
    width: 100% !important;
  }

  .selected-items h6 {
    font-size: 12px;
  }

  .overlay {
    min-height: 500px !important;
  }

  .overlay-home h1 {
    font-size: 32px;
    line-height: 46px;
    color: #ffff;
    font-weight: 800;
  }

  .topbar {
    display: none;
  }

  .banner-inner-box {
    margin-bottom: 20px;
  }

  .category-grid-content {
    margin-bottom: 20px;
  }

  .main-search-tabs {
    margin-top: -38px;
  }

  .regular {
    margin-top: 40px;
  }

  .slick-slide {
    margin: 0px 0px;
  }

  .search-box {
    padding: 0px;
  }



  .mobile__wrap {
    flex-direction: column-reverse;
  }

  .testimonials_content p {
    font-size: 15px;
    line-height: 26px;
  }

  .menu-item a {
    color: #000 !important;
  }

  .contact__info {
    margin-top: 20px;
    display: block;
  }

  .contact__right {
    margin-top: 50px;
    padding-left: 0px !important;
  }

  .text-contact {
    font-size: 0px;
  }

  .contact__left {
    width: 100% !important;
  }

  .about__content {
    padding: 0px !important;
  }

  .text-welcome {
    font-size: 26px !important;
    line-height: 36px;
  }

  .feature__inner {
    padding: 30px;
  }

  .contact__wrap {
    padding: 40px 10px;
    height: fit-content !important;
  }

  .car__ps {
    position: unset;
  }

  .car__ps {
    height: 100% !important;
    object-fit: contain;
  }

  .mobile__image img {
    position: unset;
  }

  .mobile__wrap {
    height: min-content !important;
    padding: 40px 20px 0px 20px;
  }

  .mobile__contact {
    padding-right: 0px !important;
  }

  .contact__wrap .ps-5 {
    padding-left: 0px !important;
  }

  .container {
    width: 100% !important;
  }

  .btn__contact {
    display: none;
  }

  .header__wrap .header__logo img {
    width: 160px !important;
  }

  header {
    padding: 20px 10px;
  }

  .header__logo {
    flex-basis: 70% !important;
  }

  .header-navbar {
    flex-basis: 15% !important;
  }

  .header-video::before {
    content: '';
    position: absolute;
 left: 0;
 top: 0;
    background-color: black;
    opacity: 0.5;
    height: 100%;
    z-index: 0;
    width: 100%;
  }

  .header_btn {
    flex-basis: 15% !important;
  }

  .header_btn .btn__cart {
    height: 34px !important;
    width: 34px !important;
    background-color: #fff;
    display: flex;
    border: none !important;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  }

  .header_btn .btn__cart img {
    height: 16px;
    width: 16px;
  }

  .main-search-tabs>.nav-link {
    padding: 10px 20px;
  }

  .main-search-tabs>.nav-link {
    font-size: 12px !important;
  }

  .overlay {
    padding: 0px 20px;
  }

  .my-vehicle-tab-content h2,
  .tire-size-tab-content h2 {
    font-size: 30px;
  }
}



/* Footer */

.contact-area {
  border-bottom: 1px solid #353C46;
}

.contact-content p {
  font-size: 15px;
  margin: 30px 0 60px;
  position: relative;
}

.contact-content p::after {
  background: #353C46;
  bottom: -30px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 80%;
}

.contact-content h6 {
  color: #8b9199;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-content span {
  color: #353c47;
  margin: 0 10px;
}

.contact-social {
  margin-top: 30px;
}

.contact-social>ul {
  display: inline-flex;
}

.contact-social ul li a {
  border: 1px solid #8b9199;
  color: #8b9199;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  padding-top: 7px;
  transition: all 0.4s ease 0s;
  width: 40px;
}

.contact-social ul li a:hover {
  border: 1px solid #FAB702;
  color: #FAB702;
}

.contact-content img {
  max-width: 210px;
}

footer,
.contact-area {
  background: #000000;
  color: #868c96;
}

footer p {
  padding: 40px 0;
  margin-bottom: 0px !important;
  text-align: center;
}

footer img {
  width: 44px;
}


/* Checkout Page */

form {
  font-family: 'poppins', sans-serif;
}

.check-list {
  font-family: 'poppins', sans-serif;
}

.check-list li h6 {
  font-family: 'poppins', sans-serif;

}

.check-list li div small {}

.checkout-heading {
  font-family: 'poppins', sans-serif;
}

/* Review & Comment Form */
.review-form {
  max-width: 770px;
}

.review-form label {
  font-size: 144px;
  line-height: 1.25;
  display: block;
  margin-bottom: 10px;
}

.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
  color: #333;
  font-size: 122px;
  width: 100%;
  height: 54px;
  padding: 10px 24px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
}

.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus {
  border-color: #333;
}

.review-form textarea.form-field {
  font-size: 14px;
  width: 100%;
  height: 140px;
  padding: 20px 24px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
}

.review-form textarea.form-field:focus {
  border-color: #333;
}

.review-form select.form-field {
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  height: 54px;
  padding: 10px 20px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  background-image: url("../images/icons/angle-down-solid.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 12px;
  -webkit-appearance: none;
}

.review-form .btn.btn-submit {
  background-color: #1f2226;
  border-color: #1f2226;
  border-radius: 0;
  color: #FFFFFF;
  padding: 20px 40px;
}

.review-form .btn.btn-submit:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #FFFFFF;
}

.product-shipping-policy p {
  font-weight: 500;
  font-size: 14px;
}

.product-shipping-policy ul {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 16px;
}

.product-shipping-policy ul li {
  list-style-type: circle;
}

.product-shipping-policy ul li+li {
  margin-top: 10px;
}

.pro-qty {
  display: inline-block;
  font-weight: 500;
  margin-right: 10px;
  position: relative;
}

.pro-qty input {
  border: 2px solid #dedede;
  border-radius: 35px;
  color: #000000;
  height: 50px;
  font-size: 16px;
  padding: 0 25px 0;
  text-align: center;
  width: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .pro-qty input {
    height: 45px;
  }
}

.pro-qty .qty-btn {
  cursor: pointer;
  position: absolute;
  line-height: 16px;
  color: #000000;
  top: calc(50% - 0px);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pro-qty .qty-btn:hover {
  color: #ffc107;
}

.pro-qty .dec {
  right: 0;
  padding-right: 18px;
}

.pro-qty .inc {
  left: 0;
  padding-left: 18px;
}

.cart-table {
  width: 100%;
}

.cart-table thead {
  background-color: #f3f3f3;
}

.cart-table thead>tr th {
  color: #1f2226;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 23px 14px;
}

.cart-table thead>tr th.width-thumbnail {
  min-width: 130px;
}

.cart-table thead>tr th.width-name {
  min-width: 400px;
}

.cart-table thead>tr th.width-price {
  min-width: 162px;
}

.cart-table thead>tr th.width-quantity {
  min-width: 170px;
}

.cart-table thead>tr th.width-subtotal {
  min-width: 145px;
}

.cart-table thead>tr th.width-remove {
  min-width: 101px;
}

.cart-table tbody>tr {
  border-bottom: 1px solid #e5e5e5;
}

.cart-table tbody>tr td {
  padding: 23px;
}

.cart-table tbody>tr td.product-thumbnail a {
  display: block;
}

.cart-table tbody>tr td.product-thumbnail a img {
  width: 80px !important;
  height: 80px !important;
}

.cart-table tbody>tr td.product-name h5 {
  display: block;
  font-weight: 600;
  margin-bottom: 0px;
  margin: 5px 0px;
  font-size: 16px;
  color: #333;
}

.cart-table tbody>tr td.product-name h5 a {
  color: #333;
  text-decoration: none;
}

.cart-table tbody>tr td.product-name h5 a:hover {
  color: #ffc107;
}

.cart-table tbody>tr td.product-price span {
  font-size: 16px;
  font-weight: 500;
  color: #1f2226;
}

.cart-table tbody>tr td.product-total span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.cart-table tbody>tr td.cart-quality .product-details-quality {
  margin-top: 5px;
}

.cart-table tbody>tr td.cart-quality .product-details-quality input {
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #333;
  width: 95px;
  height: 40px;
  font-weight: 500;
  padding: 0 10px;
}

.cart-table tbody>tr td.cart-quality .product-details-quality input::-webkit-inner-spin-button {
  cursor: pointer;
  opacity: 1;
}

.cart-table tbody>tr td.cart-quality .product-details-quality input::-webkit-outer-spin-button {
  cursor: pointer;
  opacity: 1;
}

.cart-table tbody>tr td.product-remove a {
  font-size: 18px;
  color: #ffc107;
  display: inline-block;
}

.cart-table tbody>tr td.product-remove a:hover {
  color: #333;
}

.cart-calculate-discount-wrap h4 {
  font-size: 20px;
  margin: 0 0 30px;
}

.cart-shiping-update-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper {
    margin: 40px 0 60px;
  }
}

@media only screen and (max-width: 479px) {
  .cart-shiping-update-wrapper {
    display: block;
  }

  .cart-calculate-discount-wrap {
    margin-top: 40px;
  }

  .grand-total-content {
    margin-top: 40px;
  }
}

.cart-shiping-btn a {
  font-size: 14px;
  background-color: #ffc107;
  color: #000;
}

@media only screen and (max-width: 479px) {
  .cart-shiping-btn a {
    display: block;
    width: 100%;
  }
}

.cart-shiping-btn a.btn-link {
  background-color: #333;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  line-height: 1;
  min-height: auto;
  padding: 16px 20px;
  text-decoration: none;
}

@media only screen and (max-width: 479px) {
  .cart-shiping-btn a.btn-link+.btn-link {
    margin-top: 15px;
  }
}

.cart-shiping-btn a i {
  font-size: 16px;
  margin-right: 2px;
  position: relative;
  top: 0;
}

.cart-shiping-btn.continure-btn a {
  background-color: #ffc107;
  color: #000;
}

.cart-shiping-btn.continure-btn a:hover {
  color: #fff !important;
}

@media only screen and (max-width: 479px) {
  .cart-shiping-btn.continure-btn a {
    margin-bottom: 15px;
  }
}

.cart-shiping-btn.continure-btn a:hover {
  background-color: #333;
}

.cart-shiping-btn.update-btn a {
  background-color: #333;
}

.cart-shiping-btn.update-btn a:hover {
  background-color: #ffc107;
}

.select-style {
  margin-bottom: 15px;
}

.select-style .select-active {
  border: 1px solid #d3d3d3;
  border-radius: 0;
  width: 100%;
  height: 49px;
  line-height: 49px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .select-style .select-active {
    height: 42px;
    line-height: 42px;
  }

  .new-search-section {
    padding: 50px 0px !important;
  }
}

.calculate-discount-content p {
  font-size: 14px;
  margin-bottom: 18px;
  display: block;
  color: #1f2226;
}

.calculate-discount-content .input-style {
  margin-bottom: 15px;
}

.calculate-discount-content .input-style input {
  background-color: transparent;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  color: #333;
  height: 49px;
  padding: 2px 16px 2px 18px;
  width: 100%;
}

.calculate-discount-content .input-style input::-webkit-input-placeholder {
  color: #333;
  font-size: 14px;
  opacity: 1;
}

.calculate-discount-content .input-style input:-moz-placeholder {
  color: #333;
  font-size: 14px;
  opacity: 1;
}

.calculate-discount-content .input-style input::-moz-placeholder {
  color: #333;
  font-size: 14px;
  opacity: 1;
}

.calculate-discount-content .input-style input:-ms-input-placeholder {
  color: #333;
  font-size: 14px;
  opacity: 1;
}

.calculate-discount-content .input-style input:focus {
  border-color: #333;
}

.calculate-discount-btn a {
  background-color: #333;
  font-size: 14px;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .calculate-discount-btn a {
    font-size: 14px;
  }
}

.calculate-discount-btn a.btn {
  border-radius: 0;
  line-height: 1;
  min-height: auto;
  padding: 18px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .calculate-discount-btn a.btn {
    padding: 11px 19px;
  }
}

.calculate-discount-btn a.btn-link {
  border: none;
  text-decoration: none;
  color: #FFFFFF;
}

.calculate-discount-btn a:hover {
  background-color: #ffc107;
}

.grand-total-content {
  padding: 30px;
  padding: 34px 30px 33px;
  background-color: #f5f5f5;
}

.grand-total-content h5 {
  margin: 0;
  border-bottom: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 18px;
}

.grand-total-content h5 span {
  color: #ffc107;
}

.grand-total h4 {
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

.grand-total h4 span {
  color: #ffc107;
}

.grand-total-btn {
  margin-top: 24px;
}

.grand-total-btn a {
  font-size: 15px;
  border: none;
  text-transform: uppercase;
  background-color: #ffc107;
  display: block;
  font-weight: 500;
}

.grand-total-btn a.btn {
  border-radius: 0;
  line-height: 1;
  min-height: auto;
  padding: 20px 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .grand-total-btn a.btn {
    padding: 14px 10px;
  }
}

.grand-total-btn a.btn-link {
  text-decoration: none;
  color: #FFFFFF;
}

.grand-total-btn a:hover {
  background-color: #333;
  border-color: #333;
}

.grand-shipping {
  padding: 38px 0 32px;
}

.grand-shipping>span {
  font-size: 16px;
}

.grand-shipping ul {
  padding: 17px 0 0px;
  margin: 0;
}

.grand-shipping ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
}

.grand-shipping ul li:last-child {
  margin-bottom: 0;
}

.grand-shipping ul li input {
  width: auto;
  height: auto;
}

.grand-shipping ul li input:hover {
  cursor: pointer;
}

.grand-shipping ul li label {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-left: 10px;
}

.shipping-country {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 35px;
  margin-bottom: 30px;
}

.shipping-country p {
  display: block;
  padding: 10px 20px;
  background-color: #333;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  border-left: 6px solid #000;
}

.checkout-coupon-wrap>p {
  background-color: #f3f3f3;
  padding: 1.188rem 1.25rem;
  border-radius: 3px;
  position: relative;
}

.checkout-coupon-wrap>p.cart-page-title {
  font-size: 14px;
  color: #000000;
}

.checkout-coupon-wrap>p i {
  font-size: 13px;
  position: relative;
  top: 1px;
}

.checkout-coupon-wrap>p a {
  color: #333;
  margin-left: 6px;
  font-size: 14px;
}

.checkout-coupon-wrap>p a:hover {
  color: #ffc107;
}

.checkout-coupon-content p {
  color: #666;
  margin: 0;
}

.checkout-coupon-content input {
  height: 55px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  padding: 2px 16px;
  margin: 25px 0 15px;
  width: 100%;
}

.checkout-coupon-content input:focus {
  border-color: #333;
}

.checkout-coupon-content button {
  border: none;
  background-color: #1f2226;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 18px 35px 17px;
  position: relative;
  top: -2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.checkout-coupon-content button:hover {
  background-color: #ffc107;
}

.billing-info-wrap h4 {
  font-size: 20px;
  margin: 0 0 23px;
}

.billing-info label {
  color: #000;
  display: block;
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .billing-info label {
    margin-bottom: 10px;
  }
}

.billing-info label abbr {
  color: #1f2226;
}

.billing-info input {
  background-color: transparent;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  height: 49px;
  padding: 2px 16px;
  width: 100%;
}

.billing-info input::-webkit-input-placeholder {
  color: #333;
  font-size: 14px;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .billing-info input::-webkit-input-placeholder {
    font-size: 12px;
  }
}

.billing-info input:-moz-placeholder {
  color: #333;
  font-size: 14px;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .billing-info input:-moz-placeholder {
    font-size: 12px;
  }
}

.billing-info input::-moz-placeholder {
  color: #333;
  font-size: 14px;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .billing-info input::-moz-placeholder {
    font-size: 12px;
  }
}

.billing-info input:-ms-input-placeholder {
  color: #333;
  font-size: 14px;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .billing-info input:-ms-input-placeholder {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .billing-info input {
    height: 42px;
  }
}

.billing-info input:focus {
  border-color: #333;
}

.billing-info input.billing-address {
  margin-bottom: 20px;
}

.billing-select .select-style .select-active {
  border: 1px solid #d3d3d3;
  border-radius: 0;
  width: 100%;
  height: 49px;
  line-height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 20px;
  font-size: 14px;
}

.billing-select label {
  color: #000;
  display: block;
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 14px;
}

.billing-select label abbr {
  color: #f33;
}

.checkout-account {
  margin-bottom: 18px;
}

.checkout-account input {
  border: 2px solid #d3d3d3;
  display: inline-block;
  float: left;
  height: 14px;
  border-radius: 1px !important;
  width: 14px;
  position: relative;
  color: #495057;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .checkout-account input {
    top: 8px;
  }
}

.checkout-account input.checkout-toggle {
  cursor: pointer;
  top: 1px;
}

.checkout-account span {
  margin: 0 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.additional-info-wrap {
  margin: 19px 0 -5px;
}

.additional-info-wrap label {
  color: #000;
  display: block;
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 14px;
}

.additional-info-wrap textarea {
  width: 100%;
  min-height: 92px;
  background-color: transparent;
  padding: 13px 16px;
  color: #333;
  font-size: 13px;
  border: 1px solid #e5e5e5;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .additional-info-wrap textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .additional-info-wrap textarea:-moz-placeholder {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .additional-info-wrap textarea::-moz-placeholder {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .additional-info-wrap textarea:-ms-input-placeholder {
    font-size: 12px;
  }
}

.additional-info-wrap textarea:focus {
  border-color: #333;
}

.checkout-coupon-content,
.different-address {
  display: none;
}

.your-order-area h3 {
  font-size: 20px;
  margin: 0 0 21px;
}

.your-order-wrap {
  background-color: #f6f6f6;
  padding: 36px;
}

@media only screen and (max-width: 575px) {
  .your-order-wrap {
    padding: 30px 20px;
  }
}

.your-order-title h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 18px;
  padding: 0 0 22px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
}

.your-order-product {
  padding-bottom: 21px;
}

.your-order-product ul {
  margin: 0 !important;
  padding: 0px;
}

.your-order-product ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 9px;
  font-size: 14px;
}

.your-order-product ul li:last-child {
  margin: 0 0 0;
}

.your-order-product ul li span {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.your-order-subtotal {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}

.your-order-subtotal h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.your-order-subtotal h3 span {
  font-size: 16px;
  font-weight: 600;
  color: #ffc107;
}

.your-order-shipping {
  padding: 21px 0 22px;
}

.your-order-shipping>span {
  font-size: 14px;
  font-weight: 500;
}

.your-order-shipping ul {
  padding: 17px 0 0px;
  margin: 0;
}

.your-order-shipping ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
}

.your-order-shipping ul li:last-child {
  margin-bottom: 0;
}

.your-order-shipping ul li input {
  cursor: pointer;
  width: auto;
  height: auto;
}

.your-order-shipping ul li label {
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}

.your-order-total {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}

.your-order-total h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.your-order-total h3 span {
  font-size: 22px;
  font-weight: 500;
  color: #ffc107;
}

.payment-method {
  padding: 40px 0 10px;
}

.sin-payment {
  margin-bottom: 25px;
}

.sin-payment input {
  cursor: pointer;
  width: auto;
  display: inline-block;
  float: left;
  height: auto;
  margin-top: 4px;
}

.sin-payment label {
  color: #333;
  cursor: pointer;
  font-size: 14px;
  margin: 0 0 0 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.sin-payment label img {
  max-width: 140px;
  display: inline-block;
  margin: 0 5px;
}

.sin-payment label a {
  color: #000000;
  text-decoration: underline;
}

.sin-payment label a:hover {
  color: #ffc107;
}

.payment-box {
  margin: 6px 0 0 21px;
  display: none;
}

.payment-box p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.payment-condition {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 0;
  margin: 0 0 10px;
}

.payment-condition p {
  font-size: 14px;
  line-height: 1.9;
}

.payment-condition p a {
  color: #ffc107;
  font-size: 14px;
}

.payment-condition p a:hover {
  text-decoration: underline;
}

.payment-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment-checkbox input {
  width: auto;
  height: auto;
}

.payment-checkbox span {
  color: #888;
  font-size: 14px;
  margin-left: 10px;
}

.payment-checkbox span a {
  color: #ffc107;
  font-size: 14px;
}

.payment-checkbox span a:hover {
  text-decoration: underline;
}

.checkout-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 26px;
}

.place-order {
  margin-top: 20px;
}

.place-order a {
  padding: 24px 23px 23px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-align: center;
  background-color: #ffc107;
}

@media only screen and (max-width: 767px) {
  .place-order a {
    font-size: 16px;
  }

  .all-unset-clr {
    font-size: 16px;
  }
}

.place-order a:hover {
  background-color: #1f2226;
}

.all-unset-clr-clr:hover {
  background-color: #1f2226;
}

.wishlist-table-content {
  width: 100%;
}

.wishlist-table-content thead {
  background-color: #f3f3f3;
}

.wishlist-table-content thead>tr th {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 12px 14px;
}

.wishlist-table-content thead>tr th.width-thumbnail {
  min-width: 130px;
}

.wishlist-table-content thead>tr th.width-name {
  min-width: 300px;
}

.wishlist-table-content thead>tr th.width-price {
  min-width: 162px;
}

.wishlist-table-content thead>tr th.width-stock-status {
  min-width: 170px;
}

.wishlist-table-content thead>tr th.width-subtotal {
  min-width: 145px;
}

.wishlist-table-content thead>tr th.width-remove {
  min-width: 50px;
}

.wishlist-table-content tbody>tr {
  border-bottom: 1px solid #e5e5e5;
}

.wishlist-table-content tbody>tr td {
  padding: 23px 12px;
}

.wishlist-table-content tbody>tr td.product-thumbnail a {
  display: block;
}

.wishlist-table-content tbody>tr td.product-thumbnail a img {
  width: 80px;
}

.wishlist-table-content tbody>tr td.product-name h5 {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}

.wishlist-table-content tbody>tr td.product-name h5 a {
  color: #000000;
}

.wishlist-table-content tbody>tr td.product-name h5 a:hover {
  color: #ffc107;
}

.wishlist-table-content tbody>tr td.product-price span {
  font-size: 16px;
  font-weight: 500;
  color: #1f2226;
}

.wishlist-table-content tbody>tr td.stock-status span {
  font-size: 15px;
  font-weight: 600;
  color: #1f2226;
}

.wishlist-table-content tbody>tr td.stock-status span i {
  font-size: 11px;
}

.wishlist-table-content tbody>tr td.product-remove a {
  font-size: 28px;
  color: #c3c3c3;
  display: inline-block;
}

.wishlist-table-content tbody>tr td.product-remove a:hover {
  color: #ffc107;
}

.wishlist-table-content tbody>tr td.wishlist-cart a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  padding: 11px 16px 10px;
  line-height: 1;
  white-space: pre;
  background-color: #ffc107;
}

.wishlist-table-content tbody>tr td.wishlist-cart a:hover {
  background-color: #333;
}

.compare-table-content tr {
  margin-bottom: 20px;
}

.compare-table-content tr td {
  padding: 20px 20px;
  vertical-align: middle;
  border-color: #e5e5e5;
  color: #000000;
}

.compare-table-content tr td.first-column {
  min-width: 175px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.compare-table-content tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
  text-align: left;
}

.compare-table-content tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  display: block;
}

.compare-table-content tr td.product-image-title .image img {
  width: 100%;
}

.compare-table-content tr td.product-image-title .category {
  float: left;
  clear: both;
  color: #1f2226;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.compare-table-content tr td.product-image-title .title {
  color: #000000;
  clear: both;
  float: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 5px;
  text-transform: capitalize;
}

.compare-table-content tr td.product-image-title .title:hover {
  color: #ffc107;
}

.compare-table-content tr td.pro-desc p {
  margin: 0;
  line-height: 30px;
  text-align: left;
}

.compare-table-content tr td a.check-btn {
  color: #000000;
  font-size: 15px;
}

.compare-table-content tr td a.check-btn:hover {
  color: #ffc107;
}

.compare-table-content tr td.pro-color,
.compare-table-content tr td.pro-stock {
  font-size: 15px;
  font-weight: 400;
  color: #1f2226;
}

.compare-table-content tr td.pro-price {
  color: #ffc107;
  font-size: 16px;
  font-weight: 500;
}

.compare-table-content tr td.pro-remove button {
  border: none;
  background-color: transparent;
  color: #ffc107;
  padding: 0;
  cursor: pointer;
}

.compare-table-content tr td.pro-remove button:hover {
  color: #333;
}

.compare-table-content tr td.pro-remove button i {
  font-size: 18px;
}

.compare-table-content tr td.pro-ratting i {
  color: #ff9923;
}

.myaccount-tab-menu {
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .myaccount-tab-menu {
    margin-bottom: 40px;
  }
}

.myaccount-nav-link {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-radius: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  display: block;
  padding: 10px 15px;
  text-align: left;
  text-transform: capitalize;
}

.myaccount-nav-link:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.myaccount-nav-link.active {
  background-color: #ffc107;
}

.myaccount-nav-link:hover,
.myaccount-nav-link.active {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #FFFFFF;
}

.myaccount-content {
  border: 1px solid #eee;
  padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .myaccount-content {
    padding: 20px;
  }
}

.myaccount-content form {
  margin-top: -20px;
}

.myaccount-content h3 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.myaccount-content .welcome a:hover {
  color: #ffc107;
}

.myaccount-content .welcome strong {
  font-weight: 600;
  color: #ffc107;
}

.myaccount-content p {
  line-height: 28px;
  margin-bottom: 2px;
}

.myaccount-content fieldset {
  margin-top: 20px;
}

.myaccount-content fieldset legend {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.account-details-form {
  margin-top: 50px;
}

.account-details-form .single-input-item {
  margin-bottom: 20px;
}

.account-details-form .single-input-item label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}

.account-details-form .single-input-item input {
  border: 1px solid #e8e8e8;
  width: 100%;
  height: 49px;
  background-color: transparent;
  padding: 2px 20px;
  color: #000000;
  font-size: 13px;
}

.account-details-form .single-input-item input::-webkit-input-placeholder {
  color: #1f2226;
}

.account-details-form .single-input-item input:-moz-placeholder {
  color: #1f2226;
}

.account-details-form .single-input-item input::-moz-placeholder {
  color: #1f2226;
}

.account-details-form .single-input-item input:-ms-input-placeholder {
  color: #1f2226;
}

.account-details-form .single-input-item input:focus {
  border: 1px solid #333;
}

.account-details-form .single-input-item button {
  border: none;
  background-color: #ffc107;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 25px;
  color: #fff;
  font-size: 13px;
}

.account-details-form .single-input-item button:hover {
  background-color: #1f2226;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 14px;
}

.myaccount-table th {
  padding: 10px;
  font-weight: 600;
  background-color: #f8f8f8;
  border-color: #ccc;
  border-bottom: 0;
  color: #1f2226;
}

.myaccount-table td {
  padding: 10px;
  vertical-align: middle;
  border-color: #ccc;
}

.myaccount-table td a {
  font-size: 14px;
  color: #000000;
}

.saved-message {
  background-color: #fff;
  border-top: 3px solid #ffc107;
  font-size: 14px;
  padding: 20px 0;
  color: #333;
}

.login-register-form {
  max-width: 570px;
  margin: auto;
  padding: 30px 30px 10px;
  background-color: #f8f9fa;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .login-register-form {
    padding: 20px 20px 6px;
  }

  .breadcrumbs img {
    height: 115px;
  }

}

.login-register-form .title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
}

.login-register-form p {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .login-register-form p {
    font-size: 13px;
  }
}

.login-register-form .form-field {
  font-size: 14px;
  width: 100%;
  height: 54px;
  padding: 10px 24px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
}

.login-register-form .btn {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 40px;
  text-align: center;
  white-space: nowrap;
  border-width: 2px;
  border-radius: 0;
}

.login-register-form .btn:hover {
  color: #fff;
  border-color: #ffc107;
  background-color: #ffc107;
}

.login-register-form p {
  font-size: 500px;
  font-size: 14px;
}

.login-register-form b {
  font-weight: 600;
}

@media (min-width:320px) and (max-width:992px) {

  .new-search-section .my-vehicle-tab-content h2,
  .new-search-section .tire-size-tab-content h2 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 600;
    font-size: 22px;
  }

  .search-div-box,
  .search-result-col-div,
  .search-tire-result-col-div {
    padding: 25px;
    background: #ebebeb;
    border-radius: 10px;
    height: min-content;
  }

  .mobile__wrap {
    height: min-content !important;
    padding: 60px 10px 0px 10px !important;
  }

  .text-welcome {
    font-size: 22px !important;
    line-height: 30px;
  }

  .why-choose {
    padding: 0px 10px !important;
  }

  .choose__wrapper .col__choose {
    margin: 10px 0px 20px 0px !important;
  }

  .purchased__card {
    margin-block-start: 20px;
    height: min-content;
  }

  .choose__wrapper {
    margin: 0px 10px !important;
    padding: 50px 0px 50px 0px;
  }

  .tire-full-image {
    display: none !important;
  }

  .choose__card {
    text-align: center !important;
  }


  .why-choose-us {
    padding: 50px 10px !important;
  }

  .about {
    padding: 0px 10px 50px 10px !important;
  }
}

@media (min-width:992px) {
  .choose__card::after {
    background: #e7e7e7;
    border-radius: 10px;
    content: "";
    position: absolute;
    top: 20px;
    z-index: 9;
    height: 2px;
    left: 0;
    width: 100%;
  }

  .choose__card {
    position: relative;
    padding-right: 60px !important;
  }

  .choose__wrapper .col__choose {
    margin: 0px;
    padding: 0px !important;
  }
}

/* Product page */
.choose__card {
  position: relative;
}

.choose__card:hover .choose__counter {
  background-color: #ffc107 !important;
  color: #fff;
}

.choose__card .choose__counter {
  font-family: "DM Sans", sans-serif;
  position: relative;
  background-color: #e7e7e7;
  display: inline-block;
  border-radius: 40px;
  color: #181818;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-bottom: 40px;
  min-width: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 10;
  transition: .4s ease;
}

.choose__card .choose__title {
  font-size: 18px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  margin: 15px 0px 10px 0px;
}

.choose__card p {
  font-family: "DM Sans", sans-serif;
  margin: 0px !important;
  font-size: 15px !important;


}


.why-choose .purchased__card {
  background-color: rgba(236, 235, 225, 0.4);
  border-radius: 15px;
  min-height: 270px;
  border: 1px solid #dedede;
  padding: 25px !important;
  cursor: pointer !important;
  transition: transform .3s cubic-bezier(.34, 2, .6, 1), box-shadow .2s ease;
}

.why-choose .purchased__card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, .2);
  transform: translateY(-10px);
}

.why-choose .purchased__title {
  color: #000;
  font-size: 18px !important;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  margin: 20px 0px 10px 0px !important;
}

.why-choose .purchased__card p {
  color: #181818b3;
  font-family: "DM Sans", sans-serif;
  margin: 0px !important;
  font-size: 15px !important;


}


.choose__wrapper .purchased__card {
  background-color: rgba(236, 235, 225, 0.4);
  border-radius: 15px;
  min-height: 240px;
  border: 1px solid #dedede;
  padding: 25px !important;
  cursor: pointer !important;
  transition: transform .3s cubic-bezier(.34, 2, .6, 1), box-shadow .2s ease;
}

.choose__wrapper .purchased__card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, .2);
  transform: translateY(-10px);
}

.choose__wrapper .purchased__title {
  color: #000;
  font-size: 18px !important;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  margin: 20px 0px 10px 0px !important;
}

.choose__wrapper .purchased__card p {
  color: #181818b3;
  font-family: "DM Sans", sans-serif;
  margin: 0px !important;
  font-size: 15px !important;


}

.tire-full-image {
  position: relative;
  z-index: 1;
  margin-bottom: -120px;
}

@media (min-width:1600px) {

  .tire-full-image {
    position: relative;
    z-index: 1;
    margin-bottom: -150px;
  }

}

@media (min-width:1992px) {

  .tire-full-image {
    position: relative;
    z-index: 1;
    margin-bottom: -168px;
  }

}


/* ======= Footer style ======= */
.footer {
  background-color: #101010;
}

.footer-logo img {
  width: 60% !important;

}


.footer-logo h2 {
  font-family: 'Syne', sans-serif;
  font-size: 30px;
  font-weight: 800;
  display: flex;
  width: 100%;
  position: relative;
  color: #fff;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.25em;
  text-transform: uppercase;
}

.footer-logo h2 span {
  color: #d3071f;
}

.footer .widget .widget-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

/* first footer */
.first-footer {
  padding: 90px 0 0 0;
}

/* footer icon */
.icon-footer {
  width: 65px;
  max-height: 65px;
  min-height: 65px;
  min-width: 65px;
  background-color: transparent;
  color: #fff;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #FFC107;
  border-radius: 5px;
}

.icon-footer i {
  font-size: 24px !important;
  width: 100%;
  text-align: center;
}

/* footer link */
.links.dark {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.1);
  background-color: #101010;
  box-shadow: none;
  border-radius: 0px;
}

.links.dark.footer-contact-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  padding: 20px 20px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
}

.footer-contact-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1032px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-contact-links-divider {
  width: 2px;
  min-height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-contact-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
  text-decoration: none;
}

.image-wrapper.footer-contact-link-icon {
  margin-right: 22px;
}

.footer-contact-link-wrapper h6 {

  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;

}

.footer-contact-link-wrapper p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 0px;
}

/* second footer */
.second-footer {
  border-bottom: 1px solid #FFC107;
}

.second-footer .widget-area .widget {
  padding: 45px 0;
}

.second-footer .widget-area ul li {
  list-style: none;
  cursor: pointer;
}

.second-footer .widget-area ul li a {
  text-decoration: none;
  cursor: pointer;
}

.second-footer .widget-area li a:hover {
  color: #FFC107 !important;
}

.second-footer .widget-area .widget p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "DM Sans", sans-serif;
  margin-bottom: 30px;
}

/* usefull links */
.footer .usful-links ul {
  margin: 0;
  padding: 0;
}

.footer .usful-links ul li {
  margin-bottom: 14px;
  transition: .2s ease;
}

.footer .usful-links ul li:hover {
  color: #FFC107;
}

.footer .usful-links ul li i {
  font-size: 7px;
  margin-right: 3px;
}

.footer .usful-links ul li a {
  font-family: "DM Sans", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-left: 15px;
}

.footer .usful-links ul li a:after {
  width: 6px;
  height: 6px;
  content: "";
  background: #FFC107;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}

.footer .usful-links ul li a:hover {
  color: #d3071f;
}

/* bottom footer */
.copyright {
  padding-top: 30px;
  padding-bottom: 30px;
}

.copyright p {
  font-family: "DM Sans", sans-serif;
  padding: 0px !important;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

.copyright a {
  font-family: "DM Sans", sans-serif;
  color: #fff !important;

}

.copyright p a:hover {
  color: #fff;
}

/* social icons */
.social-icons li {
  display: inline-block;
  border: none;
  z-index: 1;
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background: transparent;
  color: #fff;
  font-weight: 400;
  border-radius: 0;
  margin-right: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  border: 2px solid #FFC107;
  border-radius: 5px;
}

.social-icons li a {
  display: block;
  text-align: center;
  color: #fff;
}

.footer .social-icons li>a {
  font-size: 18px;
}

.social-icons li a:hover {
  background: transparent;
  color: #fff;
}

/* newsletter */
.widget-newsletter {
  position: relative;
}

.widget-newsletter input {
  height: 60px;
  width: 100%;
  border: none;
  background: transparent;
  font-size: 16px;
  color: #fff;
  outline: none;
  padding: 0 90px 0 20px;
  border: 2px solid #d3071f;
  border-radius: 5px;
}

.widget-newsletter button {
  height: 50px;
  border: none;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #101010;
  outline: none;
  padding: 0 25px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 5px;
}

.widget-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.widget-newsletter button:hover {
  background: #fff;
  color: #101010;
}

.footer-contact-link-content p {
  padding: 0px !important;
}

.footer-contact-link-content a {
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  color: #fff;
}

.widget-text p {
  text-align: left !important;
}


@media only screen and (min-width: 320px) and (max-width: 992px) {

  .new-main-search-tabs .nav-link {
    background: black;
    color: white;
    flex-grow: 1;
    font-size: 14px;
    text-align: center;
    padding: 10px 14px;
    border-radius: 4px;
    border: 0px !important;
  }

  .footer .usful-links ul li a {
    font-family: "DM Sans", sans-serif;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    font-size: 15px !important;
    padding-left: 15px;
  }

  .footer .usful-links ul li {
    margin-bottom: 10px;
    transition: .2s ease;
  }

  .icon-footer i {
    font-size: 12px !important;
  }

  .icon-footer {
    width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .footer-logo img {
    width: 40% !important;
  }

  .footer .social-icons li>a {
    font-size: 12px;
  }


  .copyright p {
    font-size: 15px !important;
  }

  .links.dark.footer-contact-links {
    margin-bottom: 30px !important;
  }

  .second-footer {
    padding: 0px 0px 30px 0px !important;
  }

  footer p {
    padding: 25px 0;
    margin-bottom: 0px !important;
    text-align: center;
  }

  .footer .widget .widget-title {
    font-size: 17px;
    color: #fff;
    margin-bottom: 18px;
  }

  .new-search-section .vehicle-nav-tabs .nav-link {
    font-family: "DM Sans", sans-serif;
    font-size: 14px !important;
    font-weight: 500;
    background: #dfdfdf;
    padding: 6px 8px;
    border: 0px !important;
    border-radius: 4px;
  }

  .second-footer .widget-area .widget {
    padding: 15px 10px !important;
  }

  .second-footer {
    padding: 0px 0px 50px 0px;
  }

  .first-footer {
    padding: 50px 0px 0px;
  }

  .footer-logo {
    margin: 0px;
  }
}

@media screen and (max-width: 767px) {
  .footer-contact-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-contact-links-divider {
    width: auto;
    min-height: 1px;
    margin: 20px 0px;
  }
}
