ol.ol
{
    list-style:number; margin-top:30px; margin-left:20px;
}

ol.ol li
{
    margin:20px 0;
    line-height:16px;
}

/*--------------------------------------------------------------
# See this car start css start- Desktop
--------------------------------------------------------------*/

.see-car-bx {
  display: flex;
  padding: 0px;
  margin: 20px 0 0  0;
  justify-content: space-between;
}

.see-car-text-bg {
  width: 48%;
  height: auto;
  background: url(../images/see-text-bg.png) no-repeat;
  background-position: -134px 0;
}

.text-car-bx {
  width: 74%;
  height: auto;
  margin-left: 25%;
  margin-top: 10%;
}

p.see-your-car-p {
  font-size: 15px;
  font-weight: 300;
  color: #0f2950;
  position: relative;
  margin-top: 100px;
  padding-left: 46px;
  margin: 0;
}

p.see-your-car-p:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: #0f2950;
  height: 2px;
  width: 32px;
}

.text-car-bx h1 {
  font-size: 50px;
  color: #1c1c1c;
  font-weight: bold;
  line-height: 75px;
  margin: 0px;
  padding: 0px;
}

.text-car-bx h1 span {
  display: block;
  font-size: 44px;
}

p.car-description {
  color: #656565;
  line-height: 24px;
  font-size: 12px;
  font-weight: 300;
  text-align: justify;
}

.see-car-image {
  width: 52%;
  height: auto;
  position: relative;
}

.image-bx {
  text-align: right;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.image-bx img {
  position: relative;
  z-index: 2;
  top: 83px;
  left: -23px;
}

.see-image-bg {
  background: #f6d2d4;
  height: 450px;
  position: absolute;
  border-radius: 364% 0 0 357%;
  width: 785px;
  right: -70px;
  transform: rotate(-11deg);
  top: 32px;
}

.see-image-bg::before {
  content: "";
  position: absolute;
  padding: 0px;
  margin: 0px;
  background: url(../images/see-your-car.png);
  width: 181px;
  height: 126px;
  bottom: 61px;
  left: -107px;
  transform: rotate(10deg);
}

/*--------------------------------------------------------------
# How It Works css start - Desktop
--------------------------------------------------------------*/

.how-it-work-header {
  text-align: center;
  width: 100%;
}

.how-it-work-header p {
  padding: 0;
  margin: 0;
  color: #0f2950;
  font-weight: bold;
}

.how-it-work-header h2 {
  color: #1c1c1c;
  font-size: 24px;
  margin: 0px;
  padding: 4px 0;
}

.how-it-text {
  background: url(../images/how-it-text-bg.svg) no-repeat;
  height: auto;
  width: 83%;
  background-position: top center;
  border: 1px solid transparent;
  margin: auto;
  background-size: 100%;
  margin-bottom: 30px;
}

ul.how-it-text-ul {
  display: flex;
  padding: 0px;
  margin: 0px;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 25px;
}

ul.how-it-text-ul li {
  width: 32%;
  min-height: 300px;
  display: block;
  margin: auto;
  text-align: center;
}

.how-it-image {
  width: 120px;
  height: 120px;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  border-radius: 10px;
}

.image-bx1 {
  width: 100px;
  height: 100px;
  background: #e9ebef;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

ul.how-it-text-ul li h3 {
  font-size: 16px;
  color: #252626;
  padding: 24px 0 0 0;
  margin: 0px;
}

ul.how-it-text-ul li p {
  color: #858585;
  line-height: 21px;
  width: 88%;
  margin: auto;
  font-weight: 300;
  padding-top: 8px;
}

.get-started-btn {
  color: #000;
  background: #efefef;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  width: 157px;
  display: block;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}
.get-started-btn svg {
  margin: 0 9px;
}

/*--------------------------------------------------------------
# Ads Css Start- Desktop
--------------------------------------------------------------*/


.banner-ad {
  position: relative;
  width: 1000px;
  overflow: hidden;
  margin: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.banner-ad img{
  width: 100%;
  height:100%;
}
.banner-ad::after{
  content: 'Ad';
  position: absolute;
  top: 0;
  left: 0;
  color: #4e4c4c;
  background: white;
  padding: 1px 4px;
  border-radius: 0 0 3px 0;
  font-size: 12px;
}

/*--------------------------------------------------------------
# Getting paid is easy with AutoBoro Pay css start - Desktop
--------------------------------------------------------------*/

.getting-paid-car {
  height: auto;
  background-color: #f7f7f7;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.getting-left-car {
  width: 50%;
  height: auto;
}

.getting-left-car img {
  max-width: 100%;
}

.getting-right-text {
  width: 50%;
}

.getting-txt-bx {
  width: 70%;
}

.getting-right-text h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
  padding: 45px 0 0 0;
}

.getting-right-text p {
  color: #858585;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.getting-txt-bx h5 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #2c2c2c;
}

/*--------------------------------------------------------------
# What Our Seller Says css start - Desktop
--------------------------------------------------------------*/

.what-our-seller-bx {
  width: 80%;
  margin: auto;
  padding-bottom: 40px;
}

.reward-bx {
  text-align: center;
  height: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 35px 0;
  flex-direction: column;
}

.slick-dots li button:before {
  font-size: 42px;
  transition: all 0.4s;
  color: #c2c2c2;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  width: 26px;
  background: #0f2950;
  color: transparent;
  opacity: 1;
  border-radius: 29px;
  height: 10px;
  top: 4px;
  transition: all 0.4s;
  left: -4px;
}

.tm-bx {
  width: 66%;
  min-height: 303px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  margin: 0 50px;
  padding: 20px;
  border-radius: 8px;
}

.tm-bx span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tm-bx span a img {
  margin: 0 3px;
}

.tm-txt {
  color: #807d7d;
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
}

.tm-name {
  font-weight: 500;
  color: #2c2c2c;
}

.tm-seller {
  color: #f16868;
  font-size: 12px;
  margin: 0px;
}

.tm-img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px dashed #f16868;
  margin: auto;
  overflow: hidden;
  margin-top: 13px;
  background: #fffaf9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -50px;
}

.tm-img img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Get a risk-free estimate css start - Desktop
--------------------------------------------------------------*/

.bg-get-risk {
  background: #cbd6e6;
  height: 270px;
  margin-top: 60px;
  margin-bottom: 60px;
}

ul.get-risk-bx {
  display: flex;
  padding: 0;
}

ul.get-risk-bx li h4 {
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  line-height: 22px;
  color: #1a1818;
  font-weight: 500;
}

ul.get-risk-bx li:first-child {
  width: 40%;
  padding: 60px 0 0 100px;
}

ul.get-risk-bx li:nth-child(2) {
  width: 60%;
  text-align: right;
}

ul.get-risk-bx li img {
  margin-top: -69px;
}

ul.get-risk-bx li p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

/* .get-started {
  background: #fff;
  height: 54px;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  align-items: center;
  padding: 0 10px 0px 22px;
  color: #0f2950;
  font-weight: 300;
  justify-content: space-between;
} */

.get-started {
  background: #f1f1f1;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #0f2950;
  display: flex;
  align-items: center;
  padding: 0 10px 0px 22px;
  color: #0f2950;
  font-weight: 500;
  justify-content: space-between;
  width: 60%;
  transition: all 0.5s;
  cursor: pointer;
}

.get-started a {
  background: #0f2950;
  width: 55px;
  text-align: center;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #ffff;
  border-radius: 5px;
  position: relative;
  left: 5px;
  top: 0px;
  transition: all 0.5s;
  cursor: pointer;
}
.get-started:hover,
.get-started a:hover {
  border: 1px solid #f68f11;
  color: #f68f11;
}
.bg-accordion {
  background: #fff6f6;
  height: auto;
  margin: 50px 0 0 0;
  padding-bottom: 40px;
}

h5.header-accordion {
  padding: 0px;
  margin: 0px;
  font-size: 24px;
  color: #0f2950;
  font-weight: 500;
  text-align: center;
  padding: 50px 0;
}

/*--------------------------------------------------------------
# Responsive-Css
--------------------------------------------------------------*/

@media (max-width: 1660px) {
    .see-image-bg {
        width: 700px;
        right: -104px;
    }
    .image-bx img {
        max-width: 88%;
    }
    ul.how-it-text-ul {
        margin-top: 0;
    }
    .how-it-image {
        margin-top: 40px;
    }
}

@media (max-width:1199px) {
    .see-car-text-bg {
        background-size: 90%;
        background-position: center;
    }
    .see-image-bg {
        width: 620px;
        height: 400px;
        top: 46px;
        transform: none;
    }
    .see-image-bg::before {
        bottom: 0;
        left: 0;
    }
    .image-bx img {
        max-width: 95%;
        top: 114px;
        left: 0;
    }
    .text-car-bx h1 {
        font-size: 60px;
        line-height: 70px;
    }
    p.see-your-car-p {
        margin-top: 40px;
    }
    .how-it-text {
        width: 100%;
    }
    .getting-right-text h4 {
        font-size: 20px;
        padding: 30px 0 0 0;
    }
    .tm-bx {
        width: 90%;
    }
    .bg-accordion .accordion__header {
        padding: 14px 20px 14px 0;
    }
}

@media (max-width:991px) {
    .text-car-bx h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .get-started {
        padding: 0 10px 0px 10px;
        margin-top: 30px;
        width: 55%;
    }
    .get-started a {
        width: 40px
    }
    .see-image-bg {
        width: 125%;
        height: 300px;
        top: 20px;
    }
    .see-car-text-bg {
        width: 50%
    }
    .text-car-bx {
        width: 90%
    }
    .image-bx {
        height: 370px;
    }
    .image-bx img {
        top: 65px;
    }
    ul.how-it-text-ul li {
        width: 33%;
    }
    .how-it-image {
        width: 100px;
        height: 100px;
    }
    .image-bx1 {
        width: 80px;
        height: 80px;
    }
    .image-bx1 img {
        width: 48px;
    }
    ul.how-it-text-ul li h3 {
        font-size: 14px;
    }
    .getting-paid-car {
        align-items: center;
    }
    .getting-txt-bx {
        width: 100%;
    }
    .what-our-seller-bx {
        width: 95%;
    }
    .bg-accordion {
        margin: 0;
    }
}

@media (max-width:767px) {
     .banner-ad{
        width: 92%;
        height: auto
    }
    .get-started {
        width: 100%;
    }
    .text-car-bx h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .getting-paid-car,
    ul.how-it-text-ul {
        display: block;
    }
    .getting-left-car,
    .getting-right-text {
        width: 100%;
    }
    .getting-txt-bx {
        padding: 0 15px;
    }
    ul.how-it-text-ul li {
        width: 100%;
        min-height: auto;
    }
    .how-it-image {
        margin-top: 18px;
    }
    h5.header-accordion {
        padding: 34px 0;
    }
    .bg-accordion .accordion__icon {
        right: 0;
    }
    .accordion__title {
        font-size: 14px;
        line-height: normal;
    }
}

@media (max-width:575px) {
    .see-car-bx {
        flex-direction: column-reverse;
    }
    .see-car-text-bg,
    .see-car-image {
        width: 100%;
    }
    .see-image-bg {
        width: 95%;
        height: 275px;
        top: 0;
        margin: 0 auto;
        left: 0;
        border-radius: 12px;
        right: 0;
    }
    .image-bx img {
        max-width: 100%;
        top: 40px;
    }
    .see-image-bg::before {
        bottom: 0;
        left: 0;
        width: 135px;
        height: 80px;
        background-size: 100%;
    }
    .text-car-bx {
        width: 95%;
        margin: 20px auto;
    }
    .text-car-bx h1 {
        font-size: 18px;
    }
    p.see-your-car-p {
        margin-top: 20px;
    }
    .get-started {
        padding: 0 15px;
        margin-top: 10px;
        width: 100%;
    }
    .image-bx {
        min-height: 290px;
        height: 100%;
    }
    .how-it-work-header h2,
    .getting-right-text h4 {
        font-size: 18px;
    }
    .getting-right-text p {
        text-align: justify;
    }
}