
.automation-main{
	width:100%;
	float:left;
}
.noc-verification-section {
    padding: 0;
    float: left;
    width: 31%;
	border: 1px solid #ddd;
	margin-right:2px;
	margin-bottom: 16px;
	background: #0c7dc0;
}
.noc-performance-section {
    padding: 0;
    float: left;
    width: 31%;
	margin-left:32px;
	border: 1px solid #ddd;
	margin-bottom: 16px;
	background: #0c7dc0;
}

.noc-coherent-crossbar-section {
    padding: 0;
    float: left;
    width: 31%;
	margin-left:32px;
	border: 1px solid #ddd;
	margin-bottom: 16px;
	background: #0c7dc0;
}

.noc-coherent-mesh-section {
    padding: 0;
    float: left;
    width: 31%;
	margin-left:32px;
	border: 1px solid #ddd;
	margin-bottom: 16px;
	background: #0c7dc0;
}
.noc-verification-section h3,.noc-performance-section h3,.noc-coherent-crossbar-section h3,.noc-coherent-mesh-section h3{
	text-align:center;
	font-size: 21px;
	margin: 5px 0 5px;
	color: #fff;
	cursor: pointer;
}
.noc-verification-section h3:hover,.noc-performance-section h3:hover,.noc-coherent-crossbar-section h3:hover,.noc-coherent-mesh-section h3:hover{
	color: #abd04c;
	
}
.noc-verification-section h3.active,.noc-performance-section h3.active,.noc-coherent-crossbar-section h3:active,.noc-coherent-mesh-section h3:active{
	color: #abd04c;
	
}
.services-details-section.noc-performance-tab{display:none;}
.services-details-section.noc-coherent-crossbar-tab{display:none;}
.services-details-section.noc-coherent-mesh-tab{display:none;}

.automation_content ul{
	color:#000;
	padding: 2px 12px;
}


.automation_content ul li {
    font-size: 17px;
    color: #000;
    margin: 0;
    list-style: initial;
    width: 100%;
    float: left;
}


.download-btn .btn a {
    font-size: 14px;
    padding: 5px 15px;
    color: #fff;
    border-radius: 40px;
    background: #0072BC;
}

.download-btn {
    margin-bottom: 5px;
    padding: 21px 10px;
    float: left;
    width: 100%;
	text-align: center;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.noc-verification-section {
    padding: 4px 7px;
    width: 100%;
}	
.noc-performance-section {
    padding: 4px 7px;
    width: 100%;
	margin-left:0;
}		
	
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

	
	
}