/* ------tables-----*/
.datagridCustom{
	
	
}
.anchor-price-page{
	margin-right: 10px;
	list-style-type: square;
	font-weight: bold;
	color: #1768ac;
	padding: 0px!important;
}
.anchor-price-page h3{
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.interduce-company-price{
	padding:0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: arial, sans-serif;
	text-align: center;
	color: darkblue;
	font-weight: bold;
	height: 60px;
	background-color: #e4efe7;
	border-radius: 10px;
}
.dec-interduce-company-price{
	text-align: center;
	font-size: 14px;
	color: #34656d;
	line-height: 20px;
}
.datagridCustom .datagridCustomHead th{
	color: #fff;
    background-color: #4d535d;
	font-size: 13px;
    border-top: none;
    border-left: 1px solid white;
    font-family: IRANSans,roboto,Arial;
}
.datagridCustom  h4{
	font-size:14px;
}
.datagridCustom  h4 span{ 
	font-size:12px;
}
.datagridCustom tbody td{
	font-size: 14px;
}
.gray-color{
	color:#808080;
	
}
.category-title h3 {
	text-align: right;
	color: #3d84b8;
    font-size: 14px;
    padding: 5px 7px 0px 5px;
}
.category-title span {
	color: #3bb273;
	font-weight: bold;
	text-align: left;
    font-size: 12px;
	line-height: 49px;
    padding: 5px 7px 0px 5px;
}


@media screen and (max-width: 450px) and (min-width: 50px) {
	.dec-interduce-company-price{
		font-size: 11px;
	}
	.category-title h3{
		font-size: 11px;
	}
	.category-title span{
		font-size: 10px;
	}
}
