.steps{
    background-color: #6CBE45; 
    min-height: 179px;
    border-radius: 5px;
    color: #ffffff;
}

.region-content .basic-page .content .basic-title-page h1{
    display:none !important;
}


/* marketo */
#formmarketocustom .mktoForm {
    text-align: center;
    width: 690px !important;
}

.mktoForm .mktoformrow {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

#formmarketocustom .mktoForm .mktoFormCol {
	width: 342px;
    margin: 0 auto;
    border: none;
}

#formmarketocustom .mktoForm .mktoFormCol .mktoFieldWrap {
    width: 98%;
    padding-right: 10px;
}

#formmarketocustom .mktoForm .mktoFormCol .mktoGutter, #formmarketocustom .mktoForm .mktoFormCol .mktoOffset {
	display: none;
}

label#LblCompany{
    
    width:135px !important;
}

label#LbltradeInNewProduct{
    width: 181px !important;
}

label#LbltradeInSerialNo{
    width: 149px !important;
}

label#Lblnew_distributoryouprefertoorder{
    width:242px !important;
}
label#LblmktoCheckbox_34840_0, label#mktoCheckbox_35374_0, label#LblmktoCheckbox_35519_0, label#LblmktoCheckbox_36187_0, label#LblmktoCheckbox_36262_0, label#LblmktoCheckbox_36202_0, label#LblmktoCheckbox_36443_0, label#LblmktoCheckbox_36458_0, label#LblmktoCheckbox_36539_0, .mktoForm .mktoCheckboxList > label {
    width: 100%;
    min-width: 291px;
    font-size:12px;
}

label#LblEmail{
    width: 121px !important;
}

/*

label#LbltradeInWEEEAcceptance{
    width: 282px !important;
    float: right !important;
}
*/
label#tradeInWEEEAcceptance{
 float:left;
    width: 10px;
}

div.mktoCheckboxList{
    width:10px !important;
    padding:0px !important;
    
}

label#Lblnew_brand{
    width:118px !important;
}

#formmarketocustom .mktoForm .mktoFormCol input {
    width: 98% !important;
    padding: 10px 8px;
    background: #e4e4e4;
    border: none;
    text-align: left;
    outline: none;
    color: #666666;
	font-family: 'galano_grotesqueregular';
	border-radius: 0px;
    box-shadow: none !important;
    margin-right: 25px !important;
}

#formmarketocustom .mktoForm .mktoFormCol select {
	width: 98% !important;
	height: 36px;
	border: 0px;
    border-radius: 0px;
    box-shadow: none !important;
	outline: none;
	background: #e4e4e4;
	color: #666666;
	text-align: center;
	font-family: 'galano_grotesqueregular';
	margin-top: 4px;
}

#formmarketocustom .mktoForm .mktoButtonRow {
    width: 100%;
	text-align: center;
    max-width:600px;
}

#formmarketocustom .mktoForm .mktoButtonRow .mktoButtonWrap {
    margin: 0 !important;
}

#formmarketocustom .mktoForm .mktoButtonRow .mktoButtonWrap button {

    border: 0;
    box-shadow: none;
    outline: 0;
    transition: all 0.5s ease;
    font-family: 'galano_grotesqueregular';
    background-color: #6CBE45 !important;
    color: #ffffff;
    line-height: 1.8vw;
    margin: 2% 0 0;
	margin-top: 5%;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    font-weight: bold;
    background-image: none;
}

label#LblCompany{
    width:136px;
}


#form_section {
    text-align: center;
}

#form_section h1 {
    font-size: 2.5vw;
    line-height: 3.5vw;
}
#form_section h2 {
    font-size: 1.7vw;
    line-height: 2vw;
    margin-bottom: 4%;
}
.form_section {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -2%;
}
.form_section .form_left_ckt {
    float: left;
    width: 20%;
}
.form_section .form_left_ckt img {
    margin-left: -45%;
    width: 70%;
}

.form_section .form_center_content {
    width:100%;
    max-width:686px;
    margin:0 auto;
}
.form_section .form_right_ckt {
    float: right;
    width: 20%;
}
.form_section .form_right_ckt img {
    margin-right: -45%;
    width: 70%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.form_table {
    width: 70%;
    text-align: center;
    margin: 8% auto 2%;
}
.form_table tr td {
    width: 50%;
    padding: 2% 1%;
}


.form_table tr td input {
    width: 98%;
    padding: 3% 5%;
    background: #e4e4e4;
    border: 1px solid #ccc;
    text-align: left;
    outline: none;
    border-radius: 50px;
    color: #666666;
}
.selectWrapper{
  width: 100%;
    background: #e4e4e4;
    border: 1px solid #ccc;
    text-align: center;
    outline: none;
    border-radius: 50px;
    color: #666666;
}
.selectBox{
  width:92%;
  padding: 3% 3%;
    height: 48px;
  border:0px;
  outline:none;
      background: #e4e4e4;
     color: #666666;
    text-align: center;

}

.form_section .btn-sm {
    margin-top: 5%;
}

#bottom{
    margin-bottom: -80px;
}

.mktoForm fieldset legend{
    font-size: 12px;
    margin-left: -10px;
}

p.number {

width: 10%;
margin: 10px auto;
}

@media (max-width: 600px){
    img#trade-in-squares{height: 180px !important;}
    
    #formmarketocustom .mktoForm .mktoFormCol {
    width: 100%;
    }
}