.chat-popup {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 9;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
    z-index: 9999
}

.chat-popup h2 {
    font-size: 20px;
    color: #5A5A5A;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 10px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Source Sans Pro";
}

.chat-popup p {
    text-align: center;
    margin-bottom: 0;
    font-family: "Source Sans Pro";
}

.form-container {
    width: 320px;
    padding: 10px;
    background-color: #C7E5E5;
    border-radius: 5px
}

.form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
    font-size: 15px;
    font-weight: 900;
}

.form-container .cancel {
    background-color: #707C92;
    opacity: 0.5;
    position: absolute;
    top: -40px;
    right: 0;
    width: auto;
    padding: 6px 18px;
    border-radius: 20px
}

.form-container p strong {
    font-size: 15px;
    font-weight: 900;
    color: #5A5A5A;
    font-family: "Source Sans Pro";
}

.form-container .btn:hover,
.open-button:hover {
    opacity: 1
}

.white-bg {
    padding: 15px;
    background-color: white;
    border-radius: 5px
}

.clearfix {
    zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both
}

.contact-item {
    width: calc(50% - 10px);
    float: left;
    padding: 15px 10px;
    background: #FFF;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px
}

.contact-item {
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 12px
}

.qr-code {
    display: block;
    margin: 0 auto;
    border: 2px #C7E5E5 solid;
    border-radius: 10px;
}

.start-chat {
    display: inline-block;
    margin: 0 auto;
    color: #5AC0B1;
    font-weight: bold;
    text-decoration: underline;
    font-size: 13px;
}

.start-chat {
    display: block;
    text-align: center;
    color: #5AC0B1;
    font-weight: bold;
    text-decoration: underline
}

.start-chat:hover {
    color: #5AC0B1;
    cursor: pointer;
    text-decoration: none;
}

.btn-social {
    background-color: #C7E5E5;
    border-radius: 15px;
    padding: 5px;
    margin-top: 10px;
}