.call-button {
	width: 70px;
	height: 70px;
	right: 40px;
	bottom: 40px;
	position: fixed;
	text-align: center;
	color: #ffffff;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
display: inline-block;
line-height: 0px;
animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-webkit-animation: rotate 1s alternate-reverse;
	animation: rotate 1s alternate-reverse;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.call-button img {
	border-radius: 50%;
}

@-webkit-keyframes rotate {
	0% {
			-webkit-transform: rotate(-15deg) scale(0.7);
	}
	100% {
			-webkit-transform: rotate(15deg) scale(1);
	}
}

.gfort-btn-back-to-top {
	display: none !important;
}
.btn-popup span {
	color: #fff;
	background: #f44c5e;
	padding: 5px 20px;
	border-radius: 25px;
}

.gfort-section-top-header-content p a {
	margin: 0 8px;
}
.close span {
	color: #fff;
}
.close {
	text-shadow: none;
}
.modal-content > .close {
	right: 10px;
	top: 5px;
}
.gfort-social-icons.gfort-social-icons-sm ul li a {
    font-size: 17px;
}
.privacy-section {
	padding: 50px 0;
}
@media (max-width: 1600px) {
	.thank-page .d-xl-block {
		display: none !important;
	}
}
@media (min-width:481px) {
	.main-banner {
		background-image: url(/images/main-bg.png);
	}
}
@media (max-width:480px) {
	.main-banner {
		background-image: url(/images/main-bg-mob.png);
	}
}
