.overFlowx{
    overflow-x: hidden;
}
.support-icon {
  display: block;
  position: fixed;
  bottom: 120px;
  left: 20px;
  background:  #005ba3;
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  background: #00c6c6;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #00c6c6), color-stop(33%, #0078ac), color-stop(66%, #00c6c6), color-stop(100%, #0078ac));
    background: linear-gradient(135deg, #00c6c6 0%, #0078ac 33%, #00c6c6 66%, #0078ac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6c6', endColorstr='#0078ac', GradientType=1 );
    background-size: 400% 400%;
    animation: btnGradientMe 2s ease infinite;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0 12px;
    border-radius: 50%;
  padding:8.5px;
  z-index: 10;
}
.rate-icon {
  display: none;
  position: fixed;
  bottom: 50px;
  left: 20px;
  background:  #005ba3;
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  background: #00c6c6;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #00c6c6), color-stop(33%, #0078ac), color-stop(66%, #00c6c6), color-stop(100%, #0078ac));
    background: linear-gradient(135deg, #00c6c6 0%, #0078ac 33%, #00c6c6 66%, #0078ac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6c6', endColorstr='#0078ac', GradientType=1 );
    background-size: 400% 400%;
    animation: btnGradientMe 2s ease infinite;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0 12px;
    border-radius: 50%;
  padding:8.5px;
  z-index: 10;
  
}
.rate-icon span ,.support-icon span  {
    animation: sclaeMeUp 2s ease infinite;
    color:white;
    font-size: 18pt!important;
}

@keyframes btnGradientMe {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes sclaeMeUp {
  0% {
    transform:  scale(1);
  }

  60% {
    transform:  scale(1.5);
  }
  80% {
      transform:  scale(1.2);
  }

}


@-webkit-keyframes bounceMeUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  60% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


@keyframes bounceMeUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  40% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  80% {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

}

.simple-rating{
    text-align: center;
    width:100%;
}

.simple-rating i{
	color: #fea019;
	display: inline-block;
	padding: 1px 2px;
	cursor: pointer;
        text-align: center;
        font-size: 50pt!important;
}