.TCp-RL {
  padding: 0 79px;
}

.bg-remover {
  background: transparent !important;
  border-bottom: 1px solid #dddddd;
}

.hidden-scr {
  display: none;
}

.desktop-faq-top-spacing {
  padding-top: 21px;
}

.new-header {
  gap: 70px;
  padding: 0 81px !important;
  height: 79px;
}

.main-logo {
  width: 67%;
  position: relative;
  top: 2px;
}

.inner-main-logo {
  width: 52%;
  position: relative;
  top: 2px;
}

.nav-menu {
  display: flex;
  justify-content: space-between;
}

.nav-menu-box {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
}

.nav-menu-box a {
  position: relative;
  padding: 25px 0 23px 0;
  top: 1px;
}

.nav-menu-box a::after {
  position: absolute;
  content: "";
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  bottom: -1px;
  height: 2px;
  left: 50%;
  background: #2bbc5d;
}

.nav-menu-box a:hover::after {
  width: 100%;
  left: 0;
}

.main-logo a {
  display: flex;
}

.new-mobile-menu {
  top: calc(100% + 1px);
}

.new-mobile-menu .mobile-inner {
  padding: 10px 0;
}

.mobile-nav a {
  position: relative;
}

.mobile-nav a::after {
  position: absolute;
  content: "";
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  bottom: -1px;
  height: 2px;
  left: 50%;
  background: #2bbc5d;
}

.mobile-nav a:hover::after {
  width: 100%;
  left: 0;
}

.RH-spacing {
  margin-top: -4px !important;
  margin-left: 4px !important;
}

/* <--------------------header css starts--------------> */
.home-prl {
  padding-right: 66px !important;
  padding-left: 66px !important;
}

.margin-LT {
  margin-left: 40px;
  margin-top: 4px;
}

.header-container {
  /* background-image: linear-gradient(180deg, #FBC036 0%, rgba(251, 192, 54, 0) 100%); */
  background-color: #fdd883;
}

a {
  text-decoration: none;
}

.header_wrap {
  display: flex;
  align-items: center;
  padding: 23.5px 0px;
}

.np_wrap {
  /*    display: block;*/
  padding: 0;
  width: 96%;
  text-align: center;
}

.inner-header {
  padding: 0;
  width: 95.5%;
  text-align: center;
}

.np_wrap ul {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.mt-30 {
  margin-top: 30px;
}

.np_wrap li {
  display: inline-block;
  list-style: none;
}

.inner-header a {
  color: #000 !important;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 28px;
  /* 175% */
  transition: 0.5s;
  letter-spacing: 0 !important;
}

.np_wrap a {
  color: #000;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  transition: 0.5s;
  text-decoration: none;
}

.cart_bag, .login-icon {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: end;
}

.inner-cart-bag {
  position: relative;
  top: 2px;
  left: 1px;
}

.login-icon a {
  background: #FFF;
  height: 53px;
  width: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 4;
  border-radius: 30px;
  position: relative;
  margin-left: 5px;
}

.cart_bag a {
  background: #000000;
  height: 53px;
  width: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 4;
  border-radius: 30px;
  position: relative;
}

.cart_bag a:before {
  content: "";
  background: #2bbc5d;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 10px;
}

.cart_bag img {
  margin-top: -2px;
}

.inner-cart-bag img {
  margin-left: 1px;
}

.desktop_none {
  display: none;
}

.mobile-header {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

#menubar {
  display: none;
}

.toggle {
  position: relative;
  width: 34px;
  height: 34px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition-duration: 0.5s;
}

.bars {
  width: 100%;
  height: 3px;
  background-color: #202020;
  border-radius: 4px;
}

#bar2 {
  transition-duration: 0.8s;
}

#bar1,
#bar3 {
  width: 100%;
}

#menubar:checked + .toggle .bars {
  position: absolute;
  transition-duration: 0.5s;
}

#menubar:checked + .toggle #bar2 {
  transform: scaleX(0);
  transition-duration: 0.5s;
}

#menubar:checked + .toggle #bar1 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: 0.5s;
}

#menubar:checked + .toggle #bar3 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: 0.5s;
}

#menubar:checked + .toggle {
  transition-duration: 0.5s;
  transform: rotate(180deg);
}

.mobile-container-header {
  padding: 20px 0px;
  position: relative;
}

.mobile-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  height: calc(100vh - 85px);
  overflow: hidden;
  /* padding: 0 15px; */
  max-height: 0;
  z-index: 999999;
  transition: max-height 0.3s ease;
}

.mobile-inner {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  padding: 20px 0px;
}

.menu-options a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  color: #2d2d2d;
  padding: 15px 0px;
  text-transform: capitalize;
  transition: 0.5s;
  letter-spacing: 0.65px;
}

.menu-options a:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-options .a-btn img {
  display: none !important;
}

.menu-options svg {
  height: 20px;
  fill: #202020;
}

.stop-scroll {
  position: fixed;
  width: 100%;
}

/* <--------------------header css Ends--------------> */

/* <--------------------Home Page css Starts--------------> */

@media (min-width: 992px) {
    .desktop-hide {
       display: none !important;
    }
}
.hero-heading {
  color: #041226;
  text-align: center;
  font-family: Plus Jakarta Sans;
  font-size: 85px;
  font-style: normal;
  font-weight: 700;
  line-height: 85px;
}

.hero-header {
  width: 60%;
  margin: 0px auto;
  text-align: center;
}

.home-hero {
  padding: 0px 0px 454px;
  background-color: #fdd883;
  /* background-image: url(/homeimages/home-hero-bg.png); */
  background-image: url(/homeimages/home-hero-bg.webp);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.mt-20 {
  margin-top: 20px;
}

.hero-para {
  color: #383838;
  text-align: center;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
}

.btn-upr {
  display: inline-block;
  width: 232px;
  background: #42b168;
  margin-left: auto;
  padding: 18px 60px 19px 60px;
  border-radius: 59px;
  margin-right: auto;
  transition: all 0.5s ease-in-out;
}

.rating-stars {
  display: flex;
  align-items: center;
  width: 40%;
  /* gap: 2px; */
}

.rating-stars img {
  height: 20px;
  width: 23px;
}

.customize-plate-btn {
  margin-top: 33px;
  position: relative;
}

.customize-plate-btn:after {
  content: "";
  border: 3px solid #fcdb87;
  position: absolute;
  width: 333px;
  margin: auto;
  height: 51px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 59px;
}

.cust-btn {
  position: relative;
  /*    padding: 12px 60px;*/
  /*    display: flex;*/
  /*    border-radius: 59px;*/
  /*    background: #42B168;*/
  /*    text-decoration: none;*/
  color: #fff;
  /*    text-align: center;*/
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  /*    font-style: normal;*/
  font-weight: 700;
  line-height: 28.5px;
  /*    text-transform: capitalize;*/
}

.btn-upr:hover {
  /*    border-color: #2BBC5D;*/
}

.btn-upr:hover {
  background-color: #2bbc5d;
}

.sparkles-1 {
  position: absolute;
  left: -51px;
  top: 3px;
}

.sparkles-2 {
  position: absolute;
  left: -38px;
  top: -12px;
}

.review-header {
  width: 526px;
  padding: 0px 0px 55px 0px;
  margin: 0px auto;
  background: url(/homeimages/hersocustomer-review-bg.png);
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-white {
  color: #ffffff !important;
}

.review-container {
  margin-top: -68px;
}

.review-svg {
  height: 18px;
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linejoin: round;
  stroke-miterlimit: 2;
}

.d-flex {
  display: flex;
}

.align-items {
  align-items: center;
}

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

.justify-between {
  justify-content: space-between;
}

/* .review-header img {
    margin-left: 7px;
} */

.mt-3 {
  margin-top: 5px;
}

.review-item {
  width: 320px !important;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px 20px 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.review-sider-rating {
  width: 123px !important;
}

.review-slider .slick-track {
  padding-bottom: 80px;
}

.review-slider {
  padding-top: 5px;
  padding-left: 5px;
}

.review-slider-container {
  margin-left: 18px;
  padding-left: 20px;
}

.all-heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  color: #202020;
  font-family: Plus Jakarta Sans;
}

.num-flex {
  display: flex;
  gap: 70px;
  /*    justify-content: space-between;*/
}

.left-side {
  width: 65%;
}

.right-side {
  width: 26%;
}

.mt-10 {
  margin-top: 10px;
}

.deliv-flex {
  display: flex;
  flex-direction: column;
  height: 99%;
  gap: 40px;
  justify-content: end;
  margin-left: 15px;
}

.deliv-item {
  /* padding: ; */
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.deliv-item .box1 {
}

/* .deliv-item .box2{} */
.deliv-item .box2 h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #202020;
  font-family: Plus Jakarta Sans;
}

.del-item-home .box2 h4 {
  font-size: 20px !important;
}

.deliv-item .box2 h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: #383838;
  font-family: Plus Jakarta Sans;
}

/*.deliv-item .box2 .para-style {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    color: #383838;
    opacity: 0.88;
}*/

.ms-7 {
  margin-left: 7px;
}

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

.pb-100 {
  padding-bottom: 70px;
}

.testimonial-pb {
  padding-bottom: 47px;
}

.center-section {
  width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.faqs-flex {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.left-faqs {
  width: 48.6%;
}

.right-faqs {
  width: 48.6%;
}

.accordion-item:not(:last-child) {
  border-bottom: 1px solid rgba(56, 56, 56, 0.1);
}

.accordion-header {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  padding: 20px 0px 25px 0px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #383838;
  font-family: Plus Jakarta Sans;
  transition: all 0.3s ease;
  letter-spacing: -0.4px;
}

.accordion-header span {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
  position: relative;
  left: 5px;
  top: -2px;
}

.faq-icon-lt,
.faq-icon-rt {
  top: 2px !important;
}

.accordion-header span img {
  width: 19px;
  height: 10px;
}

.accordion-header.active span {
  transform: rotate(180deg);
  position: relative;
  top: 3px;
  left: 5px;
}

.accordion-content {
  overflow: hidden;

  max-height: 0;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  padding: 0px 0px 8px;
}

.faq-line-height {
  line-height: 25.7px !important;
}

.faqs-container {
  position: relative;
}

.faqs-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.1;
  background: linear-gradient(180deg, #fbc036 0%, rgba(251, 192, 54, 0) 100%);
}

.relative {
  position: relative;
}

/*.ctc-section .para-style {
    color: #9fa0a3;
}*/
.cta-para-style {
  color: #04111e;
  text-align: center;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px;
  opacity: 0.5;
  width: 45%;
  margin: auto;
}

.cta-mt {
  margin-top: 26px !important;
}

.testimonial-padding {
  padding-top: 63px;
}

.ctc-section {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.button-style {
  padding: 18px 20px 18px 20px;
  display: block;
  border-radius: 59px;
  background-color: #000000;
  border: 2px solid #000000;
  transition: all 0.3s ease-in-out;
  color: #fff;
  text-align: center;
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.5px;
  text-transform: capitalize;
  margin: auto;
}

.faq-button-style {
  padding: 17px 20px 16.5px 20px;
}

.button-style:hover {
  background-color: #ffffff;
  color: #202020;
}

.mt-26 {
  margin-top: 26px;
}

.border-bottom {
  border-bottom: 1px solid #ececec;
}

.gr-a {
  color: #46855c;
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  border-bottom: 1px solid #46855c;
}

.artical-slider {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.artical-item h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  color: #42b168;
  font-family: Plus Jakarta Sans;
  letter-spacing: -0.48px;
}

/*.box2 {
    margin-top: -5px;
}*/

/* <--------------------Home Page css Starts--------------> */

/*Footer*/
.desktop-list-nav {
  position: relative;
  top: -1px;
}

.footer-rl {
  padding: 0 85px;
}

.footer-padding-tb {
  padding-top: 46px;
  padding-bottom: 47px;
}

.footer-top-border {
  border-top: 1px solid #ececec;
}

.desc-mt {
  margin-top: 39px;
}

.m-1 {
  position: relative;
  margin-left: -1px;
}

.m-2 {
  position: relative;
  margin-left: -2px;
}

.m-38 {
  margin-bottom: 39px;
}

.mplus2 {
  position: relative;
  left: 2px;
}

/* .m-5 {
  position: relative;
  left: -4px;
} */

.m-4 {
  position: relative;
  left: -4px;
}

.mplus7 {
  position: relative;
  left: 7px;
}

.m-8 {
  position: relative;
  left: -8px;
}

.m-11 {
  position: relative;
  left: -11px;
}

.m-15 {
  position: relative;
  left: -15px;
}

.m-19 {
  position: relative;
  left: -19px;
}

.m-22 {
  position: relative;
  left: -22px;
}

.mplus1 {
  position: relative;
  right: 1px;
}

.opacity-para {
  opacity: 0.6;
}

.pt-83 {
  padding: 0px 83px;
}

.pt {
  padding-top: 49px;
}

.pt-33 {
  padding-top: 42px;
  padding-bottom: 86px;
}

.padding-RL {
  padding: 0px 107px 0 89px;
}

.padding-home-rl {
  padding: 0px 107px 0 81px;
}

.p-top {
  padding-top: 51px;
}

.letter-spacing {
  letter-spacing: -0.64px;
}

.cta-pt {
  padding-top: 55px;
  padding-bottom: 60px;
}

.cta-home-pt {
  padding-top: 54px;
  padding-bottom: 59px;
}

.ctc-section {
  width: 60%;
  padding-left: 24px;
  padding-right: 24px;
}

.mt-29 {
  margin-top: 29px;
  padding: 16px 20px 18px 20px;
}

.home-cta-mt {
  margin-top: 29px;
  width: 45%;
}

.pb {
  padding-bottom: 50px;
}

.flex-inline {
  list-style: none;
  display: flex;
  margin-left: 68px;
  width: 68.8%;
  justify-content: space-between;
}

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

.logo-container {
  width: 80%;
  display: flex;
}

.social-icons {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.flex-inline a {
  border-bottom: 1px solid #46855c;
  position: relative;
  top: -2px;
  color: #46855c;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: -0.32px;
}

.pos-r {
  position: relative;
  left: -7px;
  top: 1px;
}

.para-style {
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  color: #383838;
}

.mt {
  margin-top: 32px;
}

.social-icons a {
  margin-left: 12px;
}

.mobile-list-nav {
  display: none;
}

.artical-item {
  width: 100%;
}

.artical-sider-rating {
  max-width: 100%;
  width: 381px;
  object-fit: cover;
  border-radius: 5px;
}

.for-gap {
  padding-top: 50px;
}

.heading-style {
  color: #383838;
  font-family: Plus Jakarta sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44.8px;
}

.heading-style-28 {
  color: #383838;
  text-align: center;
  font-family: Plus Jakarta Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 39.2px;
  letter-spacing: -0.56px;
}

.social-icons img {
  opacity: 0.3;
}

/*Footer End*/

/* <-----------------------Contact Page Css Starts--------------------->  */

.contact_content {
  /*    flex-direction: row-reverse;*/
  /*    align-items: flex-start;*/
  gap: 90px;
  display: flex;
  /*    justify-content: space-between;*/
}

.t-padding {
  margin: 0 !important;
  padding: 60px 0;
}

.CRL-padding {
  padding: 48px 76px 59px 80px;
}

.contact_text {
  width: 42%;
}

.contact_text .contact_info {
  margin: 0;
  width: auto;
}

.contact_mainhead h2 {
  font-size: 30px;
}

.info_changes {
  /*padding: 0 !important;
    padding-right: 64px !important;
    background: none;
    margin-top: 40px !important;*/
}

.contact-info-spacing {
  padding: 0 !important;
  background: none;
  margin-top: 53px !important;
  margin-left: 3px !important;
}

.bg_overlay {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #fbc036 0%, rgba(251, 192, 54, 0) 100%);
  width: 100%;
  height: 100%;
  opacity: 0.1;
  top: 0;
  left: 0;
  z-index: -1;
}

.info_changes ul {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.info_changes li {
  margin: 0 !important;
}

.info_changes span {
  padding: 0 !important;
}

.form_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 51px;
  column-gap: 20px;
}

.form_width {
  width: 80%;
  margin-left: 3px;
}

.form_content .contact_fields {
  display: flex;
  flex-direction: column;
}

.form_content input,
.form_content textarea {
  border-radius: 5px !important;
  padding: 0 10px;
  height: 48px;
}

.form_content input::placeholder,
.form_content textarea {
  color: #383838;
  font-family: Plus Jakarta Sans;
  font-size: 15px;
  font-weight: 450;
  line-height: 18px;
}

.capche {
  display: none;
}

.col_span2 {
  grid-column: span 2;
}

.col_span2 button {
  width: -webkit-fill-available;
  border-radius: 50px;
}

.form_content button {
  background: #000;
  font-size: 20px;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  padding: 20px 20px;
  /* margin: 0 !important; */
}

.form_content button:hover {
  box-shadow: none;
}

.form_content button::after {
  content: none !important;
}

.form_content button::before {
  content: none !important;
}

/* contact style closed */

/* testimonial style start */
.testimonial {
  position: relative;
}

.testimonial_head {
  text-align: center;
  margin-bottom: 62px;
}

.testimonial_head h2 {
  margin-bottom: 15px;
  margin-left: -51px;
}

.customer-review {
  color: #383838;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin-top: 4px;
  margin-left: -10px;
}

.review_count-para {
  color: #383838;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}

.review_count img {
  position: relative;
  top: 3px;
  left: 6px;
}

.RCH-spacing img {
  top: 1px !important;
  left: 5px !important;
}

.review_text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.five_stars {
  /*    display: flex;*/
}

.five_stars img {
  /*    width: 13px;*/
  left: 2px;
  position: relative;
  top: 2px;
}

.SH-spacing img {
  top: -3px !important;
}

.review_count {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: -2px;
}

.review_count p:first-child {
  margin-top: 11px;
  margin-left: -5px;
}

.RCH-spacing p:first-child {
  margin-top: 6px;
  margin-left: 6px;
}

.review_count span {
  color: #383838;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
}

.tesimonial_text {
  width: 354px;
  height: 195px !important;
}

.testimonial_box {
  /* margin-left: 18px; */
  /*    padding-left: 20px;*/
  padding-left: 102px;
  overflow: hidden;
}

/*.slick-track {
    left: -110px;
}*/
/*.slick-list.draggable{
    padding-left: 10px;
}*/
.testimonial_content {
  display: flex;
  /*    gap: 20px;*/
}

.testimonial_content .slick-track {
  padding-bottom: 10px !important;
}

.tesimonial_text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 21px 20px 20px 26px;
  margin: 0 13px 0 15px !important;
  flex-shrink: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

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

.client_review {
  display: flex;
  gap: 8px;
  margin-left: 1px;
}

.client_review img {
  width: 23px;
  height: 22px;
}

.customer-name-style {
  color: #383838;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  position: relative;
  top: 11px;
}

.para-desc-style {
  position: relative;
  top: 4px;
  color: #383838;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}

.para-day-style {
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  color: #383838;
  position: relative;
  left: -15px;
  top: 2px;
}

.client h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
}

.name p {
  font-weight: 500;
}

/* testimonial style closed */

/* responsive style stat */

/* <-----------------------Only Home CSS Starts--------------------->  */

.on-hero-header {
  padding-top: 10px;
}

.on-hero-para {
  width: 67%;
  margin: auto;
  margin-top: 21px;
}

.on-review-header {
  position: relative;
  left: -24px;
}

.on_testimonial_box {
  margin-top: -37px;
}

.on-para-style {
  margin-top: 29px;
  margin-left: 2px;
}

.on-custom-heading {
  padding-top: 47px;
}

.on-para-style-se {
  padding-top: 7px;
  margin-left: 2px;
}

.on-box1-fr {
  position: relative;
  left: 8px;
  top: 1px;
}

.on-box2-fr-heading {
  position: relative;
  top: -2px;
  left: 15px;
}

.on-box2-fr-para {
  position: relative;
  top: 2px;
  left: 15px;
  margin-right: 9px;
}

.on-box1-se {
  position: relative;
  left: 6px;
  top: 1px;
}

.on-box2-se-heading {
  position: relative;
  left: 16px;
  top: -1px;
}

.on-box2-se-para {
  position: relative;
  left: 17px;
  margin-right: 46px;
  top: 4px;
}

.on-box1-th {
  position: relative;
  left: 1px;
  top: -3px;
}

.on-box2-th-heading {
  position: relative;
  top: -6px;
  left: 8px;
}

.on-box2-th-para {
  margin-right: 22px;
  position: relative;
  top: -1px;
  left: 8px;
}

.on-box2-th {
  position: relative;
  left: -8px;
}

.on-faqs-container {
  padding-top: 93px;
}

.on-faqs-heading-style {
  letter-spacing: -0.64px;
}

#on-faqs-fr-btn {
  padding-top: 23px;
  padding-bottom: 26px;
}

#on-faqs-fr-btn-se {
  padding-top: 25px;
  padding-bottom: 23px;
}

#on-faqs-fr-btn-th {
  padding-top: 24px;
}

.on-button-style {
  margin-top: 29px;
  padding: 16px 20px 18px 20px;
}

.on-cta-para-style {
  width: 60%;
  margin-top: 28px !important;
}

.on-artical-conat {
  padding-top: 77px;
  padding-bottom: 48px;
}

.on-gr-a {
  margin-right: 6px;
}

.on-artical-slider {
  padding-top: 48px;
}

.on-artical-content-heading {
  position: relative;
  top: 5px;
}

.on-artical-para-fr {
  position: relative;
  top: 2px;
}

.on-artical-content-heading-se {
  position: relative;
  top: -1px;
  left: 1px;
}

.on-artical-para-se {
  position: relative;
  top: -4px;
  left: 1px;
}

.on-artical-item {
  position: relative;
  left: 2px;
}

.on-artical-item-se {
  position: relative;
  left: 4px;
}

.on-artical-para-th {
  position: relative;
  top: -4px;
}

.on-ctc-section {
  padding-top: 54px;
}

.on-testimonial_content {
  padding-left: 10px;
}

/* <-----------------------Contact Page Ends Starts--------------------->  */

/* <-----------------------Builder Page css Starts--------------------->  */

/* builder page new style start  */

.pad-change {
  padding: 40px 80px 0 80px !important;
}

.builder-form .input_flex {
  margin: 0 !important;
}

.builder-input-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.last-input-box {
  display: flex;
  flex-direction: row;
}

.last-input-box .space-bt {
  gap: 10px;
}

.last-input-box .space-bt input {
  width: 22px;
  height: 22px;
}

.space-bt span {
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  color: #383838;
}

.space-bt-mn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.space-bt-mn input {
  width: 22px;
  height: 22px;
}

.builder-input-box:nth-child(5) {
  margin-top: 4px;
}

.builder-input-box:nth-child(7) label {
  margin-bottom: 2px;
  margin-top: 1px;
}

.builder-input-box:nth-child(8) {
  margin-top: 1px;
}

.last-input-box:nth-child(9) {
  margin-top: 10px;
}

.position-terms {
  position: relative;
  top: -7px;
}

.position-terms .para-style {
  margin-left: 18px;
}

.builder-input-flex {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.builder-mb-faqs-obverlay {
  display: none !important;
}

.types_of_plates {
  gap: 9px;
}

.builder-input-box label {
  margin: 0;
  font-size: 16px;
}

.builder-input-box span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.builder-input-box .space-bt {
  gap: 10px !important;
}

.builder-input-box span input {
  width: 22px;
  height: 22px;
}

.builder-input-box .plate-style::after {
  display: none !important;
}

.drop-select {
  position: relative;
}

.drop-select span {
  position: absolute;
  right: 19px;
  top: 48%;
}

.select-arrow {
  color: #383838;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  width: -webkit-fill-available;
  max-width: 100%;
  padding: 15px 40px 15px 15px;
  -webkit-appearance: none;
}

/*
.np-style {
  gap: 5px !important;
} */

.np-style .plate-desc {
  position: relative !important;
  width: 100% !important;
}

.np-style .plate-desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  z-index: 1;
  border-radius: 2px;
  opacity: 0.1;
  /* background: #383838; */
  margin: auto;
  visibility: visible;
}

.f-plate {
  margin-top: 38px;
}

.n-plate {
  margin-top: 19px;
}

.place-order-btn {
  width: 223px;
}

.secure-img {
  position: relative;
  top: 2px;
}

.n-plate-box {
  background: #f3f3f3 !important;
  height: 167px !important;
  padding: 8px 0 0 !important;
  margin-top: 9px !important;
}

.bg-change {
  background: rgb(255, 217, 0) !important;
  /*background: #fdb813 !important; */
}

.n-plate-text {
  position: revert !important;
  font-size: 150px !important;
  line-height: 150px !important;
  text-align: center;
  color: #272727 !important;
}

.n-plate-text_ov {
  display: none !important;
}

.opacity {
  opacity: 0.6;
}

.buy-chnges {
  display: none !important;
}

.float-buy {
  display: none;
}

.pricing-box {
  padding: 34px 0 39px 0;
}

.price-text {
  align-items: center !important;
  gap: 11px !important;
  margin: 0 !important;
}

.price-text span {
  color: #46855c;
  font-family: Plus Jakarta Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.price-text p {
  font-family: Plus Jakarta Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  color: #383838;
  margin: 0 !important;
  opacity: 56%;
}

.atc-btn {
  gap: 33px !important;
  width: 60% !important;
}

.secure-img {
  display: flex;
  gap: 12px;
}

.crt-btn {
  display: flex !important;
  align-items: center;
  gap: 36px;
  box-shadow: none !important;
  background: #42b168 !important;
  padding: 0px 35px 0px 24px !important;
  height: 66px;
  font-family: Plus Jakarta Sans !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  border-radius: 5px !important;
  text-transform: uppercase;
}

.crt-btn::after,
.crt-btn::before {
  display: none !important;
}

.payment-options img {
  width: auto;
  height: -webkit-fill-available;
  max-height: 20px;
}

.payment-options {
  display: flex;
  align-items: center;
  gap: 41px;
  margin: 25px 4px 44px;
}

.builder-input-flex .select-arrow {
  height: 50px !important;
}

.et-cart-section .button-style {
  padding: 17.8px 20px 17.49px 20px;
}

.delivery-box {
  width: auto !important;
  margin-left: 2px;
}
.et-para-style {
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #383838;
}
.delivery-flex {
  gap: 9px !important;
}

.plate-delivery,
.plate-DLVA,
.plate-guarentee {
  width: 33%;
}

.deliv-item {
  gap: 16px !important;
}

.plate-delivery .mt-10 {
  margin-top: 6px;
}

.mobile-delivery {
  display: none;
}

.plate-delivery img {
  top: 3px;
  position: relative;
}

.plate-delivery .box2 {
  width: 77%;
  margin-left: 11px;
}

.border-input-tags[data-border="plate_border_black"] .select-arrow, .border-input-tags[data-border="plate_border_black"] select option:nth-child(3) {
  color: black !important;
}

.border-input-tags[data-border="plate_border_black"] select option {
  color: #383838 !important;
}

.border-input-tags[data-border="plate_border_blue"] .select-arrow, .border-input-tags[data-border="plate_border_blue"] select option:nth-child(4) {
  color: blue !important;
}

.border-input-tags[data-border="plate_border_blue"] select option {
  color: #383838 !important;
}

.border-input-tags[data-border="plate_border_green"] .select-arrow, .border-input-tags[data-border="plate_border_green"] select option:last-child {
  color: green !important;
}

.border-input-tags[data-border="plate_border_green"] select option {
  color: #383838 !important;
}

.border-input-tags[data-border="plate_border_red"] .select-arrow, .border-input-tags[data-border="plate_border_red"] select option:first-child {
  color: red !important;
}

.border-input-tags[data-border="plate_border_red"] select option {
  color: #383838 !important;
}
.select-plate-badge {
  width: 30px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #0069c2;
  border-radius: 4px 0px 0px 4px;
}

.select-plate-badge[data-badge="plate_badge_cym"] {
  background-image: url(/public/images/flag-cym.png);
}

.select-plate-badge[data-badge="plate_badge_uk"] {
  background-image: url(/public/images/flag-uk.png);
}

.select-plate-badge[data-badge="plate_badge_sco"] {
  background-image: url(/public/images/flag-sco.png);
}

.select-plate-badge[data-badge="plate_badge_eng"] {
  background-image: url(/public/images/flag-eng.png);
}

.select-plate-badge[data-badge="plate_badge_gb"] {
  background-image: url(/public/images/flag-gb.png);
}

.flag-dropselect {
  border-radius: 4px;
  border: 1px solid rgba(56, 56, 56, 0.2);
  display: flex;
  max-height: 50px !important;
}

#select-opt-data-badge[data-badge="plate_badge_none"]
  .select-plate-badge[data-badge="plate_badge_none"] {
  display: none !important;
}

.flag-dropselect select {
  outline: none !important;
  border: none !important;
}

.builder-mb-faqs .fixed-width {
 /* padding-left: 0px;
  padding-right: 0px;*/
}

.your_reg_yellowbox {
  height: 166px !important;
}

/* <-----------------------Builder Page css Ends --------------------->  */
/* contact page style  */
.CRL-padding {
  padding: 49px 76px 59px 80px;
}

.contact-info-spacing {
  margin-top: 52px !important;
}

.c-form_content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.c-form_content .contact_fields input {
  height: auto;
}

.ne_ms-box {
  display: flex;
  gap: 21px;
}

.ne_ms-box .contact_fields {
  width: -webkit-fill-available;
}

.n_e-box .contact_fields {
  margin-bottom: 35px;
}

.n_e-box .contact_fields:first-child label {
  margin-bottom: 9px !important;
}

.n_e-box .contact_fields:last-child label {
  margin-bottom: 13px !important;
}

.ne_ms-box .contact_fields label {
  margin-bottom: 13.8px !important;
}

.ne_ms-box .contact_fields input {
  padding: 12.4px 11px 16.3px;
}

.n_e-box .contact_fields input {
  padding: 13px 10px 15px !important;
}

.mob-box label {
  margin-bottom: 12px !important;
}

.mob-box label {
  margin-bottom: 12px !important;
}

.mob-box textarea {
  padding: 13px 10px 11px !important;
}

.form_content .contact_fields button {
  width: -webkit-fill-available;
  border-radius: 50px;
  margin-top: 15px !important;
  padding: 21px 0 20px;
}


.form-group-row {
  display: flex;
  gap: 20px;
}
.form-group-container {
  width: 100%;
}

.form-group {
  display: flex;
  position: relative;
  margin-bottom: 24px;
}

.form-group.filled label {
  top: 6px;
  font-size: 12px;
}

.form-group input {
  width: 100%;
  padding: 24px 12px 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.form-group input::placeholder {
  color: transparent;
}

.form-group label {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 16px;
  color: #aaa;
  pointer-events: none;
  transition: all 0.2s ease;
  font-family: Plus Jakarta sans;
}

.is-invalid {
  border-color:#e3342f!important;
}

.form-group input:focus ~ label,
.form-group input:not(:placeholder-shown) ~ label {
  top: 6px;
  font-size: 12px;
}

.btn-login {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #42b168 !important;
  color: #fff;
  padding: 10px;
  font-family: Plus Jakarta Sans !important;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.user-email, .resend-section a {
  color: #fba536;
}

.resend-section {
  margin-top: 20px;
  font-family: Plus Jakarta Sans !important;
}


/* contact page style end  */
@media only screen and (max-width: 1450px) {
  .contact_content {
    gap: 27px;
  }

  .contact_text {
    width: 48%;
  }
}

@media only screen and (max-width: 1380px) {
  .m-4 {
    left: 0px;
  }

  .m-8 {
    left: 0px;
  }

  .m-11 {
    left: 0px;
  }

  .m-15 {
    left: 0px;
  }

  .m-19 {
    left: 0px;
  }

  .m-22 {
    left: 0px;
  }

  .social-icons {
    width: 15%;
  }

  .logo-container {
    width: 84%;
  }

}

@media only screen and (min-width: 1300px) {
  .blue_form_box {
    padding-right: 77px !important;
  }

  .blue_form_box {
    padding-left: 79.5px !important;
  }

  .n-plate {
    padding-right: 3px;
  }

  .f-plate {
    padding-right: 3px;
  }

  .pricing-box {
    padding-right: 3px;
  }

  .builder-main-head .left_box {
    padding-right: 1px;
  }

  .builder-input-box .space-bt span {
    position: relative;
    left: 5px;
  }

  .builder-main-head .delivery-flex {
    gap: 20px !important;
  }

  .builder-main-head .plate-delivery {
    width: 36% !important;
    position: relative;
    left: -1px;
  }

  .plate-DLVA img {
    width: 31.01px;
    height: 36.17px;
    object-fit: contain;
    position: relative;
    top: 3px;
  }

  .plate-DLVA p {
    margin-top: 4.5px;
  }

  .plate-guarentee {
    position: relative;
    left: -8px;
  }

  .plate-guarentee img {
    width: 38.59px;
    height: 33.07px;
    object-fit: contain;
  }

  .plate-guarentee p {
    margin-top: 6px;
  }

  .space-bt-mn {
    position: relative;
    left: 5px;
  }

  .plate-DLVA {
    position: relative;
    left: 0.5px;
  }

  .plate-guarentee img {
    width: 38.59px;
    height: 33.07px;
    object-fit: contain;
    position: relative;
    top: 4px;
  }

  .secure-img img:nth-child(1) {
    position: relative;
    top: -1px;
  }

  .payment-options img:nth-child(3) {
    position: relative;
    left: 1px;
  }

  .payment-options img:nth-child(4) {
    position: relative;
    left: 1px;
  }

  .payment-options img:nth-child(5) {
    position: relative;
    left: 2px;
  }

  .payment-options img:nth-child(6) {
    position: relative;
    left: 3px;
  }

  .payment-options img:nth-child(7) {
    position: relative;
    left: -1px;
  }
}

@media only screen and (max-width: 1350px) {
  .home-cta-mt {
    width: 50%;
  }
}

@media only screen and (max-width: 1314px) {
  .testimonial_box {
    margin-left: 0;
    padding-left: 20px;
  }

  .right-side {
    width: 30%;
  }

  .on-testimonial_content {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1300px) {
  .right-side {
    width: 31%;
  }

  .tesimonial_text {
    width: 313px;
  }

  .padding-RL,
  .pt-83,
  .footer-rl,
  .new-header {
    padding: 0 !important;
  }

  .reversii {
    padding: 45px 0px !important;
  }

  .testimonial-padding {
    padding-top: 35px;
  }

  .CRL-padding {
    padding: 35px 18px 50px 18px !important;
  }

  .hero-heading {
    font-size: 46px;
    line-height: 65px;
  }

  .home-hero {
    padding: 0px 0px 300px;
  }

  .on_testimonial_box {
    margin-top: -49px;
  }

  .padding-home-rl {
    padding: 0;
  }

  .testimonial_content {
    padding-bottom: 40px;
  }

  .number-plate-section .pt-33 {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .on-faqs-container {
    padding-top: 50px;
  }

  .cta-home-pt {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .artical-container .on-artical-conat {
    padding-top: 40px;
  }

  .on-artical-conat {
    padding-bottom: 50px;
  }

  .footer-padding-tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .customer-name-style {
    position: unset;
  }

  .tesimonial_text {
    width: 354px;
    height: auto !important;
  }

  .TCp-RL {
    padding: 0 0px;
  }

  .mtb60 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .CRL-padding {
    padding: 49px 18px 59px 18px;
  }

  .testimonial_box {
    padding-left: 20px;
  }

  .contact_content {
    gap: 74px;
  }

  .logo-container {
    width: 80%;
  }

  .social-icons {
    width: 19%;
  }
}

@media only screen and (max-width: 1321px) {
  .contact_content {
    gap: 44px;
  }

  .contact_text {
    width: 46%;
  }
}

@media only screen and (max-width: 1314px) {
  .testimonial_box {
    padding-left: 102px;
  }
}

@media only screen and (max-width: 1268px) {
  .atc-btn {
    gap: 23px !important;
    width: 58% !important;
  }

  .secure-img {
    gap: 10px !important;
  }

  .crt-btn {
    gap: 22px !important;
    padding: 17px 12px !important;
    height: auto;
  }
} 

@media only screen and (max-width: 1200px) {
  .social-icons {
    width: 12% !important;
  }

  .logo-container {
    width: 88% !important;
  }

  .flex-inline {
    margin-left: 40px;
    width: 64.8%;
  }

  .info_changes {
    padding-right: 54px !important;
  }

  .ctc-section {
    /*        width: 60%;*/
  }

  .tesimonial_text {
    /*        width: 352px;*/
  }

  .cta-para-style {
    /*        width: 55%;*/
  }

  .on-review-header {
    left: 0px;
    width: 480px;
    padding: 0px 0px 55px 0px;
  }

  .right-side {
    width: 36%;
  }

  .num-flex {
    gap: 50px;
  }

  .tesimonial_text {
    width: 309px;
    /*        height: 195px !important;*/
  }

  .review-container {
    margin-top: -58px;
  }

  .faq-head .heading-style {
    color: #383838;
    text-align: center;
    font-family: Plus Jakarta Sans;
/*    font-size: 20px;*/
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 28px */
  }

  .faqs-page .accordion-header {
    color: #383838;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: -0.32px;
  }

  .faqs-page .para-style {
    color: #383838;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160% !important;
    /* 22.4px */
  }

  .faqs-contact .heading-style-28 {
    color: #383838;
    text-align: center;
    font-family: Plus Jakarta Sans;
/*    font-size: 20px;*/
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.4px;
  }

  .faqs-contact .faq-button-style {
    color: #fff;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.5px;
    /* 178.125% */
    text-transform: capitalize;
  }

  .faqs-contact .faq-button-style:hover {
    color: #383838;
  }

  .faqs-contact .cta-para-style {
    color: #04111e;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 22.4px */
  }

  .cta-para-style {
    /*        width: 49%;*/
  }

  .faqs-plate-review-container .heading-style {
    /*font-size: 20px;
        line-height: 140%;*/
  }

  .customer-review,
  .review_count-para {
    font-size: 14px;
  }

  .para-day-style {
    font-size: 14px;
    line-height: 140%;
  }

  .para-desc-style {
    font-size: 14px;
    line-height: 140%;
  }

  .customer-name-style {
    font-size: 14px;
  }

  .faq-button-style {
    padding: 11.5px 20px 14px 20px;
  }

  .home-cta-mt {
    width: 56%;
  }

  .builder-input-box {
    gap: 8px;
    margin: 0 !important;
  }

  .builder-input-box label {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .builder-input-flex {
    gap: 15px !important;
  }

  .para-style {
    font-size: 14px !important;
    line-height: 19px !important;
  }

  .crt-btn {
    font-size: 20px !important;
    line-height: normal !important;
  }

  form#builder {
    margin-top: 25px !important;
  }

  .f-plate {
    margin-top: 25px !important;
  }

  .n-plate-box {
    margin-top: 8px !important;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .25)) drop-shadow(-1px -1px 1px rgba(0, 0, 0, .15)) drop-shadow(1px 1px 1px rgba(0, 0, 0, .15));
  }

  .n-plate {
    margin-top: 15px !important;
  }

  .pricing-box {
    padding: 25px 0 !important;
  }

  .payment-options {
    margin: 24px 0 34px !important;
  }

  #customise_your_plates_slider {
    padding: 0 !important;
  }

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

  .pt-100 {
    padding-top: 45px !important;
  }

  .testimonial_head {
    margin-bottom: 35px !important;
  }

  .pt {
    padding-top: 35px !important;
  }

  .heading-style-28 {
    font-family: Plus Jakarta Sans;
/*    font-size: 20px;*/
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .et-para-style {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #383838;
  }
  .cart-btn-width {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    padding: 8.5px 20px !important;
  }
  .form_content .contact_fields label {
    font-size: 14px;
  }

  .form_content .contact_fields input::placeholder,
  .form_content .contact_fields textarea::placeholder {
    font-size: 14px;
  }

  .CRL-padding {
    /*				padding: 45px 18px 50px 18px;*/
  }

  .contact_content {
    gap: 101px;
  }

  .contact_text {
    width: 43%;
  }

  .contact-info-spacing {
    margin-top: 30px !important;
  }

  .info_changes {
    padding: 0 !important;
  }

  .info_changes ul {
    gap: 14px;
  }

  .c-form_content {
    margin-top: 27px;
  }

  .form_content .contact_fields button {
    font-size: 16px;
    font-weight: 700;
    line-height: 28.5px;
    padding: 11px 0 11px;
  }

  .n_e-box .contact_fields {
    margin-bottom: 20px;
  }

  .form_content .contact_fields input,
  .form_content .contact_fields textarea {
    margin-bottom: 20px;
  }

  .n_e-box .contact_fields input {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 1191px) {
  .form_width {
    margin: 0 !important;
  }

  .form-box {
    padding: 0 !important;
  }

  .number-plate-box .customise_your_plates_heading {
    margin: 0;
  }

  .reversii {
    padding: 45px 20px 45px 20px !important;
  }
  .contact_text {
    width: 44%;
  }

  .contact_content {
    gap: 98px;
  }
}

@media only screen and (max-width: 1149px) {
  .n-plate-text {
    font-size: 135px !important;
  }
}

@media only screen and (max-width: 1100px) {
  .cta-para-style {
    /*        width: 50%;*/
  }

  .tesimonial_text {
    /*        width: 270px;*/
  }

  .num-flex {
    gap: 10px;
  }

  .right-side {
    width: 39%;
  }

  .left-side {
    width: 64%;
  }

  .on-review-header {
    width: 450px;
    padding: 12px 0px 55px 0px;
  }

  .flex-inline {
    margin-left: 25px;
    width: 68.8%;
  }

  .social-icons {
    width: 11% !important;
  }
}

@media only screen and (max-width: 1028px) {
  .main-logo {
    width: 75%;
  }

  .new-header {
    gap: 34px;
  }

  .nav-menu-box {
    gap: 25px;
  }

  .hero-header {
    width: 100%;
  }

  .review-slider .slick-track {
    padding-bottom: 50px;
  }

  /* .hero-heading {
        font-size: 50px;
        line-height: 50px;
    } */

  .artical-slider {
    gap: 20px;
  }

  .for-gap {
    padding-top: 30px;
  }

  .review-container {
    /* margin-top: 50px; */
  }

  .home-hero {
    /*        padding: 0px 0px 320px;
        background-position: bottom center;
        background-size: contain;*/
  }

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

  .review-header {
    margin-bottom: 30px;
  }

  .contact_content {
    /*flex-direction: row-reverse;
        align-items: flex-start;*/
    gap: 90px;
    display: flex;
    justify-content: space-between;
    /*        align-items: baseline;*/
  }

  .t-padding {
    padding: 40px 0 50px;
  }

  .contact_text {
    width: 75%;
  }

  .contact_mainhead h2 {
    margin-bottom: 0;
  }

  .form_content {
    margin-top: 30px;
  }

  .info_changes {
    margin-top: 30px !important;
  }

  .testimonial {
    padding: 40px 0 45px;
  }

  .testimonial_head {
    margin-bottom: 25px;
  }

  /* faqs page responsiveness for tab */

  .center-section {
    width: 100%;
  }

  #faq-btn-left:first-child {
    padding-top: 0px;
  }

  #faq-btn-right:first-child {
    padding-top: 0px;
  }

  .padding-RL {
    padding: 0px 9px;
  }

  .ctc-section {
    /*width: 60%;
        padding-left: 9px;
        padding-right: 9px;*/
  }

  .tesimonial_text {
    /*        width: 316px;*/
    /* height: 195px !important; */
  }

  .customer-name-style {
    top: unset;
  }

  /* .testimonial_box {
        padding: 0px 28px;
    } */

  /* <--------Home page-------->   */

  .on-testimonial_content {
    padding-left: 0px;
  }

  .padding-home-rl {
    padding-left: 9px;
    padding-right: 9px;
    gap: 0px;
  }

  .tesimonial_text {
    /*        width: 378px;*/
  }

  .on-review-header {
    width: 440px;
    left: 0px;
    padding: 12px 0px 14px 0px;
  }

  .right-side {
    width: 33%;
  }

  .pt-83 {
    padding: 0px 9px;
  }

  .on_testimonial_box {
    margin-top: -41px;
  }

  .review-container {
    margin-top: -56px;
  }

  /* <--------Home page-------->   */
  .buy {
    display: none !important;
  }

  .buy-chnges {
    display: block !important;
  }

  .buy-chnges .pricing-box {
    flex-direction: column;
  }

  .reverse-box {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: -webkit-fill-available !important;
  }

  .pricing-box {
    padding: 20px 0 0 !important;
    position: revert;
    flex-direction: column;
    gap: 16px !important;
    border: none;
  }

  .atc-btn {
    width: auto !important;
    margin: 0;
  }

  .crt-btn {
    width: -webkit-fill-available !important;
    justify-content: center !important;
    height: auto;
  }

  .tab-deliv .deliv-item {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .form-width-style {
    width: 33.2%;
  }

  .number-plate-box {
    width: 62.8% !important;
  }

  .delivery-flex {
    gap: 5px !important;
  }
  .contact_text {
    width: 54%;
  }

  .contact_content {
    gap: 35px;
  }
}

@media only screen and (max-width: 1000px) {
  .mobile-list-nav {
    display: block;
  }

  .desktop-list-nav {
    display: none;
  }

  .flex-inline {
    margin-top: 15px;
    max-width: 637px;
    margin-left: 0;
    width: 100% !important;
  }
}

@media only screen and (max-width: 968px) {
  .n-plate-box {
    height: 155px !important;
  }

  .your_reg_yellowbox {
    height: 155px !important;
  }

  .n-plate-text {
    font-size: 115px !important;
    line-height: 140px !important;
  }
}

@media only screen and (max-width: 900px) {
  .n-plate-box {
    height: fit-content !important;
  }
  .n-plate-text {
    font-size: 67px !important;
    line-height: 67px !important;
  }
  .mob-testimon {
    display: none !important;
  }

  .mobile-container-header .fixed-width {
    padding: 0 19px 0 28px;
  }

  .reversii {
    flex-direction: column-reverse;
    padding: 45px 18px 45px 18px !important;
  }

  .reversii .form-width-style {
    width: auto !important;
  }

  .number-plate-box {
    width: auto !important;
  }

  .number-plate-box .customise_your_plates_heading {
    margin: 0;
  }

  .payment-options {
     gap: 15px;
  }
  .number-plate-box h1 {
    text-align: left;
  }

  .f-plate {
    margin-top: 3px !important;
  }

  .n-plate {
    margin-top: -8px;
  }

  .n-plate-box {
    margin-top: 7px !important;
  }

  .form-box {
    /* width: fit-content; */
  }

  .form-box h3 {
    text-align: left;
  }

  form#builder {
    margin-top: 20px;
  }

  .builder-input-box {
    gap: 7px !important;
    margin: 0 !important;
  }

  .builder-input-box label {
    font-size: 14px;
  }

  .builder-input-box .select-arrow {
    padding: 10px 40px 10px 10px !important;
    height: 50px;
  }

  .builder-input-box input {
    padding: 16px 10px !important;
  }

  .np-style {
    /* padding: 20px 15px 15px !important;
    width: -webkit-fill-available; */
  }

  .buy-chnges {
    display: none !important;
  }

  .mobile-delivery {
    display: block;
  }

  .mobile-delivery .delivery-flex {
    gap: 13px !important;
  }

  .mobile-delivery .deliv-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: -webkit-fill-available;
  }

  .float-buy {
    display: block;
    position: fixed;
    width: -webkit-fill-available;
    z-index: 1000000;
    bottom: 0;
    left: 0;
    padding: 25px 16px 15px 17px;
    background: #ffff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    max-height: 0%;
    transition: all 0.7s linear;
  }

  .f-buy {
    max-height: 100%;
  }

  .pricing-box {
    padding: 0 !important;
    margin-bottom: 16px !important;
  }

  .float-buy .payment-options {
    margin: 0 !important;
    gap: 0 !important;
    justify-content: space-between !important;
  }

  .reverse-box {
    margin-top: 12px !important;
  }

  .arrow-circle-btn {
    position: absolute;
    background: #ffffff;
    padding: 14px 15px 12px;
    border-radius: 50%;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    border: none;
    outline: none;
  }

  .arrowup-circle {
    transform: rotate(180deg);
    transition: all 0.6s linear;
  }

  .downarrow {
    transform: rotate(0deg);
  }

  .button-style {
    width: auto !important;
  }

  /* .your_reg_whitebox[data-badge="plate_badge_cym"] .plate-text,
  .your_reg_whitebox[data-badge="plate_badge_cym"] .plate-text-overlay,
  .your_reg_yellowbox[data-badge="plate_badge_cym"] .plate-text,
  .your_reg_yellowbox[data-badge="plate_badge_cym"] .plate-text-overlay {
    left: calc(5% + 8px) !important;
    position: relative !important;
    top: -2px;
    font-size: 67px !important;
  } */

  /* .your_reg_whitebox[data-badge="plate_badge_uk"] .plate-text,
  .your_reg_whitebox[data-badge="plate_badge_uk"] .plate-text-overlay,
  .your_reg_yellowbox[data-badge="plate_badge_uk"] .plate-text,
  .your_reg_yellowbox[data-badge="plate_badge_uk"] .plate-text-overlay {
    left: calc(5% + 8px) !important;
    position: relative !important;
    top: -2px;
    font-size: 67px !important;
  } */

  /* .your_reg_whitebox[data-badge="plate_badge_sco"] .plate-text,
  .your_reg_whitebox[data-badge="plate_badge_sco"] .plate-text-overlay,
  .your_reg_yellowbox[data-badge="plate_badge_sco"] .plate-text,
  .your_reg_yellowbox[data-badge="plate_badge_sco"] .plate-text-overlay {
    left: calc(5% + 8px) !important;
    position: relative !important;
    top: -2px;
    font-size: 67px !important;
  } */

  /* .your_reg_whitebox[data-badge="plate_badge_eng"] .plate-text,
  .your_reg_whitebox[data-badge="plate_badge_eng"] .plate-text-overlay,
  .your_reg_yellowbox[data-badge="plate_badge_eng"] .plate-text,
  .your_reg_yellowbox[data-badge="plate_badge_eng"] .plate-text-overlay {
    left: calc(5% + 8px) !important;
    position: relative !important;
    top: -2px;
    font-size: 67px !important;
  } */

  /* .your_reg_whitebox[data-badge="plate_badge_gb"] .plate-text,
  .your_reg_whitebox[data-badge="plate_badge_gb"] .plate-text-overlay,
  .your_reg_yellowbox[data-badge="plate_badge_gb"] .plate-text,
  .your_reg_yellowbox[data-badge="plate_badge_gb"] .plate-text-overlay {
    left: calc(5% + 8px) !important;
    position: relative !important;
    top: -2px;
    font-size: 67px !important;
  } */

  /* border- stye  */

  /* .your_reg_whitebox[data-border="plate_border_red"] .plate-text,
  .your_reg_yellowbox[data-border="plate_border_red"] .plate-text {
    position: relative !important;
    top: -2px;
    font-size: 67px !important;
  } */

  /* .your_reg_whitebox[data-border="plate_border_black"] .plate-text,
  .your_reg_yellowbox[data-border="plate_border_black"] .plate-text {
    position: relative !important;
    top: -2px;
    font-size: 67px !important;
  } */

  /* .your_reg_whitebox[data-border="plate_border_green"] .plate-text,
  .your_reg_yellowbox[data-border="plate_border_green"] .plate-text {
    position: relative !important;
    top: -2px;
    font-size: 67px !important;
  } */

  /* .your_reg_whitebox[data-border="plate_border_blue"] .plate-text,
  .your_reg_yellowbox[data-border="plate_border_blue"] .plate-text {
    position: relative !important;
    top: -2px;
    font-size: 67px !important;
  } */

  /* border- stye  */

  .select-plate-badge {
    width: 30px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #0069c2;
    border-radius: 4px 0px 0px 4px;
  }

  /* cym */
  .select-plate-badge[data-badge="plate_badge_cym"] {
    background-image: url(/public/images/flag-cym.png);
  }

  /* .select-plate-badge[data-badge="plate_badge_cym"]::before {
        content: "CYM";
      } */

  /* uk */
  .select-plate-badge[data-badge="plate_badge_uk"] {
    background-image: url(/public/images/flag-uk.png);
  }

  /* .select-plate-badge[data-badge="plate_badge_uk"]::before {
        content: "UK";
      } */

  /* sco */
  .select-plate-badge[data-badge="plate_badge_sco"] {
    background-image: url(/public/images/flag-sco.png);
  }

  /* .select-plate-badge[data-badge="plate_badge_sco"]::before {
        content: "SCO";
      } */

  /* eng */
  .select-plate-badge[data-badge="plate_badge_eng"] {
    background-image: url(/public/images/flag-eng.png);
  }

  /* .select-plate-badge[data-badge="plate_badge_eng"]::before {
        content: "ENG";
      } */

  /* gb */
  .select-plate-badge[data-badge="plate_badge_gb"] {
    background-image: url(/public/images/flag-gb.png);
  }

  .flag-dropselect {
    /* padding-left: 23px; */
    border-radius: 4px;
    border: 1px solid rgba(56, 56, 56, 0.2);
    display: flex;
    max-height: 50px !important;
  }

  #select-opt-data-badge[data-badge="plate_badge_none"]
    .select-plate-badge[data-badge="plate_badge_none"] {
    display: none !important;
  }

  .flag-dropselect select {
    outline: none !important;
    border: none !important;
  }
  .crt-btn {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    height: 100%;
    width: 85%;
    padding: 12.2px 20px !important;
  }
  .crt-btn svg {
    position: absolute;
    left: 16.67px;
}
}

@media only screen and (max-width: 850px) {
  .main-logo {
    width: auto;
  }

  .new-header {
    gap: 40px;
  }

  .contact_content {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .contact_text {
    width: -webkit-fill-available;
  }

  .form_content {
    margin-top: 20px;
  }

  .form_content button {
    margin: 0 !important;
  }

  .info_changes {
    margin-top: 15px !important;
  }

  .info_changes ul {
    width: 70%;
  }

  .testimonial_head h2 {
    margin-bottom: 10px;
  }

  .ctc-section {
    /*        width: 60%;*/
  }

  .cta-para-style {
    /*        width: 67%;*/
  }

  .tesimonial_text {
    /*        width: 310px;*/
  }

  .cta-para-style {
    /*        width: 66%;*/
  }
  .contact_content {
    flex-direction: column;
  }

  .contact_text {
    width: auto;
  }

  .form_width {
    width: auto;
  }
}

/* @media only screen and (max-width:768px) and (min-width:500px) {
    .tesimonial_text {
        width: 360px !important;
    }
} */

@media only screen and (max-width: 767px) {
  .mobile_none {
    display: none;
  }

  .mobile-home a {
    justify-content: center;
  }

  .mobile-logo a {
    display: flex;
  }

  .desktop_none {
    display: block;
  }

  /*.home-hero {
        padding: 0px 0px 250px;
    }*/

  .info_changes ul {
    width: 80%;
  }

  .cart_bag a {
    width: 45px;
    height: 45px;
  }

  .cart_bag a img {
    height: 20px;
    width: 20px;
  }

  /* faqs responsive for md tab  */

  .faqs-flex {
    flex-direction: column;
    gap: 0px;
  }

  .left-faqs,
  .right-faqs {
    width: 100%;
  }

  .tesimonial_text {
    /*        width: 244px;*/
  }

  .testimonial_head h2 {
    margin-bottom: 10px;
  }

  .ctc-section {
    width: auto;
  }

  .testimonial_head h2 {
    margin-left: 0px;
  }

  .faqs-contact .cta-para-style {
    width: 47%;
  }

  .left-faqs .accordion-item:nth-child(4) {
    border-bottom: 1px solid rgba(56, 56, 56, 0.1);
  }

  .right-faqs .accordion-item:nth-child(1) .accordion-header {
    padding-top: 24px !important;
  }

  .artical-slider {
    flex-direction: column;
    gap: 29px;
  }
}

@media only screen and (max-width: 680px) {
  .flex-inline {
    column-gap: 15px;
    row-gap: 12px;
    flex-wrap: wrap;
    justify-content: unset;
  }
}

@media only screen and (max-width: 600px) {
  .flex-inline {
    row-gap: 0px;
  }

  .flex-inline a {
    font-size: 14px;
  }

  .pt {
    padding-top: 30px;
  }

  .faqs-flex.pt {
    padding-top: 19px;
  }

  .pb {
    padding-bottom: 30px;
  }

  .mobile-list-nav {
    margin-top: 25px;
  }

  .mb-20 {
    margin-bottom: 12px;
  }

  .mt {
    margin-top: 23px;
  }

  .accordion-header {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #383838;
  }

  .cta-para-style {
    /*        width: 70% !important;*/
  }

  .button-style {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    padding: 8.5px 20px;
  }

  .cart-btn-width {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }

  .client_review img {
    width: 17px;
    height: 16px;
  }

  .tesimonial_text {
    /*        width: 386px;*/
  }

  .p-top {
    padding-top: 40px;
  }

  .testimonial-padding {
    padding-top: 36px;
  }

  .faq-head {
    margin-bottom: 0px !important;
  }

  .accordion-header {
    padding: 17px 0px !important;
  }

  .accordion-header:first-child {
    padding-top: 0px !important;
  }

  .accordion-item:not(:last-child) {
    margin-bottom: 17px;
  }

  .left-faqs .accordion-item:last-child {
    border-bottom: 1px solid rgba(56, 56, 56, 0.1) !important;
  }

  .cta-pt {
    padding-top: 44px;
    padding-bottom: 60px;
  }

  .button-style {
    margin-top: 14px;
  }

  .faqs-contact .cta-para-style {
    width: 62%;
  }
}

@media only screen and (max-width: 575px) {
  .info_changes ul {
    width: auto;
  }
}

@media screen and (min-device-width: 499px) and (max-device-width: 1023px) {
  .deliv-item {
    width: 33%;
  }
  .on-hero-header {
      padding-top: 35px;
  }
  .on-box1-fr {
    position: unset;
  }

  .deliv-item .box2 h4 {
    text-align: center;
  }

  .on-box2-fr-heading,
  .on-box2-fr-para,
  .on-box1-se,
  .on-box2-se-heading,
  .on-box2-se-para,
  .on-box1-th,
  .on-box2-th,
  .on-box2-th-heading,
  .on-box2-th-para {
    position: unset;
  }

  .on-box2-se-para,
  .on-box2-fr-para,
  .on-box2-th-para {
    margin: 15px 0 0 0;
  }

  .TCp-RL {
    padding: 0 24px;
  }

  .padding-innerheader {
    padding: 0 39px;
  }
}

@media only screen and (max-width: 1024px) {
  .builder-mb-faqs .fixed-width {
  /*  padding-left: 0px;
    padding-right: 0px;*/
}
}

@media only screen and (max-width: 1023px) {
  .innerheader-logo a {
    justify-content: center;
  }

  .home-prl {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .margin-LT {
    margin-left: 0px;
    margin-top: 0px;
  }

  .np_wrap ul {
    gap: 28px;
  }

  .cta-para-style {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
  }

  .accordion-header {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #383838;
  }

  .mobile-container-header {
    padding-top: 14px;
    /*padding-left: 24px;
        padding-right: 18px;*/
    padding-bottom: 18px;
  }

  .menu-icon {
    position: relative;
    top: -1px;
  }

  .toggle {
    width: 18px;
    height: 15px;
    gap: 4px;
  }

  .bars {
    height: 2px;
  }

  .mobile-logo {
    width: 69%;
    text-align: center;
    position: relative;
    top: 3px;
  }

  .mobile-logo img {
    width: 205px;
    height: 14px;
  }

  .cart_bag {
    width: fit-content;
  }

  .cart_bag a {
    width: 34px;
    height: 34px;
  }

  .cart_bag a:before {
    width: 6px;
    height: 6px;
    right: 2px;
    top: 2px;
  }

  .cart_bag a img {
    height: 14px;
    width: 15px;
  }

  .hero-heading {
    color: #041226;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }

  .on-hero-para {
    margin-top: 15px;
  }

  .hero-para {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.6px;
    width: 87%;
    margin-left: 19px;
  }

  .on-hero-header {
/*    padding-top: 0;*/
  }

  .customize-plate-btn {
    margin-top: 23px;
    width: 246px;
    padding: 10px 50px 12px 50px;
  }

  .cust-btn {
    font-size: 16px;
  }

  .sparkles-1 {
    position: absolute;
    left: -73px;
    top: 3px;
  }

  .sparkles-2 {
    position: absolute;
    left: -60px;
    top: -12px;
  }

  .customize-plate-btn:after {
    width: 333px;
    height: 38px;
    border: 2px solid #fcdb87;
  }

  .review-container {
    margin-top: -3px;
  }

  .customer-review {
    font-size: 14px;
  }

  .RH-spacing {
    margin-top: -4px !important;
    margin-left: -8px !important;
  }

  .review_count-para {
    font-size: 14px;
  }

  .review_count span {
    font-size: 14px;
  }

  .home-hero {
    padding-bottom: 170px;
    /*        background-image: url(/homeimages/mb-home-hero-bg.png);*/
    background-size: cover;
  }

  .RCH-spacing p:first-child {
    margin-top: 7px;
    margin-left: -5px;
  }

  .para-day-style,
  .para-desc-style,
  .customer-name-style {
    font-size: 14px;
  }

  .para-day-style {
    left: -8px;
    top: 1px;
  }

  .tesimonial_text {
    height: 160px !important;
    gap: 5px;
    margin-right: 0 !important;
    margin-left: 24px !important;
    width: 255px !important;
    padding-left: 12px;
    padding-top: 14px;
    padding-right: 14.34px;
    padding-bottom: 10px;
  }

  .testimonial_box {
    padding-left: 44px;
  }

  .name {
    margin-top: 10px;
  }

  .review-bg {
    background: #0d0f01;
    padding-bottom: 15px;
  }

  .review-header {
    width: 100%;
    background: none;
    padding: 0px 0px 16px;
    margin: 0px;
  }

  .on_testimonial_box {
    margin-top: -15px;
  }

  .testimonial_content {
    padding-bottom: 39px;
  }

  .faqs-plate-review-container .testimonial_content {
    padding-bottom: 39px;
  }

  .m-reg-spacing,
  .rep-M-spacing {
    width: 80%;
    margin: auto;
    text-align: center;
  }

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

  .on-para-style {
    width: 91%;
    margin: 22px auto 0;
  }

  .on-para-style-se {
    width: 91%;
    margin: 20px auto 0;
    padding: 0;
  }

  .deliv-flex {
    flex-direction: row;
    gap: 15px;
    margin-left: 0;
  }

  /*.deliv-item {
        width: 33%;
        gap: 11px;
    }

    .del-item-mobile {
        position: relative;
        left: 38px;
        top: 1px;
    }

    .del-item-mobile img {
        width: 42.337px;
        height: 42.244px;
    }

    .del-item-mobile .on-box2-fr-heading {
        top: -1px;
        left: -18px;
    }

    .del-item-mobile .on-box2-fr-para {
        top: 3px;
        left: -40px;
    }

    .del-item-mobile .on-box1-fr {
        left: -4px;
        top: -3px;
    }

    .dlva-item-mobile .on-box1-se {
        left: 36px;
        top: -3px;
    }

    .dlva-item-mobile img {
        width: 38.103px;
        height: 44.454px;
    }

    .dlva-item-mobile .on-box2-se-heading {
        left: 4px;
        top: -1px;
    }

    .dlva-item-mobile .on-box2-se-para {
        left: 4px;
        margin-right: 24px;
        top: 2px;
    }

    .guarentee-item-mobile img {
        width: 47.418px;
        height: 44.031px;
    }

    .guarentee-item-mobile .on-box1-th {
        left: 26px;
        top: -9px;
    }

    .guarentee-item-mobile .on-box2-th-heading {
        top: -3px;
        left: 19px;
    }

    .on-box2-th-para {
        top: 2px;
        left: 8px;
        margin-right: 0px;
    }

    .deliv-item .box2 h4 {
        font-size: 16px !important;
    }*/

  .number-plate-section .pt-33 {
    padding-top: 0px;
    padding-bottom: 78px;
  }

  .on-faqs-container {
    padding-top: 39px;
  }

  .padding-RL {
    padding: 0px 24px !important;
  }

  .cta-home-pt {
    padding-top: 57px;
    padding-bottom: 46px;
  }

  .home-cta-mt {
    margin-top: 19px;
  }

  .artical-container .on-artical-conat {
    padding-top: 29px;
  }

  .button-style {
    width: auto;
  }

  .logo-container img {
    width: 206px;
    object-fit: cover;
  }

  .form_content {
    grid-template-columns: 1fr;
  }

  .col_span2 {
    grid-column: span 1;
  }

  .cta-para-style {
    width: 58%;
  }

  .tesimonial_text {
    width: 255px !important;
    padding-left: 12px;
    padding-top: 14px;
    padding-right: 14.34px;
    padding-bottom: 10px;
  }

  .padding-home-rl {
    padding-left: 8px;
    padding-right: 0px;
  }

  .num-flex {
    flex-direction: column;
    gap: 46px;
  }

  .left-side p,
  .right-side p {
    text-align: center;
  }

  .left-side,
  .right-side {
    width: 100%;
  }

  .on-custom-heading {
    padding-top: 23px;
  }

  /*.deliv-flex {
        flex-direction: row;
        gap: 0px;
    }*/

  .deliv-item {
    flex-direction: column;
    align-items: center;
  }

  .artical-container .pt-83 {
    padding: 0px 20px !important;
  }

  .artical-item h4 {
    font-size: 16px;
    line-height: 22.4px;
    position: relative;
    left: -4px;
  }

  .on-artical-item-se img {
    left: -4px;
    position: relative;
    top: 2px;
  }

  .on-artical-item-se h4 {
    top: 4px;
  }

  .artical-sider-rating {
    height: 146px;
  }

  .artical-content.mt-20 {
    margin-top: 15px;
  }

  .on-artical-para-fr {
    top: 3px;
  }

  .on-artical-content-heading-se {
    left: -2px !important;
    top: 11px;
  }

  .on-artical-para-se {
    top: 4px;
    left: -2px;
  }

  .on-artical-para-th {
    top: 2px;
    left: -4px;
  }

  .on-artical-conat {
    padding-bottom: 38px;
  }

  .artical-sectionA p {
    left: 0px;
    top: 3px;
  }

  .artical-sectionA h4 {
    top: 10px;
    left: 0px;
  }

  .artical-sectionA-img {
    position: relative;
    top: 4px;
  }

  .on-artical-item img {
    top: 4px;
    position: relative;
    left: -2px;
  }

  .footer-rl {
    padding: 0 21px !important;
  }

  .n-plate-text {
    font-size: 115px !important;
  }

  .desktop-list-nav {
    position: relative;
    top: -5px;
  }

  .flex-inline {
    width: 72.8%;
  }

  .logo-container img {
    position: relative;
    top: -2px;
  }

  .footer-links {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  .footer-padding-tb {
    padding-top: 34px;
    padding-bottom: 35px;
  }

  .desc-mt {
    margin-top: 26px;
  }

  .on-gr-a {
    display: none;
  }

  .artical-header .d-flex {
    justify-content: center;
    text-align: center;
  }

  .mobile-list-nav {
    margin-top: 28px;
  }

  .logo-container {
    width: 66%;
  }

  .social-icons {
    width: 33%;
  }

  .pos-r {
    left: 1px;
    top: 3px;
  }

  .for-gap {
    padding-top: 25px;
  }

  .para-style {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-button-style {
    width: 388px;
  }
}

@media only screen and (max-width: 500px) {
  .flex-inline {
    column-gap: 39px;
  }

  .CRL-padding {
    padding: 44px 18px 50px 16px !important;
  }

  .home-header-padding {
    padding: 0 39px 0 44px;
  }

  .mobile-home a {
    justify-content: end;
    position: relative;
    top: -2px;
  }

  .email-label input {
    margin-bottom: 0px !important;
  }

  #subject-input {
    margin-bottom: 8px !important;
  }

  .padding-innerheader {
    padding: 0 36px 0 46px !important;
  }

  .innerheader-logo a {
    justify-content: end;
    position: relative;
    top: -2px;
  }

  .mobile-logo {
    width: 69%;
    text-align: right;
    position: relative;
    top: 3px;
  }

  .on-hero-header {
    padding-top: 6px;
  }

  .cart_bag, .login-icon {
    width: 15%;
    min-width: 34px;
  }
  .login-icon {
	padding-left: 5px;
  }

  .home-hero {
    padding-bottom: 300px;
    background-image: url(/homeimages/mb-home-hero-bg.png);
    background-size: cover;
  }

  .fixed-width {
    width: auto;
    max-width: 393px;
  }

  .client_review {
    gap: 5.93px;
    position: relative;
    top: -3px;
    left: -1px;
  }

  .faqs-page-container .cnp_container {
    width: auto;
    max-width: 390px;
  }

  .faqs-contact .cta-para-style {
    width: 86%;
  }

  /*.artical-slider {
        flex-direction: column;
        gap: 29px;
    }*/

  .faqs-contact .cta-mt {
    margin-top: 19px !important;
  }

  .faqs-contact {
    padding-left: 24px;
    padding-right: 21px;
  }

  .faqs-page .pt {
    padding-top: 30px;
  }

  .deliv-flex {
    flex-direction: row;
    gap: 4px;
  }

  .deliv-item {
    width: 33%;
    gap: 11px;
    align-items: flex-start;
  }

  .del-item-mobile {
    position: relative;
    left: 38px;
    top: 1px;
  }

  .del-item-mobile img {
    width: 42.337px;
    height: 42.244px;
  }

  .del-item-mobile .on-box2-fr-heading {
    top: -1px;
    left: -18px;
  }

  .del-item-mobile .on-box2-fr-para {
    top: 3px;
    left: -40px;
  }

  .del-item-mobile .on-box1-fr {
    left: -4px;
    top: -3px;
  }

  .dlva-item-mobile .on-box1-se {
    left: 36px;
    top: -3px;
  }

  .dlva-item-mobile img {
    width: 38.103px;
    height: 44.454px;
  }

  .dlva-item-mobile .on-box2-se-heading {
    left: 4px;
    top: -1px;
  }

  .dlva-item-mobile .on-box2-se-para {
    left: 4px;
    margin-right: 24px;
    top: 2px;
  }

  .guarentee-item-mobile img {
    width: 47.418px;
    height: 44.031px;
  }

  .guarentee-item-mobile .on-box1-th {
    left: 26px;
    top: -9px;
  }

  .guarentee-item-mobile .on-box2-th-heading {
    top: -3px;
    left: 19px;
  }

  .on-box2-th-para {
    top: 2px;
    left: 8px;
    margin-right: 0px;
  }

  .deliv-item .box2 h4 {
    font-size: 16px !important;
  }

  .home-hero {
    padding-bottom: 154px;
    background-image: url(/homeimages/mb-home-hero-bg.png);
    background-size: contain;
  }

  .review-container {
    margin-top: -2px;
  }

  .heading-style-28 {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .heading-style {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: center;
  }

  .faqs-page-container .testimonial_box {
    padding-left: 57px;
  }

  .faqs-page-container .tesimonial_text {
    margin: 0px 0px 0px 9px !important;
  }

  .mobile-container-header {
    padding-top: 14px;
    /*padding-left: 24px;
        padding-right: 18px;*/
    padding-bottom: 12px;
  }

  .faqs-page-container .heading-style {
    position: relative;
    left: 4.5px;
    top: -1px;
  }

  .faqs-page-container .padding-RL {
    padding: 0px 28px;
  }

  .faqs-page-container .accordion-header {
    padding: 5px 0px 0px !important;
  }

  .faqs-page-container .accordion-header:first-child {
    padding-top: 0px !important;
  }

  .faqs-page-container .faqs-page .para-style {
    padding-top: 4px;
    width: 93%;
  }

  .accordion-header .faq-icon {
    position: relative;
    top: -10px;
    left: 9.5px;
  }

  .accordion-header.active span {
    position: relative;
    top: -6px;
    left: 9.5px;
  }

  .accordion-content p {
    padding-bottom: 2px;
  }

  .faqs-page-container .accordion-item:not(:last-child) {
    padding-bottom: 17px;
  }

  .faqs-plate-review-container .review_text {
    position: relative;
    left: 3.5px;
  }

  .faqs-plate-review-container .review_count-para {
    position: relative;
    left: 3px;
  }

  .faqs-plate-review-container .review_count img {
    position: relative;
    top: 3.6px;
    left: 8px;
  }

  .left-faqs .accordion-item:nth-child(4) {
    padding-bottom: 17px !important;
  }

  .testimonial_content {
    padding-bottom: 18px;
  }

  .faq-button-style {
    padding: 9.5px 20px 8px 20px;
    width: auto;
  }

  .tesimonial_text {
    margin-left: 9px !important;
  }

  .TCp-RL {
    padding: 0 31px;
  }

  .builder-main-head .cnp_container {
    max-width: 390px !important;
    margin: auto;
  }

  .blue_form_box {
    padding: 20px 5px 76px 5px !important;
  }

  .number-plate-box {
    padding-left: 6px;
  }

  .n-plate-box {
    height: 75.05px !important;
    border-radius: 4.52px;
    margin-top: 3px !important;
    margin-bottom: 0px !important;
  }

  .f-plate .para-style {
    font-size: 13px !important;
  }

  .n-plate, .f-plate {
    margin-top: 4px !important;
    /* height: 75.05px !important; */
    /* border-radius: 4.52px; */
    max-width: 90%;
    margin: 0 auto;
  }

  .your_reg_yellowbox {
    margin-top: 6px !important;
  }

  .reversii .form-width-style {
    padding-top: 14.8px;
    padding-left: 6px;
  }

  form#builder {
    margin-top: 20px !important;
  }

  .builder-input-box {
    gap: 5px !important;
    margin: 0 !important;
  }

  /* #form_img .heading-style {
          padding-left: 0.5px;
      }

      .builder-input-box label {
          padding-left: 0.5px;
      } */
  .n-plate-text {
    font-size: 65px !important;
    line-height: 65px !important;
  }

  .f-plate-text {
    font-size: 65px !important;
    line-height: 65px !important;
  }

  .plate-border {
    bottom: 4px !important;
    left: 5px !important;
    right: 5px !important;
  }

  .panel-thin .step {
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    width: 25px;
  }

  .builder-input-box input::placeholder {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #383838;
    opacity: 45%;
  }

  .builder-input-box input {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #383838;
    padding: 10px !important;
  }

  .builder-input-flex {
    gap: 20px !important;
  }

  .builder-input-box .select-arrow {
    padding: 10px !important;
    font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #383838;
  }

  .selector.select-arrow option {
    font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #383838;
  }

  .drop-select span {
    position: absolute;
    right: 9px;
    top: 54%;
  }

  #rear_size {
    padding: 16px 10px 14px 10px !important;
  }

  .rear-svg-down {
    top: 44% !important;
  }

  .np-style {
    /* padding: 19px 14px 7px !important; */
  }

  .builder-input-box .space-bt {
    gap: 7px !important;
    justify-content: space-between !important;
  }

  .space-bt {
    width: 100%;
  }

  .space-bt .np-style:first-child {
    width: calc(50% + 1px);
  }

  .space-bt .np-style:last-child {
    width: calc(50% - 1px);
    max-width: 144px;
  }

  .plate-desc {
    height: 60px;
  }

  .your_reg_whitebox[data-badge="plate_badge_cym"] .plate-text,
  .your_reg_whitebox[data-badge="plate_badge_cym"] .plate-text-overlay,
  .your_reg_yellowbox[data-badge="plate_badge_cym"] .plate-text,
  .your_reg_yellowbox[data-badge="plate_badge_cym"] .plate-text-overlay {
    position: relative !important;
    top: -2px;
    font-size: 67px !important;
  }

  .your_reg_whitebox[data-badge="plate_badge_uk"] .plate-text,
  .your_reg_whitebox[data-badge="plate_badge_uk"] .plate-text-overlay,
  .your_reg_yellowbox[data-badge="plate_badge_uk"] .plate-text,
  .your_reg_yellowbox[data-badge="plate_badge_uk"] .plate-text-overlay {
    position: relative !important;
    top: -2px;
    font-size: 67px !important;
  }

  .your_reg_whitebox[data-badge="plate_badge_sco"] .plate-text,
  .your_reg_whitebox[data-badge="plate_badge_sco"] .plate-text-overlay,
  .your_reg_yellowbox[data-badge="plate_badge_sco"] .plate-text,
  .your_reg_yellowbox[data-badge="plate_badge_sco"] .plate-text-overlay {
    position: relative !important;
    top: -2px;
    font-size: 67px !important;
  }

  .your_reg_whitebox[data-badge="plate_badge_eng"] .plate-text,
  .your_reg_whitebox[data-badge="plate_badge_eng"] .plate-text-overlay,
  .your_reg_yellowbox[data-badge="plate_badge_eng"] .plate-text,
  .your_reg_yellowbox[data-badge="plate_badge_eng"] .plate-text-overlay {
    position: relative !important;
    top: -2px;
    font-size: 67px !important;
  }

  .your_reg_whitebox[data-badge="plate_badge_gb"] .plate-text,
  .your_reg_whitebox[data-badge="plate_badge_gb"] .plate-text-overlay,
  .your_reg_yellowbox[data-badge="plate_badge_gb"] .plate-text,
  .your_reg_yellowbox[data-badge="plate_badge_gb"] .plate-text-overlay {
    position: relative !important;
    top: -2px;
    font-size: 67px !important;
  }

  .space-bt .np-style:first-child .para-style {
    position: relative;
    top: 8px;
    left: -1.5px;
  }

  .space-bt .np-style:last-child .para-style {
    position: relative;
    left: 0px;
    top: 8px;
  }

  .flag-dropselect {
    /* padding-left: 23px; */
    border-radius: 4px;
    border: 1px solid rgba(56, 56, 56, 0.2);
    display: flex;
    max-height: 50px !important;
  }

  .flag-dropselect select {
    outline: none !important;
    border: none !important;
  }

  .select-plate-badge {
    width: 23px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #0069c2;
    border-radius: 4px 0px 0px 4px;
  }

  /* cym */
  .select-plate-badge[data-badge="plate_badge_cym"] {
    background-image: url(/public/images/flag-cym.png);
  }

  /* .select-plate-badge[data-badge="plate_badge_cym"]::before {
    content: "CYM";
  } */

  /* uk */
  .select-plate-badge[data-badge="plate_badge_uk"] {
    background-image: url(/public/images/flag-uk.png);
  }

  /* .select-plate-badge[data-badge="plate_badge_uk"]::before {
    content: "UK";
  } */

  /* sco */
  .select-plate-badge[data-badge="plate_badge_sco"] {
    background-image: url(/public/images/flag-sco.png);
  }

  /* .select-plate-badge[data-badge="plate_badge_sco"]::before {
    content: "SCO";
  } */

  /* eng */
  .select-plate-badge[data-badge="plate_badge_eng"] {
    background-image: url(/public/images/flag-eng.png);
  }

  /* .select-plate-badge[data-badge="plate_badge_eng"]::before {
    content: "ENG";
  } */

  /* gb */
  .select-plate-badge[data-badge="plate_badge_gb"] {
    background-image: url(/public/images/flag-gb.png);
  }

  /* .select-plate-badge[data-badge="plate_badge_gb"]::before {
    content: "GB";
  } */

  .builder-input-flex .builder-input-box:nth-child(1) {
    gap: 5.5px !important;
    margin: 0 !important;
  }

  #select-opt-data-badge[data-badge="plate_badge_none"]
    .select-plate-badge[data-badge="plate_badge_none"] {
    display: none !important;
  }

  .space-bt-mn input {
    width: 22px;
    height: 22px;
  }

  .space-bt-mn {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
  }

  .flag-select-icon {
    position: absolute;
    right: 9px;
    top: 42%;
  }

  .border-input-tags {
    position: relative;
    top: -1px;
  }

  .border-input-tags input {
    top: -3px;
  }

  .electic-vec-options {
    position: relative;
    top: -4px;
  }

  .fixing-checkbox {
    margin-top: 0px !important;
    position: relative;
    top: -4px;
  }

  .position-terms {
    position: relative;
    top: -4.5px;
  }

  .position-terms .para-style {
    position: relative;
    top: 1px;
    margin-left: 15px;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px !important;
    letter-spacing: 0em;
    text-align: left;
  }

  .builder-main-head .mobile-delivery {
    padding-top: 40px;
  }

  .builder-main-head .mobile-delivery .box1 img {
    width: 42.34px;
    height: 42.24px;
  }

  .builder-main-head .mobile-delivery .box2 img {
    width: 38.1px;
    height: 44.45px;
  }

  .builder-main-head .mobile-delivery .box3 img {
    width: 47.42px;
    height: 44.03px;
  }

  .builder-main-head .mobile-delivery img {
    object-fit: contain !important;
  }

  .builder-main-head .mobile-delivery .deliv-item {
    width: 100%;
  }

  .builder-main-head .mobile-delivery .delivery-flex {
    justify-content: space-between;
  }

  .flag-select-icon {
    position: absolute;
    right: 8px !important;
    top: 30% !important;
  }

  #select-opt-data-badge #badge {
    max-height: 48px;
    height: 48px !important;
  }

  .border-input-tags .drop-select {
    position: relative;
    top: -2px;
  }

  .border-input-tags .drop-select span,
  .electic-vec-options .drop-select span {
    position: absolute;
    right: 9px !important;
    top: 43% !important;
  }

  #select-opt-data-badge .select-arrow,
  .border-input-tags .select-arrow,
  .electic-vec-options .select-arrow {
    padding-top: 14px !important;
  }

  .electic-vec-options label {
    position: relative;
    top: 1px;
  }

  .electic-vec-options .select-arrow {
    position: relative;
    top: 1px;
  }

  .position-terms img {
    position: relative;
    top: 1px;
  }

  .fixing-checkbox .para-style,
  .fixing-checkbox .space-bt-mn .para-style {
    position: relative;
    top: 0.5px;
  }

  .builder-main-head .mobile-delivery {
    padding-top: 44px;
    margin-left: 0px !important;
    padding-right: 1px;
    padding-left: 7px;
  }

  .builder-main-head
    .mobile-delivery
    .delivery-flex
    .deliv-item:nth-child(1)
    .box1
    img {
    width: 42.34px;
    height: 42.24px;
    object-fit: cover !important;
    position: relative;
    left: -2px;
  }

  .builder-main-head
    .mobile-delivery
    .delivery-flex
    .deliv-item:nth-child(2)
    .box1
    img {
    width: 38.1px;
    height: 44.45px;
    object-fit: conatin;
  }

  .builder-main-head
    .mobile-delivery
    .delivery-flex
    .deliv-item:nth-child(2)
    .box2
    h4 {
    position: relative;
    top: -2px;
    /* left: 14px; */
  }

  .builder-main-head
    .mobile-delivery
    .delivery-flex
    .deliv-item:nth-child(1)
    .box2
    h4 {
    position: relative;
    top: -1px;
    /* left: 14px; */
  }

  .builder-main-head
    .mobile-delivery
    .delivery-flex
    .deliv-item:nth-child(3)
    .box1
    img {
    width: 47.42px;
    height: 44.03px;
    object-fit: conatin;
  }

  .builder-main-head .mobile-delivery .delivery-flex .deliv-item:nth-child(3) {
    position: relative;
    top: -6px;
    left: -1px;
  }

  .builder-main-head
    .mobile-delivery
    .delivery-flex
    .deliv-item:nth-child(1)
    .box2
    .para-style {
    margin-top: 15px;
    /* left: 14px; */
  }

  .builder-main-head
    .mobile-delivery
    .delivery-flex
    .deliv-item:nth-child(2)
    .box2
    .para-style {
    margin-top: 15px;
    /* left: 14px; */
  }

  .plate-review-container {
    /*display: none !important; */
  }

  .builder-mb-faqs-obverlay {
    display: block !important;
  }

  .builder-mb-faqs {
    padding-top: 39px !important;
  }

  .builder-mb-faqs .faqs-flex {
    padding-top: 10px !important;
  }

  .et-cart-section {
    padding: 0px 18px;
  }

  .button-style {
    padding: 8.5px 20px !important;
  }

  .contact_text h2 {
    text-align: left;
  }

  .form_width h2 {
    text-align: left;
    font-size: 18px;
    margin-left: 1px;
  }

  .info_changes {
    margin-left: 0 !important;
    margin-top: 14px !important;
  }

  .info_changes ul {
    gap: 9px;
  }

  .CRL-padding {
    /*				padding: 44px 18px 50px 16px;*/
  }

  .contact_content {
    gap: 34px;
  }

  .ne_ms-box {
    gap: 10px;
    flex-direction: column;
  }

  .n_e-box .contact_fields {
    margin-bottom: 10px;
  }

  .n_e-box .contact_fields:first-child {
    margin: 0;
  }

  .n_e-box .contact_fields:first-child label {
    margin-bottom: 5px !important;
  }

  .n_e-box .contact_fields:last-child label {
    margin-bottom: 5px !important;
  }

  .form_content .contact_fields label {
    margin-bottom: 5px !important;
  }

  .n_e-box .contact_fields input {
    padding: 13px 9px 14px !important;
  }

  .c-form_content {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 400px) {
  .faqs-plate-review-container .testimonial_box {
    padding-left: 28px;
  }

  .space-bt .np-style:last-child {
      max-width: 134px;
  }


  .faqs-page-container .cnp_container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .TCp-RL.mtb60 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .padding-innerheader {
    padding-left: 28px !important;
    padding-right: 18px !important;
  }

  .footer-rl {
    padding-left: 4px !important;
    padding-right: 1.29px !important;
  }

  .mobile-container-header .home-header-padding {
    padding-left: 28px !important;
    padding-right: 22px !important;
  }

  .number-plate-section .fixed-width {
    padding-left: 0px;
    padding-right: 0px;
  }

  .on-faqs-container .fixed-width {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .cta-para-style {
    width: 92%;
  }

  .on-artical-conat,
  .conatct-pg-main .fixed-width {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 370px) {
  .customize-plate-btn {
    width: -webkit-fill-available;
  }
  .customize-plate-btn:after {
    width: 96%;
  }

  .space-bt .np-style:last-child {
    max-width: 127px;
  }
}

.address-suggestions {
  margin-left: 10px;
}

.address-suggestions li {
   min-height: 20px;
  border-bottom: solid #CCC 1px;
  font-size: 16px;
  font-family: Plus Jakarta Sans;
  padding-top: 5px;
  cursor: pointer;
}
