.contact-details-item h2:not(.contact-details-item.phone h2, .contact-details-item.time h2) {
    margin-top: 0;
}

.contact-details-item strong {
    font-weight: 600;
}

.contact-details-item .wpsl-location-address {
    font-size: 18px;
    line-height: 27px;
}

.contact-details-item .wpsl-opening-hours tbody tr td {
    font-size: 18px;
    line-height: 27px;
    background: transparent !important;
    min-width: 156px;
}

.contact-details-item .wpsl-opening-hours tbody tr td:last-child {
    text-transform: lowercase;
}

.contact-details-item .wpsl-contact-details,
.contact-details-item .wpsl-locations-details,
.contact-details-item .wpsl-location-address {
    margin-bottom: 0;
}

.contact-details-item .wpsl-contact-details {
    font-size: 0;
    line-height: 0;
}

.contact-details-item .wpsl-contact-details a {
    font-size: 18px;
    line-height: 27px;
}

.full-width-butn a {
    width: 100% !important;
}

/****Contact Form*******/
.contact-form p.gform_description {
    text-align: center;
    max-width: 330px;
    margin: 15px auto 32px auto;
}

.contact-form input,
.contact-form textarea {
    height: 52px;
    padding: 15px 14px !important;
    font-size: 16px !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #236EB4;
}

.gform_wrapper input:focus::placeholder,
.gform_wrapper textarea:focus::placeholder {
    opacity: 0.8 !important;
}

.contact-form textarea {
    display: block;
    height: 104px !important;
}

.contact-form .gform_button {
    width: 160px !important;
    cursor: pointer;
    line-height: 1 !important;
    border: none;
    margin: 15px auto 0 auto !important;
    height: 44px;
}

.contact-form .gform_button:focus {
    outline: 0;
}

.contact-form .gform_validation_errors {
    display: none
}

.contact-form .gravity-theme .gform-body .validation_message {
    background: transparent;
    border: none;
    padding: 8px 0 0 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
    color: #790000;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #790000 !important;
}

.gform_confirmation_message {
    background: #2C5655;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
}

.gform_ajax_spinner {
    position: absolute;
    left: 50%;
    bottom: -30px;
}

.gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    flex-direction: column;
}

.contact-form .charleft {
    display: none;
}

@media(max-width: 768px) {

    .contact-details-item .wpsl-contact-details a,
    .contact-details-item .wpsl-location-address,
    .contact-details-item .wpsl-opening-hours tbody tr td {
        font-size: 16px;
        line-height: 24px;
    }

    .map iframe {
        height: 375px;
    }

    .contact-details-item .wpsl-opening-hours tbody tr td {
        min-width: 125px;
    }
}