/* Contact */

.cm-two-col-eq-contact-container .cm-contact-wrapper {
    align-items: inherit;
    justify-content: center;
}

.cm-contact-wrapper .cm-contact-item {
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 10px;
    align-items: center;
    width: calc(50% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
}

.cm-contact-wrapper .cm-contact-item:last-child {
    width: 100%;
}

.cm-contact-wrapper .cm-contact-item .cm-left-col {
    width: 64px;
    height: 64px;
    border-radius: 50px;
    margin: 0 auto 10px;
}

.cm-contact-wrapper .cm-contact-item .cm-right-col a {
    text-decoration: none;
    color: #6c63ff;
    font-weight: 500;
}

.cm-contact-wrapper .cm-contact-item .cm-right-col h5 {
    font-size: 16px;
    color: #707070;
}

.cm-loc-grp div {
    width: calc(33.33% - 15px);
}

.cm-loc-grp {
    align-items: flex-start;
    padding-top: 10px;
}

.cm-loc-grp div strong {
    width: 35px;
    display: inline-block;
    height: 35px;
    border-radius: 50%;
    background-color: #6c63ff;
    color: #fff;
    line-height: 35px;
    margin-bottom: 10px;
    text-align: center;
}

.cm-loc-grp div address {
    font-style: normal;
}


.cm-two-col-eq-contact-wrapper {
    align-items: flex-start;
}

.cm-two-col-eq-contact-container h2 {
    margin-bottom: 25px;
}

.cm-map-container iframe {
    width: 100%;
}

.padding-top {
    padding-top: 150px;
}

/* Responsive */

@media(max-width: 1300px) {

    .cm-contact-wrapper .cm-contact-item {
        width: calc(50% - 15px);
    }

    .cm-contact-wrapper .cm-contact-item:last-child {
        width: 100%;
    }

}

@media(max-width: 1200px) {

    .cm-loc-grp {
        flex-wrap: wrap;
    }

    .cm-loc-grp div {
        width: calc(50% - 15px);
    }

    .cm-loc-grp div:first-child {
        width: calc(100% - 15px);
        margin-bottom: 10px;
    }

}

@media(max-width: 1023px) {

    .cm-contact-wrapper .cm-contact-item {
        width: calc(100% - 10px);
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }

    .cm-contact-wrapper .cm-contact-item .cm-left-col {
        width: 50px;
        height: 50px;
        margin: 0 10px 0 0;
    }

    .cm-contact-wrapper .cm-contact-item .cm-right-col {
        width: calc(100% - 50px);
    }

    .cm-two-col-eq-contact-container .cm-contact-wrapper {
        padding-top: 20px;
    }

    .cm-loc-grp div address {
        text-align: left;
    }

}

@media(max-width: 767px) {

    .cm-two-col-eq-contact-wrapper>div {
        width: 100%;
        padding: 0;
    }

    .cm-two-col-eq-contact-wrapper>div+div {
        margin-top: 30px;
    }

    .padding-top {
        padding-top: 100px;
    }
}

@media(max-width: 480px) {

    .cm-loc-grp div:first-child {
        width: calc(100% - 15px);
        margin-bottom: 10px;
    }

    .cm-loc-grp div {
        width: calc(100% - 15px);
        margin-bottom: 10px;
        display: flex;
    }

    .cm-loc-grp div address {
        width: calc(100% - 35px);
        padding-left: 15px;
    }

}

@media(max-width: 420px) {

    .cm-contact-wrapper .cm-contact-item .cm-right-col {
        width: calc(100% - 60px);
    }

    .cm-contact-wrapper .cm-contact-item {
        padding: 15px 10px;
    }

    .cm-contact-wrapper .cm-contact-item .cm-left-col {
        width: 40px;
        height: 40px;
        margin: 0 6px 0 0;
    }

}