.list-cls ul {
    padding-left: 24px;
    margin-bottom: 16px;
}

.list-cls ul li {
    margin-bottom: 16px;
}

.zero-margin-cls .elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}

.form-col::after {
    content: '';
    position: absolute;
    inset: 0px;
    border-radius: 24px;
    border: 3px solid #E7EDF1;
    padding: 3px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);
    pointer-events: none;
}

.contact-form-apt-btn a {
    width: 100% !important;
}

/****Contact Form*******/
.contact-form p.gform_description,
.contact-form p.coming-services-desc {
    margin: 0 auto 24px auto;
    color: #1f1f1f;
}

.contact-form input,
.contact-form textarea {
    height: 48px;
    padding: 12px 0px !important;
    font-size: 16px !important;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #CCCCCC;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #1f1f1f;
    outline: 0;
}

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

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

.contact-form .gform_button {
    width: 100% !important;
    cursor: pointer;
    line-height: 1 !important;
    border: 1px solid #2B2E31 !important;
    margin: 15px auto 4px auto !important;
    height: 40px;
    color: #1F1F1F !important;
    background: none !important;
    font-size: 14px !important;
}

.contact-form .gform_button:hover {
    background: #f9f9f9 !important;
}

.contact-form .gform_button:focus,
.contact-form input:focus-visible {
    outline: 0 !important;
}

.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: none !important;
    border-bottom: 1px solid #790000 !important;
}

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

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

.gform_wrapper.gravity-theme .gform_footer {
    margin-top: 4px !important;
    flex-direction: column;
}

.contact-form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 16px;
}

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


.form-submitted .contact-form-apt-btn {
    display: none;
}

/****/

@media (max-width: 768px) {

    .contact-form input,
    .contact-form textarea {
        height: 48px;
        font-size: 14px !important;
    }

    /* Icon slider */

    .icon-container {
        overflow-x: auto !important;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .icon-container::-webkit-scrollbar {
        display: none;
    }

    .icon-box {
        min-width: 289px !important;
        margin-right: 16px;
        box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.06) !important;
    }

}