/*
Theme Name: Avespa Theme
*/

.fixed-button-right
{
  position: fixed;
  top: 50%;               /* vertical center */
  right: 0;               
  transform: translateY(-50%);
  z-index: 9999;
}
 .fixed-button-right a
{
	writing-mode: vertical-rl;  /* text ko vertical banane ke liye */
  transform: rotate(180deg);
	border:1px solid #fff;/* text ko neeche se upar dikhane ke liye */
}
.header-contact-btn.fixed-button-right ::before {
	display:none;
}
.header-contact-btn.fixed-button-right a.btn-default.btn-highlighted{
	padding:17px 20px 17px 20px !important;
}
@media(max-width:991px){
.header-contact-btn.fixed-button-right a.btn-default.btn-highlighted{
		width: 60px !important;
	}
}
@media(min-width:768px)and (max-width:991px){
.fixed-button-right {
    position: fixed;
    top: 30% !important;
	}
}
	
