/* @font-face {
  font-family: Satoshi;
  src: url(../fonts/Satoshi.woff2) format("woff2");
  font-display: swap
} */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0
}

body {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.5
}

.blog-section .blog-info a,
.explore-section .explore-header p,
.faq-tabs .accordion-item .accordion-title,
.hero-section .hero-input button,
.hero-section .hero-input input,
.plates-section a,
.reviews-card h3,
.reviews-card p a,
.reviews-trust p,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: Satoshi, sans-serif */
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

button,
input {
  font-size: 1rem
}

section {
  padding: 3.125rem 0
}


h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4 !important;
}

p {
  color: rgba(0, 0, 0, .64) !important;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

ul {
  list-style-type: none
}

a {
  text-decoration: none
}

.explore-section .explore-box .explore-text h3 span,
.explore-section .explore-links a,
.highlight,
.reviews-card p a {
  text-decoration: underline
}

button:focus,
input:focus {
  outline: 0
}

button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

.container {
  padding-left: 2.5%;
  padding-right: 2.5%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;

}

.section-title {
  font-weight: 900;
  font-size: 1.75rem
}


/* Center loader */
#loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 600px;
}

/* Spinner animation */
#loader .spinner {
  border: 8px solid lightblue;
  border-right-color: orange;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
  top: 40%;


}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.slick-arrow {
  cursor: pointer
}

.highlight {
  font-weight: 600;
  /* color: #CA9F00; */
  color: black;
  font-weight: 700 !important;
}

.hide {
  display: none
}

.main-header {
  /* position: sticky; */
  top: 0;
  z-index:99 !important;
  /* z-index: 999 !important; */
  -webkit-transition: .3s;
  transition: .3s
}

.main-header.active,
.main-header.sticky {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px)
}


.main-header.active .logo,
.main-header.sticky .logo {
  /* top: 50%; */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 72px;
}


.main-header .logo {
  position: absolute !important;
  width: 10.4375rem;
  top: 10px;
  left: 2.5% !important;
  height: auto;
  -webkit-transition: .3s !important;
  transition: .3s !important;
  z-index: 1 !important;
}

.main-header .header-top {
  background-color: #121212
}


.main-header .header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.125rem;
  padding: .625rem 0
}


.main-header .header-top ul {
  /* margin-top: 30px; */
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.main-header .header-top ul li {
  color: #fff;
  font-size: .75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.main-header .header-top ul li:first-child:after {
  content: '';
  width: 1px;
  height: 1.125rem;
  background-color: rgba(255, 255, 255, .5);
  display: inline-block;
  margin: 0 .75rem !important;
}

.main-header .header-top ul li img {
  margin-right: .375rem;
  width: 1rem
}

.main-header .header-top ul li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.main-header .header-top ul li a:hover {
  color: #FFC800
}

.main-header .header-bottom {
  background-color: #FFC800;
  position: relative;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.main-header .header-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 3.125rem
}

.main-header .header-right {
  display: none;
  height: 100%
}


.main-header .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.main-header .main-menu a {
  color: #1A1A1A;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, .16);
  padding: .625rem 1.25rem
}

.main-header .main-menu a:first-child {
  display: none
}


.main-header .main-menu a:before {
  display: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #FFF
}


.main-header .main-menu a:hover:before {
  -webkit-transition: height .3s;
  transition: height .3s;
  height: calc(100% + 11.5px);
  /* height: calc(100% + 5px) */
}

.main-header .main-menu a span {
  position: relative;
  z-index: 1
}

.main-header .header-cart {
  margin-left: 1.5rem;
  width: 2.25rem;
  height: 2.25rem
}


.main-header .header-cart img {
  -webkit-transition: .3s;
  transition: .3s
}

.main-header .header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%
}


.nav-icon-wrap {
  background-color: #1A1A1A;
  border-radius: 3px;
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: .9375rem
}


.nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-column-gap: .1875rem;
  -moz-column-gap: .1875rem;
  column-gap: .1875rem;
  row-gap: 3px;
  cursor: pointer
}

.nav-icon .bar1,
.nav-icon .bar2,
.nav-icon .bar3 {
  width: 16px;
  height: 2px;
  background-color: #FFC800;
  -webkit-transition: .3s;
  transition: .3s
}

.nav-icon .bar3 {
  width: 8px;
  margin-left: auto
}

.nav-icon.change .bar1 {
  -webkit-transform: translate(0, 5px) rotate(-45deg);
  transform: translate(0, 5px) rotate(-45deg)
}

.nav-icon.change .bar2 {
  opacity: 0
}

.nav-icon.change .bar3 {
  width: 16px;
  -webkit-transform: translate(0, -5px) rotate(45deg);
  transform: translate(0, -5px) rotate(45deg)
}

.hero-section {
  background-color: white;
  position: relative;
  padding: 45px;
}

.hero-section h1 {
  font-size: 2rem;
  font-weight: 900 !important;
  line-height: 1.1;
  text-align: center;
  max-width: 400px
}

.hero-section .hero-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.hero-section .hero-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%
}

.hero-section .hero-reviews {
  color: rgba(0, 0, 0, .48);
  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;
  -webkit-column-gap: .5rem;
  -moz-column-gap: .5rem;
  column-gap: .5rem;
  row-gap: .5rem;
  margin: 1.25rem 0 1.875rem
}

.hero-section .hero-reviews img {
  width: 108px
}

.hero-section .hero-reviews span {
  color: #000;
  font-weight: 700
}

.hero-section .hero-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: .5rem;
  -moz-column-gap: .5rem;
  column-gap: .5rem
}

.hero-section .hero-input button,
.hero-section .hero-input input {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase
}

.hero-section .hero-input input {
  width: 100%;
  border: 3px solid #FFC800;
  color: #000;
  height: 4.375rem
}

.hero-section .hero-input input:focus::-webkit-input-placeholder {
  color: transparent
}

.hero-section .hero-input input:focus::-moz-placeholder {
  color: transparent
}

.hero-section .hero-input input:focus:-ms-input-placeholder {
  color: transparent
}

.hero-section .hero-input input:focus::-ms-input-placeholder {
  color: transparent
}

.hero-section .hero-input input:focus::placeholder {
  color: transparent
}

.hero-section .hero-input input::-webkit-input-placeholder {
  color: #484848
}

.hero-section .hero-input input::-moz-placeholder {
  color: #484848
}

.hero-section .hero-input input:-ms-input-placeholder {
  color: #484848
}

.hero-section .hero-input input::-ms-input-placeholder {
  color: #484848
}

.hero-section .hero-input input::placeholder {
  color: #484848
}

.hero-section .hero-input button {
  background-color: #000;
  border: none;
  color: #fff;
  height: 3.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .2s;
  transition: .2s
}

.hero-section .hero-input button:hover {
  background-color: #111
}

.hero-section .hero-intro {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.hero-section .hero-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.hero-section .hero-img img {
  display: block;
  width: 85%;
  margin: 0 auto
}

.feat-section {
  position: relative;
  padding-top: 0
}

.feat-section:before {
  content: '';
  background-color: #F0F0F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px
}

.feat-section .feat-box {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), to(#ECF0F2));
  background: linear-gradient(180deg, #FFF 0, #ECF0F2 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}

.faq-tabs .accordion-arrow,
.faq-tabs .faq-dropdown:before {
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}


.feat-section .feat-box h3 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1
}


.feat-section .feat-box p {
  line-height: 1.3
}

.feat-section .feat-box .box-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem .9375rem
}


.feat-section .feat-box .fast {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, .48)
}


.feat-section .feat-box .fast h3 {
  position: relative;
  font-weight: 700;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.feat-section .feat-box .fast h3 img {
  position: absolute;
  width: 2.5rem;
  bottom: -14px;
  right: 5px
}

.feat-section .feat-box .fast .delivery {
  width: 5.5625rem
}

.feat-section .feat-box .fast-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%
}

.feat-section .feat-box .premium {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.feat-section .feat-box .premium p {
  margin: 1.25rem 0 .625rem
}

.feat-section .feat-box .trusted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: .3125rem;
  -moz-column-gap: .3125rem;
  column-gap: .3125rem;
  row-gap: .3125rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.feat-section .feat-box .trusted span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: #fff;
  min-width: 10.75rem;
  height: 2rem;
  border-radius: 6.25rem;
  background-color: #01A46F;
  padding: .3125rem
}


.feat-section .feat-box .fully {
  background-image: url(../images/fully-road-legal-sm.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 7.5rem;
  padding: 1.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.feat-section .feat-box .fully:before {
  content: '';
  background: linear-gradient(181.19deg, #5A6366 35.3%, rgba(255, 255, 255, 0) 136.82%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1
}


.feat-section .feat-box .fully h3,
.feat-section .feat-box .fully p {
  color: #fff
}


.feat-section .feat-box .fully .fully-img {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem
}

.plates-section {
  padding: 3.125rem 0
}

.plates-section .plates-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.875rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.plates-section .plates-col {
  width: 100%
}


.plates-section .plates-img {
  width: 100%;
  height: 11.25rem;
  overflow: hidden
}

.plates-section .plates-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.plates-section .plates-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.plates-section .plates-bottom {
  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;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-top: 1rem
}


.plates-section h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700
}


.plates-section a {
  background-color: #000;
  padding: .625rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.plates-section a:hover {
  background-color: #111
}

.gallery-section {
  overflow: hidden
}

.gallery-section h2 {
  margin-bottom: .3125rem
}

.gallery-section .gallery-single {
  margin: 1.25rem 0 .9375rem
}

.gallery-section .gallery-single img {
  width: 100%;
  height: 15rem;
  -o-object-fit: cover;
  object-fit: cover
}

.gallery-section .gallery-nav {
  position: relative;
  width: 100vw
}


.gallery-section .gallery-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: .5rem;
  -moz-column-gap: .5rem;
  column-gap: .5rem;
  row-gap: .5rem
}


.gallery-section .gallery-nav .slick-slide {
  position: relative;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: .75rem 0 1.5rem
}

.gallery-section .gallery-nav .slick-slide:before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: calc(100% + 10px);
  height: 1px;
  background-color: rgba(0, 0, 0, .48)
}

.gallery-section .gallery-nav .slick-slide:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  height: 4px;
  bottom: 10px;
  background-color: transparent;
  z-index: 1;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}


.gallery-section .gallery-nav .slick-slide.slick-current.slick-active:after {
  background-color: #ED9E0F
}

.gallery-section .gallery-nav .slick-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 9.3125rem;
  height: 3.625rem
}

.gallery-section .gallery-nav .slick-arrow {
  background: 0 0;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-filter .2s;
  transition: -webkit-filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s
}

.gallery-section .gallery-nav .slick-arrow:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(73%) sepia(93%) saturate(1232%) hue-rotate(358deg) brightness(101%) contrast(105%);
  filter: brightness(0) saturate(100%) invert(73%) sepia(93%) saturate(1232%) hue-rotate(358deg) brightness(101%) contrast(105%)
}

.gallery-section .gallery-nav .slick-arrow img {
  width: 1.5rem;
  height: 1.5rem
}

.gallery-section .gallery-nav .slick-prev {
  left: 0
}

.gallery-section .gallery-nav .slick-next {
  right: 0
}

.gallery-section .gallery-arrow {
  margin-top: .3125rem
}

.why-choose-section {
  background-color: #ECF0F2;
  padding-top: 3.125rem;
  margin-bottom: clamp(30px, 8vw, 100px);


}

.why-choose-section h2 {
  margin-bottom: 1rem
}


.why-choose-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.875rem
}


.why-choose-section li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: .9375rem;
  -moz-column-gap: .9375rem;
  column-gap: .9375rem;
  row-gap: .9375rem;
  border-top: 1px solid rgba(0, 0, 0, .24);
  padding: .75rem 0;
  width: 100%
}

.why-choose-section li img {
  width: 2.625rem
}

.why-choose-section li h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: .3125rem
}

.why-choose-section li p {
  font-weight: 500;
  line-height: 1.6
}


.explore-section p {
  font-weight: 500
}

.explore-section .explore-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.explore-section .explore-col {
  width: 100%
}

.explore-section .explore-header {
  margin-bottom: 1.25rem
}

.explore-section .explore-header h2 {
  font-size: 1.875rem;
  margin-bottom: 1.25rem
}

.explore-section .explore-body p,
.faq-tabs .accordion-item .accordion-content p {
  margin-bottom: .9375rem
}

.explore-section .explore-header p {
  color: #000;
  font-weight: 400;
  font-size: 1.25rem
}

.explore-section .explore-body {
  max-width: 35.25rem
}

.explore-section .explore-links>span {
  display: inline-block;
  margin: .5rem .5rem .5rem 0
}

.explore-section .explore-links a {
  border-radius: .5rem;
  color: rgba(0, 0, 0, .64);
  background-color: #ECF0F2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: .375rem;
  -moz-column-gap: .375rem;
  column-gap: .375rem;
  padding: .25rem .5rem
}

.explore-section .explore-links a img {
  width: .875rem
}


.explore-section .explore-box {
  background-color: #FFC800;
  width: 100%;
  height: 23.75rem;
  position: relative;
  padding: 2rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.explore-section .explore-box .explore-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.explore-section .explore-box .logo1 {
  width: 9rem
}


.explore-section .explore-box .logo2 {
  width: 5.4375rem
}

.explore-section .explore-box .explore-text h3 {
  font-weight: 500;
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 1.25rem
}

.reviews-card h3,
.reviews-trust p span {
  font-weight: 700;
  color: #000
}

.explore-section .perfect-num {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3.125rem
}


.explore-section .perfect-num img {
  width: 100%;
  height: auto
}

.explore-section .perfect-num .img1 {
  display: none
}


.reviews-section {
  border-top: 1px solid rgba(0, 0, 0, .16);
  overflow: hidden
}

.reviews-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}


.reviews-header h2 {
  margin-bottom: .625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.reviews-trust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: .625rem;
  -moz-column-gap: .625rem;
  column-gap: .625rem
}

.reviews-trust img {
  width: 7.9375rem
}


.reviews-trust p {
  margin: .3125rem 0 0
}

.reviews-slider {
  margin: 1.5625rem 0 1.875rem;
  width: 100vw
}

.reviews-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

.reviews-card {
  background-color: #F6F6F6;
  border-radius: .75rem;
  width: 15rem;
  min-height: 14.3125rem;
  padding: 1.5rem .9375rem
}

.reviews-card img {
  width: 5.6875rem
}

.reviews-card h3 {
  margin: .625rem 0;
  font-size: 1.125rem
}


.reviews-card .reviews-title {
  color: #000
}

.reviews-card p {
  max-width: 21.5rem;
  margin: .625rem 0
}

.reviews-card p a {
  color: #006AFF;
  font-weight: 500
}

.reviews-card .reviews-date {
  /* color: rgba(0, 0, 0, .36); */
  color: black;
}

.mob-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto
}


.mob-arrow .slick-arrow {
  position: static;
  border-radius: 1rem;
  border: 1px solid #CBD5E1;
  -webkit-transform: none;
  transform: none;
  background-color: #fff;
  width: 100%;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}

.mob-arrow .slick-arrow:hover {
  background-color: #FFC800
}


.mob-arrow .slick-arrow img {
  width: 1.5rem;
  height: 1.5rem
}

.mob-arrow .slick-prev {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.mob-arrow .slick-next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.faq-section {
  background-color: #ECF0F2
}

.faq-section .container {
  max-width: 31.5rem
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 1.5625rem
}


.faq-section p {
  font-weight: 500
}

.faq-tabs .faq-dropdown {
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: .375rem .9375rem;
  border-radius: .25rem;
  -webkit-column-gap: .9375rem;
  -moz-column-gap: .9375rem;
  column-gap: .9375rem;
  row-gap: .9375rem;
  position: relative
}

.faq-tabs .faq-dropdown:before {
  content: '';
  background-image: url(../images/carret-down.webp);
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px
}

.faq-tabs ul#tabs-nav {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: .25rem
}


.faq-tabs ul#tabs-nav li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.faq-tabs ul#tabs-nav li a {
  font-weight: 500;
  color: rgba(0, 0, 0, .64);
  background-color: rgba(215, 220, 223, .48);
  border-radius: .3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  -webkit-column-gap: .9375rem;
  -moz-column-gap: .9375rem;
  column-gap: .9375rem;
  row-gap: .9375rem;
  width: 100%;
  height: 100%;
  padding: .3125rem .9375rem;
  border: 2px solid transparent;
  line-height: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.faq-tabs ul#tabs-nav li a span {
  display: inline-block
}

.faq-tabs ul#tabs-nav li.active {
  display: none
}


.faq-tabs ul#tabs-nav li.active a {
  background-color: #fff;
  border-color: #000;
  color: #000
}

.faq-tabs ul#tabs-nav li.active a svg {
  fill: #E0E0E0
}

.faq-tabs ul#tabs-nav li.active a svg path:nth-child(1),
.faq-tabs ul#tabs-nav li.active a svg path:nth-child(2),
.faq-tabs ul#tabs-nav li.active a svg path:nth-child(3) {
  stroke-opacity: 1
}

.faq-tabs .tab-content {
  padding: 1.875rem 0
}


.faq-tabs .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, .36)
}

.faq-tabs .accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, .36)
}

.faq-tabs .accordion-item.active {
  border-color: #1D1D1D
}

.faq-tabs .accordion-item .accordion-title {
  position: relative;
  display: block;
  padding: .9375rem 1.5625rem .9375rem 0;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.2
}

.faq-tabs .accordion-arrow {
  position: absolute;
  right: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/plus.webp);
  background-size: cover;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.faq-tabs .accordion-arrow.accordion-rotate {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background-image: url(../images/minus.webp)
}

.faq-tabs .accordion-item .accordion-content {
  display: none;
  padding-right: 1.25rem
}

.faq-bottom {
  background-color: #E2E7E9;
  border-radius: .375rem;
  padding: .75rem .9375rem
}


.faq-bottom a {
  font-weight: 500
}

.blog-section {
  padding-top: 0;
  overflow: hidden
}

.blog-section .blog-content,
.blog-section .blog-header {
  position: relative
}

.blog-section .blog-content:before,
.blog-section .blog-header:before {
  content: '';
  background-color: #ECF0F2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.blog-section .blog-header {
  text-align: center;
  padding-bottom: 3.125rem
}

.blog-section .blog-header p {
  margin-top: 1rem
}

.blog-section .blog-content {
  overflow: auto
}

.blog-section .blog-content::-webkit-scrollbar {
  width: 0
}

.blog-section .blog-content:before {
  height: 9.1875rem
}

.blog-section .blog-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}


.blog-section .blog-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}


.blog-section .blog-card img {
  width: 100%;
  height: 9.1875rem;
  -o-object-fit: cover;
  object-fit: cover
}

.blog-section .blog-info {
  background-color: rgba(236, 240, 242, .64);
  padding: 1.5rem .9375rem 2rem
}

.blog-section .blog-info .blog-date {
  color: rgba(0, 0, 0, .48);
  margin-bottom: .625rem
}

.blog-section .blog-info h3 {
  font-size: 1.25rem;
  font-weight: 500
}


.blog-section .blog-info .blog-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: .9375rem 0;
  line-height: 1.5
}

.blog-section .blog-info a {
  font-weight: 900;
  text-decoration: underline;
  text-transform: uppercase;
  color: #000
}

.blog-section .blog-info a:hover {
  color: #FFC800
}

.main-footer .footer-top {
  padding: 1rem .625rem;
  background-color: #FFC800
}

.main-footer .footer-top img {
  display: block;
  margin: 0 auto
}

.main-footer .footer-logo {
  width: 10.4375rem
}


.main-footer h2 {
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.25rem
}

.main-footer .footer-menu-row,
.main-footer .footer-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}


.main-footer h3 {
  font-weight: 700;
  font-size: 1.125rem;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, .24);
  padding-bottom: .625rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase
}

.main-footer .footer-row {
  row-gap: 1.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem
}

.main-footer .footer-col {
  width: 100%
}

.main-footer .footer-center {
  background-color: #ECF0F2;
  padding: 2.5rem 0 0
}


.main-footer .footer-menu {
  width: calc(50% - 20px);
  margin-bottom: 1.25rem
}


.main-footer .footer-menu ul li:not(:last-child) {
  margin-bottom: .75rem
}

.main-footer .footer-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, .64)
}

.main-footer .footer-menu ul li a:hover {
  color: #000
}

.main-footer .footer-menu ul li img {
  margin-right: .625rem
}


.main-footer .footer-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.main-footer .footer-newsletter p {
  margin: 1.25rem 0
}

.main-footer .footer-newsletter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: .9375rem
}

.main-footer .footer-newsletter ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: .625rem;
  -moz-column-gap: .625rem;
  column-gap: .625rem;
  row-gap: .625rem;
  color: rgba(0, 0, 0, .64)
}


.main-footer .footer-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: .625rem;
  -moz-column-gap: .625rem;
  column-gap: .625rem;
  row-gap: .625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.main-footer .footer-input input {
  font-size: 1rem;
  font-family: Manrope, sans-serif;
  width: 100%;
  height: 2.875rem;
  padding: .375rem .5rem .375rem 1.5rem;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, .24)
}

.main-footer .footer-input input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .48)
}

.main-footer .footer-input input::-moz-placeholder {
  color: rgba(0, 0, 0, .48)
}

.main-footer .footer-input input:-ms-input-placeholder {
  color: rgba(0, 0, 0, .48)
}

.main-footer .footer-input input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .48)
}

.main-footer .footer-input input::placeholder {
  color: rgba(0, 0, 0, .48)
}

.main-footer .footer-input button {
  width: 100%;
  height: 2.875rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: .625rem;
  -moz-column-gap: .625rem;
  column-gap: .625rem;
  row-gap: .625rem;
  background-color: #000;
  font-family: Satoshi, sans-serif;
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
  border: none;
  -ms-flex-negative: 0;
  flex-shrink: 0
}


.main-footer .footer-input button img {
  width: 1.3125rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1)
}

.main-footer .footer-social.desk {
  max-width: 28.125rem;
  /* margin-top: 5rem; */
  display: none
}


.main-footer .footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  margin-top: 1.875rem
}

.main-footer .footer-info {
  color: #000;
  padding: 2.5rem 0 2.1875rem;
  margin-top: 1.875rem
}


.main-footer .footer-bottom {
  background-color: #000;
  padding: 1.25rem 0
}

.main-footer .footer-bottom .footer-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.main-footer .footer-bottom a,
.main-footer .footer-bottom p {
  color: #fff
}

.main-footer .footer-bottom p {
  padding: .625rem 0 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}


.main-footer .footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.main-footer .footer-bottom ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}


.main-footer .footer-bottom ul li:not(:first-child):before {
  display: none;
  content: '|';
  color: #fff;
  margin: 0 .9375rem
}

/* slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir='rtl'] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.ul-style-none {
  list-style-type: none !important;
}

section.nameplate-main-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.gallery-section .gallery-nav .item img {
  height: 3.625rem !important;
}

.gallery-section .gallery-single .item {
  height: 60rem !important;
}

.gallery-section .gallery-single .item img {
  height: 100% !important;
}

.nameplate-main-container #builder-actions {
  background-color: white !important;
}

.nameplate-main-container #maincontent {
  background-color: white !important;
}

/* .reviews-section, .gallery-section{
  padding-top: unset;
} */

/* .gallery-section{
  margin-top: -100px !important;
} */
.feat-section{
  padding-bottom: 50px !important;
}
.header-basket{
    left: 0;
    position: absolute;
    margin-left: 30px !important;
}
.main-header .logo{
    padding-top: unset !important;
    margin-top: 47px;
}
.slick-prev::before, .slick-next::before{
  display:none !important;
}
.slick-list {
  max-height: 600px !important;
  height: 100%;
  width: 100%;
}
 .drag-image{
  object-fit: contain;
  max-height: 600px !important;
}

/*blog css*/
.new-page-title {
    text-align: center;
    background-color: white;
    box-shadow: 1px 1px 9px 9px #0000002e;
    padding: 30px 30px 20px;
    position: relative;
    /* top: -100px; */
    margin-bottom: 30px;
}

.new-entry-content p {
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}

.new-entry-content h2 {
    font-size: 2.5rem;
    margin-top: 30px;
    margin-bottom: 10px;
}

.new-entry-content h3 {
    margin-top:10px;
    margin-bottom: 15px;
}

.header-bottom a:hover{
  text-decoration: none !important;
}

/* .main-menu {
  display: flex;
  align-items: center;
  position: relative;
} */

.menu-item {
  position: relative; 
  display: inline-block;
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%; /* 👇 directly below trigger */
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 1000;
  min-width: 300px;
  border-radius: 4px;
}

.dropdown-menu {
  display: grid;

}

.dropdown-menu a {
  display: block !important;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;

}

.dropdown-menu a:hover {
  background: #f5f5f5;
}


.dropdown {
  display: none;
  position: absolute;
  top: 100%; /* 👇 directly below trigger */
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 1000;
  min-width: 300px;
  border-radius: 4px;
}

.dropdown-menu {
  display: grid;

}

.dropdown-menu a {
  display: block !important;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;

}

.dropdown-menu a:hover {
  background: #f5f5f5;
}




.dropdown-mobile {
  display: none;
  position: absolute;
  top: 100%; /* 👇 directly below trigger */
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 1000;
  min-width: 300px;
  border-radius: 4px;
}

.dropdown-mobile .dropdown-menu {
  display: grid;

}

.dropdown-mobile .dropdown-menu a {
  display: block !important;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;

}

.dropdown-mobile .dropdown-menu a:hover {
  background: #f5f5f5;
}




.plate-types-wrapper h1{
  margin-bottom: 20px;
}

.plate-types-wrapper h2{
  margin-top: 20px;
}

.plate-types-wrapper h3{
  margin-top: 20px;
}

.plate-types-wrapper p{
  margin-top: 15px;
}
.explore-section .explore-row h2{
  text-transform: uppercase;
}

#direction-reverse{
  flex-direction: row-reverse;
}

.explore-col .link-btn-wrap{
  text-align: center;
}

#link-btn-content-pages{
    margin: 0 0 1rem;
    background-color: #003194;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding: 15px 13px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    color:white !important;
}

/* .explore-section .explore-row a{
  color:blue !important;
} */

section.explore-section p > a, section.why-choose-section p > a, section.faq-section p > a, section.explore-section p > strong > a, section.explore-section p > b > a{
  text-decoration: underline !important;
  color:black !important;
}


section.explore-section p > a:hover, section.why-choose-section p > a:hover, section.faq-section p > a:hover, section.explore-section p > strong > a:hover, section.explore-section p > b > a:hover{
  color: #FFC800 !important;
}

section.explore-section ul > li > a:hover, section.why-choose-section ul > li > a:hover, section.faq-section ul > li > a:hover{
  color: #FFC800 !important;
}


section.explore-section ul > li > a, section.why-choose-section ul > li > a, section.faq-section ul > li > a{
  color:black !important;
}

/* .common-spacing-class{
  margin-bottom:70px;
} */

.homepage-h2{
    line-height: 1.7 !important;
    font-size: 1.5em;
    font-weight: bold;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

#commnon-ul-element{
  list-style-type:disc;
  margin-left:20px;
}

#commnon-ul-element > li{
  margin-bottom:10px;
}

section.explore-section p, section.faq-section p, section.why-choose-section p, section.faq-section p {
  line-height: 2;
}

section.explore-section ul > li, section.faq-section ul > li {
  line-height: 2;
  margin-bottom:10px;
}

#why-single-column {
  display: block !important;
}

#why-single-column > li{
  width:100%;
}

section.explore-section{
  padding-top:20px !important;
 padding-bottom: clamp(15px, 4vw, 50px) !important;
 margin-bottom: clamp(20px, 5vw, 70px);

}

section.explore-section .explore-box{
    margin-bottom: -60px;
}

@media (min-width:1024px) {
  body {
    font-size: 16px
  }
}

@media (min-width:1024px) {
  section {
    padding: 6.25rem 0
  }
}

@media (min-width:1024px) {
  .container {
    max-width: calc(1205px + 5%)
  }

  .section-title {
    font-size: 2.5rem
  }
}

@media (min-width:1700px) {
  .section-title {
    font-size: 4rem
  }
}

@media (min-width:768px) {
  .section-desc {
    font-size: .75rem
  }
}

@media (min-width:1024px) {
  .section-desc {
    font-size: 1rem
  }
}

@media (min-width:1700px) {
  .section-desc {
    font-size: 1.625rem
  }
}

@media (min-width:1280px) {
  .hide-desk {
    display: none
  }
}

@media (max-width:1279px) and (min-width:768px) {
  .hide-tab {
    display: none
  }
}

@media (max-width:767px) {
  .hide-mob {
    display: none
  }
}

@media (min-width:1024px) {

  .main-header.active,
  .main-header.sticky {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px)
  }
}


@media (max-width:1279px) {
  .main-header.active .header-bottom {
    background-color: #EDF0F2 !important;
  }

  .main-header.active .header-cart {
    display: none
  }

  .main-header.active .nav-icon-wrap {
    background-color: transparent
  }

  .main-header.active .nav-icon-wrap .bar1,
  .main-header.active .nav-icon-wrap .bar2,
  .main-header.active .nav-icon-wrap .bar3 {
    background-color: #000
  }

  .main-header.active .header-right {
    display: block;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: #fff;
    /* padding-top: 3.125rem */
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .main-header.active .header-right {
    top: 120px
  }
}

@media (max-width:890px) {
  .gallery-section .gallery-single .item {
    /* height: 30rem !important; */
    height: 12rem !important;
  }

}
@media (min-width:768px) and (max-width:800px) {
  .main-header .logo {
   width: 12.8125rem !important;
  }
  .main-header.active .logo, .main-header.sticky .logo{
     /* top: 90% !important; */
     /* top: 100% !important; */
             top: 56% !important;
  }
}

@media (min-width:767px) and (max-width:769px) {
  .main-header .logo {
    /* top: -17px; */
    /* top: -20px; */
    margin-top: -3px !important;
    width: 12.8125rem !important
  }
}

@media (min-width:770px) {
  .main-header .logo {
    /* top: -17px; */
    /* top: 8px; */
    top: -39px;
    width: 12.8125rem
  }
}

@media (min-width:768px) {
  .main-header .header-top .container {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

@media (min-width:1024px) {
  .main-header .logo {
    /* top: -26px; */
    top: -43px;
    width: 19.1875rem
  }

  .main-header .header-top .container {
    height: 3.75rem !important;
    padding: 1.0625rem 3.5rem !important;
  }

  .main-header .header-top ul li {
    font-size: .875rem !important;
  }
}


@media (min-width:1024px) {
  .main-header .header-top ul li img {
    width: 1.5rem !important;
  }

  .main-header .header-bottom .container {
    height: 3.75rem !important;
  }
}

@media (min-width:1200px) {
  .main-header .header-top ul li {
    font-size: .875rem !important;
  }

  .main-header .header-right {
    display: block
  }
}

@media (min-width:1200px) {
  .main-header .main-menu {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media (min-width:1200px) {
  .main-header .main-menu a:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .main-header .main-menu a {
    font-size: .875rem;
    padding: .375rem .5rem;
    border-bottom: 4px solid transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .main-header .main-menu a:hover {
    border-color: #1A1A1A
  }
}

@media (min-width:1024px) {
  .main-header .main-menu a:before {
    display: block
  }
}

@media (min-width:1200px) {
  .main-header .header-cart {
    width: 2.5rem;
    height: 2.5rem
  }
}

@media (min-width:1200px) {
  .main-header .header-social {
    display: none
  }
}

@media (min-width:1200px) {
  .nav-icon-wrap {
    display: none
  }
}

@media (max-width:767px) {
  .hero-section h1 {
    margin: 0 auto
  }
}

@media (min-width:768px) {
  .hero-section h1 {
    text-align: left;
    max-width: 250px
  }
}

@media (min-width:768px) {
  .hero-section .hero-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media (min-width:768px) {
  .hero-section .hero-reviews {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media (min-width:1024px) {
  .hero-section h1 {
    font-size: 2.5rem;
    max-width: 600px
  }

  .hero-section .hero-reviews {
    margin: 2.1875rem 0
  }
}

@media (max-width:767px) {
  .hero-section .hero-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.25rem
  }

  .hero-section .hero-input input {
    font-size: 1.875rem;
    letter-spacing: 8px
  }

  .gallery-section{
    margin-top: -50px !important;
  }
}

@media (min-width:768px) {
  .hero-section .hero-input input {
    max-width: 15.375rem;
    font-size: 1.5rem;
    letter-spacing: 4px
  }
}

@media (min-width:1024px) {
  .hero-section .hero-input input {
    font-size: 1.875rem;
    letter-spacing: 8px;
    max-width: 23.1875rem;
    border: 4px solid #FFC800
  }
}

@media (max-width:767px) {
  .hero-section .hero-input button {
    font-size: 1.25rem;
    width: 60%;
    margin: 0 auto
  }

  .hero-section .hero-img {
    margin-bottom: 1.25rem
  }
}

@media (min-width:768px) {
  .hero-section .hero-input button {
    width: 8.25rem
  }
}

@media (min-width:1024px) {
  .hero-section .hero-input button {
    font-size: 1.125rem;
    width: 10.5rem
  }
}

@media (min-width:768px) {
  .hero-section .hero-intro {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .hero-section .hero-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .hero-section .hero-img img {
    max-width: 34.375rem;
    width: 100%
  }

  .feat-section .feat-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 11.25rem
  }
}

@media (min-width:1024px) {
  .feat-section .feat-box {
    height: 17.5625rem;
    min-height: auto
  }

  .feat-section .feat-box h3 {
    font-size: 2rem
  }
}

@media (min-width:768px) {
  .feat-section .feat-box .box-left {
    padding: 2rem 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media (min-width:1024px) {
  .feat-section .feat-box .box-left {
    padding: 2.5rem 1.875rem
  }
}

@media (min-width:1200px) {
  .feat-section .feat-box .box-left {
    padding: 3.25rem 3rem
  }
}

@media (max-width:767px) {
  .feat-section .feat-box .fast {
    padding: 0 0 .9375rem;
    margin: 0 0 .9375rem
  }

  .feat-section .feat-box .fast p {
    max-width: 100%;
    margin: 1.25rem 0 0
  }
}

@media (min-width:768px) {
  .feat-section .feat-box .fast {
    border: none;
    border-right: 1px solid rgba(0, 0, 0, .48);
    padding-right: 1.5rem
  }

  .feat-section .feat-box .premium {
    padding-left: 1.5rem
  }
}

@media (min-width:1024px) {
  .feat-section .feat-box .fast {
    padding-right: 1.875rem
  }
}

@media (min-width:1024px) {
  .feat-section .feat-box .fast h3 img {
    width: 3.3125rem;
    bottom: -19px;
    right: 17px
  }

  .feat-section .feat-box .fast p {
    max-width: 190px
  }
}

@media (min-width:1024px) {
  .feat-section .feat-box .fast .delivery {
    width: 8.625rem
  }

  .feat-section .feat-box .premium {
    padding-left: 1.875rem
  }
}

@media (min-width:1200px) {
  .feat-section .feat-box .fast {
    padding-right: 3rem
  }

  .feat-section .feat-box .premium {
    padding-left: 3rem
  }
}

@media (min-width:1024px) {
  .feat-section .feat-box .premium p {
    margin: 0 0 .625rem
  }

  .feat-section .feat-box .trusted {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media (min-width:768px) {
  .feat-section .feat-box .premium h3 {
    max-width: 15.625rem
  }

  .feat-section .feat-box .trusted span {
    min-width: 111px;
    height: 32px
  }
}




@media (min-width:1024px) {
  .feat-section .feat-box .trusted span {
    font-size: 1rem;
    width: 9.25rem;
    height: 2.5rem
  }
}

@media (min-width:768px) {
  .feat-section .feat-box .fully {
    background-image: url(../images/fully-road-legal-md.webp);
    padding: 2rem .9375rem;
    max-width: 10.3125rem;
    height: 100%
  }
}

@media (min-width:1024px) {
  .feat-section .feat-box .fully {
    background-image: url(../images/fully-road-legal-lg.webp);
    padding: 3.25rem 1.875rem;
    max-width: 16rem
  }
}

@media (min-width:768px) {
  .feat-section .feat-box .fully p {
    max-width: 150px;
    margin: .9375rem 0 .3125rem
  }

  .plates-section .plates-col {
    max-width: calc(50% - 10px)
  }
}

@media (min-width:1024px) {
  .feat-section .feat-box .fully p {
    margin: 1.25rem 0 .625rem
  }

  .plates-section .plates-row {
    -webkit-column-gap: 2.125rem;
    -moz-column-gap: 2.125rem;
    column-gap: 2.125rem;
    row-gap: 2.125rem
  }

  .plates-section .plates-col {
    width: 50%;
    max-width: calc(50% - 17px)
  }
}

@media (min-width:1024px) {
  .plates-section .plates-img {
    height: 20rem
  }
}

@media (max-width:767px) {
  .plates-section .plates-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 90%;
    margin: 1.25rem auto
  }
}

@media (min-width:768px) {
  .plates-section .plates-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

@media (min-width:1024px) {
  .plates-section .plates-bottom {
    margin-top: 1.25rem
  }

  .plates-section h3 {
    font-size: 2rem
  }

  .gallery-section p {
    font-size: 1.625rem
  }
}

@media (max-width:767px) {
  .plates-section p {
    margin: .625rem 0
  }

  .why-choose-section li p {
    letter-spacing: -.2px
  }
}

@media (min-width:768px) {
  .gallery-section .gallery-single {
    margin: 1.25rem 0
  }
}

@media (min-width:768px) {
  .gallery-section .gallery-single img {
    height: 16.6875rem
  }
}

@media (min-width:768px) {
  .gallery-section .gallery-nav {
    width: 100%;
    padding: 0 1.875rem
  }
}


@media (min-width:768px) {
  .gallery-section .gallery-nav .slick-track {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0
  }

  .gallery-section .gallery-nav .slick-list {
    border-left: 1px solid rgba(0, 0, 0, .48);
    border-right: 1px solid rgba(0, 0, 0, .48)
  }
}

@media (min-width:1024px) {
  .gallery-section .gallery-single {
    margin: 1.5625rem 0 2.5rem
  }

  .gallery-section .gallery-single img {
    height: 28.625rem
  }

  .gallery-section .gallery-nav {
    padding: 0 2.625rem;
    max-width: 1168px;
    margin: 0 auto
  }

  .gallery-section .gallery-nav .slick-track {
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem;
    row-gap: .625rem
  }
}

@media (min-width:768px) {
  .gallery-section .gallery-nav .slick-slide {
    padding: .875rem 0 1.75rem
  }

  .gallery-section .gallery-nav .slick-slide:before {
    bottom: 14px;
    width: 100%
  }
}

@media (min-width:1024px) {
  .gallery-section .gallery-nav .slick-slide:before {
    width: calc(100% + 10px)
  }
}

@media (min-width:768px) {
  .gallery-section .gallery-nav .slick-slide:after {
    height: 6px;
    bottom: 12px
  }
}

@media (min-width:1024px) {
  .gallery-section .gallery-nav .slick-slide:after {
    height: 8px;
    bottom: 11px
  }

  .gallery-section .gallery-nav .slick-slide img {
    width: 9.3125rem;
    height: 3.625rem;
  }
}

@media (min-width:768px) {
  .why-choose-section {
    padding-top: 5rem
  }

  .why-choose-section .section-desc {
    max-width: 25rem
  }
}

@media (min-width:1024px) {
  .gallery-section .gallery-nav .slick-arrow img {
    width: 2.25rem;
    height: 2.25rem
  }

  .why-choose-section .section-desc {
    max-width: 34rem
  }

  .why-choose-section ul {
    margin-top: 3.125rem
  }
}

@media (min-width:768px) {
  .why-choose-section li {
    width: 50%
  }
}

@media (min-width:1024px) {
  .why-choose-section li {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    row-gap: 1.875rem;
    padding: 1.25rem 0
  }

  .why-choose-section li img {
    width: 3.5rem
  }

  .why-choose-section li h3 {
    font-size: 1.875rem
  }

  .why-choose-section li p {
    font-size: 1rem;
    max-width: 28.5rem
  }
}

@media (min-width:768px) {
  .explore-section .explore-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .explore-section .explore-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

@media (min-width:1024px) {
  .explore-section .explore-row {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    row-gap: 2.5rem
  }

  .explore-section .explore-header h2 {
    font-size: 2.5rem
  }
}

@media (min-width:1024px) {
  .explore-section .explore-header p {
    font-size: 1.875rem
  }

  .explore-section .explore-body p {
    margin-bottom: 1.25rem
  }
}

@media (min-width:1024px) {
  .explore-section .explore-links>span {
    margin: .5rem 1rem .5rem 0
  }

  .explore-section .explore-links a {
    font-size: 1rem;
    padding: .5rem 1rem
  }

  .explore-section .explore-links a img {
    width: 1.25rem
  }
}

@media (min-width:768px) {
  .explore-section .explore-box {
    margin-left: auto;
    height: 26.5rem
  }
}

@media (min-width:1024px) {
  .explore-section .explore-box {
    padding: 4rem 3rem;
    height: 36.5625rem
  }

  .explore-section .explore-box .logo1 {
    width: 9rem
  }

  .explore-section .explore-box .logo2 {
    width: 5.4375rem
  }
}

@media (max-width:1279px) {
  .explore-section .perfect-num {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
  }
}

@media (min-width:1024px) {
  .explore-section .explore-box .explore-text {
    max-width: 22.5rem
  }

  .explore-section .explore-box .explore-text h3 {
    font-size: 1.875rem
  }

  .explore-section .perfect-num .img1 {
    display: block
  }

  .explore-section .perfect-num .img2 {
    display: none
  }
}

@media (min-width:768px) {
  .explore-section .perfect-num {
    margin-top: 4.375rem
  }

  .reviews-header {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media (max-width:767px) {
  .explore-section .explore-header p {
    letter-spacing: -.5px
  }

  .explore-section .explore-body p {
    letter-spacing: -.2px
  }

  .reviews-header h2 {
    font-size: 1.5rem
  }
}

@media (max-width:767px) {
  .reviews-trust {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .reviews-card p {
    letter-spacing: -.2px
  }
}

@media (min-width:768px) {
  .reviews-header h2 {
    margin-bottom: 0
  }

  .reviews-trust {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .reviews-trust img {
    width: 10.625rem
  }
}

@media (min-width:1024px) {
  .reviews-header h2 {
    font-size: 2.5rem
  }

  .reviews-trust img {
    width: 11.5625rem
  }
}

@media (min-width:1024px) {
  .reviews-slider {
    margin: 2.5rem 0 3rem;
    width: 100%
  }

  .reviews-slider .slick-track {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
  }
}

@media (min-width:768px) {
  .reviews-card {
    width: 18rem;
    min-height: 13.25rem
  }
}

@media (min-width:1024px) {
  .reviews-card {
    width: 100%;
    min-height: 21.1875rem;
    padding: 1.875rem 1rem
  }
}

@media (min-width:1024px) {
  .reviews-card img {
    width: 8.8125rem
  }

  .reviews-card h3 {
    margin: 1.25rem 0
  }
}

@media (min-width:1024px) {
  .mob-arrow {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }
}


@media (min-width:768px) {
  .mob-arrow .slick-arrow {
    height: 3rem
  }
}

@media (min-width:1024px) {
  .mob-arrow .slick-arrow {
    width: 3.125rem
  }
}

@media (min-width:768px) {
  .faq-section h2 {
    margin-bottom: 3.125rem
  }
}

@media (min-width:1024px) {
  .faq-section .container {
    max-width: 54.5rem
  }

  .faq-tabs .faq-dropdown {
    display: none
  }

  .faq-tabs ul#tabs-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem;
    row-gap: .625rem
  }
}

@media (min-width:1024px) {
  .faq-tabs ul#tabs-nav li a {
    padding: 1rem 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .faq-tabs ul#tabs-nav li a span {
    max-width: 134px
  }

  .faq-tabs ul#tabs-nav li.active {
    display: block
  }
}

@media (min-width:1024px) {
  .faq-tabs .tab-content {
    padding: 3.125rem 0
  }
}

@media (min-width:1024px) {
  .faq-tabs .accordion-item .accordion-title {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 1.5625rem 0
  }

  .faq-tabs .accordion-arrow {
    width: 1.5rem;
    height: 1.5rem
  }

  .faq-tabs .accordion-item .accordion-content p {
    margin-bottom: 1.25rem
  }
}


@media (min-width:1024px) {
  .faq-bottom {
    padding: 1.5rem;
    text-align: center
  }

  .blog-section .blog-header p {
    font-size: 1.125rem
  }
}

@media (max-width:767px) {

    .header-basket{
    margin-left: unset !important;
 }
 .main-header .header-top ul{
    right: 4% !important;
    position: absolute !important;
 }


  .blog-section .blog-row {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: auto
  }

  #form_register_context_box{
      min-width: unset !important;
  }

  .main-header .header-top ul{
    /* margin-top: 30px; */
    margin-left: unset;
  }

  .header-bottom .logo {
    /* top: 100%; */
    /* top: -2px; */
    /* top: -18px; */
    width: 50% !important;
    margin-top: -3px !important;
  }

  .blog-section .blog-card {
    min-width: 15rem
  }
}

@media (min-width: 500px) and (max-width: 767px) {
    .header-bottom .logo {
        width: 12.8125rem !important;
        /* margin-top: 25px !important; */
    }
}

@media (min-width:768px) {
  .blog-section .blog-row {
    width: 100%
  }

  .blog-section .blog-card {
    max-width: 14rem
  }

}

@media (min-width:1024px) {
  .blog-section .blog-content:before {
    height: 14.6875rem
  }

  .blog-section .blog-row {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
  }

  .blog-section .blog-card {
    max-width: 22.25rem
  }
}

@media (min-width:1024px) {
  .blog-section .blog-card img {
    height: 14.6875rem
  }

  .blog-section .blog-info {
    padding: 2rem 1.5rem 3.5rem
  }

  .blog-section .blog-info .blog-date {
    margin-bottom: 1.25rem
  }

  .blog-section .blog-info h3 {
    font-size: 1.5rem
  }
}

@media (min-width:1024px) {
  .blog-section .blog-info .blog-desc {
    font-size: 1rem;
    margin: 1.25rem 0
  }
}

@media (min-width:1024px) {
  .main-footer .footer-logo {
    width: 19.9375rem
  }
}

@media (max-width:767px) {
  .main-footer h2 img {
    width: 2.6875rem
  }
}

@media (min-width:768px) {
  .main-footer .footer-center {
    padding: 6.25rem 0 0
  }
}

@media (min-width:768px) {
  .main-footer .footer-menu {
    margin-bottom: 2.5rem
  }
}

@media (min-width:1024px) {
  .main-footer .footer-row {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: 1.25rem
  }

  .main-footer .footer-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .main-footer .footer-center {
    padding: 3.125rem 0 0
  }

  .main-footer .footer-menu {
    max-width: 100%;
    width: calc(50% - 10px)
  }

  .main-footer .footer-menu ul li a {
    font-size: 1.125rem
  }
}

@media (max-width:767px) {
  .main-footer .get-in-touch {
    width: 100%
  }
}

@media (min-width:1024px) {
  .main-footer .footer-newsletter ul li {
    width: 50%
  }

  .main-footer .footer-input input {
    max-width: 22.3125rem
  }
}

@media (max-width:767px) {
  .main-footer .footer-input {
    margin: 1.875rem 0
  }
}

@media (min-width:768px) {
  .main-footer .footer-input {
    margin: 1.25rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media (min-width:768px) {
  .main-footer .footer-input button {
    width: 12.3125rem
  }
}

@media (min-width:1024px) {
  .main-footer .footer-social.desk {
    display: block
  }
}

@media (max-width:767px) {
  .main-footer .footer-social {
    width: 100%
  }

  .main-footer .footer-social.mob {
    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;
    border-bottom: 1px solid rgba(0, 0, 0, .24);
    padding: 0 0 .9375rem;
    margin-bottom: 2.5rem
  }

  .main-footer .footer-social.mob h3 {
    padding: 0;
    margin: 0;
    border: none
  }

  .main-footer .footer-social.mob ul {
    margin: 0
  }
}

@media (min-width:768px) {
  .main-footer .footer-social.mob {
    display: block;
    width: calc(50% - 20px)
  }
}

@media (min-width:1024px) {
  .main-footer .footer-social.mob {
    display: none
  }

  .main-footer .footer-info {
    border-top: 1px solid rgba(0, 0, 0, .24)
  }
}

@media (max-width:767px) {
  .main-footer .footer-info {
    border-top: 1px solid rgba(0, 0, 0, .24);
    padding-top: 1.875rem
  }
}

@media (min-width:768px) {
  .main-footer .footer-bottom .footer-row {
    display: block
  }
}

@media (max-width:767px) {
  .main-footer .footer-bottom p {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .8)
  }

  .main-footer .footer-bottom ul {
    gap: .625rem
  }
}

@media (min-width:768px) {
  .main-footer .footer-bottom p {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    padding-bottom: .9375rem;
    margin-bottom: .9375rem
  }
}

@media (min-width:1024px) {
  .main-footer .footer-bottom .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .main-footer .footer-bottom p {
    border: none;
    padding: 0;
    margin: 0
  }

  .main-footer .footer-bottom ul {
    margin-left: auto
  }
}

@media (min-width:80px) and (max-width:1100px) {
  .hero-section {
    padding: 30px;
  }
}

@media (min-width:766px) and (max-width:770px) {
  .hero-section {
    padding: 25px;
  }
}

@media (min-width:400px) and (max-width:767px) {
  .is-drilldown {
    margin-top: -5px !important;
  }
}

@media (max-width:399px) {
  .is-drilldown {
    margin-top: -7px !important;
  }
}

@media (min-width:770px) and (min-width:819px) {

  .main-header.active .logo,
  .main-header.sticky .logo {
    /* top: 80% !important; */
    /* top: 50% !important; */
     /* top: 8% !important; */
  }
}


@media (max-width:767px) {

  .main-header.active .logo,
  .main-header.sticky .logo {
    /* top: 90% !important; */
    /* top: 45% !important; */
     /* top: 100% !important; */
     top: 56% !important;
  }
}

@media (max-width:767px) {
  .main-footer .footer-bottom ul li {
    width: calc(50% - 5px)
  }

  number1plate-embed #builder-form{
  margin-bottom: -30px !important;
}

  .hero-section .hero-row .hero-intro h1 {
    font-size: 1.10rem !important;
  }

  .hero-section {
    padding: 15px !important;
  }

  .nameplate-main-container {
    padding: 0 !important;
  }

  section.builder {
    /* background-color: white !important; */
    margin-top: -10px;
  }

  .hero-section .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}


@media (min-width:768px) {
  .main-footer .footer-bottom ul {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .main-footer .footer-bottom ul li:not(:first-child):before {
    display: inline-block
  }
}

/*New added css*/

@media (min-width:1025px) {
  #builder-actions {
    width: 100% !important;
    max-width: 50% !important;
  }

  #builder-form {
    width: 100% !important;
    max-width: 50% !important;
  }

  #parent-container {
    display: flex !important;
  }

  .nameplate-main-container {
    padding-top: 0px !important;
  }

  .n1p-hero-main {
    padding-bottom: 15px !important;
  }

}

.plate-info-circle {
  height: 20px !important;
  width: 22px !important;
}

.is-drilldown-submenu {
  margin-bottom: -40px !important;
}

@media (max-width:768px) {
  .is-drilldown-submenu {
    margin-bottom: -40px !important;
  }
  .new-entry-content iframe {
    width:100% !important;
}

.hero-reviews{
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

}

@media (max-width:550px) {
  .slick-list {
  max-height: 400px !important;
  }
  .gallery-single > .drag-image{
    max-height: 400px !important;
  }
  .gallery-single{
    max-height: 400px !important;
  }
}

@media (min-width:1025px) {
  .main-header .main-menu {
    display: flex;
    align-items: center;
    position: relative;
  }
}

@media (max-width:1024px) {
  .main-header .main-menu a:first-child {
    display: block !important;
}
#section-special-padding-top{
  padding-top: 40px !important;
}
#img-padding-top{
  padding-top:20px;
}
}

@media (max-width:767px){
#direction-reverse{
  flex-direction: column!important;
}
#move-upwards{
  margin-top: -60px;
}
#custom-margin-bottom{
  margin-bottom: 0px !important;
}
section.why-choose-section ul > li > div{
     padding-right: 50px;
}
}

@media (max-width:1024px) {
  .usps-desktop {
    display: none !important;
  }
  .usps-mobile {
    display: block !important;
    width:100%;
  }

    .usps-mobile img{
    width:100%;
  }


  /* .menu-item{
    display:none;
  }
  .menu-item-mobile{
    display:block !important;
  } */
  
}


@media (min-width:768px) and (max-width:1024px) {
  .adjust-this-section .explore-body {
    max-width: 100% !important;
} 

  .adjust-this-section .explore-row {
    display: block !important;
} 

.adjust-this-why ul{
  display: block !important;
 }

 .adjust-this-why ul > li{
 width: 100% !important;
 }

 #reverse-column{
  flex-direction: column;
 }

}
#custom-margin-bottom{
  margin-bottom: 70px;
}

.main-menu a.active span {
    font-weight: bold;
}

.main-menu a.active {
    border-bottom: 3px solid black;
}

#breadcrumb-wrapper{
  padding-top: 10px;
  font-size: 12px;
}

@media (min-width: 1024px) {
   .entry-content, .new-entry-content, .blog-main-wrap {
        max-width: calc(1205px + 5%);
    }
}

.entry-content, .new-entry-content, .blog-main-wrap{
  padding-left: 2.5%;
    padding-right: 2.5%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
}

section.why-choose-section h3{
  font-size:1.5rem;
}
section.faq-section .accordion-item  h3{
  font-size: 1.5rem !important;
  width:90% !important;
}

section.why-choose-section ul{
  margin-left:unset !important;
}

.contact-main-wrap a{
  color:black !important;
}



@media (max-width:320px) {
  .main-header .header-top ul li {
    font-size: 9px !important;
  }

  .header-bottom .logo{
    margin-top: -1px !important;
  }

}

.z-effect{
  z-index: -1;
}
.hide-breadcrumb{
  display:none;
}

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  width: 100%;
}

.search-container .search-form {
  position: relative;
  width: 100%;
  margin: 0 5%;
}

.search-container .search-input {
  width: 100%;
  padding: 14px 55px 14px 20px;
  font-size: 16px;
  border: none;
  border-radius: 999px;
  /* very round */
  outline: none;
  background-color: #fff;
  /* field background */
  color: #000;
}

.search-container .search-input::placeholder {
  color: #555;
}

.search-container .search-btn {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.search-container .search-btn svg {
  width: 25px;
  height: 25px;
}
.mobile-search .search-input{
  border: 1.5px solid black;
}



.search-form {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* MOBILE */
@media (max-width: 768px) {
  .search-input {
    display: none;
    width: 100%;
    z-index: 1;
  }

  #search-toggle{
    right: unset !important;
    left: -13% !important;
  }

  .search-form.active .search-input {
    display: block;
  }
}

@media (min-width:720px) and (max-width:820px){

 .search-container{
  max-width: 400px !important;
 }
}


/* DESKTOP */
@media (min-width: 769px) {
  .search-input {
    display: block;
  }

  #search-toggle {
    pointer-events: none; 
  }
}



/* .usp-banner {
  width: 100%;
  max-width: 477px;
  aspect-ratio: 477 / 396;
}


.usp-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
} */