/*
Theme Name: Pure Technology Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
/*******Home Side Sticky Admission Button********/
#feedback {
	height: 0px;
	width: 85px;
	position: fixed;
	right: 0;
	bottom: 50%;
	z-index: 1000;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback span {
	display: block;
	background: #E21B38;
	height: 52px;
	padding-top: 15px;
	width: 174px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#feedback span:hover {
	background:#E21B38;
}
#feedback a {
	display: block;
	background: #E21B38;
	height: 52px;
	padding-top: 15px;
	width: 174px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#feedback a:hover {
	background:#E21B38;
}

@media (max-width: 991px) { 
	#feedback {
		bottom:50px;
		width:100%;
		transform:none;
	}
	#feedback span {
		width:100%;
	}
	#feedback a {
		width:100%;
	}
}