/* Step Form */

table.blue-table {
    background-color: transparent !important;
    border: none !important;
}
table.blue-table tbody {
    border: 1px solid #FFFFFF !important;
}
table.blue-table tr:nth-child(2n+1) {
    background-color: transparent !important;
}
table.blue-table tr:nth-child(2n) {
    background-color: #1a1c62 !important;
}
.blue-table th, .blue-table td {
    border: none !important;
    font-weight: normal !important;
}
.blue-table tr th:first-child, .blue-table tr td:first-child {
    border: none !important;
}
.blue-table tbody tr:nth-child(2n+1) td:last-child {
    background-color: #f04f47 !important;
}
.blue-table tbody:nth-child(2n) td:last-child {
    background-color: #de5b52 !important;
}
.blue-table th:first-child {
    vertical-align: bottom !important;
    font-size: 36px !important;
}
.blue-table th:first-child strong {
    display: block !important;
    font-size: 36px !important;
    font-weight: bold !important;
}
.blue-table th:nth-child(2), .blue-table th:last-child {
    width: 192px !important;
}
.blue-table th:nth-child(2) strong {
    display: block !important;
    font-size: 24px !important;
    color: #51bbb4 !important;
    font-weight: normal !important;
}
.blue-table th:last-child strong {
    display: block !important;
    font-size: 24px !important;
    color: #f04f47 !important;
    font-weight: bold !important;
}

.valuation_form #postcode {
	-webkit-border-radius: 50px 0 0 50px;
	-moz-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    padding: 0px 30px;
    background: #fff;
    color: #201351;
    width: 65%;
    height: 68px;
    font-weight: 600;
    vertical-align: top;
}
.valuation_form #postcode_submit {
    width: 35%;
    padding: 0 !important;
    height: 68px;
    -webkit-border-radius: 0 50px 50px 0 !important;
	-moz-border-radius: 0 50px 50px 0 !important;
    border-radius: 0 50px 50px 0 !important;
    font-size: 16px;
    line-height: 16px;
    background: #f04f47;
    vertical-align: top;
}
.valuation_form #postcode_submit:hover, .valuation_form #postcode_submit:focus {
	background: #51bbb4;
	-ms-transform: none !important;
    transform: none !important;
    -webkit-transform: none !important;
}
.valuation_form #postcode_submit:disabled {
    cursor: not-allowed;
}
.valuation_form ::-webkit-input-placeholder {
  color: #201351 !important;
}
.valuation_form :-ms-input-placeholder {
  color: #201351 !important;
}
.valuation_form ::placeholder {
  color: #201351 !important;
}

.val_main {
	font-family: 'Museo-300';
}
.val_steps {
    padding: 80px 0;
    text-align: center;
    display: none;
}
.val_steps img {
    max-width: 100%;
    max-height: 86px;
    display: block;
    margin: 0 auto 15px auto;
}
.val_steps.val_step1 img {
    max-width: 250px;
}
.val_steps h3 {
	color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Museo-700';
    margin-bottom: 15px;
}
.val_steps label {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    display: block;
    font-family: 'Museo-500';
}
.val_steps label b {
	font-family: 'Museo-700';
}
.val_steps label b.fill_postcode {
    text-transform: uppercase;
}
.val_steps input[type="text"], .val_steps input[type="email"], .val_steps input[type="number"], .val_steps select {
    background: #ffffff;
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
    border-radius: 50px;
    max-width: 500px;
    padding: 0 20px;
    height: 55px;
    display: block;
    margin: 0 auto;
    font-family: 'Museo-300';
    position: relative;
}
.val_steps input[type="number"] {
    width: 500px;
    border: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}
input[type="number"] {
   -moz-appearance: textfield;
}
.val_steps .form-row {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.val_steps .submit-row {
	margin-top: 8px;
}
.val_steps input.submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
    border-radius: 50px !important;
    font-size: 16px;
    line-height: 16px;
    background-color: #f04f47 !important;
    padding: 15px 25px;
    font-family: 'Museo-300';
}
.val_steps input.submit:hover, .val_steps input.submit:focus {
	opacity: 0.85;
	-ms-transform: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    -webkit-appearance: none !important;
}
.val_steps input.submit:disabled {
    cursor: not-allowed;
}
.val_steps.val_step2 img {
    max-width: 80%;
    margin-bottom: 30px;
}
.val_steps input.back {
	font-size: 16px;
    line-height: 16px;
	background: transparent !important;
	margin-right: 10px;
	font-family: 'Museo-300';
}
.val_steps input.back:hover {
	color: #201351;
}

.val_steps .radio_main {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 1%;
}
[type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.val_step3 [type=radio] + .img_p {
  	cursor: pointer;
  	padding: 5%;
    position: relative;
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
    border-radius: 50px;
}
.val_step3 [type=radio]:checked + .img_p, .val_step3 .img_p:hover {
    background: rgba(32,27,101, 1);
}
.val_step3 .img_p p {
	padding-bottom: 10px;
}

.val_steps .bed_main {
	display: inline-block;
	margin-bottom: 10px;
}
.bed_cnt {
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 7px solid #fff;
    width: 140px;
    height: 140px;
    display: table;
    margin: 20px 15px;
}
.bed_cnt span {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}
.val_step4 [type=radio] + .bed_cnt {
  	cursor: pointer;
}
.val_step4 [type=radio]:checked + .bed_cnt, .bed_cnt:hover {
    background: rgba(32,27,101, 1);
    border: 7px solid rgba(32,27,101, 1);
    color: #fff;
}
.val_step4 [type=radio]:checked + .bed_cnt span, .bed_cnt:hover span {
    color: #fff;
}
.val_step5 img {
	max-width: 200px;
	margin-bottom: 20px;
}
.val_step5 h3 {
	margin-bottom: 30px;
}

.val_step7 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    min-height: 800px;
}
.val_step7 .img_des {
    margin-top: 50px;
}
.val_step7 img {
    max-width: 350px;
}
.val_step7 h3 {
    color: #fff;
    margin-top: 20px;
}
.val_steps a.button_type {
    display: inline-block;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    font-size: 16px;
    line-height: 16px;
    background-color: #f04f47 !important;
    padding: 15px 25px;
    font-family: 'Museo-300';
    color: #fff;
}
.val_steps a.button_type:hover {
    opacity: 0.85;
}
.val_step7 a.button_type {
    margin-top: 30px;
	font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.val_step6 img {
    max-width: 150px;
}
.val_steps .form-row.terms_check {
    max-width: 500px;
    float: inherit;
    display: inline-block;
    margin-bottom: 0;
}
.val_steps .captcha_main {
    max-width: 480px;
    margin: 0 auto 30px auto;
}
.val_steps .terms_check input {
    margin-left: 10px;
    float: left;
}
.val_steps .terms_check label {
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.val_steps .terms_check label a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700;
}
.val_steps .terms_check label a:hover {
    color: #E8E8E8;
}
.val_steps .error_msg {
    display: none;
    max-width: 500px;
    margin: 0 auto;
    background: #f04f47;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 20px;
    padding: 4px 10px;
}
#ui-datepicker-div {
    z-index: 99 !important;
}
#ui-datepicker-div a.ui-state-default:hover {
    color: #fff;
    background: #f04f47;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #51bbb4 !important;
    background: #51bbb4 !important;
    color: #fff !important;
}

.val_step4 img, .val_step5 img, .val_steps.val_step2 img, .val_step6 img {
	max-width: 400px; max-height: unset;
	margin-bottom: 20px;
}

@media screen and (max-width:1199px) {
	.valuation_form #postcode {
		height: 60px;
	}
	.valuation_form #postcode_submit {
		height: 60px;
		font-size: 14px;
        line-height: 14px;
	}
    .val_steps .radio_main {
        width: 29%;
    }
    .val_step7 {
        background-size: 100% !important;
        min-height: 650px;
    }
}

@media screen and (max-width: 999px) {
    .blue-table th:nth-child(2), .blue-table th:last-child {
        width: 130px !important;
        vertical-align: bottom !important;    
    }
    .blue-table th:first-child strong {
        font-size: 30px !important;
    }
}

@media screen and (max-width:991px) {
	.valuation_form #postcode {
		height: 55px;
	}
	.valuation_form #postcode_submit {
		height: 55px;
	}
    .bed_cnt {
        width: 100px;
        height: 100px;
        margin: 10px 10px;
    }
    .val_steps .bed_main {
        margin-bottom: 0;
    }
    .custom_buttons{
        padding-bottom: 15px !important;
    }
    .val_steps {
        padding: 0px 0px 20px 0px;
    }
}

@media screen and (max-width:767px) {
	.valuation_form #postcode {
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		width: 100%;
		height: 50px;
	}
	.valuation_form #postcode_submit {
		width: auto;
		padding: 0 20px !important;
		-webkit-border-radius: 50px !important;
		-moz-border-radius: 50px !important;
		border-radius: 50px !important;
		height: 50px;
		margin-top: 5px;
	}
    .val_steps h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .val_steps.val_step2 img {
        max-width: 100%;
    }
    .val_steps .radio_main {
        width: 45%;
    }
    .bed_cnt {
        width: 100px;
        height: 100px;
        margin: 10px;
    }
    .val_step7 {
        min-height: 600px;
    }
}

@media screen and (max-width: 690px) {
    .blue-table th:first-child strong {
        font-size: 20px !important;
        line-height: 1.25 !important;
    }
    .blue-table th:nth-child(2) strong, .blue-table th:last-child strong {
        font-size: 16px !important;
    }
    .blue-table th, .blue-table td {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }
    .blue-table th:nth-child(2), .blue-table th:last-child {
        width: 100px !important;
    }
    .val_steps input[type="number"] {
        width: 100%;
    }
    .val_steps input[type="text"], .val_steps input[type="email"], .val_steps input[type="number"], .val_steps select, .hasDatepicker {
        width: 100%;
    }
    .val_steps {
        padding: 0px 0px 20px 0px !important;
    }
    .val_steps .container {
        padding-top: 15px !important;
    }
}

@media screen and (max-width:575px) {
    .val_steps h3 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .val_steps label {
        font-size: 16px;
        line-height: 20px;
    }
    .val_steps .radio_main {
        width: 47%;
    }
    .val_steps .radio_main {
        margin: 10px 1%;
    }
    .val_steps img {
        max-width: 100%;
    }
    .val_step5 img, .val_step6 img {
        max-width: 150px;
    }
    .bed_cnt span {
        font-size: 24px;
        line-height: 30px;
    }
    .bed_cnt {
        width: 70px;
        height: 70px;
        margin: 5px;
    }
    .val_step7 {
        min-height: 520px;
    }
    .val_step3 img {
        max-width: 65%;
    }
    .val_steps .terms_check label {
        margin-top: 0;
        max-width: 272px;
    }
}

@media screen and (max-width:479px) {
	.valuation_form #postcode {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		height: 40px;
	}
	.valuation_form #postcode_submit {
		-webkit-border-radius: 20px !important;
		-moz-border-radius: 20px !important;
		border-radius: 20px !important;
		height: 40px;
	}
}

/* Step Form */



/*step form 1*/

.tab{display: none;}
.current{display: block;}


/*form {width: 40%; }


h1 {text-align: center; }*/

/*input {padding: 10px; width: 100%; font-size: 17px; font-family: Raleway; border: 1px solid #aaaaaa; }

button {background-color: #4CAF50; color: #ffffff; border: none; padding: 10px 20px; font-size: 17px; font-family: Raleway; cursor: pointer; }

button:hover {opacity: 0.8; }*/


/* Make circles that indicate the steps of the form: */
/*.step {height: 30px; width: 30px; cursor: pointer; margin: 0 2px; color: #fff; background-color: #bbbbbb; border: none; border-radius: 50%; display: inline-block; opacity: 0.8; padding: 5px}
.step.active {opacity: 1; background-color: #69c769;}
.step.finish {background-color: #4CAF50; }*/

.error {color: #f00 !important; }

/*step form 1*/