	.contact-box {
    height: 100%;
    padding: 40px;
    border: 1px solid #0534561A;
    border-radius: 20px;
}

.contact-box .tp-feature__figure {
    margin-bottom: 30px;
}

.contact-box .tp-feature__figure img {
    width: 50px;
    object-fit: cover;
}


.contact-content {
    background-color: #f5f5f5;
    padding: 60px;
    border-radius: 20px;
}

.contact-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.contact-form form > .bp_form_field {
    width: calc(50% - 11px);
    margin: 0;
}

.contact-form form .form-control {
    outline: none;
    box-shadow: none !important;
}

.contact-form form > .tp-form-submit {
    width: 100%;
}

.map .map-container,
.map iframe {
    height: 100% !important;
}

.map .map-container {
    background-color: #fff;
}

@media (max-width: 991px) {
    .contact-box,
    .contact-content {
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .contact-box,
    .contact-content {
        padding: 20px;
    }
    .contact-form form > .bp_form_field {
        width: 100%;
    }
    
    .contact-box .tp-feature__figure img {
        width: 40px;
    }
}
