.c24-contact-layer {
    width: 330px
}

.c24m-contact-layer {
    display: none;
}

.c24-contact-content {
    pointer-events: none;
}

.c24-mobile-contact-container {
    align-items: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    font-size: 16px;
    justify-content: center;
    margin: 30px 5px 0
}

.c24-mobile-contact-container .c24-contact-layer-heading {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 15px;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

.c24-mobile-contact-container .c24-contact-chatbot {
    align-items: center;
    background-color: #ECF7FD;
    border-radius: 17px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 10px
}

.c24-mobile-contact-container .c24-contact-chatbot-intro {
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 10px 16px 6px;
    text-align: left;
    white-space: normal;
    width: 100%;
    word-break: normal;
}

.c24-mobile-contact-container .c24-contact-chatbot-trigger {
    background: none;
    border: 0;
    color: #005EA8;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-left: auto;
    padding: 0 16px 16px 0;
}

.c24-mobile-contact-container .c24-contact-chatbot-trigger:hover {
    color: #C15B08
}

.c24-mobile-contact-container .c24-contact-chatbot-img-container {
    border-radius: 50%;
    height: 54px;
    margin-top: -25px;
    overflow: hidden;
    width: 54px;
}

.c24-mobile-contact-container .c24-contact-chatbot-img-container img {
    display: block;
    height: 100%;
    width: 100%;
}

.c24-mobile-contact-container .c24-contact-call-svg {
    align-items: center;
    background-color: #ECF7FD;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    height: 55px;
    justify-content: center;
    margin-bottom: 10px;
    width: 55px;
}

.c24-mobile-contact-container .c24-contact-separator {
    border: 1px solid #DCDCDC;
    border-radius: 25px;
    margin: 16px 0;
    width: 40px;
}
