
.mobile_banner_plus {
		display: none;
	}
@media only screen and (max-width: 991px) {
	.mobile_banner_plus {
		display: block;
	}
}
.mobile_banner_plus {
    color: #fff;
    position: absolute;
    top: 30%;
    margin: 0 auto;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
}

.voucher_new_add {
    width: 100%;
    display: block;
    float: left;
    margin-top: 25px;
    font-size: 15px;
    text-align: center;
}