/* Vizox | Visa & Immigrations HTML Template  */

@media only screen and (max-width: 1700px){

	.header-style-one .info-btn{
		display: none;
	}
}

@media only screen and (max-width: 1439px){
	.header-style-one .info-btn,
	.header-style-one .outer-box .theme-btn{
		display: none;
	}

	.header-style-one .header-lower .outer-box{
		padding-right: 20px
	}

	.header-style-one .header-lower .logo-box{
		margin-top: 0;
		min-height: auto;
		min-width: 170px;
		text-align: center;
	}
}

@media only screen and (max-width: 1199px){
	.header-style-one .header-lower .main-menu .navigation > li{
		margin-right: 40px
	}
}

@media only screen and (min-width: 768px){
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
}

@media only screen and (max-width: 1023px){
	.header-top,
	.main-header .main-menu {
		display: none;
	}

	.main-header .logo {
		min-width: auto;
	}
	.main-header .logo img,
	.sticky-header .logo img {
		width: 200px;
		max-width: none;
		max-height: auto;
	}
	.mobile-nav-toggler {
		display: block;
		color: #000
	}
	.main-header .ui-btn {
		font-size: 24px;
		line-height: 35px;
		margin-left: 15px;
	}

	.main-header .main-box .nav-outer{
		width: auto;
	}
	
	.header-style-one .header-lower .main-box{
		justify-content: space-between;
		align-items: center;
	}

	.header-style-one .header-lower .logo-box{
		padding: 15px 20px;
		margin-right: 0;
	}

	.main-header .outer-box .ui-btn-outer{
		border-left: 0;
	}

}


