footer section.testimonials {
  padding: 0px 0;
}
footer section.testimonials .submit-comment {
  margin: 0;
}

section.testimonials {
  padding: 50px 0;
}
@media (max-width: 425px) {
  section.testimonials {
    padding: 32px 0;
  }
}
section.testimonials h3 {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}
section.testimonials .slide {
  padding: 0 12px;
}
@media (max-width: 425px) {
  section.testimonials .slide {
    text-align: center;
  }
}
section.testimonials .slide > img {
  margin-bottom: 10px;
}
@media (max-width: 425px) {
  section.testimonials .slide > img {
    margin: auto;
    margin-bottom: 10px;
  }
}
section.testimonials .slide .testimonial-name {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
}
section.testimonials .slide .rating {
  display: flex;
  gap: 3px;
}
@media (max-width: 425px) {
  section.testimonials .slide .rating {
    justify-content: center;
    margin-bottom: 10px;
  }
}
section.testimonials .slide .rating img {
  width: 12px;
}
section.testimonials .slide .testimonial-comment {
  font-weight: 400;
  font-size: 14px;
  opacity: 0.6;
  line-height: 160%;
}
section.testimonials .submit-comment {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 425px) {
  section.testimonials .submit-comment {
    margin-top: 32px;
  }
}
section.testimonials .submit-comment .title {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}
section.testimonials .submit-comment .leave-review {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #249e6b;
  font-weight: 400;
  font-size: 16px;
  color: #FFF;
  line-height: 20px;
  padding: 12px 20px;
  clip-path: polygon(0% 0%, 100% 1%, 100% 100%, 6% 100%, 0 83%);
  width: 170px;
  margin: auto;
}
section.testimonials .submit-comment .testimonial-form-wrapper {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form {
  width: 100%;
  max-width: 480px;
  padding: 25px;
  background-color: #FFF;
  position: relative;
  margin: 15px;
}
@media (max-width: 425px) {
  section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form {
    padding: 15px;
  }
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .success {
  font-size: 14px;
  color: green;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .form-exit {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .form-title {
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 17px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 15px;
  text-align: left;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .form-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  text-align: center;
  margin-bottom: 20px;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .form-rating {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .form-rating .star {
  padding: 0 8px;
  position: relative;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .form-rating .star:hover .star-filled {
  display: block;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .form-rating .star .star-filled {
  position: absolute;
  z-index: 2;
  display: none;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .form-rating .star .star-filled.active {
  display: block;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .form-rating .star .star-outlined {
  position: relative;
  z-index: 1;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .form-rating img {
  width: 17px;
  cursor: pointer;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .rating-text {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px;
  color: #249e6b;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .input-wrapp {
  position: relative;
  margin-bottom: 15px;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .input-wrapp.checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .input-wrapp.checkbox input {
  width: 15px;
  margin-right: 10px;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .input-wrapp.checkbox.error {
  color: red;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .input-wrapp.checkbox.error:after {
  display: none;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .input-wrapp:after {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  margin: -4px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #fff;
  border-top: solid 1px #e0e0e0;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .input-wrapp.error:after {
  border-color: red;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .input-wrapp.error input {
  border-color: red;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .textarea-wrapp:after {
  bottom: 3px;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .textarea-wrapp.error:after {
  border-color: red;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .textarea-wrapp.error textarea {
  border-color: red;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form input, section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form textarea {
  border: 1px solid #E0E0E0;
  padding: 10px 15px;
  font-weight: 300;
  font-size: 14px;
  width: 100%;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form input::placeholder, section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form textarea::placeholder {
  color: #666666;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form textarea {
  height: 96px;
  resize: none;
  font-family: Arial;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form input[type=submit] {
  cursor: pointer;
  background-color: #249e6b;
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  padding: 14px 15px;
  letter-spacing: 0.4px;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .form-contact {
  font-weight: 300;
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
  line-height: 130%;
}
section.testimonials .submit-comment .testimonial-form-wrapper .testimonial-form .form-contact a {
  font-weight: 500;
  color: #249e6b;
}

/*# sourceMappingURL=testimonials-section.css.map */
