@media only screen and (min-width : 1960px) and (max-width : 6000px)
{
	
}
@media only screen and (min-width : 1600px) and (max-width : 1950px)
{
	
}
@media only screen and (min-width : 850px) and (max-width : 1024px)
{
	
}

@media only screen and (min-width : 770px) and (max-width : 860px)
{

}

@media screen and (max-width:768px) and (min-width:700px)
{

}
@media screen and (max-width: 992px)
{

}
@media screen and (max-width : 767px)
{

}
@media only screen and (min-width : 500px) and (max-width : 620px)
{

}
@media only screen and (min-width : 481px) and (max-width : 1150px)
{
	
}
@media only screen and (min-width : 411px) and (max-width : 700px)
{
}
@media only screen and (min-width : 300px) and (max-width : 700px)
{
	#divMPG .card {
	    width: 100%;
        display:block !important;
	    margin: 0;
	}
	#divMPG #heading{
		font-size:20px !important;
		}
	#divMPG .box {
	    padding: 0 0 15px 25px;
	}
}

@media only screen and (min-width : 701px) and (max-width : 768px) {
    #divMPG .card {
	    width: 100%;
	}
	#divMPG .row .col-md-5{
		width:47%;
		}
	#divMPG .row .col-md-7{
		width:53%;
		}	
	#divMPG .box {
	    padding: 0 30px 15px;
	}
}
@media only screen and (min-width : 769px) and (max-width : 1199px) {
	#divMPG .card {
	    width: 100%;
	}
	#divMPG .box {
	    padding: 0 30px 15px;
	}
}	

@media only screen and (min-width : 992px) and (max-width : 1199px) {
}

@media only screen and (min-width : 768px) and (max-width : 880px) {

}	
@media only screen and (min-width : 768px) and (max-width : 1199px) {
	
}	

@media only screen and (min-width : 900px) and (max-width : 1120px) {

}	
@media only screen and (min-width : 1121px) and (max-width : 1160px) {

}
@media only screen and (min-width : 1161px) and (max-width : 1334px) {

}	

@media only screen and (min-width : 1390px){

}	

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
}

@media only screen and (max-width : 700px) and (min-width:501px)
{
}
@media only screen and (max-width : 500px) and (min-width:426px)
{
}
@media only screen and (max-width : 425px) and (min-width:376px)
{
}
@media only screen and (min-device-width : 500px) and (max-device-width : 700px) {
}

@media only screen and (min-device-width : 320px) and (max-device-width : 359px) {

	
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1600px) {

}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}
