:root {
  --main-theme: #2f728c;
}
.relative{
    position: relative;
}
/* --------------------------------------------------
 -------------- single prodution  -----------
--------------------------------------------------*/

.flex-star svg {
  font-size: 14px;
  color: #cccccc;
}

svg.gold {
  color: #ffc100;
}

.product-layName {
  font-size: 22px;
  font-weight: bold;
}

.owl-ltr {
  direction: ltr;
}

#sync1 .item {
  background: #f9f9f9;
  margin: 5px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  background: #c9c9c9;
  margin: 5px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  object-fit: cover;
}

#sync2 .item h1 {
  font-size: 18px;
}


.owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}

#sync1 .owl-next,
#sync1 .owl-prev {
  display: none;
}

#sync2 .owl-next,
#sync2 .owl-prev {
  display: none;
}

div#sync1 {
  height: 320px;
}

div#sync1 div {
  height: 100%;
}

div#sync1 div.item {
  overflow: hidden;
}

#sync1 .item img {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#sync1 .item:hover img {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}

div#sync1 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

div#sync2 {
  height: 80px;
}

div#sync2 div {
  height: 97%;
}

div#sync2 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* #sync2 .current .item {
  background: rgba(255, 144, 33, 0.07);
} */
#sync2 .current .item{
    border: 2px solid var(--main-theme);
}
#sync2 .item {
  background: #ffffff;
  border: 2px solid #ccc;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#sync2 .item img {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#sync2 .item:hover img {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}

.widthlay-nobac {
  background-image: unset;
}

.contaict-buttons > .callUsPV,
.contaict-buttons > .whPV {
  min-width: calc(50% - 15px / 2);
  max-width: calc(50% - 15px / 2);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
}
.callUsPV {
  background-color: var(--main-theme);
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  position: relative;
}
.blueBtn {
  background-color: var(--main-theme) !important;
  transition: 0.2s;
  border: solid 1px var(--main-theme) !important;
  box-sizing: border-box;
  color: #fff !important;
}
.blueBtn {
  background-color: var(--main-theme) !important;
  transition: 0.2s;
  border: solid 1px var(--main-theme) !important;
  box-sizing: border-box;
  color: #fff !important;
}
.callUsPV > img {
  margin: 0 5px;
}
.contaict-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.whPV {
  background-color: #00b362;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.socialContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.price-content {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  justify-content: space-between;
}

.price-content > div > span {
  color: #6c7a8d;
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-bottom: 10px;
}
.price-content > div > span:empty {
  margin: 0;
}
body[dir="rtl"] .price-content > div:last-child:not(:first-child) {
  border-right: solid 1px #d8d8d8;
  margin-right: 10px;
  padding-right: 15px;
}
.price-content > div > strong > span {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 5px;
}

.car-detailes {
  display: flex;
  flex-wrap: wrap;
}
.car-detailes > div {
  display: flex;
  max-width: calc(100% / 4);
  min-width: calc(100% / 4);
  margin-bottom: 25px;
  color: #484848;
  font-size: 14px;
  align-items: center;
}
.car-detailes > div > img {
  width: 24px;
}
.price-content > div > strong.priceBeforeTax {
  color: #00b64e;
}
.price-content > div > strong {
  font-size: 24px;
  line-height: 32px;
  color: #484848;
  font-weight: 700;
}
.price-content > div > strong > span {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 5px;
}

/*==========start cateogries.htm===========*/
section.all-sections.secall.secnopading {
  padding: 0;
}
.accordion .card {
  margin-bottom: 0.5rem;
  border: 0;
  border-radius: 0;
}
.accordion .card .card-header {
  cursor: pointer;
  background-color: #ccc;
  position: relative;
  border: 0;
  margin-bottom: 0;
  padding: 0.75rem 1.25rem 0.75rem 2.5rem;
}
.flexfiltter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #dadada;
}
.accordionaaa {
  background-color: #fff;
  padding: 20px 0
}
.flexfiltter {
  padding: 10px;
  background-color: var(--main-theme);
  color: #fff;
}
div#accordion {

  padding: 0 14px;
}
.accordionaaa b:nth-child(1) {
  font-size: 25px;
  font-weight: bold;
}
.accordionaaa b:nth-child(2) {
  font-size: 16px;
  color: #c1c1c1;
}

#accordion .card {
  padding: 10px 0;
  border-bottom: 1px solid #dadada;
}
#accordion button.btn.btn-link {
  width: 100%;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  color: #364b93;
  position: relative;
  padding: 0px;
}

.ovelaybody {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgb(0 0 0 / 78%);
  z-index: 9;
  display: none;
}

.page-wrapper section {
  direction: rtl;
}
.abs-price {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #30bb36;
    padding: 0 7px;
    border-radius: 0 0 0px 5px;
    font-size: 12px;
    color: #ffff;
    z-index: 9;
}
.wasla {
    position: absolute;
    z-index: 9;
    top: 0px;
    font-size: 11px;
    color: #fff;
    background-color: #2f728c;
    padding: 0 4px;
    border-radius: 0 0 5px 0;
    left: 0;
    width: 96px;
}
.flex-more{
    display: flex;
    font-size: 10px;
    color: var(--lightGray);
    justify-content: space-between;
    align-items: center;
    padding: 12px 28px;
}
.flex-upper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #484848;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.news-block .inner-box:hover .lower-content.lower-content-edit {
    top: -54px;
}
.header-more{
    margin-bottom: 20px;
}







/****toggle customizer***********/
.nav-tabs > li > a {
  border-bottom: 1px solid transparent;
}
.customizer .nav-tabs > li > a {
  border-bottom: 1px solid #eaeaea;
}

#accordion button.btn.btn-link {
  font-size: 15px;
  color: #1c1c1c;
}
h5.mb-0 {
  margin: 0;
}
#accordion .card {
  padding: 5px;
  border: 1px solid #d5d7da;
  border-radius: 3px;
  margin: 5px 0;
}
.customecheck span {
  color: #f89c5a;
}
.customecheck {
  border: 0;
}
.contentnamesearch {
  height: 22px;
  line-height: 22px;
  border-radius: 0;
  padding: 0 8px;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.customecheck {
  border-radius: 0;
  margin-top: 0;
  font-size: 12px;
  position: relative;
  height: auto;
  line-height: 1;
  border-radius: 0;
  padding: 0 8px;
  border: 0;
  border-bottom: 1px solid #ddd !important;
}

.customizer .select2-container .select2-selection--single {
  height: 30px !important;
  border-radius: 3px !important;
}
.customizer
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 30px !important;
}

.contentabssidebar .tab-content {
  padding: 0;
  margin-top: 10px;
}
section.my_header {
  background: unset;
}
.rowsrchflx {
  margin: 0;
}
.srchbar button.buttonsearch {
  border-radius: 3px;
}
.srchbar input::placeholder {
  color: #555;
}
.srchbar
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #555;
}
.contentaddress {
  border-radius: 3px;
}
.searchbtnselect {
  border-radius: 3px;
}
body {
  background-repeat: no-repeat;
}
.customizer .my_rad span {
  font-size: 12px;
  padding-top: 2px;
}
.customizer .my_rad {
  margin-bottom: 0;
  height: 31px;
  display: flex;
  align-items: center;
}
.customizer .my_rad .checkmark {
  height: 17px;
  width: 17px;
}
.customizer .my_rad .checkmark {
  border: 1px solid #a9a9a9;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}
.contentradiosidebar {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  line-height: 1;
  border-radius: 0;
  padding: 0 8px;
  border: 0;
  border-bottom: 1px solid #ddd !important;
  position: relative;
}

#accordion button.btn.btn-link {
  font-size: 16px;


}

.btnreset-submit button{
  width: 50%;
}
.btnreset-submit {
  background-color: #f5f5f5;
  padding: 4px 0;
}
.btnreset-submit button {
  background-color: unset;
  color: var(--main_theme);
  padding: 7px;
  font-size: 15px;
}
.btnreset-submit button:nth-child(1){
  border-left: 1px solid var(--main_theme);
}
.customecheck input[type="checkbox"] + label {
  color: var(--main_theme);
  font-size: 13px;
}
#accordion button.btn.btn-link svg {
  position: absolute;
  right: 0;
  color: var(--main_theme);
}
.abs-span-accordin{
  position: absolute;
  left: 0;
  color:var(--main_theme);
}
#accordion button.btn.btn-link {
  padding-right: 14px;
}
#accordion .card {
  border-radius: 5px;
}

.accordionaaa {
  background-color: #fff;
  border-left: 2px solid #e3f2f0;
}

.accordionaaa b:nth-child(1) {
  font-size: 25px;
  font-weight: bold;
}

.accordionaaa b:nth-child(2) {
  font-size: 16px;
  color: #c1c1c1;
}

#accordion .card {
  padding: 10px 0;
  border-bottom: 1px solid #dadada;
}

#accordion button.btn.btn-link {
  width: 100%;
  text-align: right;
  color: #000;
  position: relative;
  padding: 0px;
}

#accordion button.btn.btn-link svg {
  position: absolute;
  left: 0;
}

#accordion button.btn.btn-link:hover,
#accordion button.btn.btn-link:focus {
  text-decoration: none;
}

#accordion .card-body.card-bodytime a {
  color: #a7a7a7;
  font-size: 14px;
  font-weight: 100;
  display: block;
  padding: 7px 3px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-color: #fff;
}

#accordion .card-body.card-bodyaa a {
  color: #a7a7a7;
  font-size: 16px;
  font-weight: 100;
  display: block;
  padding: 7px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  border-color: #fff;
}

#accordion select {
  padding: 6px 12px;
  font-size: 15px;
}
/************* start custom radio button ************/
.my_rad {
  display: block;
  position: relative;
  padding-right: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  color: #707070;
  font-weight: 100;
  font-size: 14px;
}
.my_rad .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid transparent;
}
.my_rad:hover input ~ .checkmark {
  background-color: #ccc;
}
.my_rad .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background: var(--main-theme);
}
.my_rad input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.my_rad input:checked ~ .checkmark:after {
  display: block;
}
.my_rad input:checked ~ .checkmark {
  background-color: #ffffff;
  border-color: var(--main-theme);
}
.my_rad input:checked ~ .checkmark {
  background-color: #ffffff;
  border-color: var(--main-theme);
}
/************* end custom radio button ************/
/***********start customizer  checkbox************/
.nav-tabs > li > a {
  border-bottom: 1px solid transparent;
}
.customizer .nav-tabs > li > a {
  border-bottom: 1px solid #eaeaea;
}
/* 
.customizer .customecheck input[type="checkbox"] + label:before {
  content: "\f00c";
  width: 17px;
  height: 17px;
  line-height: 17px;
  padding-bottom: 0;
  padding-right: 0px;
  margin-left: 4px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
} */
#accordion button.btn.btn-link {
  font-size: 15px;
  color: #1c1c1c;
}
h5.mb-0 {
  margin: 0;
}
#accordion .card {
  padding: 5px;
  border: 1px solid #d5d7da;
  border-radius: 3px;
  margin: 5px 0;
}
.customecheck span {
  color: #f89c5a;
}
.customecheck {
  border: 0;
}
.contentnamesearch {
  height: 22px;
  line-height: 22px;
  border-radius: 0;
  padding: 0 8px;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.customecheck {
  border-radius: 0;
  margin-top: 0;
  font-size: 12px;
  position: relative;
  height: auto;
  line-height: 1;
  border-radius: 0;
  padding: 0 8px;
  border: 0;
  border-bottom: 1px solid #ddd !important;
}
.collapse.in {
  display: block;
}
.customizer .select2-container .select2-selection--single {
  height: 30px !important;
  border-radius: 3px !important;
}
.customizer
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 30px !important;
}

.contentabssidebar .tab-content {
  padding: 0;
  margin-top: 10px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: unset;
}

.btnreset-submit {
  background-color: #f5f5f5;
  padding: 4px 0;
}
.btnreset-submit button {
  background-color: unset;
  color: var(--main_theme);
  padding: 7px;
  font-size: 15px;
}
.btnreset-submit button:nth-child(1){
  border-left: 1px solid var(--main_theme);
}
.customecheck input[type="checkbox"] + label {
  color: var(--main_theme);
  font-size: 15px;
}
#accordion button.btn.btn-link svg {
  position: absolute;
  right: 0;
  color: var(--main_theme);
}
.abs-span-accordin{
  position: absolute;
  left: 0;
  color:var(--main_theme);
}
/********* end customizer checkbox  ************/

/*===============component ============*/
.align-center{
    text-align: center;
}
.mt-5{
    margin-top: 1rem;
}
.share{
  width: 20px;
  object-fit: contain;
  margin-left: 5px;
}
.flx-icon-share{
display: flex;
justify-content: space-between;
}
.share-modale{
  cursor: pointer;
}
.still-haveQ p a {
  color: var(--main_theme);
}
.faq-section .mb-0 > a {
  display: block;
  position: relative;
}

.faq-section .mb-0 > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 16px;
  right: 0;
  font-weight: 600;
}

.faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 600;
}
.card-header {
  background-color: #fff;
}
.faq-section .card-header h5 a {
  color: #3d3d3d;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.faq-section .card-body {
  color: #939393;
  font-size: 14px;
  padding:0 10px;
}
.faq-section .card-header {
  padding: 10px;

  border-radius: 7px;
  border-bottom: 0;
}
.faq-section .card {
  border-radius: 7px;
}

.tamweel-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.whtBtn {
  padding: 5px;
  transition: .2s;
  color: var(--main-theme);
  border: 1px solid var(--main-theme);
  box-sizing: border-box;
  border-radius: 3px;
}
.dealerSeller {
  border: solid 1px #d8d8d8;
  border-radius: 8px;
  overflow: hidden;
}
.dealerSeller>div {

  box-sizing: border-box;
 
  height: 150px;
}
.padding15{
  padding: 15px;
}

.dealerSellerImgHolder>img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.dealerSeller>div>h5 {
  color: #484848;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.location-car {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.location-car>span {
  color: #6c7a8d;
  font-size: 16px;
  line-height: 24px;
}
.location-car>a {
  text-decoration: underline!important;
  font-size: 16px;
  line-height: 24px;
}
.reportContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.reportContainer>div {
  color: #6c7a8d!important;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.bannerContainer>div>img {
  width: 100%;
  border-radius: 8px;
  height: 80px;
  object-fit: cover;
}
.flx-offer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: unset;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}
.flx-offer .form-group{
  margin-bottom: 0;
}
.content-cat-padding{
  padding-top: 20px;
}
a.customizer-toggle {
  display: none;
}
.rowflexx{
  display: flex;
}
.car-detailes>div label{
  margin-bottom: 0;
}
section.car-Info h2 {
margin-top: 18px;
  margin-bottom: 18px;
}
a.flexmap.customizer-toggle {
  display: none;
}
.main-header {
  box-shadow: 0 0 10px rgb(188 188 188 / 40%);
}
/*=================responsive =====================*/
@media (max-width: 1024px) {
.car-detailes>div {
  max-width: calc(100%/2);
  min-width: calc(100%/2);
}
}
@media (max-width: 991px) {
  /*=================categorey .html =====================*/
  a.flexmap.customizer-toggle {
    display: block;
  }
  .customizer {
    width: 400px;
    right: -400px;
    padding: 0;
    background-color: #fff;
    z-index:10;
    position: fixed;
    top: 0;
    height: 100vh;
    -webkit-transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
    -o-transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
    transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
        0 5px 15px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
        0 5px 15px 0 rgba(0, 0, 0, 0.08);
}
div.customescroll {
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
   
}
.customizer.open {
    right: 0;
    padding-top: 110px;
}
.flexfiltter {
    color: #fff;
    background-color: var(--main-theme);
    padding: 10px;
    font-size: 14px;
}

.accordionaaa b:nth-child(2) {
    font-size: 14px;
}
.accordionaaa b:nth-child(1) {
  font-size: 18px;
}
div#accordion {
    position: relative;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
    /* overflow-y: scroll; */
    overflow-x: hidden;
    padding: 0 6px;
}
div.customescroll::-webkit-scrollbar {
    width: 4px;
}
div.customescroll::-webkit-scrollbar-thumb {
    background-color: #ddd;
}
.social-btns .btn {
    width: 56px;
    height: 35px;
    /* line-height: 35px; */
    margin: 0 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


a.customizer-toggle {
  background: #ffffff;
  color: #fff;
  display: block;
  -webkit-box-shadow: -3px 0px 8px rgb(0 0 0 / 10%);
  box-shadow: -1px 1px 2px rgb(0 0 0 / 45%);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  position: absolute;
  top: 50vh;
  width: 38px;
  height: 38px;
  left: -39px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.customizer-toggle img{
  width: 25px;
}
.flx-offer{
  font-size: 12px;
}
.customizer.open {
  right: 0;
  padding-top: 110px;
}

/******************nav bar *****************/
.main-menu .navigation > li {
  padding: 4px 4px;
}
.main-menu .navigation > li > a{
  font-size: 14px;
}
.main-menu .navigation > li {
  margin-left: 12px;
}
.customizer.open {
  right: 0;
  padding-top: 127px;
}
}
@media (max-width: 767px) {
  .customizer {
    width: 270px;
    right: -270px;
  }

div#sync1 {
  height: 185px;
}
  .customizer {
    
  }
  section.car-Info h2 {
    font-size: 20px;
    margin: 10px 0;
}
.car-detailes > div{
  margin-bottom: 14px;
}
.faq-section .card-header h5 a {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
.price-content > div > strong {
  font-size: 14px;
}
.contaict-buttons > .callUsPV, .contaict-buttons > .whPV {
  padding: 10px;
  font-size: 12px;
}
.price-content > div > strong > span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 5px;
}
.product-layName {
  font-size: 16px;
  margin: 10px 0;
}

.faq-section .card-body {
  font-size: 12px;
}
.tamweel-container{
  font-size: 12px;
}
.location-car>span {
  font-size: 12px;
  line-height: initial;
}
.car-detailes > div {
  margin-bottom: 14px;
  font-size: 12px;
}
.header-more {
  margin-bottom: 14px;
  font-size: 18px;
}
}