:root {
    scroll-behavior: smooth;
  }
  body {
    font-family: "Poppins", sans-serif;
    color: #4f4e4e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
  }
  a {
    color: #545454;
  }
  a:hover {
    color: #545454;
  }
  a,
  a:hover {
    text-decoration: none;
  }
  p:last-child {
    margin-bottom: 0;
  }
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  img {
    max-width: 100%;
  }
  figure {
    margin-bottom: 0;
  }
  .form-control {
    border: 1px solid #8b8888;
    color: #6f6f6f;
    height: 48px;
    border-radius: 0;
    font-size: 14px;
    padding: 12px 15px;
  }
  .form-control:focus {
    outline: none;
    border: 1px solid #8b8888;
    box-shadow: none;
  }
  .form-control:-webkit-input-placeholder {
    color: #6f6f6f;
  }
  .form-control:-moz-placeholder {
    color: #6f6f6f;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: #6f6f6f;
  }
  .form-control::placeholder {
    color: #6f6f6f;
  }
  select::-ms-expand {
    display: none;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/about-us/triangle-bottom.png");
    background-repeat: no-repeat;
    background-position: 97% center;
  }
  .btn:focus,
  .btn:active {
    box-shadow: none;
    outline: none;
  }
  strong {
    font-weight: 700;
  }
  .box-shadow {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .btn {
    border-radius: 4px;
    font-size: 14px;
  }
  
  /*banner*/
  .hero-banner {
    background-image: url(../images/about-us/banner.png);
    z-index: 1;
    background-repeat: no-repeat;
    display: flex;
    background-position: center center;
    height: 600px;
    position: relative;
    max-width: 100%;
    margin: auto;
    background-size: cover;
  }
  .hero-banner:after {
    z-index: -1;
    background: linear-gradient(
      to right,
      rgba(77, 6, 60, 0) 0%,
      rgba(123, 25, 65, 0.2) 22%,
      rgba(150, 36, 68, 0.2) 48%,
      rgba(175, 45, 69, 0.2) 73%,
      rgba(221, 63, 73, 0.2) 100%
    );
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
  .hero-banner-content {
    height: 100%;
    position: relative;
  }
  
  /* .hero-banner-content:after{z-index: -1; position: absolute; right: 10px; top:-30px; content: ''; width: 600px; height: 600px; border-radius: 50%; background-color: rgba(27,6,14,0.50);} */
  
  .hero-banner-content-left {
    text-align: left;
    width: auto;
    background-color: transparent;
    border-radius: 10px;
    padding: 20px;
    border-radius: 10px;
  }
  .hero-banner-content-left h2 {
    margin-bottom: 16px;
    margin-top: 40px;
    font-size: 60px;
    line-height: 35.3px;
    font-weight: 500;
    color: #fff;
    text-align: left !important;
  }
  .hero-banner-content-left p {
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    margin-top: 17px;
    font-weight: 500;
    position: relative;
      top: -16px;
  }
  .hero-banner-content-left .logo-holder .logo {
    width: 200px;
    position: relative;
  }
  .hero-banner-content-left .logo-holder {
    width: 200px;
    position: relative;
  }
  .hero-banner-content-left .logo-holder::after {
    content: "";
    width: 109px;
    height: 1px;
    background-color: #d00f76;
    display: block;
    margin-top: 9.5px;
  }
  .custom-tabs {
    border: 0;
    gap: 0 40px;
    margin-bottom: 20px;
  }
  .custom-tabs .nav-item {
    width: calc(50% - 20px);
  }
  .custom-tabs .nav-link {
    font-size: 16px;
    color: #8b8888;
    border: 0;
    padding: 0 10px 10px 10px;
    width: 100%;
    border-bottom: 1px solid #8b8888;
    text-align: left;
  }
  .custom-tabs .nav-link:hover {
    border-color: #d00f76;
  }
  .custom-tabs .nav-link.active {
    font-weight: 600;
    color: #253858;
    border-color: #d00f76;
  }
  .get-offer-btn {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0;
    border: 0;
    height: 48px;
    background: linear-gradient(
      to right,
      rgba(223, 64, 74, 1) 0%,
      rgba(223, 64, 74, 1) 0%,
      rgba(192, 52, 71, 1) 16%,
      rgba(174, 45, 69, 1) 33%,
      rgba(156, 38, 68, 1) 46%,
      rgba(127, 26, 65, 1) 59%,
      rgba(116, 22, 64, 1) 67%,
      rgba(76, 6, 61, 1) 89%,
      rgba(76, 6, 61, 1) 100%
    );
  }
  .get-offer-btn:hover {
    color: #fff;
    background: #d00f76;
  }
  .checkbox {
    margin-bottom: 15px;
    color: #bababa;
  }
  .checkbox-list li:last-child .checkbox {
    margin-bottom: 0;
  }
  input[type="checkbox"] + label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #6f6f6f;
  }
  input[type="checkbox"] + label a {
    text-decoration: underline;
  }
  input[type="checkbox"] + label::before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #fff;
    border: 1px solid #8b8888;
  }
  input[type="checkbox"] {
    display: none !important;
  }
  input[type="checkbox"]:checked + label:after {
    content: "";
    background: #d00f76 url("../images/about-us/checked.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .hero-banner-content-right {
    width: 550px;
    color: #fff;
    padding-left: 50px;
  }
  .hero-banner-content-right h1 {
    font-size: 32px;
    font-weight: 500;
  }
  .hero-banner-content-get {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .hero-banner-content-right ul li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
  }
  .hero-banner-content-right ul li:after {
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    content: "";
    border-radius: 50%;
  }
  /*banner*/
  
  /*steps*/
  .page-heading {
    font-size: 36px;
    line-height: 1;
    color: #393938;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
  }
  .page-heading::after {
    content: "";
    width: 101px;
    height: 2px;
    background-color: #d00f76;
    display: block;
    margin-top: 11px;
  }
  .center-heading::after {
    margin: 11px auto 0 auto;
  }
  .upgrade-customers-carousel {
    margin-top: 50px;
  }
  .upgrade-item {
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    padding-top: 5px;
  }
  .sub-heading {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
    position: relative;
  }
  .upgrade-outer h2 span {
    color: #d00f76;
    display: block;
  }
  .upgrade-item i {
    background-color: #fff;
    display: flex;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    width: 76px;
    height: 76px;
    padding: 10px 20px;
    background-color: #ffecf6;
    border: 2px solid #fff;
  }
  .upgrade-item-heading {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #202020;
    margin-bottom: 15px;
  }
  .upgrade-item p {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .upgrade-customers-carousel img {
    width: auto !important;
  }
  .upgrade-item:hover .upgrade-item-heading {
    color: #d00f76;
  }
  .upgrade-item:hover i {
    background-color: #d00f76;
  }
  .upgrade-item:hover i img {
    filter: brightness(0) invert(1);
  }
  /*steps*/
  
  .pages-space {
    padding: 50px 0;
  }
  .pages-space .flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pages-space .left-step {
    width: calc(100% - 359px);
    padding-right: 82px;
  }
  
  .pages-space .left-step .row-flex-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    flex-wrap: wrap;
    margin-top: 37px;
  }
  .row-flex-custom.regular1 {
     display: none !important;
  }
  .pages-space .left-step .row-flex-custom .item {
    width: calc(50% - 42px);
    display: block;
    min-height: 157px;
  }
  .pages-space .left-step .row-flex-custom .item .imgBox {
    width: 55px;
    height: 55px;
    background: #ffffff;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pages-space .left-step .row-flex-custom .item .text-content .title {
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
    color: #393938;
    text-align: left !important;
  }
  .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
  .pages-space .left-step .row-flex-custom .item .text-content .para {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #70706c;
    margin-top: 6px;
  }
  .pages-space .right-step {
    width: 359px;
  }
  .pages-space .right-step img {
    width: 100%;
  }
  .choose-section {
    background-color: #fff;
  }
  .choose-btn-group {
    gap: 0 20px;
  }
  .choose-btn-group .btn {
    font-size: 18px;
    color: #4f4e4e;
    border-radius: 0;
    font-weight: 500;
    text-align: center;
    border: 1px solid #d00f76;
    width: 265px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .choose-btn-group .btn:hover {
    background-color: #d00f76;
    color: #fff;
  }
  .choose-btn-group .pink-btn {
    background-color: #d00f76;
    color: #fff;
  }
  .choose-btn-group .pink-btn:hover {
    background-color: #fff;
    color: #4f4e4e;
  }
  
  .offer-process-pic {
    position: relative;
    display: inline-block;
  }
  .offer-process-pic::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to right,
      rgba(77, 6, 60, 0) 0%,
      rgba(123, 25, 65, 0.2) 22%,
      rgba(150, 36, 68, 0.2) 48%,
      rgba(175, 45, 69, 0.2) 73%,
      rgba(221, 63, 73, 0.2) 100%
    );
  }
  .offer-process-content li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    color: #4f4e4e;
    margin-bottom: 10px;
  }
  .offer-process-content li:after {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #4f4e4e;
  }
  
  .valued-customers-carousel .owl-stage {
    display: flex;
  }
  .valued-customers-carousel .owl-stage .item {
    height: 100%;
  }
  .valued-customers-content {
    background-color: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
    height: 100%;
    text-align: center;
    border-radius: 7px;
  }
  .valued-customers-img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
  }
  .valued-customers-carousel {
    overflow: hidden;
    padding: 5px 30px;
  }
  .valued-customers-carousel .owl-stage-outer {
    overflow: visible !important;
  }
  .upgrade-customers-carousel img {
    width: auto !important;
  }
  .star {
    font-size: 10px;
    font-weight: 300;
    margin-bottom: 10px;
  }
  .star img {
    max-width: 100%;
    width: auto !important;
    margin: 0 auto 5px;
  }
  .star-value {
    color: #bababa;
  }
  .star-name {
    position: relative;
  }
  .star-name::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 17px;
    margin: auto;
    height: 1px;
    background-color: #000;
  }
  .valued-customers-content p {
    font-size: 15px;
    color: #4f4e4e;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
  }
  .arrow-carousel .owl-nav button {
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 1.1;
  }
  .arrow-carousel .owl-nav button.owl-next {
    right: -10px;
    background-image: url(../images/about-us/arrow-right.png);
  }
  .arrow-carousel .owl-nav button.owl-prev {
    left: -10px;
    background-image: url(../images/about-us/arrow-left.png);
  }
  .arrow-carousel .owl-nav button span {
    display: none;
  }
  
  .faq-outer .card {
    border-radius: 5px !important;
    border: 0;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .faq-outer .card-header {
    background-color: #fff;
    cursor: pointer;
    border-radius: 5px !important;
    padding: 24px 90px 24px 20px;
    background-image: url("../images/about-us/plus.png");
    border-bottom: 0;
    background-repeat: no-repeat;
    background-position: 98% center;
    margin-bottom: 0 !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
  }
  .faq-outer .card-header.collapsed {
    background-image: url("../images/about-us/plus-1.png");
  }
  .faq-outer .card-body {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    box-shadow: none;
    padding-top: 0;
    padding-right: 90px;
    color: #4f4e4e;
  }
  
  .used-car-section {
    padding-bottom: 50px;
  }
  .used-car-item-hd {
    font-size: 20px;
    color: #253858;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .used-car-item ul {
    margin-bottom: 15px;
  }
  .used-car-item li {
    margin-bottom: 3px;
  }
  .used-car-item li a {
    font-size: 14px;
    font-weight: 500;
    color: #05309d;
  }
  .see-more-link {
    font-size: 14px;
    font-weight: 500;
    color: #d00f76;
  }
  .see-more-link img {
    margin-left: 5px;
  }
  
  .sell-fast-car p {
    font-size: 18px;
  }
  .readmore-link {
    color: #d00f76;
    font-size: 18px;
    font-weight: 500;
  }
  
  /*welcome*/
  .welcome-section .para {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 37px;
    color: #70706c;
    padding-right: 30px;
  }
  .welcome-section .for-mobile{
     display: none;
  }
  .welcome-img-holder {
    position: relative;
    text-align: right;
  }
  .welcome-img-holder .bigImg {
    position: relative;
    width: 100%;
  }
  .welcome-img-holder .smalImg {
    position: relative;
    right: 50%;
    margin-top: -25%;
    width: 219px;
  }
  /*welcome*/
  
  /* offer */
  .offer-section {
    background-color: #fff6fb;
    overflow: hidden;
  }
  .offer-section .row-flex-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    flex-wrap: wrap;
    margin-top: 37px;
  }
  .row-flex-custom.regular.slider {
     display: none;
  }
  .offer-section .row-flex-custom .item {
    width: calc(50% - 56px);
    display: flex;
    align-items: self-start;
    gap: 2rem;
  }
  .offer-section .row-flex-custom .item .imgPic {
    width: 210px;
    height: 210px;
    border-radius: 1px;
  }
  
  .offer-section .row-flex-custom .item .text-content .title {
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
    color: #393938;
    text-align: left !important;
  }
  .offer-section .row-flex-custom .item .text-content .para {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-top: 9px;
    color: #70706c;
  }
  /* offer */
  .contact-section {
    position: relative;
  }
  .contact-section::before {
    height: 339px;
    width: 100%;
    content: "";
    background-image: url(../images/about-us/contactbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    bottom: 0;
  }
  .contact-section .form-field {
    border-top: 9px solid #d00f76;
    position: relative;
    background-color: #fff;
    margin-top: 22px;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.25);
  }
  .contact-section .form-field .form-row {
    margin: 0;
    column-gap: 59px;
    row-gap: 24px;
    padding: 42px 90px 32px 90px;
  }
  .contact-section .form-field .form-row .form-fiel {
    width: calc(50% - 29.5px);
  }
  .contact-section .form-field .form-row .form-fiel:last-child {
    width: 100%;
  }
  .contact-section .form-field .form-row .form-fiel .form-control {
    border-top-color: #fff !important;
    border-left-color: #fff !important;
    border-right-color: #fff !important;
    padding-left: 0;
  }
  .contact-section .form-field .btn {
    background-color: #d00f76;
    border-color: #d00f76;
    border-radius: 0;
    width: 186px;
    height: 54px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
  }
  .contact-detail{
     margin-top: 31px;
     padding-top: 16px;
     padding-left: 90px;
     padding-right: 90px;
     padding-bottom: 39px;
     display: grid;
     gap: 10px;
     /* align-items: flex-start;
     justify-content: space-between;
     flex-wrap: wrap; */
     position: relative;
     grid-template-columns: repeat(3, 1fr);
  }
  .contact-detail .last-item{
    grid-column: 1 / 4;
  }
  .contact-detail::before{
    content: "";
    border-top: 1px dashed #DBD7D7;
    width: 707px;
    height: 5px;
    top: -16px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
  }
  .contact-detail .item{
    text-align: center;
  }
  .contact-detail .item h3{
     font-size: 18px;
     line-height: 25px;
     font-weight: 500;
     color: #70706C;
  };
  .contact-detail .item{
    text-align: center;
  }
  .contact-detail .item a{
     font-size: 18px;
     line-height: 22px;
     font-weight: 400;
  };
  .copyright {
     width: 100%;
     text-align: center;
     margin-top: 21px;
     font-size: 18px;
     line-height: 25px;
     font-weight: 400;
   }
  .copyright{
     font-size: 18px;
     line-height: 25px;
     font-weight: 400;
     color: #70706C;
     width: 100%;
     text-align: center;
     margin-top: 21px;
  }
  .offer-section .slick-dots{
     position: static;
  }
  .offer-section .slick-list{
     padding: 0 0 0 100px;
  }
  .offer-section .slick-dots li button:before{
     width: auto;
     height: auto;
     font-size: 12px;
  }
  .offer-section .slick-dots li button {
     width: auto;
     height: auto;
     padding: 0;
  }
  .offer-section .slick-dots li {
     width: auto;
     height: auto;
     margin: 0 8px;
  }
  .offer-section .slick-dots li.slick-active button:before {
     opacity: 1;
     color: #D00F76;
  }
  .upgrade-outer .slick-prev:before{
     content: '';
  }
  .upgrade-outer .slick-next:before {
     content: '';
  }
  .upgrade-outer .slick-prev {
     left: 0;
     background-image: url(../images/about-us/leftarrow.svg) !important;
     background-repeat: no-repeat !important;
     background-position: center !important;
     z-index: 9999;
  }
  .upgrade-outer .slick-next {
     right: 0;
     background-image: url(../images/about-us/rightarrow.svg) !important;
     background-repeat: no-repeat !important;
     background-position: center !important;
  }

  #enquiry_form_btn {
    margin-top: 10px !important;
    display: inline;
}
  
@media (min-width: 768px) {

    .for-mobile{display: none;}
       
}

@media (max-width: 1199px) {
    .hero-banner-content-right{width: 500px;}
    .hero-banner-content-left{width: 420px;}
    .hero-banner-content-right h1{font-size: 30px;}
    .page-heading{font-size: 30px;}
    .used-car-item-hd{font-size: 18px;}
}

@media (max-width: 991px) {
    .hero-banner-content-right{width: 400px;     padding-left: 30px;}
    .hero-banner-content-left{width: 100%;}
    .hero-banner-content-right h1{font-size: 25px;}
    .page-heading{font-size: 26px; margin-bottom: 20px;}
    .used-car-item-hd{font-size: 18px;}
    .hero-banner-content-get{font-size: 16px;}
    .hero-banner-content-right ul li{font-size: 13px;}
    .hero-banner-content-right ul li:after{top:5px}
    input[type="checkbox"] + label{font-size: 12px;}
    .upgrade-item p{font-size: 16px;}
    .offer-process-content li{font-size: 16px;}
    .valued-customers-carousel{padding: 5px 15px;}
    .valued-customers-content{padding: 20px;}
    .arrow-carousel .owl-nav button{background-size: 10px;}
    .used-car-item li a{font-size: 13px;}
    .used-car-item-hd {    font-size: 16px;}
    .sell-fast-car p, .readmore-link {    font-size: 16px;}
    .faq-outer .card-header, .subheading {font-size: 21px;}
    .hero-banner-content-left .logo-holder .logo{
        width: 283px;
    }
    .offer-section .row-flex-custom{
        gap: 30px;
        margin-top: 30px;
    }
    .offer-section .row-flex-custom .item{
        width: 100%;
    }
    .pages-space .right-step {
        width: 322px;
    }
    .pages-space .left-step {
        width: calc(100% - 322px);
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .pages-space .left-step .row-flex-custom .item .text-content .title{text-align: center !important;}
    .offer-section .row-flex-custom .item .text-content .title{text-align: center !important;}
    .for-desktop-tab{display: none;}
    .hero-banner{background-image: url(../images/about-us/banner-mobile.svg);  background-repeat: no-repeat;  background-position: center center;background-size: cover;height: 298px}
    .hero-banner:after{
        display: none;
    }
    .hero-banner-content-left h2{
        font-size: 20px;
        line-height: 35.3px;
        font-weight: 500;
        margin: 0;
    }
    .hero-banner-content-left p{
        margin: 0;
        font-size: 10px;
        line-height: 38px;
        font-weight: 400;
    }
    .custom-tabs .nav-link{font-size: 12px;}
    .form-control{height: 46px; font-size: 12px;}
    input[type="checkbox"] + label{padding-left: 20px;}
    input[type="checkbox"] + label::before{width: 10px; height: 10px;}
    .get-offer-btn{font-size: 12px;}
    .hero-banner-content-right{padding-left: 0; }
    .hero-banner-content-right h1{font-size: 18px;}
    .hero-banner-content-get {font-size: 14px;}
    .hero-banner-content-right ul li {  font-size: 12px; padding-left: 0;   }
    .hero-banner-content-right ul li:after{display: none;}
    .hero-banner-content{height: 100%; padding-top: 40px;}
    .hero-banner-content-left{margin-bottom: 30px; width: 100%;}
    .tct-top{margin-bottom: 20px;}
    .page-heading {font-size: 18px; margin-bottom: 10px;}
    .pages-space {padding: 25px 0;}
    .upgrade-item-heading {font-size: 16px;}
    .upgrade-item p{font-size: 12px;}
    .upgrade-customers-carousel {        margin-top: 25px;    }
    .upgrade-item i{width: 70px; height: 70px;     margin: 0 auto 15px;}
    .arrow-carousel .owl-nav button{background-size: 8px !important;}
    .upgrade-item-heading{font-size: 17px;     margin-bottom: 10px;}
    .upgrade-item{padding: 5px 25px;}
    .payment-methods-logo{gap: 15px;}
    .valued-customers-carousel{padding: 10px 20px;}
    .valued-customers-content{border-radius: 10px; padding: 40px 20px;}
    .faq-outer .card-header{font-size: 12px; background-size: 20px; padding: 18px 45px 18px 15px;}
    .faq-outer .card-body{font-size: 11px; padding: 0 30px 15px 15px;}
    .still-text {font-size: 12px; margin-top: 25px;}
    .arrow-carousel .owl-nav button.owl-next{right: -7px;}
    .arrow-carousel .owl-nav button.owl-prev{left: -7px;}
    .valued-customers-carousel .owl-dots{text-align: center; margin-top: 10px;}
    .valued-customers-carousel .owl-dots .owl-dot{width: 6px; height: 6px; background-color: #BABABA; border-radius: 50%; margin: 0 2px;}
    .valued-customers-carousel .owl-dots .owl-dot.active{background-color: #D00F76;}
    .choose-btn-group .btn{font-size: 13px; height: 40px; max-width: 130px;}
    .offer-process-content{margin-top: 20px;}
    .offer-process-content .page-heading{text-align: center !important;}
    .offer-process-content li {font-size: 12px; padding-left: 10px;}
    .offer-process-content li:after{top:4px; width: 3px; height: 3px;}
    .valued-customers-content p{font-size: 12px;}
    .faq-outer{padding-top: 10px;}
    .faq-outer .accordion{margin-top: 25px;}
    .used-car-item-hd {font-size: 20px; margin-bottom: 5px;}
    .used-car-item li a {font-size: 12px;}
    .used-car-item li {margin-bottom: 0px;}
    .used-car-item ul {margin-bottom: 4px;}
    .used-car-item{margin-bottom: 15px;}
    .used-car-section {padding-bottom: 15px;}
    .sell-fast-car p, .readmore-link, .see-more-link {font-size: 12px;}
    .sell-fast-car p{margin-bottom: 10px;}
    .offer-process-pic{display: block; max-width: 515px; margin: 0 auto 10px;}
    .hero-banner-content-left .logo-holder .logo {
        width: 200px;
    }
    .welcome-section.pages-space .row {
        flex-direction: column-reverse;
    }
    .welcome-section .for-mobile{
        display: block;
    }
    .welcome-section .page-heading::after{
        margin:  0 auto;
    }
    .welcome-section .for-desktop{
        display: none;
    }
    .page-heading::after {
        content: "";
        width: 80px;
        height: 2px;
        background-color: #d00f76;
        display: block;
        margin-top: 4px !important;
    }
    .welcome-img-holder .bigImg{
        width: 100%;
        /* border-radius: 30px; */
    }
    .welcome-img-holder .smalImg{
        width: 99px;
        height: 154px;
        right: 65%;
        margin-top: 90px;
        object-fit: cover;
        border-radius: 30px;
    }
    .welcome-section .para {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        padding: 0 10px 0 10px;
    }
    .pages-space .left-step{
        width: 100%;
        padding: 0;
    }
    .offer-section .row-flex-custom, .pages-space .right-step {
        display: none !important;
    }
    .offer-section .row-flex-custom.regular.slider {
        display: block !important;
    }
    .offer-section .row-flex-custom .item .imgPic{
        width: 100%;
        height: auto;
    }
    .offer-section .row-flex-custom .item{
        padding: 0 10.5px 0 10.5px;
        /* margin-left: 100px; */
    }
    .offer-section .row-flex-custom .item .text-content{
        text-align: center;
    }
    .offer-section .row-flex-custom .item .text-content .title{
        font-size: 16px;
        line-height: 38px;
        font-weight: 500;
    }
    .offer-section .row-flex-custom .item .text-content .para{
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
    }
    .upgrade-outer .row-flex-custom{
        display:none !important;
    }
    .upgrade-outer .row-flex-custom.regular1{
        display: block !important;
        text-align: center;
        width: 66%;
        margin: 0 auto;
    }
    .pages-space .left-step .row-flex-custom .item .imgBox{
        margin: 0 auto;
    }
    .upgrade-outer .page-heading{
        text-align: center;
        display: block;
    }
    .upgrade-outer .page-heading::after{
        margin: 0 auto;

    }
    .pages-space .left-step .row-flex-custom .item .text-content .para{
        padding: 0 20px;
    }
    .pages-space .left-step .row-flex-custom .item{
        margin-top: 16px;
    }
    .sub-heading{
        font-size: 12px;
        line-height: 14px;
    }
    .sub-heading br{
        display: none;
    }
    .contact-section .form-field .form-row {
        padding: 11px 30px 15px 30px;
    }
    .contact-section .form-field .form-row .form-fiel {
        width: 100%;
    }
    .contact-section .form-field .btn{
        width: 88%;
    }
    .contact-detail{
        justify-content: center;
        text-align: center;
        width: 230px;
    display: block;
    margin: 16px auto 0 auto;
    padding-left: 0;
    padding-right: 0;

    }
    .contact-detail::before{
        top:0;
    width: 100%;
    }
    .contact-detail .item{
        margin-bottom: 12px;
        width: 100%;
    }
    .contact-detail .item h3, .contact-detail .item a{
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
    }
    .contact-detail .item h3, .contact-detail .item a svg{
        visibility: hidden;
    }
    .contact-detail .item h3{
        font-weight: 600;
        visibility: visible;
    }
    .copyright{
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
    }
    .copyright svg{
        display: none;
    }
    .upgrade-outer{
        overflow: hidden;
    }
}