/* ══════════════════════════════════════════
       FORM SECTION
   ══════════════════════════════════════════ */


.form-title {
    font-family: f5;
    font-size: 32px;
    margin-bottom: 52px;
}


/* ══════════════════════════════════════════
      VERTICAL LINE
   ══════════════════════════════════════════ */

/* Divider (Desktop only) */
@media (min-width: 992px) {
    .contact-right {
        border-left: 1.5px solid #888;
        padding-left: 10px;
    }
}


/* ══════════════════════════════════════════
      MAp SECTION
   ══════════════════════════════════════════ */

/* Map */
.map-wrapper {
    border-radius: 16px;
    overflow: hidden;
}

.map-wrapper iframe {
    width: 100%;
    height: 220px;
    border: 0;
}

/* Chat Text */

.contactinfo {
    font-family: f3 !important;
    font-size: 20px;
}

.chat-text {
    color: #888;
    font-size: 16px;
}

/* Contact Items */
.contact-item {
    max-width: 500px;
    margin: 0 auto;
}

/* Icons */
.icon {
    font-size: 22px;
    color: #2C4A6E !important;
}

/* Text */
.contact-item p {
    margin: 0;
    line-height: 1.7;
}

/* Responsive */

@media (max-width: 576px) {

    .contact-right {
        margin-top: 40px !important;
    }
}