.about-us-content {
	background: linear-gradient(to left, #ff2c76, #00acfd);
	padding: 39px;
}

.term-condition-content {
	background: linear-gradient(to left, #ff2c76, #00acfd);
	padding: 39px;
}

.privacy-policy-content {
	background: linear-gradient(to left, #ff2c76, #00acfd);
	padding: 39px;
}

.contact-sec .contact-info .social-media img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 20px;
}

.spll-modal-content .modal-header {
	padding: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

@media only screen and (max-width: 575px) {
	.spll-modal-content {
		width: 50%;
		margin: 30px auto !important;
	}
}

.modal.adult-only-modal .modal-img img {
	width: 400px;
	height: 388px;
}