.blocked_item {
	background:white;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: absolute;
	width:100%;
	color:black;
	top: 40%;
	font-size: 25px;
	text-align:center;
}

.paycards img{
	/*max-width: 316px;*/
	/*width: 100%;*/
	max-width: 100%;
	max-height: 44px;
}

@media screen and ( max-width: 1200px ) {

	.hc_phone a{
		font-size: 12.5px;
	}
}

@media screen and ( max-width: 960px ) {

	header .main-menu-area{
		background-color: #31374d;
	}
}

#show_result_unsubscribe{
	background-color: rgba(0,0,0,.5);
	display:none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index:9;
}
#show_result_unsubscribe .messages{
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.7);
	left: 0;
	margin: 0 auto;
	max-width: 450px;
	padding:25px 20px;
	position: relative;
	right: 0;
	text-align: center;
	top: 40%;
	width: 80%;
	z-index:9;
}
#show_result_unsubscribe .close{
	background-color: #fff;
	border-radius: 50%;
	padding:10px 15px;
	position: absolute;
	right: -22px;
	top: -22px;
	z-index:9;
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-color:rgba(247, 91, 91, 0.1);
	border:1px solid #D8000C;
	-webkit-text-fill-color: red !important;
	-webkit-box-shadow: 0 0 0px 1000px rgba(247, 91, 91, 0.1) inset;
}
.unsubscribe-check-wrapper{
	display: block;
}
.no-gutter{
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.login__footer-info {
	bottom: 0;
	left: 0;
	margin-bottom: .5em;
	position: absolute;
	text-align: center;
	width: 100%;
}
