/* 
.case-study-main .inners .content-gq strong {
    font-weight: bold;
}

.case-study-main .inners .content-gq a {
    color: var(--orange);
    text-decoration: none;
    transition: color .2s ease;
}

.case-study-main .inners .content-gq a:hover {
    color: #000;
    text-decoration: underline;
} */


.wpcf7-list-item-label { display: contents; }

 #location.error {
    border: 1px solid red !important;
  }

.form-control.wpcf7-not-valid, .form-select.wpcf7-not-valid, span.wpcf7-form-control.wpcf7-radio.wpcf7-not-valid > .wpcf7-list-item {
    border: 1px solid #dc3545 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #198754;
    color: #198754;
    padding: 4px 10px;
    border-radius: 3px;
    font-weight: 600;
    background-color: rgba(25, 135, 84, 0.0705882353)
}

button.is-loading {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

#store-loader {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}
