.container-1440{
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
/**********************Laptop***************************/
@media(max-width:1600px) {
	.container-1440{
		max-width: 90%;
	}
}
/**********************Laptop***************************/
@media(max-width:1440px) {
	.container-1440{
		max-width: 90%;
	}
}

/**********************Laptop with touch***************************/
@media(max-width:1280px) {
}

/**********************Ipad pro***************************/
@media(max-width:1024px) {
}

/**********************toggler start***************************/
@media(max-width:991px) {
}

/**********************Ipad***************************/
@media(max-width:768px){
}	

/**********************Small devices(mobile phones)***************************/
@media(max-width:767px){
}