/**
 * All of the CSS for your multisteps form
 * included in this file.
 */
/* @font-face {
    font-family: 'montserratultra_light';
    src: url('../fonts/montserrat-ultralight-webfont.eot');
    src: url('../fonts/montserrat-ultralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-ultralight-webfont.woff2') format('woff2'), url('../fonts/montserrat-ultralight-webfont.woff') format('woff'), url('../fonts/montserrat-ultralight-webfont.ttf') format('truetype'), url('../fonts/montserrat-ultralight-webfont.svg#montserratultra_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff'), url('../fonts/montserrat-light-webfont.ttf') format('truetype'), url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff'), url('../fonts/montserrat-regular-webfont.ttf') format('truetype'), url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemi_bold';
    src: url('../fonts/montserrat-semibold-webfont.eot');
    src: url('../fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('../fonts/montserrat-semibold-webfont.woff') format('woff'), url('../fonts/montserrat-semibold-webfont.ttf') format('truetype'), url('../fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff'), url('../fonts/montserrat-bold-webfont.ttf') format('truetype'), url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
} */


/* FOnt Awesome */

/* @font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
} */

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-phone:before {
    content: "\f095"
}

@font-face {
    font-family: 'ArchitectsDaughter';
    src: url('../fonts/ArchitectsDaughter.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArchitectsDaughter';
    src: url() format('woff'), url('../fonts/ArchitectsDaughter.ttf') format('truetype'), url('../fonts/ArchitectsDaughter.svg#ArchitectsDaughter') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Form Styles */

.btn:active:focus, .btn:focus {
    outline: none !important;
}

input[type="text"], input[type="email"], input[type="tel"], select {
    border-radius: 6px;
    height: 45px;
    font-size: 16px;
}

textarea {
    height: 95px !important;
}

select, textarea, input[type="text"], input[type="email"], input[type="tel"] {
    border-radius: 6px;
    font-size: 16px;
}

textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
    border: none !important;
}


/* For Firefox */

input[type='number'] {
    -moz-appearance: textfield;
}


/* Webkit browsers like Safari and Chrome */

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* multi-stage-form-version 4 :: start */

.btn, .x-btn, .button, [type="submit"], button.btn {
    font-family: 'Montserrat' !important;
}

.multi-stage-form-container>p {
    display: none;
}

.multi-stage-form {
    text-align: center;
    background: #2f4169;
    padding: 50px 0;
}

.multi-stage-form .banner-form {
    padding: 0;
}

#conveyancing_multistep_form {
    position: relative;
}
#conveyancing_multistep_formv2 {
    position: relative;
}

.question-label {
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}

.multi-stage-form .form-group {
    margin-bottom: 0px;
}

.multi-stage-form label {
    font-weight: 400;
}

.active-radio {
    margin-bottom: 40px;
}

.radio-div .radio-ans {
    color: #2f4169;
    background: #ffffff;
    font-size: 110%;
    font-weight: 700;
    height: 150px;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.8);
    line-height: 20px;
    border-radius: 6px;
    position: relative;
}

/* 15-11-2017 */
span.label-text {
    position: absolute;
    width: 95%;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
}

.radio-div .radio-ans .center-content .radio-text {
    white-space: pre-wrap;
}

.radio-div .radio-ans span.label-text {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


/*.radio-div .radio-ans:last-child{
    margin-right: 0;
} */

.radio-div .radio-ans.label-width-img span.img-label {
    position: absolute;
    width: 100%;
    bottom: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    /*padding: 0 3px;*/
}

.radio-div .radio-ans.label-width-img span.radio_hover, .radio-div .radio-ans.label-width-img span.radio_active {
    bottom: 0;
}

.radio_hover img {
    height: 46px;
    width: 47px;
}

.radio_active img {
    height: 46px;
    width: 60px;
}

.radio-ans.label-width-img {
    padding: 15px;
}

.radio-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.radio-ans.active:hover .radio_hover {
    height: 0;
}

.active-radio.active .radio_active {
    height: 100%;
}

.active-radio.active:hover .radio_hover {
    height: 0;
}

.radio_hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(68, 157, 68, 0.8);
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.radio_active {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(68, 157, 68, 0.8);
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.radio_hover img, .radio_active img {
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    pointer-events: none;
}

.center-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 150px;
    width: 100%;
    padding: 15px;
}

.font-40 {
    font-size: 40px;
}

div .font-24 {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}

.radio-div .radio-ans input[type="radio"] {
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;
    position: absolute;
}

.multi-stage-form .btn-next, .multi-stage-form .btn-submit {
    background: #449d44;
    color: #fff;
    font-size: 20px !important;
    line-height: 20px !important;
    padding: 15px;
    text-align: center;
    border-radius: 6px;
    text-transform: uppercase;
    white-space: normal;
}

.multi-stage-form .btn-submit {
    text-transform: none !important;
    /*margin-top: 20px;*/
    font-size: 22px;
    white-space: pre-wrap;
}

.small-btn-text {
    font-size: 16px;
}

.multi-stage-form .btn-next:hover, .multi-stage-form .btn-submit:hover, .multi-stage-form .btn-next:focus, .multi-stage-form .btn-submit:focus {
    background: #2ad62a;
    color: #fff;
}

.multi-stage-form .btn-next i, .multi-stage-form .btn-submit i {
    margin-right: 0 !important;
}

.multi-stage-form .btn-back {
    width: auto !important;
    margin: auto;
    background: transparent !important;
    text-transform: uppercase;
    border: none;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.multi-stage-form .btn-back:hover, .multi-stage-form .btn-back:focus {
    opacity: 0.8;
    border: none;
}

.multi-stage-form .btn-back i {
    margin-right: 5px;
}

#conveyancing_multistep_form fieldset:not(:first-of-type) {
    display: none;
}

#conveyancing_multistep_formv2 fieldset:not(:first-of-type) {
    display: none;
}

fieldset {
    border: 0 !important;
}

.progress {
    background-color: #273856;
    border-radius: 15px;
    margin: 40px 0 0 0;
    height: 30px;
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.20);
}

.progress-bar {
    background-color: #449d44;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.approximate-budget .radio-ans, .approximate-budget .center-content, .approx_budget .radio-ans, .approx_budget .center-content, .i-wanr-to-start .radio-ans, .i-wanr-to-start .center-content {
    height: auto !important;
    margin: 0 auto 30px;
}

.approximate-budget .radio_active img, .approximate-budget .radio_hover img, .approx_budget .radio_active img, .approx_budget .radio_hover img, .i-wanr-to-start .radio_active img, .i-wanr-to-start .radio_hover img {
    width: 30px;
    height: 30px;
}

.question-label span {
    font-size: 16px;
}

.form-group {
    position: relative;
}

.footer-bottom .__banner {
    padding: 0 !important;
}

.input-form-grp label {
    margin-bottom: 4px;
}


/* multi-stage-form-version 4 :: end */


/* my-project-bottom :: start */

.my-project-bottom {
    background: #2d4164;
}

.my-project-bottom .question-label {
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.my-project-bottom .form-group {
    margin-bottom: 0;
}

.padding-50 {
    padding: 50px 0px !important;
}

h3.question-label {
    font-family: 'Montserrat' !important;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: normal;
    font-size: 26px;
    text-transform: none;
}

.project-btn-block {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-flex-wrap: stretch;
    -ms-flex-flex-wrap: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.project-form-bottom .progress {
    margin: 40px 15px 0;
}

#datepicker.hasDatepicker {
    margin-bottom: 40px;
}


/* 20-07-2017 */

.approx_moving_date .date-picker-mobile {
    background: url(../images/calendar.png) no-repeat right center #FFF;
}


/* 20-07-2017 */


/* 24 July 2017 :: Starts */

.approx_moving_date .date-picker-mobile.error {
    background: url(../images/calendar-invalid.png) no-repeat right center #FFF;
}

.approx_moving_date .date-picker-mobile.valid {
    background: url(../images/calendar-valid.png) no-repeat right center #FFF;
}


/* 24 July 2017 :: Ends */


/*  27 June 2017 :: START  */

#datepicker.hasDatepicker a.ui-state-active {
    color: #ffffff !important;
}

.form-control {
    line-height: 30px !important;
}


/*  27 June 2017 :: END  */


/*  29th June 2017 :: START  */

.about-me input, .about-me select {
    margin-bottom: 40px !important;
}


/*  29th June 2017 :: END  */

.date-picker-mobile.form-control {
    -webkit-appearance: none;
    line-height: 35px !important;
    width: 100% !important;
    height: 45px !important;
}


/*  02 August 2017 :: START :: BUG FIXES */

#multi-step-form-bottom .x-sm.x-1-1 .x-text p {
    display: none;
}

div#about-us-removals.x-section.bg-image {
    padding: 95px 0 60px !important;
}

.btn, .btn:hover, .btn:focus {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
}

.input-group-addon {
    display: inline-block;
    float: left;
    width: 15%;
    padding: 8px 7px;
    height: 45px;
    -webkit-appearance: none;
}

.input-group-addon .glyphicon {
    top: 7px;
    left: 2px;
}

.instant-quotes {
	text-align: center;
    font-style: italic;
    margin: 40px 0 0;
    color: #fff;
}

/*  02 August 2017 :: END :: BUG FIXES  */


/* 24th Oct 2017 :: MultiStep Design Starts */


/* 24th Oct 2017 :: MultiStep Design Ends */

@media (min-width: 1201px) {
    .project-form-bottom .start-here-block {
        top: 91px;
        margin-left: -144px;
    }
}


/*
.project-btn-div{
    display: flex;
}

.my-project-bottom .radio-ans{
    margin: 15px 0 !important;    
}

.project-btn-block .project-btn{
    height: auto;
}

.project-btn-block .radio-ans{
    margin-right: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.my-project-bottom .btn-next{
    background: #2ad62a;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    border-radius: 0px;
    max-width: 180px;
    margin: 15px auto;    
}


.my-project-bottom .btn-next:hover{
    background: #449d44;
    margin: 15px auto !important;
    cursor: pointer;
}

.my-project-bottom .project-btn:focus {
    background: #2ad62a;
}

.my-project-bottom .project-btn{
    font-family: 'montserratregular'; 
    background: #449d44;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    text-align: center;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.my-project-bottom .active .project-btn{
    background: #2ad62a !important;
}

.my-project-bottom .project-btn:hover{background: #2ad62a;  cursor: pointer;}
*/


/* my-project-bottom :: start */

label.error {
    color: #f00;
    background: #F6DCDC;
    border: 1px solid #f00;
    border-radius: 6px;
    font-size: 14px !important;
    line-height: 1.3;
    padding: 10px 20px !important;
    font-weight: bold !important;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}

#count_text {
    color: #fff;
    font-size: 14px !important;
    font-weight: bold !important;
    margin: 25px 0 40px;
    /*position: absolute;
    top: 181px;
    left: 0;
    right: 0;*/
}

.desc-error {
    font-size: 14px !important;
    color: #f00 !important;
    background: #F6DCDC;
    border: 1px solid #f00;
    padding: 15px 20px !important;
    font-weight: bold !important;
    margin: 25px 0 40px;
}

#loader_from_postcode, #find_address_loader_from_postcode, #find_address_loader_to_postcode, #loader_to_postcode, #loader_email, #loader_phone {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 999;
}


/* 03-07-2017 */

.manual-address {
    color: #ffffff !important;
}


/* 03-07-2017 */

.selling_property_price_div.about-me input#selling_property_price {
    width: 85%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 45px;
}

.buying_property_price_div.about-me input#buying_property_price {
    width: 85%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 45px;
}

.remortgaged_property_price_div.about-me input#remortgaged_property_price {
    width: 85%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 45px;
}


/* 04-07-2017 */

.multi-stage-form .btn-ma {
    width: auto !important;
    margin: auto;
    background: transparent !important;
    /*text-transform: uppercase;*/
    border: none;
    /* 20-07-2017 
    margin-top: 25px !important;
    */
    margin-bottom: 25px !important;
    text-decoration: underline !important;
}

.multi-stage-form .btn-ma:hover {
    opacity: 0.8;
    border: none;
}


/* 04-07-2017 */

.bottom-form-wrapper {
    position: relative;
}

fieldset textarea, fieldset input[type="text"], fieldset input[type="email"], fieldset select {
    margin-bottom: 40px;
}

.start-here-block {
    font-family: 'ArchitectsDaughter';
}

.start-here-block .start-here-text {
    font-family: 'ArchitectsDaughter';
}

.footer-bottom .x-main.full {
    background: #2F4169;
}


/*
body, html{
    height: 100%;
    position: relative;
}

#top{
    height: 100%;
    position: relative;
}

.footer-bottom footer.bottom{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
*/

.footer-bottom {
    background: #2F4169;
    height: 100%;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #444;
    font-weight: bold;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #444;
    font-weight: bold;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #444;
    font-weight: bold;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #444;
    font-weight: bold;
}


/*.multi-stage-form input:focus,
.multi-stage-form textarea:focus {
    box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 35px;
}*/

#loader_postcode, #loader_to_postcode {
    display: none;
}

.about-me, .about-me-progress {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.about-me {
    margin: 0 auto;
}

.approx_moving_date_div.about-me {
    max-width: 790px;
    margin: 25px auto;
    /*margin-top: 30px;*/
}

.about-me-label {
    text-align: left;
    color: #fff;
    font-size: 16px;
}


/*.about-me input,
.about-me select {
    margin-bottom: 25px !important;
}*/

.about-me input.valid, .about-me select.valid {
    border-color: #449d44 !important;
    background: url(../images/valid-green.png) no-repeat 98% center #FFF;
    padding-right: 44px;
}

.about-me input.valid:hover, .about-me input.valid:focus, .about-me select.valid:hover, .about-me select.valid:focus {
    border: 1px solid #449d44 !important;
}

.about-me input.error, .about-me select.error {
    border-color: #f00 !important;
    background: url(../images/invalid.png) no-repeat 98% center #FFF;
    padding-right: 44px;
}

.about-me input.error:hover, .about-me input.error:focus, .about-me select.error:hover, .about-me select.error:focus {
    border: 1px solid #f00 !important;
}


/*.about-me label.error {
    margin-bottom: 10px;
    text-align: left;
}*/

#loader_submit {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}


/* date picker design */

.ui-widget-header {
    border: 1px solid #2F4169 !important;
    background: #2F4169 !important;
    color: #fff !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #ddd !important;
    background: #fff !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #2F4169 !important;
    background: #2F4169 !important;
}

.ui-widget-header .ui-icon {
    background-image: url(../images/calender-arrow.png) !important;
}

.ui-icon-circle-triangle-e {
    background-position: -19px 0px !important;
}

.ui-icon-circle-triangle-w {
    background-position: 0 !important;
}

.ui-state-hover {
    background: none !important;
    border: none !important;
    opacity: 0.8;
}

.ui-datepicker .ui-datepicker-prev-hover {
    top: 2px !important;
    left: 2px !important;
}

.ui-datepicker .ui-datepicker-next-hover {
    top: 2px !important;
    right: 2px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #2F4169 !important;
}

.ui-widget-content .ui-state-hover {
    color: #2F4169;
}


/* responsive start */

@media (min-width: 1201px) {
    /*.project-btn-block .project-btn{
        width: 17.6667% !important;
    }*/
    .start-here-block {
        font-family: 'ArchitectsDaughter';
        margin-left: -160px;
        position: absolute;
        top: 47px;
        display: block;
    }
    .start-here-block .start-here-text {
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        text-transform: capitalize;
        -ms-transform: rotate(-15deg);
        /* IE 9 */
        -webkit-transform: rotate(-15deg);
        /* Safari */
        transform: rotate(-15deg);
        /* Standard syntax */
    }
    .start-here-block .start-here-arrow {
        background: url(../images/white-arrow.png) no-repeat 0 0;
        height: 56px;
        margin: 8px 0 0 65px;
        width: 55px;
    }
    .start-here-block.for-responsive {
        display: none!important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
    .custom-container {
        width: 1170px !important;
        padding: 0 15px;
    }
}

@media (max-width: 1200px) {
    .multi-stage-form .start-here-text {
        color: #fff !important;
        margin: auto;
        max-width: 280px;
        left: 0;
        right: 0;
        position: static;
        margin-bottom: 30px;
        display: none;
    }
    .start-here-block.for-responsive {
        text-align: center;
        margin: 40px 0 30px;
    }
}

@media (min-width: 1025px) {
    .radio-ans:hover .radio_hover {
        height: 100%;
        cursor: pointer;
    }
}

@media (min-width: 992px) {
    /* custom column : col-2-5 */
    .col-md-2-5 {
        width: 20%;
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    div#about-us-removals.x-section.bg-image, .x-main.full .x-section-1 {
        padding: 20px 0 !important;
    }
    .radio-div {
        display: block;
    }
    .multi-stage-form .form-group {
        margin-bottom: 0px
    }
    .radio-div .radio-ans {
        display: block;
        margin: 30px auto;
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 28px;
    }
    .label-width-img {
        height: 50px !important;
    }
    .label-width-img img {
        width: 30px;
        float: left;
        height: auto;
        margin-left: 4px;
    }
    .renovation-icon, .moving-a-business {
        margin-top: 2px;
        margin-left: 1px !important;
        width: 35px !important;
    }
    .building-extention-icon {
        margin-top: 0px;
        margin-left: 1px !important;
        width: 35px !important;
    }
    .radio-div .radio-ans:last-child {
        margin-right: auto;
    }
    .radio-div .radio-ans .center-content {
        height: 100%;
        padding: 15px;
        margin: 0;
        font-size: 13px;
        line-height: 15px;
    }
    div .font-24 {
        font-size: 18px;
    }
    .center-content.font-40 {
        font-size: 18px !important;
    }
    .radio-div .radio-ans.label-width-img span.img-label {
        text-align: left;
        left: 55px;
        padding-left: 6px;
        border-left: 1px solid #273856;
        position: absolute;
        height: 50px;
        top: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: 0 !important;
        font-size: 13px;
    }
    .project-btn-block {
        display: block;
        /* padding: 0 30px; */
        width: auto;
    }
    .radio-ans.label-width-img {
        padding: 5px 10px;
    }
    .radio_hover img, .radio_active img {
        width: 30px;
        height: 30px;
    }
    .project-btn {
        width: 100%;
        float: none;
        margin: 0 0 30px;
    }
    .multi-stage-form .col-xs-12 {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    /*
    .my-project-bottom .radio-ans{
        padding: 15px 0;    
    }
    .my-project-bottom .btn-next{
        width: 100%;
        max-width: 100%;
        padding: 15px;
        margin-top: 15px;
    }
    */
    .question-label {
        margin-bottom: 7px;
        padding-bottom: 7px;
    }
    /*
    .project-form-bottom .question-label{
        margin-bottom: 20px;
        padding-bottom: 30px;
    }
    
    .error.bottom_project_error_msg{
        width: 96%;
    }
    */
    #loader_from_postcode, #loader_to_postcode {
        top: 43px;
    }
    .padding-30 {
        padding: 40px 0 5px !important;
    }
    #count_text {
        font-size: 14px !important;
    }
    .about-me, .about-me-progress {
        max-width: 100%;
        /* margin: 40px auto; */
    }
    .padding-50 {
        padding: 50px 15px !important;
    }
    .project-form-bottom .radio-div .radio-ans {
        margin-bottom: 30px;
    }
    .my-project-bottom .question-label {
        padding-bottom: 7px;
        margin-bottom: 7px;
    }
    .project-form-bottom .progress {
        margin: 40px 0px 20px;
    }
    label.error {
        margin-bottom: 30px;
    }
    .about-me input, .about-me select {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 480px) {
    .progress-bar {
        font-size: 10px;
    }
    .start-here-block.for-responsive {
        margin: 30px 0 20px;
    }
    /*.error.bottom_project_error_msg{
        width: 94%;
    }*/
}

@media (max-width: 395px) {
    #count_text {
        top: 209px;
    }
    .radio-div .radio-ans .center-content {
        font-size: 14px;
    }
}
/* consent msg */
.about-me .consent-label, .about-me .consent-label a
{
    color: #fff;
    font-size: 14px;
    text-align: left;
}
.about-me .consent-label input[type="checkbox"] {
    left: 3px;
    margin-left: 0;
    margin-right: 15px;
    position: absolute;
    top: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.about-me #consent_div.checkbox {
        margin-top: 38px;
        padding-left: 0;
        position: relative;
        text-align: center;
}
/*.about-me #consent_div.checkbox {
    margin-bottom: 40px;
    padding-left: 30px;
    position: relative;
}*/
.consent-label a
{
    text-decoration: underline;
}
.about-me input.error
{
    padding-right: 0px !important;
}
.about-me .checkbox label, .about-me .radio label
{
    padding-left: 0px !important;
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { /* may-08-2018 */
 .about-me input.valid[type=checkbox],
 .about-me input.error[type=checkbox] {
      padding-right: 0px !important;
  }
 }
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {/* may-08-2018 */
 .about-me input.valid[type=checkbox],
 .about-me input.error[type=checkbox] {
      padding-right: 0px !important;
  }
}
@media only screen
and (max-width : 767px)
 {/* may-08-2018 */
 .about-me input.valid[type=checkbox],
 .about-me input.error[type=checkbox] {
     padding-right: 0px !important;
 }
}


.multi-stage-form .btn-back
{
    margin-top:40px!important;
    padding: 20px 50px;
}
.multi-stage-form .progress
{
    margin-top:40px
}

.input-group-addon
{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon
{
    display: inline-block;
    float: left;
    width: 15%;
    padding: 8px 7px;
    height: 45px;
    -webkit-appearance: none;
}
.input-group-addon:first-child{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}
.glyphicon{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'font awesome 5 free';
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-gbp:before
{
    content: "\f154";
}
.multistep-form-wrap input[type="number"]
{
    padding: 4px 12px;
}
select, textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], input[type="week"], 
input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], 
.uneditable-input
{
    border: 1px solid #dbdbdb;
    background: #FFF;
    position: relative;
    height: 40px;
    line-height: 100%;
    display: block;
    width: 100%;
    margin: 0;
    padding: 4px 12px;
    color: #666666;
    font-family: "Montserrat";
    font-size: 14px;
   
}
.multistep-form-wrap input[type="text"],.multistep-form-wrap input[type="email"],.multistep-form-wrap input[type="tel"],.multistep-form-wrap select
{
    border-radius: 6px;
    font-size: 16px;
    height: 45px;
    padding: 4px 12px;
}
body .about_me_div label.consent-label
{
    display: block;
    position: relative;
    padding-left: 30px!important;
    margin-bottom: 25px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.about_me_div .consent-label .checkmark
{
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border: 1px solid #EEE!important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
}
body .about_me_div #consent_div.checkbox
{
    margin-top: 10px;
}
.about_me_div .consent-label input
{
    opacity: 0;
    cursor: pointer;
    position: absolute;
}
body .about-me .checkbox .consent-label
{
    color: #fff;
    font-size: 14px;
    text-align: left;
}
.about_me_div.about-me .form-group input[type=tel]
{
    margin-bottom: 20px !important;
}
.about_me_div.about-me .show-terms
{
    padding-left: 30px;
    margin-bottom: 20px!important;
}
.long-privacy.show-long-privacy
{
    height: 250px!important;
    margin-bottom: 20px;
}
.long-privacy
{
    display: block!important;
    height: 0!important;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}
body .about-me #consent_div .consent-label,
.about-me .show-terms,
.long-privacy.show-long-privacy,
.long-privacy.show-long-privacy p
{
    font-size:14px
}
.about_me_div .consent-label input[type=checkbox]:checked~.checkmark
{
    background-color: #449d44;
    border-color: #449d44!important;
}
.about_me_div .consent-label .checkmark:after
{
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: content-box;
}
.about_me_div .consent-label input[type=checkbox]:checked~.checkmark:after
{
    display: block;
}
/* section#multistepFormTop.show
{
    padding-top: 90px;
    padding-bottom: 110px;
}
section#multistepFormTop.show .multistep-form
{
    padding-top: 0;
    padding-bottom: 0;
} */
.multistep-form-wrap
{
    font-family: 'Montserrat' !important;
    font-weight: 400;
}
.multi-stage-form .btn-back
{
    padding: 0 20px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{
    font-size: 16px;
}

