* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "ProductSans-Thin";
  src: url("../font/ProductSans-Thin.ttf");
}

@font-face {
  font-family: "ProductSans-Italic";
  src: url("../font/ProductSans-Italic.ttf");
}

@font-face {
  font-family: "ProductSans-Regular";
  src: url("../font/ProductSans-Regular.ttf");
}

@font-face {
  font-family: "ProductSans-Medium";
  src: url("../font/ProductSans-Medium.ttf");
}

@font-face {
  font-family: "ProductSans-Bold";
  src: url("../font/ProductSans-Bold.ttf");
}

@font-face {
  font-family: "ProductSans-BoldItalic";
  src: url("../font/ProductSans-Bold-Italic.ttf");
}

body {
  font-family: "ProductSans-Regular";
}
aside,
p,
span {
  letter-spacing: 0px;
}
.social-icons.export-social-header {
  display: flex;
  justify-content: end;
}
.bf_footer.export-foot-sec {
  background: #282828;
}
.padding-120 {
  padding-top: 120px;
}

.export-car-parts-home {
  align-items: center;
  display: flex;
  float: left;
  float: left;
  width: 100%;
  height: 552px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.export-car-parts-home h1 {
  font-family: "ProductSans-Bold";
  padding: 0px 0px 0px 140px;
  width: 56%;
  font-size: 62px;
  line-height: 68px;
  color: #ffffff;
}

.export-common-container {
  max-width: 1920px;
  padding: 0 200px;
  float: left;
  width: 100%;
}

.export-car-parts-headings {
  color: #000000;
  font-family: "ProductSans-Bold";
  font-size: 48px;
  line-height: 65px;
  text-align: center;
  width: 64%;
  margin: auto;
}
.export-car-part-location-container {
  height: auto;
  width: 100%;
}

.export-cart-part-maps {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 25px;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.export-cart-part-maps p {
  padding-top: 20px;
  font-family: "ProductSans-Bold";
  font-size: 24px;
  text-align: center;
  color: #1c1f21 !important;
}

.export-cart-part-maps img {
  height: 180px;
  object-fit: contain;
}

.export-car-part-map {
  /* margin-top: 45px; */
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
}

.export-car-part-europe-country svg {
  width: 37px;
}
/* 
.export-car-part-europe-countrys {
  padding-bottom: 50px;
} */

.export-car-part-europe-countrys .export-car-parts-headings {
  text-align: start !important;
  width: 100% !important;
  margin-bottom: 55px;
}

.export-car-part-countrys-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.export-car-part-europe-country {
  cursor: pointer;
  /* margin-top: 15px; */
  display: flex;
  align-items: center;
}

.export-car-part-europe-country span {
  width: 100%;
  padding-left: 40px;
  font-family: "ProductSans-Regular";
  font-size: 24px;
  line-height: 45px;
  color: #0d1218;
}

.export-car-part-europe-countrys {
  margin-bottom: 80px;
}

.export-car-part-europe-countrys .export-car-part-countrys-last-para {
  font-family: "ProductSans-Thin";
  font-size: 32px;
  line-height: 42px;
  margin-top: 15px;
  color: #3c4043 !important;
}

.export-car-part-tools {
  width: 47%;
}

.export-car-part-tools-container {
  display: flex;
  align-items: center;
  column-gap: 50px;
  justify-content: space-between;
}

.export-car-part-tools-container img {
  width: 46.5%;
  height: 525px;
  border-radius: 20px;
  object-fit: cover;
}

.export-car-part-tools-container h3 {
  margin-bottom: 20px;
  width: 100%;
}

.export-car-part-tools-container p {
  font-family: "ProductSans-Regular";
  font-size: 18px;
  line-height: 28px;
  color: #3c4043;
}

.export-car-parts-headings.export-car-parts-headings-change {
  text-align: start;
}

.export-car-parts-engines {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.export-car-part-engine-cards {
  width: 100%;
  margin-top: 55px;
}

.export-car-part-engine-cards img {
  object-fit: cover;
  width: 100%;
  height: 266px;
  border-radius: 20px;
}

.export-car-part-engine-cards h4 {
  margin: 0;
  font-family: "ProductSans-Bold";
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  text-align: center;
  padding: 0 18px;
  margin: 12px 0px 4px 0px;
}

.export-car-part-engine-cards p {
  margin: 0;
  font-family: "ProductSans-Regular";
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin: 0px 0px 22px 0px;
}

.export-car-part-engine-cards p a {
  color: #000000 !important;
}

.export-car-part-engine-cards button {
  margin: auto;
  display: block;
  width: 72%;
  height: 60px;
  border-radius: 10px;
  background-color: #259c4c;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  transition: 0.3s ease, 0.3s ease;
  font-family: "ProductSans-Bold";
}

.export-car-part-engine-cards button:hover {
  background-color: #003471;
}

.export-cart-part-genuine-quality-container {
  width: 100%;
  height: 319px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.export-cart-part-genuine-quality-container h3 {
  font-family: "ProductSans-Bold";
  font-size: 48px;
  line-height: 58px;
  color: #ffffff;
}

.export-car-part-working-wrappers {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  display: grid;
  gap: 20px;
}

.export-car-part-working-container p {
  padding-top: 40px;
  margin: auto;
  display: block;
  width: 77%;
  font-family: "ProductSans-Regular";
  font-size: 18px;
  line-height: 26px;
  color: #3c4043;
  text-align: center;
  margin-bottom: 69px;
}

.export-car-part-working-cards {
  padding: 50px 35px;
  width: 100%;
  border-radius: 20px;
  background-color: #ebeced;
}

.export-car-part-working-cards img {
  object-position: center;
  object-fit: contain;
  width: 60px;
  height: 60px;
}

.export-car-part-working-cards h3 {
  font-family: "ProductSans-Bold";
  font-size: 24px;
  line-height: 29px;
  color: #1c1f21;
}

.export-car-part-working-wrappers p {
  padding-top: 25px;
  font-family: "ProductSans-Regular";
  font-size: 16px;
  line-height: 26px;
  color: #1c1f21;
  width: 100%;
  text-align: start;
  margin: 0;
}

.export-car-part-working-container .export-car-part-working-wrappers p {
  font-size: 18px;
  font-family: "ProductSans-Regular";
  line-height: 26px;
  color: #1c1f21;
  margin: 0;
}
.padding-120.padding-120-paddin-100 {
  padding-top: 25px;
}

.export-car-parts-headings.export-car-part-headings-ship {
  margin-bottom: 75px;
}

.padding-120.export-car-part-paddingtop-80 {
  padding-top: 80px;
}
.export-car-part-europe-countrys.export-car-parts-middleeast-margin {
  margin-bottom: 0px;
}
/* Export Car parts country page */
/** export cars parts section  start**/
.padding-30{
  padding: 30px;
}
.export-cars-parts-section {
  width: 100%;
  height: auto;
}
.export-cars-parts-try {
  width: 100%;
}
.export-cars-head {
  width: 100%;
}
.export-cars-h2 {
  color: #3C4043;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding-top: 15px;
  padding-bottom: 30px;
  font-family: "ProductSans-Regular";
}
.export-cars-parts-cutout {
  width: 100%;
  height: 391px;
  display: flex;
  align-items: center;
  padding-left: 122px;
  background-image: url("../images/eng_co_banner.png");
}
.export-cars-h1 {
  font-size: 62px;
  color: #ffffff;
  line-height: 70px;
  font-weight: 700;
  font-family: "ProductSans-Regular";
  width: 76%;
}
/** export cars parts section end**/
/** export-cars-parts-repeated section  start**/
.export-cars-parts-repeated {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  display: block;
}
.export-cars-parts-repeated-list {
  width: 100%;
  display: flex;
  align-items: center;
}
.export-cars-parts-repeated-list {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 150px;
}
.export-cars-parts-repeated-list-one {
  width: 60%;
}
.export-cars-parts-repeated-list-two {
  width: 40%;
}
.export-cars-parts-repeated-type{
  display: none;
  width: 100%;
  height: auto;
}
.export-cars-h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58.22px;
  color: #000;
  font-family: "ProductSans-Regular";
  width: 76%;
}
.export-cars-p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #3C4043;
  width: 92%;
}
/** export-cars-parts-repeated section end**/
/** export-cars-parts-details section  start**/
.export-cars-parts-details {
  width: 100%;
  height: auto;
  text-align: center;
}
.export-cars-parts-details-head {
  width: 100%;
}
.export-cars-parts-details-p {
  font-size: 24px;
  font-weight: 700;
  line-height: 29.11px;
  color: #1C1F21;
}
.export-cars-parts-details-button {
  width: 100%;
  padding-top: 20px;
}
.export-cars-parts-detail {
  margin: auto;
  display: block;
  width: 18%;
  height: 60px;
  border-radius: 10px;
  background-color: #259c4c;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 25px;
  line-height: 19px;
  text-align: center;
  transition: 0.3s ease, 0.3s ease;
  font-family: "ProductSans-Bold";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.export-cars-parts-detail:hover {
  background-color: #003471;
}

/** export UK car engines page**/
/* export uk car engines section start */
.export-uk-car-engines-header .menu-section {
  box-shadow: none;
}
.social-icons.export-social-header.export-uk-car-engines-tools {
  display: flex;
  justify-content: end;
  padding-right: 14%;
}
.export-uk-car-engines-section {
  width: 100%;
  height: auto;
  display: flex;
  gap: 50px;
}
.export-uk-car-engines {
  width: 24.5%;
  height: 100%;
}
.paddingtop-70{
  padding-top: 70px;
}
.export-uk-h2 {
  background-color: #259C4C;
  padding: 20px;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 65px;
  color: #ffffff;
  font-size: 24px;
  font-family: "ProductSans-Bold";
  display: flex;
  align-items: center;
  line-height: 70px;
  padding-left: 28px;
}
.export-uk-label {
  font-size: 16px;
  padding-top: 20px;
  line-height: 19.41px;
  font-family: "ProductSans-Regular";
}
.export-car-one {
  padding-left: 25px;
  padding-right: 24px;
}
.export-uk-Select {
  border: 1px solid #7992AC;
  width: 100%;
  height: 60px;
    border-radius: 10px;
    font-size: 16px;
    font-family: "ProductSans-Regular";
    color: silver;
    line-height: 19.41px;
    background-color: initial;
}
 
option[disabled] {
  display: none;
}
 option {
  font-size: 14px;
  color:#000;
} 
option:hover {
  font-size: 14px;
  color:#000;
  background-color: #003471;
} 
.export-uk-cars-detail{
  margin: auto;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: #259c4c;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 19.41px;
  text-align: center;
  transition: 0.3s ease, 0.3s ease;
  font-family: "ProductSans-Bold";
  display: flex;
  align-items: center;
  justify-content: center;
}
.export-uk-cars-detail:hover {
  background-color: #003471;
}
.export-car-button {
  padding-top: 25px;
  margin-top: 0px;
  padding-bottom: 34px;
  padding-left: 34px;
    padding-right: 15px;
    width: 100%;
}
.export-car-part-engine-cards button {
  margin: auto;
  display: block;
  width: 72%;
  height: 60px;
  border-radius: 10px;
  background-color: #259c4c;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 19.41px;
  text-align: center;
  transition: 0.3s ease, 0.3s ease;
  font-family: "ProductSans-Bold";
}
.export-uk-cars-detail:hover {
  background-color: #003471;
  color: aliceblue;
}
.export-uk-Select-type{
  border: 1px solid #fff;
  width: 100%;
    height: 60px;
    border-radius: 10px;
    font-size: 24px;
    font-family: "ProductSans-Bold";
    color: #000000;
}
input.export-uk-Select {
  padding-left: 16px;
  border: 1px solid #7992AC;
  width: 100%;
  height: 60px;
    border-radius: 10px;
    font-size: 16px;
    font-family: "ProductSans-Regular";
    color: #000;
    line-height: 19.41px;
}
input.export-uk-Select::placeholder {
  color: silver;
  opacity: 1; 
  font-family: "ProductSans-Regular";
   letter-spacing: 0;
    white-space: 30px 30px;   
}

input.export-uk-Select::-ms-input-placeholder { 
  color: #000;
  font-family: "ProductSans-Regular";
}
.export-uk-car-engines-section .export-car-part-engine-container {
  width: 80%;
}
.export-uk-car-parts-engines {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  column-gap: 20px;
}
.export-car-parts-heading {
  color: #000000;
  font-family: "ProductSans-Bold";
  font-size: 48px;
  line-height: 65px;
  text-align: left;
  width: 100%;
  margin: auto;
  padding-left: 22px;
}
.export-uk-car {
  margin-bottom: 35px;
  width: 100%;
  box-shadow: 1px 1px 30px 0px #0000001A;
  border-radius: 10px;
}
.export-car-part-engine-cards button {
  margin: auto;
  display: block;
  height: 60px;
  border-radius: 10px;
  background-color: #259c4c;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 19.41px;
  text-align: center;
  transition: 0.3s ease, 0.3s ease;
  font-family: "ProductSans-Bold";
  width: 250px;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* export uk car engines section-dropdown start */
.accordion {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion .accordion-item {
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.accordion .accordion-item .accordion-item-description-wrapper hr {
  border: none;
  border-top: 1px solid var(--border-color);
  visibility: visible;
}

.accordion .accordion-item.open .accordion-item-description-wrapper hr {
  visibility: visible;
}

.accordion .accordion-item .accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
  padding-right: 44px;
  padding-left: 24px;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
    font-size: 24px;
    color: #000000;
    text-align: center;
    font-family: "ProductSans-Bold";
    cursor: pointer;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
  transition: var(--transition);
}

.accordion
  .accordion-item.open
  .accordion-item-header
  .accordion-item-header-icon {
  transform: rotate(-180deg);
}

.accordion .accordion-item .accordion-item-description-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: var(--transition);
}

.accordion .accordion-item.open .accordion-item-description-wrapper {
  grid-template-rows: 1fr;
}
svg:not(:root) {
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.accordion
  .accordion-item
  .accordion-item-description-wrapper
  .accordion-item-description {
  min-height: 0;
  display: grid;
  margin-top: -20px;
}

.accordion
  .accordion-item
  .accordion-item-description-wrapper
  .accordion-item-description
  p {
  padding: 10px;
  line-height: 1.5;
}
.export-uk-a {
  color: #0D1218;
  font-size: 20px;
  line-height: 24.26px;
  font-weight: 400;
  cursor: pointer;
  font-family: "ProductSans-Regular";
  padding: 15px 15px 0px 35px;
}

.exportcar_loadmore {
  grid-column: 1 / -1;
  margin-top: 25px;
}

.no_cou_data {
  text-align: center;
  padding-top: 25px;
}
.export-car-button input[type="submit"] {
  min-height: 60px;
  height: auto;
  background: #259c4c;
  text-align: center !important;
  border-radius: 10px;
  font-size: 16px;
  line-height: 19.41px;
  letter-spacing: normal;
  font-family: "ProductSans-Bold";
}
.export-car-button input[type="submit"]:hover{
  background-color: #003471;
}
.srch_btn {
  text-align: left !important;
  padding-left: 0px;
}
.sreach-ex-field::before{
   display: none;
}
.ex_no_data {
  display: flex;
  justify-content: center;
  min-height: 225px;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
.ex_no_data aside {
  font-size: 20px;
  font-weight: bold;
}

/*** Finish ***/

/* export uk car engines section-dropdown end */
/** export uk car engines section end **/


/** export-cars-parts-details section end*
/* 1600px */
/* Export Car parts country page */
/** export cars parts section  start**/

@media (max-width: 1600px) {
  .export-cars-h1 {
    font-size: 51px;
}
.export-cars-h2 {
  font-size: 17px;
}
.export-cars-p {
  font-size: 14px;
  line-height: 22px;
}
.export-cars-parts-cutout {
  height: 320px;
}
/** export-cars-parts-repeated section start**/
  .export-cars-parts-repeated-list {
    gap: 50px;
} 
.export-cars-h3 {
  font-size: 40px;
}
/** .export-cars-parts-details section  start**/
.export-cars-parts-details-p {
  font-size: 18px;
}
.export-cars-p {
  font-size: 16px;
}
.export-cars-parts-detail {
  font-size: 22px;
  width: 21%;
    height: 53px;
}
/** export UK car engines page **/
/* export uk car engines section start */
.export-car-parts-heading {
  font-size: 40px;
  line-height: 48px;
}
.export-uk-h2 {
  height: 50px;
  font-size: 18px;
}
.export-uk-label {
  font-size: 14px;
  padding-top: 20px;
}
.export-uk-Select {
  height: 45px;
  font-size: 14px;
}
.export-uk-cars-detail {
  height: 45px;
  font-size: 14px;
}
.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
  font-size: 17px;
}
svg:not(:root) {
 width: 25px;
  height: 25px;
}
.export-uk-a {
  font-size: 14px;
  line-height: 24.26px;
}
.export-car-button {
  margin-top: 0px;
}
input.export-uk-Select {
  height: 45px;
  font-size: 14px;
}
.accordion .accordion-item .accordion-item-header {
  padding: 0px;
  padding-right: 44px;
  padding-left: 24px;
}
.export-uk-a {
  padding: 20px 15px 0px 35px;
}
.export-car-button input[type="submit"] {
  min-height: 45px;
  font-size: 12px;
}
.export-car-parts-heading {
  padding-left: 0px;
}
}

/* 1400px */
@media (max-width: 1400px) {
  .export-common-container {
    padding: 0px 100px;
  }

  .export-car-parts-home h1 {
    width: 62%;
    font-size: 46px;
    line-height: 58px;
  }

  .padding-120 {
    padding-top: 80px;
  }

  .export-car-parts-headings {
    font-size: 35px;
    line-height: 55px;
    width: 59%;
  }

  .export-cart-part-maps img {
    height: 130px;
  }

  .export-cart-part-maps {
    border-radius: 20px;
    padding: 14px 9px;
  }

  .export-cart-part-maps p {
    padding-top: 20px;
    font-size: 16px !important;
    text-align: center;
  }
  .export-car-part-europe-countrys {
    margin-bottom: 35px;
  }

  .export-car-part-europe-countrys .export-car-parts-headings {
    margin-bottom: 0;
  }

  .export-car-part-europe-country span {
    width: 86%;
    line-height: 20px;
    font-size: 18px;
  }

  .export-car-part-countrys-wrapper {
    gap: 15px;
  }

  .export-car-part-europe-count-lst .export-car-part-countrys-last-para {
    font-size: 25px;
    line-height: 23px;
    margin-top: 25px;
    margin-bottom: 17px;
  }

  .export-car-part-tools-container img {
    height: 400px;
    width: 45%;
  }

  .export-car-part-tools-container h3 {
    margin-bottom: 15px;
  }

  .export-car-part-tools-container p {
    font-size: 16px;
    line-height: 25px;
  }

  .export-car-part-europe-country svg {
    width: 25px;
  }
  .export-car-part-engine-cards {
    margin-top: 20px;
  }

  .export-car-part-engine-cards img {
    height: 180px;
  }

  .export-car-part-engine-cards h4 {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 7px;
  }

  .export-car-part-engine-cards p {
    font-size: 15px;
    line-height: 25px;
    margin: 0px 0px 12px 0px;
  }

  .export-car-part-engine-cards button {
    height: 42px;
    font-size: 12px;
    line-height: 8px;
  }

  .export-car-part-working-cards {
    padding: 23px 30px;
    width: 100%;
    border-radius: 20px;
    background-color: #ebeced;
  }

  .export-car-part-working-cards h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .export-car-part-working-wrappers p {
    padding-top: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .export-car-part-working-container p {
    width: 100%;
    padding-top: 15px;
    margin-bottom: 45px;
  }
  .export-car-part-working-container .export-car-part-working-wrappers p {
    width: 100%;
    font-size: 16px;
  }
  .export-car-parts-headings.export-car-part-headings-ship {
    margin-bottom: 45px;
  }
  .export-car-parts-engines {
    margin-top: 10px;
  }
   /* Export Car parts country page */
/** export cars parts section  start**/
.export-cars-h1 {
  font-size: 45px;
}
.export-cars-h2 {
  font-size: 15px;
}
/** export-cars-parts-repeated section start**/
.export-cars-h3 {
  font-size: 35px;
  line-height: 52.22px;
}
.export-cars-p {
  font-size: 13px;
  line-height: 22px;
}
/** .export-cars-parts-details section  start**/
.export-cars-parts-details-p {
  font-size: 16px;
}
/** export UK car engines page **/
/* export uk car engines section start */
.export-car-parts-heading {
  font-size: 35px;
  line-height: 48px;
}
.export-uk-label {
  padding-top: 20px;
}
}

@media (max-width: 1200px) {
  .export-car-parts-home h1 {
    width: 71%;
    font-size: 40px;
    line-height: 53px;
  }

  .export-car-parts-headings {
    font-size: 30px;
    line-height: 40px;
    width: 58%;
  }

  .export-cart-part-maps p {
    font-size: 15px;
    padding-top: 0px;
  }

  .export-car-part-europe-country span {
    width: 100%;
    line-height: 25px;
    font-size: 18px;
    color: #0d1218 !important;
  }

  .export-car-part-europe-country svg {
    width: 23px;
  }

  .export-car-part-europe-countrys .export-car-part-countrys-last-para {
    font-size: 24px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .export-car-part-tools-container img {
    height: 375px;
    width: 48%;
  }

  .export-car-part-tools-container p {
    font-size: 18px;
    line-height: 28px;
  }

  .export-car-part-working-container p {
    margin: auto;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #3c4043;
  }

  .export-cart-part-genuine-quality-container {
    height: 280px;
  }

  .export-cart-part-genuine-quality-container h3 {
    font-size: 40px;
    line-height: 50px;
  }
  /* .export-cart-part-maps {
    border-radius: 20px;
    padding: 8px 9px;
  } */
  .export-car-part-map {
    margin-top: 15px;
    gap: 15px;
  }
  .export-car-part-engine-cards h4 {
    margin: 5px 0px 1px 0px;
  }
  .padding-120.export-car-part-paddingtop-80 {
    padding-top: 60px;
  }
  .export-car-part-countrys-wrapper {
    gap: 10px;
  }
  /* Export Car parts country page */
/** export cars parts section  start**/
  .export-cars-h1 {
    font-size: 36px;
    line-height: 57px;
}
.export-cars-h2 {
  font-size: 13px;
}
/** export-cars-parts-repeated section start**/
.export-cars-h3 {
  font-size: 29px;
  line-height: 43.22px;
}
.export-cars-p {
  font-size: 11px;
  line-height: 17px;
}
.export-cars-parts-repeated {
  padding-bottom: 23px;
}
/** .export-cars-parts-details section  start**/
.export-cars-parts-details-p {
  font-size: 14px;
}
.export-cars-parts-detail {
  font-size: 17px;
  height: 40px;
  width: 19%;
}
.export-cars-parts-details-button {
  padding-top: 4px;
}
/** export UK car engines page **/
/* export uk car engines section start */
.export-car-parts-heading {
  font-size: 30px;
  line-height: 40px;
}
.export-uk-h2 {
  height: 50px;
  font-size: 16px;
}
.export-uk-Select {
  height: 40px;
  font-size: 14px;
}
.export-uk-label {
  font-size: 14px;
  padding-top: 20px;
}
.export-uk-cars-detail {
  height: 45px;
  font-size: 14px;
}
.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
  font-size: 16px;
}
svg:not(:root) {
  width: 22px;
  height: 22px;
}
.export-car-button {
  margin-top: 0px;
}
input.export-uk-Select {
  height: 40px;
}
.export-uk-car-parts-engines {
  grid-template-columns: repeat(2, 3fr);
}
.export-uk-car-engines {
  width: 40.5%;
}
.paddingtop-70 {
  padding-top: 30px;
}
.second_car_menu .car_menu {
  display: block;
  position: absolute;
  right: -444%;
  top: 32px;
}
}

@media (max-width: 1100px) {
  .export-common-container {
    padding: 0px 50px;
  }

  .export-car-part-europe-country span {
    line-height: 20px;
    font-size: 20px;
    padding-left: 9px;
    font-size: 18px;
    width: 100%;
  }
  /* .export-car-part-working-cards h3 {
    font-size: 18px;
    line-height: 20px;
  } */
  .export-car-part-working-container p {
    padding-top: 10px;
  }
  .export-cart-part-genuine-quality-container h3 {
    padding: 0px 20px;
  }
  .export-car-parts-headings.export-car-part-headings-ship {
    margin-bottom: 30px;
  }
  .padding-120 {
    padding-top: 60px;
  }
  .export-cart-part-maps {
    padding: 10px 9px;
  }
  .export-car-part-working-wrappers {
    grid-template-columns: repeat(2, 1fr);
  }
  .export-car-part-countrys-wrapper {
    gap: 8px;
  }
  .export-car-part-engine-cards h4 {
    font-size: 15px;
    line-height: 23px;
  }
      /* Export Car parts country page */
/** export cars parts section  start**/
.export-cars-h1 {
  font-size: 34px;
  line-height: 49px;
}
.export-cars-h2 {
  font-size: 11px;
}
.export-cars-parts-cutout {
  height: 250px;
}
/** export-cars-parts-repeated section start**/
.export-cars-h3 {
  font-size: 25px;
  line-height: 37.22px;
}
.export-cars-p {
  font-size: 10px;
  line-height: 16px;
}
/** .export-cars-parts-details section  start**/
.export-cars-parts-details-p {
  font-size: 12px;
}
.export-cars-parts-detail {
  font-size: 17px;
}
/** export UK car engines page **/
/* export uk car engines section start */
.social-icons.export-social-header.export-uk-car-engines-tools {
  padding-right: 4%;
  padding-top: 20px;
}
.second_car_menu .car_menu {
  display: block;
  position: absolute;
  right: -465%;
  top: 34px;
}
.export-uk-car-parts-engines {
  grid-template-columns: repeat(2, 3fr);
}
.export-car-button input[type="submit"] {
  min-height: 45px;
  font-size: 12px;
}
.export-car-part-engine-cards h4 {
  font-size: 15px;
}
}

@media (max-width: 991px) {
  .export-car-parts-engines {
    grid-template-columns: repeat(3, 1fr);
  }
  .export-car-part-map {
    grid-template-columns: repeat(3, 1fr);
  }
  .export-car-parts-headings.export-car-part-headings-ship {
    margin-bottom: 25px;
  }
    /* Export Car parts country page */
/** export cars parts section  start**/
.export-cars-h1 {
  font-size: 30px;
  line-height: 45px;
}
.export-cars-h2 {
  font-size: 11px;
}
.export-cars-parts-cutout {
  height: 210px;
}
/** export-cars-parts-repeated section start**/
.export-cars-h3 {
  font-size: 25px;
  line-height: 37.22px;
}
.export-cars-p {
  font-size: 10px;
  line-height: 16px;
}
/** .export-cars-parts-details section  start**/
.export-cars-parts-details-p {
  font-size: 12px;
}
.export-cars-parts-detail {
  font-size: 17px;
}
/** export UK car engines page **/
/* export uk car engines section start */
.export-car-parts-heading {
  font-size: 26px;
  line-height: 35px;
}
.export-uk-h2 {
  height: 45px;
  font-size: 15px;
}
.export-uk-Select {
  height: 40px;
  font-size: 14px;
}
.export-uk-cars-detail {
  height: 40px;
  font-size: 14px;
}
.export-uk-a {
  font-size: 14px;
}
.export-car-button {
  margin-top: 0px;
}
.export-uk-car-engines {
  width: 40.5%;
}
.export-uk-car-parts-engines {
  grid-template-columns: repeat(2, 3fr);
}
.social-icons.export-social-header.export-uk-car-engines-tools {
  padding-right: 3%;
}
input[type="submit"] {
  font-size: 14px;
}
.export-uk-car-parts-engines {
  grid-template-columns: repeat(1, 3fr);
}
.export-uk-car-engines {
  width: 100%;
}
.second_car_menu .car_menu {
  display: block;
  position: absolute;
  right: -278%;
  top: 21px;
}
.export-uk-car-engines-section {
  display: block;
}
.export-uk-car {
  width: 100%;
}
.export-uk-car-engines-section .export-car-part-engine-container {
  width: 100%;
}
.accordion {
   max-width: 1500px; 
  
}
input.export-uk-Select::placeholder { 
  font-size: 14px;  
}
.export-car-button input[type="submit"] {
  min-height: 45px;
  font-size: 12px;
}
.export-uk-car-parts-engines {
  grid-template-columns: repeat(2, 3fr);
}
}
@media (max-width: 812px) {
  .second_car_menu .car_menu {
    display: block;
    position: absolute;
    right: -520px;
    top: 21px;
}
}
@media (max-width: 768px) {
  .export-car-parts-home h1 {
    width: 100%;
    padding: 0px 50px;
  }

  .export-car-parts-headings {
    font-size: 30px;
    line-height: 40px;
    width: 90%;
  }

  .export-car-part-map {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  .export-car-part-countrys-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .export-car-part-tools-container {
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    row-gap: 50px;
    justify-content: space-between;
  }

  .export-car-part-tools-container img {
    height: 375px;
    width: 100%;
  }

  .export-car-part-tools {
    width: 100%;
  }

  .export-car-parts-engines {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .export-cart-part-genuine-quality-container h3 {
    font-size: 32px;
    line-height: 50px;
  }

  .export-car-part-working-wrappers {
    margin-top: 35px;
    gap: 18px;
  }
  .export-car-part-europe-country span {
    width: 100%;
    padding-left: 15px;
  }
  .export-car-part-europe-countrys {
    margin-bottom: 20px;
  }
  .padding-120.export-car-part-engine-padding {
    padding-top: 40px;
  }
  .export-car-parts-engines {
    margin-top: 5px;
  }
    /* Export Car parts country page */
/** export cars parts section  start**/
.export-cars-h1 {
  font-size: 28px;
  width: 92%;
  line-height: 39px;
}
.export-cars-parts-cutout {
  height: 190px;
  padding-left: 80px;
}
/** export-cars-parts-repeated section start**/
.export-cars-parts-repeated-list {
  padding-left: 40px;
}
.export-cars-h3 {
  width: 80%;
}
.export-cars-h3 {
  font-size: 22px;
  line-height: 33.22px;
}
.export-cars-p {
  font-size: 9px;
  line-height: 14px;
}
/** .export-cars-parts-details section  start**/
.export-cars-parts-details-p {
  font-size: 10px;
}
.export-cars-parts-detail {
  font-size: 14px;
  width: 25%;
  gap: 10px;
}
/** export UK car engines page **/
/* export uk car engines section start */

.export-car-part-engine-container {
  width: 100%;
  padding-top: 15px;
}
.export-uk-car {
  margin-bottom: 35px;
  width:100%;
}
.paddingtop-70 {
  padding-top: 30px;
}
.export-car-parts-heading {
   padding-left: 0px; 
}
.second_car_menu .car_menu {
  display: block;
  position: absolute;
  right: -275%;
  top: 21px;
}

.export-uk-car-engines-section {
  display: block;
}
.export-uk-car-engines-section .export-car-part-engine-container {
  width: 100%;
}
.export-uk-car-parts-engines {
  grid-template-columns: repeat(2, 3fr);
}
input.export-uk-Select::placeholder { 
  font-size: 14px;  
}
.export-car-button input[type="submit"] {
  min-height: 45px;
  font-size: 12px;
}
}

@media (max-width: 600px) {
  .padding-120.padding-mobile-low {
    padding-top: 25px !important;
  }

  .export-car-part-map {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .export-common-container {
    padding: 0px 15px;
  }

  .export-car-parts-engines {
    grid-template-columns: repeat(2, 1fr);
  }

  .export-car-part-engine-cards {
    width: 100%;
    margin-top: 25px;
  }

  .export-car-part-engine-cards img {
    height: 204px;
  }

  .export-cart-part-genuine-quality-container h3 {
    padding: 0 35px;
    font-size: 25px;
    line-height: 40px;
  }

  .export-car-parts-headings.padding-top-50.export-car-part-europe-padding {
    padding: 0;
  }

  .export-car-part-europe-country span {
    padding-left: 15px;
  }

  .export-car-part-tools-container {
    flex-direction: column;
    row-gap: 25px;
  }
  .export-car-parts-headings {
    font-size: 24px;
    line-height: 30px;
    width: 85%;
  }
  .export-car-parts-home {
    height: auto;
  }
  .export-car-parts-home h1 {
    line-height: 40px;
    padding: 60px 20px;
    width: 100%;
    font-size: 30px;
    margin: auto;
  }
  .export-car-part-europe-countrys {
    margin-bottom: 40px;
  }
  .export-car-part-europe-countrys .export-car-parts-headings {
    margin-bottom: 0;
  }

  .export-car-part-countrys-wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 15px;
  }
  .export-cart-part-maps p {
    font-size: 14px;
  }
  .export-car-part-europe-countrys .export-car-part-countrys-last-para {
    font-size: 20px;
    line-height: 26px;
    margin-top: 13px;
  }
  .export-car-part-tools-container p {
    font-size: 16px;
    line-height: 26px;
  }
  .export-car-part-working-container p {
    font-size: 16px;
    line-height: 26px;
  }
  .export-cart-part-maps img {
    height: 100px;
  }
  .export-car-part-engine-cards button {
    width: 85%;
  }
  .export-car-part-europe-countrys.export-car-part-shrink-margin {
    margin-bottom: 0px;
  }
  .export-car-part-tools-container img {
    height: 300px;
  }
  .export-cart-part-genuine-quality-container {
    height: 200px;
  }
  .export-car-parts-headings.export-car-part-headings-ship {
    margin-bottom: 35px;
  }
  .export-car-part-working-wrappers {
    grid-template-columns: repeat(1, 1fr);
  }
  .export-cart-part-maps {
    padding: 10px 9px;
  }
  .export-car-part-countrys-last-para.export-car-parts-middleeast-margin {
    margin-bottom: 0px;
  }
  .padding-120.export-car-part-engine-padding {
    padding-top: 40px;
  }
  .export-car-parts-engines {
    margin-top: 5px;
  }
     /* Export Car parts country page */
/** export cars parts section  start**/
.export-cars-h1 {
  font-size: 24px;
  line-height: 34px;
}
.export-cars-h2 {
  padding-bottom: 10px;
}
.export-cars-parts-cutout {
  height: 150px;
  padding-left: 60px;

}
/** export-cars-parts-repeated section start**/
.export-cars-h3 {
  font-size: 17px;
  line-height: 23.22px;
}
.export-cars-p {
  font-size: 9px;
  line-height: 12px;
}
.export-cars-parts-repeated {
  padding-bottom: 0px;
}
/** .export-cars-parts-details section  start**/
.export-cars-parts-details-p {
  font-size: 8px;
}
.export-cars-parts-detail {
  width: 27%;
  height: 35px;
  gap: 9px;
  font-size: 13px;
}
/** export UK car engines page **/
/* export uk car engines section start */
.export-uk-car-parts-engines {
  grid-template-columns: repeat(2, 3fr);
}
/** .export-uk-cars-engines section start**/
.export-uk-car-engines-section {
  display: block;
  
}
.export-uk-car-engines {
  width: 100%;
}
.export-uk-car-engines-section .export-car-part-engine-container {
  width: 100%;
}
.second_car_menu .car_menu {
  display: block;
  position: absolute;
  right: 10%;
  top: 21px;
} 
input.export-uk-Select::placeholder { 
  font-size: 14px;  
}
.export-car-button input[type="submit"] {
  min-height: 45px;
  font-size: 12px;
}
}
@media (max-width: 650px) {
  .second_car_menu .car_menu {
    display: block;
    position: absolute;
    right: 10%;
    top: 21px;
  } 
}
@media (max-width: 700px) {
  .second_car_menu .car_menu {
    display: block;
    position: absolute;
    right: 10%;
    top: 21px;
  } 
}
@media (max-width: 750px) {
  .second_car_menu .car_menu {
    display: block;
    position: absolute;
    right: 10%;
    top: 21px;
  } 
}
@media (max-width: 550px) {
  /** export UK car engines page **/
/* export uk car engines section start */
.export-uk-car {
  width: 100%;
}
.export-uk-car-engines {
  display: block;
}
.export-uk-car {
  margin-bottom: 30px;
}
.export-uk-car-engines-section {
  display: block;
  
}
.export-uk-car-engines {
  width: 100%;
}
.export-uk-car-engines-section .export-car-part-engine-container {
  width: 100%;
}
.second_car_menu .car_menu {
  display: block;
  position: absolute;
  right: 10%;
  top: 21px;
}
input.export-uk-Select::placeholder { 
  font-size: 14px;  
}
.export-car-button input[type="submit"] {
  min-height: 45px;
  font-size: 12px;
}
}
@media (max-width: 428px) {
.export-car-part-engine-cards h4 {
  font-size: 16px;
}
}
 @media (max-width: 414px) {
.export-car-part-engine-cards h4 {
  font-size: 15px;
  line-height: 18px;
}
} 
@media (max-width: 360px) {
 /* Export Car parts country page */
/** export cars parts section  start**/
.export-cars-h1 {
  font-size: 13px;
  line-height: 24px;
}
.export-cars-h2 {
  font-size: 10px;
  padding-bottom: 0px;
}
.export-cars-parts-cutout {
  height: 115px;
  padding-left: 46px;
}
.export-car-part-engine-container {
  padding-top: 25px;
}
/** export-cars-parts-repeated section start**/
.export-cars-parts-repeated-type{
  display: block;
  margin-top: -50px;
}
.export-cars-parts-repeated {
  display: none;
}
.export-cars-parts-repeated-list {
  display: block;
  text-align: center;
  margin-top: -45px;
}
.export-cars-parts-repeated-list-one {
  width: 100%;
}
.export-cars-parts-repeated-list-two {
  width: 100%;
}
img.alignnone.size-full.wp-image-19750.lazyloaded,img.alignnone.size-full.wp-image-19751.lazyloaded {
  width: 50%;
  padding-top: 10px;
}
img.alignnone.size-full.wp-image-19755.ls-is-cached.lazyloaded {
  width: 20px;
}
.export-cars-h3 {
  font-size: 13px;
  line-height: 18.22px;
}
.export-cars-p {
  font-size: 8px;
  line-height: 10px;
}
/** .export-cars-parts-details section start**/
.export-cars-parts-details-p {
  font-size: 8px;
}
.export-cars-parts-detail {
  width: 42%;
  height: 30px;
  gap: 8px;
  font-size: 10px;
}
.export-car-part-engine-cards img {
  height: 150px;
}
/** .export-uk-cars-engines section start**/
.export-uk-car-engines-section {
  display: block;
  
}
.export-uk-car-engines {
  width: 100%;
}
.export-uk-car-engines-section .export-car-part-engine-container {
  width: 100%;
}
.export-car-part-engine-cards h4 {
  font-size: 14px;
  line-height: 18px;
}
.second_car_menu .car_menu {
  display: block;
  position: absolute;
  right: 10%;
  top: 21px;
}
input.export-uk-Select::placeholder { 
  font-size: 14px;  
}
.export-car-button input[type="submit"] {
  min-height: 45px;
  font-size: 12px;
}
.export-car-part-engine-cards h4 {
  font-size: 15px;
  line-height: 18px;
}
}
@media (max-width: 320px) {
input.export-uk-Select::placeholder { 
    font-size: 14px;  
}
.export-car-button input[type="submit"] {
  min-height: 45px;
  font-size: 12px !important;
}
}