/* Enter Your Custom CSS Here */
.category-order-button-one {
width: 220px;
    line-height: 60px;
    margin-bottom: 15px;
    font-size: 24px;
    border: none;
    color: #fff;
    background: #08aec9;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.category-order-button-one:hover{
    background: #095b81;
}
.print-reviews-top {
    display: flex;
    gap: 20px;
}
.print-reviews-left {
    width: 65%;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
#testimonial_form_14510.sp-tpro-fronted-form .sp-testimonial-form-container {
    width: auto !important;
}
#testimonial_form_14510.sp-tpro-fronted-form .sp-tpro-form-submit-button input[type='submit'] {
    color: #ffffff;
    background: #02abc8 !important;
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.25s;
    text-decoration: none;
    line-height: 1;
    border-radius: 4px;
    margin-top: 6px;
    border: none;
    margin: 0 auto;
}
.print-reviews-right {
    width: 35%;
    padding: 0 20px;
}
.sp-testimonial-form-container .sp-testimonial-required-message {
    font-size: 10px !important;
}
.sp-tpro-fronted-form .sp-tpro-form-field {
    margin-bottom: 10px !important;
}
@media (max-width: 768px) {
  .print-reviews-top {
    flex-direction: column;
  }

  .print-reviews-left {
    width: 100%;
  }
  .print-reviews-right {
    width: 100%;
    padding: 0;
}
  .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    padding: 0px;
    font-size: 12px;
}
}
