.oct-wrap {
    margin: 200px auto 0 auto;
    width: 980px;
}

.todetailnew {
	display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    background-color: #19401e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 40px;
    font-size: 14px;
    margin-top: 30px;
	padding: 0 15px;
	text-decoration:none;
}
.todetailnew:hover {
	color: #fff;
	text-decoration: none;
	background-color: #296531;
}