.img_size{
	height: 200px;
	width: 300px;
	position: absolute;
	top: 40%;
	left: 47%;

}
.color-gray{
	background: #E8E8E8;
	width: 230px;
	height: 360px;
}
.gray-text{
	height: 70px;
	width: 230px;
	position: relative;
	top:250px;
	background: #DCDCDC;
}
#preloder{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999;
}
.preloder_img{
	position: absolute;
	top: 60%;
	left: 45%;
}
#left{
	float: left;
	width:7525px; 
}
#right{
	float: left;
	width:7525px;
}
#bottambar{
	width: 1550px;
	margin: 0px auto;
}


@media screen and (max-width:1549px){

	#bottambar{
		width:100%;
	}
	#left{
		width:50%;
	}
	#right{
		width:50%;
	}

}
@media screen and (max-width:1110px){
	#left{
		width:100%;
	}
	#right{
		width:100%;
	}
}