b, strong, dt {
    font-weight: 600 !important;
}

.wpforms-field-label {
    display: block;
    font-weight: 600 !important;
}

.button-default .button,.button-flat .button, .button-flat button, .button-flat input[type="button"], .button-flat input[type="reset"], .button-flat input[type="submit"] {

    border-radius: 2px !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%), 0 0 5px rgb(0 0 0 / 10%) !important;

}

.panel {
    box-shadow: 0 0 10px rgb(0 0 0 / 15%), 0 3px 3px rgb(0 0 0 / 15%) !important;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background-color: #c52434  !important;
    border: 1px solid #c52434 !important;
    cursor: pointer;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #c52434 !important;
    border: 1px solid #c52434 !important;
    color: #ffffff !important;
    font-size: 1em;
    padding: 10px 15px;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container:hover {
    background: none !important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    background: none !important;
}

blockquote {
    font-size: 17px;
    line-height: 31px;
    display: block;
    height: auto;
    margin: 0 0 35px 25px;
    top: 15px;
    position: relative;
    background: none !important;
}

.testimonials_slider a.slider_prev, .testimonials_slider a.slider_next {
    position: absolute;
    top: 100px;
    font-weight: 700 !important;
    z-index: 2;
    margin: 0;
    background: transparent !important;
    color: #c52434 !important;
}


.dark blockquote:after {
    color: #c52434 !important;
}


blockquote:after {
    content: '\e909';
    font-family: "mfn-icons";
    font-size: 65px;
    position: absolute;
    left: -50px;
    top: -10px;
    color: #c52434 !important;
}

.ui-tabs .ui-tabs-panel {
   font-size: 14px;
}

@media only screen and (max-width: 767px){
   
  .testimonials_slider .testimonials_slider_ul li .bq_wrapper {
      padding: 30px 15px 10px;
      margin-bottom: 20px;
  }
 
  blockquote:after {
    content: '\e909';
    font-family: "mfn-icons";
    font-size: 45px;
    position: absolute;
    left: -35px;
    top: -10px;
    color: #c52434 !important;
  }
  
 .ui-tabs .ui-tabs-panel {
   font-size: 13px;
}

}