@media only screen and (max-width: 991px){
	.header-top-widget {
		margin-top: 0 !important;
	}
	.header-top-widget .header-widget {
		float: right;
		text-align: right;
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px){
	.mega-header .header-top .logo {
		margin-bottom: 0;
	}
	.mega-header .header-top .logo img {
		width: 85px;
	}
}

@media only screen and (max-width: 575px){
	.mega-header .header-top {
		padding: 5px 15px !important;
	}
	.mega-header .logo-wrp {
		width: 25%;
	}
	.mega-header .header-top .header-top-widget {
		float: right;
		padding-right: 0;
		width: 74%;
	}

	.iconbox-widget .box-contenet {
		margin-top: 5px;
		padding-left: 32px;
	}
	.iconbox-widget .icon {
		top: 0;
	}
	.iconbox-widget .icon i {
		font-size: 24px;
	}
	.header-top-widget.headerwidget-style2 .header-widget .iconbox-widget .box-contenet .title {
		font-size: 12px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.iconbox-widget .box-contenet .sub-title {
		font-size: 12px;
	}

}

@media only screen and (max-width: 399px){
	.mega-header .header-top {
		padding: 4px 15px 2px !important;
	}
	.mega-header .logo-wrp {
		width: 30%;
	}
	.mega-header .header-top .header-top-widget {
		width: 70%;
	}

	.header-top-widget .header-widget .iconbox-widget:last-child {
		margin-right: 0;
	}
	.iconbox-widget .box-contenet {
		margin-top: 3px;
		padding-left: 28px;
	}
	.iconbox-widget .icon i {
		font-size: 20px;
	}
	.header-top-widget.headerwidget-style2 .header-widget .iconbox-widget .box-contenet .title {
		font-size: 10px;
	}
	.iconbox-widget .box-contenet .sub-title {
		font-size: 10px;
	}
}
@media only screen and (max-width: 767px){
	.main-content.io_pt {
		padding-top: 50px !important;
	}
}
@media only screen and (max-width: 575px){
	.main-content.io_pt {
		padding-top: 20px !important;
	}
}