
/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.bwdctc-agent-img img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    object-position: center;
}

/* main-css */
.bwdctc_close-bttn {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.bwdctc-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000bf;
    cursor: pointer;
}
.bwdctc-overlay.bwdctc-overlay-hide {
    display: none;
}
.bwdctc-agent-img {
    width: 80px;
    display: inline-block;
    height: 80px;
}
.bwdctc-agent-box {
    position: fixed;
    width: 300px;
    z-index: 999999;
    background-color: #fff;
    border-radius: 10px;
}
.bwdctc-agent-info {
    padding: 30px;
    text-align: center;
}
.bwdctc-agent-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    color: #fc3a52;
    margin-top: 15px;
}
.bwdctc-agent-subtitle {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: #000000;
}
.bwdctc-agent-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 15px;
    color: #000000;
}
.bwdctc-call-num {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #fc3a52;
    display: inline-block;
}
.bwdctc-call-icon {
    color: #fc3a52;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    margin-right: 8px;
}
.bwdctc_show-bttn,
.bwdctc_close-bttn,
.bwdctc-overlay,
.bwdctc-call-button,
.bwdctc-agent-box,
.bwdctc-call-number {
    transition: all .4s ease-in-out;
}
.bwdctc-call-button-position {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
}
.bwdctc-call-button {
    color: #fff;
    width: 60px;
    height: 60px;
    background-color: rgb(252, 58, 82);
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    z-index: 99999999;
}
.bwdctc-call-button.show-call-button,
.bwdctc-call-button,
.bwdctc-call-button:hover {
    animation-iteration-count: infinite;
}
.bwdctc-call-number {
    margin-top: 20px;
    line-height: 1;
}
.bwdctc-call-text {
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 900;
    margin-left: 10px;
}
.bwdctc-overlay {
    opacity: 0;
    visibility: hidden;
}
.bwdctc-overlay.show-overlay {
    opacity: 1;
    visibility: visible;
}
.bwdctc_show-bttn.show-btn-hide {
    opacity: 0;
    visibility: hidden;
}
.bwdctc_close-bttn.close-btn-show {
    opacity: 1;
    visibility: visible;
}




/* style1 */
.bwdctc-callbutton_1 .bwdctc-call-number {
    border-radius: 5px;
    padding: 8px 13px;
    background-color: rgba(252, 58, 82, 0.098);
    display: inline-block;
    margin-top: 20px;
}
.bwdctc-callbutton_1 .bwdctc_show-bttn.show-btn-hide {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}
.bwdctc-callbutton_1 .bwdctc_close-bttn.close-btn-show {
    opacity: 1;
    visibility: visible;
}
.bwdctc-callbutton_1 .bwdctc-overlay {
    transform: translateY(-100%);
}
.bwdctc-callbutton_1 .bwdctc-overlay.show-overlay {
    transform: translateY(0%);
}
.bwdctc-callbutton_1 .bwdctc-agent-box {
    opacity: 0;
    visibility: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 100%);
}
.bwdctc-callbutton_1 .bwdctc-agent-box.show-agent-box {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}

/* style2 */
.bwdctc-callbutton_2 .bwdctc-overlay {
    transform: translateX(-100%);
}
.bwdctc-callbutton_2 .bwdctc-overlay.show-overlay {
    transform: translateX(0%);
}
.bwdctc-callbutton_2 .bwdctc-agent-box {
    left: 50%;
    top: 50%;
    transform: translate(-0%, -50%);
    opacity: 0;
    visibility: hidden;
}
.bwdctc-callbutton_2 .bwdctc-agent-box.show-agent-box {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}
.bwdctc-callbutton_2 .bwdctc-call-button {
    background-color: #4a00e0;
}
.bwdctc-callbutton_2 .bwdctc_show-bttn.show-btn-hide {
    opacity: 0;
    visibility: hidden;
    transform: scale(3);
}
.bwdctc-callbutton_2 .bwdctc_close-bttn {
    transform: scale(3);
}
.bwdctc-callbutton_2 .bwdctc_close-bttn.close-btn-show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.bwdctc-callbutton_2 .bwdctc-agent-title,
.bwdctc-callbutton_2 .bwdctc-call-num,
.bwdctc-callbutton_2 .bwdctc-call-icon {
    color: #7a20e1;
}

/* style3 */
.bwdctc-callbutton_3 .bwdctc-call-button {
    background-color: #f4791f;
}
.bwdctc-callbutton_3 .bwdctc_show-bttn.show-btn-hide {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}
.bwdctc-callbutton_3 .bwdctc_close-bttn {
    transform: scale(0);
}
.bwdctc-callbutton_3 .bwdctc_close-bttn.close-btn-show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.bwdctc-callbutton_3 .bwdctc-agent-title,
.bwdctc-callbutton_3 .bwdctc-call-num,
.bwdctc-callbutton_3 .bwdctc-call-icon {
    color: #f4791f;
}
.bwdctc-callbutton_3 .bwdctc-overlay {
    transform: translateY(100%);
}
.bwdctc-callbutton_3 .bwdctc-overlay.show-overlay {
    transform: translateY(0%);
}
.bwdctc-callbutton_3 .bwdctc-agent-box {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    opacity: 0;
    visibility: hidden;
}
.bwdctc-callbutton_3 .bwdctc-agent-box.show-agent-box {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}

/* style4 */
.bwdctc-callbutton_4 .bwdctc-call-button {
    background-color: #240b36;
}
.bwdctc-callbutton_4 .bwdctc-agent-title,
.bwdctc-callbutton_4 .bwdctc-call-num,
.bwdctc-callbutton_4 .bwdctc-call-icon {
    color: #240b36;
}
.bwdctc-callbutton_4 .bwdctc-overlay {
    transform: translateX(100%);
}
.bwdctc-callbutton_4 .bwdctc-overlay.show-overlay {
    transform: translateX(0%);
}
.bwdctc-callbutton_4 .bwdctc-agent-box {
    left: 50%;
    top: 50%;
    transform: translate(-80%, -50%);
    opacity: 0;
    visibility: hidden;
}
.bwdctc-callbutton_4 .bwdctc-agent-box.show-agent-box {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}

.bwdctc-callbutton_4 .bwdctc_show-bttn.show-btn-hide {
    opacity: 0;
    visibility: hidden;
    transform: rotate(360deg);
}
.bwdctc-callbutton_4 .bwdctc_close-bttn.close-btn-show {
    opacity: 1;
    visibility: visible;
    transform: rotate(360deg);
}

/* style5 */
.bwdctc-callbutton_5 .bwdctc-call-button {
    background-color: #00b4db;
}
.bwdctc-callbutton_5 .bwdctc-call-number {
    background-color: #00b0d869;
    margin-top: 0;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    text-align: center;
}
.bwdctc-callbutton_5 .bwdctc-agent-title,
.bwdctc-callbutton_5 .bwdctc-call-num,
.bwdctc-callbutton_5 .bwdctc-call-icon {
    color: #00b0d8;
}
.bwdctc-callbutton_5 .bwdctc-call-num {
    font-weight: 900;
    font-size: 25px;
}
.bwdctc-callbutton_5 .bwdctc-agent-box {
    right: 30px;
    bottom: 100px;
    opacity: 0;
    visibility: hidden;
}
.bwdctc-callbutton_5 .bwdctc-agent-box.show-agent-box {
    opacity: 1;
    visibility: visible;
}
.bwdctc-callbutton_5 .bwdctc_show-bttn.show-btn-hide {
    opacity: 0;
    visibility: hidden;
}
.bwdctc-callbutton_5 .bwdctc_close-bttn.close-btn-show {
    opacity: 1;
    visibility: visible;
}
.bwdctc-callbutton_5 .bwdctc-overlay {
    opacity: 0;
    visibility: hidden;
}
.bwdctc-callbutton_5 .bwdctc-overlay.show-overlay {
    opacity: 1;
    visibility: visible;
}

/* style6 */
.bwdctc-callbutton_6 .bwdctc-call-button {
    width: 150px;
    background-color: #c6ffdd;
    color: #000;
}
.bwdctc-callbutton_6 .bwdctc-call-button.show-call-button {
    width: 60px;
    border-radius: 50%;
}
.bwdctc-callbutton_6 .bwdctc_show-bttn.show-btn-hide {
    opacity: 0;
    visibility: hidden;
}
.bwdctc-callbutton_6 .bwdctc_close-bttn.close-btn-show {
    opacity: 1;
    visibility: visible;
}
.bwdctc-callbutton_6 .bwdctc-call-text {
    transition-delay: .5s;
}
.bwdctc-callbutton_6 .bwdctc-call-text.show-call-text {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
}
.bwdctc-callbutton_6 .bwdctc-agent-box {
    right: 30px;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    background-color: #000;
}
.bwdctc-callbutton_6 .bwdctc-agent-box.show-agent-box {
    opacity: 1;
    visibility: visible;
    bottom: 110px;
}
.bwdctc-callbutton_6 .bwdctc-agent-subtitle,
.bwdctc-callbutton_6 .bwdctc-agent-desc,
.bwdctc-callbutton_7 .bwdctc-agent-subtitle,
.bwdctc-callbutton_7 .bwdctc-agent-desc {
    color: #fff;
}
.bwdctc-callbutton_6 .bwdctc-agent-title,
.bwdctc-callbutton_6 .bwdctc-call-num,
.bwdctc-callbutton_6 .bwdctc-call-icon {
    color: #C6FFDD;
}
.bwdctc-callbutton_6 .bwdctc-call-number {
    background-color: #c6ffdd33;
    border-radius: 10px;
    padding: 10px;
}

/* style7 */
.bwdctc-callbutton_7 .bwdctc-call-button {
    position: relative;
    overflow: visible;
    background-color: rgb(118, 248, 43);
    border-radius: 55% 45% 47% 53% / 55% 59% 41% 45%;
}
.bwdctc-callbutton_7 .bwdctc-call-button::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px dashed;
    border-color: #76f82b;
    animation: circle_rotate 10s linear infinite;
}
@keyframes circle_rotate {
    0% {
              transform: rotate(0deg);
    }
    100% {
              transform: rotate(360deg);
    }
}
.bwdctc-callbutton_7 .bwdctc-agent-box {
    right: 0px;
    bottom: 30px;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
}
.bwdctc-callbutton_7 .bwdctc-agent-box.show-agent-box {
    opacity: 1;
    visibility: visible;
    right: 120px;
}
.bwdctc-callbutton_7 .bwdctc-call-number {
    background-color: rgb(118 248 43 / 9%);
    border-radius: 10px;
    padding: 10px;
}
.bwdctc-callbutton_7 .bwdctc-call-icon,
.bwdctc-callbutton_7 .bwdctc-call-num,
.bwdctc-callbutton_7 .bwdctc-agent-title {
    color: rgb(118, 248, 43);
}

/* style8 */
.bwdctc-callbutton_8 .bwdctc-agent-box {
    right: 120px;
    bottom: 30px;
    transform: scale(0);
    background-color: #000;
}
.bwdctc-callbutton_8 .bwdctc-agent-box.show-agent-box {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.bwdctc-callbutton_8 .bwdctc-call-icon,
.bwdctc-callbutton_8 .bwdctc-call-num,
.bwdctc-callbutton_8 .bwdctc-agent-title {
    color: #ffe100;
}
.bwdctc-callbutton_8 .bwdctc-call-button {
    border-radius: 7px;
    background-color: #ffe100;
}
.bwdctc-callbutton_8 .bwdctc_show-bttn.show-btn-hide {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
}
.bwdctc-callbutton_8 .bwdctc_close-bttn {
    transform: translateY(-100%);
}
.bwdctc-callbutton_8 .bwdctc_close-bttn.close-btn-show {
    transform: translateY(0);
}
.bwdctc-callbutton_8 .bwdctc-agent-desc {
    margin-top: 0;
}
.bwdctc-callbutton_8 .bwdctc-agent-img {
    margin-top: 15px;
}
.bwdctc-callbutton_8 .bwdctc-call-number {
    border: 1px solid #ffe100;
    padding: 10px;
}
.bwdctc-callbutton_8 .bwdctc-call-number:hover {
    background-color: #ffe100;
}
.bwdctc-callbutton_8 .bwdctc-call-number:hover .bwdctc-call-icon,
.bwdctc-callbutton_8 .bwdctc-call-number:hover .bwdctc-call-num {
    color: #fff;
}
.bwdctc-callbutton_8 .bwdctc-agent-desc,
.bwdctc-callbutton_8 .bwdctc-agent-subtitle {
    color: #fff;
}

/* style9 */
.bwdctc-callbutton_9 .bwdctc-call-button {
    border: 3px dashed #4A00E0;
    background-color: transparent;
    border-radius: 0;
}
.bwdctc-callbutton_9 .bwdctc-call-button.show-call-button {
    border-radius: 50%;
}
.bwdctc-callbutton_9 .bwdctc-call-num,
.bwdctc-callbutton_9 .bwdctc-call-icon,
.bwdctc-callbutton_9 .bwdctc-agent-title {
    color: #4A00E0;
}

/* style10 */
.bwdctc-callbutton_10 .bwdctc-call-button {
    background-color: #dd1818;
    border-radius: 15px 0 15px 0;
}
.bwdctc-callbutton_10 .bwdctc-call-button.show-call-button {
    background-color: #3f2b96;
}
.bwdctc-callbutton_10 .bwdctc-call-num,
.bwdctc-callbutton_10 .bwdctc-call-icon,
.bwdctc-callbutton_10 .bwdctc-agent-title {
    color: #a6bdfd;
}

/* style11 */
.bwdctc-callbutton_11 .bwdctc-call-button {
    background-color: transparent;
    border: 2px solid #b92b27;
    border-radius: 50%;
}
.bwdctc-callbutton_11 .bwdctc-call-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    background-color: #1565c0;
    transition: all 1s ease-in-out;
    transform: scale(1);
}
.bwdctc-callbutton_11 .bwdctc-call-button.show-call-button::before {
    transform: scale(0);
}
.bwdctc-callbutton_11 .bwdctc_close-bttn {
    transform: scale(4);
    transition: all .6s ease-in-out;
}
.bwdctc-callbutton_11 .bwdctc_close-bttn.close-btn-show {
    transform: scale(1);
}
.bwdctc-callbutton_11 .bwdctc-call-num,
.bwdctc-callbutton_11 .bwdctc-call-icon,
.bwdctc-callbutton_11 .bwdctc-agent-title,
.bwdctc-callbutton_11 .bwdctc-agent-desc,
.bwdctc-callbutton_11 .bwdctc-agent-subtitle,
.bwdctc-callbutton_12 .bwdctc-call-num,
.bwdctc-callbutton_12 .bwdctc-call-icon,
.bwdctc-callbutton_12 .bwdctc-agent-title,
.bwdctc-callbutton_12 .bwdctc-agent-desc,
.bwdctc-callbutton_12 .bwdctc-agent-subtitle{
    color: #fff;
}
.bwdctc-callbutton_11 .bwdctc-agent-box {
    background-color: #1565c047;
}

/* style12 */
.bwdctc-callbutton_12 .bwdctc-agent-box {
    background-color: #ffffff1f;
    backdrop-filter: blur(8px);
}
.bwdctc-callbutton_12 .bwdctc-call-button{
    background-color: #ffffff1f;
    backdrop-filter: blur(8px);
    border-radius: 10px;
    color: #000;
    box-shadow: 0 5px 4px #00000038;
}
.bwdctc-callbutton_12 .bwdctc-call-button.show-call-button {
    transform: perspective(400px) rotateY(180deg);
}

/* style13 */
.bwdctc-callbutton_13 .bwdctc-call-button {
    background-color: #FF512F;
    border-radius: 50%;
}
.bwdctc-callbutton_13 .bwdctc-call-button:hover {
    background-color: #522fff;
}
.bwdctc-callbutton_13 .bwdctc-call-button.show-call-button {
    transform: perspective(400px) rotateX(180deg);
}

/* style13 */
.bwdctc-callbutton_14 .bwdctc-call-button {
    background-color: #1FA2FF;
    border-radius: 50%;
}
.bwdctc-callbutton_14 .bwdctc-call-button:hover {
    background-color: #522fff;
}
.bwdctc-callbutton_14 .bwdctc-call-button.show-call-button {
    transform: perspective(400px) rotate(180deg);
}
.bwdctc-callbutton_14 .bwdctc-agent-box {
    background-color: #1FA2FF;
}
.bwdctc-callbutton_14 .bwdctc-call-number {
    background-color: #ffffff4a;
    padding: 10px;
}
.bwdctc-callbutton_14 .bwdctc-agent-title,
.bwdctc-callbutton_14 .bwdctc-call-icon,
.bwdctc-callbutton_14 .bwdctc-call-num {
    color: #fff;
}

/* style15 */
.bwdctc-callbutton_15 .bwdctc-call-button {
    background-color: #A6FFCB;
    border-radius: 5px;
}
.bwdctc-callbutton_15 .bwdctc-call-button:hover {
    background-color: #1FA2FF;
}
.bwdctc-callbutton_15 .bwdctc-call-button.show-call-button {
    transform: perspective(400px) skew(20deg) rotate(180deg);
}
.bwdctc-callbutton_15 .bwdctc-agent-box {
    background-color: #A6FFCB;
}
.bwdctc-callbutton_15 .bwdctc-call-number {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 50px;
}
.bwdctc-callbutton_15 .bwdctc-call-icon,
.bwdctc-callbutton_15 .bwdctc-call-num {
    color: #A6FFCB;
}

/* style16 */
.bwdctc-callbutton_16 .bwdctc-call-button {
    background-color: #3A6073;
    border-radius: 5px;
}
.bwdctc-callbutton_16 .bwdctc-call-button:hover {
    background-color: #16222A;
}
.bwdctc-callbutton_16 .bwdctc-call-button.show-call-button {
    transform: perspective(400px) rotateX(70deg);
}
.bwdctc-callbutton_16 .bwdctc-agent-box {
    background-color: #16222A;
}
.bwdctc-callbutton_16 .bwdctc-call-number {
    background-color: #3A6073;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px #3A6073;
}
.bwdctc-callbutton_16 .bwdctc-call-icon,
.bwdctc-callbutton_16 .bwdctc-call-num {
    color: #16222A;
}
.bwdctc-callbutton_16 .bwdctc-agent-title,
.bwdctc-callbutton_16 .bwdctc-agent-subtitle,
.bwdctc-callbutton_16 .bwdctc-agent-desc {
    color: #fff;
}

/* style17 */
.bwdctc-callbutton_17 .bwdctc-call-button {
    background-color: #8E54E9;
    border-radius: 5px;
}
.bwdctc-callbutton_17 .bwdctc-call-button:hover {
    background-color: #A6FFCB;
}
.bwdctc-callbutton_17 .bwdctc-call-button.show-call-button {
    filter: blur(2px);
}
.bwdctc-callbutton_17 .bwdctc-agent-box {
    background-color: #8E54E9;
}
.bwdctc-callbutton_17 .bwdctc-call-number {
   border: 1px dashed #fff;
    padding: 10px;
    border-radius: 50px;
}
.bwdctc-callbutton_17 .bwdctc-call-icon,
.bwdctc-callbutton_17 .bwdctc-call-num {
    color: #fff;
}


/* style18 */
.bwdctc-callbutton_18 .bwdctc-call-button {
    background-color: #FFC837;
    border-radius: 5px;
    overflow: visible;
}
.bwdctc-callbutton_18 .bwdctc-call-button:hover {
    background-color: #FF8008;
}
.bwdctc-callbutton_18 .bwdctc-call-button::before,
.bwdctc-callbutton_19 .bwdctc-call-button::before,
.bwdctc-callbutton_20 .bwdctc-call-button::before,
.bwdctc-callbutton_21 .bwdctc-call-button::before,
.bwdctc-callbutton_26 .bwdctc-call-button::before,
.bwdctc-callbutton_27 .bwdctc-call-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid #FFC837;
    transition: .2s;
    top: -7px;
    bottom: -7px;
    right: -7px;
    left: -7px;
    border-top-style: dashed;
    border-bottom-style: dashed;
    transition: .8s;
}
.bwdctc-callbutton_18 .bwdctc-agent-title {
    color: #fff;
}
.bwdctc-callbutton_18 .bwdctc-call-button.show-call-button {
    background-color: transparent!important;
}
.bwdctc-callbutton_18 .bwdctc_show-bttn.show-btn-hide {
    transform: scale(3);
}
.bwdctc-callbutton_18 .bwdctc-agent-box {
    background-color: #FFC837;
}
.bwdctc-callbutton_18 .bwdctc-call-number {
   border: 2px solid #fff;
   border-top-style: dashed;
   border-bottom-style: dashed;
    padding: 10px;
    border-radius: 50px;
}
.bwdctc-callbutton_18 .bwdctc-call-icon,
.bwdctc-callbutton_18 .bwdctc-call-num {
    color: #fff;
}


/* style19 */
.bwdctc-callbutton_19 .bwdctc-call-button {
    background-color: #e43a15;
    border-radius: 50%;
    overflow: visible;
}
.bwdctc-callbutton_19 .bwdctc-call-button:hover {
    background-color: #FF8008;
}
.bwdctc-callbutton_19 .bwdctc-call-button::before {
    border-top-style: solid;
    border-bottom-style: solid;
    transition: .4s;
    border-radius: 50%;
    border-color: #e43a15;
    box-shadow: none;
}
.bwdctc-callbutton_19 .bwdctc-call-button:hover::before {
    transform: scale(0);
}
.bwdctc-callbutton_19 .bwdctc-call-button.show-call-button {
    background-color: transparent!important;
}
.bwdctc-callbutton_19 .bwdctc_show-bttn.show-btn-hide {
    transform: scale(3);
}
.bwdctc-callbutton_19 .bwdctc-agent-box {
    background-color: #e43a15;
}


/* style20 */
.bwdctc-callbutton_20 .bwdctc-call-button {
    background-color: #FC354C;
    border-radius: 50%;
    overflow: visible;
}
.bwdctc-callbutton_20 .bwdctc-call-button::before,
.bwdctc-callbutton_27 .bwdctc-call-button::before {
    border: none;
    border-radius: 50%;
    box-shadow: none;
    background-color: #FC354C;
    animation: pulse-up 2s linear 0s infinite;
}
@keyframes pulse-up {
  0%{
      transform: scale(.2);
  }
  50%{
      transform: scale(.9);
  }
  80%{
    transform: scale(1.2);
} 
  100%{
      transform: scale(1.5);
      opacity: 0;
  } 
}
.bwdctc-callbutton_20 .bwdctc-agent-box {
    background-color: #FC354C;
}

/* style21 */
.bwdctc-callbutton_21 .bwdctc-call-button,
.bwdctc-callbutton_26 .bwdctc-call-button {
    background-color: #fd1d1d;
    border-radius: 50%;
    overflow: visible;
}
.bwdctc-callbutton_21 .bwdctc-call-button::before,
.bwdctc-callbutton_26 .bwdctc-call-button::before {
    border: none;
    border-radius: 50%;
    box-shadow: none;
    background-color: #fd1d1d;
    animation: pulse-down 2s linear 0s infinite;
}
@keyframes pulse-down {
    0%{
        transform: scale(1.5);
        opacity: 0;
    }
    50%{
        transform: scale(2.5);
    }
    100%{
        transform: scale(.2);
    } 
}
.bwdctc-callbutton_20 .bwdctc_show-bttn.show-btn-hide,
.bwdctc-callbutton_21 .bwdctc_show-bttn.show-btn-hide,
.bwdctc-callbutton_22 .bwdctc_show-bttn.show-btn-hide,
.bwdctc-callbutton_23 .bwdctc_show-bttn.show-btn-hide,
.bwdctc-callbutton_24 .bwdctc_show-bttn.show-btn-hide,
.bwdctc-callbutton_25 .bwdctc_show-bttn.show-btn-hide,
.bwdctc-callbutton_26 .bwdctc_show-bttn.show-btn-hide,
.bwdctc-callbutton_27 .bwdctc_show-bttn.show-btn-hide,
.bwdctc-callbutton_28 .bwdctc_show-bttn.show-btn-hide,
.bwdctc-callbutton_29 .bwdctc_show-bttn.show-btn-hide,
.bwdctc-callbutton_30 .bwdctc_show-bttn.show-btn-hide,
.bwdctc-callbutton_31 .bwdctc_show-bttn.show-btn-hide {
    transform: scale(3);
}
.bwdctc-callbutton_21 .bwdctc-agent-box {
    background-color: #fd1d1d;
}
.bwdctc-callbutton_19 .bwdctc-agent-title,
.bwdctc-callbutton_19 .bwdctc-call-icon,
.bwdctc-callbutton_19 .bwdctc-call-num,
.bwdctc-callbutton_20 .bwdctc-agent-title,
.bwdctc-callbutton_20 .bwdctc-call-icon,
.bwdctc-callbutton_20 .bwdctc-call-num,
.bwdctc-callbutton_21 .bwdctc-agent-title,
.bwdctc-callbutton_21 .bwdctc-call-icon,
.bwdctc-callbutton_21 .bwdctc-call-num,
.bwdctc-callbutton_22 .bwdctc-agent-title,
.bwdctc-callbutton_22 .bwdctc-call-icon,
.bwdctc-callbutton_22 .bwdctc-call-num,
.bwdctc-callbutton_22 .bwdctc-agent-desc,
.bwdctc-callbutton_22 .bwdctc-agent-subtitle,
.bwdctc-callbutton_23 .bwdctc-call-num,
.bwdctc-callbutton_23 .bwdctc-agent-desc,
.bwdctc-callbutton_23 .bwdctc-agent-subtitle,
.bwdctc-callbutton_24 .bwdctc-agent-title,
.bwdctc-callbutton_24 .bwdctc-call-icon,
.bwdctc-callbutton_24 .bwdctc-call-num,
.bwdctc-callbutton_24 .bwdctc-agent-desc,
.bwdctc-callbutton_24 .bwdctc-agent-subtitle,
.bwdctc-callbutton_25 .bwdctc-call-icon,
.bwdctc-callbutton_25 .bwdctc-call-num,
.bwdctc-callbutton_25 .bwdctc-agent-title,
.bwdctc-callbutton_26 .bwdctc-agent-subtitle,
.bwdctc-callbutton_26 .bwdctc-agent-desc,
.bwdctc-callbutton_27 .bwdctc-call-icon,
.bwdctc-callbutton_27 .bwdctc-call-num,
.bwdctc-callbutton_27 .bwdctc-agent-title,
.bwdctc-callbutton_30 .bwdctc-agent-title,
.bwdctc-callbutton_30 .bwdctc-call-icon,
.bwdctc-callbutton_30 .bwdctc-call-num,
.bwdctc-callbutton_30 .bwdctc-agent-desc,
.bwdctc-callbutton_30 .bwdctc-agent-subtitle{
    color: #fff;
}

/* style22 */
.bwdctc-callbutton_22 .bwdctc-call-button {
    border-radius: 0;
    background-color: #544a7d;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 73% 85%, 75% 100%, 51% 85%, 0 85%);
}
.bwdctc-callbutton_22 .bwdctc-agent-box {
    background-color: transparent;
    border: 2px solid #544a7d;
}

/* style23 */
.bwdctc-callbutton_23 .bwdctc-call-button {
    border-radius: 0;
    background-color: #6be585;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.bwdctc-callbutton_23 .bwdctc-agent-box {
    background-color: black;
    border: 2px solid #6be585;
}
.bwdctc-callbutton_23 .bwdctc-agent-title,
.bwdctc-callbutton_23 .bwdctc-call-icon {
    color: #6be585;
}
.bwdctc-callbutton_23 .bwdctc-call-number {
    border-bottom: 2px solid #6be585;
    padding-bottom: 6px;
}

/* style24 */
.bwdctc-callbutton_24 .bwdctc-call-button {
    border-radius: 0;
    background-color: #dd3e54;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    width: 80px;
    height: 80px;
}
.bwdctc-callbutton_24 .bwdctc-agent-box {
    background-color: #dd3e54;
}

/* style25 */
.bwdctc-callbutton_25 .bwdctc-call-button {
    border-radius: 0;
    background-color: #2ebf91;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}
.bwdctc-callbutton_25 .bwdctc-agent-box {
    background-color: #2ebf91;
}

/* style26 */
.bwdctc-callbutton_26 .bwdctc-call-button {
    background-color: black;
    overflow: visible;
}
.bwdctc-callbutton_26 .bwdctc-call-button::before {
    background-color: transparent;
    border: 1px double black;
}
.bwdctc-callbutton_26 .bwdctc-agent-box {
    background-color: black;
}

/* style27 */
.bwdctc-callbutton_27 .bwdctc-call-button {
    border-radius: 50%;
    background-color: #FF4B2B;
    overflow: visible;
}
.bwdctc-callbutton_27 .bwdctc-call-button::before {
    border: 2px solid #FF4B2B;
    background-color: transparent;
}
.bwdctc-callbutton_27 .bwdctc-agent-box {
    background-color: #FF4B2B;
}

/* style28 */
.bwdctc-callbutton_28 .bwdctc-call-button {
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    border-radius: 0;
    background-color: #005AA7;
}
.bwdctc-callbutton_28 .bwdctc-agent-box {
    background-color: #005AA7;
}

/* style29 */
.bwdctc-callbutton_29 .bwdctc-call-button {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    border-radius: 0;
    background-color: #a17fe0;
}
.bwdctc-callbutton_29 .bwdctc-agent-box {
    background-color: #a17fe0;
}

/* style30 */
.bwdctc-callbutton_30 .bwdctc-call-button {
    border-radius: 0;
    background-color: #3c1053;
}
.bwdctc-callbutton_30 .bwdctc-agent-box {
    background-color: #3c1053;
}
.bwdctc-callbutton_30 .bwdctc-call-button.show-call-button {
    transform: rotate(45deg);
}

/* style31 */
.bwdctc-callbutton_31 .bwdctc-call-button {
    border-radius: 0;
    background-color: #a8c0ff;
}
.bwdctc-callbutton_31 .bwdctc-agent-box {
    background-color: #a8c0ff;
}
.bwdctc-callbutton_31 .bwdctc-call-button.show-call-button {
    transform: scale(.90);
}



/* extra-style */
.bwdctc-callbutton_9 .bwdctc-agent-box,
.bwdctc-callbutton_10 .bwdctc-agent-box,
.bwdctc-callbutton_11 .bwdctc-agent-box,
.bwdctc-callbutton_12 .bwdctc-agent-box,
.bwdctc-callbutton_13 .bwdctc-agent-box,
.bwdctc-callbutton_14 .bwdctc-agent-box,
.bwdctc-callbutton_15 .bwdctc-agent-box,
.bwdctc-callbutton_16 .bwdctc-agent-box,
.bwdctc-callbutton_17 .bwdctc-agent-box,
.bwdctc-callbutton_18 .bwdctc-agent-box,
.bwdctc-callbutton_19 .bwdctc-agent-box,
.bwdctc-callbutton_20 .bwdctc-agent-box,
.bwdctc-callbutton_21 .bwdctc-agent-box,
.bwdctc-callbutton_22 .bwdctc-agent-box,
.bwdctc-callbutton_23 .bwdctc-agent-box,
.bwdctc-callbutton_24 .bwdctc-agent-box,
.bwdctc-callbutton_25 .bwdctc-agent-box,
.bwdctc-callbutton_26 .bwdctc-agent-box,
.bwdctc-callbutton_27 .bwdctc-agent-box,
.bwdctc-callbutton_28 .bwdctc-agent-box,
.bwdctc-callbutton_29 .bwdctc-agent-box,
.bwdctc-callbutton_30 .bwdctc-agent-box,
.bwdctc-callbutton_31 .bwdctc-agent-box {
    /* bottom: 70px; */
    top: 90%;
    transform: translateY(-90%);
    right: 30px;
    opacity: 0;
    visibility: hidden;
}
.bwdctc-callbutton_9 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_10 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_11 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_12 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_13 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_14 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_15 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_16 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_17 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_18 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_19 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_20 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_21 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_22 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_23 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_24 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_25 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_26 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_27 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_28 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_29 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_30 .bwdctc-agent-box.show-agent-box,
.bwdctc-callbutton_31 .bwdctc-agent-box.show-agent-box {
    /* bottom: 105px; */
    top: 65%;
    transform: translateY(-65%);
    opacity: 1;
    visibility: visible;
}



@media (max-width: 767px) {

    .bwdctc-agent-box {
        width: 250px;
    }
    .bwdctc-agent-info {
        padding: 20px;
    }

}
@media only screen and (min-width: 576px) and (max-width: 767px) {

    .bwdctc-agent-box {
        width: 300px;
    }
    .bwdctc-agent-info {
        padding: 30px;
    }

}