
.text {
    font-family: "Montserrat", sans-serif;
}

/* 1 section */
.maps-container {
    background-color: #F5FAFF;
}

.map-container > h1 {
    text-align: center;
    color: #3C3C3C;
    font-weight: 700;
    font-size: 48px;
    line-height: 73px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.city-tab {
    padding: 22px;
    text-align: left;
    background-color: white;
    border: 1px solid #EFEFEF;
    border-radius: 6px;
    margin-bottom: 15px;
    width: 100%
}

.city-tab.active {
    background-color: #189FE0;
}

.city-tab.active > .text {
    color: white;
}

.tab-content {
    display: none;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .tab-content {
        display: none;
        height: 500px;
    }
}

.tab-content.active {
    display: block
}

.phone-icon {
    float: right;
}

.city_name {
    font-weight: 600;
    font-size: 18px;
    color: #3C3C3C;
}

.office-address {
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #3C3C3C;
    align-self: stretch;
}

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


/* Info */
.__contact-us-section-2 {
    background-color: white;
}

.__contact-us_content {
    text-align: left;
    font-style: normal;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.__contact-us-col {
    padding: 40px;
    text-align: center;
    border: 1px solid #EFEFEF;
    border-radius: 6px;
    height: 100%
}

.call-us-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #2E2D31;
    margin: 15px;
}

/* Input Form */
.__contact-us_form {
    background-image: url("../img/contact-us/contact-us.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.pointer-link {
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 912px) {
    .office-address {
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
    }

    .city_name {
        font-size: 16px;
    }

    .tab-content {
        height: 100%;
    }
}



