/* @media for max-width 1599px */
@media only screen and (max-width: 1599px) {
	.product-card img {
		height: 220px;
	}
	.catalog-layout {
		gap: 70px !important;
	}
	.sidebar-item {
		gap: 55px !important;
	}
	.product-card img {
		height: 220px !important;
	}
	.events_img_col * {
		max-height: 500px;
		min-height: 500px;
	}
}

/* @media for max-width 1366px */
@media only screen and (max-width: 1366px) {
	.catalog-sidebar {
		width: 100%;
		max-width: 380px;
	}
	.catalog-layout {
		display: flex;
	}
	.sidebar-item {
		gap: 50px !important;
	}
	.contact-form .wpcf7-form-control.wpcf7-submit {
		height: 45px !important;
		padding: 8px 30px !important;
	}
	.events_img_col * {
		max-height: 450px;
		min-height: 450px;
	}
}

/* @media for max-width 1199px */
@media only screen and (max-width: 1199px) {
	.catalog-layout {
		gap: 60px !important;
	}
	.sidebar-item {
		gap: 40px !important;
	}
	.products-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.contact-form .wpcf7 .row {
		flex-wrap: wrap !important;
	}
	.contact-form .wpcf7 .column {
		width: 100%;
	}
	.events_img_col * {
		max-height: 350px;
		min-height: 350px;
	}
}

/* @media for max-width 1024px */
@media only screen and (max-width: 1024px) {
	.catalog-layout {
		gap: 40px !important;
	}
	.products-grid {
		grid-template-columns: repeat(1, 50%);
	}
	.sidebar-item {
		gap: 30px !important;
	}
	.catalog-layout {
		gap: 30px !important;
	}
	.enquire_btn{
		font-size: 16px;
	}
	
}

/* @media for max-width 767px */
@media only screen and (max-width: 767px) {
	.catalog-layout {
		flex-direction: column;
		gap: 24px;
	}
	.events_img_col * {
		max-height: 100%;
		min-height: 100%;
		object-fit:contain !important;
	}
	.catalog-sidebar {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		gap: 12px;
		max-width: 100% !important;
		padding: 12px 0;
	}
	.sidebar-item {
		flex: 1 0 60%;
		padding: 12px 16px;
		text-align: left !important;
		cursor: pointer;
		white-space: normal;
		word-wrap: break-word;
		/*         border-bottom: 2px solid transparent; */
		transition: border-color 0.3s;
	}
	.sidebar-item.active {
		border-bottom: 2px solid #9B5F17;
	}
	.sidebar-title-phone {
		display: block;
		font-weight: 500;
		color: #ACADB2;
		letter-spacing: 0.64px;
		line-height: 100%;
		font-size: 14px !important;
		max-width: 100% !important;
	}
	.products-grid{
		padding-top: 10px;
		grid-template-columns: 100%;
	}
	#bray .products-grid > .product-card:last-child,
	#distran .products-grid .product-card{
		grid-column: inherit !important;
	}
	.lines{
		margin-block: 15px !important;
	}
	.sidebar-title {
		display: none;
	}
	.sidebar-item {
		gap: 20px !important;
	}
	.catalog-content{
		max-height: inherit;
	}
	.home_hero_slider .slick-dots{
		right:20px !important;
		gap:2px !important;
	}
	.home_hero_slider .slick-dots button{
		width: 13px !important;
		height: 13px !important;
	}
	.home_hero_slider .slick-dots .slick-active button{
		height:30px !important;
	}
}

/* @media for max-width 560px */
@media only screen and (max-width: 560px) {
	.sidebar-item {
		flex: 1 0 80%;
	}
}

/* @media for max-width 520px */
@media only screen and (max-width: 520px) {
	.contact-form .wpcf7 .column {
		width: 100% !important;
	}
	.contact-form .wpcf7 .row {
		flex-wrap: wrap !important;
	}
	.product-card{
		grid-template-columns: repeat(1, 100%);
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
	.e-con>.e-con-inner {
		padding-right: 50px !important;
		padding-left: 50px !important;
	}
}
@media only screen and (max-width: 1599px) {
	.col-right {

		margin-right: calc(-1 * (100vw - 1280px) / 2) !important;
	}
	body {
		padding-top: 112px;
	}
	/* Check 1367px and add css here */
}

@media only screen and (max-width: 1366px) {
	.col-right {
		margin-right: calc(-1 * (100vw - 1120px) / 2) !important;
	}
	/* Check 1200px and add css here */
}

@media only screen and (max-width: 1199px) {
	.col-right {
		margin-right: calc(-1 * (100vw - 940px) / 2) !important;
	}
	/* Check 1025px and add css here */
}

@media only screen and (max-width: 1024px) {
	.e-con>.e-con-inner {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
	.header-wrapper .nav-bar nav.elementor-nav-menu--dropdown {
		position: fixed !important;
		bottom: 0;
		top: initial !important;
		left: 0% !important;
		width: 100% !important;
		height: calc(100% - 90px) !important;
		padding: 0 30px;
		transition: all 0.3s;
		overflow: auto;
		margin: 0 !important;
	}
	.col-right {
		/* 	margin-right: calc(-1 * (100vw - 1720px) / 2) !important;
		flex: 1 !important; */
		width: 100% !important;
	}
	.col-left-about{
		width: 100% !important;
	}
	body {
		padding-top: 93px;
	}
	.contact-form .wpcf7 .row {
		flex-wrap: nowrap !important;
	}
	/* Check 768px and add css here */
}

@media only screen and (max-width: 767px) {
	.e-con>.e-con-inner {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.cf7-flex {
		flex-direction: column;
	}

	.cf7-flex .half {
		width: 100%;
	}

	.wpcf7 .row {
		flex-wrap: wrap;
	}

	.wpcf7 .column {
		width: 100%;
	}

	.notfound-content {
		padding: 12vw 0;
	}
	.header-wrapper .nav-bar nav.elementor-nav-menu--dropdown {
		padding: 0 20px;
		top: 68px !important;
		height:100vh !important;
	}
	.register-icon-boxs .middle-icon-box {
		margin-right: 24px;
	}
	body {
		padding-top: 70px;
	}
	.home_hero_slider .slick-list.draggable {
		width: 100% !important;
	}
	.contact-form .wpcf7 textarea {
		height: 110px !important;
	}
	.catalog-sidebar .sidebar-item[data-slug="rembe-gmbh-safetycontrol"] img.sidebar-logo,
	.catalog-sidebar .sidebar-item[data-slug="philip-townsend-associates-ptai"] img.sidebar-logo,
	.catalog-sidebar .sidebar-item[data-slug="leser"] img.sidebar-logo{
		height: 45px !important;
	}

	.catalog-sidebar img { 
		height: 30px !important;
	}

	/* Check 480px and add css here */
}
@media only screen and (max-width: 520px) {
	.contact-form .wpcf7 .column {
		width: 100% !important;
	}
	.contact-form .wpcf7 .row {
		flex-wrap: wrap !important;
	}
}
@media only screen and (max-width: 479px) {
	.our-brand-wrap_main::before,
	.our-brand-wrap_main::after{
		width: 150px !important;
	}
	.ft_br_remove br{
		display:none;
	}
	/* Check 375px and add css here */
}

@media only screen and (max-width: 374px) {
	.our-brand-wrap_main::before,
	.our-brand-wrap_main::after{
		width: 100px !important;
	}
	.header-logo img{
		max-width:230px !important; 
	}
	/* Check 320px and add css here */
}