.hidedesktop {
	display: block;
}
.hidemobile {
	display: none;
}

@media screen and (max-width: 768px) {
	.hidedesktop {
		display: none;
	}
	.hidemobile {
		display: block;
	}
}
.fab {
	font-family: "Font Awesome 5 Brands" !important;
}
.sl-check {
	padding-bottom: 25px !important;
}
.icon-box7 > .sl-check {
	padding-bottom: 38px !important;
}
#loader {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	z-index: 10000;
	background-color: #fff;
	background: url("../wp-content/plugins/revslider/public/assets/assets/loader.gif")
		no-repeat center center;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
	-webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
	margin-top: -20px;
	margin-left: -20px;
	-webkit-animation: rotate 1.2s infinite ease-in-out;
	animation: rotate 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: perspective(120px);
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg);
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
	}
}

@keyframes rotate {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
#wrap {
	display: none;
}
