.breezi-home-services-testimonial-item-inner {
  padding: 40px 50px 40px 40px;
  border-radius: 14px;
  background: linear-gradient(180deg, #F5F9FC 0%, rgba(255, 255, 255, 0.00) 100%);
  margin: 0 17.5px;
}

.breezi-home-services-testimonial-wrapper {
  margin: 0 -17.5px;
}

.breezi-home-services-testimonial-company-name {
  margin-bottom: 25px;
}

.breezi-home-services-testimonial-item-content {
  margin-bottom: 35px;
}

.breezi-home-services-testimonial-author-inner {
  display: flex;
  align-items: center;
}

.breezi-home-services-testimonial-author-img {
  width: 60px;
}

.breezi-home-services-testimonial-author-details {
  width: calc(100% - 60px);
  padding-left: 25px;
}

.breezi-home-services-testimonial-author-img img {
  border-radius: 14px;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.breezi-home-services-testimonial-author-name {
  margin-bottom: 10px;
}

.breezi-home-services-testimonial-wrapper .slick-prev,
.breezi-home-services-testimonial-wrapper .slick-next {
  font-size: 0 !important;
  height: 50px !important;
  width: 50px !important;
  padding: 0 !important;
  border-radius: 14px !important;
  background: #695D59 !important;
}

.breezi-home-services-testimonial-wrapper .slick-prev::before,
.breezi-home-services-testimonial-wrapper .slick-next::before {
  height: 16px !important;
  width: 16px !important;
  background-size: contain !important;
  background-position: center center !important;
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: 0 !important;
}

.breezi-home-services-testimonial-wrapper .slick-prev::before {
  background-image: url('../../images/left-arrow-icon.png') !important;
}

.breezi-home-services-testimonial-wrapper .slick-next::before {
  background-image: url('../../images/right-arrow-icon.png') !important;
}

.breezi-home-services-testimonial-wrapper .slick-prev:hover,
.breezi-home-services-testimonial-wrapper .slick-next:hover {
  background: #F95524 !important;
}

.breezi-home-services-testimonial-wrapper .slick-prev:hover::before,
.breezi-home-services-testimonial-wrapper .slick-next:hover::before {
  opacity: 1 !important;
}

.breezi-home-services-testimonial-wrapper .slick-prev {
  background: transparent !important;
  border: solid 1px rgb(255 255 255 / 6%) !important;
  left: -80px !important;
}

.breezi-home-services-testimonial-wrapper .slick-next {
  right: -80px !important;
}

.slick-dots li button::before {
  color: #F2E8CF !important;
  font-size: 10px !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #7C6A0A !important;
}

.slick-dots {
  bottom: -45px !important;
}

.slick-dots li button:is(:hover, :focus) {
  background: none !important;
}


@media only screen and (min-width:1921px) {
  .breezi-home-services-testimonial-item-inner {
    padding: 2.083vw 2.604vw 2.083vw 2.083vw !important;
    border-radius: 0.729vw !important;
    margin: 0 0.911vw !important;
  }

  .breezi-home-services-testimonial-wrapper {
    margin: 0 -0.911vw !important;
  }

  .breezi-home-services-testimonial-company-name {
    margin-bottom: 1.302vw !important;
  }

  .breezi-home-services-testimonial-item-content {
    margin-bottom: 1.822vw !important;
  }


  .breezi-home-services-testimonial-author-img {
    width: 3.125vw;
  }

  .breezi-home-services-testimonial-author-details {
    width: calc(100% - 3.125vw);
    padding-left: 1.302vw;
  }

  .breezi-home-services-testimonial-author-img img {
    border-radius: 0.729vw;
    width: 3.125vw;
    height: 3.125vw;
  }

  .breezi-home-services-testimonial-author-name {
    margin-bottom: 0.520vw !important;
  }

  .breezi-home-services-testimonial-wrapper .slick-prev,
  .breezi-home-services-testimonial-wrapper .slick-next {
    height: 2.604vw !important;
    width: 2.604vw !important;
    border-radius: 0.729vw !important;
  }

  .breezi-home-services-testimonial-wrapper .slick-prev::before,
  .breezi-home-services-testimonial-wrapper .slick-next::before {
    height: 0.833vw !important;
    width: 0.833vw !important;
  }

  .breezi-home-services-testimonial-wrapper .slick-prev {
    left: -4.166vw !important;
  }

  .breezi-home-services-testimonial-wrapper .slick-next {
    right: -4.166vw !important;
  }

  .slick-dots li button::before {
    font-size: 0.520vw !important;
  }

  .slick-dots {
    bottom: -2.343vw !important;
  }
}

@media only screen and (max-width: 1435px) {
  .breezi-home-services-testimonial-item-inner {
    padding: 25px;
    margin: 0 12px;
  }

  .breezi-home-services-testimonial-company-name {
    margin-bottom: 15px;
  }

  .breezi-home-services-testimonial-item-content {
    margin-bottom: 25px;
  }

  .breezi-home-services-testimonial-author-details {
    padding-left: 15px;
  }

  .breezi-home-services-testimonial-wrapper {
    margin: 0 -12px;
  }

  .breezi-home-services-testimonial-wrapper .slick-prev {
    left: -45px !important;
  }

  .breezi-home-services-testimonial-wrapper .slick-next {
    right: -50px !important;
  }

}

@media only screen and (max-width: 767px) {

  .breezi-home-services-testimonial-wrapper .slick-prev,
  .breezi-home-services-testimonial-wrapper .slick-next {
    height: 40px !important;
    width: 40px !important;
    border-radius: 8px !important;
  }

  .breezi-home-services-testimonial-wrapper .slick-prev {
    left: -50px !important;
  }

  .breezi-home-services-testimonial-wrapper .slick-next {
    right: -50px !important;
  }

  .breezi-home-services-testimonial-wrapper {
    margin: 0 20px;
  }

  .breezi-home-services-testimonial-item-inner {
    padding: 20px;
    margin: 0;
  }
}

@media only screen and (max-width: 650px) {
  .breezi_business_blog_section_item {
    width: 100%;
    margin-bottom: 20px;
  }

}