 

/*Call me*/
#callme {
	position: fixed;
    left: 75px;
    top: 80%;
	width: 45px;
	height: 45px;
	cursor: pointer;
	opacity: 1;
	z-index: 99990; 
}
#callme #callmeMain {
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	width: 45px;
	height: 45px;
	color: #bef3f3;
	z-index: 9;
	-webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
	-moz-animation: zcwmini2 1.5s 0s ease-out infinite;
	animation: zcwmini2 1.5s 0s ease-out infinite;
	
    font-size: 22px;
    text-align: center;
    line-height: 45px;
}
#callme #callmeMain:before {
	content: "";
	position: absolute;
            background-image: url('../images/calbutton.png');
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-animation: zcwphone2 1.5s linear infinite;
	-moz-animation: zcwphone2 1.5s linear infinite;
	animation: zcwphone2 1.5s linear infinite;
    background-size:100%;
}
 @-webkit-keyframes zcwphone {
 0% {
-ms-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
 25% {
-ms-transform:rotate(30deg);
-webkit-transform:rotate(30deg);
transform:rotate(30deg);
}
 50% {
-ms-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
 75% {
-ms-transform:rotate(-30deg);
-webkit-transform:rotate(-30deg);
transform:rotate(-30deg);
}
 100% {
-ms-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
}
@-moz-keyframes zcwphone {
 0% {
-ms-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
 25% {
-ms-transform:rotate(30deg);
-webkit-transform:rotate(30deg);
transform:rotate(30deg);
}
 50% {
-ms-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
 75% {
-ms-transform:rotate(-30deg);
-webkit-transform:rotate(-30deg);
transform:rotate(-30deg);
}
 100% {
-ms-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
}
@keyframes zcwphone {
 0% {
-ms-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
 25% {
-ms-transform:rotate(30deg);
-webkit-transform:rotate(30deg);
transform:rotate(30deg);
}
 50% {
-ms-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
 75% {
-ms-transform:rotate(-30deg);
-webkit-transform:rotate(-30deg);
transform:rotate(-30deg);
}
 100% {
-ms-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
}
@-webkit-keyframes zcwphone2 {
 0% {
-ms-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}

 25% {
-ms-transform:rotate(30deg);
-webkit-transform:rotate(30deg);
transform:rotate(30deg);
}
 50% {
-ms-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
 75% {
-ms-transform:rotate(-30deg);
-webkit-transform:rotate(-30deg);
transform:rotate(-30deg);
}
 100% {
-ms-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
}
@-moz-keyframes zcwphone2 {
 0% {
-ms-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
 25% {
-ms-transform:rotate(30deg);
-webkit-transform:rotate(30deg);
transform:rotate(30deg);
}
 50% {
-ms-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
 75% {
-ms-transform:rotate(-30deg);
-webkit-transform:rotate(-30deg);
transform:rotate(-30deg);
}
 100% {
-ms-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
}
@keyframes zcwphone2 {
 0% {
-ms-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
 25% {
-ms-transform:rotate(30deg);
-webkit-transform:rotate(30deg);
transform:rotate(30deg);
}
 50% {
-ms-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
 75% {
-ms-transform:rotate(-30deg);
-webkit-transform:rotate(-30deg);

transform:rotate(-30deg);
}
 100% {
-ms-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
}
@-webkit-keyframes zcwmini {
 0% {
box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
}
 10% {
box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
}
 100% {
box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
}
}
@-moz-keyframes zcwmini {
 0% {
box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
}
 10% {
box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
}
 100% {
box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
}
}
@keyframes zcwmini {
 0% {
box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
}
 10% {
box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
}
 100% {
box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
}
}
@-webkit-keyframes zcwmini2 {
 0% {
box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
}
 10% {
box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
}
 100% {
box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
}
}
@-moz-keyframes zcwmini2 {
 0% {
box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
}
 10% {
box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
}
 100% {
box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
}
}
@keyframes zcwmini2 {
 0% {
box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
}
 10% {
box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
}
 100% {
box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
}
}
/**end call me*/
 





/* inquari Now Button */

.inquery_links {
		color: #fff; 
		animation: blinkingBackground 2s infinite;
	}
	@keyframes blinkingBackground{
		0%		{ color: #10c018;}
		25%		{ color: #1056c0;}
		50%		{ color: #ef0a1a;}
		75%		{ color: #254878;}
		100%	        { color: #04a1d5;}
	}
    

    @media(max-width:767px)
    {
   #callme {
    position: fixed;
    left: 35px;
    top: 84%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    opacity: 1;
    z-index: 99990;
}
   #callme #callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    width: 35px;
    height: 35px;
    color: #bef3f3;
    z-index: 9;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
    font-size: 22px;
    text-align: center;
    line-height: 45px;
}
    }