/* Whats App Plugin Css Start */

.wa-plugin_wrap {
    width: 400px;
    position: fixed;
    left: 20px;
    bottom: 10px;
    z-index: 9;
}
.wa-plugin_opner {
    padding: 10px 20px;
    box-shadow: 0px 0px 3px 0px #000;
    display: inline-block;
    border-radius: 45px;
    margin: 10px 10px;
    cursor: pointer;
    background-color: #fff;
}
.wa-plugin_opner p {
    display: flex;
    align-items: center;
}
.wa-plugin_opner img {
    width: 30px;
    margin: 0 15px 0 0;
}
.wa-opner-wrap {
    position: absolute;
    bottom: 80px;
    width: 100%;
    display: none;
}
.wa-header {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    position: relative;
    background-color: #095e54;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.wa-header a {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 0;
    height: 15px;
    width: 15px;
}
.wa-header a:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: #fff;
    transform: rotate(45deg);
    right: 6px;
}
.wa-header a:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: #fff;
    transform: rotate(-45deg);
    right: 6px;
}
.wa-header .wa-header-icon {
    width: 50px;
    margin: 0 15px 0 0;
    position: relative;
}
.wa-header .wa-header-icon:before {
    content: '';
    position: absolute;
    right: -2px;
    bottom: 8px;
    width: 10px;
    height: 10px;
    background-color: #40c351;
    border-radius: 50%;
    border: 2px solid #095e54;
}
.wa-header .wa-header-icon img {
    border-radius: 50%;
}

.wa-header .wa-header-heading {
    color: #fff;
}
.wa-header .wa-header-heading h3 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    padding: 0;
}
.wa-chat_area {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
    overflow: auto;
    max-height: 220px;
    min-height: 220px;
}
.wa-preloaded-msg {
    padding: 7px 14px 6px;
    background-color: #ffffff;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: 20px;
    max-width: calc(100% - 66px);
    display: none;
}
.wa-preloaded-msg p b {
    /*display: block;*/
}
.wa-preloaded-msg:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    border-right: 15px solid #fff;
    border-bottom: 15px solid transparent;
}
span.time {
    display: inline-block;
    text-align: right;
    width: 100%;
}
.wa-footer {
    padding: 20px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.wa-footer a {
    display: flex;
    align-items: center;
    background-color: #40c351;
    color: #fff;
    padding: 8px 15px;
    justify-content: center;
    border-radius: 35px;
}
.wa-footer a img {
    width: 30px;
    margin: 0 15px 0 0;
}

/* Responsive Css start */

@media ( max-width: 767px ) {
	.wa-preloaded-msg p { line-height: 1.3; font-size: 14px; }
	span.time { font-size: 12px; }
	.wa-chat_area { max-height: 180px; min-height: 180px; }
	.wa-plugin_wrap { width: 70%; z-index: 99999; }
}

/* Responsive Css End */

/* Whats App Plugin Css End */