.review-section .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-nav .banner-nav-item {
  min-width: 100px !important;
  width: 130px !important;
}
.review-section {
  position: relative;
}
.review-card {
  padding: 4px 10px !important;
}
.inner-header {
  min-height: 150px;
}

.review-slider-nav .slick-prev:before {
  content: none;
}
.review-slider-nav .slick-next:before {
  content: none;
}

.review-slider-nav .slick-next {
  margin-right: -10px;
  background-image: url(../images/tools-arrow-right.png) !important;
}
.review-slider-nav .slick-prev {
  margin-left: -10px;
  background-image: url(../images/tools-arrow-left.png) !important;
}

.revirew-container button.slick-arrow {
  width: 60px;
  height: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0px -1px 6.93px 0.07px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -1px 6.93px 0.07px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #000;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}

.revirew-container {
  padding: 100px 20px 50px 20px;
  background-color: #fff;
}

.review-section .header {
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  position: relative;
  line-height: 80px;
}

.review-section .header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 1.5px solid #e11b22;
  width: 100px;
}

.review-section .review-slider {
  /* padding: 50px 0; */
  cursor: grab;
}
.review-section .review-slider button {
  display: none !important;
}

.review-section .review-slider .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
  /* margin: 0 10px; */
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: inherit;
}

.review-section .card .card-footer .card-content img {
  max-width: 100%;
}

.review-section .card .card-footer .img-profile {
  max-width: 100%;
  margin-right: 15px;
  border-radius: 50%;
}
.review-section .card .card-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.review-section .card .card-body p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  color: #374a59;
  padding-bottom: 20px;
}

.review-section .card .card-footer .card-content h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #081f32;
  padding: 5px 0;
}

.review-card-description p {
  margin: 0 !important;
  padding: 0 !important;
}
.review-card-description strong {
  color: red;
}

@media (max-width: 991px) {
  .revirew-container button.slick-arrow {
    width: 40px;
    height: 40px;
  }
  .review-section .review-slider .card {
    margin: 0 !important;
  }
  .review-section .slick-list {
    margin: 0px -10px;
  }
  .revirew-container {
    padding: 50px 20px;
  }
}

.review-card {
  height: inherit;
}
.review-card .card {
  height: 100% !important;
  box-shadow: none !important;
}

.sec-description {
  margin-top: -60px;
  margin-bottom: 30px;
}

.sec-description {
  margin-top: -15px;
  margin-bottom: 30px;
}

.card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card-content svg {
  margin-top: 5px;
}
