
@font-face {
  font-family: 'GillSansStd-Bold';
  src: url('../fonts/GillSansStd-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/GillSansStd-Bold.otf')  format('opentype'),
	     url('../fonts/GillSansStd-Bold.woff') format('woff'), url('../fonts/GillSansStd-Bold.ttf')  format('truetype'), url('../fonts/GillSansStd-Bold.svg#GillSansStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GillSansStd';
  src: url('../fonts/GillSansStd.eot?#iefix') format('embedded-opentype'),  url('../fonts/GillSansStd.otf')  format('opentype'),
	     url('../fonts/GillSansStd.woff') format('woff'), url('../fonts/GillSansStd.ttf')  format('truetype'), url('../fonts/GillSansStd.svg#GillSansStd') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GillSans-SemiBold';
  src: url('../fonts/GillSans-SemiBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/GillSans-SemiBold.woff') format('woff'), url('../fonts/GillSans-SemiBold.ttf')  format('truetype'), url('../fonts/GillSans-SemiBold.svg#GillSans-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Medium';
  src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Avenir-Medium.woff') format('woff'), url('../fonts/Avenir-Medium.ttf')  format('truetype'), url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'AvenirLT-BlackOblique';
  src: url('../fonts/avenir/AvenirLT-BlackOblique.eot?#iefix') format('embedded-opentype'),  url('../fonts/avenir/AvenirLT-BlackOblique.woff') format('woff'), url('../fonts/avenir/AvenirLT-BlackOblique.ttf')  format('truetype'), url('../fonts/avenir/AvenirLT-BlackOblique.svg#AvenirLT-BlackOblique') format('svg');
}
@font-face {
    font-family: 'Avenir-Black';
    src: url('../fonts/Avenir-Black.eot');
    src: url('../fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Avenir-Black.woff2') format('woff2'),
         url('../fonts/Avenir-Black.woff') format('woff'),
         url('../fonts/Avenir-Black.ttf') format('truetype'),
         url('../fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Copperplate';
    src: url('../fonts/Copperplate.eot');
    src: url('../fonts/Copperplate.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Copperplate.woff2') format('woff2'),
         url('../fonts/Copperplate.woff') format('woff'),
         url('../fonts/Copperplate.ttf') format('truetype'),
         url('../fonts/Copperplate.svg#Copperplate') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Light';
    src: url('../fonts/Avenir-Light.eot');
    src: url('../fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Avenir-Light.woff2') format('woff2'),
         url('../fonts/Avenir-Light.woff') format('woff'),
         url('../fonts/Avenir-Light.ttf') format('truetype'),
         url('../fonts/Avenir-Light.svg#Avenir-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
body {
	margin: 0px;
	font-family: 'Arial';
	font-size: 10px !important;
	color: #010101;
}
.title-header {
    padding: 0 45px;
}
.title-header h1 {
    font-size: 45px;
    display: inline-block;
    font-family: 'CopperplateGothic-Bold';
    color: #3475d0;
    margin: 26px 0px;
	
}
.container {
	max-width: 1067px;
	margin: 0px auto;
	width: 100%;
}

.container.home {
	padding: 0px;
}
.left-section, .right-section {
	width: calc(51% - 4px);
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
}
.left-section {
    padding-top: 34px;
}
.right-section {

    width: calc(48.2% - 4px);
    padding-right: 29px;
    text-align: right;

}
.top-header {
	padding: 10px 35px 10px 36px;
    position: relative;
    margin-bottom: 0px;
}
.top-header::before {
    content: '';
    position: absolute;
    height: calc(100% - 26px);
    width: 100%;
    background-image: url(../images/background_img.png);
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
	max-height:600px;
}
.top-header::after {

    content: "";
    position: absolute;
    width: 100%;
    height: 245px;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.36);
    z-index: 0;

}
.logo-section {
    width: 100%;
    border-bottom: 5px solid #000;
    padding: 0px 0px 28px;
    margin-bottom: 39px;
}
.logo-section ul {

    display: table;
    width: 100%;
    padding: 0;
    text-align: center;

}
.logo-section li {

    display: table-cell;
    vertical-align: middle;

}
.radio_block.has-error .custom_radio {
    border-color: red;
    color: red;
}
.radio_block.has-error  label.custom_radio .radio_title{ color:red;}
.inner-content {
	color: #fff;
	text-align: center;
}
.inner_title h3 {
    font-size: 24px;
font-weight: normal;
  font-family: 'Avenir-Black';
margin: 0;
}
div#step2 .inner_title h3 {
    margin-bottom: 21px;
    float: left;
    text-align: center;
    display: block;
    width: 100%;
}
div#step3 .inner_title h3 {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 80%;
    margin-bottom: 34px;
    float: none;
}
div#step4 .inner_title h3 {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 80%;
    margin-bottom: 42px;
    float: none;
}
div#step5 .inner_title h3 {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 22px;
    float: left;
}
div#step6 .inner_title h3 {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 80%;
    margin-bottom: 32px;
}
.inner-content h1 {
	font-size: 44px;
	margin-top: 0;
	font-weight: normal;
	margin-bottom: 29px;
	font-family: 'Baskerville-Bold';
	white-space: nowrap;
	letter-spacing:-1px;
}
.inner-content h2 {
    font-size: 46px;
    font-weight: normal;
    margin-bottom: 25px;
    padding: 5px 15px;
    margin-top: 0px;
    white-space: normal;
    line-height: 37px;
    font-family: 'GillSansStd';
}
.inner-content h2 strong {
    font-family: 'GillSansStd-Bold';
	font-size:40px;
	margin-top: 10px;
	display:block;
}

.inner-content p {
	font-size: 30px;
	font-weight: normal;
	font-family: 'GillSansStd-Bold';
	margin-bottom: 15px;
	margin-top: 0px;
}
.img-div {
	text-align: right;
	z-index: 1;
}
.bottom-section {
	/*border:6px solid rgba(70, 140, 68, 0.84); */
	background: #fff;
	padding: 13px 10px 0px 10px;
}
.list-inline-block {
	display: inline-block;
	width: calc(100% / 3 - 4px);
	text-align: center;
	margin-bottom: 55px;
	vertical-align: top;
	padding: 0px 15px;
}
.list-inline-block p {

    font-family: 'GillSansStd';
    font-size: 24px;
    color: #030303;
    line-height: 1.4;
    margin: 0;

}
#step5 .btn_block button {
	display: inline-block;
}

.list-inline-block p.title {

    font-size: 26px;
    font-family: 'GillSans-SemiBold';
    color: #030303;
    margin-top: 23px;
    margin-bottom: 0px;

}
.home label.custom_radio {
	background: transparent
}
.home .btn_block {
	text-align: center;
	margin-top: 16px;
}
.home #step1 .btn_block{ margin-top:10px;}
.home #step5 .btn_block {
    margin-top: 20px;
}
input#zip {

    font-size: 22px;
    height: 50px;
    width: 200px;
    text-align: center;
    box-shadow: none;
    border: 2px solid #000;
    -webkit-appearance: none;
    margin-bottom: 25px;
    font-family: 'GillSansStd';
    font-weight: normal;
    color: #000;
    border-radius:5px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 15px center;
	line-height:52px;
}

input{outline:0;}

div#step2 .main-title {
    margin-bottom: 104px;
}
span.main-title.text-center {
	font-weight: bold;
	margin-bottom: 0px;
}
div#step6 span.main-title.text-center {
    font-weight: bold;
    margin-bottom: 20px;
}
#step1 .radio_selection .radio_block {
	padding-bottom: 32px;
	    padding-left: 63px;
}
#step1 .main_info_bock {
	padding: 30px
}
div#step1 .main-title {
    margin-bottom: 100px;
}
div#step1 .inner_title h3 {
    margin-bottom: 51px;
}
.map-pointer {
    margin-bottom: 23px;
}
div#step5 .main-title {
    margin-bottom: 20px !important;
}
.right-section #review-form p.error-message {
	background: #c2171d none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	font-size: 12px;
	padding: 5px 10px;
	width: 100%;
	font-family: 'Arial';
	font-weight: bold;
	text-align: left;
}
.main_info_bock .input_box .city-state-zip:before {
	content: "";
	background-image: url(../images/map-icon.png);
	width: 20px;
	height: 30px;
	display: inline-block;
	background-size: 100% 100%;
	vertical-align: middle;
	margin-right:5px;
}
/*------------- page 2 to page 6 ----------------*/
.white_txt {
	color: #FFF;
}
.orange_bg {
	background-color: #f09433;
}
.gray_bg {
	background-color: #959595;
}
.margin_r_25 {
	margin-right: 25px;
}
body .margin_b_40 {
	margin-bottom: 40px;
}
.v_align_middle {
	display: inline-block;
	vertical-align: middle;
}
.next_btn {

    box-shadow: none;
    color: #fff;
    font-size: 40px;
    height: 55px;
    width: 250px;
    text-transform: uppercase;
    font-family: 'arial';
    font-weight: bold;
    line-height: normal;
    background: #fe7b24;
    border-radius: 10px;
    cursor: pointer;
	box-shadow: 0 4px 4px 0px rgba(0,0,0,0.35);

}
button.orange_bg {
    font-size: 36px;
    text-transform: capitalize;
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	 outline: none;  
}
button.orange_bg.lastBtn{ font-size:28px;}
.next_btn:focus{outline:none;}

#step1 #inputGroup-error{ display:none !important;}
.back_btn {
	height: auto;
	font-size: 15px;
	color: #000;
	line-height: normal;
	white-space: nowrap;
	border: 0;
	border-radius: 0;
	font-family: "Arial";
	text-align: center;
	padding: 0;
	cursor: pointer;
	margin: 0 auto;
	width: auto;
	cursor: pointer;
	text-align: center;
	background: transparent;
	text-decoration: underline;
	font-weight: normal;
	margin-top: 6px;
}
.main-title {

    color: #000;
    float: left;
    width: 100%;
    font-family: 'GillSans-SemiBold';
    z-index: 999;
    position: relative;
    background: #69ccdb;
    display: block;
    padding: 14px 5px;
    border-bottom: 3px solid #000;

}
form#review-form {

    background: #fff;
    box-shadow: 0px 4px 7px 2px #0006;
    border: 5px solid #000;
    margin-top: 27px;
    position: relative;
    width: 400px;
    max-width: 100%;
    min-height: 582px;
    max-height: 582px;
    border-radius: 10px;
	display:inline-block;

}
#review-form::before {
    content: '';
    position: absolute;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center left;
    top: 200px;
    right: auto;
    z-index: 999;
    height: 93px;
    width: 112px;
    left: -79px;

}
.main_info_bock {
	box-sizing: border-box;
	display: block;
	float: none;
	margin: 0 auto;

	padding: 0px 0px 0px;

}
#step2.main_info_bock {
	padding: 0;
	
	position: relative;
}
#step3 .radio_selection .radio_block {
    padding-left: 45px;
}
.form-footer {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
} 
#step4.main_info_bock {
	padding:0px;
}
#step4 span.radio_title {
    width: auto;
}
div#step6.main_info_bock.form_block {
    padding: 0;
}

#step3.main_info_bock{
    padding: 0px;
}
.step-block {
	display: none;
}
.step-block.active {
	display: block;
}
.btn_block {
	display: block;
	float: left;
	width: 100%;
	margin-top: 34px;
	position: relative;
}
/*.own_home_block .radio_selection {
	float: none;
	margin: 0 auto;
	width: 216px;
}*/
div#step5 .error-back {
    float: none;
    display: block;
    margin: 0 auto;
    width: calc(100% - 118px);
}
div#step6 .error-back {
    max-width: 200px;
    margin: 0 auto;
    float: none;
}
.radio_selection {
    display: block;
    float: left;
    width:100%;

}
.your_own_home .radio_selection {
	padding-left: 20px;
	    padding-right: 20px;
}
.radio_selection .radio_block {
	display: block;
	float: none;
	width: 100%;
	position: relative;
	text-align: left;
	padding-left: 35px;
}
.radio_selection span.radio_block {
    width: 200px;
    height: 50px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    position: relative;
    margin: 0 auto 15px;
}
.radio_selection .radio_block:not(:last-child) {
	padding-bottom: 32px;
}
.radio_title {
	font-size: 22px;
}
/*.radio_block input[type="radio"]:checked + label {
	border: 2px solid #000;
	position: relative;
}*/
.radio_block input[type="radio"]:checked + label {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #ade3eb;
    border: 2px solid #000;
}
.radio_block input[type="radio"]:checked + label .radio_title {
    color: #000;
   
}
.radio_block input[type="radio"]:checked + label::after {
	background-color: black;
	border-radius: 50%;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 10px;
	display:none;
}
/*.main_info_bock.need_start_proj .radio_selection {
    max-width: 60%;
    margin: 0 auto;
    float: none;
}*/
.progress_bar_block {
    display: block;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}
.progress_bar_block .progress-bar-success {
	background-color: #5cb85c;
}
.progress_bar_block .progress {
	width: 315px;
	max-width: 100%;
	background-color: #aaa9a8;
}
.radio_block input[type="radio"] {
    position: absolute;
    top: 2px;
    /* visibility: hidden; */
    /* z-index: 999; */
    opacity: 0;
}
.progress-border {

    background-color: transparent;
    border: 1px solid #000;
    border-radius: 4px;
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 330px;
    text-align: center;
    color: #000;
	position:relative;

}
.progress-green {
    background-color: #69ccdb;
    color: #000;
    border-radius: 5px;
}
#step1 .progress_bar_block .progress-green {
	background-color: #649e62;
	color: #000000;
	margin: 0 auto;
}
#step1 .progress_bar_block .w3-center span {
	right: 0px;
}
.progress_bar_block .w3-center span {

    color: #000;
    float: right;
    position: absolute;
    right: auto;
    text-align: center;
    top: 55%;
    font-size: 15px;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    font-family: 'AvenirLTStd-Light';
    left: 50%;

}
/*label.custom_radio {
	background-color: white;
	border: 2px solid #000;
	border-radius: 50%;
	display: inline-block;
	height: 22px;
	vertical-align: top;
	width: 22px;
	margin-right: 33px;
}*/
label.custom_radio {
    background-color: white;
    border:0;
    border-radius: 10px;
    display: inline-block;
    height: 22px;
    vertical-align: top;
    width: 22px;
    margin-right: 33px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	border: 2px solid #000;
}
.radio_selection.radio_with_img .radio_block > img {
	margin-left: 10px
}
.radio_selection.radio_with_img .radio_block:last-child > img {
	right: 0%;
}
.radio_title {
    display: inline-block;
    font-size: 22px;
    line-height: normal;
    vertical-align: top;
    width: 100%;
    color: #000;
    font-weight: normal;
	line-height:48px;
	font-family:'GillSansStd';
}
.large-lable .radio_title{ font-size:18px; line-height:normal; margin-top: 2px;}
#step5 .radio_title {
	width: auto
}
#step2 .btn_block {
    margin-top: 113px;
}
#step4 .main-title.text-center {
	margin-bottom: 86px;
}
#step3 .main-title.text-center{
	margin-bottom: 59px;
}
#step3 .btn_block{
    margin-top: 101px;
}
#step4 .radio_block {
    padding-bottom: 22px;
    padding-left: 64px;
}
#step4 .btn_block {
    margin-top: 31px;
}
#step4 .main-title.text-center {
    margin-bottom: 109px;
}
/*#step4  .radio_selection {
    width: auto;
}*/
.step-block {
    min-height: calc(420px - 43px);
    float: left;
    width: 100%;
}
.inner_title {
    float: left;
    text-align: center;
    width: 100%;
    padding-top: 19px;
}
div#step6.step-block {
    min-height: 272px;
}
/*#step3 .btn_block , #step4 .btn_block {
	margin-top: 85px;
}*/
/*******Form Page Css**********/
.main_info_bock.form_block {
	padding: 22px;
}
.main_info_bock.form_block label.control-label {
	font-size: 16px;
 color:#030303;
}
.form_block .form-group label.control-label {
	display: inline-block;
	padding-right: 10px;
	text-align: right;
	width: 115px;
	vertical-align: top;
	padding-top: 5px;
}
.main_info_bock .input_box .city-state-zip {
    font-size:17px;
    font-family: 'Arial';
    font-weight: normal;
    color: #010101;
    float:none;
    display: block;
    width: 80%;
    text-align: center;
	margin:0 auto;
}
.form_block .input_box {
	box-sizing: border-box;
	display: inline-block;
	width: calc(100% - 124px);
	vertical-align: middle;
}
.form_block .input_box.single input {
	width: 100%;
	height: 29px;
	border: 1px solid #000000;
	max-width:100%;
}
.form_block .input_box.three_text_box input {
	height: 29px;
	border: 1px solid #000000;
}
.main_info_bock.form_block .form-group {
	margin-left: 0;
	margin-right: 0;
}
.form_block .input_box.three_text_box input[type="text"] {
	padding: 5px;
	text-align: center;
}
.form_block .input_box.three_text_box input:first-child {
	display: block;
	float: left;
	margin-right: 8.5%;
	width: 20%;
}
.form_block .input_box.three_text_box input:nth-child(2) {
	display: block;
	float: left;
	margin-right: 8.5%;
	width: 30%;
}
/*.form_block .input_box.three_text_box input:last-of-type {
	display: block;
	float: left;
	width: 33%;
}*/
div#step6.form_block .input_box.three_text_box input:last-of-type {
    display: block;
    float: none;
    width: 100%;
    height: 50px;
    color: #000;
    border: 2px solid #000;
    border-radius: 10px;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    padding: 0 12px;
    background: url(../images/contact_icon01.png);
    background-repeat: no-repeat;
        background-position: calc(100% - 10px) center;
font-family: 'GillSansStd';
background-size: 27px;
}
div#step6.form_block .has-error .input_box.three_text_box input:last-of-type {
    background-image: url(../images/contact_icon.png) !important;
}
.form_description {
    display: block;
    width: 100%;
    margin-top: 25px;
    padding: 0 40px;
}
.hide{ display:none;}
.form_description p {
    font-size: 13px;
    color: #595958;
    margin: 0;
    text-align: center;
}
/*****Feedback Page******/
.feedback_descrip p {
	font-size: 30px;
	color: #101110;
}
.feedback_descrip p:first-child {
	margin-bottom: 45px;
}
/*New Changes Css*/
.main_info_bock:after {
	content: "";
	clear: both;
	float: none;
	display: block;
	width: 100%;
}
.main-title {
	text-align: center;
	font-size: 28px;
}
label.custom_radio {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
}
.radio_title {
	box-sizing: border-box;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_block .form-group {
	margin-bottom: 25px;
}
.form_block .form-group .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 0px 13px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.center-block {
	margin: 0 auto;
	display: block;
}
.main_info_bock.form_block .form-group.margin_b_40 {
	margin-bottom: 40px;
}
a.edit_address_link {
	margin-left: 10px;
	font-style: italic;
	color: #088afb;
	font-size: 17px;
}
/*------------ Thank - You Page --------------*/
.container.thank-you {
	max-width: 1020px;
	margin-top: 80px;
}
.thank-you p {
	font-size: 30px;
	line-height: normal;
	color: #020202;
	font-family: arial;
	text-align: center;
	font-weight: bold;
	margin-bottom: 38px;
}
.thank-you p.last {
	margin-bottom: 26px;
}
.section-img-content {
	display: table;
	border: 2px solid #000;
	box-shadow: 0 2px 10px -3px #000;
	margin: 0px auto;
}
.left-img {
	width: 54%;
	display: table-cell;
	vertical-align: middle;
	line-height: 0;
}
.left-img img {
	width: 100%;
}
.right-content {
	width: 46%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #f7fbfb;
}
.right-content p {
	color: #000;
	font-size: 32px;
	margin: 0;
	margin-bottom: 20px;
}
.right-content p.Quotes {
	font-size: 36px;
	font-family: 'Baskerville-Bold';
	margin-bottom: 8px;
}
.right-content p.subtitle {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 60px;
}
.right-content a {
	font-size: 30px;
	background: #f09433;
	border: 0;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	padding: 2.9% 12.3%;
	box-shadow: inset 0 -2px 3px RGBA(0, 0, 0, 0.5);
	    text-decoration: none;
}
.copyright {
    text-align: center;
    color: #030303;
    font-size: 14px;
    font-family: arial;
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.copyright a{ 
  color:inherit;
  text-decoration: none;
}
.home  .copyright {
    position: relative;
	margin: 55px 0 20px;
}
/*------- Thank you End---------*/
div#step5.main_info_bock.form_block {
	padding: 0;
}
div#step5 .name .form-group {
    width: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 24px;
}
.extra_fields{ display:none;}
div#step5 .extra_fields {
	padding-top: 13px;
	margin: 0px auto;
	float: left;
    width: 100%;
	text-align: center;
}
div#step5 .form-group {
	margin-bottom: 10px;
}
div#step5 .extra_fields + .form-group {
    margin-bottom: 2px;
}
div#step5.form_block .input_box {
	width: 100%;
}
div#step6.form_block .input_box {
    width: 100%;
}
div#step5.form_block .form-group label.control-label {
	display: block;
	text-align: left;
	width: auto;
}
div#step5.form_block .input_box.three_text_box input:first-child {
	display: block;
	float: left;
	width: 100%;
}
div#step5.form_block .input_box.three_text_box input:nth-child(2) {
	display: none;
}
div#step5.form_block .input_box.three_text_box input:last-of-type {
	display: none;
}
/*div#step5 label.control-label:after {
    content: ":";
}*/
div#step5.form_block .extra_fields .form-group label.control-label {
	/* padding-bottom: 10px; */
	display: none;
}
div#step5.form_block .extra_fields .form-group {
	padding-bottom: 1px;
	margin: 0px;
	display: inline-block;
    padding-left: 0px;

}
div#step5.form_block .form-group label.control-label {
	padding-bottom: 10px;
}
div#step5.form_block .input_box.single input {
    border: 2px solid #000;
    border-radius: 10px;
    height: 50px;
    line-height: normal;
    width: 200px;
    color: #000;
    font-size: 22px;
    font-weight: normal;
    margin: 0 auto;
    font-family: 'GillSansStd';
	padding: 0 5px;
}
div#step5.form_block .extra_fields .input_box.single input#city {
    width: 87px;
    height: 54px;
}
div#step5.form_block .extra_fields .input_box.single input#state {
    width: 43px;
    height: 55px;
}
.extra_fields .form-group .input_box input#state {
    padding: 0 3px;
    text-align: center;
}
div#step5.form_block .extra_fields .input_box.single input.form-control {
    width: 70px;
    height: 54px;
    padding: 10px 5px;
	    font-size: 20px;
}
div#step6.form_block .input_box.single input {
    border: 2px solid #000;
    border-radius: 10px;
    height: 50px;
    line-height: normal;
    width: 100%;
    color: #000;
    font-size: 22px;
    font-weight: normal;
	 background: url(../images/email.png);
    background-repeat: no-repeat;
	background-size:25px auto;
       background-position: calc(100% - 10px) center;
	   padding: 0px 60px 0 10px;
	   font-family: 'GillSansStd';
}
div#step6.form_block .has-error .input_box.single input {
    background: url(../images/emai01.png) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 10px) center !important;
	background-size: 25px auto !important;
}
div#step5.form_block .input_box.three_text_box input:first-child {
	display: block;
	float: left;
	width: 100%;
	border: 2px solid #1c1c1c;
	border-radius: 0px;
	text-align: left;
	padding: 0 12px;height: 35px;
}
#step5 .extra_fields .form-group {
    width: auto;
    display: inline-block;
    margin-left:1px !important;
}
div#step5 .extra_fields .form-group:nth-child(2) {
    padding: 0px;
}
div#step5 .extra_fields .form-group:nth-child(3) {
    padding: 0;
}
div#step5 .name .form-group:nth-child(1) {
}
/*div#step5 .name .form-group:nth-child(2) {
	float: right;
}*/
div#step5 span.main-title.text-center {
	font-weight: normal;
	margin-bottom: 2px;
}
.has-error label {
	 color: #c50b32 !important;
}
div#step5 .form-group label {
	padding-bottom: 4px !important;
}
.has-error input#zip {
	box-shadow: none;
    border: 2px solid #ff0000 !important;
	    /*background-image: url(../images/location1.png);*/
}
.has-error input {
	border-color: #ff0000 !important;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #010101;
 opacity:1;
 font-weight:normal;
}
input::-moz-placeholder { /* Firefox 19+ */
 color: #010101;
 opacity:1;
  font-weight:normal;
}
input:-ms-input-placeholder { /* IE 10+ */
 color: #010101;
 opacity:1;
  font-weight:normal;
}
input:-moz-placeholder { /* Firefox 18- */
 color: #010101;
 opacity:1;
  font-weight:normal;
}


.has-error input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #f82502;
}
.has-error input::-moz-placeholder { /* Firefox 19+ */
 color: #f82502;
}
.has-error input:-ms-input-placeholder { /* IE 10+ */
 color: #f82502;
}
.has-error input:-moz-placeholder { /* Firefox 18- */
 color: #f82502;
}
#step1 .error-back {
	text-align: center
}
.error-back {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 30px;
}
.error-back.get-error:before {
    content: '';
    height: calc(100% + 20px);
    width: 100%;
    background: #feffcc;
    position: absolute;
    left: 0px;
    top: -30px;
    clear: none;
    opacity: 0;
}
#step5 .error-back.get-error:before {
    content: '';
    height: calc(100% + 10px);
    top: 0px;
    left: -15%;
}
#step6 .error-back.get-error:before {
    content: '';
    height: calc(100% + 10px);
    top: 0px;
    left: -15%;
}
div#step6 .name .form-group {
    width: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 8px;
}
/*span.help-block {
	display: block;
	font-size: 18px;
	color: #e00634;
	font-family: arial;
	margin: 5px 0 15px;
	float: left;
    width: 100%;
}*/
span.help-block {
    display: block;
    font-size: 14px;
    color: #e00634;
    font-family: arial;
    float: none;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: -4px;
    margin: 0;
}
div#step5 span.help-block {
    display: none !important;
}
#step1 span#zipGroup-error {
    bottom: inherit;
    top: -25px;
    text-align: center;
	width: 100%;
	display: none !important;
}
.error-back > * {
	position: relative;
}
div#step1 {
	text-align: center;
}
/*------- Thank you ---------*/
.top-content h1 {
    font-family: 'GillSans-SemiBold';
    font-size: 22px;
}
.top-content p{font-family: 'GillSansStd'; font-size:22px;}
.thankyou-page.container {
    max-width: 985px;
    margin: 0px auto;
    float: none;
    width: 100%;
    display: block;
	padding:0 15px;
}

.left {
    width: 225px;
	display:inline-block;
	vertical-align: middle;
}
.center {
    width: calc(100% - 418px);
	display:inline-block;
	vertical-align: middle;
}
.right {
    width: 185px;
	float:right;
	padding-top: 15px;
}

.jacvzzi a {

    border-radius: 10px;
    background-color: #c7a127;
    box-shadow: 0 4px 4px 0px #0000004d;
    font-family: 'GillSans-SemiBold';
    font-size: 22px;
    width: 185px;
    height: 55px;
	color:#fff;
	display:block;
	text-align:center;
	line-height:55px;
	text-decoration:none;

}
.sundancesaps a {

    border-radius: 10px;
    background-color: #00355f;
    box-shadow: 0 4px 4px 0px #0000004d;
    font-family: 'GillSans-SemiBold';
    font-size: 22px;
    width: 185px;
    height: 55px;
	color:#fff;
	display:block;
	text-align:center;
	line-height:55px;
	text-decoration:none;

}
.dimensiononespas a {

    border-radius: 10px;
    background-color: #005ca8;
    box-shadow: 0 4px 4px 0px #0000004d;
    font-family: 'GillSans-SemiBold';
    font-size: 22px;
    width: 185px;
    height: 55px;
	color:#fff;
	display:block;
	text-align:center;
	line-height:55px;
	text-decoration:none;

}
.paragraph {font-size: 22px
    }
.jacvzzi {
    margin-top: 90px;
    margin-bottom: 80px;
    display: block;
    font-size: 18px;
}
.sundancesaps {
    margin-bottom: 80px;
    display: block;
    font-size: 18px;
}
      .dimensiononespas{
    margin-bottom: 90px;    
    display: block;
    font-size: 18px;
}
footer {
    text-align: center;
    font-size: 14px;
}
.center p {
    padding: 0px 50px 0px 50px;
    text-align: center;
	font-size: 18px;

font-family: 'GillSansStd';
    }
/*------- Thank you End---------*/
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
.img-div {
    position: relative;
    top: -24px;
}
.step-block {
    min-height: calc(375px - 53px);
}
div#step4 .inner_title h3 {
   
    margin-bottom: 60px;
}
.title-header h1 {
    font-size: 26px;
    display: inline-block;
    font-family: 'CopperplateGothic-Bold';
    color: #3475d0;
    margin: 26px 0px;
}
.container {
	background-size: cover;
	background-position: center center;
}
.bottom-section {
	padding: 20px 10px 5px 10px;
}
.top-header .container::before {
    height: 200px;
    background-position: center;
    background-size: 32%;
    width: 200px;
    background-size: 100%;
    transform: none;
    bottom: auto;
    left: 11%;
    top: 320px;
}
.list-inline-block {
	margin-bottom: 15px;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
}
.list-inline-block br {
	display: none;
}
.inner-content h1 {
	font-size: 28px;
	margin-bottom: 61px;
}
.inner-content h2 {
	font-size: 25px;
	margin-bottom: 53px;
}
.inner-content p {
	font-size: 20px;
	margin-bottom: 40px;
}
input#zip {
    font-size: 16px;
	height:40px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:41px;
}
#step4 span.radio_title.straight,#step4 span.radio_title.curved{ margin-right:0px;}
#step1 .main-title {
    font-size: 17px;
}
#step1 .radio_selection .radio_block {
	padding-left: 20px;
}
#step1 .radio_title {
	font-size: 16px;
	margin-top: 3px;
}
#step1 .main_info_bock {
	padding: 15px;
	width: 100%;
}
#step2.main_info_bock {
    padding: 0;
    position: relative;
}
#step3.main_info_bock {
    padding: 0;
}
div#step3 .inner_title h3 {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.large-lable .radio_title {
    font-size: 14px;
}
#step4.main_info_bock{
    padding: 0;
}
div#step4 .inner_title h3 {
    width: 100%;
}
div#step5 .main-title {
    margin-bottom: 40px !important;
}
.your_own_home .radio_selection {
	padding-left: 0;
}
.radio_selection .radio_block:not(:last-child) {
	padding-bottom: 20px;
}
.radio_title {
	font-size: 16px;
}
.main-title {
	font-size: 16px;
}
.main_info_bock {
	padding: 30px;
}
.next_btn {
	width: 160px;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
}
form#review-form {
    max-height: none;
    min-height: 498px;
}
.logo-section ul img {
    max-width: 100%;
}
.logo-section ul {
    table-layout: fixed;
}
.logo-section li {
    padding: 0 30px;
}
.feedback_descrip p:first-child {
	margin-bottom: 30px;
}
.feedback_descrip p {
	font-size: 26px;
}
#step2 .next_btn {
	width: 130px;
}
.main_info_bock .input_box .city-state-zip {
	font-size: 12px;
}
.form_block .input_box.three_text_box input {
	padding: 6px 5px;
}
.form_block .input_box.three_text_box input:first-child {
	margin: 0 auto;
	width: 23.5%;
}
.form_block .input_box.three_text_box input:nth-child(2) {
	margin:0 auto;
	width: 33.5%;
}
.left-section {
    padding-top: 24px;
}
.home .left-section {
	width: calc(50% - 4px);
	display: inline-block;
	vertical-align: top;
}
.home .left-section .inner-content h2 > br, .home .left-section .inner-content p > br {
	display: none;
}
.home .right-section {
	width: calc(50% - 4px);
	display: inline-block;
	vertical-align: top;
}
/*------- steps --------*/
#review-form::before {
    top: 120px;
    right: auto;
    height: 59px;
    width: 60px;
    background-size: 79%;
    z-index: 9999;
    left: -33px;
}
.main_info_bock {
    padding: 0;
}
form#review-form {
	    /*min-height: 632px;
    max-height: 632px;*/
}
#step4 .radio_block {
    padding-bottom: 15px;
}
/*#step3.main_info_bock, #step4.main_info_bock, */div#step5.main_info_bock.form_block {
	padding:0;
}
.inner-content h1 {
	font-size: 33px;
	margin-bottom: 29px;
	white-space: normal;
}
.inner-content h2 {
    font-size: 20px;
    padding: 0 20px;
    white-space: normal;
    line-height: normal;
}
.inner-content p {
	font-size: 15px;
}
.img-div img {
	width: 80%;
	position: relative;
	left: -30px;
}
.home .next_btn {
	font-size: 14px;
}
span.main-title.text-center {
	font-weight: normal;
	margin-bottom: 0px;
}
.next_btn {
	line-height: normal;
}
#step1 .radio_selection .radio_block {
	padding-bottom: 20px;
}
.radio_selection .radio_block, .radio_selection .radio_block:not(:last-child) {
	padding-bottom: 20px;
}
#step2 span.main-title.text-center {
    margin-bottom: 50px;
}
#step2 .btn_block {
	margin-top: 30px;
}
#step3 span.main-title.text-center , #step4 span.main-title.text-center {
	margin-bottom: 50px;
}
#step3 .btn_block, #step4 .btn_block {
	margin-top: 20px;
}
.radio_selection .radio_block {
	padding-left: 20px;
}
div#step5 .extra_fields .form-group:nth-child(2) {
    padding: 0px;
}
.top-header::before {
    height: 480px;
}
.progress-border {
    width: 75%;
}
div#step5.form_block .extra_fields .input_box.single input.form-control {
    width: 101px;
    height: 45px !important;
}
div#step5.form_block .extra_fields .input_box.single input#city {
    width: 105px;
    height: 45px;
}
#step5 .error-back.get-error:before {
 
    left: -3%;
}
div#step6 .error-back {
    float: none;
    display: block;
    margin: 0 auto;
    width: 100%;
	    padding: 0;
}
/*------- Thank you---------*/
.container.thank-you {
	margin-top: 50px;
	padding: 0 15px;
}
.thank-you p {
	font-size: 24px;
	margin-bottom: 28px;
}
.right-content p {
	font-size: 28px;
	margin-bottom: 20px;
}
.right-content p.Quotes {
	font-size: 30px;
	margin-bottom: 8px;
}
.right-content p.subtitle {
	font-size: 20px;
	margin-bottom: 40px;
}
.right-content a {
	font-size: 24px;
}
div#step1 .main-title {
    margin-bottom: 50px;
}
div#step1 .inner_title h3 {
    margin-bottom: 20px;
}
.inner_title h3 {
    font-size: 17px;
}
div#step5 .inner_title h3 {

    margin-bottom: 32px;
}
.radio_selection {

    width: 100%;
    margin: 0;
}
div#step5 .error-back {
 
    margin: 0;
    width: 100%;
}
div#step5.form_block .input_box.single input {
    height: 40px;
    font-size: 16px;
  	line-height:41px;
}
.radio_selection span.radio_block{ height:40px;}
.radio_title{ line-height:41px;}
/*div#step5.form_block .extra_fields .form-group {
  
    float: left;
}*/
div#step5.form_block .input_box.single input{
width: 235px;
}
div#step5 .name .form-group {
    padding-bottom: 14px;
}
div#step5.form_block .input_box {
    width: 90%;
    margin: 0 auto;
    display: block;
}
div#step6.form_block .input_box.three_text_box input:last-of-type,div#step6.form_block .input_box.single input {
    height: 40px;
    font-size: 16px;
    background-size: 22px;
	line-height:41px;
}
 button.orange_bg.lastBtn {
    font-size: 14px;
}
.inner-content h2 strong {
    font-size: 20px;
    margin-top: 0px;
}
.inner-content h2 {
    margin-bottom: 8px;
}
.form_description {
  
    padding: 0 15px;
    line-height: 18px;
	    margin-top: 25px;
}
.form_description p{
	font-size: 11px;
}
div#step6 .inner_title h3 {
   
    margin-bottom: 32px;
}
#step6 .error-back.get-error:before {
  
    left: -3%;
}
div#step6.form_block .get-error .input_box.single input {
 
    background-size: 25px !important;
}
.progress_bar_block {
   
    margin-bottom: 0;
	margin-top: 26px;
}
.your_own_home .radio_selection {
    padding-right: 0;
}
.back_btn { 
	height:auto;
	width:auto;	
} 
div#step6.step-block {
    min-height: 220px;
}
div#step6.step-block.main_info_bock {
	padding-bottom:0;	
}
span.help-block {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/*------- Thank you End---------*/
}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
.title-header h1 {
    font-size: 26px;
    display: inline-block;
    font-family: 'CopperplateGothic-Bold';
    color: #3475d0;
    margin: 26px 0px;
}
.img-div {
    position: relative;
    top: 15px;
}	
.main_info_bock {
	padding: 30px 40px 20px;
}
.main-title {
    font-size: 24px;
}
/*form#review-form {
	min-height: 500px;
}*/
.top-header .container::before {
	height: 84%;
	background-position: calc(0% + 84px) calc(100% - 36px);
	background-size: 32%;
}
label.custom_radio{ margin-right:10px;}
form#review-form {
	max-height:630px;
	min-height:630px;
}
.inner-content h1 {
	font-size: 33px;
	margin-bottom: 29px;
	white-space: normal;
}
.inner-content h2 {
	font-size: 26px;
	padding: 0 20px;
	white-space: normal;
	line-height: normal;
}
.inner-content p {
	font-size: 20px;
}
.img-div img {
	width: 100%;
}
.home .next_btn {
	font-size: 20px;
}
button.orange_bg.lastBtn {
    font-size: 18px;
}
span.main-title.text-center {
	font-weight: normal;
	margin-bottom: 0px;
}
.next_btn {
    width: 200px;
    height: 50px;
}
#review-form::before {
    right: -51px;
    width: 70px;
    background-size: 100%;
}
#step1 .radio_selection .radio_block {
	padding-bottom: 20px;
}
.radio_selection .radio_block, .radio_selection .radio_block:not(:last-child) {
	padding-bottom: 20px;
}
#step4 .radio_block {
    padding-bottom: 15px;
}
#step2 span.main-title.text-center {
	margin-bottom: 60px;
}
#step2 .btn_block {
	margin-top: 60px;
}
#step3 span.main-title.text-center , #step4 span.main-title.text-center {
	margin-bottom: 35px;
}
#step3 .btn_block , #step4 .btn_block {
	margin-top: 50px;
}
#step2.main_info_bock {
    padding: 0;
    position: relative;
}
#step3.main_info_bock{
    padding: 0px;
}
#step4.main_info_bock{
    padding: 0px;
}
div#step5.main_info_bock.form_block {
    padding-top: 0px;
}
.top-header::before {
    height: 540px;
}
.radio_title {
    font-size: 16px;
    line-height: 48px;
}
.large-lable .radio_title {
    font-size: 14px;
    line-height: normal;
	    padding: 5px 6px !important;
}
/*------- Thank you ---------*/


/*------- Thank you End---------*/
input#zip {
    padding-top: 0;
    padding-bottom: 0;
}
div#step5.form_block .input_box.single input, div#step6.form_block .input_box.three_text_box input:last-of-type, div#step6.form_block .input_box.single input {
    line-height: 52px;
}
}

@media (max-height:720px){
.copyright {
    position: relative;
    bottom: 0;
    margin: 50px 0 15px;
}
.home + .copyright{
margin: 55px 0 20px;
	}
}
.mobile-view{ display:none;}
@media (max-width:767px){
#step1 .error-back {
	padding-bottom:23px;
}
.back_btn {
margin-top:4px;
}
.top-header-inner{ background-image:url("../images/background_img_mobile.png"); background-size:cover;
border-bottom:3px solid #000;
    background-position-y: -1.8vw;
}

.large-lable .custom_radio  {
    padding: 6px 0px;
	vertical-align:middle
   
}
a.edit_address_link {
    font-size: 18px;
    font-weight: normal;
}
button.orange_bg{
-webkit-appearance:none;
border:none;
}
.step-block {
    min-height: calc(370px - 80px);
}
.radio_selection {
margin-bottom:40px;
}
div#step5 .name .form-group:nth-child(2){ float:none;}
form#review-form{ max-height:none;}
#step4 .radio_block,#step3 .radio_selection .radio_block {
    padding-left: 30px;
}
.desktop-view,.top-header::before,.top-header::after,.logo-section.desktop-view{ display:none;}
.mobile-view{ display:block;}
.logo-section {
    width: calc(25.8% - 4px);
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
    display:inline-block;
    margin-right: 7.9%;
	background-color: rgba(255,255,254,0.86);
	padding: 0 10px;
}
.logo-section li img {
    max-width: 19.5vw;
}
.left-section{ padding-top:0px;}
.logo-section ul {
    display: block;
}
.logo-section li {
    display: block;
    vertical-align: middle;
    margin: 4vw 0;
}
.logo-section li img {
    max-width: 100%;
}
.left-section{
    width: 63.2%;
	background-color:rgba(0,0,0,0.5);
}
.right-section {
	width: 100%;
}
.top-header .left-section .inner-content h2 {
    font-size: 4.5vw;
    padding: 0;
    white-space: normal;
    line-height: normal;
    margin-top: 1.5vw;
    margin-bottom: 1.6vw;
}
.top-header .left-section .inner-content h2 br {
    display: none;
}
.inner-content h2 strong {
    font-size: 4.5vw;
    margin-top: 0px;
    font-family: 'GillSans-SemiBold';
    display: inline-block;
}
.right-section {
    padding-right: 15px;
    padding-left: 15px;

}
form#review-form {

    background: transparent;
    box-shadow: none;
    border: none;
}
.inner_title h3 {

    font-size: 5vw;
    font-weight: normal;
    font-family: 'Avenir-Medium';
}
.inner_title{ padding-top:0px;}
div#step1 .inner_title h3 {

    margin-bottom: 10.9vw;

}
input#zip {

    font-size: 5vw;
    width: 50%;
    height: 12vw;
	line-height:normal;
	border:1px solid #000
}
label.custom_radio {
    border: 1px solid #000;
}
.radio_selection span.radio_block {
    width: 50%;
    height: 11vw;
    margin: 0px auto 10px;
    float: none;
	padding:0px !important;
}
div#step5.form_block .input_box.single input {
    height: 12vw;
    width: 50%;
    font-size: 5vw;
    border: 1px solid #000;
    margin: 0 auto;
}
div#step5 .name .form-group {
    padding-bottom: 10px;
}
div#step6 .error-back {
    width: 50%;
    padding-bottom: 10px;
    max-width: none;
}
div#step6.form_block .input_box.three_text_box input:last-of-type ,div#step6.form_block .input_box.single input{
    height: 12vw;
    font-size: 16px;
    border: 1px solid #000;
	line-height:13vw;
	    background-size: 16px;
}
button.orange_bg.lastBtn {
    font-size: 16px;
	max-width: 220px;
    width: 100%;
}
.radio_block input[type="radio"]:checked + label {
    border: 1px solid #000;
    background: #ade3eb;
}
.list-inline-block {
    margin-bottom: 15px;
    vertical-align: top;
    padding: 10px;
    box-sizing: border-box;
    width: calc(50% - 4px);
}
.center {

    width: 100%;
}
.center p {

    padding: 0;
    font-size: 3.7vw;
}
.right {

    width: 50%;
    float: right;

}
.left {

    width: 50%;
    display: inline-block;
	padding:0 20px;

}
.top-content p,.top-content h1 {

    font-size: 3.7vw;

}
.thankyou-page button,.thankyou-page img{ max-width:100%;}
.jacvzzi::after,.sundancesaps::after {

    content: "";
    width: 59.5%;
    height: 1px;
    background-color: #000;
    display: block;
    margin: 0 auto;

}
.jacvzzi {

    margin-top: 40px;
    margin-bottom: 30px;
}
.sundancesaps {

    margin-bottom: 30px;
}
}
 
 @media only screen and (min-width:320px) and (max-width:767px) and (orientation:portrait) {
	 span.hottube_cap {
    text-transform: capitalize;
}
.large-lable .radio_title {
    font-size: 14px;
    line-height: normal;
	margin-top:0px;
}
.container {
	background-size: cover;
	background-position: center center;
}

.bottom-section {
	padding: 20px 10px 5px 10px;
}
.list-inline-block br {
	display: none;
}
.next_btn {
	font-size: 20px;
	height: 39px;
	width: 150px;
	border-radius: 7px;
}
.right-section {
	margin-top: 10px;
}
.top-header {
	padding: 0px 0px 25px;
}
.inner-content br {
	display: none
}
.inner-content h1 {
	font-size: 25px;
	margin-bottom: 30px;
}
.inner-content h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 30px;
}
.inner-content p {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
.main_info_bock {
	max-width: 100%;
	padding: 10px;
	width: 100%;
}
#step1 .main-title {
	font-size: 19px;
	margin-bottom: 30px;
}
#step1 .radio_selection .radio_block {
	padding-left: 25px;
}
#step1 .radio_title {
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	vertical-align: top;
	width: calc(100% - 46px);
}
.next_btn {
	font-size: 16px;
	height: 39px;
	width: 158px;
	white-space: nowrap;
}
.main-title {
	font-size: 20px;
	margin-bottom: 18px;
}
.back_btn {
    font-size: 12px;
    width: 60px;
    box-sizing: border-box;
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
div#step2 .inner_title h3 {
margin-bottom: 10px;
    line-height: normal;
}
.progress_bar_block {
    margin: 15px auto 10px;
    position: absolute;
    bottom: 34px;
}
.btn_block {
	margin-top: 15px;
}
.main_info_bock.form_block {
	padding: 22px 15px;
}
.main_info_bock.form_block label.control-label {
	font-size: 13px;
}
.feedback_descrip p:first-child {
	margin-bottom: 25px;
}
.feedback_descrip p {
	font-size: 20px;
}
.radio_title {
	font-size: 18px;
}
.main_info_bock {
	padding: 0px;
}
.your_own_home .radio_selection {
	padding-left: 20px;
}
.main-title {
    font-size: 19px;
    margin-bottom: 18px;
}
#step2.main_info_bock {
    padding: 0;
    position: relative;
}
#step3.main_info_bock {
    padding: 0;
}
#step4.main_info_bock{
    padding: 0px;
}

div#step4 .inner_title h3 {

    width: 100%;
margin-bottom: 40px;
}
#step4 span.radio_title.straight {
    margin-right: 0;
}
#step4 span.radio_title.curved {
    margin-right: 0;
}
.radio_title {
	font-size: 16px;
	    line-height: 12vw;
	
}
.your_own_home .radio_selection {
	padding-left: 20px;
}
/*
.main_info_bock {
	padding: 15px;
}
*/
.left-section .img-div {
	margin: 50px auto 10px;
	max-width: 300px;
	padding-right: 0;
	text-align: center;
	    display: none;
}
.right-section #review-form p.error-message {
	font-size: 11px
}
#step1 .radio_selection .radio_block:not(:last-child) {
	padding-bottom: 15px !important;
}
/*------- steps --------*/
#step1 span#zipGroup-error {
    top: -20px;
}
#review-form::before {
	top: -20px;
	left: calc(50% - 35px);
	height: 50px;
	width: 70px;
	background-size: 100%;
	transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	opacity:0;
}
/*
.main_info_bock {
	padding:0;
}
*/
#step4 .radio_block {
    padding-bottom: 12px;
}
form#review-form {
    margin-top: 0px;
    min-height: 410px;
	max-height: 410px;
}
.inner-content h1 {
	font-size: 24px;
	margin-bottom: 29px;
	white-space: normal;
}

.inner-content p {
	font-size: 18px;
}
.img-div img {
	width: 80%;
	position: relative;
	left: 20px;
}
.home .next_btn {
    font-size: 16px;
    line-height: 35px;
    z-index: 9999;
}
span.main-title.text-center {
	    font-weight: bold;
	margin-bottom: 0px;
}
.next_btn {
	width: 160px;
}

#step1 .radio_selection .radio_block {
	padding-bottom: 20px;
}
.radio_selection .radio_block, .radio_selection .radio_block:not(:last-child) {
	padding-bottom: 20px;
}
#step2 span.main-title.text-center {
	margin-bottom: 40px;
}
#step2 .btn_block {
	margin-top: 30px;
}
#step3 span.main-title.text-center , #step4 span.main-title.text-center {
	margin-bottom: 40px;
}
#step3 .btn_block , #step4 .btn_block {
	margin-top: 20px;
}
div#step5.main_info_bock.form_block {
	padding: 0;
}
.form_description p {
    margin: 0 0 5px;
    line-height: 15px;
}
.list-inline-block p.title {
	font-size: 18px;
	margin-top: 12px;
	margin-bottom: 16px;
}
.list-inline-block p {
	font-size: 14px;
}
.home + .copyright {
    margin: 25px 0 10px;
	    padding: 0 15px;
}
.progress-border {
    width: 95%;
    max-width: 406px;
}
}
 @media (min-width:240px) and (max-width:767px) and (orientation:portrait) {

.title-header h1 {
    font-size: 25px;

}
.title-header {
    padding: 0 25px;
    text-align: center;
}
.form_block .input_box.three_text_box input:first-child {
	margin-right: 5%;
	width: 23.5%;
	box-sizing: border-box;
	padding: 0;
}
.form_block .input_box.three_text_box input:nth-child(2) {
	margin-right: 5%;
	width: 33.5%;
	box-sizing: border-box;
	padding: 0;
}
.main_info_bock .input_box .city-state-zip {
	font-size: 14px;
}
.main_info_bock .input_box .city-state-zip:before {
	margin-right: 10px;
	width: 14px;
	height: 20px;
}
.top-header .container::before{ background-image:none;}
/* 26-09 */
#step3 .next_btn , #step4 .next_btn {
	width: 145px;
	box-sizing: border-box;
}
#step3 .back_btn , #step4 .back_btn{
	width: 55px;
	margin-right: 20px;
}

.form_block .form-group .form-control{padding:0 5px;}
/* 26-09 end */
.xs-hide{ display:none;}

/*------- Thank you ---------*/
.left-img {
	width: 100%;
	display: inline-block;
}
.right-content {
	width: 100%;
	display: inline-block;
	padding: 30px 0;
}
.container.thank-you {
	margin-top: 50px;
	padding: 0 15px;
}
.thank-you p {
	font-size: 20px;
	margin-bottom: 28px;
}
.right-content p {
	font-size: 20px;
	margin-bottom: 20px;
}
.right-content p.Quotes {
	font-size: 24px;
	margin-bottom: 8px;
}
.right-content p.subtitle {
	font-size: 16px;
	margin-bottom: 40px;
}
.right-content a {
	font-size: 20px;
}
.copyright {
	font-size: 12px;
	position: relative;
	bottom: 0;
	margin: 50px 0 15px;
}
/*------- Thank you End---------*/

div#step5 .name .form-group:nth-child(1) {
	margin: 0px;
}
div#step5 .name .form-group:nth-child(2) {
	margin: 0px;
	float:none;
}
.has-error span.help-block {
	font-size: 14px;
	margin: 10px 0 15px;
}
div#step5.form_block .extra_fields .input_box.single input.form-control {
    width: 100px;
    height: 45px;
}
div#step5.form_block .extra_fields .input_box.single input#state {
    width: 64px;
    height: 45px;
    padding: 0 7px;
}
div#step5.form_block .extra_fields .input_box.single input#city {
    width: 120px;
    height: 45px;
}
div#step1 .inner_title h3 {
    margin-bottom: 40px;
}
.radio_selection {

    float: left;
    width: 100%;
    margin: 0;
}
div#step5 .error-back {
    
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
div#step5 .main-title {
    margin-bottom: 40px !important;
}
div#step5 .inner_title h3 {
    margin-bottom: 15px;
}
div#step5 span.main-title.text-center {
    font-weight: bold;

}
#step5 .error-back.get-error:before {
   
    left: -15px;
}
.form_description {
    padding: 0px 15px;
	margin-top: 15px;
}
div#step6.step-block {
    min-height: 200px;
}
.form_description p {
font-size:12px;
}
div#step6 span.main-title.text-center {

    margin-bottom: 40px;
}
div#step6 .inner_title h3 {
  
    margin-bottom: 40px;
}
div#step3 .inner_title h3 {
    width: 100%;
	margin-bottom: 40px;
}
.form-footer {
    margin: 10px auto 0;
    float: left;
    width: 100%;
    margin-top: 0;
}
}
@media only screen and (max-width:360px){
	div#step1 .inner_title h3 {
    margin-bottom: 0px;
}
.error-back {
    padding-bottom: 0px;
}
.main-title {
    font-size: 17px;
    margin-bottom: 10px;
	padding: 7px 5px;
} 
.map-pointer {
    margin-bottom: 10px;
}
.step-block {
    min-height: calc(350px - 90px);
}
.inner_title h3 {
    font-size: 4vw;
}	 
.logo-section {
    padding: 0 10px;
}
.logo-section {
    width: calc(22.8% - 4px);
}
.progress_bar_block {
    bottom: 44px;
}
.back_btn {
    bottom: 23px;
}
 }
 
 
 @media (min-width:320px) and (max-width:767px) and (orientation:landscape) {
div#step5.main_info_bock.form_block {
    padding: 0;
}
.title-header {
    padding: 0 25px;
    text-align: center;
}
.zip.form-group,.radio_selection span.radio_block,div#step5 .error-back ,div#step6 .error-back{
    width: 90%;
	margin:0 auto;
}
.container {
	background-size: cover;
	background-position: center center;
}
.list-inline-block {
	margin-bottom: 15px;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
	width: calc(100% / 2 - 4px);
}
.bottom-section {
	padding: 20px 10px 5px 10px;
}
.list-inline-block br {
	display: none;
}
.top-header {
	padding: 0px 0px 25px;
}
.top-header .container::before{ background-image:none;}
.progress_bar_block {
    margin: 15px auto;
}
.right-section {
	padding-left: 0;
	margin-top: 10px;
	text-align: center;
}
#step1 .right-section .main_info_bock {
	display: inline-block;
	float: none;
}
.img-div {
	padding-right: 0px;
	max-width: 350px;
	margin: 0px auto;
}
#step1 .radio_title {
	text-align: left
}
.main_info_bock {
	padding: 15px;
}
.main-title {
	font-size: 22px;
}
.radio_selection .radio_block:not(:last-child) {
	padding-bottom: 22px;
}
.radio_title {
	font-size: 20px;
	line-height:55px;
}
.next_btn {
	font-size: 20px;
	height: 36px;
	line-height: 36px;
}
.feedback_descrip p:first-child {
	margin-bottom: 30px;
}
.feedback_descrip p {
	font-size: 22px;
}
.left-section .img-div {
	margin: 50px auto 10px;
	max-width: 300px;
	padding-right: 0;
	text-align: center;
	    display: none;
}
#step5.form_block .input_box {
	text-align: left;
}
.right-section #review-form p.error-message {
	font-size: 11px
}
#step1 .radio_selection .radio_block:not(:last-child) {
	padding-bottom: 15px;
}
.form_block .input_box.three_text_box input:first-child {
	margin-right: 5%;
	width: 23.5%;
	box-sizing: border-box;
	padding: 0;
}
.form_block .input_box.three_text_box input:nth-child(2) {
	margin-right: 5%;
	width: 33.5%;
	box-sizing: border-box;
	padding: 0;
}
.main_info_bock .input_box .city-state-zip {
	font-size: 11px;
}
.main_info_bock .input_box .city-state-zip:before {
	margin-right: 10px;
	width: 14px;
	height: 20px;
}
.back_btn {
	font-size: 12px;
	width: 60px;
	box-sizing: border-box;
}
.next_btn {
	font-size: 16px;
	height: 39px;
	width: 158px;
	white-space: nowrap;
}
/* 26-09 */
#step3 .next_btn , #step4 .next_btn {
	width: 145px;
	box-sizing: border-box;
}
#step3 .back_btn , #step4 .back_btn {
	width: 55px;
	margin-right: 20px;
}
#step3.main_info_bock , #step4.main_info_bock {
	padding: 50px 40px;
}
.xs-hide{ display:none;}
/*------- steps --------*/
#review-form::before {
	top: -20px;
	left: calc(50% - 35px);
	height: 50px;
	width: 70px;
	background-size: 100%;
	transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	opacity:0;
}
.main_info_bock {
    padding: 0;
}
div#step1 .main-title {
    margin-bottom: 40px;
}
div#step1 .inner_title h3 {
    margin-bottom: 40px;
}
.inner_title h3 {
    font-size: 25px;
    
}
input#zip {
    font-size: 20px;
    height: 49px;
	line-height:53px;
    width: 90%;
    background-size: 20px;
	padding:0px;
}
.radio_selection span.radio_block {
    height: 49px;
    margin: 0 auto 10px;
}

div#step5.form_block .input_box.single input {
    height: 49px;
    width: 90%;
    font-size: 20px;
    line-height: 50px;
}
div#step5.form_block .extra_fields .input_box.single input#city {
    width: 100px;
    height: 45px;
}
div#step5.form_block .extra_fields .input_box.single input.form-control{
	padding:0px 10px;
}
div#step5.form_block .extra_fields .input_box.single input.form-control {
    width: 60px;
}
div#step5.form_block .extra_fields .input_box.single input#state,div#step5.form_block .extra_fields .input_box.single input.form-control {
    height: 45px;
}
div#step6.form_block .input_box.three_text_box input:last-of-type,div#step6.form_block .input_box.single input {
	width: 100%;
    height: 49px;
    font-size: 20px;
    line-height: 49px;
	    background-size: 20px;
}
div#step6 .error-back {
    margin: 0 auto;
}
#step2.main_info_bock {
    padding: 0;
    position: relative;
}
#step3.main_info_bock{
    padding: 0;
}
#step4.main_info_bock{
    padding: 0;
}
form#review-form {
    min-height:410px;
}
#step4 .radio_block {
    padding-bottom: 12px;
}
.inner-content h1 {
	font-size: 33px;
	margin-bottom: 29px;
	white-space: normal;
}
.inner-content h2 {
	font-size: 26px;
	padding: 0 20px;
	white-space: normal;
	line-height: normal;
	    margin-top: 10px;
}
.inner-content p {
	font-size: 20px;
}
.img-div img {
	width: 80%;
	position: relative;
	left: 20px;
}
.home .next_btn {
	font-size: 16px;
}
.next_btn {
	width: 200px;
}
#step1 .radio_selection .radio_block {
	padding-bottom: 20px;
}
.radio_selection .radio_block, .radio_selection .radio_block:not(:last-child) {
	padding-bottom: 20px;
}
#step2 span.main-title.text-center {
    margin-bottom: 40px;
}
div#step2 .inner_title h3 {
    margin-bottom: 40px;
    text-align: center;
}
#step2 .btn_block {
	margin-top: 60px;
}
#step3 span.main-title.text-center{
	margin-bottom: 60px;
}
#step4 span.main-title.text-center {
    margin-bottom: 30px;
}
#step4 .btn_block {
    margin-top: 28px;
}
#step3 .btn_block {
	margin-top: 50px;
}
.form_description p {
    margin: 0;
}
#step5 .error-back.get-error:before {
    content: '';
    height: calc(100% + 10px);
    top: 0px;
    width: calc(100% + 40px);
    left: -20px;
}
/* 26-09 n end */
/*------- Thank you ---------*/

.container.thank-you {
	margin-top: 50px;
	padding: 0 15px;
}
.thank-you p {
	font-size: 20px;
	margin-bottom: 28px;
}
.right-content p {
	font-size: 20px;
	margin-bottom: 20px;
}
.right-content p.Quotes {
	font-size: 24px;
	margin-bottom: 8px;
}
.right-content p.subtitle {
	font-size: 16px;
	margin-bottom: 40px;
}
.right-content a {
	font-size: 20px;
}
.copyright {
	font-size: 12px;
	position: relative;
	bottom: 0;
	margin: 50px 0 15px;
}
div#step5 .name .form-group {
	width: 100%;
	display: block;
	margin: 0 auto;
}
div#step5 .name .form-group:nth-child(1) {
	margin: 0px;
}
div#step5 .name .form-group:nth-child(2) {
	margin: 0px;
}
.has-error span.help-block {
	font-size: 14px;
	margin: 10px 0 15px;
}
/*------- Thank you end---------*/
.list-inline-block p.title {
	font-size: 18px;
	margin-top: 12px;
	margin-bottom: 16px;
}
.list-inline-block p {
	font-size: 14px;
}
.home + .copyright {
    position: relative;
    margin: 25px 0 10px;
}
.progress-border {
    width: 95%;
    max-width: 406px;
}
div#step6.step-block {
    min-height: 240px;
}
.large-lable .radio_title {
    line-height: 35px;
}
.jacvzzi a, .sundancesaps a, .dimensiononespas a {
    font-family: 'GillSans-SemiBold';
    text-decoration: none;
	display: inline-block;
}
.thankyou-page.container .right {
    padding-top: 0;
	text-align: right;
}
div#step6.form_block .input_box.three_text_box input:last-of-type, div#step6.form_block .input_box.single input {
    padding: 0 40px 0 13px;
}
}
@media only screen and (max-width: 568px) and (min-width: 320px) and (orientation: portrait)
{
	.next_btn {
    width: 150px;
}
}
@media only screen and (max-width: 568px) and (min-width: 320px) and (orientation: landscape)
{
form#review-form {
    width: 100%;
    margin-left: 0;
}
/*#step3.main_info_bock , #step4.main_info_bock {
    padding: 50px 20px;
}*/
.main_info_bock {
    padding: 50px 30px;
}
div#step5.main_info_bock.form_block {
    padding: 49px 20px 10px;
}
.next_btn {
    width: 160px;
}
}
.form_description.hide a {
  color: #595958;
}
@media  (min-width:1024px){
#step4 span.radio_title{
		padding:0px 6px;
	}
}
@media only screen and (min-width:320px) and (max-width:767px) and (orientation:portrait) {
.top-header-inner {
    background-position-y: 0vw;
}
.large-lable .custom_radio {
    padding: 1.5vw 0px;
}
.large-lable .radio_title {
    line-height: 4.5vw;
}
.home .copyright span.Privacy {
    display: block;
}
.home .copyright span.Privacy span.pravacy-divider{
    display: none;
}
input#zip {
    line-height: 13vw;
	padding:0px;
}
div#step5.form_block .input_box.single input{
	line-height:13vw;
	    width: 285px;
		    font-size: 16px;

}
div#step5.form_block .extra_fields .input_box.single input.form-control{
	padding:0px 5px;
}
.copyright .Privacy {
    display: block;
}
.jacvzzi a, .sundancesaps a, .dimensiononespas a {
    font-family: 'GillSans-SemiBold';
    font-size: 18px;
    width: 145px;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
	display: inline-block;
}
.thankyou-page.container .right {
    padding-top: 0;
	text-align: right;
}
div#step6.form_block .input_box.three_text_box input:last-of-type, div#step6.form_block .input_box.single input {
    padding: 0 40px 0 5px;
}
}
@media only screen and (min-width:375px) and (max-width:767px) and (orientation:portrait) {
.top-header-inner {
    background-position-y: 4.5vw;
}
}
@media only screen and (min-width:414px) and (max-width:767px) and (orientation:portrait) {
.top-header-inner {
    background-position-y: 3.3vw;
}
.form_description {
    margin-top: 10px;
}
}

@media only screen and (min-width:768px){
.progress_bar_block {
    position: absolute;
    bottom: 38px;
}
.back_btn {
    position: absolute;
    left: 50%;
    bottom: 11px;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}	
}


@media (min-width:1025px){
.mac .radio_title, div#step5.form_block .input_box.single input, div#step6.form_block .input_box.three_text_box input:last-of-type, div#step6.form_block .input_box.single input {
    line-height: 54px;
}
.mac .large-lable .radio_title {
    line-height: normal;
    margin-top: 4px;
}
.mac div#step5.form_block .extra_fields .input_box.single input.form-control {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 56px;
}
}