@media (max-width: 1300px) {

	.custom_nav-container .navbar-nav {
		margin: 0;
		margin-left: auto;
		align-items: center;
	}

	.custom_nav-container .navbar-nav .nav-item .nav-link {
		padding: 5px 15px;
	}
}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
	.hero_area {
		min-height: auto;
	}

	.custom_nav-container .navbar-nav {
		padding-top: 15px;
	}

	.user_optio_box {
		flex-direction: column;
		align-items: center;
	}

	.user_optio_box a {
		margin: 5px;
	}

	.header_section .header_top .contact_nav a span {
		display: none;
	}

	.custom_nav-container .navbar-nav .nav-item .nav-link {
		padding: 5px 25px;
		margin: 5px 0;
	}

	/* .slider_section {
    padding: 75px 0;
  } */

}

@media (max-width: 768px) {
	.about_section .detail-box {
		margin-top: 45px;
	}

	nav.navbar {
		display: block;
		text-align: center;
	}

	ul.navbar-nav.topbar-nav.topbar-right {
		justify-content: flex-end;
		display: -webkit-inline-box;
	}

	.info_section .row>div {
		margin-bottom: 35px;
	}

	.contact_section .form_container {
		margin-bottom: 45px;
	}

	div#navbarSupportedContent1 {
		margin-bottom: 0 !important;
	}

	.row.grid-container,
	.new_products {
		padding: 0px 15px;
	}

	.head_right,
	.top_bar1 {
		display: block;
		justify-content: space-between;
	}

	.tools_test {
		display: block;
		justify-content: space-between;
		padding-bottom: 16px;
	}

}

@media (max-width: 576px) {
	.about_section .img_container .img-box.b2 {
		margin-top: 115px;
	}

	.about_section .img_container .img-box.b2::before {
		transform: translateY(-45px);
	}

	.about_section .img_container .img-box.b1::before {
		transform: translateY(45px);
	}

	.client_section .box {
		flex-direction: column;
		align-items: center;
	}

	.client_section .box .detail-box {
		padding: 85px 45px 45px 45px;

	}

	.client_section .box .img-box {
		margin-right: 0;
		margin-bottom: -65px;
	}

	.my-acc {
		width: 96%;
	}

	.tools_test {
		display: block;
		justify-content: space-between;
		padding-bottom: 16px;
	}

	h4.tools_test_head {
		margin-bottom: 15px;
		text-align: center;
	}

	.right_sort {
		display: flex;
		justify-content: center;
	}

	.ebook_pdf {
		text-align: center;
	}
}

@media (max-width: 480px) {
	.cat-search {
		/* display: contents; */
		padding: 0px 0px;
		width: 100%;
	}

	.row.grid-container,
	.new_products {
		padding: 0px 15px;
	}

	.head_right,
	.top_bar1 {
		display: block;
	}


	nav.navbar {
		display: block;
		text-align: center;
	}

	input.search-products {
		width: 75%;
	}

	div#navbarSupportedContent1 {
		margin-bottom: 0 !important;
	}

	.recently-added-products {
		display: block;
	}

	.wes-brand-container {
		display: block;
	}

	.deals-on-banner {
		display: block;
	}

	.rp-images>img {
		width: 100%;
	}
}

@media (max-width: 420px) {}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
	.container {
		max-width: 1400px;
	}
}

@media (min-width: 992px) {
	.col-lg-2 {
		flex: 0 0 auto;
		width: 18.66666667% !important;
	}

	.col-lg-2.header_logo {
		flex: 0 0 auto;
		width: 16.66666667% !important;
		margin-top: 5px;
	}


}