
.olycash-individual-pay {
    background: url(../../assets/images/pay.png) no-repeat right;
    background-size: contain;
    display: block;
    height: 40vh;
}

.olycash-individual-receive-payments {
    background: url(../../assets/images/receive_payments.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 25vh;
}

.olycash-individual-bill-payments {
    background: url(../../assets/images/bills_overview.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 60vh;
}

.olycash-individual-media-service {
    background: url(../../assets/images/live_video_menu.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 60vh;
}

.olycash-individual-trading-in-codes {
	background: url(../../assets/images/olyboss_view.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 60vh;
}

.olycash-individual-bills-overview {
	background: url(../../assets/images/bills_overview.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 60vh;
}

.customer-reviews-table {
	max-width: 1000px;
	text-align: center;
	margin: 0px auto;
}

.customer-reviews-table div {
	display: inline-block;
	padding: 20px;
	width: calc(25% - 45px);
	vertical-align: top;
}

.customer-reviews-table div > span {
	display: block;
	vertical-align: top;
}
.customer-reviews-table .profile-image {
	height: 1%;
	height: 80px;
	width: 80px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border-radius: 50px;
	display: inline-block;
}
.customer-reviews-table .review-text {
	margin-top: 10px;
	font-size: calc(10px + 0.2vw);
    color: #777;
}
.customer-reviews-table .review-name {
	font-size: calc(10px + 0.2vw);
	font-weight: 600;
    color: #444;
    margin-top: 10px;
}



.slide-options {
	line-height: 0 !important;
	font-size: 40%;
	vertical-align: middle;
}

.slide-options > span {
	border-radius: 30px !important;
}

.media-service {
	color: #fa415c;
    border: 1px solid #fa415c;
    border-radius: 12px;
    font-weight: bold;
    padding: 3px 6px;
    cursor: pointer;
    font-family: 'Poppins-Bold';
}

.media-service:hover {
    color: #777;
    border: 1px solid #777;
}


/* CSS for small screens */
@media only screen and (max-width:850px){

	
.customer-reviews-table {
	width: calc(100% - 30px);
}
.customer-reviews-table div {
	display: block;
	width: calc(100% - 45px);
}

.button-list .button {
	margin-left: 5px;
	margin-right: 15px;
}

}








