        .contact-info {
    height: 100%;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 8px;
}

.contact-info .content_button_link_container .tp-icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--tp-primary);
}

.contact-info ul {
    padding-left: 0;
}

.contact-info ul li:not(:last-child) {
    margin-bottom: 6px;
}

.contact-right {
    height: 100%;
    padding: 50px;
    background-color: #fff;
    border-radius: 12px;
}

.contact-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.contact-form form > .form-field-contact {
    width: calc(50% - 10px);
}

.contact-form form input.form-control,
.contact-form form textarea {
    width: 100%;
    padding: 0 0 20px 0;
    border: none;
    border-bottom: 1px solid rgba(15, 23, 42, 0.2);
    outline: none;
    box-shadow: none !important;
    border-radius: 0;
    font-size: 18px;
    color: var(--tp-title-color);
}

.contact-form form textarea {
    min-height: 179px;
}

.map-container,
.map-container iframe {
    height: 100% !important;
}

.contact-form button.bp-btn-send {
    padding: 15px 20px;
    background-color: var(--tp-primary);
    border-radius: 40px;
    font-size: 16px;
    transform: none !important;
    border: 1px solid var(--tp-primary);
    transition: all .4s;
}

@media (max-width: 767.98px){
    .contact-right {
        padding: 30px;
    }
}
