.support1639159702 {
    position:relative;
    z-index:10;
  
}
.support1639159702 .pulse {
 
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.support1639159702 .mhead {
     animation: pulse-animation 2s infinite;
     position:fixed;
     bottom: 10%;
     right:15px;
     background: #0ca755;
     padding:10px 20px;
     border-radius:10px;
}
.support1639159702 .mtitle{
       margin:0;
}
.support1639159702 .mtitle a{
        color:white;
        font-size: 20px;
    font-weight:900;
}

.support1639159702 .mdesc {
    
}

.support1639159702 .mbody {
    
}

.support1639159702 .mcontent {
    
}

/*Module specific style*/
.support1639159702 .mcontent .support_box {
    position:fixed;
    bottom: 10px;
    right: 15px !important;
    background:rgba(240,240,240,0.7);
    border-radius:5px;
}

.ltr .support1639159702 .mcontent .support_box {
    left:5px;
    right:auto;
}

.rtl .support1639159702 .mcontent .support_box {
    left:auto;
    right:5px;
}

.support1639159702 .mcontent .support_box a {
    padding:5px;
    margin:0 3px;
}

.support1639159702 .mcontent .support_box a i {
    font-size:32px;
    vertical-align:middle;
}

.support1639159702 .mcontent .support_box a.call_icon {
    color:#0bcd74;
}

.support1639159702 .mcontent .support_box a.sms_icon {
    color:#ff8c0f;
}

.support1639159702 .mcontent .support_box a.telegram_icon {
    color:#2FA3D9;
}

.support1639159702 .mcontent .support_box a.whatsapp_icon {
    color:#4AC658;
}

.support1639159702 .mcontent .support_box a.jivo_icon {
    color:#00BC52;
}

.support1639159702 .mcontent .support_box a.crisp_icon {
    color:#3479E8;
}

.support1639159702 .mcontent .support_box a.email_icon {
    color:#EC4134;
}
/*Module specific style*/

@media (max-width: 767px) {
	.support1639159702 .mhead {
     animation: pulse-animation 2s infinite;
     position:fixed;
     bottom: 7%;
     right:15px;
     background: #0ca755;
     padding:10px 20px;
     border-radius:10px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 1200px) {
	
}