/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2025 | 02:36:40 */
/* banner
-------------------------------------------------- */
.rtc_banner {
	width: 200px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	transition: all ease .6s;
	z-index: 1000;
}
.rtc_banner a img {
	transition: all ease .6s;
}
.rtc_banner a:hover img {
	transform: scale(1);
	opacity: .6;
}

.rtc_banner_buttons {
	display: flex;
	justify-content: flex-end;
}
.rtc_banner_buttons > div {
	cursor: pointer;
	width: 30px;
	height: 30px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
}
.rtc_banner_buttons > div::before {
	content: '\f00d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.rtc_banner_buttons > .rtc_banner_mini {
	background-color: #f32e49;
}
.rtc_banner_buttons > .rtc_banner_mini::before {
	content: '\f2d1';
	font-size: 10px;
}

.rtc_banner.rtc_banner_minimize {
	width: 80px;
}
.rtc_banner_buttons > div {
	width: 20px;
	height: 20px;
}

@media ( max-width: 480px ) {
	
	.rtc_banner {
		padding: 0;
		width: 150px;
		right: 15px;
		bottom: 75px;
	}
	.rtc_banner a {
		display: block;
	}
}
