.products-destails-attributes-01{
	background-color: #f0f0f0;
	width:40%; 
	display:inline-block; 
	border:1px solid grey; 
	padding-left:10px; 
	padding-right:10px;
	vertical-align:top;
}

.products-destails-attributes-02{
	width:60%; 
	display:inline-block; 
	border:1px solid grey; 
	padding-left:10px; 
	padding-right:10px;
	vertical-align:top;
}

.products-destails-attributes-03{
	background-color: #f0f0f0;
	width:30%; 
	display:inline-block; 
	border:1px solid grey; 
	padding-left:10px; 
	padding-right:10px;
	vertical-align:top;
}

.products-destails-attributes-04{
	width:70%; 
	display:inline-block; 
	border:1px solid grey; 
	padding-left:10px; 
	padding-right:10px;
	vertical-align:top;
}

.products-destails-parameters-02{
	background-color: #f0f0f0;
	border-radius: 4px;
	padding:5px;
}


.products-destails-attributes-T1{
	background-color: #f0f0f0;
	border:1px solid grey; 
	padding-left:10px; 
	padding-right:10px;
	vertical-align:center;
}

.products-destails-attributes-T2{
	border:1px solid grey; 
	padding-left:10px; 
	padding-right:10px;
	vertical-align:center;
}

.products-destails-attributes-T3{
	width:50%; 
	border-right:1px solid grey; 
	padding-left:10px; 
	padding-right:10px;
	vertical-align:center;
}
.products-destails-attributes-T4{
	width:50%; 
	padding-left:10px; 
	padding-right:10px;
	vertical-align:center;
}

/*  Right services area */

.newNav2022 {
    width: 130px;
    position: fixed;
    right: 40px;
   /* top: 60%; */
	bottom: 130px;
    left: auto;
    z-index: 100;
   /*  margin-top: -100px; */
}

.newNav2022 .navBox {
    position: relative;
    width: 100%;
}

.newNav2022 .navList {
    text-align: center;
    /* position: relative;*/
    cursor: pointer;
    /*  width: 100%;*/
    border-radius: 3px;
    background-position: 50% 32%;
    background-repeat: no-repeat;
	padding-top: 20px;
    border-radius: 5px;
	box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
    border: 1px solid #E2E5E7;
    background: #FBFAF6;	
}

/*  Right services area */


/* Mobile product lists */
@media (max-width:576px){
	.col-md-4{
		display:inline-block; 
		width:50%;
	}

	.protfolio-description a{
		font-size: 14px;
		font-weight: 300;
	}
	
	.protfolio-title h3 a{
		font-size: 14px;
		font-weight: 300;
	}

	.col-lg-411{
		display:inline-block; 
		width:50%;
	}
}
/* Mobile product lists */