.logo img{
	height: 175px !important;
	width: 775px !important;
}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {

}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
	.logo img{
        height: 145px !important;
        width: 575px !important;
    }

}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .logo img{
		height: 142px !important;
        width: 643px !important;
    }
}

 
/* small mobile :320px. */
@media (max-width: 767px) {
	.logo img{
    	height: 70px !important;
        width: 239px !important;
    }
 
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {width:450px}
	.logo img{
    	height: 125px !important;
    	width: 400px !important;
    }
 
}
