.rds-grid {
	margin: 20px 5px;
}
.rds-grid .rds-icon-tile {
    padding: 0;
    transition: none;
    width: 100%;
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,.16);
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 2.2rem 3.2rem 4rem 2.2rem;
    text-align: center;
    text-decoration: none;
    transition: all 250ms ease;
}
.rds-grid .rds-icon-tile .icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 1.2rem;
    overflow: hidden;
    transition: all 250ms ease;
}
.rds-grid .rds-icon-tile .icon img {
    height: 75px;
    width: 75px;
}
.rds-grid .rds-icon-tile .content{
    font-size: 17px;
    line-height: 24px;
    display: inline-block;
    font-weight: 600;
    max-width: 100%;
	height: 70px;
	overflow: hidden;
}
.rds-grid .rds-icon-tile .content p{
	color: #000;
}
.vouchers{
	background: linear-gradient(to right, #48a2da, #075488);
	padding: 20px;
	color: white;
	
}
.vouchers h3{
	color: white;
}

.vouchers p{
	color: white;
	font-size: 20px;
}
.relationship-item{
	background: #f5f5f5;
	padding: 20px;
	margin: 60px 10px 20px 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,.16);
	position: relative;
	/* border: 1px solid #0D4691; */
	/* box-shadow: 0 0 10px rgb(73, 113, 233); */
	/* box-shadow: rgba(73, 113, 233, 0.12) 0px 2px 4px 0px, rgba(73, 113, 233, 0.32) 0px 2px 16px 0px; */
	height: 370px;
	border-radius: 10px;
}
.restaturant{
	/* background-color: #D6EEFA !important; */
	background: linear-gradient(to bottom, #D6EEFA 0%, #A5DAF2 50%, #74C6EA 100%);
	height: auto !important;

}

.icon-absulate{
	
		position: absolute;
		top: -35px;
		left: 50%;
		transform: translateX(-50%);
		background: #0D4691;
		padding: 12px;
		color: #fff;
		border-radius: 50px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		line-height: 0;
		width: 70px;
		height: 70px;
	}

	.icon-absulate img{
		width: 50px;
		height: 50px;
		filter: invert(1);
	}

	.relationship-content{
		margin-top: 20px;
		padding: 20px;


	}

	.relationship-item ul{
		list-style: none;
		padding: 0;
		margin: 0;
		position: relative;
	}

	.relationship-item ul li{
		position: relative;
		margin-left: 20px;
		padding-left: 10px;
		color: #000;
		font-size: 17px;
	}
	.relationship-item ul li::before{
		position: absolute;
		content: "\f2f6";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #E5A812;
		left: -20px;

	}

	.savers-account{
		background: #f5f5f5;
		padding: 20px;
		box-shadow: 0 1px 4px rgba(0,0,0,.16);
		height:auto;
		border-radius: 10px;
		margin: 20px 10px;
	
	}

	.savers-account ul li{
		position: relative;
		margin-left: 20px;
		padding-left: 10px;
		color: #000;
		font-size: 17px;
	}
	.savers-account ul li::before{
		position: absolute;
		content: "\f2f6";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #E5A812;
		left: -20px;

	}
.tnc{
	margin-top: 50px;
}
.tnc p{
	font-size: 17px;
	font-style: italic;
	font-weight: 600;

}
.offer-logos{
	width: 100%;
}
.offer-logos img{
	margin-top: 10px;
	width: 100%;
}
	@media (max-width: 768px){
		.relationship-item{
			margin: 40px 10px 20px 10px;
			height: auto;
		}
		.relationship-item ul li{
			padding-bottom: 10px;
		}
		.relationship-content {
			padding: 20px 10px;
		}
		.relationship-item ul li {
			font-size: 18px;
		}
		.custom-dot.owl-theme .owl-dots, .custom-arrow.owl-theme .owl-nav {
			position: absolute;
			left: 37% !important;
		}
		.offer-logos{
			width: 100%;
		}
	}
