﻿
@media only screen and (min-width: 1200px) {
	.header .navbar-logo img {
		max-width: 300px !important;
		height: 80px !important;
		width: auto !important;
	}
}

/* tablet */
@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
	.header .navbar-logo img {
		max-width: 220px !important;
		height: 60px !important;
		width: auto !important;
	}
}

/* mobile header logo */
@media only screen and (max-width: 767.98px) {
	.header .navbar-logo img {
		max-width: 180px !important;
		height: 52px !important;
		width: auto !important;
	}

	.header .main-header__menu-box {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
}

/* mobile menu logo */
@media only screen and (max-width: 1199.98px) {
	.mobile-menu__header .logo img {
		max-width: 220px !important;
		height: 60px !important;
		width: auto !important;
	}
}