/* frontend css */
.ciws-button-wrapper{
    display: flex;
    justify-content: flex-start;
    -webkit-font-smoothing: antialised;
backface-visibility: hidden;
transform: translateZ(0);
-webkit-font-smoothing: subpixel-antialiased;
}
a.ciws-btn-content-wrap {
    display: flex;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    align-items: center;
}
.ciws-button {
    background: #2db742;
}
.ciws-icon-wrap {
    width: 60px;
} 
.ciws-button-wrapper.ciws-template-2 .ciws-button {
    border-radius: 15px;
}
.ciws-button-wrapper.ciws-template-3 .ciws-button {
    border-radius:100px;
}
.ciws-btn-info {
    display: flex;
    align-items: center;
}
.ciws-status {
    font-size: 10px;
    line-height: 120%;
    padding: 2px;
    color: #fff;
    background: #8fe4ab;
    border-radius: 5px;
    margin-left: 5px;
    width: 4px;
    height: 4px;
    border: 1px solid #fff;
}
.ciws-icon-wrap img {
    width: 45px;
    height: 45px;
}

.ciws-template-3 a.ciws-btn-content-wrap:hover {
    border-radius: 100px;
}
.ciws-template-2 a.ciws-btn-content-wrap:hover {
    border-radius: 15px;
}



/* floating button template css */

.ciws-floating-left .ciws-floating-box-wrap {
    left: 0;
}


a.ciws-floating-btn-content-wrap {
    display: flex;
    text-decoration: none;
    justify-content: flex-end;
    align-items: center;
}
.ciws-floating-icon-wrap img {
    height: 40px;
    width: 40px;
}
.ciws-floating-icon-wrap {
    width: 60px;
    height: 60px;
    background-color: #2db742;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ciws-floating-template-1 .ciws-floating-btn-info-wrap{
    padding: 5px 10px;
    background-color: #C2BDBD;
    margin-right: 5px;
    border-radius: 3px;
}
a.ciws-btn-content-wrap:hover {
    color: #fff;
    opacity: 80%;
}

.ciws-floating-template-1 .ciws-floating-btn-title {
    color: #1f1f1f;
}
.ciws-floating-right.ciws-floating-button-wrapper {
    position: fixed;
    right: 10px;
    bottom: 20px;
}
.ciws-floating-btn-title.ciws-floating-btn-info-attr {
    font-size: 16px;
}

.ciws-floating-template-1 .ciws-floating-icon-wrap{
    border-radius: 10px;
}
.ciws-floating-right.ciws-floating-template-1 a.ciws-floating-btn-content-wrap,
.ciws-floating-right.ciws-floating-template-3 a.ciws-floating-btn-content-wrap{
    flex-direction: row-reverse;
}


/* template-2 */
.ciws-floating-button-wrapper.ciws-floating-right.ciws-floating-template-2  {
    right: 25px;
}
.ciws-floating-template-2 .ciws-floating-icon-wrap img {
    height: 40px;
    width: 40px;
}

.ciws-floating-right.ciws-floating-template-2 .ciws-floating-icon-wrap {
    border-radius: 100%;
    position: absolute;
    right: -20px;
}
.ciws-floating-template-2 a.ciws-floating-btn-content-wrap {
    flex-direction: row-reverse;
}
.ciws-floating-right.ciws-floating-template-2 .ciws-floating-btn-info-wrap {
    padding: 10px 45px 10px 15px;
}
.ciws-floating-template-2 .ciws-floating-btn-info-wrap{
    background: #2db742;
    margin-right: 5px;
    border-radius: 40px;
}

.ciws-floating-template-2 .ciws-floating-btn-title {
    color: #fff;
}
.ciws-floating-template-2  .ciws-floating-icon-wrap {
    border: 2px solid #fff;
}
.ciws-floating-template-3 .ciws-floating-btn-info-wrap{
    padding: 10px 15px;
    background: #2db742;
    border-radius: 3px;
}
.ciws-floating-right.ciws-floating-template-3 .ciws-floating-btn-info-wrap
.ciws-floating-right.ciws-floating-template-2 .ciws-floating-btn-info-wrap{
    margin-right: 5px;
}
.ciws-floating-template-3 .ciws-floating-btn-title {
    color: #fff;
}
.ciws-floating-right.ciws-floating-template-3 .ciws-floating-btn-info-wrap{
    margin-right: 10px;
}
.ciws-floating-left.ciws-floating-template-3 .ciws-floating-btn-info-wrap{
    margin-left: 10px;
}

.ciws-floating-template-3 .ciws-floating-icon-wrap {
    border-radius: 0px;
}
.ciws-floating-template-1.ciws-floating-left a.ciws-floating-btn-content-wrap,
.ciws-floating-template-4.ciws-floating-left a.ciws-floating-btn-content-wrap,
.ciws-floating-template-5.ciws-floating-left a.ciws-floating-btn-content-wrap{
    justify-content: flex-start;
}
/* template-4 */
.ciws-floating-template-4 .ciws-floating-btn-info-wrap,
.ciws-floating-template-5 .ciws-floating-btn-info-wrap {
    display: none;
}
.ciws-floating-right.ciws-floating-template-4.ciws-floating-button-wrapper,
.ciws-floating-right.ciws-floating-template-5.ciws-floating-button-wrapper {
    position: fixed;
    right: 35px;
    bottom: 10px;
}
.ciws-floating-button-wrapper {
    z-index: 999;
}
.ciws-floating-template-5 .ciws-floating-icon-wrap {
    border-radius: 100%;
}
.ciws-floating-template-5 .ciws-floating-icon-wrap img {
    height: 40px;
    width: 40px;
}
.ciws-floating-template-4 .ciws-floating-icon-wrap img,
.ciws-floating-template-5 .ciws-floating-icon-wrap img {
    height: 35px;
    width: 35px;
}
/* floating template-6 */

.ciws-floating-template-6 .ciws-floating-icon-wrap {
    width: unset;
    height: 50px;
    background-color: #2db742;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-left: 10px;
    padding-right: 5px;
}
.ciws-floating-template-6 .ciws-floating-btn-title{
    color: #fff;
}
.ciws-floating-template-6 .ciws-floating-icon-wrap img {
    height: unset;
    width: unset;
}
.ciws-floating-template-6 .ciws-floating-btn-info-wrap {
    height: 50px;
    display: flex;
    align-items: center;
    padding-right: 10px;
    background-color: #2db742;
}
/* contact box css */
img.ciws-box-header-logo-green {
    display: none;
}
.ciws-box-template-2 .ciws-heading-desc {
    margin-left: 10px;
}
.ciws-contact-img img {
    height: 100%;
    width: 100%;
    object-fit: fill;
    border-radius: 100%;
}
.ciws-box-heading h1 {
    color: #FFF;
    font-family: Helvetica;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0px;
    padding-top: 0px;
}
.ciws-box-sub-heading h3 {
    color: #FFF;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ciws-box-template-1 .ciws-contact-img .ciws-online{
    display: flex;
}
.ciws-box-template-1 .ciws-contact-img {
    position: relative;
}
.ciws-box-template-1 .ciws-online-status.ciws-online {
    right: 2px;
    bottom: 0px;
}
.ciws-box-template-1 .ciws-header-img-wrap{
    display: none;
}
.ciws-box-template-1 .ciws-online{
    display: none;
}
.ciws-box-template-1 .ciws-offline{
    display: none;
}
.ciws-header-img-wrap {
    height: 40px;
    width: 40px;
}
.ciws-box-header-wrap {
    display: inline-flex;
    width: -webkit-fill-available;
    padding: 15px;
    border-radius: 10px 10px 0px 0px;
    background: #30b348;
    flex-direction: column;
}
.ciws-box-body-wrap div span {
    color: #5E5A5A;
    font-family: Helvetica;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
div.ciws-reply-txt{
    margin-bottom: 10px;
}
.ciws-floating-box-wrap {
    display: flex;
    flex-direction: column;
    width: max-content;
    border-radius: 10px;
    border: 1px solid #AEAEAE;
    background: #FFF;
    position: absolute;
    bottom: 100%;
    right: 0;
    max-width: 400px;
    display: none;
    margin-bottom: 10px;
}
.ciws-floating-button {
    position: relative;
}
.ciws-floating-left .ciws-floating-box-wrap::before{
    right: unset;
    left: 30px;
}
.ciws-floating-right .ciws-floating-box-wrap::before {
    right: 30px;
}
.ciws-floating-box-wrap::before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #AEAEAE;
}
.ciws-floating-box-wrap::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 31px;
    margin-left: -5px;
    border-width: 9px;
    border-style: solid;
    border: 9px solid transparent;
    border-top-color: white;
}

.ciws-contact-list {
    display: inline-flex;
    padding: 12px 10px 13px 15px;
    align-items: center;
    gap: 2px;
    border-radius: 3px;
    border: 1px solid #C5C5C5;
    width: 100%;
    margin-bottom: 10px;
}
.ciws-box-body-wrap {
    padding: 15px 20px;
}
.ciws-contact-img {
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 40px;
    background: #26F44C;
    margin-right: 12px;
}
.ciws-contact-name {
    color: #000;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}
a.ciws-floating-btn-content-wrap.ciws-floating-box {
    cursor: pointer;
}
.ciws-floating-template-6.ciws-floating-left a.ciws-floating-btn-content-wrap {
    justify-content: flex-start;
}
.ciws-contact-deg {
    color: #696969;
    font-family: Helvetica;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ciws-online-status {
    height: 10px;
    width: 10px;
    border-radius: 100%;
}
.ciws-contact-img .ciws-online {
    display: none;
}
.ciws-online-desc {
    font-size: 11px;
    color: #ffa500;
}
.ciws-box-template-1 .ciws-contact-discription{
    text-align: left;
}
.ciws-floating-right.ciws-floating-template-1 a.ciws-floating-btn-content-wrap.ciws-floating-box, 
.ciws-floating-right.ciws-floating-template-2 a.ciws-floating-btn-content-wrap.ciws-floating-box {
    justify-content: unset;
}
/* template 2 */
.ciws-box-template-2 .ciws-box-header-wrap{
    display: flex;
    flex-direction: row;
}
.ciws-box-template-2 .ciws-contact-list{
    background: #EAEBED;
}
.ciws-box-template-2 .ciws-contact-list  {
    position: relative;
}
.ciws-online-status {
    right: 15px;
    position: absolute;
}
.ciws-online {
    background: #25D366;
}

/* for left position */
.ciws-floating-left.ciws-floating-template-3 .ciws-floating-btn-info-wrap,
.ciws-floating-left.ciws-floating-template-2 .ciws-floating-btn-info-wrap,
.ciws-floating-left.ciws-floating-template-1 .ciws-floating-btn-info-wrap{
    margin-left: 5px;
}
.ciws-floating-left.ciws-floating-template-2 .ciws-floating-btn-info-wrap{
    padding: 10px 15px 10px 45px;
}
.ciws-floating-button-wrapper.ciws-floating-left.ciws-floating-template-2  {
    left: 25px;
}
.ciws-floating-left.ciws-floating-template-2 .ciws-floating-icon-wrap {
    border-radius: 100%;
    position: absolute;
    left: -20px;
}
.ciws-floating-left.ciws-floating-template-1 a.ciws-floating-btn-content-wrap,
.ciws-floating-left.ciws-floating-template-3 a.ciws-floating-btn-content-wrap{
    flex-direction: row;
}
.ciws-floating-left.ciws-floating-button-wrapper {
    position: fixed;
    left: 10px;
    bottom: 20px;
}
.ciws-floating-left .ciws-floating-box-wrap::after{
	left: 36px;
    right: unset;
}

a.ciws-btn-content-wrap.ciws-mobile-url {
    display: none;
}
a.ciws-btn-content-wrap.ciws-computer-url {
    display: flex;
}
a.ciws-floating-btn-content-wrap.ciws-floating-mobile-url {
    display: none;
}
a.ciws-floating-btn-content-wrap.ciws-floating-computer-url {
    display: flex;
}
.ciws-box-mobile {
    display: none;
}
.ciws-floating-template-3 a.ciws-floating-btn-content-wrap{
    justify-content: flex-start;
}

.ciws-close-btn {
    cursor: pointer;
    position: absolute;
    right: 10px;
    border-radius: 100%;
    top: 10px;
    height: 20px;
    width: 20px;
    background: #d75151;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.ciws-close-svg {
    width: 16px;
    height: auto;
    text-align: revert;
    vertical-align: middle;
}

.ciws-notification span {
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 12px;
    line-height: 170%;
}
.ciws-body-form-wrap {
    max-height: 330px;
    overflow: auto;
}

.ciws-greeting-box-wrap {
    display: flex;
    flex-direction: column;
    /* width: max-content; */
    border-radius: 10px;
    border: 1px solid #AEAEAE;
    background: #FFF;
    position: absolute;
    bottom: 100%;
    right: 0;
    display: none;
    max-width: 400px;
    margin-bottom: 10px;
    min-width: 330px;
}
.ciws-floating-left .ciws-greeting-box-wrap {
    left: 0;
}
.ciws-greeting-template-3 .ciws-greeting-header-wrap {
    display: flex;
    flex-direction: row;
}
.ciws-greeting-header-wrap {
    display: inline-flex;
    padding: 10px 15px;
    border-radius: 10px 10px 0px 0px;
    background: #30b348;
    width: -webkit-fill-available;
    align-items: center;
    flex-direction: row;
}
.ciws-greeting-header-img-wrap {
    height: 50px;
    width: 50px;
}
.ciws-floating-right a.ciws-floating-btn-content-wrap.ciws-floating-box {
    justify-content: flex-end;
}

.ciws-greeting-heading-desc {
    margin-left: 10px;
}
.ciws-greeting-heading {
    color: #FFF;
    font-family: Helvetica;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 0px;
}
.ciws-greeting-heading p {
    padding: 0;
    margin: 0;
}

.ciws-greeting-main-body-wrap {
    background-color: #ece5dd;
    padding: 18px 24px 98px 18px;
    position: relative;
}
.ciws-customize-specific .ciws-greeting-main-body-wrap::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/ciws-greeting-form-bg.png");
    opacity: 0.4;
}
.ciws-greeting-main-content {
    position: relative;
}
.ciws-greeting-main-content-txt {
    margin: 8px 5px;
    padding: 11px 12px 13px 12px;
    background-color: #74e59b;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px;
}

.ciws-greeting-cta-wrap{
    text-align: center;
    padding: 11px 25px 9px 25px;
    cursor: pointer;
    background-color: #ffffff;

}
.ciws-greeting-cta-wrap .ciws-button-wrapper {
    justify-content: center;
}
.ciws-greeting-footer-wrap {
    padding: 2px 25px 5px 25px;
    text-align: center;
    font-size: 12px;
    background-color: #ffffff;
    border-radius: 0px 0px 10px 10px;
}
.ciws-greeting-cta-btn .ciws-btn-info {
    display: none;
}
.ciws-greeting-footer-wrap p {
    margin: 0;
}

.ciws-greeting-cta-btn .ciws-icon-wrap {
    width: 35px;
    display: flex;
    align-items: center;
}
.ciws-greeting-cta-btn .ciws-icon-wrap img {
    width: 35px;
    height: 25px;
}
.ciws-greeting-cta-btn .ciws-btn-title {
    font-size: 15px;
}   
.ciws-greeting-heading-img img {
    height: 50px;
    width: 50px;
    border-radius: 100px;
}

.ciws-floating-btn-content-wrap:hover {
    opacity: 80%;
}
.ciws-contact-list {
    box-sizing: border-box;
}



@media only screen and (max-width: 769px){
    .ciws-mob-hide{
        display: none;
    }
    .ciws-box-mobile {
        display: block;
    }
    .ciws-box-desktop {
        display: none;
    }
    a.ciws-btn-content-wrap.ciws-computer-url {
        display: none;
    }
    a.ciws-btn-content-wrap.ciws-mobile-url {
        display: flex;
    }
    a.ciws-floating-btn-content-wrap.ciws-floating-computer-url {
        display: none;
    }
    a.ciws-floating-btn-content-wrap.ciws-floating-mobile-url {
        display: flex;
    }
    .ciws-floating-btn-title.ciws-floating-btn-info-attr {
        font-size: 12px;
        line-height: 120%;
    }
    .ciws-floating-right.ciws-floating-template-2 .ciws-floating-btn-info-wrap {
        padding: 10px 35px 10px 17px;
    }
    .ciws-floating-left.ciws-floating-template-2 .ciws-floating-btn-info-wrap {
        padding: 10px 17px 10px 35px;
    }
    .ciws-floating-template-2 .ciws-floating-icon-wrap img {
        height: 35px;
        width: 35px;
    }
    .ciws-floating-icon-wrap {
        width: 50px;
        height: 50px;
    }
    .ciws-floating-right.ciws-floating-button-wrapper {
        bottom: 15px;
    }
}
@media only screen and (min-width: 769px){
    .ciws-desktop-hide{
        display: none;
    }
    
}
@keyframes slide-up{
    0%{
        bottom: -700%;
    }
    100%{
        bottom: 100%;
    }
}

.ciws-greeting-box-wrap,
.ciws-floating-box-wrap  {
    animation-name: slide-up;
    animation-duration: 0.7s;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}
