@media screen and (max-width:1024px) {
	.custom_nav ul.navbar-nav > li > a {
		font-size: 17px;
	}
	.menutitle {
		font-size: 17px;
	}
	.custom_nav ul.sub_menu > li > a {
		font-size: 12px;
	}
	.custom_nav .dropdown-large {
		top: 77px;
	}
	.inner-banner {
		height: 390px;
	}
	.align_title {
		padding-top: 150px;
	}
	.page_title {
		font-size: 40px;
	}
}
@media screen and (max-width:960px) {
	.header {
		padding: 5px 35px;
	}
	.primary-heading .subtitle {
		font-size: 30px;
		line-height: 40px;
	}
	.primary-heading .title {
		font-size: 11px;
		margin: 0;
	}
	.navbar.navbar-expand-lg.custom_nav {
		display: flex;
		justify-content: flex-end;
		padding: 5px 0;
	}
	.custom_nav .navbar-toggler {
		background-color: #2f3190;
		color: #fff;
		line-height: 30px;
	}
	.custom_nav #main_nav {
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		text-align: right;
		background-color: rgba(255,255,255,1);
		max-height: 350px;
		overflow: auto;
		box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
	}
	.custom_nav ul.navbar-nav > li:last-child > a {
		padding-right: 20px !important;
	}
	.custom_nav .dropdown-large {
		position: relative !important;
		top: 0;
		padding: 0px 0;
	}
	.custom_nav .dropdown-large .col-md-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: right;
		margin: 10px 0;
	}
	.dropdown-menu {
		background-color: transparent;
	}
	.custom_nav ul.sub_menu > li > a {
		font-size: 14px;
	}
	.prdct_category_name h3 {
		font-size: 20px;
	}
	.box {
		width: 250px;
		margin: 5px;
		box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
	}
	.slide-img {
		height: 200px;
		position: relative;
	}
	.products_sec_holder::after {
		display: none;
	}
	.products_sec_holder {
		overflow: hidden;
		/* margin-left: calc((100% - 1155px)/2); */
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
	}
	.type .p_name {
		font-size: 13px;
	}
	.p_warrenty {
		font-size: 11px;
	}
}

@media screen and (max-width:768px) {
	.inner-banner {
		height: 300px;
	}
	.align_title {
		padding-top: 130px;
	}
}

@media screen and (max-width:640px) {
	.header {
		padding: 5px 0px;
		background-color: rgba(255,255,255,1);
		border-bottom: 1px solid #cecece;
	}
	.custom_nav #main_nav {
		position: fixed;
		top: 60px;
		right: 0;
		width: 100%;
		text-align: right;
		background-color: rgba(255,255,255,1);
		max-height: 350px;
		overflow: auto;
		box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
	}
	.banner {
		padding-top: 60px;
	}
	.main_banner .owl-nav .owl-next, .main_banner .owl-nav .owl-prev {
		transform: translateY(-50%);
		width: 20px;
	}
	.custom_nav .navbar-toggler {		
		padding: 3px 10px;
	}
	.video_sec {
		background-color: #eaeaea;
		padding-bottom: 40px;
	}
	.sticky-footer {
		padding: 10px 0 30px 0;
	}
	.f_title {
		color: #00aeef;
		font-size: 20px;
		margin: 40px 0 10px 0;
	}
	.footer_txt {
		margin: 16px 0 0 0;
	}
	.products_sec_holder {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.custom_nav ul.navbar-nav > li > a {
		font-size: 19px;
	}
}
@media screen and (max-width:575px) {
	.page_title {
		font-size: 30px;
	}
	.inner-banner {
		height: 270px;
	}
	.align_title {
		padding-top: 120px;
	}
	.site_name {
		font-size: 13px;
	}
}