@charset "utf-8";
/* CSS Document */
.member-registration .form-group{margin-bottom: 20px; display: block;}
.form-group, .rbt-form-group, .rbt-input-field{position: relative;}
.form-group label.error{position: absolute; left:0px; font-size:12px; color:#f00; bottom:-20px;}
.form-group  input.company-name{ position: absolute; left: -2000px;}
.rbt-form-group label.error {font-size: 12px; color: #f00; position: absolute; bottom: -25px; left: 0px;}
.fcall, .fwhatsapp{position: fixed; right:25px; z-index: 99; animation: zoom 2s infinite;
  -webkit-animation: zoom 2s infinite;}
.fcall{bottom: 100px;}
.fwhatsapp{bottom: 170px;}
.fixed-btn{position: fixed; right: 0px; top:180px; z-index: 999;}
.fixed-btn .fbtn1, .fixed-btn .fbtn2{display: block; padding: 5px 15px; border-radius: 5px; margin: 2px 0px; color: #FFF; text-align: center;}
.fixed-btn .fbtn1{background-color: #035A9F; animation: color_change 2s infinite alternate;}
.fixed-btn .fbtn2{background-color: #692C71; animation: color_change2 2s infinite alternate;}
.fixed-btn .fbtn1 span{display: block;}
@media (max-width:991.98px){
	.fixed-btn{top:auto; left: 0px; right: 0px; bottom: 0px; }
	.fixed-btn .fbtn1{border-radius: 0px; margin: 0px; padding: 10px 15px;}
	.fixed-btn .fbtn1 span{display: inline-block}
}
.donation-page ul{margin-left: 15px; list-style-type: none;}
.donation-page ul li{position: relative; padding-left: 25px; margin-bottom: 10px;}
.donation-page ul li:before{content:"\f0da"; position: absolute; left:0px; font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:block; color: #035A9F;;}
@keyframes color_change {
	0% { background-color: #035A9F; }
	25% { background-color: #692C71; }
	50% { background-color: #035A9F; }
	75% { background-color: #692C71; }
	100% { background-color: #035A9F; }
}
@keyframes color_change2 {
	0% { background-color: #692C71; }
	25% { background-color: #035A9F; }
	50% { background-color: #692C71; }
	75% { background-color: #035A9F; }
	100% { background-color: #692C71; }
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
    /* equals 105% */
  }
  100% {
    transform: scale(1);
  }
}
