/*whatsappandpyisufont*/

/*Whatsapp Button Style*/

.WhatsAppIcon {
  position: fixed;
  bottom: 90px;
  right: 23px;
  background-color: #25D366;
  color: white !important;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  text-decoration: none;
}

.WhatsAppIcon:hover {
    background-color: #1ebe5b;
  }

.whatsapp-icon {
    text-decoration: none;
    font-size: 45px !important;
    color: white !important;
    opacity: 0.8;
  }


@font-face {
  font-family: "Pyidaungsu";
  src: url("/static/fonts/Pyidaungsu-2.5.3_Regular.ttf") format("truetype");
  font-weight: normal;
}

#mmcls {
    font-family: "Pyidaungsu", sans-serif;
}

@media (max-width: 1242px){
    .WhatsAppIcon{
        right: 15px;
        bottom: 80px;
        width: 60px;
        height: 60px;
    }
    .whatsapp-icon{
        font-size: 40px !important;
    }
}



@media (max-width: 954px){
    .WhatsAppIcon{
        right: 10px;
        bottom: 75px;
        width: 45px;
        height: 45px;
    }
    .whatsapp-icon{
        font-size: 28px !important;
    }
}