/* CSS Document */
/*.Animated_button {
  
  -moz-animation: cycle 4s linear infinite;            
    -webkit-animation: cycle 4s linear infinite;
  
}

@-moz-keyframes cycle {
        35% {transform: rotate(0) translate(0, 0);}
        40% {transform: rotate(5deg) translate(0, -2px);}
        45% {transform: rotate(-3deg) translate(0, -2px);}
        50% {transform: rotate(5deg) translate(0, -2px);}
        55% {transform: rotate(-3deg) translate(0, -2px);}
        60% {transform: rotate(5deg) translate(0, -2px);}
        65% {transform: rotate(-3deg) translate(0, -2px);}
        70% {transform: rotate(0) translate(0, 0);}
    }

    @-webkit-keyframes cycle {
        35% {transform: rotate(0) translate(0, 0);}
        40% {transform: rotate(5deg) translate(0, -2px);}
        45% {transform: rotate(-3deg) translate(0, -2px);}
        50% {transform: rotate(5deg) translate(0, -2px);}
        55% {transform: rotate(-3deg) translate(0, -2px);}
        60% {transform: rotate(5deg) translate(0, -2px);}
        65% {transform: rotate(-3deg) translate(0, -2px);}
        70% {transform: rotate(0) translate(0, 0);}
    }
*/
/* ----- Animated button END ----- */

.Animated_button{
  display: block;
    width: 150px;
    bottom: 10px;
    right: 140px;
    position: fixed;
    cursor: pointer;
    z-index: 11;
}
.Animated_button img{
  width: 150px;
}
.whtsp-btn{
			position: fixed;
			right: 4em;
			bottom: 20px;
			width: 300px;
			z-index: 10;
			transition: 0.5s;
			
		}
.whtsp-btn:hover{
			transform: scale(1.1);
}
.max-h-200{
	max-height: 200px !important;
}
.b-0{
	border: 0px !important;
}
.hero-sty{
	overflow: hidden; 
	padding-top: 100px; 
	padding-bottom: 10px;
}
.z-1{
	z-index: 1 !important;
}
img.gr-planet{
	position: absolute; 
	height:950px; top: -200px; right: -250px; opacity: 0.15;
}
@media screen and (max-width: 768px){

.Animated_button{
    display: block;
    width: 70px;
    bottom: 10px;
    right: 80px;
    position: fixed;
    cursor: pointer;
    z-index: 11;
	font-size: 12px;
}
.Animated_button img{
  width: 70px;
}
.whtsp-btn{
			right: 10px;
			bottom: 20px;
			width: 200px;
			}
			}
@media screen and (max-width: 992px){
			.whtsp-btn{
			right: 30px;
			bottom: 20px;
			width: 250px;
				}
	}
