.footer-wr {
	min-height: 60rem;
	width: 100%;
	background-color: #fe4e6e;
	color: #ffffff;
	padding-top: 5rem;
}
.newsletters-wr {
	max-width: 57rem;
	margin: auto;
}
.newsletters-wr h3 {
	font-family: 'Lato', sans-serif, 'Arial_Caps';
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.15;
	letter-spacing: 0.5px;
	text-align: center;
	margin-top: 0;
}
.newsletters-wr p {
	font-size: 1.6rem;
	font-style: italic;
	letter-spacing: 0.4px;
	text-align: center;
}
.newsletter-form {
	position: relative;
	margin-top: 4rem;
}
.newsletter-email {
	width: 100%;
	height: 6rem;
	font-size: 1.8rem;
	font-style: italic;
	letter-spacing: 0.4px;
	text-align: center;
	color: #9a9a9a;
	object-fit: contain;
	border-radius: 10rem;
	background-color: #ffffff;
	border: none;
	outline: none;
}
.newsletter-btn {
	width: 4.8rem;
	height: 4.8rem;
	border-radius: 100%;
	border: none;
	position: absolute;
	right: 10px;
	top: 6px;
	outline: none;
	object-fit: contain;
	background-color: #fe4e6e;
	box-shadow: 0 6px 14px 0 rgba(254, 78, 110, 0.5);
	background-image: url("../images/icons/newsletter-arrow.svg");
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: center center;
	transform: scale(1,1);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.newsletter-btn:hover {
	transform: scale(.9,.9);
	box-shadow: none;
}
.site-map-wr {
	margin-top: 7rem;
	padding-top: 5rem;
	position: relative;
	border-top: solid 2px rgba(255,255,255,.5);
}
.site-map-wr:after {
	clear: both;
	display: table;
	content: '';
}
.site-map-wr ul {
	list-style: none;
}
.site-map-wr ul li {
	font-family: 'Lato', sans-serif, 'Arial_Caps';
	padding: 12px 0;
	font-size: 1.5rem;
	line-height: 1.53;
	letter-spacing: 0.3px;
	color: #ffffff;
}
.site-map-wr ul li a {
	font-family: 'Lato', sans-serif, 'Arial_Caps';
	font-size: 1.5rem;
	line-height: 1.53;
	letter-spacing: 0.3px;
	color: #ffffff;
	padding: 12px 0;
}
.site-map-wr ul li a:hover {
	text-decoration: none;
}
.site-map-three ul {
	float: right;
	text-transform: uppercase;
}
.visa {
	margin-right: 26px;
}
.coin {
	margin-right: 16px;
}
.footer-social {
	float: right;
	width: 162px;
}
.footer-social li a {
	padding: 0 10px 10px 10px !important;
}
/*For mobile*/
@media (min-width: 768px) and (max-width: 1000px) {

	.footer-wr .main-container {
		width: 75rem;
	}

}
@media (max-width: 768px) {

	.footer-wr .main-container {
		width: 90%;
	}

	.site-map-wr {
		text-align: center;
	}

	.site-map-three ul,.footer-social {
		float: none;
	}
	.footer-payments-xs {
		display: inline-block;
		margin: auto;
	}
    .footer-payments-xs li {
	    text-align: left;
    }

    .visa {
	    width: 68px;
	    margin-right: 12px;
    }

    .mastercard {
	    width: 40px;
	    margin-right: 12px;
    }
    .coin {
	    width: 26px;
    }
	.footer-social {
		text-align: center;
		width: auto;
	}
}