.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 {
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
  text-transform: capitalize;
}

.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: 120px 0 192px;
  background-image: url(./pics/testiminal_bg.png);
}

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

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

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

.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-title h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  padding: 40px 0 10px;
}

/*<!--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) {
  /*testimonial section*/
  .testimonial-title h3 {
    font-size: 20px;
    padding: 0px 0 10px;
  }
  .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 screen and (max-width: 1500px) {
  .testimonial-area .carcity-section-title h2{font-size: 40px;}
}
@media screen and (max-width: 1440px) {
  .testimonial-area .carcity-section-title h2{font-size: 36px;}
}
@media screen and (max-width: 1281px) {
  .testimonial-area .carcity-section-title h2{font-size: 34px;}
}
@media screen and (max-width: 1171px) {
  .testimonial-area .carcity-section-title h2{font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .testimonial-area .carcity-section-title h2{font-size: 26px;}
  .testimonial-area { padding: 30px 0;}
  .pb-60 {padding-bottom: 20px;}
}
@media screen and (max-width: 768px) {
  .testimonial-area .carcity-section-title h2{font-size: 24px;}
}
@media screen and (max-width: 480px) {
  .testimonial-area .carcity-section-title h2{font-size: 22px;}
}
