
/* ONLY VIDEO BACKGROUND VIDEO PARALLAX RESPONSIVE FIXING*/


/*******************
Reversal min-width 1200px Start
******************************/

@media (min-width:1200px){
	
	
}
/*******************
Reversal min-width 1200px end
******************************/



/*******************
Reversal 1024px-1199px Start
******************************/

@media (min-width: 1024px) and (max-width: 1199px){
	
	
}
/*******************
Reversal 1024px-1199px end
******************************/



/*******************
Reversal 768px-1023px Start
******************************/

@media (min-width: 768px) and (max-width: 1023px){
	
	
}
/*******************
Reversal 768px-1023px end
******************************/


/*******************
Reversal 640px-767px Start
******************************/

@media (min-width: 640px) and (max-width: 767px){
	
	.section-more-feathurs {
		padding-top: 50px;
		padding-bottom: 30px;
	}
}
/*******************
Reversal 640px-767px end
******************************/



/*******************
Reversal 480px-639px Start
******************************/

@media (max-width: 639px) and (min-width: 480px){
	header {	
		width: 85%!important;	
	}
	.singleimg header {
		width: 360px!important;
		left: 250px!important;
	}
	.section-more-feathurs {
		padding-top: 50px;
		padding-bottom: 30px;
	}
}
/*******************
Reversal 480px-639px end
******************************/



/*******************
Reversal 320px-479px Start
******************************/

@media (max-width: 479px) and (min-width: 320px){
	.section-more-feathurs {
		padding-top: 50px;
		padding-bottom: 30px;
	}
}

/*******************
Reversal 320px-479px end
******************************/

	.section-price-table {
		background-color: #f4f4f4;
	}