/*General*/
@media only screen and (min-width: 768px) {
	.hide-on-desktop {
		display: none!important; 
	}
}
@media only screen and (max-width: 767.98px) {
	.hide-on-mobile {
		display: none!important;
	}
	
}
/*-------General Introduction Super Dry Desiccants------------*/
/*Main section*/
.site-main .general-desiccants {
	margin-top: 50px;
}
.general-desiccants {
    margin-top: 50px;
    padding-top: 38px;
    max-width: 1440px;
    position: relative;
    overflow: hidden;
}
.main-section {
    max-width: 1440px;
}
.general-desiccants .main-section .section-wrapper {
	display: flex;
	justify-content: space-between;
	column-gap: 8%;
	margin-left: 10%;
}
.main-section .parent-title img {
	position: absolute;
    width: 48px !important;
    height: 67px !important;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
}
.main-section .parent-title h2 {
	font-size: 19px;
    line-height: 23px;
	color: #2957A4;
	padding-left: 23px;
}
.main-section .page-title {
    margin-top: 35px;
}
.page-title h1 {
	font-size: 40px;
	line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 565px;
}
.main-section .page-title h1 {
    color: #000;
}
.page-content {
	font-size: 16px;
    line-height: 28px;
}
.main-section .page-content p {
	margin-bottom: 28px;
    text-align: justify;
}
.main-section .main-img img {
	max-width: calc(100% - 25px);
}
.general-desiccants .main-section .page-content {
	max-width: 677px;
	margin-top: 61px;
}
.general-desiccants .left-section {
	max-width: 677px;
}
.general-desiccants .right-section {
	margin-top: 39px;
	min-width: 39%;
}
.general-desiccants .main-img.hide-on-mobile {
	position: relative;
    aspect-ratio: 505/689;
}
.general-desiccants .main-img.hide-on-mobile img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}
@media only screen and (min-width: 1441px) {
	.general-desiccants .main-section {
	    max-width: 1440px;
	    margin: 0 auto;
	}
}
@media only screen and (max-width: 1024px) {  
	.general-desiccants .main-section .section-wrapper {
		margin-left: 25px;
	}
}
@media only screen and (max-width: 991px) { 
	.page-template-general-intro-superdry-desiccants main#main {
		padding-top: 0;
	}

	.site-main .general-desiccants {
		margin-top: 0;
	} 
		.general-desiccants .page-title h1 {
		max-width: 100%;
	}
	.general-desiccants .main-section .page-content {
		margin-top: 32px;
    	max-width: 100%;
	}
	.general-desiccants .main-section .page-content p {
		margin-bottom: 25px;
		letter-spacing: 0.3px;
	}
	.general-desiccants .main-section .section-wrapper {
		margin-left: 0; 
	}
	.general-desiccants .left-section {
		max-width: 100%;
	}
	.general-desiccants .right-section {
		display: none;
	}
	.general-desiccants .main-section .left-section .main-img {
		margin: 30px 0 0 25px;
    	width: 100%;
		display: block!important;
	}
	.general-desiccants .main-section .main-img img {
    	width: 100%;
	}
	.general-desiccants .main-section .left-section > div:not(.main-img) {
		margin-left: 25px;
    	margin-right: 25px;
    	position: relative;
	}
}
@media only screen and (max-width: 767.98px) {
	.main-section {
		flex-direction: column;
    	margin-left: 0;
	}
	.main-section .parent-title > div {
		position: absolute;
	    height: 100%;
	}
	.main-section .page-title {
	    margin-top: 26px;
	}
	.main-section .parent-title h2 {
		padding-left: 19px;
	}
	.main-section .page-content p {
		margin-bottom: 25px;
		letter-spacing: 0.3px;
		text-align: justify;
	}
	.main-section .left-section > div:not(.main-img) {
		margin-left: 25px;
    	margin-right: 25px;
	}
	.page-title h1 {
		font-size: 30px;
		line-height: 36px;
	}
	.page-content {
		font-size: 15px;
	    line-height: 25px;
	}
	
}

/*Gallery section*/
.gallery-section {
	margin: 140px auto 0;
    position: relative;
    max-width: 1440px;
}
.general-desiccants .gallery-section:before {
	content: '';
    position: absolute;
    width: 76.306%;
    height: 29%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    top: -22.5%;
    right: 33%;
}
.gallery-section .section-wrapper {
	display: flex;
    flex-direction: column;
    position: relative;
}
.gallery-section .text {
   	padding: 65px 130px 75px;
    width: 74%;
    margin-left: auto;
    letter-spacing: 0.1px;
    z-index: 1;
}
.gallery-section .text p { 
	font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 21px;
    max-width: 813px;
}
.gallery-section .gallery-wrapper {
	margin-top: -61px;
	margin-right: 25px;
	z-index: 0;
    max-width: 1275px;
    max-width: 88.542%;
    aspect-ratio: 1275/526;
}
.gallery-section .gallery-wrapper .slider {
	padding: 0;
	position: relative;
	display: flex;
	transition: 0.5s;
	flex-direction: column;
}
.gallery-section .owl-carousel .owl-nav {
	position: absolute;
    right: 50px;
    bottom: 20px;
    display: flex;
}
.gallery-section .owl-carousel .owl-nav button {
	background-color: #fff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
}
.gallery-section .gallery-wrapper .item {
	min-height: 150px;
    padding-left: 0;
    list-style: none;
}
.gallery-section .gallery-wrapper .item:before {
	display: none;
}
.gallery-section .gallery-wrapper .slider img {
    object-fit: cover;
    aspect-ratio: 1275/526;
}
@media only screen and (max-width: 991px) {
	.gallery-section .text {
		padding: 89px 50px 68px;
	}
}
@media only screen and (max-width: 767.98px) {
	.gallery-section {
		margin-top: 104px;
	}
	.general-desiccants .gallery-section:before {
	    width: 87.306%;
	    min-width: 337px;
	    min-height: 125px;
	    top: -23%;
	    right: 41%;
	}
	.gallery-section .text {
		padding: 69px 25px;
		min-width: 350px;
	}
	.gallery-section .text p { 
		font-size: 18px;
	    line-height: 30px;
	}
	.gallery-section .gallery-wrapper {
		margin-top: -26px;
		max-width: 100%;
	}
	.gallery-section .gallery-wrapper .slider,
	.gallery-section .owl-carousel .owl-item,
	.gallery-section .gallery-wrapper .slider img {
		height: 38.5vw;
	}
	.general-desiccants .gallery-section .gallery-wrapper .slider,
	.general-desiccants .gallery-section .owl-carousel .owl-item,
	.general-desiccants .gallery-section .gallery-wrapper .slider img {
		height: auto;
		max-height: 38.504vw;
		max-width: calc(100vw - 25px);
	}
	.gallery-section .owl-carousel .owl-nav {
		display: none;
	}
	.gallery-section .owl-carousel .owl-dots {
		display: none;
	}
}
@media only screen and (max-width: 375px) { 
	.gallery-section .text {
	    width: calc(100% - 25px);
	    min-width: unset;
    	margin-left: 25px;
	}
}

/*Bottom section*/
.bottom-section {
    margin: 144px 25px 0;
    padding-bottom: 256px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.bottom-section:not(:last-child) {
	padding-bottom: 0;
}
.bottom-section-item {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.bottom-section-item + .bottom-section-item {
	margin-top: 100px;
}
.general-desiccants:before {
	content: '';
    position: absolute;
    width: 68.4%;
    height: 5.1%;
    max-height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    bottom: 33px;
    right: -16%;
}
.bottom-section .title {
	font-size: 40px;
	line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    justify-content: center;
    letter-spacing: 0;
}
.bottom-section .image-wrapper {
	max-width: 923px;
}
.bottom-section  .img.hide-on-mobile {
	margin-top: 83px;
}
.bottom-section .img img {
	max-width: 100%;
	box-shadow: -1px 15px 14px -15px #c8c8c870;
} 
.bottom-section .content {
	margin-top: 52px;
    max-width: 923px;
}
.bottom-section .content .text {
	font-size: 16px;
    line-height: 28px;
	margin-bottom: 28px;
}
.bottom-section .content .text > * {
	font-family: 'Barlow';
}
.bottom-section .content .text ul {
    padding-left: 28px;
}
.bottom-section .content .text ul li {
	letter-spacing: 0.2px;
    text-align: justify;
}
.bottom-section .content .text p {
	margin-bottom: 28px;
}
.bottom-section.gallery-bottom {
	margin: 118px auto 0;
    max-width: 1440px; 
    display: block;
	position: relative;
}
.bottom-section.gallery-bottom .container {
	margin: 0;
    padding: 0 50px;
    max-width: unset;
}
.general-desiccants .bottom-section.gallery-bottom:before {
	display: none;
}
.bottom-section.gallery-bottom .bottom-section-item {
	display: block;
	margin-top: 100px;
    padding-bottom: 60px;
}
.bottom-section.gallery-bottom .section-wrapper {
	display: flex;
    flex-direction: column;
    position: relative;
	align-items: flex-end;
}
.bottom-section.gallery-bottom .gallery-wrapper {
	margin-right: 25px;
	z-index: 0;
    aspect-ratio: 690/429;
    max-width: 51.5%;
    width: 51.491%;
    margin-top: 0;
    position: absolute;
    bottom: -60px;
    left: 0;
}
.bottom-section.gallery-bottom .gallery-wrapper .slider img {
	aspect-ratio: 690/429;
	max-width: 100%;
}
.bottom-section.gallery-bottom .owl-carousel .owl-nav {
	right: 36px;
}
.bottom-section.gallery-bottom .content-wrapper {
	background-color: #D4F0D2;
    max-width: 67.5%;;
    min-height: 435px;
    padding: 83px 96px 55px 25%;
    display: flex;
    align-items: center;
}
.bottom-section.gallery-bottom .heading {
	font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.bottom-section.gallery-bottom .text {
	letter-spacing: 0.1px;
	padding: 0;
    width: 100%;
    margin-left: 0;
}
.bottom-section.gallery-bottom .text p {
	font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 28px;
}
.bottom-section.gallery-bottom .bottom-section-item + .bottom-section-item {
	margin-top: 117px;
}
.general-desiccants .gallery-bottom:before {
	content: '';
    position: absolute;
    width: 76.306%;
    height: 29%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    top: -22.5%;
    right: 33%;
}

.gallery-bottom .text p { 
	color: #000;
	font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 21px;
    max-width: 813px;
}
.gallery-bottom .gallery-wrapper .slider {
	padding: 0;
	position: relative;
	display: flex;
	transition: 0.5s;
	flex-direction: column;
}
.gallery-bottom .owl-carousel .owl-nav {
	position: absolute;
    right: 50px;
    bottom: 20px;
    display: flex;
}
.gallery-bottom .owl-carousel .owl-nav button {
	background-color: #fff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
}
.gallery-bottom .gallery-wrapper .item {
	min-height: 150px;
    padding-left: 0;
    list-style: none;
}
.gallery-bottom .gallery-wrapper .item:before {
	display: none;
}
@media only screen and (max-width: 1023px) {
	.bottom-section.gallery-bottom {
		margin: 76px 0 0;
	    padding-bottom: 111px;
	}
	.bottom-section.gallery-bottom .container {
		padding: 0;
	}
	.bottom-section.gallery-bottom .bottom-section-item {
	    margin-top: 62px;
	}
	.bottom-section.gallery-bottom .bottom-section-item + .bottom-section-item {
	    margin-top: 35px;
	}
	.bottom-section.gallery-bottom .gallery-wrapper {
	    max-width: 100%;
	    top: 0;
	}
	.bottom-section.gallery-bottom .content-wrapper {
	    max-width: 100%;
	    min-height: 470px;
	    margin-top: 87px;
	    padding: calc(58.1vw - 37px) 25px 25px;
	    margin-left: 25px;
	    align-items: unset;
	}
	.general-desiccants .bottom-section.gallery-bottom .gallery-wrapper .slider,
	.general-desiccants .bottom-section.gallery-bottom .owl-carousel .owl-item,
	.bottom-section.gallery-bottom .gallery-wrapper .slider img {
		max-height: 58.1vw;
		max-width: calc(100vw - 25px);
	    width: calc(100vw - 25px);
	}
}
@media only screen and (max-width: 768px) {
	.bottom-section {
		padding-bottom: 200px;
	}
	.bottom-section .content {
		margin-top: 19px;
	}
	.bottom-section.gallery-bottom .heading {
		font-size: 30px;
    	line-height: 36px;
        margin-bottom: 17px;
	}
}
@media only screen and (max-width: 767.98px) {
	.bottom-section {
		margin: 102px 25px 0;
	    padding-bottom: 142px;
	}
	.general-desiccants:before {
	    width: 100%;
	    bottom: 41px;
	    right: -39%;
	}
	.bottom-section .img.hide-on-desktop {
		margin-top: 43px;
	}
	.bottom-section .title {
		font-size: 30px;
    	line-height: 36px;
	}
	.bottom-section .content .text {
		font-size: 15px;
	    line-height: 25px;
	}
	.bottom-section .content .text ul {
		padding-left: 16px;
	}
	.bottom-section .content .text p {
		margin-bottom: 16px;
	}
	.bottom-section .img img {
		box-shadow: none;
	}
	.gallery-bottom .gallery-wrapper {
		margin-top: -26px;
		max-width: 100%;
	}
	.gallery-bottom .gallery-wrapper .slider,
	.gallery-bottom .owl-carousel .owl-item,
	.gallery-bottom .gallery-wrapper .slider img {
		height: auto;
	}
	.gallery-bottom .owl-carousel .owl-nav {
		display: none;
	}
	.gallery-bottom .owl-carousel .owl-dots {
		display: none;
	}
}
@media only screen and (max-width: 425px) {
	.bottom-section .title {
		justify-content: flex-start;
	}
	.bottom-section.gallery-bottom .title {
		padding: 0 25px;
	}
}
/*-------In-box Desiccants------------*/
/*Main section*/
.site-main .in-box-desiccants {
	margin-top: 88px;
}
.in-box-desiccants .main-section .section-wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	column-gap: 8%;
	margin-left: 10%;
}
.in-box-desiccants .main-section .page-title {
	margin-top: 32px;
}
.in-box-desiccants .page-title h1 {
    font-size: 47px;
    line-height: 56px;
}
.in-box-desiccants .main-section .page-content {
	max-width: 695px;
	margin-top: 64px;
}
.in-box-desiccants .right-section {
	width: 37.8%;
    min-width: 350px;
	overflow: hidden;
}
.in-box-desiccants .main-img-wrapper {
	position: relative;
	margin-top: 175px;
}
.in-box-desiccants .main-img {
	position: relative;
	padding-bottom: 111.1%;
}
.in-box-desiccants .main-img:after {
	content: '';
    background-blend-mode: normal;
    position: absolute;
    right: -27%;
	left: auto;
    bottom: -8%;
    width: 100%;
    height: 121%;
    z-index: -1;
}
.in-box-desiccants .main-img img {
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: inherit;
    padding-right: 17%;
}
@media only screen and (min-width: 1441px) {
	.in-box-desiccants .main-section {
		margin: 0 auto;
		margin-left: auto;
	}
}
@media only screen and (min-width: 1024px) {
	.site-main  .in-box-desiccants {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 991px) { 
	.in-box-desiccants .main-section .section-wrapper {
		margin: 0;
		flex-direction: column;
	}
	.in-box-desiccants .left-section .main-img-wrapper {
		margin: 0 0 0 25px;
	    display: block !important;
	}
	.in-box-desiccants .left-section .main-img {
		margin: 22.8% 0 19%;
	    width: 100%;
	    padding-bottom: 136%;
	}
	.in-box-desiccants .right-section .main-img-wrapper {
		display: none;
	}
	.in-box-desiccants .main-section .left-section > div:not(.main-img) {
		margin-left: 25px;
		margin-right: 25px;
	}
	.in-box-desiccants .main-section .page-content {
		margin-top: 67px;
		max-width: 100%;
	}
	.in-box-desiccants .main-img img {
		padding-right: 0;
	}
}
@media only screen and (max-width: 768px) { 
	.in-box-desiccants .main-section .left-section div.main-img-wrapper {
		margin: 0 75px;
	}
}
@media only screen and (max-width: 767.98px) {
	.in-box-desiccants .main-section .left-section div.main-img-wrapper {
		margin: 0 25px;
	}
	.site-main  .in-box-desiccants {
		margin-top: 22px;
	}
	.in-box-desiccants .main-section .page-title {
		margin-top: 34px;
	}
	.in-box-desiccants .page-title h1 {
		font-size: 30px;
    	line-height: 36px;
	}
	.in-box-desiccants .main-img:after {
		right: -30%;
	    bottom: -8%;
	    height: 120%;
	}
	.in-box-desiccants .main-img img {
		padding-right: 0;
	}	
}

/*Our product section*/
.our-product-section {
	margin: 0 auto;
	padding-top: 333px;
	padding-bottom: 204px;
    max-width: 1440px;
}
.in-box-desiccants .our-product-section:before {
	content: '';
    position: absolute;
    width: 41.306%;
    height: 17%;
    min-height: 16vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    top: -18.6%;
    right: 66%;
}
.in-box-desiccants .our-product-section:after {
	content: '';
    position: absolute;
    width: 68.5%;
    height: 14%;
    min-height: 16vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    bottom: 2.4%;
    right: -16.5%;
    z-index: -1;
}
.our-product-section .section-wrapper {
	text-align: center;
	margin: 0 25px;
}
.our-product-section .title {
	font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2957A4;
}
.our-product-section .description {
	font-size: 16px;
    line-height: 28px;
	margin-top: 25px;
}
.our-product-section .product-listing {
	display: grid;
    grid-template-columns: 31% 31% 31%;
    margin: 68px auto 0;
    margin-top: 68px;
    padding: 0;
    column-gap: 3.5%;    
    row-gap: 78px;
    max-width: 1148px;
    list-style: none;
}
.our-product-section .product-item {
    background-color: #fff;
    aspect-ratio: 357/393;
    padding-left: 0;
}
.our-product-section .product-item:before {
	display: none;
}
.product-item picture {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 8px #c8c8c880;
}
.product-item img {
	max-width: 100%;
    max-height: 100%;
    padding: 10px;
	width: max-content;
    height: max-content;
    object-fit: contain;
}
.product-item .product-title {
	background-color: #2957A4;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    min-height: 82px;
    font-family: 'Barlow';
    font-size: 19px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2957A4;
}
.product-item a:focus {
	color: #2957A4;
}
.our-product-section .button {
	margin: auto;
    margin-top: 82px;
    padding: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
    border: none !important;
}
.our-product-section .button a {
	color: #2957A4;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    position: relative;
    padding: 15px 60px 15px 30px;
    background-color: #fff;
    border: 1px solid #2957A4;
}
.our-product-section .button a:before,
.our-product-section .button a:after {
    right: 34px;
    top: 23px;
}
.our-product-section .button a:after {
    background: url(../svg/arrow-link-white.svg) no-repeat center;
}
.our-product-section .button a:hover {
	background-color: #2957A4 !important;
	border: 1px solid #2957A4; 
	color: #fff;
	-webkit-text-fill-color: #ffffff;
}
.our-product-section .button a:hover:before {
    background: url(../svg/arrow-link-white.svg) no-repeat center;
}
@media only screen and (max-width: 768px) {
	.our-product-section {
		padding-top: 227px;
		padding-bottom: 165px;
	}
}
@media only screen and (max-width: 767.98px) {
	.in-box-desiccants .our-product-section:before {
	    width: 92.306%;
    	height: 30%;
    	top: -37.8%;
    	right: 37%;
	}
	.in-box-desiccants .our-product-section:after {
	    width: 100%;
    	height: 9%;;
		bottom: 3.4%;
    	right: -41.5%;
	}
	.our-product-section .title {
		font-size: 30px;
		line-height: 36px;
	    text-align: left;
	}
	.our-product-section .product-listing {
		display: grid;
    	grid-template-columns: calc(50% - 4px) calc(50% - 4px);
    	column-gap: 8px;
    	row-gap: 33px;
    	margin-top: 64px;
	}
	.our-product-section .description {
		text-align: left;
		font-size: 15px;
    	line-height: 25px;
    	margin-top: 20px;
	}
	.our-product-section .product-item {
	    aspect-ratio: 158/174;
	}
	.our-product-section .button {
		margin-top: 70px;
	}
	.product-item .product-title {
		min-height: 36px;
		font-size: 15px;
    	line-height: 15px;
	}
	.in-box-desiccants .product-item picture {
		aspect-ratio: 158.5/174.55;
	}
}
@media: {
	.in-box-desiccants .product-item picture {
		aspect-ratio: 158.5/174.55;
	}
}
/*-------In-box Desiccants Product Catalogue------------*/
/*Main section*/
.site-main  .product-catalogue {
	margin: 0 25px;
	margin-top: 88px;
}
.product-catalogue .main-section {
	justify-content: center;
    margin: 0 auto;
}
.product-catalogue .page-title {
	margin-top: 36px;
}
.product-catalogue .page-title h1 {
	text-align: center;
	margin: auto;
	max-width: 540px;
	color: #2957A4;
}
@media only screen and (max-width: 1024px) {
	.site-main .product-catalogue {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 767.98px) {
	.product-catalogue .page-title h1 {
		text-align: left;
	}
	.site-main .product-catalogue {
		margin-top: 8px;
	}
	.product-catalogue .page-title {
		margin-top: 0;
	}
}
/*Product Catalogue table*/
.product-catalogue-table {
	font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 auto;
    margin-top: 60px;
    max-width: 1148px;
}
.product-catalogue-table table {
	min-width: 934px;
}
.product-catalogue-table tbody {
	border: 1px solid #d8d8d8;
}
.product-catalogue-table .table-heading {
	background-color: #2957A4;
    color: #fff;	
}
.product-catalogue-table tr:nth-child(odd):not(:first-child) {
	background-color: #00bbf5;
	background-color: #E5F8FE;
}
.product-catalogue-table th,
.product-catalogue-table td {
	text-align: center;
	border: none;
	min-width: 90px;
}
.product-catalogue-table td.img {
	/* display: flex; */
    flex-direction: column;
    align-items: center;
}
.product-catalogue-table td.img .product-title {
    width: 100%;
    display: block;
}
.product-catalogue-table th div,
.product-catalogue-table td div {
	text-align: left;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 0;
}
.product-catalogue-table th div {
	min-height: calc(82px - var(--global--spacing-unit));
    display: flex;
    align-items: center;
    font-family: 'Barlow';
   	line-height: 19px;
}
.product-catalogue-table tr:not(.table-heading) td:last-child {
    text-align: left;
	max-width: 270px;
}
.product-catalogue-table tr:not(.table-heading) td:last-child div {
    width: 100%;
}
.product-catalogue-table th:nth-child(2) div {
	/* width: min-content; */
}
.product-catalogue-table .product-img {
    max-height: 184px;
    max-width: 184px;
}
.product-catalogue-table .product-title {
    font-weight: 500;
    margin: 16px 0 6px;
    color: #000;
}
@media only screen and (max-width: 991px) {
	.product-catalogue-table table {
		min-width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	.product-catalogue-table * {
	    max-width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.product-catalogue-table {
    	overflow: scroll;
	}
	.product-catalogue-table table {
		min-width: 934px;
	}
	.product-catalogue-table th {
		font-size: 13px;
    	line-height: 16px;
	}
	.product-catalogue-table td {
    	font-size: 14px;
    	line-height: 21px;
	}
	.product-catalogue-table {
		overflow: scroll;
		margin-top: 43px;
		margin-right: -25px;
		padding-bottom: 29px;
	}
	.product-catalogue-table::-webkit-scrollbar {
		background-color: #DEDEDE;
		width: 0;
		height: 1px;
	}
	.product-catalogue-table::-webkit-scrollbar-thumb {
		background-color: #2957A4;
	}
}
@media only screen and (max-width: 767.98px) {
	.product-catalogue-table table {
	    width: 934px;
	}
	.product-catalogue-table th, 
	.product-catalogue-table td {
		padding-left: 38px;
    	padding-right: 0;
    	text-align: left;
	}
	.product-catalogue-table th:not(:first-child), .product-catalogue-table td:not(:first-child) {
		padding-left: 31px;
    	padding-right: 7px;
	}
	.product-catalogue-table th div {
		min-height: calc(57px - var(--global--spacing-unit));
		line-height: 16px;
	}
	.product-catalogue-table th div, 
	.product-catalogue-table td div {
	    margin: unset;
	}
	.product-catalogue-table .product-img {
		max-height: 24vw;
		padding-top: 2px;
	}
	.product-catalogue-table .product-title {
		margin-top: 10px;
    	margin-bottom: 4px;
	}
	
}
/*Product Catalogue form*/
.product-catalogue-form {
	display: flex;
    column-gap: 20px;
	margin: 143px auto 0;
	padding-bottom: 45px;
    max-width: 1148px;
}
.product-catalogue-form:before { 
	content: '';
    position: absolute;
    width: 87%;
	height: 37%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    bottom: 11.2%;
	right: 59%;
}
.product-catalogue-form .title {
	font-size: 47px;
    line-height: 56px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2957A4;
}
.product-catalogue-form .description {
	margin-top: 63px;
    max-width: 454px;
	font-size: 16px;
    line-height: 28px;
} 
.product-catalogue-form .left-section,
.product-catalogue-form .right-section {
	width: 50%;
}
.product-catalogue-form .right-section {
	margin-top: 2px;
}
.product-catalogue-form form > p {
	display: flex;
    flex-wrap: wrap;
    gap: 25px;
    row-gap: 24px;
}
.product-catalogue-form form > p > br {
	display: none;
}
.product-catalogue-form span.wpcf7-form-control-wrap {
	width: calc(50% - 12.5px);
}
.product-catalogue-form span.wpcf7-form-control-wrap[data-name="YourMessage"] {
	width: 100%;
}
.product-catalogue-form .right-section input,
.product-catalogue-form .right-section textarea {
	border: 0.5px solid #A4A4A4;
	font-size: 15px;
    line-height: 28px;
    font-family: 'Barlow';
}
.product-catalogue-form .right-section input {
	height: 46px;
}
.product-catalogue-form .right-section input::placeholder,
.product-catalogue-form .right-section textarea::placeholder {
	font-size: 15px;
    line-height: 28px;
    font-family: 'Barlow';
    font-weight: 400;
    padding: 0;
}
.product-catalogue-form .right-section .submit {
	padding: 0;
}
.product-catalogue-form .right-section .submit-wrapper {
	display: flex;
    align-items: center;
    margin: 24px 0;
    position: relative;
    width: fit-content;
}
.product-catalogue-form .right-section .submit-wrapper:after,
.product-catalogue-form .right-section .submit-wrapper:before {
	content: '';
	background: url(../svg/arrow-link.svg) no-repeat center;
	background-size: cover;
    width: 12px;
    height: 10px;
    right: 76px;
    margin-left: 8px;
    position: absolute;
}
.product-catalogue-form .right-section .submit-wrapper:after {
	transform: translateX(-200%);
    opacity: 0;
}
.product-catalogue-form .right-section .submit-wrapper:hover:before {
	-webkit-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
}
.product-catalogue-form .right-section .submit-wrapper:hover::after {
	-webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.product-catalogue-form .right-section .submit-wrapper:hover:after,
.product-catalogue-form .right-section .submit-wrapper:hover:before {
	-webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
    transition: opacity .6s ease,-webkit-transform .6s ease;
    transition: transform .6s ease,opacity .6s ease;
    transition: transform .6s ease,opacity .6s ease,-webkit-transform .6s ease;
}
.product-catalogue-form .right-section .submit-wrapper .wpcf7-spinner {
	order: 3;
	margin-left: 50px;
}
.product-catalogue-form .right-section input[type=submit] {
    background-color: transparent!important;
    color: #2957A4!important;
    border: none;
}
@media only screen and (max-width: 768px) {
	.product-catalogue-form {
		flex-direction: column;
   		margin-top: 62px;
   	    padding-bottom: 125px;
	}
	.product-catalogue-form:before {
	    width: 116%;
		height: 12%;
		bottom: 3.5%;
		right: -41%;
	}
	.product-catalogue-form .title {
		font-size: 30px;
    	line-height: 36px;
	}
	.product-catalogue-form .description {
		margin-top: 35px;
	}
	.product-catalogue-form .left-section, 
	.product-catalogue-form .right-section {
		width: 100%;
	}
	.product-catalogue-form .right-section {
		margin-top: 16px;
	}
	.product-catalogue-form .right-section .submit-wrapper {
		margin-top: 18px;
	}
	.product-catalogue-form .right-section .submit-wrapper:after,
	.product-catalogue-form .right-section .submit-wrapper:before {
		background: url(../png/arr-mobile-x2.png) no-repeat center;
		top: 42%;
    	background-size: contain;
	}
}
@media only screen and (max-width: 767.98px) {
	.product-catalogue-form span.wpcf7-form-control-wrap {
		width: 100%;
		margin-top: 25px;
	}
	.product-catalogue-form span.wpcf7-form-control-wrap[data-name="FirstName"],
	.product-catalogue-form span.wpcf7-form-control-wrap[data-name="LastName"] {
		width: calc(50% - 4px);
	}
	.product-catalogue-form form > p {
		row-gap: 24px;
    	column-gap: 8px;
    	margin-bottom: 0;
	}
	.product-catalogue-form .description {
		margin-top: 29px;
		font-size: 15px;
		line-height: 25px;
	}
	.product-catalogue-form .right-section textarea {
		min-height: 223px;
	}
}
@media only screen and (max-width: 320px) {
	.product-catalogue-form span.wpcf7-form-control-wrap[data-name="FirstName"],
	.product-catalogue-form span.wpcf7-form-control-wrap[data-name="LastName"] {
		width: 100%;
	}
}
/*-------SD+ Pre- and After sales service------------*/
/*Main section*/
.page-template-pre-and-after-sales-service .site-main {
	max-width: 1920px;
	overflow: hidden;
}
.site-main  .sales-service {
    max-width: 1440px;
    margin: 0 auto;
   	margin-top: 88px;
}
.sales-service .main-section {
	display: flex;
	justify-content: space-between;
	column-gap: 8%;
	margin-left: 10%;
	margin-right: 25px;
}
.sales-service .main-section .page-title {
	margin-top: 34px;
}  
.sales-service .main-section .page-title h1 {
	color: #000;
}
.main-section .subtitle {
	font-size: 19px;
	font-weight: 700;
	line-height: 23px;
	text-transform: uppercase;
	margin-top: 7px;
}
.sales-service .page-content {
	max-width: 919px;
	margin-top: 39px;
}
@media only screen and (max-width: 1024px) {
	.site-main  .sales-service {
		margin-top: 40px;
	}
	.sales-service .main-section {
		margin: 0 25px;
	} 
}
@media only screen and (max-width: 768px) { 
	.site-main  .sales-service {
	   	margin-top: 22px;
	}
}
@media only screen and (max-width: 767.98px) {
	.section-inner {
		margin: 0 25px;
	}
	.sales-service .main-section {
		margin: 0;
	}
	.sales-service .page-content {
		margin-top: 25px;
		font-size: 16px;
    	line-height: 28px;
	}
	.sales-service .main-section .subtitle {
		margin-top: 9px;
	}
	.sales-service .main-section .page-content p {
		margin-bottom: 27px;
	}
}
/*Image with text section*/
.image-with-text-section {
	margin-top: 117px;
	padding-bottom: 194px;
	position: relative;
}
.image-with-text-section:before {
	content: '';
    position: absolute;
    width: 69.306%;
    height: 10%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    bottom: 2.9%;
	right: -23%;
}
.image-with-text-section .image-with-text-item:not(:first-child) {
	margin-top: 58px;
}
.image-with-text-section .image-with-text-item {
	display: flex;
	align-items: center;
	column-gap: 7.8%;
	padding-bottom: 120px;
}
.image-with-text-section .image-with-text-item:nth-child(even) {
	flex-direction: row-reverse;
}
.image-with-text-section .image-section {
	position: relative;
    width: 35%;
}
.image-with-text-section .image {
	position: relative;
    padding-bottom: 122%;
}
.image-with-text-section .image:after {
	content: '';
    background: #2957a4;
    background-blend-mode: normal;
    position: absolute;
    bottom: 0;
    right: 11%;
    width: 91%;
    height: 91%;
    z-index: -1;
}
.image-with-text-section .image-with-text-item:nth-child(even) .image:after {
	left: 11%;
}
.image-with-text-section .image img {
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: inherit;
   	padding-left: 10%;
   	bottom: 9%;
}
.image-with-text-section .image-with-text-item:nth-child(even) .image img {
    padding: 0 10% 0 0;
}
.image-with-text-section .color-bkg {
	background-color: #2957A4;
    height: 83%;
    width: 100%;
    margin-left: 0;
    position: absolute;
    z-index: -1;
}
.image-with-text-section .content-section {
	margin-top: 2.7%;
    margin-right: 25px;
}
.image-with-text-section .image-with-text-item:nth-child(even) .content-section {
	margin-left: 25px;
    margin-right: 0;
}
.image-with-text-section .content-section .heading {
	font-size: 30px;
	font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    color: #2957A4;
    position: relative;
}
.image-with-text-section .heading img {
	position: absolute;
    width: 89px !important;
    height: 125px !important;
    top: 0;
    left: -30px;
    transform: translateY(-50%);
}
.image-with-text-section .content-section .text {
	font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 59px;
    max-width: 660px;
}	
.image-with-text-section .content-section .text p {
	margin-bottom: 29px;
}
@media only screen and (max-width: 1024px) {
	.image-with-text-section .image-with-text-item {
			padding-bottom: 60px;
		}
}
@media only screen and (max-width: 991px) {
	.image-with-text-section .image-section {
		width: 50%;
	}
	.image-with-text-section .heading img {
		width: 75px !important;
		height: 110px !important;
		top: 0;
    	left: -19px;
	}
}
@media only screen and (max-width: 768px) {
	.image-with-text-section .content-section .heading {
		font-size: 25px;
    	line-height: 30px;
	}
	.image-with-text-section .content-section .text {
		font-size: 15px;
    	line-height: 25px;
    	margin-top: 50px;
	}
	.image-with-text-section .content-section .text p {
		margin-bottom: 25px;
	}
	.image-with-text-section .image-with-text-item {
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 767.98px) {
	.image-with-text-section {
		margin-top: 37px;
		padding-bottom: 150px;
	}
	.image-with-text-section .image-with-text-item,
	.image-with-text-section .image-with-text-item:nth-child(even) {
    	flex-direction: column;
	}
	.image-with-text-section .image-with-text-item {
		margin-top: 75px;
    	padding-bottom: 0;
	}
	.image-with-text-section .image-with-text-item:not(:first-child) {
		margin-top: 134px;
	}
	.image-with-text-section .image-section {
	    width: calc(100% - 25px);
		margin-right: 25px;
	}
	.image-with-text-section .image-with-text-item:nth-child(even) .image-section {
    	width: calc(100% - 25px);
		margin-left: 25px;
		margin-right: 0;
	}
	.image-with-text-section .image-with-text-item:nth-child(even) .image img {
	    padding: 0 10% 0 0;
	}
	.image-with-text-section .content-section,
	.image-with-text-section .image-with-text-item:nth-child(even) .content-section {
		margin: 87px 25px 0;
	}
	
	.image-with-text-section .content-section .heading {
		padding-left: 19px;
	}
	.image-with-text-section:before {
		width: 98.806%;
    	height: 2%;
    	bottom: 0.95%;
    	right: -28.3%;
	}
}
