/*quote css start*/
.quote-slider {
  background-color: #C08B22;
  padding: 70px 50px;
  padding-bottom: 64px;
}
.quote-carousel {
  max-width: 875px;
  margin: 0px auto;
}
.quote-carousel-wrapper {
  text-align: center;
}
.quote-carousel .quote-pera {
  color: #fff;
  line-height: 41px;
}
.quote-carousel .quote-name {
  padding-top: 3%;
  color: #fff;
}
.quote-carousel .quote-title {
  color: #fff;
}
.quote-carousel .slick-next::before, .quote-carousel .slick-prev::before {
  content: '';
}
.quote-carousel .slick-prev {
  content: '';
  width: 56px;
  height: 57px;
 /* background-image: url('../images/arrow-left.svg') !important;*/
  background-repeat: no-repeat !important;
  background-position: center;
  position: absolute;
  left: -110px;
  top: 55%;
}
.quote-carousel .slick-next {
  width: 56px;
  height: 57px;
  /* background-image: url('../images/arrow-right.svg') !important;*/
  background-repeat: no-repeat !important;
  background-position: center;
  position: absolute;
  right: -110px;
  top: 55%;
}
.quote-carousel .slick-dots li.slick-active button {
  background-color: #162835;
}
.quote-carousel .slick-dots li button {
  background-color: #fff;
  border-radius: 20px;
  width: 12px;
  height: 12px;
}
.quote-carousel .slick-dots {
  bottom: -60px;
}
.quote-carousel .slick-dots li button:before {
  content: none;
}
.quote-carousel .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 3px 0 2px;
}
@media (max-width: 1199px) {
  .quote-slider .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 1199px) {
	.quote-carousel .slick-dots {
    bottom: -40px !important;
}
  .quote-slider {
    background-color: #C08B22;
    padding: 50px 20px;
  }
  .quote-title {
    font-size: 16px;
    line-height: 26px;
  }
  .quote-carousel .quote-name {
    padding-top: 25px;
    color: #fff;
    font-size: 25px;
    line-height: 26px;
    letter-spacing: 1.25px;
  }
  .quote-carousel .quote-pera {
    color: #fff;
    line-height: 36px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
		.quote-carousel .slick-dots {
    bottom: -60px !important;
}
.quote-slider {
    background-color: #C08B22;
    padding: 50px 20px;
        padding-bottom: 50px;
    padding-bottom: 70px;
}}

/*quote css end*/