body {
	background-image: none;
	text-align: left;
}
.fontBig {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.marginTop20 {
	margin-top: 20px;
}

.mainHeadingHolder {
	padding-top: 0px;
	display: none;
}

.mainHeading {
	display: block;
	padding: 5px 10px;
}

.quoteQuantity {
	font-size: 16px;
	/*border:1px solid #eee;
	padding: 10px;*/
	margin-bottom: 20px;
}
input#quantity {
	padding: 6px;
	font-size: 13px;
	font-weight: bold;
}

.tooltip {
	opacity: 1;
	text-align: center;
}

.quote_section_left, .quote_section_right {
	display: none;
}

.quote_section {
	background-image: none;
	width: 100%;
}

.quote_section_header {
	background-color: #575557;
}

.quote_section_contents {
	/*background: #eaeaeb;
	background: -moz-linear-gradient(top,  #eaeaeb 0%, #f9fafa 49%, #f9fafa 51%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaeb), color-stop(49%,#f9fafa), color-stop(51%,#f9fafa), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #eaeaeb 0%,#f9fafa 49%,#f9fafa 51%,#ffffff 100%);
	background: -o-linear-gradient(top,  #eaeaeb 0%,#f9fafa 49%,#f9fafa 51%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #eaeaeb 0%,#f9fafa 49%,#f9fafa 51%,#ffffff 100%);
	background: linear-gradient(to bottom,  #eaeaeb 0%,#f9fafa 49%,#f9fafa 51%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaeb', endColorstr='#ffffff',GradientType=0 );
	*/
	width: 100%;
}

.categoryrow {
	margin-top: 10px;
	padding: 0 10px;
}

.categoryname {
	font-weight: bold;
}
#quoteEstimate {
	width: 100%;
}
#quoteEstimate .section_contents, #quoteEstimate .section_header {
	width: 100%;
}
#quoteEstimate .section_contents {
	padding: 0 10px;
}

.form-submit {
	margin-bottom: 20px;
	padding: 16px 30px 15px;
	background-color: #ea8b2b;
    border: none;
	font-size: 16.5px;
	font-family: "Open Sans";
	text-transform: uppercase;
	font-weight: 600; 
}

@media all and (max-width: 767px) {
	#main, #formArea {
		margin-top: 20px;
	}
	.optionHolder {
		width: 90px;
		height: 120px;
	}
	.optionHolderImage {
		width: 90px;
		height: 65px;
	}
	#category_166 .optionHolderImage{
		background-size: contain;
	}
	.quoteEstimate {
		margin-top: 0px;
	}
	.calendarSelects select.day {
		width: 35px;
	}
	.calendarSelects select.month {
		width: 65px;
	}
	.calendarSelects select.year {
		width: 40px;
	}
	.calendarButton {
		clear: left;
	}
	
	.form-textarea-medium {
		width: 200px;
	}
	
	.facebookLike {
		margin-bottom: 20px;
	}
	
	.tooltip {
		display: none !important;
	}
}

/*Ranjan changes starts*/

.quote_section.order-quote {
    border: 1px solid #F79B2E;
    margin-bottom: 25px;
    padding: 20px 15px 0 15px;
}

.quote_section.billing-info{
    border-color: #47BA57;
}

.quote_section.order-quote .quote_section_header{
    background-color: transparent;
    color: #000;
    padding: 0 12px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.quote_section.order-quote .form-input,
.quote_section.order-quote select{
    border-color: #D5D5D5;
}

.quote_section.order-quote table{
    width: 100%;
    max-width: 615px;
}

.quote_section.order-quote table .form-input{
    width: 100%;
}

#formArea .form-submit{
    background-color: #39B54A;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans",sans-serif;
    letter-spacing: 0.5px;
    margin-left: 120px;
    padding: 14px 30px;
}

.quote_section.order-quote .addEditTable tr td.fieldName{
    min-width: 120px;
}

.quote_section.order-quote input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    height: 15px;
    width: 15px;
    transform: translateY(2px);
}

.quote_section.order-quote input[type=checkbox]:focus{
    outline: none;
}

.quote_section.order-quote input[type=checkbox]:before {
    position: absolute;
    content: '';
}

.quote_section.order-quote input[type=checkbox]:checked::before{
    content: "";
    position: absolute;
    top: 3px;
    left: 2px;
    opacity: 1;
    border-width: 0 0 2px 2px;
    border-color: #F3922E;
    border-style: solid;
    width: 9px;
    height: 5px;
    transform: rotate(-45deg);
    transition: all ease-in-out .15s;
}

.quote_section.order-quote input[name='acceptTerms']{
    margin-top: 10px;
}

.pt-10{
    padding-top: 10px;
}

.order-quote.billing-info fieldset {
    margin-bottom: 0;
}

.order-quote.billing-info .form-submit{
	margin-top: 6px;
}


.order-quote.billing-info .d-table-row{
	display: table-row;
}

.order-quote.billing-info .d-table-row select,
.order-quote.billing-info .d-table-row .note{
	display: table-cell;
}

.order-quote.billing-info .d-table-row .note{
	vertical-align: top;
	color: #808080;
	padding-left:15px;
}

/*Ranjan changes ends*/