@media screen and (max-width: 1350px) and (min-width: 1200px) {
	header#header .primaryMenu ul li a {
	    font-size: 14px;
	}

	header#header .primaryMenu ul {
	    gap: 20px;
	}

	header#header .headerCTA a.headerbtn {
	    padding: 12px 15px;
	}

	header#header .headerCTA p a {
	    font-size: 20px;
	}

	header#header .headerCTA p i {
	    font-size: 30px;
	}

	header#header .headerCTA p a span {
	    font-size: 11px;
	}
}

@media screen and (max-width: 767px) {
	.hero {
	    width: 100%;
	    border-radius: 0;
	    min-height: auto;
	    padding: 70px 0;
	}

	.hero .block h1 {
	    width: 100%;
	    font-size: 36px;
	    line-height: 45px;
	}

	.hero .block p {
	    font-size: 14px;
	    width: 95%;
	}
	
	.aboutsection {
	    text-align: center;
	    padding: 70px 0 0;
	}
	
	.aboutsection .block h2 {
	    font-size: 35px;
	    margin-bottom: 20px;
	    margin-top: 0;
	}
	
	.aboutsection .block p {
	    text-align-last: center;
	    font-size: 15px;
	    line-height: 28px;
	}
	
	.aboutsection ul li {
	    flex: 100%;
	}
	
	.aboutsection img {
	    margin: 50px auto 0;
	    width: 60%;
	}
	
	.requestquotesection .block p {
	    width: 100%;
	    font-size: 15px;
	    line-height: 27px;
	}
	
	.requestquotesection {
	    padding: 70px 0 50px;
	}
	
	.products {
	    padding: 70px 0;
	}
	
	.products .title h2 {
	    font-size: 35px;
	}
	
	.products .title p {
	    font-size: 14px;
	    line-height: 22px;
	}
	
	.customized img {
	    margin-bottom: 50px;
	}
	
	.customized .block h2 {
	    font-size: 26px;
	}
	
	.customized .block p {
	    font-size: 16px;
	}
	
	.customized {
	    padding-bottom: 0;
	    text-align: center;
	}
	
	.customized .block a {
	    margin: 0 auto;
	}
	
	.customized .block ul {
	    text-align: left;
	}
	
	.clients .block p {
	    width: 100%;
	    font-size: 14px;
	    line-height: 22px;
	}
	
	.clients ul li {
	    width: 28%;
	}
	
	.clients ul li img {
	    width: 100%;
	}
	
	footer.mainfooter p.ftmaintext {
	    width: 100%;
	    font-size: 20px;
	    line-height: 28px;
	}
	
	footer.mainfooter {
	    text-align: center;
	}
	
	footer.mainfooter .ftmenu h3 {
	    width: 100%;
	}
	
	footer.mainfooter .ftmenu ul {
	    display: block;
	}
	
	footer.mainfooter .ftmenu ul li {
	    margin: 15px 0;
	}
	
	footer.mainfooter .ftcontact .item {
	    flex-direction: column;
	    align-items: center;
	    margin-top: 50px;
	}
	
	footer.mainfooter .ftcontact .item p {
	    width: 300px;
	}
	
	.copyrights .block {
	    display: block;
	    text-align: center;
	}
	
	.copyrights ul {
	    justify-content: center;
	    margin-bottom: 20px;
	}

	.productListing ul {
	    display: flex;
	    gap: 10px;
	}

	.productListing ul li {
	    width: 47%;
	    margin: 0 auto;
	}

	.productListing ul li a {
	    font-size: 14px;
	    line-height: 22px;
	}

	.productListing {
	    padding: 50px 0;
	}

	.productSingle {
	    padding: 50px 0;
	}

	.productSingle .block .details {
	    margin: 50px 0 0;
	    text-align: c;
	}

	#pageheader {
	    padding: 40px 0;
	    height: 100px;
	}

	#pageheader h1 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 31px;
	}

	.productsArchive .block img {
	    width: 80%;
	    margin: 0 auto 30px;
	    display: block;
	}

	.productsArchive {
	    padding: 50px 0;
	    text-align: center;
	}

	.productsArchive .block .details a {
	    margin: 0 auto 50px;
	}

	.productsArchive .row.mb-4 {
	    margin-bottom: 0 !important;
	}

	.about-sec-1 .block {
	    text-align: center;
	}

	.about-sec-1 .block h2 {
	    font-size: 32px;
	}

	.about-sec-1 .block p {
	    text-align-last: center;
	    font-size: 15px;
	    padding: 0 10px;
	    line-height: 26px;
	}

	.about-sec-1 img {
	    padding: 0;
	    margin: 40px 0 0;
	}

	.about-sec-1 {
	    padding: 50px 0;
	}

	.about-sec-2 {
	    text-align: center;
	}

	.about-sec-2 ul {
	    padding: 0 20px;
	}

	.about-sec-2 ul li {
	    list-style: none;
	    font-size: 14px;
	    line-height: 22px;
	    margin: 15px 0;
	    position: relative;
	    padding: 15px 0 0;
	}

	.about-sec-2 .msblock:last-child {}

	.about-sec-2 .block.mb-4 {
	    margin-top: 40px;
	}

	.about-sec-2 .block.mb-4 ul {
	    margin-bottom: 50px !important;!i;!;
	}

	.about-sec-2 ul li::before {content: "";width: 20px;height: 1px;background: #000;position: absolute;top: 0;left: 0;right: 0;margin: 0 auto;}

	.products .slick-next {
	    right: 43%;
	    top: auto;
	    bottom: -65px;
	}

	.products .slick-prev {
	    left: 43%;
	    top: auto;
	    bottom: -65px;
	}

	.customized .block {
		padding-left: 0;
	}

	.breadcrumbsNav {
	    display: none;
	}

	header#header .primaryMenu {
	    display: none;
	    position: absolute;
	    top: 60px;
	    z-index: 99999;
	    background: #344a94;
	    flex: auto;
	    width: 100%;
	    left: 0;
	}

	header#header .headerCTA {
	    display: none;
	}

	header#header .mobileMenu {
	    display: block;
	    flex: 0 1 30%;
	    text-align: right;
	}

	header#header .block {
	    justify-content: space-between;
	}

	header#header .primaryLogo {
	    flex: 0 1 50%;
	}

	header#header .mobileMenu a {
	    width: 35px;
	    height: 35px;
	    background: #304996;
	    color: #fff;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin-left: auto;
	    border-radius: 50px;
	}

	header#header .mobileprimaryMenu ul {
	    display: block;
	    width: 100%;
	    text-align: center;
	    padding: 12px 0;
	}
	
	header#header .mobileprimaryMenu ul li a {
	    color: #fff;
	    font-size: 13px;
	}
	
	header#header .mobileprimaryMenu ul li {
	    padding: 10px 0;
	    border-bottom: 1px solid #ddd;
	}

	header#header .mobileprimaryMenu ul li:last-child {
		border-bottom: none;
	}

	.mobileprimaryMenu {
	    width: 100%;
	    position: absolute;
	    top: 65px;
	    background: #344a94;
	    z-index: 99999;
	    left: 0;
	}
	
	.mobileprimaryMenu li.servicesmenumobile {
	    background: #223574;
	}

	.contactpg {
	    padding: 50px 0;
	}

	.contactpg h2 {
	    font-size: 35px;
	}

	.contactpg p {
	    font-size: 14px;
	    line-height: 20px;
	}

	.contactpg form .col-md-6:first-child {
	    margin-bottom: 15px;
	}

	.contactpg .contactitem {
	    margin: 30px 0;
	}
}