.contact-widget-area .row {
    align-items: stretch;
}

.contact-details-box,
.contact-widget-max {
    height: 100%;
}

.contact-details-box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.contact-widget-max {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-heading h2,
.contact-form h2 {
    margin-bottom: 25px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.icon-box {
   
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    height: 55px;
    border-radius: 6px;
}

textarea.form-control {
    height: 180px;
    resize: none;
}

.default-btn {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .contact-details-box,
    .contact-widget-max {
        padding: 30px;
    }

    .contact-widget-max {
        margin-top: 30px;
    }
}
