.about-content-wrap > .btn:hover {
    background: #323232;
    color: #fff;
}
.banner-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1b1a24;
    opacity: .5;
}
.back-to-top {
    position: fixed;
    z-index: 999;
    bottom: 10%;
    left: 92%;
    transition:0.5s;
}
.back-to-top .scroll-top:hover {
    background: var(--secondary);
}
.best-services-thumb img{
    height: 100%;
    object-fit: cover;
}
.nice-select .list{
    max-height: 350px;
    overflow-y: scroll;
}
.breadcrumb-bg::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1b1a24;
    opacity: .9;
}
.btn-2 {
    background: var(--secondary);
}
.contact-cta{
    background: hsl(223deg 47% 45% / 57%);
}
/* testimonial */
.testimonial-card {
    background: #fff;
    padding: 45px;
    border-radius: 10px;

}
.testimonial-card .description{
    position: relative;
    z-index: 1;
}
.testimonial-card .description::before {
    content: "\f113";
    font-family: Flaticon;
    font-size: 45px;
    color: #f2fafc;
    position: absolute;
    line-height: .1em;
    z-index: -1;
    top: 2px;
    left: -35px;
    transform: rotateX(353deg) rotateY(181deg);
}
.testimonial-card .description::after{
    content: "\f113";
    font-family: Flaticon;
    font-size: 45px;
    color: #f2fafc;
    position: absolute;
    line-height: .1em;
    z-index: -1;
    bottom: 5px;
    right: -30px;
    transform: rotateX(180deg);
}
/*=============warelist icon===========*/
.icons {
    width: 74px;
    height: 74px;
    border: 1px dashed #fff;
    text-align: center;
    line-height: 74px;
    border-radius: 50%;
    font-size: 22px;
    flex: 0 0 74px;
    color: #fff;
    background: var(--primary);
    transition: .3s linear;
}

.fact-area-titles {
    position: absolute;
    left: 0;
    right: 0;
    top: -22px;
    text-align: center;
    max-width: 637px;
    margin: 0 auto 0;
    background: var(--primary);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.4;
    padding: 7px 40px;
}
.fact-area-titles::before {
    content: "";
    position: absolute;
    left: -19px;
    top: 0;
    width: 20px;
    height: 100%;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 56% 50%, 0% 0%);
    background: var(--primary);
}
.fact-area-titles::after {
    content: "";
    position: absolute;
    right: -19px;
    top: 0;
    width: 20px;
    height: 100%;
    clip-path: polygon(100% 0%, 45% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    background: var(--primary);
}
.fact-area-titles > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #fff;
    left: 14px;
    border-radius: 50%;
    z-index: 1;
}
.fact-area-titles > span.right {
    left: auto;
    right: 14px;
}
.fts{
    font-size:15px;
}
/*==========end===============*/
.footer-contact ul li:nth-child(1) .icon {
    background: #3c5aa8;
}
.active{
    color: var(--primary) !important;
}
.all-parts ul li{
    border: 1px solid #ddd;
    padding: 10px 15px;
}
.specialofferwrapper{
    text-align: center;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}
.offer-img img{
    object-fit: contain;
    height: 100%;
}
.rating p{
    color: #fff;
}
.auto-parts .feature-content p{
    margin: 0;
}


.float-call {
  position: fixed;
  bottom: 100px;
  right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary);
  text-align: center;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
  z-index: 9999;
}

.float-call:hover {
  background-color: #282828;
}

.float-call a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  color: #fff;
}

.float-call i {
  font-size: 24px;
  margin-top: 18px;
}

#ec{
 margin:0 !important;
}


.brand-cards{
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(8, 1fr);
}