.myicon {
    display: inline-block;
}
.icon-whatsapp:before {
    width: 24px;
    height: 24px;
    display: block;
    content:url('../images/whatsapp/whatsapp-icon.html');
}
.icon-times:before {
    width: 24px;
    height: 24px;
    display: block;
    content:url('../images/whatsapp/whatsapp-icon-close.html');
}
.icon-paper-plane:before {
    width: 20px;
    height: 20px;
    display: block;
    content:url('../images/whatsapp/whatsapp-icon-send.html');
}
.whp {
    bottom: 0;
    position: fixed;
    margin: 1em;
    left: 0;
    z-index: 9999
}

.chatonline {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    color: #f0f0f0;
    /*margin: 25px auto 0;*/
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
    z-index: 998;
    overflow: hidden;
    background: #6dd468;
    border: 1px solid #fff;
}

.chatonline>i {
    padding: 16px;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.chatonline:not(:last-child) {
    width: 0;
    height: 0;
    margin: 20px auto 0;
    opacity: 0;
    visibility: hidden;
    line-height: 40px
}

.chatonline:not(:last-child)>i {
    font-size: 1.4em;
    line-height: 40px
}

.chatonline:not(:last-child).is-visible {
    width: 40px;
    height: 40px;
    margin: 15px auto;
    opacity: 1;
    visibility: visible
}

.chatonline:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms
}

.chatonline:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms
}

.chatonline:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms
}

.chatonline:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms
}

.chatonline:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms
}

.chatonline(:last-child):active,
.chatonline(:last-child):focus,
.chatonline(:last-child):hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32)
}

.chat {
    position: fixed;
    left: 85px;
    bottom: 20px;
    width: 400px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    display: none;
    box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, .22);
    border-radius: 10px;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.chat_fullscreen {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0
}

.chat_header {
    font-size: 13px;
    font-weight: 500;
    color: #f3f3f3;
    height: 60px;
    background: #1ebea5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 8px
}

.chat_header2 {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.chat_header .span {
    float: right
}

#chat_head {
    font-size: 17px
}

.chat_fullscreen_loader {
    display: none;
    float: right;
    cursor: pointer;
    font-size: 20px;
    opacity: .5;
    margin: -10px 10px
}

.chat.is-visible {
    display: block
}

.is-hide {
    opacity: 0
}

.chat_option {
    float: left;
    font-size: 15px;
    list-style: none;
    position: relative;
    height: 100%;
    width: 100%;
    /*margin-right: 10px;*/
    letter-spacing: .5px;
    font-weight: 400
}

.chat_option img {
    border-radius: 50%;
    width: 45px;
    float: left;
    margin: 0 20px 10px
}

.change_img img {
    width: 35px;
    margin: 0 20px
}

.chat_option .agent {
    font-size: 12px;
    font-weight: 300
}

.chat_option .online {
    opacity: .4;
    font-size: 11px;
    font-weight: 300
}

.chat_color {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 10px;
    float: left
}

.chat_body {
    background-image: url(../images/whatsapp/chatbody.jpg);
    width: 100%;
    height: 300px;
    display: inline-block;
    text-align: center;
    overflow-y: hidden;
    /*background-size: cover;*/
    background-size: 365px;
}

#chat_body {
    height: 450px
}

.chat_body p {
    padding: 20px;
    color: #888;
    font-size: 15px;
    margin-bottom: 0
}

.chat_body a {
    width: 10%;
    text-align: center;
    border: none;
    box-shadow: none;
    line-height: 40px;
    font-size: 15px
}

.chat_field {
    position: relative;
    margin: 5px 0;
    width: 75%;
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border: none;
    outline: none;
    display: inline-block
}

.chat_field.chat_message {
    height: 30px;
    resize: none;
    font-size: 14px;
    font-weight: 400;
    overflow-y: hidden
}

.chat_category {
    text-align: left
}

.chat_category {
    margin: 20px;
    background: rgba(0, 0, 0, .03);
    padding: 10px
}

.chat_category ul li {
    width: 80%;
    height: 30px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    cursor: pointer;
    line-height: 30px;
    color: #888;
    text-align: center
}

.chat_category li:hover {
    background: #83c76d;
    color: #fff
}

.chat_category li.active {
    background: #83c76d;
    color: #fff
}

.tags {
    margin: 20px;
    bottom: 0;
    display: block;
    width: 120%
}

.tags li {
    padding: 5px 10px;
    border-radius: 40px;
    border: 1px solid #0375d0;
    margin: 5px;
    display: inline-block;
    color: #0375d0;
    cursor: pointer
}

.fab_field {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.fab_field2 {
    bottom: 0;
    position: absolute;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 999
}

.fab_field a {
    display: inline-block;
    text-align: center
}

#fab_send {
    float: right;
    background: transparent;
    cursor: pointer
}

.fab_field .fab {
    box-shadow: none;
    margin: 0;
    padding: 14px 10px 6px 10px;
}

.chat_converse {
    position: relative;
    background: #fff;
    margin: 6px 0 0;
    height: 300px;
    min-height: 0;
    font-size: 12px;
    line-height: 18px;
    overflow-y: auto;
    width: 100%;
    float: right;
    padding-bottom: 100px
}

.chat_converse2 {
    height: 100%;
    max-height: 800px
}

.chat_list {
    opacity: 0;
    visibility: hidden;
    height: 0
}

.chat_list .chat_list_item {
    opacity: 0;
    visibility: hidden
}

.chat .chat_converse .chat_msg_item {
    position: relative;
    margin: 8px 0 15px;
    padding: 8px 10px;
    max-width: 60%;
    display: block;
    word-wrap: break-word;
    border-radius: 3px;
    -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    clear: both;
    z-index: 999
}

.status {
    margin: 45px -50px 0 0;
    float: right;
    font-size: 11px;
    opacity: .3
}

.status2 {
    margin: -10px 20px 0 0;
    float: right;
    display: block;
    font-size: 11px;
    opacity: .3
}

.chat .chat_converse .chat_msg_item .chat_avatar {
    position: absolute;
    top: 0
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
    left: -52px;
    background: rgba(0, 0, 0, .03)
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
    right: -52px;
    background: rgba(0, 0, 0, .6)
}

.chat .chat_converse .chat_msg_item .chat_avatar,
.chat_avatar img {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin {
    margin-left: 60px;
    float: left;
    background: rgba(0, 0, 0, .03);
    color: #666
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {
    margin-right: 20px;
    float: right;
    background: #42a5f5;
    color: #eceff1
}

.chat .chat_converse .chat_msg_item .chat_msg_item_admin:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -12px;
    z-index: 998;
    border: 6px solid transparent;
    border-right-color: rgba(255, 255, 255, .4)
}

.chat_form .get-notified label {
    color: #077ad6;
    font-weight: 600;
    font-size: 11px
}

.chat_form .get-notified input {
    margin: 2px 0 0;
    border: 1px solid #83c76d
}

.chat_form .get-notified i {
    background: #83c76d;
    width: 30px;
    height: 32px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    margin: 2px 0 0 -30px;
    position: absolute;
    border-radius: 3px
}

.chat_form .message_form {
    margin: 10px 0 0
}

.chat_form .message_form input {
    margin: 5px 0;
    border: 1px solid #e0e0e0
}

.chat_form .message_form textarea {
    margin: 5px 0;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 90%;
    font-family: roboto;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    outline: none;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px
}

.chat_form .message_form button {
    margin: 5px 0;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 95%;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    outline: none;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px;
    background: #83c76d;
    cursor: pointer
}

strong.chat_time {
    padding: 0 1px 1px 0;
    font-weight: 500;
    font-size: 8px;
    display: block
}

.is-active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.is-float {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32)
}

.is-loading {
    display: block;
    -webkit-animation: load 1s cubic-bezier(0, .99, 1, .6) infinite;
    animation: load 1s cubic-bezier(0, .99, 1, .6) infinite
}

.blue .fab {
    background: #42a5f5;
    color: #fff
}

.blue .chat {
    background: #42a5f5;
    color: #999
}

.ink {
    display: block;
    position: absolute;
    background: rgba(38, 50, 56, .4);
    border-radius: 100%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    webkit-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.ink.animate {
    -webkit-animation: ripple .5s ease-in-out;
    animation: ripple .5s ease-in-out
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5)
    }
}

::-webkit-input-placeholder {
    color: #bbb
}

:-ms-input-placeholder {
    color: #bbb
}

::-moz-placeholder {
    color: #bbb
}

:-moz-placeholder {
    color: #bbb
}

.chat_body p {
    padding: 14px;
    color: #888;
    font-size: 15px;
    margin-bottom: 0
}

.chat-component {
    background: #fff;
    margin: 20px;
    border-radius: 0 8px 8px 8px;
    width: 200px;
}

.chat-component:before {
    display: block;
    position: absolute;
    top: 80px;
    left: 8px;
    content: "";
    border-top: solid 0 transparent;
    border-bottom: solid 20px transparent;
    border-right: solid 20px #fff
}

.wetreat ul.tab-nav:not(.tab-nav-lg) li {
    float: none;
    display: inline-block;
    margin-left: 25px
}

.wetreat .feature-box.media-box {
    box-shadow: 0 2px 18px 0 rgba(198, 198, 198, .37);
    padding: 20px;
    cursor: pointer
}

.wetreat .feature-box.media-box:hover {
    box-shadow: 0 10px 22px 10px rgba(27, 38, 49, .1);
    transition: all .3s linear
}

.wetreat ul.tab-nav.tab-nav2 li.ui-state-active a {
    background-color: #000!important
}

.chat-preloader {
    position: absolute;
    top: 80px;
    left: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 15px 10px 5px 5px;
    border-radius: 30px
}

.chat-preloader>span {
    background: #bbb;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    margin-left: .5em;
    transform: translateY(0);
    animation: bounce 600ms infinite alternate;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, .2), inset 0 -5px 10px rgba(0, 0, 0, .2)
}

.chat-preloader>span:nth-of-type(2) {
    background: #bbb;
    animation-delay: 250ms
}

.chat-preloader>span:nth-of-type(3) {
    animation-delay: 350ms
}

@keyframes bounce {
    to {
        transform: translateY(-0.5em);
        box-shadow: 0 1em 3px rgba(0, 0, 0, .03), inset 0 -5px 10px rgba(0, 0, 0, .2)
    }
}
@media only screen and (min-width:1024px) {
    .chat {
        width: 300px
    }
}

@media only screen and (max-width:767px) {
    .whp{
        margin: 10px;
        bottom: 0px;
    }
    .chat {
        position: fixed;
        left: 15px;
        bottom: 80px;
        width: 280px;
    }
    #chat_head{
        font-size: 16px;
    }
    .chat_body{
        height: 260px;
    }
    .accordion.accordion-bg .acc_content {
        padding: 0
    }
}

@media only screen and (min-width:768px) {
    .chat {
        width: 300px
    }
}

@media only screen and (min-width:480px) {
    .chat {
        width: 300px
    }
}