/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 2.3
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.reqbtn, .slider-text .default-btn{
	 animation-name: blinker; 
  	animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 1.5s;
}


@-webkit-keyframes blinker {
  0 { box-shadow: 0px 0px 0 0 #ff990085; }
  50% { box-shadow: 0px 0px 20px 15px #ff990085; }
  100% { box-shadow: 0px 0px 0 0 #ff990085; }
}

.reqbtn{
	display: inline-block;
    width: 199px;
    position: fixed;
    right: -110px!important;
    background: #ff9900;
    padding: 8px;
    text-align: center;
    transform: rotate(270deg)!important;
    top: 34%;
    z-index: 9;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    border-radius: 4px;
    color: #fff;
    margin-right: 30px;;
    top: 34%;
    z-index: 9;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    border-radius: 4px;
    color: #fff;
}

.reqbtn:hover{
	color:#fff;
}

.page-template-enquiry .reqbtn{
	display:none;
}
.page-template-enquiry .call-to-action{
	display:none;	
}
.whtsp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 75px;
    right: 21px;
    line-height: 60px;
    text-align: center;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    -webkit-box-shadow: 2px 2px 3px #00000047;
    box-shadow: 2px 2px 3px #00000047;
    z-index: 100;
}
.whtsp {
    display: block;
}
.mobile-what.whtsp{
        display: none;
    }
@media(max-width:767px){
	.whtsp {
		right:5px;
	}
	.reqbtn{
	   top: 44%; right: -110px;
	}
	   .mobile-what.whtsp {
        display: block;
    }
    
    .whtsp {
        display: none;
    }
    
}