.container {
	max-width: 1222px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

@media (max-width:1699px) {
	.banner-content h1 {
	    line-height: 70px;
	    font-size: 58px;
	}
	.slider-content-absolute{
		padding-right: 15px;
	}

	.product-section::before {
	    width: 294px;
	}
	.product-section {
	    padding-bottom: 182px;
	}
}

@media (max-width:1439px) {

	.banner-content h1 {
		line-height: 68px;
		font-size: 54px;
		max-width: 563px;
	}
	 h1 {
		line-height: 55px;
		font-size: 45px;
	}
	h2 {
	    font-size: 35px;
	    line-height: 50px;
	}
	h5 {
	    font-size: 20px;
	}
	.product-section {
	    padding-bottom: 178px;
	}
	.home-banner-section {
	    height: 500px;
	}
	.home-banner-section.inner-banner {
	    height: 320px;
	}
	.inner-banner .heading-slider h2 {
	    font-size: 45px;
	}
	.section.machine-screws-section {
	    padding: 70px 0px 150px;
	}
}

@media (max-width:1279px) {
	.banner-content h1 {
		line-height: 62px;
		font-size: 50px;
	}
	.container {
    	padding: 0 30px;
	}
	.nav-manu ul li {
	    margin-right: 42px;
	}
	.banner-content h1 {
		max-width: 521px;
	}
	.slider-content-absolute {
		padding-right: 0px;
	}
	.get-in-touch-left-info .heading p {
	    padding-right: 30px;
	}

	.product-section::before {
    	width: 284px;
	}
	.product-section::after {
	    width: 770px;
	}
	.insight-section::after {
    	width: 230px;
	}
	.section {
    	padding: 60px 0px;
	}
	.product-section{
		padding-bottom: 155px;
	}
}
@media (max-width:1199px) {
	.container {
		padding: 0 15px;
	}
	.logo-icon {
		width: 35px;
	}
	.logo-icon + img {
		width: 230px;
	}
	.main-nav .menu-bar {
		display: block;
	}
	.mobile-menu .menu-bar {
	    top: 18px;
	}
	/************ // MOBILE MENU CSS START // ***********************/
	.menu-bar {
		width: 38px;
		height: 30px;
		position: absolute;
		margin: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		display: block;
		right: 15px;
		top: 74px;
		z-index: 1111;
	}
	.menu-bar span {
		display: block;
		position: absolute;
		height: 4px;
		width: 50%;
		background: #73113a;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
		background: #fff;
	}
	.menu-bar span:nth-child(even) {
		left: 50%;
		border-radius: 0 9px 9px 0;
		background: #fff;
	}
	.menu-bar span:nth-child(odd) {
		left: 0px;
		border-radius: 9px 0 0 9px;
	}
	.menu-bar span:nth-child(1),
	.menu-bar span:nth-child(2) {
		top: 0px;
	}
	.menu-bar span:nth-child(3),
	.menu-bar span:nth-child(4) {
		top: 10px;
	}
	.menu-bar span:nth-child(5),
	.menu-bar span:nth-child(6) {
		top: 21px;
	}
	.menu-bar span:nth-child(3) {
		width: 40%;
		left: 4px;
	}
	.menu-bar span:nth-child(5) {
		width: 29%;
		left: 9px;
	}
	.mobile-menu .menu-bar span:nth-child(1),
	.mobile-menu .menu-bar span:nth-child(6) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #fff;
	}
	.mobile-menu .menu-bar span:nth-child(2),
	.mobile-menu .menu-bar span:nth-child(5) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #fff;
	}
	.mobile-menu .menu-bar span:nth-child(1) {
		left: 5px;
		top: 7px;
	}
	.mobile-menu .menu-bar span:nth-child(2) {
		left: calc(50% - 5px);
		top: 7px;
	}
	.mobile-menu .menu-bar span:nth-child(3) {
		left: -50%;
		opacity: 0;
	}
	.mobile-menu .menu-bar span:nth-child(4) {
		left: 100%;
		opacity: 0;
	}
	.mobile-menu .menu-bar span:nth-child(5) {
		left: 5px;
	}
	.mobile-menu .menu-bar span:nth-child(6) {
		left: calc(50% - 5px);
	}
	.mobile-menu .menu-bar span:nth-child(6),
	.mobile-menu .menu-bar span:nth-child(5) {
		top: 16px;
		width: 50%;
	}
	.mobile-menu .menu-bar {
		background: none;
		position: fixed;
	}
	.navigation {
		background: #000;
		position: fixed;
		top: 0;
		padding-top: 0px;
		right: -150%;
		width: 100%;
		height: 100%;
		z-index: 99;
		transition: .7s;
		-webkit-transition: .7s;
		-moz-transition: .7s;
		overflow-y: auto;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 92px;
		margin: 0;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
	body.mobile-menu .navigation {
		display: block;
		right: 0;
	}
	.nav-manu {
		flex-wrap: wrap;
	}
	.navigation ul {
		display: block;
		width: 100%;
	}
	.navigation ul li {
		margin-right: 0;
		padding: 0;
		margin: 0;
		position: relative;
	}
	.navigation ul>li::before {
		display: none;
	}
	.navigation .menu-item-has-children>a::before {
		display: none;
	}
	.menu-item-has-children::after {
		content: "\f107";
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 48px;
		transition: 0.4s;
		font-family: FontAwesome;
		color: #fff;
		padding: 0;
		z-index: 111;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		display: flex !important;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		opacity: 1;
	}
	.navigation ul li.menu-item-has-children {
		padding-right: 0;
	}
	.navigation ul li.current-menu-item>a {
	    color: #fff;
	    background: #ed1c24;
	}
	.navigation ul>li>a {
	    display: block;
	    border-top: 1px #ffffff solid;
	    padding: 14px 20px;
	    font-weight: 600;
	    color: #fff;
	}
	.navigation .moblelogo {
		display: block;
		background: #000;
		padding: 20px 15px;
	}
	.moblelogo a {
	    display: flex;
	    align-items: center;
	    flex-wrap: wrap;
		 column-gap: 10px;
	}
	.menu-item-has-children::before {
		display: none;
	}
	.navigation ul>li>a::after {
		display: none;
	}
	.nav-manu ul li a:hover {
	    background: #ed1c24;
	}
	.navigation ul li ul.sub-menu {
		display: none;
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}
	.navigation ul li ul.sub-menu.in {
		position: static;
		max-width: 100%;
		top: 0;
		left: 0;
		padding: 0;
		display: block;
		opacity: 1;
		visibility: visible;
		box-shadow: none;
	}
	.navigation ul li ul.sub-menu li {
		width: 100% !important;
		padding: 0;
		border-bottom: none;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		border-radius: 0;
		margin: 0;
		box-shadow: none;
	}
	.navigation ul li ul.sub-menu li:hover {
		background-color: inherit;
	}
	.navigation ul li ul.sub-menu li.current-menu-item {
		background-color: inherit;
	}
	.navigation ul li ul.sub-menu li.current-menu-item a {
	    color: #ffffff;
	}
	.navigation ul li ul.sub-menu li a {
		padding: 14px 15px 14px 30px;
		font-weight: 500;
		transform: skewX(0deg);
		-webkit-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
	}
	.navigation ul li ul.sub-menu li a:hover {
		color: #fff;
	}
	.navigation ul li ul.sub-menu ul.sub-menu {
		width: 100%;
		padding: 0;
	}
	.navigation ul li ul.sub-menu ul.sub-menu li a {
		padding-left: 40px;
	}
	nav.mobile-scroll {
		display: block;
		width: 100%;
	}
	/************ // MOBILE MENU CSS END // ***********************/

	h1 {
	    line-height: 55px;
	    font-size: 40px;
	}
	h2 {
		font-size: 30px;
		line-height: 45px;
	}
	h5 {
    	font-size: 20px;
	}
	.banner-content h1 {
    	max-width: 415px;
		line-height: 55px;
	    font-size: 40px;
	}
	.home-banner-section {
	    height: 460px;
	}
	.section.about-section {
	    padding-bottom: 70px;
	    overflow: hidden;
	}
	.section {
	    padding: 50px 0px;
	}
	.about-img-item {
	    width: 290px;
	    height: 404px;
	}
	.about-img-wrap::after {
	    width: 270px;
	}
	.mb30 {
	    padding-bottom: 20px;
	}
	h5 {
	    font-size: 18px;
		line-height: 25px;
	}
	.product-info-card h5 {
	    line-height: 25px;
	}
	.section.product-section {
	    padding-bottom: 120px;
	}
	.bottom-footer-section {
	    padding-bottom: 50px;
	}
	.get-in-touch-icon-card {
	    width: 60px;
	    height: 60px;
	}
	.insight-section .about-img-item {
	    width: 401px;
	    height: 493px;
	}
	.insight-section::before {
	    width: 247px;
	    height: 400px;
	    top: 337px !important;
	}
	.section.about-section.insight-section {
	    padding-bottom: 50px;
	}
	.footer {
	    padding-top: 90px;
	}
	.get-in-touch-info-card h5, .get-in-touch-info-card p {
	    font-size: 16px;
	}
	.get-in-touch-info-card p {
	    line-height: 27px;
	}
	.get-in-touch-form {
	    margin: -120px 0px 0px 0px;
	    padding: 50px 30px;
	}
	.footer-col3:nth-child(2), .footer-col3:nth-child(3) {
	    padding: 0;
	}
	.home-banner-section.inner-banner {
	    height: 260px;
	}
	.copy-rlt-row p a img {
	    max-width: 110px;
	    margin-left: 5px;
	}
	.section.about-section.qulity-poilcy-section {
	    padding: 70px 0px 70px 0px;
	}
	.qulity-poilcy-section .about-img-item {
	    width: 317px;
	    height: 255px;
	}
	.qulity-poilcy-section .about-img-item:first-child {
	    width: 317px;
	    height: 225px;
	}
	.qulity-poilcy-section .about-img-wrap::after {
	    height: 370px;
	    width: 310px;
	}
	.qulity-poilcy-section .about-img-item:last-child {
	    margin-left: 113px;
	}
	.section.about-section.why-us-section {
	    padding: 70px 0px 150px;
	}
	.why-us-section .about-img-item {
	    width: 430px;
	    height: 420px;
	}
	.why-us-section .about-img-wrap::after {
	    width: 400px;
	    height: 400px;
	}
	.contact-us-section {
	    padding: 50px 0px 70px 0px;
	}
	.contact-us-left {
	    padding: 30px 30px 80px 30px;
	}
	.location-map {
	    height: 454px;
	}
	.section.machine-screws-section {
	    padding: 45px 0px 110px;
	}
	.default-page-css h1 {
	    font-size: 35px;
	}
	.default-page-css h2 {
	    font-size: 30px;
	}
	.default-page-css h3 {
	    font-size: 26px;
	}
	.default-page-css h4 {
	    font-size: 23px;
	}
	.navigation ul li ul.sub-menu li {
	    background-color: #2b2b2b;
	}
	.navigation ul li ul.sub-menu li {
		border-radius: 0 !important;
	}
}
@media (max-width:1023px) {
	h1 {
	    line-height: 40px;
	    font-size: 30px;
	}
	h2 {
	    font-size: 25px;
	    line-height: 35px;
	    letter-spacing: 0.5px;
	}
	h5 {
		font-size: 18px;
	}
	.banner-content h1 {
	    max-width: 295px;
		line-height: 40px;
	    font-size: 30px;
	}
	.about-section::before {
	    width: 352px;
	}
	.about-section::after {
	    width: 337px;
	}
	.about-left-col {
	    width: 64%;
	    padding-right: 40px;
	}
	p {
	    font-size: 14px;
	    line-height: 23px;
	    color: #000;
	}
	.about-left-col .heading.heading-border {
	    max-width: 330px;
	}
	.about-right-col {
		width: 36%;
	}
	.about-img-item {
	    width: 210px;
	    height: 235px;
	}
	.about-img-item:last-child {
	    top: 146px;
	    left: 0;
	}
	.about-img-wrap::after {
	    top: 22px;
	    right: 1px;
	    width: 194px;
	    height: auto;
	}
	.home-banner-section {
	    height: 357px;
	}
	.product-section::before {
		width: 230px;
	}
	.section.about-section {
	    padding-bottom: 45px;
	}
	.section {
	    padding: 45px 0px;
	}
	.product-section::after {
	    width: 435px;
	}
	.mb30 {
	    padding-bottom: 10px;
	}
	.section.product-section {
	    padding-bottom: 60px;
	}
	.btn-wrap {
	    margin-top: 40px;
	}
	.btn-black {
	    font-size: 16px;
	    min-width: 160px;
	    min-height: 48px;
	}
	.product-info-card {
	    height: 65px;
	}
	.product-info-card h5 {
	    line-height: 24px;
	    font-size: 15px;
	}
	.get-in-touch-left-info .heading h3 {
	    line-height: 30px;
	    font-size: 24px;
	    margin: 0 0 10px;
	}
	.footer-col3 {
	    width: 40%;
	}
	.footer-col3:nth-child(4) {
		width: 50%;
		margin-top: 30px;
	}
	.footer-col3:nth-child(2), .footer-col3:nth-child(3) {
	    width: 25%;
	}
	.get-in-touch-contact-holder {
	    margin-top: 20px;
	    padding: 20px;
	}
	.get-in-touch-icon-card {
	    width: 45px;
	    height: 45px;
		font-size: 15px;
	}
	.get-in-touch-contact-item {
	    column-gap: 12px;
	    margin-bottom: 12px;
	}
	.get-in-touch-info-card {
	    width: calc(100% - 45px - 12px);
	}
	.get-in-touch-info-card h5, .get-in-touch-info-card p {
	    font-size: 14px;
	    line-height: 24px;
	}
	.get-in-touch-form {
	    margin: -60px 0px 0px 0px;
	    padding: 34px 20px;
	}
	.get-touch-form-wrap .form-control {
	    padding: 13px 12px;
	    height: 48px;
	    font-size: 14px;
	}
	.get-touch-form-wrap {
	    row-gap: 23px;
	}
	.get-touch-form-wrap textarea.form-control {
	    height: 131px;
	}
	.footer {
	    padding-top: 60px;
	}
	.section.bottom-footer-section {
	    padding-bottom: 45px;
	    background-size: 100%;
	    background-color: #000;
	    background-position: bottom center;
	    padding-top: 25px;
	}
	.footer-wrap {
	    margin: 0;
	}
	.footer-col3 {
	    width: 100% !important;
	    padding: 0 0 20px !important;
	}
	.footer-col3:last-child {
	    padding-bottom: 0 !important;
	}
	.footer-info {
	    text-align: center;
	}
	.footer-about {
	    max-width: 410px;
	    margin: 0 auto 20px;
	}
	.footer-logo {
	    margin-bottom: 20px;
	    max-width: 290px;
	    margin: 0 auto 15px;
	}
	.footer-social.social-icon ul {
	    justify-content: center;
	}
	.footer-info h4 {
	    margin-bottom: 10px;
	    position: relative;
	    padding: 10px;
	    background: #1c1c1c;
	}
	.footer-col3:nth-child(4) {
	    margin-top: 0;
	}
	.footer-info.footer-address ul {
	    max-width: 100%;
	    text-align: left;
	    margin: 20px auto 0;
	    display: flex;
	    flex-wrap: wrap;
	}
	.footer-info.footer-address ul li {
	    width: 33.33%;
		display: block;
		text-align: center;
		padding: 0 15px;
	}
	.footer-address-icon {
	    margin: 0 auto 15px;
	}
	.footer-address-info {
	    width: 100%;
	}
	.footer-address-info p a {
	    display: block;
	}
	.footer-address-info p span{
	    display: none;
	}
	.inner-banner .heading-slider h2 {
	    font-size: 35px;
	}
	.home-banner-section.inner-banner {
	    height: 220px;
	}
	.about-us-info {
	    margin-bottom: 45px;
	}
	.insight-section .about-img-item {
	    width: 100%;
	    height: auto;
	}
	.insight-section .about-img-item {
	    position: relative;
	}
	.insight-section .about-img-wrap::after {
	    top: 36px;
	    width: auto;
	    height: auto;
	    left: 0;
	    bottom: 30px;
	    right: -10px;
	}
	li {
	    font-size: 14px;
	    line-height: 23px;
	}
	.insight-section  .about-left-col {
	    padding-right: 0;
	}
	.insight-section.about-section::before {
	    width: 162px;
	    height: 260px;
	    top: auto !important;
		bottom: 0;
	}
	.insight-section.about-section::after {
	    width: 200px;
	    bottom: auto;
	    top: 0;
	}
	.section.about-section.insight-section {
	    padding-bottom: 30px;
	}
	.section.about-section.qulity-poilcy-section {
	    padding: 50px 0px 50px 0px;
	}
	.qulity-poilcy-section .about-info {
	    padding-top: 30px;
	}
	h3 {
	    font-size: 22px;
	    line-height: 34px;
	}
	.qulity-poilcy-section .heading-border {
	    margin-bottom: 30px;
	}
	.qulity-poilcy-section .about-left-col {
	    width: 50%;
	}
	.qulity-poilcy-section .about-right-col {
	    width: 50%;
	}
	.qulity-poilcy-section .about-img-item {
	    width: 255px;
	    height: 205px;
	}
	.qulity-poilcy-section .about-img-item:first-child {
	    width: 255px;
	    height: 205px;
	}
	.qulity-poilcy-section .about-img-wrap::after {
	    height: 290px;
	    width: 260px;
	}
	.section.about-section.why-us-section {
	    padding: 50px 0px 80px;
	}
	.why-us-section .about-left-col {
	    width: 50%;
	}
	.why-us-section .about-img-item {
	    width: 100%;
	    height: 420px;
	}
	.why-us-section .about-img-wrap::after {
	    width: 100%;
	    height: 400px;
	    left: 20px;
	}
	.contact-us-wrapper {
	    padding: 20px 20px;
	    align-items: flex-start;
	}
	.contact-us-left {
	    padding: 20px 20px 40px 20px;
		z-index: 1;
	}
	.contact-social-info {
	    padding-right: 0;
	}
	.contact-us-details h3 {
	    margin-bottom: 15px;
	}
	.contact-us-left::after {
	    width: 104px;
	    height: 104px;
		z-index: -1;
	}
	.contact-us-left::before {
	    width: 64px;
	    height: 64px;
	    bottom: 47px;
	    right: 21px;
	    z-index: -1;
	}
	.contact-social-info p a {
	    font-size: 14px;
	    line-height: 23px;
	}
	.contact-us-details ul li {
	    column-gap: 10px;
	    margin-bottom: 18px;
	}
	.contact-form-col label {
	    font-size: 14px;
	}
	.contact-form-wrapper .form-control {
	    height: 40px;
	    margin: 7px 0px 11px;
	}
	.contact-form-wrapper textarea.form-control {
	    height: 92px;
	}
	.send-btn .btn-black {
	    width: 145px;
	    font-size: 14px;
	    line-height: 23px;
	}
	.location-map {
	    height: 350px;
	}
	.section.machine-screws-section {
	    padding: 45px 0px 70px;
	}
	.padding-top {
	    padding-top: 50px;
	}

	.default-page-css h1 {
	    font-size: 30px;
	}
	.default-page-css h2 {
	    font-size: 28px;
	}
	.section.page-not-found-section {
	    padding-bottom: 70px;
	}
	body .wpcf7 form .wpcf7-response-output {
	    font-size: 14px;
	}
}

@media only screen and (device-width : 812px) and (device-height : 375px) and (-webkit-device-pixel-ratio : 3) {}

@media (max-width:767px) {

	h1 {
		line-height: 39px;
        font-size: 30px;
	}
	.banner-content h1 {
		line-height: 39px;
        font-size: 30px;
	}
	.home-banner-section {
		height: 306px;
	}

	.header-top-wrap {
    	justify-content: center;
	}
	.header-top-right {
    	display: none;
	}
	.logo-icon {
	    width: 40px;
	}
	.logo-icon + img {
    	width: 290px;
	}
	.menu-bar{
		top: 70px;
	}
	.about-left-col {
	    width: 100%;
	    padding: 0;
	}
	.about-left-col .heading.heading-border {
		max-width: 330px;
		margin: 0 auto;
		text-align: center;
	}
	.about-info {
		text-align: center;
	}
	.heading.heading-border h2::after, .heading.heading-border h3::after {
	    right: 0;
	    margin: 0 auto;
	}
	.about-right-col {
	    width: 100%;
	    margin-top: 40px;
	}
	.about-img-item {
	    width: 54%;
	    height: 357px;
	}
	.about-img-wrap {
    	padding-bottom: 100px;
		padding-right: 0px;
	}
	.about-img-item:last-child {
	    top: auto;
	    left: 0;
	    bottom: 0;
	}
	.about-img-wrap::before {
		width: 203px;
		top: -25px;
		left: 40px;
	}
	.about-img-wrap::after {
	    top: 65px;
	    right: -8px;
	    width: 50%;
	    height: 300px;
	}
	.col-4 {
	    width: 50%;
	}
	.section.product-section .heading h2 {
	    padding: 0px 20px;
	}
	.product-section::before {
		width: 182px;
	}
	.product-section::after{
		display: none;
	}
	.section {
		padding: 45px 0px;
	}
	.get-in-touch-contact-holder {
	    margin-top: 9px;
	    padding: 14px;
	}
	.home-banner-section.inner-banner {
	    height: 190px;
	}
	.copy-rlt-row {
	    column-gap: 15px;
	}
	.copy-rlt-row p a img {
	    max-width: 100px;
	    margin-left: 5px;
	}
	.section.product-section {
	    padding-bottom: 45px;
	}
	.heading.heading-border.about-us-info h2::after {
	    left: 0;
	    transform: none;
	}
	.about-us-info {
	    margin-bottom: 25px;
	}
	.insight-section .about-info {
	    text-align: left;
	}
	.insight-section .about-img-wrap {
	    padding-bottom: 0;
	}
	.qulity-poilcy-section .about-info .heading.heading-border {
	    text-align: left;
	    margin-bottom: 20px;
	}
	.qulity-poilcy-section .about-info .heading.heading-border h3::after {
	    margin: 0;
	}
	.qulity-poilcy-section .about-left-col {
	    padding-right: 30px;
	}
	.qulity-poilcy-section .about-info {
	    padding-top: 0;
	}
	.qulity-poilcy-section .about-right-col {
	    margin: 0;
	}
	.qulity-poilcy-section .about-img-item:last-child {
	    margin-left: 61px;
	}
	.qulity-poilcy-section .about-img-wrap {
	    padding: 0;
	}
	.section.about-section.qulity-poilcy-section {
	    padding: 45px 0px 45px 0px;
	}
	.section.about-section.why-us-section {
	    padding: 45px 0px 60px;
	}
	.why-us-section .about-left-col {
	    padding-right: 50px;
	}
	.why-us-section .about-right-col .about-info {
	    text-align: left;
	}
	.why-us-section .heading.heading-border h2::after {
	    margin: 0;
	}
	.insight-section .about-info .heading.heading-border h2::after {
	    margin: 0;
	}
	.qulity-poilcy-section .about-img-item {
	    width: 205px;
	    height: 175px;
	}
	.qulity-poilcy-section .about-img-item:first-child {
	    width: 205px;
	    height: 175px;
	}
	.qulity-poilcy-section .about-img-item:last-child {
	    margin-left: auto;
	}
	.qulity-poilcy-section .about-img-wrap::after {
	    height: 260px;
	    width: 220px;
	}
	.insight-section .about-right-col {
	    margin: 0;
	}
	.contact-us-section {
	    padding: 45px 0px 45px 0px;
	}
	.location-map {
	    height: 280px;
	}
	table td, table th {
	    font-size: 13px;
	}
	.padding-top {
	    padding-top: 40px;
	}
	.error-content {
	    padding: 30px;
	}
	.error-content h2 br{
		display: none;
	}
	.error-content p {
	    margin: 0 0 20px;
	}

}

@media (max-width:575px) {

	h1 {
		line-height: 36px;
		font-size: 27px;
	}
	.banner-content h1 {
		line-height: 36px;
		font-size: 27px;
		max-width: 294px;
	}
	h2 {
	    font-size: 22px;
	    line-height: 30px;
	}
	.header-top ul {
	    flex-direction: column;
	}
	.logo-icon {
		flex-shrink: 0;
		width: 30px;
	}
	.logo-icon + img {
		width: 190px;
	}
	.menu-bar {
		top: 90px;
		right: 23px;
	}
	.home-banner-section {
	    height: auto;
	}
	.slider-content-absolute {
	    padding-right: 0px;
	    height: auto !important;
	    left: 0;
	    bottom: 40px;
	    top: auto;
	}
	.banner-content h1 {
	    margin: 0 auto;
	}
	.about-section::before {
		width: 262px;
	}
	.about-section::after{
		display: none;
	}
	.section.about-section {
	    padding-bottom: 45px;
	}
	.about-img-wrap::before{
		display: none;
	}
	.about-img-wrap::after {
		top: 54px;
		right: -9px;
		width: 187px;
		height: 218px;
	}
	.about-img-item {
		width: 232px;
		height: 258px;
	}
	.col-4 {
		width: 100%;
	}
	.get-in-touch-icon-card {
		width: 30px;
		height: 30px;
	}
	.get-in-touch-icon-card i {
	    font-size: 16px;
	}
	.get-in-touch-left-info .heading p {
		padding-right: 0px;
	}
	.get-in-touch-info-card {
	    width: calc(100% - 30px - 20px);
	}
	.get-in-touch-info-card h5, .get-in-touch-info-card p {
	    font-size: 16px;
	}
	.get-in-touch-contact-holder {
	    padding: 16px;
	}
	.get-in-touch-contact-item {
	    column-gap: 14px;
	}
	.get-in-touch-form {
	    padding: 34px 20px;
	    margin: 0;
		border-radius: 10px;
	}
	.half-group {
	    width: 100%;
	}
	.get-touch-form-wrap .form-control {
	    padding: 9px 11px;
	}
	.get-in-touch-info-card h5 {
	    width: 50px;
	}
	.footer-col3 {
		width: 100%;
	}

	.footer-col3:nth-child(2), .footer-col3:nth-child(3) {
		width: 100%;
	}
	.footer-col3:nth-child(4) {
		width: 100%;
		margin-top: 0px;
	}
	.footer-info h4 {
	    margin-bottom: 16px;
	}
	.home-banner-bg .desktop-slide1 {
	    display: none;
	}
	.home-banner-bg .mobile-slide1 {
	    display: block;
	}
	.get-in-touch-left-col {
	    width: 100%;
	}
	.get-in-touch-right-col {
	    width: 100%;
	}
	.footer-info.footer-address ul li {
	    width: 100%;
	}
	.copy-rlt-row {
	    justify-content: center;
	}
	.get-in-touch-left-info {
	    text-align: center;
	}
	.get-in-touch-contact-holder {
	    display: none;
	}
	.get-in-touch-left-info .heading {
	    margin: 0 0 20px;
	}
	.footer {
	    padding-top: 40px;
	}
	.product-page .slider-content-absolute {
	    left: 0;
	    padding: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    text-align: center;
	    bottom: auto;
	}
	.inner-banner .heading-slider h2 {
	    margin: 0;
	    text-align: center;
	}
	.copy-rlt-row p br {
	    display: block;
	}
	.copy-rlt-row {
	    justify-content: center;
	}
	.insight-section .about-left-col {
	    width: 100%;
	}
	.insight-section .about-img-wrap::after {
	    top: 0;
	    width: auto;
	    height: auto;
	    left: 0;
	    bottom: 0;
	    right: 0;
	}
	.insight-section .about-img-wrap {
	    padding: 10px;
	}
	.insight-section .about-right-col {
	    width: 100%;
	    margin-top: 30px;
	}
	.qulity-poilcy-section .about-left-col {
	    width: 100%;
	    padding: 0;
	}
	.qulity-poilcy-section .about-right-col {
	    margin: 0 0 30px;
	    width: 100%;
	}
	.qulity-poilcy-section .about-info .heading.heading-border {
	    text-align: center;
	    max-width: 100%;
	}
	.qulity-poilcy-section .about-info .heading.heading-border h3::after {
	    margin: 0 auto;
	}
	.qulity-poilcy-section .about-img-item:last-child {
	    margin-left: auto;
	}
	.why-us-section .about-left-col {
	    padding-right: 10px;
	    width: 100%;
	}
	.why-us-section .about-img-item:last-child {
	    top: auto;
	    position: relative;
	}
	.why-us-section .about-img-wrap {
	    padding: 0;
	}
	.why-us-section .about-img-wrap::after {
	    width: 100%;
	    height: auto;
	    left: 10px;
	    top: 30px;
	}
	.why-us-section .about-img-item:last-child {
	    height: auto;
	}
	.why-us-section .about-right-col {
	    width: 100%;
	}
	.why-us-section .about-right-col .about-info {
	    text-align: center;
	}
	.why-us-section .heading.heading-border h2::after {
	    margin: 0 auto;
	}
	.section.about-section.why-us-section {
	    padding: 45px 0px 45px;
	}
	.insight-section .about-right-col .about-info .heading.heading-border {
	    display: none;
	}
	.why-us-section .about-right-col .about-info .heading.heading-border {
	    display: none;
	}
	.mobile-heading-insight-show {
	    display: block;
	}
	.qulity-poilcy-section .about-wrap {
	    flex-direction: column-reverse;
	}
	.about-first-section .about-right-col {
	    display: none;
	}
	.about-first-section .about-img-wrap.about-mobile-desktop-hide {
	    display: flex;
	    margin: 0 0 30px;
	}
	.contact-us-left {
	    width: 100%;
		margin: 0;
	}
	.contact-us-right {
	    width: 100%;
	    padding-left: 0;
		margin-bottom: 25px;
	}
	.contact-us-wrapper {
	    flex-direction: column-reverse;
	}
	.machine-screws-section .heading.heading-border h2 {
	    text-align: center;
	}
	.machine-screws-wrap table td, .machine-screws-wrap table th {
	    /* display: block;
	    width: 100%;
	    line-height: normal;
	    height: auto; */
	}
	.machine-screws-wrap table tbody > tr {
		/* display: block;
		margin: 0 0 15px; */
	}
	.machine-screws-wrap {
	    overflow-x: scroll;
	    border-right: 1px #bababa solid;
	}
	.padding-top {
	    padding-top: 15px;
	}
	.section.machine-screws-section {
	    padding: 45px 0px 30px;
	}

	table table {
	    font-size: .8em;
	    margin: 0;
	}

    table table td,table table th {
        padding: 7px;
        line-height: 1.3
    }

    table table th {
        font-weight: 400
    }
	.product-info-card h5 {
	    font-size: 18px;
	}
	.section.page-not-found-section {
	    padding-bottom: 45px;
	}
	.home-product-section .product-img-card img {
	    width: 100%;
	    height: auto;
	}
	.about-first-section .about-right-col.img-block {
    display: block;
    }
}
