section.hero-section {
    padding: 100px 0 100px;
	background:#f4f4f4;
}
.clearfix:after{
	content:"";
	display:table;
	clear:both;
}
.hero-left {
    float: left;
    width: 65%;
    margin-right: 5%;
}
.hero-left h2{
	margin-bottom:15px;
}
.hero-right{
	float:left;
	width:30%;
	text-align:center;
	padding-top:25px;
}
.get-tools {
    padding: 50px 0 80px;
}
.breadcrumb li{
	display:inline-block;
	list-style:none;
}
.breadcrumb ul{
	padding:0;
	margin-bottom:65px;
}
.breadcrumb ul li:not(:last-child) a:after {
    content: ">";
    margin: 0 10px 0 15px;
    color: #000;
	text-decoration:none;
}
.breadcrumb ul li a:hover {
	text-decoration:none;
	opacity:.7;
}
.toolform {
    width: 675px;
    border: 1px solid #e7e8ec;
    border-top: 4px solid #27ae60;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 10px;
}
.form-holder {
    padding: 35px 22px 35px;
}
.form-field {
    margin: 0 0 30px;
}
.form-field label {
    float: left;
    width: 150px;
    line-height: 50px;
    padding-right: 20px;
    text-align: right;
}
.form-field input[type=text],
.form-field input[type=email],
.form-field input[type=url] {
    float: left;
    width: 450px;
    height: 50px;
    border: 0;
    background-color: #f2f3f6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #f2f3f6;
    border-top: 1px solid #e7e8ec;
    outline: 0!important;
    padding: 0 15px;
    font-size: 14px;
}
.get-tools h2,
.get-tools h3{
	text-align:center;
}
.get-tools h3{
	margin-bottom:35px;
}
.formContainer{
	text-align:center;
}
.get-tools-btn{
	text-align:center;
}
.get-tools-btn .tc-btn-md {
    padding: 0 30px;
}

@media(max-width:1199px){
.hero-right {
    padding-top: 55px;
}
}
@media(max-width:1023px){
section.hero-section h2 {
    font-size: 48px;
}
}
@media(max-width:767px){
section.hero-section {
    padding: 130px 0 45px;
}
section.hero-section-ebay h2 {
    line-height:50px;
}
.toolform {
    width: 100%;
	margin:auto;
}
.form-field input[type=text], .form-field input[type=email], .form-field input[type=url] {
    width: 100%;
}
.form-field label {
    width: 100%;
    padding-right: 0;
    text-align: left;
}
.form-field {
    margin: 0 0 5px;
}
.get-tools-btn {
    margin-top: 25px;
}
.get-tools h2{
	font-size:25px;
}
.get-tools h3 {
    font-size: 20px;
}
.hero-left {
    float: none;
    width: 100%;
    margin-right: 0;
}
.hero-right {
    padding-top: 20px;
    width: 100%;
}
}
@media(max-width:320px){
.get-tools h2 {
    font-size: 22px;
}
.get-tools h2 {
    font-size: 22px;
}
section.hero-section h2 {
    font-size: 40px;
}
}

/* template styles */

.calculator-section{
	padding:50px 0 100px;
}
.tool-holder{
	text-align:center;
}
.tool-holder > h3{
	text-align:center;
	padding:20px 0;
	padding-top:0;
	font-weight:bold;
}
.tool-holder > p{
	text-align:center;
	margin-bottom:50px;
}
.calculator-holder{
	width: 675px;
    border: 1px solid #e7e8ec;
    border-top: 4px solid #27ae60;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 10px;
}
.calculator {
    padding: 35px 50px 20px;
	background:#f2f3f6;
}
.c-field1{
	float:left;
	width:49%;
	margin-right:1%;
}
.c-field2{
	float:left;
	width:49%;
	margin-left:1%;
}
.c-field3 {
    float:left;
	width:49%;
	margin-right:1%;
}
.c-field4{
	float:left;
	width:49%;
	margin-left:1%;
}
.calculator-field label{
	display:block;
	margin-bottom:10px;
}
.calculator-field input {
	display:block;
    width: 100%;
    height: 50px;
    border: 0;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #f2f3f6;
    border-top: 1px solid #e7e8ec;
    outline: 0!important;
    padding: 0 15px;
    font-size: 14px;
}
.calculator-field input.danger {
    border: 1px solid red;
}
.calculator-btn {
    text-align: center;
	margin-top:30px;
}
.error-message{
	color:red;
	text-align:center;
	margin-top:25px;
	display:none;
}
#reset{
	color:#27ae60;
	text-decoration:underline;
	cursor:pointer;
}
input#Calculate {
    display: block;
    margin: auto;
    padding: 0 70px;
	margin-bottom:10px;
}
.result-holder {
    width: 675px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
h4.result-heading {
    text-transform: uppercase;
    margin-top: 30px;
	padding-bottom:15px;
	border-bottom:1px solid #22ac5f;
}
.result-col {
    float: left;
    width: 33.333333%;
	border-right:1px solid #d7d7d7;
}
.result-right{
	border:none;
}
.result-container {
    margin-top: 25px;
}
p.result-value {
    color: #22ac60;
    font-weight: bold;
    font-size: 20px;
}
.bottom-fields {
    margin-top: 20px;
}

@media(max-width:767px){
.calculator-holder {
    width: 100%;
	margin:auto;
}	
.result-holder {
    width: 100%;
}
.c-field1,
.c-field3{
    width: 100%;
    margin-right: 0;
}
.c-field2,
.c-field4 {
    width: 100%;
    margin-right: 0;
	margin-top:20px;
}
.calculator {
    padding: 35px 20px 20px;
}
h4.result-heading {
	font-size:15px;
}
.result-col {
    float: left;
    width: 100%;
    border-right: none;
}
section.hero-section h2 {
    font-size: 37px;
}
.breadcrumb ul {
    padding: 0;
    margin-bottom: 40px;
}
}
@media(max-width:320px){
.tool-holder > h3 {
	font-size:15px;
}
}