.telegram-bg {
    background: rgba(51, 187, 255, 0.1);
    color: #33BBFF;
}

.whatsapp-bg {
    background: rgba(61, 204, 153, 0.1);
    color: #3DCC99;
}

.instagram-bg {
    background: rgba(255, 87, 87, 0.1);
    color: #FF5757;
}

.round-16 {
    border-radius: 16px !important;
}

.km-contact-style {
    width: 100%;
    background: rgba(235, 58, 58, 0.08);
    border-radius: 8px;
    padding: 12px 16px;
    color: #eb3a3a;
}

    .km-contact-style .contact-form-header-icon {
        width: 20px;
        height: 30px;
        margin-top: 3px;
        margin-left: 12px;
    }

.contact-content-info {
    justify-content: space-between !important;
}

    .contact-content-info .contact-item .contact-item-icon {
        margin-left: 8px;
    }

    .contact-content-info .map {
        position: relative;
        width: 100%;
    }

        .contact-content-info .map .iframe-map {
            border-radius: 24px;
        }

        .contact-content-info .map .map-links {
            display: flex;
            flex-direction: column;
            position: absolute;
            top: 10px;
            right: 10px;
        }

        .contact-content-info .map .map-link {
            background: #fff;
            padding: 4px;
            margin-bottom: 8px;
            border-radius: 8px;
            box-shadow: 0 2px 7px 0 rgba(163, 163, 163, 0.15);
        }

            .contact-content-info .map .map-link:hover {
                transform: scale(1.1);
            }

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .contact-content-info {
        display: flex;
        flex-direction: column-reverse;
    }
}

.contact-content-info .social .social-icons .social-icon {
    margin-left: 12px;
    display: flex;
    align-items: center;
    font-weight: bolder;
    padding: 7px 10px;
    border-radius: 12px;
}

.contact-content-info .social .social-icons i {
    padding-left: 7px;
}

.contact-info {
    justify-content: space-between;
}

    .contact-info i {
        font-size: 18px !important;
    }

.contact-title {
    margin-top: 16px;
}

.contact-last-social {
    padding: 7px 10px;
    border-radius: 16px;
    color: #eb3a3a;
    background: #fef3f3;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
    margin: 3px;
}

.km-address-detail-style {
    padding-right: 60px;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .km-address-detail-style {
        padding-right: 0;
        margin-top: 20px;
    }
}

.km-address-detail-style > .km-header {
    color: #fef3f3;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 25px;
}

.km-address-detail-style > .km-content .km-row {
    margin-bottom: 20px;
    color: #636466;
    font-size: 15px;
    padding: 0 15px 20px;
    border-bottom: 1px solid #F2F2F2;
    font-weight: bold;
}

    .km-address-detail-style > .km-content .km-row .km-title {
        display: block;
        font-size: 12px;
        font-weight: 400;
    }

    .km-address-detail-style > .km-content .km-row .km-or {
        margin: 0 10px;
        display: inline-block;
        opacity: 0.5;
    }

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .call-info {
        flex-wrap: wrap;
        margin-bottom: 32px;
    }

    .contact-title {
        font-size: 16px;
    }

    .map-container {
        height: 40vh;
    }
}

.iframe-map iframe{
    width: 100% !important;
}
