/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/
.telegram-button {position: fixed;right: 20px;bottom: 0px;transform: translate(-50%, -50%);background: #BEEBFC;
border-radius: 50%;width: 50px;height: 50px;color: #fff;text-align: center;line-height: 56px;font-size: 35px;z-index: 9999;}

.telegram-button img {width: 30px; height: 30px;}
.telegram-button:hover {background: #ffffff;}
.telegram-button a {color: #fff;}
.telegram-button:before,.telegram-button:after {content: " ";display: block;position: absolute;border: 50%;border: 1px solid #BEEBFC;left: -20px;right: -20px;top: -20px;bottom: -20px;border-radius: 50%;animation: animate 1.5s linear infinite;opacity: 0;backface-visibility: hidden;}
@keyframes animate {
0% {transform: scale(0.5);opacity: 0;}
50% {opacity: 1;}
100% {transform: scale(1.2);opacity: 0;}
}

@media (max-width:768px) {
.telegram-button {bottom: 0px;width: 45px;height: 45px;right: 0px;line-height: 52px;font-size: 25px;}
.telegram-button img {width: 25px;height: 25px;}

    h1 {font-size: 30px!important;}
    h2, h3, h3 ,h4 ,h5 {font-size: 24px!important;}

}


