html, body{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.spec-picture ul {
    margin: 0;
}
.product-spec h1 {
    margin: 0px 0px 5% 0;
}
.spec-table{
	position: relative;
	z-index: 9;
}

.account-form {
	width:100%;
	max-width:1200px;
	border-collapse: collapse;
	text-align: left;
	margin:0 auto;
	font-size:14px;
	background-color:#ffffff;
	text-align: center;
}
.account-form thead {
	border-bottom: 2px solid #222222;
	background-color:#eeeeee;
}
.account-form tr th {
	font-weight:bold;
	font-size: 14px;
	padding: 10px 0;
	color:#707070;
	border-bottom: 1px solid #efefef;
}
.account-form tr td {
	border-bottom: 1px solid #efefef;
	padding: 20px 0;
	color:#868686;
}
.account-form tr td:first-child{
	border-right: 1px solid #efefef;
	font-weight: 600;
	font-size: 15px;
}
.account-form .odd {
	background-color:#ffffff;
	font-weight:bold;
}
.account-form td a,  
.account-form td a:link {
	color:#2f74db;
	text-decoration: none;
}
.account-form td a:visited {
	color:#2f74db;
	text-decoration: none;
}
.account-form td a:hover {
	color:#000;
	text-decoration: underline;
}

.cold-steel-pic{
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}
.steel-td{
	width: 300px;

}
@media screen and (max-width: 640px){ 
.steel-td{
	width: 40%;
	}
.account-form tr td {
	padding: 10px 0;
	}
.account-form tr td:first-child{
	padding: 0 5px;
	}
}

.circle-bg {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding:7% 0 8% 0;
    overflow: hidden;
    text-align: center;
}
.gird-bg h2,
.circle-bg h2 {
    display: block;
    width: 87%;
    max-width: 1680px;
    margin: 0 auto;
    font-size:36px;
    letter-spacing: 1px;
    line-height: 110%;
    color: #222222;
    font-weight: 500;
    z-index: 3;
    text-align: center;
}
.gird-bg h2{
    margin: 5% auto 3% auto;
}
.circle-bg ul {
	position:relative;
	display:block;
	width:100%;
	padding:0;
	margin:4% auto 0 auto;
	text-align:center;
	z-index:1;
}
.circle-bg ul li {
	display:inline-block;
	width:18%;
	background-color:#ffffff;
	vertical-align:top;
	text-align: center;
	margin:0 0.5%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.circle-bg ul li img {
	display:block;
	width:100%;
}
.circle-bg ul li a {
	text-decoration:none;
}
.circle-bg ul li h5 {
	display:block;
	color:#222222;
	margin:0;
	text-transform:uppercase;
	font-size:19px;
}
.circle-bg ul li p {
	display:block;
	margin:0;
	color:#707070;
	font-size:15px;
	line-height:140%;
}
.circle-bg ul li h5,  .circle-bg ul li p {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.category-aside {
	display:block;
	padding:30px 10px 0 10px;
	background-color: #f9f9f9;
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.category-aside {
	min-height:100px;
	}
	
@media screen and (max-width: 1480px) {
.circle-bg ul li {
	width:22%;
	}
}	
 @media screen and (max-width: 968px) {
 .circle-bg ul {
	margin:10% auto;
	}
 .circle-bg ul li {
	width:43%;
	margin:0 1% 20px 1%;
	}
.gird-bg h2,	
 .circle-bg h2 {
	font-size:27px;
	max-width:90%;
	}
}
 @media screen and (max-width: 640px) {
.circle-bg h2 {
	font-size: 24px;
	}
.circle-bg ul {
	margin:8% auto 0 auto;
	}
.circle-bg ul li h5 {
	font-size: 16px;
	}
.circle-bg {
	padding: 8% 0 5% 0;
	}
}
 @media screen and (max-width: 480px) {
 .category-aside {
	padding: 25px 10px 0 10px;
	min-height:90px;
	}
 .circle-bg ul li p {
	display: none;
	}
.gird-bg h2,	
 .circle-bg h2 {
	font-size:20px;
	letter-spacing:0px;
	font-weight:bold;
	}
}

.step-img {
    margin: 0 auto;
}
ul.process-step li {
	text-align: center;
}

.step-number.gary{
    background-color: rgb(236, 236, 236);
}
.step-number{
    background-color: #20b2b4;
    color: #ffffff;
}
.sterler-process .step-number label{
    color: #ffffff;
}
.sterler-process{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 90%;
	background-color: #ffffff;
	border-radius:30px;
	border: 3px solid #20b2b4;
}

.sterler-process ul.process-step {
    padding: 0 0 2% 7%;
}
ul.process-step li {
    padding: 3% 5% 7% 0;
}
ul.process-step {
    padding: 2% 0px 2% 7%;
}

.gird-bg .sterler-process h2{
	font-weight: 700;
	font-size: 38px;
}
@media screen and (max-width: 1024px){
.sterler-process .quality-span {
	display: block;
	}
}
 @media screen and (max-width: 640px) {
.gird-bg .sterler-process h2{
	font-size: 27px;
	margin: 8% auto 5% auto;
	}
ul.process-step li h3 {
	font-size: 18px;
	}
} 	

ul.process-step li h3 {
    text-transform: capitalize;
}