.services-list {
  /* display: flex; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1*var(--bs-gutter-y));
  margin-right: calc(-.5*var(--bs-gutter-x));
  margin-left: calc(-.5*var(--bs-gutter-x));
}

.services-list > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  margin-top: var(--bs-gutter-y);
}

.grid-3 {

    width: 33%;
    flex: 0 0 auto;
    position: relative;

}

.image img {

    width: 100%;

}



.vehicle-service-list {

  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1*var(--bs-gutter-y));

}
.vehicle-service-list > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  margin-top: var(--bs-gutter-y);
}

.grid-4 {

    width: 25%;

    flex: 0 0 auto;


}

.image img {

    width: 100%;

}

/*************************************/

.default-services-ajax {

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  /* font-family: Arial, Helvetica, sans-serif; */

}

.default-services-ajax * {

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

}
/*

.default-services-ajax .eachThumb {

  -webkit-box-flex: 0;

  max-width: calc(85% / 3);

  -ms-flex: 0 0 calc(85% / 3);

  flex: 0 0 calc(85% / 3);

  padding: 0 2px;

  margin-bottom: 30px;

}
*/

.default-services-ajax .eachThumb a {

  display: block;

  position: relative;

  -webkit-transition: all ease-in-out 300ms;

  -moz-transition: all ease-in-out 300ms;

  transition: all ease-in-out 300ms;

}

.default-services-ajax .eachThumb a.active {

  -webkit-transform: translateY(15px);

  -moz-transform: translateY(15px);

  transform: translateY(15px);

}

.default-services-ajax .eachThumb img {

  width: 100%;

  display: block;


  object-fit: cover;

}



.default-services-ajax .eachThumb_details {

  -webkit-box-flex: 0;

  -ms-flex: 0 0 100%;

  flex: 0 0 100%;

  max-width: 100%;

  padding: 0px 0 35px;

  /*-webkit-box-shadow: 0px -50px 22px -47px rgba(0, 0, 0, 0.4);*/

  /*box-shadow: 0px -50px 22px -47px rgba(0, 0, 0, 0.4), 0px 50px 22px -47px rgba(0, 0, 0, 0.4);*/

  display: none;

  position: relative;

}

.default-services-ajax .eachThumb_details.show {

  display: block;

}



.default-services-ajax .as_close_details {

  position: absolute;

  top: 0;

  right: 0;

  width: 24px;

  height: 24px;

  cursor: pointer;

}

.default-services-ajax .as_close_details::after, .default-services-ajax .as_close_details::before {

  content: "";

  width: 24px;

  height: 1px;

  background: #b4b4b4;

  position: absolute;

  top: 14px;

}

.default-services-ajax .as_close_details::before {

  left: 0;

  transform: rotate(45deg);

}

.default-services-ajax .as_close_details::after {

  right: 0;

  transform: rotate(-45deg);

}



@media (max-width: 767px){

  .default-services-ajax .eachThumb{

    -webkit-box-flex: 0;

    max-width: calc(100% / 2);

    -ms-flex: 0 0 calc(100% / 2);

    flex: 0 0 calc(100% / 2);

    padding: 0 2px;

    margin-bottom: 30px; 

  }

  .default-services-ajax .eachThumb img {

      height: 100px;

  }

}

/*# sourceMappingURL=app.css.map */

@media screen and (max-width:991px) {}
.custom-container {
  gap: var(--gap);
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.headsearchbar {
  background-image: url(/wp-content/uploads/2024/02/banner.webp);
  background-repeat: no-repeat;
  min-height: 600px;
  background-size: cover;
  display: flex;
  align-items: center;
}
.banner-content {
  width: 770px;
  margin: 0 auto;
  text-align: center;
  padding-top: 80px;
}
.banner-content p {
  font-family: "LiberationSans-Regular", Sans-serif;
  font-size: 32px;
  color: #fff;
  margin-bottom: 30px;
  display: inline-block;
  text-transform: capitalize;
}
.banner-content h4 {
  font-family: "LiberationSans-Regular", Sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 50px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.banner-input {
  width: 380px;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px;
  margin-top: 50px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  /* flex-direction: column; */
  gap: 5px;
}
.vehicle_uk_plate {
  height: 64px;
  color: #fff;
  /* font-weight: 900; */
  /* font-size: 15px; */
  font-family: Avenir Next,sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 8px 5px;
  border-radius: 0;
  background: #1E1E1E;
  border: 1px solid #1E1E1E;
}
.country_code {
  display: flex;
}
.input_ico {
  display: flex;
}
.country_code span {
  font-family: "LiberationSans-Regular", Sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

#YourReg {
  border: 1px solid #1E1E1E;
  border-radius: 0px;
  font-size: 32px;
  color: #1E1E1E;
  height: auto;
  font-family: "LiberationSans-Regular", Sans-serif;
  font-weight: 700;
}

input#YourReg::placeholder{
  color: #1E1E1E !important;
  opacity: 1; /* Firefox */
}

input.field-common::placeholder {
  color: #A8A8A8 !important;
  opacity: 1; /* Firefox */
}
input#form-field-name::placeholder {
  opacity: 1; /* Firefox */
}

input#form-field-email::placeholder {
  opacity: 1; /* Firefox */
}

textarea.unit11uk_address::placeholder {
  color: #A8A8A8 !important;
  opacity: 1; /* Firefox */
}

#YourReg-btn {
  background-color: #66FCF1;
  color: #1E1E1E;
  font-size: 20px;
  border-radius: 0px;
  font-family: "LiberationSans-Regular", Sans-serif;
  padding: 16px 50px;
  margin-top: 50px;
}
#car-detail {
  background-color: #000000;
  padding: 100px 0px 0px;
 
}
.your_car_details h2 {
  background-color: #66FCF1;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  /* width: 100%; */
  font-size: 14px;
  font-family: "LiberationSans-Regular", Sans-serif;
  padding: 9px 20px;
  font-weight: 700;
}
.your_car_details {
  text-align: center;
}
.your_car_details ul {
  display: flex;
  justify-content: space-between;
}
.your_car_details ul li {
  text-align: center;
  font-family: "LiberationSans-Regular", Sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  list-style: none;
  position: relative;
}
.your_car_details ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  margin-top: 80px;
}
#confirm-car-to-load {
  background-color: #66FCF1;
  color: #1E1E1E;
  font-size: 20px;
  border-radius: 0px;
  font-family: "LiberationSans-Regular", Sans-serif;
  padding: 16px 50px;
  /* margin-top: 50px; */
  text-decoration: none;
  font-weight: 400;
}
.your_car_details ul li strong {
  font-weight: 400;
  margin-right: 8px;
}
.your_car_details ul li::before {
  position: absolute;
  content: '';
  width: 1px;
  background-color: #3D3D3D;
  height: 76px;
  right: -33px;
  top: -20px;
}
.your_car_details ul li:nth-last-child(1):before {
 display: none;
}
.your_car_details ul li:nth-last-child(2):before {
 display: none;
}
.your_car_details {
  text-align: center;
  padding-bottom: 100px;
  border-bottom: 1px solid #3D3D3D;
}
.uk-auto_service-builder {
  padding: 100px 0px;
  background-color: #000000;
}
.services-title h3 {
  background-color: #66FCF1;
  text-align: center;
  display: inline-block;
  /* width: 100%; */
  font-size: 14px;
  font-family: "LiberationSans-Regular", Sans-serif;
  padding: 9px 20px;
  font-weight: 700;
}
.services-title h2 {
  color: #fff;
  font-family: "LiberationSans-Regular", Sans-serif;
  font-size: 27px;
  margin: 30px 0px 20px;
  line-height: 30px;
}
.services-title p {
  font-family: "LiberationSans-Regular", Sans-serif;
  font-size: 19px;
  color: #D7D7D7;
  font-weight: 400;
  line-height: 25px;
}




/*
.services-list input[type="radio"] {
  display: none;
}

.services-list label {
  cursor: pointer;
  position: relative;
}

.services-list label::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: -5rem;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.services-list label::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: red;
  border: 2px solid red;
  border-radius: 50%;
  top: 50%;
  left: -5rem;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}


.services-list input[type="radio"]:checked + label::after
{
  transform: translateY(-50%) scale(0.55);
}
*/

.services-list label{
  position: relative;
}

.services-list label input[type="radio"] {
  box-shadow: 0px 0px 0px 2px #fff;
  font-size: 3em;
  width: 30px;
  height: 30px;
  margin-right: 0;
  /* border: 6px solid #fff; */
  background-clip: border-box;
  border-radius: 50%;
  appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;
  position: absolute;
  z-index: 1;
  top: 28px;
  left: 10px;
  background-color: #000;
}

.services-list label input[type="radio"]:checked {
  box-shadow: 0px 0px 0px 2px #66FCF1;
  background-color: #66FCF1;
}

.services-list label input[type="radio"]:checked:before {
  background-image: url(/wp-content/uploads/2024/02/Vector.svg);
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 21px;
  height: 16px;
  top: 20%;

}
.image {
  overflow: hidden;
   transition: 0.3s;
}
.image img
{
  transition: 0.3s;
}

.services-list label:hover .image img{
  transform: scale(1.1);
}
.services-list {
  margin-top: 60px;
}
.services-list .meta-data {
  padding: 25px 15px;
  background-color: #121212;
  margin-bottom: 20px;
}
.services-list .meta-data h2 {
  font-family: "LiberationSans-Regular", Sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.services-list .meta-data p {
  font-family: "LiberationSans-Regular", Sans-serif;
  font-size: 19px;
  color: #D7D7D7;
  font-weight: 400;
  line-height: 25px;
}

.review-main {
  display: flex;
  margin-bottom: 9px;
}
.review-main .review-star-style {
  margin: 0;
  padding: 0;
  display: flex;
}
.review-main .review-star-style li{
  list-style: none;
}
.review-main .review-title {
  color: #D7D7D7;
  font-size: 14px;
  font-family: "LiberationSans-Regular", Sans-serif;
  padding-right: 10px;
}
.review-main .review-star-style li img {
  width: 15px;
}
.review-main .review-title img {
  margin-right: 5px;
}

.services-list .vehicle-service-list .meta-data h2 {
  font-family: "LiberationSans-Regular", Sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  min-height: 60px;
}
.services-list .vehicle-service-list .meta-data h4 {
  color: #D7D7D7;
  font-family: "LiberationSans-Regular", Sans-serif;
  font-weight: 400;
  font-size: 17px;
}
.services-extra-options {
  padding: 100px 0px;
  border-top: 1px solid #3D3D3D;
}
.services-extra-options-label h3 {
  background-color: #66FCF1;
  text-align: center;
  display: inline-block;
  /* width: 100%; */
  font-size: 14px;
  font-family: "LiberationSans-Regular", Sans-serif;
  padding: 9px 20px;
  font-weight: 700;
}
.services-extra-options-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.extra-options-value {
  padding: 50px 0px 50px;
  border-bottom: 1px solid #3D3D3D;
}
.services-extra-options-top p {
  color: #fff;
  font-family: "LiberationSans-Regular", Sans-serif;
  font-size: 27px;
  margin-bottom: 0px;
  font-weight: 700;
}
.paint_cost {
  color: #fff;
  font-family: "LiberationSans-Regular", Sans-serif;
  font-size: 27px;
  margin-bottom: 0px;
  font-weight: 400;
  margin-top: 29px;
}
.services-extra-options-top label {
  width: 100px;
  display: inline-block;
  color: #fff;
  font-family: "LiberationSans-Regular", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #2C2C2C;
  margin: 0px 5px;
  padding: 17px;
  padding-left: 46px;
}


.services-extra-options-top label{
  position: relative;
}

.services-extra-options-top label input[type="radio"] {
  box-shadow: 0px 0px 0px 2px #fff;
  font-size: 3em;
  width: 20px;
  height: 20px;
  margin-right: 0;
  /* border: 6px solid #fff; */
  background-clip: border-box;
  border-radius: 50%;
  appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;
  position: absolute;
  z-index: 1;
  top: 17px;
  left: 17px;
  background-color: #000;
}

.services-extra-options-top label input[type="radio"]:checked {
  box-shadow: 0px 0px 0px 2px #fff;
  background-color: #66FCF1;
}

.services-form h3 {
  background-color: #66FCF1;
  text-align: center;
  display: inline-block;
  /* width: 100%; */
  font-size: 14px;
  font-family: "LiberationSans-Regular", Sans-serif;
  padding: 9px 20px;
  font-weight: 700;
}
.services-form h2 {
  color: #fff;
  font-family: "LiberationSans-Regular", Sans-serif;
  font-size: 27px;
  margin: 30px 0px 20px;
  line-height: 30px;
}
.services-form p {
  font-family: "LiberationSans-Regular", Sans-serif;
  font-size: 19px;
  color: #D7D7D7;
  font-weight: 400;
  line-height: 25px;
}
.services-form .form label {
  color: #fff;
  font-family: "LiberationSans-Regular", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  /* display: block; */
  /* margin-bottom: 10px; */
}



.row1 {
  /* display: flex; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1*var(--bs-gutter-y));
  margin-right: calc(-.5*var(--bs-gutter-x));
  margin-left: calc(-.5*var(--bs-gutter-x));
}
.row1 > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  margin-top: var(--bs-gutter-y);
}
.row1 label {

    width: 33%;
    flex: 0 0 auto;
    position: relative;

}
.services-form .form input {
  background-color: transparent;
  border: 1px solid #404040;
  color: #7B7B7B;
  padding: 26px 20px;
  display: block;
  margin: 11px 0px;
}
.unit11uk_address {
  background-color: transparent;
  border: 1px solid #404040;
  color: #7B7B7B;
  /* padding: 26px 20px; */
  display: block;
  margin: 11px 0px;
  height: 59px;
  resize: none;
}
.services-form .form::placeholder {
  color: #7B7B7B !important;
  opacity: 1; /* Firefox */
}
.services-form .form .service-data-send {
  background-color: #66FCF1;
  color: #1E1E1E;
  font-size: 20px;
  border-radius: 0px;
  font-family: "LiberationSans-Regular", Sans-serif;
  padding: 16px 100px;
  margin-top: 50px;
  text-decoration: none;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 70px;
}
.unit11uk_address:focus{
  background-color: transparent;
  border: 1px solid #404040;
}
.services-extra-options-top p span {
  display: block;
  font-size: 15px;
  font-weight: 400;
}

#wheel_size_field label {
  color: #fff;
  font-family: "LiberationSans-Regular", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  /* display: block; */
  /* margin-bottom: 10px; */
}

#wheel_size_field input {
  background-color: transparent;
  border: 1px solid #404040;
  color: #7B7B7B;
  padding: 26px 20px;
  display: block;
  margin: 11px 0px;
  width: 14%;
}

#painting_colour_field label {
  color: #fff;
  font-family: "LiberationSans-Regular", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  /* display: block; */
  /* margin-bottom: 10px; */
}
#painting_colour_field input {
  background-color: transparent;
  border: 1px solid #404040;
  color: #7B7B7B;
  padding: 26px 20px;
  display: block;
  margin: 11px 0px;
  width: 14%;
}

.invalid-smg {
  padding-top: 20px;
}

.invalid-smg p {
  color: red;
  font-size: 19px;
}
.loader_car i {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 19px;
}
.loader_default_service i {
  color: #1E1E1E;
  font-size: 18px;
}

.loader_default_service_type i {
  color: #fff;
  /* font-size: 18px; */
  position: absolute;
  text-align: center;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
}

.vehicle-service-list {
  margin-top: 0px;
}
.services-list {
  position: relative;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.front_message.notice-success p {
  font-family: "LiberationSans-Regular", Sans-serif;
  color: #fff;
  font-size: 15px;
}
.front_message.notice-success h3 {
  font-family: "LiberationSans-Regular", Sans-serif;
  color: #fff;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 0;
}

.loader_car {
  position: relative;
}
.loader_default_service {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 99;
}

.loader_default_service_type {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}





@media (min-width: 1301px) and (max-width: 1599px){

.custom-container {
  gap: var(--gap);
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-inline-start: 0;
  padding-inline-end: 0;
}
.banner-content h4 {
  font-size: 50px;
}
.banner-content p {
  font-size: 25px;
}
.your_car_details ul li {
  font-size: 17px;
}
#confirm-car-to-load {
  font-size: 17px;
}
#YourReg-btn {
  font-size: 17px;
}
.services-title p {
  font-size: 17px;
}
.services-title h2 {
  font-size: 24px;
}
.services-list .meta-data h2 {
  font-size: 23px;
}
.services-list .meta-data p {
  font-size: 15px;
  line-height: 22px;
}
.services-list .vehicle-service-list .meta-data h2 {
  font-size: 18px;
}
.services-extra-options-top p {
  font-size: 24px;
}
.services-extra-options-top label {
  width: 100px;
  display: inline-block;
  color: #fff;
  font-family: "LiberationSans-Regular", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #2C2C2C;
  margin: 0px 5px;
  padding: 17px;
  padding-left: 50px;
}
.paint_cost {
  font-size: 23px;
}

.services-form h2 {
  font-size: 24px;
}
.services-form p {
  font-size: 17px;
}
.services-form .form label {
  font-size: 16px;
}
#YourReg {
  font-size: 30px;
}
}

@media (min-width: 1141px) and (max-width: 1300px){
.custom-container {
  gap: var(--gap);
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-left: 20px;
    padding-right: 20px;
}
.banner-content h4 {
  font-size: 50px;
}
.banner-content p {
  font-size: 25px;
}
.your_car_details ul li {
  font-size: 17px;
}
#confirm-car-to-load {
  font-size: 17px;
}
#YourReg-btn {
  font-size: 17px;
}
.services-title p {
  font-size: 17px;
}
.services-title h2 {
  font-size: 24px;
}
.services-list .meta-data h2 {
  font-size: 23px;
}
.services-list .meta-data p {
  font-size: 15px;
  line-height: 22px;
}
.services-list .vehicle-service-list .meta-data h2 {
  font-size: 17px;
}
.review-main .review-star-style li img {
  width: 13px;
}
.services-extra-options-top p {
  font-size: 24px;
}
.services-extra-options-top label {
  width: 100px;
  display: inline-block;
  color: #fff;
  font-family: "LiberationSans-Regular", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #2C2C2C;
  margin: 0px 5px;
  padding: 17px;
  padding-left: 50px;
}
.paint_cost {
  font-size: 23px;
}

.services-form h2 {
  font-size: 24px;
}
.services-form p {
  font-size: 17px;
}
.services-form .form label {
  font-size: 16px;
}
#YourReg {
  font-size: 30px;
}
}

@media screen and (max-width:1140px) {
.custom-container {
  padding-left: 20px;
  padding-right: 20px;
}
}

@media screen and (min-width:991px) and (max-width:1140px) {
.banner-content p {
  font-size: 20px;
}
.banner-content h4 {
  font-size: 40px;
}
#YourReg {
  font-size: 25px;
}
#YourReg-btn {
  font-size: 16px;
}
#confirm-car-to-load {
  font-size: 16px;
  padding: 13px 30px;
}
.your_car_details ul li {
  font-size: 14px;
}
.services-title h2 {

  font-size: 20px;
}
.services-title p {
  font-size: 15px;
  line-height: 20px;
}
.services-list .meta-data h2 {
  font-size: 20px;
}
.services-list .meta-data p {
  font-size: 15px;
  line-height: 20px;
}
.services-list .vehicle-service-list .meta-data h2 {
  font-size: 14px;
}
.grid-4 {
  width: 33%;
  flex: 0 0 auto;
}
.services-extra-options-top p {
  font-size: 20px;
}
.paint_cost {
  font-size: 20px;
}
.services-extra-options-top label {
  font-size: 13px;
  padding-left: 50px;
}
#wheel_size_field label {
  font-size: 15px;
}
#painting_colour_field label {
  font-size: 15px;
}
.services-form h2 {
  font-size: 20px;
}
.services-form p {
  font-size: 15px;
  line-height: 22px;
}
.services-form .form label {
  font-size: 15px;
}
.uk-auto_service-builder {
  padding: 50px 0px;
  background-color: #000000;
}
}

@media screen and (min-width:768px) and (max-width:990.99px) {

  .banner-content p {
  font-size: 20px;
}
.banner-content h4 {
  font-size: 40px;
}
#YourReg {
  font-size: 25px;
}
#YourReg-btn {
  font-size: 16px;
}
#confirm-car-to-load {
  font-size: 16px;
  padding: 13px 30px;
}
.your_car_details ul li {
  font-size: 11px;
}
.services-title h2 {

  font-size: 20px;
}
.services-title p {
  font-size: 15px;
  line-height: 20px;
}
.services-list .meta-data h2 {
  font-size: 20px;
}
.services-list .meta-data p {
  font-size: 15px;
  line-height: 20px;
}
.services-list .vehicle-service-list .meta-data h2 {
  font-size: 14px;
}
.grid-4 {
  width: 33%;
  flex: 0 0 auto;
}
.services-extra-options-top p {
  font-size: 16px;
}
.paint_cost {
  font-size: 17px;
  margin-top: 10px;
}
.services-extra-options-top label {
  font-size: 13px;
  padding-left: 50px;
}
#wheel_size_field label {
  font-size: 15px;
}
#painting_colour_field label {
  font-size: 15px;
}
.services-form h2 {
  font-size: 20px;
}
.services-form p {
  font-size: 15px;
  line-height: 22px;
}
.services-form .form label {
  font-size: 15px;
}
.uk-auto_service-builder {
  padding: 50px 0px;
  background-color: #000000;
}


.your_car_details ul li::before {
  right: -19px;
}
.your_car_details {
  padding-bottom: 56px;
}

.review-main .review-title {
  font-size: 11px;
}
.review-main .review-star-style li img {
  width: 11px;
}

#car-detail {
  background-color: #000000;
  padding: 50px 0px 0px;
}
.services-extra-options {
  padding: 50px 0px;

}
.extra-options-value {
  padding: 30px 0px 30px;
  border-bottom: 1px solid #3D3D3D;
}


}


@media screen and (max-width:767px) {

.banner-content p {
  font-size: 18px;
  margin-bottom: 0px;
}
.banner-content h4 {
  font-size: 30px;
}
#YourReg {
  font-size: 18px;
}
#YourReg-btn {
  font-size: 18px;
  padding: 15px 53px;
  margin-top: 20px;
}
#confirm-car-to-load {
  font-size: 16px;
  padding: 8px 58px;
  margin-top: 0;
  display: inline-block;
  position: relative;
}
.loader_default_service {
  top: 10px;
}
.your_car_details ul li {
  font-size: 18px;
  line-height: 33px;
  padding: 14px 0px;
}
.services-title h2 {

  font-size: 25px;
}
.services-title p {
  font-size: 16px;
  line-height: 25px;
}
.services-list .meta-data h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.services-list .meta-data {
  margin-bottom: 0;
}
.services-list .meta-data p {
  font-size: 12px;
  line-height: 14px;
}
.services-list .vehicle-service-list .meta-data h2 {
  font-size: 12px;
}
.grid-4 {
  width: 50%;
  flex: 0 0 auto;
}
.services-extra-options-top p {
  font-size: 15px;
  text-align: left;
}
.paint_cost {
  font-size: 13px;
  margin-top: 10px;
  text-align: left;
}
.services-extra-options-top label {
  font-size: 13px;
  padding-left: 50px;
}
#wheel_size_field label {
  font-size: 15px;
}
#painting_colour_field label {
  font-size: 15px;
}
.services-form h2 {
  font-size: 25px;
  margin: 0;
}
.services-form p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 10px;
}
.services-form .form label {
  font-size: 15px;
}
.uk-auto_service-builder {
  padding: 50px 0px;
  background-color: #000000;
}


.your_car_details ul li::before {
  right: -19px;
}
.your_car_details {
  padding-bottom: 56px;
}

.review-main .review-title {
  font-size: 11px;
}
.review-main .review-star-style li img {
  width: 11px;
}

#car-detail {
  background-color: #000000;
  padding: 40px 0px 0px;
}
.services-extra-options {
  padding: 50px 0px;

}
.extra-options-value {
  padding: 30px 0px 30px;
  border-bottom: 1px solid #3D3D3D;
}
.banner-content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}
.banner-input {
  width: 241px;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
}
.your_car_details ul {
  display: block;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  margin-top: 13px;
  /* margin-bottom: 20px; */
}
.auto_service_builder_inner {
  text-align: center;
}
.services-list {
  margin-top: 30px;
}
.meta-data {
  text-align: left;
}
.services-list .meta-data {
  padding: 10px 10px;
  background-color: #121212;
}
.review-main {
  display: block;
  margin-bottom: 9px;
}
.row1 {
  display: block;
}

#wheel_size_field label {
  font-size: 15px;
  text-align: left;
  display: block;
}
#wheel_size_field input {
  width: 44%;
}
#painting_colour_field label {
  text-align: left;
  display: block;
}
#painting_colour_field input {
  width: 44%;
}
.form {
  text-align: left;
}
.services-form .form .service-data-send {
  font-size: 16px;
  padding: 18px 50px;
  margin: 0 auto;
  margin-top: 30px;
  width: 89%;
}
.services-list .meta-data {
  padding: 10px 10px;
  background-color: #121212;
}
.grid-4 .meta-data {
  text-align: left;
}
.elementor-26 .elementor-element.elementor-element-ec7657d .elementor-button {
  font-size: 16px;
  padding: 10px 50px 10px 50px !important;
  width: 80%;
}
.your_car_details ul li::before {
  /* display: none; */
  width: 100%;
  height: 1px;
  top: 59px;
  right: 0;
}
.services-list label {
  position: unset !important;
}
.services-list label input[type="radio"] {
  box-shadow: 0px 0px 0px 2px #fff;
  font-size: 3em;
  width: 25px;
  height: 25px;
  margin-right: 0;
  /* border: 6px solid #fff; */
  background-clip: border-box;
  border-radius: 50%;
  appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  background-color: #000;
}
.services-list label input[type="radio"]:checked::before {
  top: 22%;
  background-size: 17px;
}
.services-list .full_width_post.eachThumb_details label {
  position: relative !important;
}
.headsearchbar {
  background-image: url(/wp-content/uploads/2024/02/Mask-group.jpg);
  background-repeat: no-repeat;
  min-height: 70vh;
  position: relative;
  z-index: 1;
}
.vehicle_uk_plate {
  height: 50px;
  padding: 4px 5px;
}
.row1 {
  /* display: flex; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
#headsearchbar::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  /* background: rgb(0,0,0); */
  /* background: linear-gradient(278deg, rgba(0,0,0,0.556442645417542) 22%, rgba(0,0,0,0.8393558106836485) 61%); */
  z-index: -1;
  /* background: rgb(0,0,0); */
  /* background: linear-gradient(278deg, rgba(0,0,0,0.556442645417542) 18%, rgba(0,0,0,0.7553221972382703) 61%); */
  /* background: rgb(0,0,0); */
  /* background: linear-gradient(278deg, rgba(0,0,0,0.5396359227284664) 22%, rgba(0,0,0,0.6544818611038166) 61%); */
  background: rgb(0,0,0);
  background: linear-gradient(278deg, rgba(0,0,0,0.015826398918942552) 22%, rgba(0,0,0,0.6544818611038166) 61%);
}
}