.elementor-element.get-in-touch-icon-box.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    margin-top: 0;
}

.common-list ul li {
    position: relative;
    padding-left: 22px;
    color: #3C3C3C;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.439px;
}

.common-list ul li a,
.elementor-element.get-in-touch-icon-box.elementor-widget-icon-box .elementor-icon-box-content a {
    color: #3C3C3C;
    font-weight: 400;
}

.common-list ul li a:hover,
.elementor-element.get-in-touch-icon-box.elementor-widget-icon-box .elementor-icon-box-content a:hover {
    color: #B86F50;
}

.common-list ul li::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.98039 7.00004C7.98039 7.25095 7.88459 7.50182 7.69339 7.69312L1.67364 13.7128C1.29071 14.0957 0.669857 14.0957 0.287082 13.7128C-0.0956939 13.33 -0.095694 12.7093 0.287082 12.3263L5.61369 7.00004L0.287267 1.67371C-0.0955084 1.29078 -0.0955085 0.670113 0.287267 0.287368C0.670043 -0.0957483 1.2909 -0.0957483 1.67383 0.287368L7.69358 6.30696C7.88481 6.49835 7.98039 6.74922 7.98039 7.00004Z' fill='%23B86F50'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Contact us page section */
.contact-form .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    display: none !important;
}
.contact-form .checkbox-wrap .wpcf7-not-valid-tip {
    display: none;
}
.contact-form .checkbox-wrap .wpcf7-not-valid-tip:last-child {
    display: block;
}
.wpcf7-not-valid {
    border: 1px solid #FF0000 !important;
}

.contact-button p {
    line-height: 0;
    font-size: 0;
}

.contact-form .contact-form-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px 21px;
}

.contact-form .contact-form-field label {
    margin-bottom: 12px;
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.439px;
}

.contact-form .contact-form-field label span {
    color: #FF0000;
}

.contact-form .contact-form-field .row-field {
    width: calc(50% - 10.5px);
}

.contact-form .contact-form-field .row-field.width-full {
    width: 100%;
}

.contact-form .contact-form-field .textarea-field {
    width: 100%;
}

.contact-form .contact-form-field textarea {
    resize: none;
    max-height: 100px !important;
}

.contact-form .contact-form-field input::placeholder,
.contact-form .contact-form-field textarea::placeholder {
    color: #A2A2A2;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.439px;
}

.contact-form .contact-form-field input,
.contact-form .contact-form-field textarea,
.contact-form .contact-form-field select {
    width: 100%;
    max-width: 100%;
    transition: 0.5s;
    padding: 14px 20px;
    outline: none;
    color: #1A1A1A;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.439px;
    border-radius: 8px;
    border: 1px solid #CCCCCC;
    background: #fff;
}

.contact-form .contact-form-field input:focus,
.contact-form .contact-form-field select:focus,
.contact-form .contact-form-field textarea:focus {
    border-color: #1A1A1A;
}

.contact-button {
    line-height: 0;
    padding-top: 40px;
}

.contact-form>.contact-button>p {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wpcf7-form-control-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #1E4A3A;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 20px;
    position: relative;
}

.contact-button input[type="submit"] {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #FAFAF8;
    letter-spacing: -0.312px;
    line-height: normal;
    padding-block-start: 14px;
    padding-block-end: 14px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    border-radius: 6px;
    border-width: 1px;
    border-color: #1E4A3A;
    border-style: solid;
    background-color: #1E4A3A;
    transition: var(--transition);
}

.contact-button input[type="submit"]:hover,
.contact-button input[type="submit"]:focus {
    background: #fff;
    color: #1E4A3A;
}

.contact-form .checkbox-wrap span.wpcf7-list-item {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
}

.contact-form .checkbox-wrap input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #CCC;
    border-radius: 3px;
    background: #FFF;
    cursor: pointer;
    padding: 0;
    position: relative;
    margin-top: 1px;
}

.wpcf7-checkbox.wpcf7-not-valid {
    border: 0 !important;
}

.contact-form .checkbox-wrap input[type="checkbox"]:checked {
    background: #1E4A3A;
    border-color: #1E4A3A;
}

.contact-form .checkbox-wrap input[type="checkbox"]:checked::before {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
}

.contact-form .checkbox-wrap .wpcf7-list-item-label {
    color: #3C3C3C;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.439px;
    position: relative;
    width: calc(100% - 32px);
}

.contact-form .checkbox-wrap .wpcf7-list-item-label::after {
    content: " *";
    color: #FF0000;
}

.contact-form .checkbox-wrap .wpcf7-not-valid-tip {
    color: #FF0000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.439px;
    font-family: "Inter", Sans-serif;
}

.elementor .contact-btm-left .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    margin-top: 0;
}

.elementor .contact-btm-left .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title span {
    display: flex;
}

@media screen and (max-width:1199px) {
    .common-list ul li {
        font-size: 18px;
        line-height: 38px;
        padding-left: 20px;
    }

    .common-list ul li::before {
        width: 12px;
        height: 12px;
    }

    .contact-form .contact-form-field {
        gap: 20px 16px;
    }

    .contact-form .contact-form-field .row-field {
        width: calc(50% - 8px);
    }

    .contact-form .contact-form-field label {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .contact-form .contact-form-field input,
    .contact-form .contact-form-field textarea,
    .contact-form .contact-form-field select {
        padding: 12px 16px;
        font-size: 15px;
    }

    .contact-form .checkbox-wrap span.wpcf7-list-item {
        gap: 10px;
    }

    .contact-form .checkbox-wrap .wpcf7-list-item-label {
        width: calc(100% - 30px);
    }

    .contact-form .checkbox-wrap .wpcf7-list-item-label {
        font-size: 17px;
    }

    .contact-button {
        padding-top: 30px;
    }

}

@media screen and (max-width:991px) {
    .elementor .contact-btm-left .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title span {
        justify-content: center;
    }
}

@media screen and (max-width:767px) {
    .common-list ul li {
        font-size: 16px;
        line-height: 36px;
    }

    .common-list ul li::before {
        top: 12px;
    }

    .contact-button input[type="submit"] {
        font-size: 15px;
        padding-block-start: 11px;
        padding-block-end: 11px;
        padding-inline-start: 25px;
        padding-inline-end: 25px;
    }

    .contact-form .contact-form-field {
        gap: 15px 12px;
    }

    .contact-form .contact-form-field label {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .contact-form .contact-form-field .row-field {
        width: calc(50% - 6px);
    }

    .contact-form .contact-form-field input,
    .contact-form .contact-form-field textarea,
    .contact-form .contact-form-field select {
        padding: 10.5px 12px;
    }

    .contact-form .checkbox-wrap .wpcf7-list-item-label {
        font-size: 16px;
    }

    .contact-form .checkbox-wrap input[type="checkbox"] {
        width: 16px;
        height: 16px;
    }

    .contact-form .checkbox-wrap span.wpcf7-list-item {
        gap: 8px;
    }

    .contact-form .checkbox-wrap .wpcf7-list-item-label {
        width: calc(100% - 24px);
    }

    .contact-button {
        padding-top: 25px;
    }

}

@media screen and (max-width:576px) {
    .contact-form .contact-form-field .row-field {
        width: 100%;
    }
}