*{
  margin: 0;
  padding: 0;
  /*user-select: none;*/
  box-sizing: border-box;
    font-family: 'Figtree', sans-serif;
        font-weight: 400;
}



body{
  overflow-x: hidden;
}
p{
  line-height: 23px;
}
b{
  font-weight: 600;
}

 :root {
    --primary:#128A69;
    --secondary:#4BAC42;
      --black: #202020;
     --g-dark: #055741;
     --dark-slt: #2D5A5B;
    --brdr:2px solid #fff;
    --input:  #f0f0f0;
    --box-shadow: 1px 1px 5px 1px rgb(151 149 149 / 50%);
    --bg: #ebf3fd;
    --fa:FontAwesome;
    --roboto:roboto;
    --grey: #F3F4F8;
    --bgrey: #4F4949;
      --success: #4CAF50;
      --info: #2196F3;
      --warning: #ffeb3b;
      --blue: #0051A2;
    --lblue: #C6DAFA;
      --danger: #f44336;
      --white:#fff;
   }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }





.heading-div h1,.heading-div h2,.heading-div h3,.heading-div h4, .heading-div h5, .heading-divh6 {
font-size: 43px;
font-weight:400;
color: var(--black);
text-align: center;
width: 100%;
margin: auto;
margin-bottom: 30px !important;
}


.form-quote-top {
 text-align: center;
}

.m-cntr{
  width: 100%;
  padding: 20px;
}

.vehicle-option ul{
    display: flex;
  align-items: center;
}

.vehicle-option ul li {
  list-style: none;
  margin:0 10px;
  font-weight: 500;
}


.our-service {
  background-image: url(../img/home/our-service.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  position: relative;
}


.call-heading {
  width: 90%;
  margin: auto;
  background-color: var(--white);
  border-radius: 30px;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: -60px;
  position: relative;
  box-shadow: var(  --box-shadow) ;
  z-index: 1;
}
.call-heading p, .call-heading h2 {
   font-weight: 500;
   font-size: 18px !important;
}
.service-cntr h2{
  font-size: 34px;
  text-align: center;
}
.call-heading a{
 font-size: 22px;
  background: -webkit-linear-gradient(var(--primary), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: flex;
  margin-top: 10px;
}
.call-heading a img{
  margin-right: 6px;
}
.call-heading a span{
  font-weight: 700;
}
.service-cntr{
  width: 100%;
  margin: auto;
  margin-top: 50px;
  color: var(--white);
}



.service-mid {
  border: var(--brdr);
  padding:20px;
  border-radius: 15px;
  background-color: var(--g-dark);
  margin: 20px auto;
}
.service-mid:hover, .scrap-div:hover, .blog-all-home > div:hover img, .contact-div-flex > div:nth-child(2):hover img, .cash-for-car-in:hover, .contact-div:hover img{
  transform: scaleX(1.05) scaleY(1.05);
  transition: .3s;
    box-shadow: 2px 2px 12px 2px rgb(64 64 64 / 10%);
}
.service-mid p {
  margin: 10px auto;
}
.service-mid h3{
  font-weight: 500;
}
.service-mid a{
color: var(--secondary);
text-decoration: none;
}
.service-mid a i {
 font-size: 12px;
 transform: rotate(45deg);
}

.service-mid a:hover i{
  transform: rotate(90deg);
  transition: .3s;
}
.customer-review {
  padding: 50px 0;
    background-color: #F9F9F9;
    overflow: hidden;
}
.review-section {
  width: 100%;
  overflow: hidden;
}
.heading-div{
  width: 90%;
  margin: auto;
}
.rating-star i {
  color: var(--secondary);
}
.rating-profile {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.rating-profile img{
  width: 30px;
  height: 30px;
  border-radius: 20px;
}
.rating-profile p{
  margin-left: 9px;
  font-weight: 500;
}
.review-cnt {
  background-color: var(--white);
  box-shadow:  1px 1px 5px 1px rgb(217 210 210 / 50%);
  padding: 50px 40px;
  border-radius: 10px;
  margin: 0  40px 0 0;
}

.review-section .slick-list{
  padding: 0 !important;
}
.review-section  .slick-track{
    margin: 20px;
}
.rating-content {
  margin: 20px 0;
}
.slick-prev:before {
  content: "<";
}

.slick-next:before {
  content: ">";
  color: #fff;
  font-size: 25px;

}


.review-section .slick-prev,
.review-section  .slick-next {
  position: relative;
  right: -43%;
  border: none;
  color: transparent;
  border-radius: 30px;
  width: 30px;
  height: 30px;
    cursor: pointer;
}


.review-section  .slick-prev:before,
.review-section  .slick-next:before {
  content: "";
  background-image: url(../img/home/greater.png);
  background-size: cover;
      color: #fff;
    left: 7px;
    position: absolute;
    width:30px;
    height: 30px;
    top: 0;
}
.review-section  .slick-prev {
  left: 42%;
}
.review-section  .slick-prev:before {
   background-image: url(../img/home/less.png);
  background-size: cover;
}
.review-section  .slick-dots {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.review-section  .slick-dots li {
  display: inline-block;
}
.review-section  .slick-dots li button {
  transition: 0.2s background-color ease-in-out 0s;
  border: none;
  padding: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  background-color: #333;
  margin-right: 10px;
  border-radius: 50%;
}
.review-section  .slick-dots li.slick-active button {
  background-color: #333;

}


.our-location {
  background-image: url(../img/home/location.png);
  background-size: cover;
  padding: 70px 20px;
}
.location-content {
  text-align: center;
}
.location-content form .form-row {
  background-color: var(--white);
  width: 100%;
  margin: 20px auto;
  border-radius: 40px;
  display: flex;
  padding: 5px;
  justify-content: space-between;
}
.location-content form .search-pc {
  border: 0;
  outline: none;
  padding: 14px;
    border-radius: 40px;
    width: 75%;
}
.submit-location{
  background-image: linear-gradient(to left, var(--primary), var(--secondary));
  padding: 10px 20px;
   border-radius: 40px;
   color: #fff;
   border: 0;
   cursor: pointer;
}

.location-content h2{
  font-size: 42px;
  color: #fff;
}
.see-location {
  color: var(--white);
  text-decoration: underline;
}

.scrap-div{
  background-color:var(--white);
  padding: 40px;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  margin: 30px auto;
  position: relative;
}
.scrap-div:before{
  content: "";
  position: absolute;
  background-image: url(../img/home/star.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  left: 20px;
  top: 45px;
}

.scrap-div h3{
  font-weight: 700;
  margin-bottom: 20px;
}
.content-scrap {
  position: relative;
  padding: 50px 0;
}
.content-scrap:after{
  content: "";
    position: absolute;
  background-image: url(../img/home/bg1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 471px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.faq h2, .faq h4{
  color: var(--white);
  font-size: 40px;
  text-align: center;
  padding: 20px 0;
}

.faq-bg {
  background-color: var(--g-dark);
  padding: 20px 0;
}

/*faq*/
.accordion-container {
    width: 100%;
}

.accordion-item {
    background-color: #FFFFFF; 
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
}

.accordion-header {
    background-color: var(--white);
    color: var(--black);
    padding: 15px;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}
.accordion-header:hover{
  background-color: var(--secondary);
  color: var(--white);
}

.accordion-content {
    background-color: var(--white);
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
        border-radius: 8px;
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
}

.icon {
    transition: transform 0.3s ease;
    font-size: 14px;
}

.faq-active{
  background-color: var(--secondary);
  color: var(--white);
}

.faq-active .icon {
    transform: rotate(180deg);
}

/*faq end*/


.blog-flex > div:nth-child(1){
  width: 100%;
}

.blog-flex > div:nth-child(1) a, .read-more, .block-a{
  background-image: linear-gradient(to left, var(--secondary), var(--primary));
  padding: 10px 20px; 
  display: inline-block;
  margin-top: 20px;
  border-radius: 40px;
  color: var(--white);
  text-decoration: none;
}
.blog-flex > div:nth-child(1) a:hover, .read-more:hover, .block-a:hover{
    background-image: linear-gradient(to left, var(--primary), var(--secondary));
    transition: 1s;
}
.blog-flex > div h2, .blog-flex > div h3{
  font-weight: 600;
  font-size: 40px;
  color: var(--black);
}

.blog-flex > div:nth-child(2){
  width: 100%;
  margin-top: 10px;
}


.blog-date-read {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.blog-date-read p {
   font-weight: 500; 
}

.blog-img {
  width: 100%;
  height: 300px;
    border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.blog-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.latest-blog{
  margin: 40px 0;
}

.blog-home-link a{
  font-size: 17px;
  color: var(--black);
  text-decoration: none;
  font-weight: 600;
}
.blog-home-content {
  padding: 0 20px 20px 20px;
}
.blog-all-home{
  width: 100%;
  
}
.blog-all-home > div{
     box-shadow: var(--box-shadow);
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.instant-cash{
  background-image: url(../img/home/instant-cash.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.instant-cash-right{
  width: 100%;
}
.instant-cash-right img{
  width: 100%;
  margin-top: 20px;
}
.instant-cash-left{
  width: 100%;
}
.instant-cash-left h2, .instant-cash-left h4{
  color: var(--white);
  font-size: 30px;
}




.footer-flex > div{
  width: 100%;
  margin-bottom: 20px;
}
.footer{
  background-color: #F1F1F1;
  padding: 30px 0;
}
.footer-serv ul li{
  list-style: none;
  margin: 10px 0;
}
.footer-serv ul li a, .footer-serv ul li{
  text-decoration: none;
  color: var(--black);
font-weight: 600;
}
.align a{
  display: flex;
  align-items: center;
      font-size: 22px;
    background: -webkit-linear-gradient(var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;

}
.align a img{
  margin-right: 10px;
}
.align .location-content .form-row{
  width: 100% !important;
  display: flex;
  align-items: center;
}
.footer-serv1{
  width: 100% !important;
}
.footer-serv2{
  width: 100% !important;
}

.footer-serv3{
  width:100% !important;
  margin-right: 10px;
}

.footer-logo img{
  width: 200px;
}
.footer-serv2 li, .footer-serv2 .form-row {
  margin: 2px !important;
}
.footer-serv2 .form-row {
  border: 1px solid #ddd;
  padding-right: 5px;
}

.footer-bottom {
  background-image: linear-gradient(to right, var(--primary), var(--secondary));
}
.footer-bottom-flex {
  padding: 20px 0;
  color: var(--white);
}
.footer-bottom-flex>div:nth-child(1) p{
margin-bottom: 10px;
}
.footer-bottom-flex a{
  color: var(--white);
  text-decoration: none;
  margin: 0 4px;
  display: inline-block;
}
.footer-serv2 form {
  margin-top: 10px;
}

.form-quote2{
  width: 100%;
  margin: auto;
    margin-top: 20px;
}

.form-quote2 > form div input{
width: 100%;
padding: 15px;
border: 1px solid #ddd;
font-weight:500 !important;
border-radius: 6px;
margin: 10px 0;

}
.submit-form{
  cursor: pointer;
  background-image: linear-gradient(to left, var(--secondary), var(--primary));
  color: var(--white);
  border-radius: 40px !important;
}
.form-quote{
  background-color: var(--white);
  /*box-shadow: var(--box-shadow);*/
  width: 100%;
  padding: 20px;
  margin:30px auto 50px;
  border-radius: 20px;
  border: 1px solid #ddd;
}
.banner-section{
  background-image: url(../img/home/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 10px;
  margin-bottom: 30px;
    margin-top: 70px;
}
.banner-content{
  width: 100%;
}
.banner-content div img{
  width: 100%;
}
.banner-content h1{
  color: var(--white);
  font-weight: 300 !important;
  font-size: 44px;
}
.banner-content h1 b{
    font-weight: 700 !important;
}
.banner-content a {
    background-image: linear-gradient(to left, var(--secondary), var(--primary));
    color: var(--white);
    border-radius: 40px !important;
    padding: 10px 30px ;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
}
.banner-ul {
  margin-top: 20px;
}
.banner-ul li {
  font-size: 26px;
  list-style: none;
  color: var(--white);
}
.banner-ul li:nth-child(1){
  font-weight: 300;
  font-size: 16px;
}
.banner-ul li:nth-child(2){
  font-weight: 500;
}



.slick-carousel .slick-list{
  padding: 0 !important;
}
.slick-carousel  .slick-track{
    margin: 20px 0; 
}
.rating-content {
  margin: 20px 0;
}
.slick-prev:before {
  content: "<";
}

.slick-next:before {
  content: ">";
  color: #fff;
  font-size: 25px;

}


.slick-carousel .slick-prev,
.slick-carousel  .slick-next {
  position: relative;
  right: -93%;
  border: none;
  color: transparent;
  border-radius: 30px;
  width: 30px;
  height: 30px;
    cursor: pointer;
        background-color: #128a69;
}


.slick-carousel  .slick-prev:before,
.slick-carousel  .slick-next:before {
  content: "";
  background-image: url(../img/home/greater.png);
  background-size: cover;
      color: #fff;
    left: 0;
    position: absolute;
    width:30px;
    height: 30px;
    top: 0;
}
.slick-carousel  .slick-prev {
  left: 92%;
}
.slick-carousel  .slick-prev:before {
   background-image: url(../img/home/less.png);
  background-size: cover;
}
.slick-carousel  .slick-dots {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.slick-carousel  .slick-dots li {
  display: inline-block;
}
.slick-carousel  .slick-dots li button {
  transition: 0.2s background-color ease-in-out 0s;
  border: none;
  padding: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  background-color: #333;
  margin-right: 10px;
  border-radius: 50%;
}
.slick-carousel  .slick-dots li.slick-active button {
  background-color: #333;

}





























/*menu css*/

header{
z-index: 999;
position: fixed;
top: 0;
left: 0;
  width: 100%;
  background-color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
  padding: 0 100px;
  transition: 0.6s;
}

header .logo{
  color: var(--black);
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}

header .navigation{
  position: relative;
  line-height: 75px;
  transition: 0.6s;
  transition-property: line-height;
}

header.sticky .navigation{
  line-height: 60px;
}

header .navigation .menu{
  position: relative;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.menu-item > a{
  color: var(--white);
  font-size: 1em;
  text-decoration: none;
  margin: 20px;
  padding: 25px 0;
  font-weight: 500;
}

.menu-item > a:hover{
  color: var(--primary);
  transition: 0.3s;
}

.menu-item .sub-menu{
  position: absolute;
  background: #23252B;
  top: 74px;
  line-height: 40px;
  list-style: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
  pointer-events: none;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s;
  transition-property: transform, opacity;
}

header.sticky .menu-item .sub-menu{
  top: 60px;
}

.menu-item:hover .sub-menu{
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
  z-index: 999;
}

.menu-item .sub-menu .sub-item{
  position: relative;
  padding: 7px 0;
  cursor: pointer;
  box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
}

.menu-item .sub-menu .sub-item a{
  color: var(--black);
    font-size: 1em;
  text-decoration: none;
  padding: 15px 30px;
}

.menu-item .sub-menu .sub-item:hover{
  background: #4080EF;
}

.menu-item .sub-menu .sub-item:last-child:hover{
  border-radius: 0 0 8px 8px;
}

.more .more-menu{
  position: absolute;
  background: #23252B;
  list-style: none;
  top: 0;
  left: 100%;
  white-space: nowrap;
  border-radius: 0 8px 8px 8px;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s;
  transition-property: transform, opacity;
}

.more:hover .more-menu{
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
}

.more .more-menu .more-item{
  padding: 7px 0;
  box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}

.more .more-menu .more-item:hover{
  background: #4080EF;
}

.menu-btn{
  display: none;
}

@media (max-width: 1060px){
  header .navigation .menu{
    position: fixed;
    display: block;
    background: #23252b;
    min-width: 350px;
    height: 100vh;
    top: 0;
    right: -100%;
    padding: 90px 50px;
    visibility: hidden;
    overflow-y: auto;
    transition: 0.5s;
    transition-property: right, visibility;
  }

  header.sticky .navigation{
    line-height: 75px;
  }

  header .navigation .menu.active{
    right: 0;
    visibility: visible;
  }

  .menu-item{
    position: relative;
    line-height: 50px;
  }

  .menu-item .sub-menu{
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    overflow: hidden;
    display: none;
  }

  header.sticky .menu-item .sub-menu{
    top: 0;
  }

  .menu-item:hover .sub-menu{
    transform: translateX(10px);
  }

  .menu-item .sub-menu .sub-item{
    box-shadow: none;
  }

  .menu-item .sub-menu .sub-item:hover{
    background: none;
  }

  .menu-item .sub-menu .sub-item a:hover{
    color: #4080EF;
    transition: 0.3s;
  }

  .more .more-menu{
    opacity: 1;
    position: relative;
    left: 0;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    display: none;
  }

  .more .more-menu .more-item{
    box-shadow: none;
  }

  .more .more-menu .more-item:hover{
    background: none;
  }

  .more .more-menu .more-item a{
    margin-left: 20px;
  }

  .close-btn{
    position: absolute;
    background: url(../img/home/close.png)no-repeat;
    width: 40px;
    height: 40px;
    background-size: 25px;
    background-position: center;
    top: 0;
    left: 0;
    margin: 25px;
    cursor: pointer;
  }

  .menu-btn{
    background: url(../img/home/menu.png)no-repeat;
    width: 40px;
    height: 40px;
    background-size: 30px;
    background-position: center;
    cursor: pointer;
    display: block;
  }

  header{
    padding: 15px 20px;
  }

  header.sticky{
    padding: 10px 20px;
  }
}

/*menu css*/















.contact-us-banner{
  background-image: url(../img/contact-us/contact-us-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 20px;
  margin-top: 75px;
}
.contact-ul ul{
  display: flex;

}
.contact-ul ul li{
  list-style: none;
  color: #fff;
}

.contact-div{
  width: 100%;
  color: #fff;
  margin-top: 20px;
}
.contact-div h2, .contact-div h1{
  font-size: 40px;
  margin: 20px 0;
  margin-top: 40px;
}
.contact-div h5{
  font-size: 22px;
}

.contact-form-div ul li{
  display: flex;
  list-style: none;
  align-items: center;
  margin: 15px 0 30px 0;
}
.contact-form-div ul li img{
  margin-right: 20px;
}
.contact-form-div ul li a{
  text-decoration: none;
  color: var(--black);
  font-weight: 600;
  font-size: 18px;
}
.contact-form-div ul li strong{
   font-weight: 600;
   color: var(--secondary);
}
.span-contact{
      font-size: 18px;
}
.contact-form-div ul li span{
   font-weight: 600;
 
}
.contact-form-div ul li  span{
  display: inline-block;
  margin-top: 4px;
}
.social-flex {
  display: flex;
}
.social-flex li {
  margin:10px 0 0 0 !important;
}
.contact-form-div h4, .contact-us-form h3{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-form-div {
  background-color: #fbf9f9;
  box-shadow: 1px 1px 5px 1px rgb(151 149 149 / 17%);
  padding: 20px;
  border-radius: 20px;
  width: 48%;
  border:1px solid #ddd;
}
.contact-form-flex{
  display: flex;
  justify-content: space-between;
}
.contact-dv{
  margin: 50px 0;
}

.contact-row {
  display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.contact-row > div{
  width: 48%;
  margin: 10px 0;
}
.contact-row > div input, .contact-textarea textarea{
  padding: 10px;
  width: 100%;
border: 1px solid #ddd;
border-radius: 6px;
margin-top: 4px;
outline: none;
}

.submit-button input{
  background-image: linear-gradient(to left, var(--secondary), var(--primary));
  border: 0;
  border-radius: 40px;
  padding: 14px 80px;
  color: var(--white);
  margin-top: 30px;
  cursor: pointer;
  font-size: 15px;
}
.contact-textarea{
  margin-top: 5px;
}

.get-instant {
  background-image: url(../img/contact-us/banner-sd.png);
  background-size: cover;
}
.contact-div img{
  width: 100%;
  border-radius: 20px;
}

.contact-div-flex > div:nth-child(1){
  width:100%;
}
.contact-div-flex > div:nth-child(1) h2{
  font-size: 30px;
  color: var(--white);
}

.contact-div-flex > div:nth-child(2){
  width:100%;
  margin-top: 20px;
}
.contact-div-flex > div:nth-child(2) img{
  width:100%;
  border-radius: 20px;
}

.heading-div b{
  font-weight: 600 !important;
}
.heading-div p{
  text-align: center;
  width: 80%;
  margin: auto;
    margin-top: 10px;
}


.cash-for-car-flx .cash-for-car-div-img{
  width: 100%;
  margin-top: 10px;
}
.cash-for-car-flx .cash-for-car-div-img img{
  width: 100%;
  border-radius: 15px;
}
.cash-for-car-flx .cash-for-car-div-img img:hover{
 transform: perspective(1000px) scale(1.03);
 transition: 1s;
}

.cash-for-car-flx .cash-for-car-div{
    width: 100%;
    margin-top: 20px;
}

.cash-for-car-section{
  background-color: #F9F9F9;
  padding: 20px 0;
}
.cash-for-car-section .heading-div{
  margin-bottom: 20px;
}
.cash-for-car-step{
  background: url(../img/cash-for-car/cash-for-car-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}


.cash-for-car-in {
  width: 100%;
  text-align: center;
  color: var(--white);
  background-color: var(--dark-slt);
  padding: 30px;
  border: 1px solid var(--white);
  border-radius: 10px;
  margin-bottom: 20px;
}


.cash-for-car-in img{
  width: 80px;
}
.cash-for-car-in h6, .cash-for-car-in h4{
margin: 10px 0;
}
.cash-for-car-in h4{
  font-size: 20px;
  font-weight: 600;
}
.cash-for-car-in p{
  line-height: 23px;
}
.brand-section{
  margin: 40px 0;
  position: relative;
}
.brand-flex{
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  background-color: var(--white);
  padding: 20px;
  margin: auto;
  margin-top: 30px;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
}
.brand-flex > img{
width: 16%;
height: 70px;
object-fit: contain;
}
.brand-flex > img:nth-child(1),.brand-flex > img:nth-child(2), .brand-flex > img:nth-child(3),.brand-flex > img:nth-child(4),.brand-flex > img:nth-child(5),.brand-flex > img:nth-child(6){
margin-bottom: 30px;
}

.brand-section:after {
    content: '';
    background-image: url(../img/cash-for-car/bg1.png);
    position: absolute;
    top: -40px;
    right: 67px;
    width: 35%;
    height: 214px;
    z-index: -1;
}
.brand-section2:after{
      background-image: url(../img/car-wrecker/bg1.png) !important;
}
.why-choose{
     background-image: url(../img/cash-for-car/why-choose.png);
     background-size: cover;
}

.why-flex > div{
  width: 100%;
  margin-bottom: 15px !important;
}
.button-center{
  text-align: center;
}

.cash-for-car-div h2{
  font-size: 35px;
  margin-bottom: 15px;
}
.location-ul{
  background-color: var(--dark-slt);
  padding: 40px 0;
}
.location-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.location-flex li {
  list-style: none;
  width: 24%;
  border: 1px solid var(--primary);
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 14px;
  color: var(--white);
  margin-bottom: 16px;
  margin: 5px;
}
.location-flex img{
  margin-right: 10px;
}
.location-h2 h2{
  font-size: 40px;
    text-align: center;
    padding: 0 0 20px 0;
        color: var(--white);
}

.banner-content > div:nth-child(1){
  width: 100%;
}
.banner-content > div:nth-child(2){
text-align: center;
}
.blog-inner {
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 12px 2px #ddd;
    margin-bottom: 30px;
}
.blog-content img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.banner-btn {
    display: inline-block;
    padding: 9px 23px;
    background-color: #57ceff;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}
body .blog-inners h2, body .blog-inners h3, body .blog-inners h4, body .blog-inners h5 {
    font-size: 20px !important;
    font-weight: 600;
}
.blog-content h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0;
}