.html1749641877 {
    
}

.html1749641877 .mhead {
    
}

.html1749641877 .mtitle {
    
}

.html1749641877 .mdesc {
    
}

.html1749641877 .mbody {
    padding:1px 10px;
}

.html1749641877 .mcontent {
    
}

/*Module specific style*/
.html1749641877 .call-button {
      position: fixed;
        bottom: 80px;
      left: 20px;
      width: 60px;
      height: 60px;
      background-color: #5284f6;
      color: #f4f7f8;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      box-shadow: 0 0 0 rgba(82, 132, 246, 0.7);
      animation: pulse 2s infinite;
      z-index: 1000;
    }

   .html1749641877 .call-button i {
      font-size: 24px;
      transform: scaleX(-1);
    }

    @keyframes pulse {
      0% {
        box-shadow: 0 0 0 0 rgba(82, 132, 246, 0.7);
      }
      70% {
        box-shadow: 0 0 0 15px rgba(82, 132, 246, 0);
      }
      100% {
        box-shadow: 0 0 0 0 rgba(82, 132, 246, 0);
      }
    }

@media (min-width: 992px) {
    .html1749641877 .call-button {
        display:none;
    }
}