#baground{
    width: 100%;
    height: 400px;
    position: relative;
    background-size: cover;
    background-position: center center;
    z-index: -1;
   
}
.Prices{
	max-width: 1100px;
	height: 633px;
	margin: 40px auto;
	position: relative;
	border: 1px solid red;
}
.Prices h1{
    color: #000;
    padding: 5px;
    margin-top: 10px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
.about-text{
	width: 250px;
	height: 400px;
	margin-left: 0px;
	position: relative;
	}
	
	.color-white{
		width: 600px;
	   height: 250px;
		position: absolute;
		top: 0;
		
	}
	.color-white h1{
		font-size: 25px;
		color: #212c30;
		 font-family: 'dejavu_sansbold';
		margin-left: 0px;
		margin-top: 60px;
		padding: 15px 0px;
		width: 300px;
	}
	.color-white p{
		font-size: 14px;
    line-height: 25px;
    color: #66788a;
    padding: 5px;
    margin-left: -5px;
     font-family: 'dejavu_sansbook';
     text-align: justify;
	}
	

	.about-image{
		width: 434px;
		height: 601px;
		margin-right: 20px;
		margin-top: 10px;
		z-index: 9999;
		float: right;
		background-size: cover !important;
		background-position: center center !important;
		z-index: 999;
		box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	}
	
	.image-div-bottom{
		width: 475px;
		height: 565px;
		border-left: 2px solid #f2c9b7;
		border-bottom: 2px solid #f2c9b7;
		position: absolute;
		bottom: 0px;
		right:0px;
		z-index: -1
	}
	