.cement {
    margin-bottom: 185px;
}

.cement:last-child {
    margin-bottom: 0px;
}

.cement h3 {
    margin-bottom: 45px;
}

.cement-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 126px 34px;
    margin-right: 34px;
	width: 100%;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-section .product-right .white-bg-box ul li a {
/*     color: #1B1B1B; */
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    transition: all linear .3s;
    padding-bottom: 9px;
    border-color: #ED701D;
}

.product-image {
    position: relative;
}

.product-image .product-info a {
    color: #FFF;
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34.56px;
}

.product-image .product-info {
    position: absolute;
    left: 0px;
    bottom: 28px;
    z-index: 1;
}

.product-image:before {
    content: "";
    position: absolute;
    width: 118px;
    height: 127px;
    left: -2px;
    bottom: -2px;
    background-color: #1B1B1B;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}


.product-section .product-right .white-bg-box {
    background-color: rgba(39, 39, 39, 0.8);
    width: 424px;
    padding: 53px 20px 39px 53px;
    margin-top: -72px; 
    right: auto !important;
    z-index: 1; 
}
.product-section .product-right .white-bg-box.fixed { 
    position: fixed;
    top: 0;
    margin-top: 88px;
}
.product-section .product-right .white-bg-box ul {
    padding-left: 23px;
}

.product-section .product-right .white-bg-box ul li {
    padding-bottom: 32px;
}

.product-right {
    margin-right: -3px;
    position: sticky;
}

.product-section .product-right .white-bg-box a:hover {
    color: #ED701D;
   /* border-bottom: solid 1px;*/
}

.product-menu h3,
.products-categories h3 {
    color: #ED701D;
    margin-bottom: 26px;
}

.product-left {
    width: calc(100% - 420px);
    float: left;
}

section.industries-experiance .industries-left {
	max-width: 100%;
	min-width: 71%;
	padding: 0px 50px;
	
}

section.industries-experiance .industries-left p {
	max-width: 98%;
	color: #747474;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 18px;
}

section.industries-experiance .industries-left ul {
	list-style: disc;
	color: #747474;
	font-size: 22px;
	
	margin: 10px 30px;
}
section.industries-experiance .industries-left ul li {line-height: 30px;}

@media (min-width: 1441px){

    .product-section .container{
        max-width: 100%;
        padding: 0 62px;
    }

}

@media (max-width:1440px){

    .product-section .product-right .white-bg-box ul li a{
        font-size: 18px;
    }

    .product-menu {
        margin-top: 50px;
    }

}


@media (max-width: 1366px) {

    .cement-inner {
        grid-gap: 100px 28px;
        margin-right: 28px;
    }

    .cement {
        margin-bottom: 140px;
    }

}

@media (max-width: 1280px) {

    .product-left {
        max-width: calc(100% - 350px);
    }

    .product-section .product-right .white-bg-box {
        width: 350px;
        margin-top: -66px;
        top: 115px !important;
    }

    .product-section .product-right .white-bg-box.fixed {
        margin-top: 0px;
    }

    .product-section .product-right .white-bg-box ul li {
        padding-bottom: 22px;
    }

    .cement {
        margin-bottom: 120px;
    }

    .product-section .product-right .white-bg-box ul li a{
        font-size: 16px;
    }

    .product-image .product-info {
        left: 20px;
        bottom: 15px;
    }

    .product-image:before {
        width: 100px;
        height: 90px;
    }

}


@media (max-width: 1024px) {

    .product-left {
        max-width: calc(100% - 303px);
    }

    .product-section .product-right .white-bg-box {
        width: 303px;
        margin-top: -66px;
        padding: 40px 20px 40px 30px;
    }
    
    .product-menu {
        margin-top: 40px;
    }
}



@media (max-width: 992px) {

    .product-section .row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .product-left {
        max-width: 100%;
    }

    .product-left,
    .product-right {
        width: 100%
    }

    .product-section .product-right .white-bg-box {
        width: 100%;
        margin: 80px 0px 80px;
        position: static !important;
    }

    .cement-inner {
        grid-gap: 60px 28px;
        margin-right: 0px;
    }

    .cement {
        margin-bottom: 100px;
    }

    .product-menu {
        margin-top: 30px;
    }
	
	
section.industries-experiance .industries-left {
	min-width: 100%;
	padding: 0px;
	
}

}


@media (max-width: 767px) {
	.custom-popup-wrapper .close-btn {top: 52px !important;}

	section.industries-experiance .industries-left { width: 100%;}
	
	.cement-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .cement {
        margin-bottom: 80px;
    }

    .product-section .product-right .white-bg-box ul li a{
        font-size: 15px;
    }

    .product-section .product-right .white-bg-box {
        padding: 40px 20px;
    }

}


@media (max-width: 575px) {

    .cement-inner {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px 0px;
    }

}

section.product-left-right .container {
	padding-left: 100px;
}