header.villa-title {
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	width: 100%;
	width: calc(100% - 100px);
	padding: 20px 20px 0 20px;
	border-radius: 8px;
	position: relative;
}

.box {
	box-shadow: 0 5px 15px #e1e1e1;
	border-radius: 8px;
	background: #fff;
}

.col-7 {
	width: 60%;
	float: right;
}

.row {
	width: 100%;
	float: right;
}
header.villa-title h2 {
	font-weight: 600;
	float: right;
	font-size: 24px;
	text-align: right;
	direction: rtl;
}

header.villa-title .price {
	color: #3d85fd;
	font-size: 21px;
	font-weight: 500;
	float: right;
	margin-top: 10px;
}

.villa-special {
	background: #3d85fd;
	color: #fff;
	float: right;
	margin-right: 15px;
	padding: 2px 12px 2px 12px;
	border-radius: 6px;
	font-size: 18px;
}

.villa-info {
	width: 100%;
	width: calc(100% - 100px);
	margin-right: 30px;
	float: right;
	height: 100%;
	padding: 20px;
	border-radius: 8px;
	direction: rtl;
	font-size: 16px;
}