.carcity-bold-title {
  margin: -55px 0 55px;
  background-repeat: no-repeat;
  background-position: center;
}

.carcity-bold-title p {
  font-size: 120px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4em;
  color: rgba(13, 14, 20, 0.05);
  line-height: 1.2;
}

/*--==============================================->
  <!-- Start Carcity Section Title Css -->
 ==================================================-*/

.testimonial-area .carcity-section-title h4 {
  font-size: 17px;
  font-weight: 500;
  color: var(--color-primary);
  line-height: 26px;
  text-transform: uppercase;
  padding-bottom: 11px;
}

.testimonial-area .carcity-section-title h2 {
  text-transform: capitalize;
  font-size: clamp(24px, 2.1vw, 40px);
  font-weight: 700;
  line-height: 1;
}

.testimonial-area .carcity-section-title p {
  padding: 24px 0 0;
  line-height: 28px;
  font-size: 16px;
}

/*Start owl nav*/
.owl-nav {
  position: relative;
  z-index: 1;
}

.owl-prev {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: -72px;
  top: -315px;
  margin: auto;
  transition: 0.5s;
}

.owl-next {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  top: -315px;
  right: -72px;
  margin: auto;
  transition: 0.5s;
}

.owl-prev i,
.owl-next i {
  font-size: 18px;
  color: #fff;
  display: inline-block;
}

.owl-prev:hover,
.owl-next:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.owl-dots {
  text-align: center;
  padding: 30px 0 0;
}

.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  border: 2px solid var(--color-primary);
  display: inline-block;
  margin-right: 10px;
}

.owl-dot.active {
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background-color: var(--color-primary);
  display: inline-block;
}

.shape-thumb {
  position: absolute;
  top: 0;
  left: -288px;
  animation: 1.1s fadeInLeft;
}
/*--==============================================->
  <!--Start Carcity Testimonial area Css-->
 ==================================================-*/

.testimonial-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 65px 0;
  /* background-image: url(./pics/testiminal_bg.png); */
}

.testimonial-single-box {
  padding: 20px 0 0;
  margin: 2px 9px;
}

.testimonial-content {
  padding: 0 20px 26px 20px;
  background: #fff;
  box-shadow: 0 0px 4px #0003;
  border-radius: 4px;
  position: relative;
}

.testi-thumb-items {
  /* float: left; */
  /* padding-right: 30px; */
  margin-top: -30px;
  position: relative;
}

.testi-title p {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  padding: 10px 0 5px;
  color: var(--title-text-color);
}

.testi-desc p {
  font-size: 15px;
  line-height: 26px;
  color: var(--color-primary);
}
.testimonial_list{margin-top: 60px;}
.testimonial-title h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  padding: 10px 0;
  height: 90px;
  display: block;
}
.testimonial-title{
    position: relative;
}
.testimonial-desc{
   height: 120px;
}
/*<!--Start testimonial style two Css-->*/

.testimonial-thumb {
  margin-right: 80px;
  position: relative;
  left: -140px;
}

.owl-style .owl-dots {
  text-align: left;
  padding: 35px 0 0;
}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-thumb img {
    width: 100%;
  }
  .testimonial-thumb {
    left: 4px;
  }

}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-title h3 {
    font-size: 20px;
  }
  .testi-title p {
    font-size: 20px;
  }
  .testimonial-desc p {
    font-size: 15px;
  }
  .testi-thumb img {
    width: 88%;
  }
  .testi-thumb-items {
    padding-right: 8px;
  }
  /*testimonial section*/
  .testimonial-thumb {
    margin-right: 0;
    position: relative;
    left: 0;
  }
  .testimonial-thumb img {
    width: 100%;
  }

  /*section title*/
  .testimonial-area .carcity-section-title h2 {

    line-height: 40px;
  }
  .testimonial-area .carcity-section-title h5 {
    font-size: 16px;
  }
  .testimonial-area .carcity-section-title p {
    font-size: 15px;
  }
  /* End section title*/

  .carcity-bold-title p {
    font-size: 90px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

  .testi-title p {
    font-size: 20px;
  }
  .testimonial-desc p {
    font-size: 15px;
  }
  .testi-thumb img {
    width: 100%;
  }
  .testi-thumb-items {
    padding-right: 8px;
    float: inherit;
    margin-top: 0;
  }
  .testi-thumb {
    padding-top: 20px;
  }
  .testimonial-content {
    padding: 0 20px 20px 20px;
  }
  .testimonial-thumb {
    margin-right: 0;
    position: relative;
    left: 0;
  }
  .testimonial-thumb img {
    width: 100%;
    margin-bottom: 25px;
  }
  .owl-style .owl-dots {
    text-align: center;
  }



  .carcity-bold-title p {
    font-size: 70px;
    padding: 0 0 50px;
  }
}

/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /*testimonial section*/
  .carcity-bold-title p {
    font-size: 62px;
    padding: 0 0 90px;
  }
  .testimonial-title h3 {
    font-size: 17px;
    padding: 5px 0 10px;
  }
  .testi-title p {
    font-size: 20px;
  }
  .testimonial-desc p {
    font-size: 15px;
  }
  .testi-thumb img {
    width: 100%;
  }
  .testi-thumb-items {
    padding-right: 0;
    float: inherit;
  }
  .testimonial-content {
    padding: 50px 24px 20px 20px;
  }
  .testimonial-single-box {
    text-align: center;
  }
  .owl-style .owl-dots {
    text-align: center;
    padding: 0px 0 0;
  }
  /*testimonial section*/
  .testimonial-thumb {
    margin-right: 0;
    position: relative;
    left: 0;
  }
  .testimonial-thumb img {
    width: 100%;
    margin-bottom: 25px;
  }

  /*section title*/
  .testimonial-area .carcity-section-title h2 {
    line-height: 45px;
  }
}
/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .carcity-bold-title p {
    font-size: 62px;
    padding: 0 0 90px;
  }
  .testimonial-title h3 {
    padding: 5px 0 10px;
  }
  .testi-title p {
    font-size: 20px;
  }
  .testimonial-desc p {
    font-size: 15px;
  }
  .testi-thumb img {
    width: 88%;
  }
  .testi-thumb-items {
    padding-right: 0;
    float: inherit;
  }
  .testimonial-content {
    padding: 50px 20px 20px 20px;
  }
  .testimonial-single-box {
    text-align: center;
  }
  .owl-style .owl-dots {
    padding: 0px 0 0;
    text-align: center;
  }
  .testi-thumb img {
    width: 100%;
  }
  /*testimonial section*/
  .testimonial-thumb {
    margin-right: 0;
    position: relative;
    left: 0;
  }
  .testimonial-thumb img {
    width: 100%;
    margin-bottom: 20px;
  }
  /*section title*/
  .testimonial-area .carcity-section-title h2 {

    line-height: 36px;
  }
}
/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  /*testimonial section*/
  .carcity-bold-title p {
    font-size: 40px;
    padding: 0 0 90px;
  }
  .testimonial-title h3 {
    font-size: 17px;
    padding: 5px 0 10px;
  }
  .testi-title p {
    font-size: 20px;
  }
  .testimonial-desc p {
    font-size: 14px;
  }
  .testi-thumb img {
    width: 88%;
  }
  .testi-thumb-items {
    padding-right: 0;
    float: inherit;
  }
  .testimonial-content {
    padding: 0 0px 20px 20px;
  }

  .testimonial-thumb {
    margin-right: 0;
    position: relative;
    left: 0;
  }
  .testimonial-thumb img {
    width: 100%;
  }
  /*section title*/
  .testimonial-area .carcity-section-title h2 {
    line-height: 28px;
  }

  .testimonial-area .carcity-section-title h4 {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 0;
  }
  .testimonial-area .carcity-section-title p {
    font-size: 15px;
  }
}


@media(max-width:1440px){
.testimonial-desc {height: 130px;}
}

@media(max-width:991px){
.testimonial-title h3 {font-size: 20px;padding: 0;height: auto;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-bottom: 10px;}
.testimonial-desc {height: auto;} 
.testimonial-area { padding: 30px 0;}
.testimonial_list {margin-top: 10px;}
.testimonial-desc p {font-size: 15px;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
}