@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;700;900;&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
:root {
    --primary: #e00273;
    --primary-hover: #c40065;
    --secondary: #4a4a4a;
    --text: #65587e;
    --orange: #f87100;
    --white: #ffffff;
    --light-pink: #e20d79;
    --light-gray: #efefef;
    --gray: #a2a2a2;
    --border: #dadada;
}
html body{
    overflow-x: hidden !important;
}
.--bg-primary {
    background-color: var(--primary);
}
.--c-primary {
    color: var(--primary) !important;
}
.--bg-secondary {
    background-color: var(--secondary);
}
.--c-secondary {
    color: var(--secondary) !important;
}
.--bg-orange {
    background-color: var(--orange) !important;
}
.--c-orange {
    color: var(--orange) !important;
}
.--bg-light-pink {
    background-color: var(--light-pink);
}
.--c-light-pink {
    color: var(--light-pink);
}
.--bg-white {
    background-color: var(--white);
}
.--c-white {
    color: var(--white) !important;
}
.--bg-light-gray {
    background-color: var(--light-gray);
}
.--c-light-gray {
    color: var(--light-gray);
}
.--bg-gray {
    color: var(--gray);
}
.--c-gray {
    color: var(--gray);
}
.--border-gray {
    border-color: var(--border) !important;
}
.--f-redhat {
    font-family: "Red Hat Display", sans-serif !important;
}
.--f-lato {
    font-family: "Lato", sans-serif !important;
}
.--f-merri {
    font-family: "Merriweather", serif !important;
}
.--fw-100 {
    font-weight: 100;
}
.--fw-200 {
    font-weight: 200;
}
.--fw-300 {
    font-weight: 300;
}
.--fw-400 {
    font-weight: 400;
}
.--fw-500 {
    font-weight: 500;
}
.--fw-600 {
    font-weight: 600;
}
.--fw-700 {
    font-weight: 700;
}
.--fw-800 {
    font-weight: 800;
}
.--fw-900 {
    font-weight: 900;
}
.--fs-8 {
    font-size: 8px;
}
.--fs-10 {
    font-size: 10px;
}
.--fs-12 {
    font-size: 12px;
}
.--fs-14 {
    font-size: 14px;
}
.--fs-16 {
    font-size: 16px;
}
.--fs-18 {
    font-size: 18px;
}
.--fs-20 {
    font-size: 1.25rem;
}
.--fs-22 {
    font-size: 22px;
}
.--fs-24 {
    font-size: 24px;
}
.--fs-26 {
    font-size: 26px;
}
.--fs-28 {
    font-size: 28px;
}
.--fs-30 {
    font-size: 30px;
}
.--fs-32 {
    font-size: 32px;
}
.--fs-34 {
    font-size: 34px;
}
.--fs-36 {
    font-size: 36px;
}
.--fs-38 {
    font-size: 38px;
}
.--fs-40 {
    font-size: 40px;
}
.--fs-42 {
    font-size: 42px;
}
.--fs-44 {
    font-size: 44px;
}
.--fs-46 {
    font-size: 46px;
}
.--fs-48 {
    font-size: 48px;
}
.--fs-50 {
    font-size: 50px;
}
.--fs-52 {
    font-size: 52px;
}
.--fs-54 {
    font-size: 54px;
}
.--fs-56 {
    font-size: 56px;
}
.--fs-58 {
    font-size: 58px;
}
.--fs-60 {
    font-size: 60px;
}
.--fs-62 {
    font-size: 62px;
}
.--fs-64 {
    font-size: 64px;
}
.--fs-66 {
    font-size: 66px;
}
.--fs-68 {
    font-size: 68px;
}
.--fs-70 {
    font-size: 70px;
}
.--fs-72 {
    font-size: 72px;
}
.--fs-74 {
    font-size: 74px;
}
.--fs-76 {
    font-size: 76px;
}
.--fs-78 {
    font-size: 78px;
}
.--fs-80 {
    font-size: 80px;
}
.--fs-82 {
    font-size: 82px;
}
.--fs-84 {
    font-size: 84px;
}
.--fs-86 {
    font-size: 86px;
}
.--fs-88 {
    font-size: 88px;
}
.--fs-90 {
    font-size: 90px;
}
.--fs-92 {
    font-size: 92px;
}
.--fs-94 {
    font-size: 94px;
}
.--fs-96 {
    font-size: 96px;
}
.--fs-98 {
    font-size: 98px;
}
.--fs-100 {
    font-size: 100px;
}
@media (max-width: 1200px) {
    .--fs-medium-8 {
        font-size: 8px;
    }
    .--fs-medium-10 {
        font-size: 10px;
    }
    .--fs-medium-12 {
        font-size: 12px;
    }
    .--fs-medium-14 {
        font-size: 14px;
    }
    .--fs-medium-16 {
        font-size: 16px;
    }
    .--fs-medium-18 {
        font-size: 18px;
    }
    .--fs-medium-20 {
        font-size: 1.25rem;
    }
    .--fs-medium-22 {
        font-size: 22px;
    }
    .--fs-medium-24 {
        font-size: 24px;
    }
    .--fs-medium-26 {
        font-size: 26px;
    }
    .--fs-medium-28 {
        font-size: 28px;
    }
    .--fs-medium-30 {
        font-size: 30px;
    }
    .--fs-medium-32 {
        font-size: 32px;
    }
    .--fs-medium-34 {
        font-size: 34px;
    }
    .--fs-medium-36 {
        font-size: 36px;
    }
    .--fs-medium-38 {
        font-size: 38px;
    }
    .--fs-medium-40 {
        font-size: 40px;
    }
    .--fs-medium-42 {
        font-size: 42px;
    }
    .--fs-medium-44 {
        font-size: 44px;
    }
    .--fs-medium-46 {
        font-size: 46px;
    }
    .--fs-medium-48 {
        font-size: 48px;
    }
    .--fs-medium-50 {
        font-size: 50px;
    }
    .--fs-medium-52 {
        font-size: 52px;
    }
    .--fs-medium-54 {
        font-size: 54px;
    }
    .--fs-medium-56 {
        font-size: 56px;
    }
    .--fs-medium-58 {
        font-size: 58px;
    }
    .--fs-medium-60 {
        font-size: 60px;
    }
    .--fs-medium-62 {
        font-size: 62px;
    }
    .--fs-medium-64 {
        font-size: 64px;
    }
    .--fs-medium-66 {
        font-size: 66px;
    }
    .--fs-medium-68 {
        font-size: 68px;
    }
    .--fs-medium-70 {
        font-size: 70px;
    }
    .--fs-medium-72 {
        font-size: 72px;
    }
    .--fs-medium-74 {
        font-size: 74px;
    }
    .--fs-medium-76 {
        font-size: 76px;
    }
    .--fs-medium-78 {
        font-size: 78px;
    }
    .--fs-medium-80 {
        font-size: 80px;
    }
    .--fs-medium-82 {
        font-size: 82px;
    }
    .--fs-medium-84 {
        font-size: 84px;
    }
    .--fs-medium-86 {
        font-size: 86px;
    }
    .--fs-medium-88 {
        font-size: 88px;
    }
    .--fs-medium-90 {
        font-size: 90px;
    }
    .--fs-medium-92 {
        font-size: 92px;
    }
    .--fs-medium-94 {
        font-size: 94px;
    }
    .--fs-medium-96 {
        font-size: 96px;
    }
    .--fs-medium-98 {
        font-size: 98px;
    }
    .--fs-medium-100 {
        font-size: 100px;
    }
}
@media (max-width: 768px) {
    .--fs-small-8 {
        font-size: 8px;
    }
    .--fs-small-10 {
        font-size: 10px;
    }
    .--fs-small-12 {
        font-size: 12px;
    }
    .--fs-small-14 {
        font-size: 14px;
    }
    .--fs-small-16 {
        font-size: 16px;
    }
    .--fs-small-18 {
        font-size: 18px;
    }
    .--fs-small-20 {
        font-size: 1.25rem;
    }
    .--fs-small-22 {
        font-size: 22px;
    }
    .--fs-small-24 {
        font-size: 24px;
    }
    .--fs-small-26 {
        font-size: 26px;
    }
    .--fs-small-28 {
        font-size: 28px;
    }
    .--fs-small-30 {
        font-size: 30px;
    }
    .--fs-small-32 {
        font-size: 32px;
    }
    .--fs-small-34 {
        font-size: 34px;
    }
    .--fs-small-36 {
        font-size: 36px;
    }
    .--fs-small-38 {
        font-size: 38px;
    }
    .--fs-small-40 {
        font-size: 40px;
    }
    .--fs-small-42 {
        font-size: 42px;
    }
    .--fs-small-44 {
        font-size: 44px;
    }
    .--fs-small-46 {
        font-size: 46px;
    }
    .--fs-small-48 {
        font-size: 48px;
    }
    .--fs-small-50 {
        font-size: 50px;
    }
    .--fs-small-52 {
        font-size: 52px;
    }
    .--fs-small-54 {
        font-size: 54px;
    }
    .--fs-small-56 {
        font-size: 56px;
    }
    .--fs-small-58 {
        font-size: 58px;
    }
    .--fs-small-60 {
        font-size: 60px;
    }
    .--fs-small-62 {
        font-size: 62px;
    }
    .--fs-small-64 {
        font-size: 64px;
    }
    .--fs-small-66 {
        font-size: 66px;
    }
    .--fs-small-68 {
        font-size: 68px;
    }
    .--fs-small-70 {
        font-size: 70px;
    }
    .--fs-small-72 {
        font-size: 72px;
    }
    .--fs-small-74 {
        font-size: 74px;
    }
    .--fs-small-76 {
        font-size: 76px;
    }
    .--fs-small-78 {
        font-size: 78px;
    }
    .--fs-small-80 {
        font-size: 80px;
    }
    .--fs-small-82 {
        font-size: 82px;
    }
    .--fs-small-84 {
        font-size: 84px;
    }
    .--fs-small-86 {
        font-size: 86px;
    }
    .--fs-small-88 {
        font-size: 88px;s
    }
    .--fs-small-90 {
        font-size: 90px;
    }
    .--fs-small-92 {
        font-size: 92px;
    }
    .--fs-small-94 {
        font-size: 94px;
    }
    .--fs-small-96 {
        font-size: 96px;
    }
    .--fs-small-98 {
        font-size: 98px;
    }
    .--fs-small-100 {
        font-size: 100px;
    }
}
.--btn {
    width: 300px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    border:1px solid #e20d79;
    color: var(--white);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.--btn:hover{
   color: #fff;
    box-shadow: 0px 10px 12px #f799c9;
}
.--btn-primary {
    background: var(--primary);
}
.--btn-primary:hover {
    text-decoration: none;
    color: var(--white);
    background: var(--primary-hover);
}
.--btn-orange{
    background-color: #f87100;
}
.--btn-orange:hover{
    color: #fff;
}
.--btn-inactive {
    background: var(--gray);
    border-color: var(--gray);

}
.--btn-inactive:hover {
    background: var(--gray);
    box-shadow: 0px 0px 0px transparent;
}
@media (max-width: 768px) {

div#instant_call_popup .modal-dialog {
    max-width: 700px !important;
}


.error-message {
    top: 81% !important;
    font-size: 14px !important;
}


.first-input input.phone_number {
    width: 100% !important;
}


.right-input.callme_later .time-input {
    width: 100% !important;
}

.instant_call_form .step {
    max-width: 95% !important;
}

.instant_call_form .timing-input > div {
    width: 100% !important;
}

.instant_call_form .right-input.callme_later .first-input {
    width: 100% !important;
    margin-top: 6px !important;
}

.step__input-wrapper .timing-input {
    margin-top: 14px !important;
}

.callme_later.btn_callme_later {
    margin-top: 14px !important;
    width: 100% !important;
}


.instant_call_form .first-input {
    width: 100% !important;
}

.instant_call_form .step__input-wrapper.mt-5 {
    width: 80%;
}

.instant_call_form .btn_callme_now {
    margin-top: 6px !important;
}


    .first-input.select-input-field.mb-3 {
    margin-top: 0;
}

#final_form .step.first-step.property-step {
    min-height: inherit!important;
}

.timing-input {
    flex-wrap: wrap;
    justify-content: center;
}

.instant_call_form .right-input {
    width: 100%;
    padding-left: 0;
}
.instant_call_form .right-input .first-input button {
    width: 100% !important;
    margin: auto;
    margin-top: 12px;
}



.instant_call_form .right-input .first-input {
    width: 100% !important;
}


.step__input-wrapper .timing-input .right-input {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
}

.callme_now.btn_callme_now {
    width: 90% !important;
    margin: auto;
}

section.expresscompare {
    padding: 74px 20px !important;
}

.step__input-wrapper .timing-input .right-input .first-input {
    width: 100% !important;
}


    .--btn {
        width: 200px;
    }
}
.how-many-bed-rooms__numbers a {
    height: 50px;
    width: 50px;
    color: var(--primary);
}
.how-many-bed-rooms__numbers a.active {
    background: var(--primary);
    color: var(--white) !important;
}
.processing__tick {
    width: 20px;
    height: 20px;
}
.scheduled li {
    list-style-image: url(../../instant_callback_imgs/list-dot.png);
}
.next-step__calendar {
    width: 500px;
}
.next-step__calendar .top {
    width: 100%;
}
.next-step__calendar .dates .day {
    width: 40px;
    text-align: center;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
}
.next-step__calendar .dates .day.active {
    background: var(--primary);
    color: white;
}
.next-step__calendar .dates .day.active:hover {
    color: white;
}
.next-step__calendar .times .time.active {
    background: var(--primary);
    color: white;
}
.next-step__calendar .times .time.not-available {
    text-decoration: line-through;
    pointer-events: none;
}
.next-step__calendar .times .time.not-available:hover {
    color: var(--gray);
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Red Hat Display", sans-serif;
}
.--custom-container {
    max-width: calc(100% - 100px);
    margin: 0 auto;
}
.mobile-field i{
        transform: rotate(90deg);
}

@media (min-width: 1366px) {
    .--custom-container .--container-inner {
        max-width: calc(100% - 500px);
        margin: 0 auto;
    }
}


@media (max-width: 1280px) {
    .phone-info-div {
    width: 23% !important;
}


}



@media (max-width: 1200px) {

.property_report_list {
    width: 100% !important;
}

.error-message {
    top: -8px !important;
    font-size: 14px !important;
}

.--custom-container .step {
    min-height: inherit !important;
    padding: 60px 0px !important;
}


table#properties_list thead th {
    min-width: 132px;
    height: 44px !important;
    line-height: 44px;
    text-align: left;
    padding-left: 11px !important;
}

.poc_container .dataTable tbody tr td {
    height: 66px !important;
}

.instant_call_form .step {
    max-width:100% !important;
}

.step.agreement-step {
    width: 94% !important;
}

        .phone-info-div {
    width: 34% !important;
}

    .--custom-container {
        max-width: calc(100% - 80px);
    }
}
@media (max-width: 992px) {

div#instant_call_popup {
    padding-left: 0 !important;
}


/* .step__input-wrapper .checkbox-container {
    width: 84% !important;
} */


.step__input-wrapper .timing-input .right-input {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
}

.step__input-wrapper .timing-input {
    margin-top: 14px !important;
}

input.phone_number {
    width: 100% !important;
}

.instant_call_form .right-input .first-input button {
    width: 100% !important;
    margin: auto;
}


.right-input .first-input {
    width: 100% !important;
}

.time-input {
    width: 100% !important;
}
input.phone_number {
    width: 100% !important;
}

.callme_later.btn_callme_later {
    width: 100% !important;
    margin-top: 14px;
}

#final_form .timing-input .left-input {
    width: 100%;
}

#final_form .timing-input .left-input .first-input {
    width: 100% !important;
}

   #final_form .timing-input {
    flex-wrap: wrap;
    justify-content: center;
}

#final_form .timing-input .right-input {
    width: 100% !important;
    padding-left: 0;
}


    .--custom-container {
        max-width: calc(100% - 60px);
    }

    .--custom-container .step {
    min-height: inherit !important;
}

.instant_call_form .step__input-wrapper.mt-5 {
    width: 90% !important;
}


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

.review-text {
    height: 217px !important;
    overflow-y: auto;
}


.--c-secondary.review-location {
    height: 40px !important;
}


body.final_page_body.loaded .header__manager {
    margin-top: 0 !important;
}


    .--custom-container {
        max-width: calc(100% - 40px);
    }
}
a:hover {
    color: var(--primary);
    text-decoration: none;
}
.--border {
    border: 1px solid;
}
.--border-radius-0 {
    border-radius: 0px;
}
.--border-radius-5 {
    border-radius: 5px;
}
.--border-radius-20 {
    border-radius: 20px;
}
.--border-radius-50 {
    border-radius: 50px;
}
.--cursor-pointer {
    cursor: pointer;
}
input:focus,
button:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
html,
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 16px;
    position: relative;
}
.top-progress .progress {
    height: 9px;
}
.top-progress{
    z-index: 1111111;
}
.top-progress .progress .progress-bar {
    height: 100%;
}
.header {
    margin-top: 9px;
    border-bottom: 1px solid var(--border);
    position: relative;
}
.header__inner {
    min-height: 125px;
}
.header__manager {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.header__title {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 180px;
}
.analysis-section{
    width: 800px !important;
    margin: auto;
}
.process-progressbar{
    width: 800px;
    height: 4px;
    margin: auto;
}
.process-progressbar .progress-bar, .process-progressbar .progress{
    height: 6px;
}

@media (max-width: 600px) {

div#instant_call_popup .modal-dialog {
    max-width: 500px !important;
}


.error-message {
    top: -8px !important;
    font-size: 14px !important;
}

.poc_container .dataTable tbody tr td {
    height: 76px !important;
}

select.form-control.call_date_dropdown {
    background-position-y: 9px !important;
}

select.form-control.js-example-basic-multiple1.call_time_dropdown {
    background-position-y: 9px !important;
}


    .checkbox-container .checkmark {
    left: 1% !important;
}


.checkbox-container {
    width: 100% !important;
}


    form.main_form .first-input {
    width: 100% !important;
}


form.main_form .first-input input {
    width: 100% !important;
}

.phone-info-div {
    width: 100% !important;
}

.instant_call_form .first-input input {
    width: 100% !important;
}

.step__input-wrapper input {
    width: 100% !important;
}

span#postcodeAddress {
    line-height: 32px;
}


.phone-info-div {
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 14px;
}

.header div#images-slider img {
    width: 160px !important;
    height: inherit !important;
}

body.final_page_body .header {
    padding-bottom: 0 !important;
}

}




@media (max-width: 500px) {


.header div#images-slider img {
    width: 200px !important;
    height: inherit !important;
}


div#instant_call_popup .modal-dialog {
    max-width: 365px !important;
    margin-left: auto;
    margin-right: auto;
}

.error-message {
    top: -8px !important;
    font-size: 14px !important;
}


.instant_call_form .step__input-wrapper.mt-5 {
    width: 100% !important;
}


form#instant_call_form .timing-input .left-input {
    margin-bottom: 0;
}

select.form-control.call_date_dropdown {
    background-position-y: 9px !important;
}

select.form-control.js-example-basic-multiple1.call_time_dropdown {
    background-position-y: 9px !important;
}

.instant_call_form .timing-input > div {
    width: 100% !important;
    margin-bottom: 0 !important;
}


.instant_call_form .right-input .first-input button {
    width: 100% !important;
    margin: auto;
    margin-top: 0 !important;
}

.instant_call_form .step {
    max-width: 100% !important;
}

.instant_call_form .step .col-md-10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


span#postcodeAddress {
    border-radius: 5px !important;
}


.final_page_body .header {
    padding-bottom: 0 !important;
}

#form1_postcodesSearch .main_form .step.first-step {
    width: 100% !important;
    margin: auto;
}

table#stats tbody td {
    height: inherit !important;
}


table#stats thead tr td {
    height: inherit !important;
}


.chart-head.westmap {
    position: relative !important;
}

#properties_list td b {
    margin-left: 30px;
    margin-right: 30px;
}

table#stats {
    width: 100% !important;
    overflow-x: scroll;
    display: block;
    overflow-x: auto;
    white-space: pre-wrap;
    overflow-y: hidden;
}



.prediction5years .forecast .tabcontent {
    width: 100% !important;
        min-width: 253px;
}

.prediction5years .forecast .tabcontent .chart {
    width: 100%;
    overflow-x: auto;
    height: auto !important;
}

.price-postcodediv img {
    width: 100% !important;
    height: auto;
}


section.customer-stories.expresslp-customerstories {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#nav-tabContent .step.first-step.agreement-step h1 {
    width: 100% !important;
}

section.marketleading li {
    align-items: flex-start !important;
}

section.marketleading ul li i {
    margin-right: 9px;
    color: #092864;
    margin-top: 10px;
}


.offer {
    text-align: center;
    margin: auto;
}


.phonebox {
    margin-left: auto;
    margin-right: auto;
}


section.whychooseexpress h4 {
    font-size: 18px;
}

.step.property-step {
    width: 100%;
    min-height: calc(31vh - 100px) !important;
}

ul.whychoose-listing li {
    font-size: 18px !important;
}


.whychoose-left img {
    width: 81%;
    margin: auto;
    display: block;
    margin-bottom: 38px;
}


ul.whychoose-listing li img {
    margin-right: 16px;
    width: 16px;
    margin-top: 6px;
}

.whychoose-parent.spacing-top {
    flex-direction: column-reverse;
}


.whychoose-parent {
    padding-left: 15px;
    padding-right: 15px;
}

section.whychooseexpress h4 {
    font-size: 18px !important;
}

.whatmakes .whatmake_section h4 {
    font-size: 18px !important;
}

section.expresscompare h4 {
    font-size: 18px !important;
}


.expresscompare-parent {
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
}

.expresscompare-items {
    max-width: 100% !important;
    flex: 100% !important;
    margin-bottom: 20px;
}

section.marketleading {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

section.marketleading {
    margin-left: 0px !important;
    margin-right: 0px !important;
}



.whychoose-parent {
    flex-wrap: wrap;
}



#exampleModalpopup .modal-body {
    padding-bottom: 30px;
}



.offer {
    font-size: 13px;
    float: inherit;
    padding-top: 10px;
    text-align: center;
    padding-top: 10px;
    display: inline-block;
    color: #212529 !important;
}


.phone-info-div {
    padding-top: 10px;
}



#exampleModalpopup .checkbox-container.termstext label {
    padding-left: 37px !important;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
}



    .phone-info-div {
    width: 100% !important;
}


    .header__inner {
        min-height: 200px;
    }
    .header__title {
        top: 260px;
    }
}
.step {
    /*min-height: calc(100vh - 135px);*/
    padding: 40px 0px;
}
.first-input{
    position: relative;
    width:500px;
    margin: auto;
}
.property-step{
    width: 80%;
    margin: auto;
}
.step__input-wrapper {
    position: relative;
    /* width: 500px ; */
}
#streetname {
    width: 100% !important;
}
.property-buttons-row {
    display: flex;
    justify-content: space-between;

}
.property-buttons-row .--btn {
    width: 220px !important;

}
.select2-dropdown.select2-dropdown--below, .select2-container--open .select2-dropdown--above{
    margin: 10px 0px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.select2-results__option--selectable{
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
    padding: 6px 20px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background: #ddd;
    color: #000;
}
.select2-container--default .select2-selection--single{
    display: flex;
    align-items: center;
}
.select2-search.select2-search--dropdown{
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 56px;
    right: 10px;
}
.select-input-field .select2-selection.select2-selection--single{
    padding-left: 10px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0px;
}

.step__input-wrapper input, .select2-selection{
    width: 500px;
    height: 58px !important;
    font-size: 16px;
    padding-left: 42px !important;
    border-radius: 5px;
    color: gray;
}
.first-input .input-group-append{
    position: absolute;
    right: 0;
        top: 0;
    bottom: 0;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.first-input input{
      border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;  
}
.first-input .input-group-append .btn{
    z-index: 111;
        border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.step__input-wrapper .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 150px;
    overflow: auto;
}
.step__input-wrapper .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.step__input-wrapper .autocomplete-items div:hover {
    background-color: #e9e9e9;
}
.step__input-wrapper .autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}
.step__input-wrapper .icon {
    position: absolute;
    top: 33%;
    /*-webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
    left: 0px;
    z-index: 111;
}
.icon i{

    color: #e00273;
    font-size: 20px;
}
.phone-icon{
      transform: rotate(
90deg);  
}
.resend {
    font-size: 14px;
    color: var(--primary);
    text-decoration: underline;
}
.step.agreement-step {
    width: 80%;
    margin: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/*select box styling*/
.telegram-img img{
    border-radius: 10px;
    height: 150px;
}
select option{
    border:1px solid red;
}

#reset-form {
    background: #444;
}


@media (max-width: 480px) {
        .review-text {
        height: 150px !important;
        overflow-y: auto;
    }

    .step__input-wrapper {
        width: 100% ;
    }

    .property-buttons-row {
        flex-wrap: wrap;
        justify-content: center;
    }
}



@media (max-width: 376px) {

    .step.first-step.agreement-step h1 {
    width: 95%;
    margin: auto;
}


div#instant_call_popup .modal-dialog {
    max-width: 347px !important;
    margin-left: auto;
    margin-right: auto;
}

div#instant_call_popup .--custom-container {
    max-width: calc(100% - 30px) !important;
}


}



@media (max-width: 768px) {
           .analysis-section{
    width: 600px !important;
    margin: auto;
}
.process-progressbar{
    width: 600px !important;
    height: 4px;
    margin: auto;
}
    .step {
        padding: 40px 0px 0px 0px;
    }
    .step.property-step{
        width: 100%;
        padding-top: 40px !important;
        min-height: calc(100vh - 370px);
    }
    .step.agreement-step{
        min-height: auto !important;
        width: 100% !important;
    }
}
@media (max-width: 500px) {

.--custom-container {
    max-width: calc(100% - 30px);
}




.instant_call_form .step {
    border: 5px dashed #e20d79 !important;
    padding: 30px  20px !important;
}

    .realperson_dev{
        width: 95% !important;
    }
    .step {
        padding: 50px 0px 0px 0px;
    }

 .step.property-step h1, .step.agreement-step h1{
    font-size: 22px !important;
 }
 .first-input{
    width: 320px;
 }
.analysis-section{
    width: 340px !important;
    margin: auto;
    font-size: 14px !important;
}
.process-progressbar{
    width: 350px !important;
    height: 4px;
    margin: auto;
}
}
.checkbox-container {
    text-align: center;
    display: block;
    position: relative;
    /*padding-left: 35px;*/
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 0;
}
.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 13%;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.checkbox-container label{
    padding-left: 40px !important;
}
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}
.checkbox-container input:checked ~ .checkmark {
    background-color: var(--primary);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.radio-container {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio-container .checkmark {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}
.radio-container input:checked ~ .checkmark {
    background-color: var(--primary);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-container input:checked ~ .checkmark:after {
    display: block;
}
.radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}



/*Updated style*/
.new_ratedtext {
    font-size: 12px;
    color: #22265d;
    border-left: solid 2px;
    margin-left: 10px;
    padding: 10px;
}


.logo{
    width: 34%;
}
.site-logo{
    width: 21%;
}
.slide_container_block{
    height: auto;
    width: 70%;
    position: relative;
}
/*slider code*/
@keyframes slides_animation {
    0% {
        opacity: 0;
   }
    2.0833333333% {
        opacity: 1;
   }
    16.6666666667% {
        opacity: 1;
   }
    18.75% {
        opacity: 0;
   }
    100% {
        opacity: 0;
   }
}


.image-holder .image-content-slide {
    display: block;
    position: absolute;
    background-size: cover;
    top: 6px;
    opacity: 0;
    object-fit: intitial;
    animation-name: slides_animation;
    animation-duration: 24s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    max-width: 265px;
}
/*.image-content-slide:nth-child(2), .image-content-slide:nth-child(3){
    width: 100px;
}*/
/*.image-content-slide:nth-child(4){
    width: 80px;
}*/
.image-content-slide:nth-child(1) {
    animation-delay: 0s;
    z-index: 3;
}
.image-content-slide:nth-child(2) {
    animation-delay: 4s;
    margin-top: -10px;
}
.image-content-slide:nth-child(3) {
    animation-delay: 8s;
     margin-top: -10px;
}
.image-content-slide:nth-child(4) {
    animation-delay: 12s;
     margin-top: -10px;
}
.image-content-slide:nth-child(5) {
    animation-delay: 16s;
     margin-top: -10px;
}
.image-content-slide:nth-child(6) {
    animation-delay: 20s;
     margin-top: -10px;
}

      @media(max-width:767px){
  
        .onlinenow_slider {
            width: 100%;
        }
        .slide_container_block {
            min-width: 300px;
            position: relative;
        }
 
    }
    @media (max-width: 500px){
     div#stats_paginate {
    padding-right: 0 !important;
}

section.customer-stories.expresslp-customerstories .col-lg-4 {
    margin-bottom: 20px;
}

.poc_container .dataTable tbody tr td {
    height: 76px !important;
}



table#properties_list thead th {
    min-width: 132px;
    height: 44px !important;
    line-height: 44px;
    text-align: left;
    padding-left: 11px !important;
}

div#properties_list_paginate {
    padding-right: 0;
}


.poc_container .dataTable tbody tr td {
    height: 76px !important;
}
     select#address {
    height: 58px !important;
}

     .main_form .step__input-wrapper svg {
    margin-top: 0;
}



        .--btn {
    width: 100%;
    padding: 0px 20px;
    font-size: 14px !important;
}
.header__inner {
    min-height: 70px !important;
    flex-wrap: wrap;
    width: 100%;
}
.step input, .step select, .checkbox-container {
    width: 100% !important;
    margin: 10px auto;
}

span#postcodeAddress {
    position: relative !important;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 6px;
}

button#form1_btn_letsDoThis {
    width: 100% !important;
    min-width: 200px;
}

select#how_soon_dropdown {
    padding-right: 28px;
}


.main_form .step__input-wrapper .icon {
    top: 27%;
}


.site-logo{
width: 20%
}
.phone-info p{
    font-size: 14px;
}
.phone-info img{
    height: 20px;
    }  
    .phone-info{
        justify-content: center;
        margin-top: -60px;
        width: 100%;
    }
    .logo{
        width: 100%;
    }
    .slide_container_block {
        width:75% !important;
        min-width: auto;
        height: 28px;
    }
  
    .select2-container .select2-selection--single{
        width: 320px !important;
        margin: auto;
    }
    .select2-dropdown.select2-dropdown--below, .select2-container--open .select2-dropdown--above{
        width: 320px !important;
        right: 0;
        left: 0;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        right: 0px !important;
    }
    .checkbox-container {
    text-align: left;
}

.checkbox-container .checkmark {
    left: 0;
}
/* .checkbox-container label{
    padding-left: 0px !important;
} */
}
    



.phonebox {
    display: flex;
    align-items: center;
    background: #e20d79;
    color: white;
    width: 181px;
    float: right;
    justify-content: center;
    padding: 10px;
    border-radius: 7px;
    font-weight: bold;
    margin-top: 9px;
    max-width: 68%;
    flex: 68%;
}

section.expresscompare .campare_learn {
    font-family: 'Roboto';
}

.first-input a {
    text-decoration: none !important;
}


.phonebox p {
    margin-bottom: 0;
}


.phone-info-div {
    text-align: right;
}

.offer {
    font-weight: bold;
}

.phonebox img {
    width: 17px;
    margin-right: 8px;
}

.whychooselp ul li i {
    color: white !important;
    margin-right: 5px;
    display: table-cell;
    vertical-align: inherit;
    padding-right: 10px;
    width: 24px;
}

.whychooselp {
    background: url('../../instant_callback_imgs/blue-bg.jpg') !important;
    height: 500px;

}

.phone-info-div {
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 18%;
}

.offer {
    font-weight: bold;
    max-width: 83%;
    flex: 84%;
    font-family: 'Roboto';
}

.whatmake_section h4 {
    color: #212529;
    font-size: 30px;
    font-family: "Merriweather", serif !important;
    padding-bottom: 10px;
}

.whychoose_eep.whychooselp h4 {
    font-family: "Merriweather", serif !important;
    padding-bottom: 14px;
}

.whychoose_content li {
    font-family: 'Roboto';
}




.eea_compares h4 {
    font-size: 36px;
    color: #e00273;
    font-family: "Merriweather", serif !important;
        padding-bottom: 10px;
}


.campare_learn {
    color: black !important
}

section.marketleading h4 {
font-family: 'Merriweather';
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
    text-transform: uppercase;

}

section.marketleading ul li i {
    margin-right: 9px;
    color: #092864;
}

section.marketleading ul {
    padding-left: 2px !important;
}
section.marketleading li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato';
    line-height: 35px;
}

.market-img {
    padding-top: 20px;
}



div#exampleModalpopup .modal-dialog {
    max-width: 624px;
}

div#exampleModalpopup div#nav-tab {
    margin-top: 0 !important;
}


div#exampleModalpopup .timing-input.mt-4 {
    flex-wrap: wrap;
}


div#exampleModalpopup .right-input {
    padding-left: 0;
    width: 100%;
}


div#exampleModalpopup .first-input {
    width: 100% !important;
}


div#exampleModalpopup .first-input a {
    width: 100% !important;
}


div#exampleModalpopup .right-input .first-input a {
    margin-top: 10px;
}


#nav-popup2 .timing-input .left-input {
    max-width: 49%;
    flex: 49%;
}

#nav-popup2 .timing-input .right-input {
    max-width: 49%;
    flex: 49%;
}

#nav-popup2 .right-input .time-input {
    width: 100% !important;
}


#nav-popup2 .timing-input {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#nav-popup2 .time-input .select2-selection {
    width: 100% !important;
}


#nav-popup2 .step.agreement-step {
    width: 90% !important;
    margin: auto;
}


#exampleModalpopup .timing-input select {
    padding: 17px;
    width: 100%;
    padding-left: 41px;
    border: 2px solid #e20d79;
    border-radius: 4px;
    height: 58px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("../../instant_callback_imgs/downarrow.png");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 17px;
    border: 1px solid #dfdfdf;
}

.right-input.callmelatter-btn {
    max-width: 100% !important;
    flex: 100% !important;
    margin-top: 10px;
}

#exampleModalpopup .checkbox-container .checkmark {
    position: absolute;
    top: 4px;
    left: 0%;
    height: 25px;
    width: 25px;
}



.checkbox-container.termstext {
    padding-top: 18px;
}


.checkbox-container.termstext {
    padding-top: 0px;
    width: 100%;
    padding-left: 0;
}


.modalheading-title {
    font-size: 26px;
}

#exampleModalpopup .--custom-container.pt-4 {
    max-width: 100%;
}

#exampleModalpopup .step.first-step {
    padding-top: 0;
}

#exampleModalpopup .modal-header {
    border: none;
}


.left-input.popup2-email input {
    width: 100% !important;
}
.left-input.popup2-email {
    max-width: 100% !important;
    flex: 100% !important;
}


.left-input.popup2-email .first-input {
    margin-bottom: 20px;
}


#exampleModalpopup .checkbox-container label {
    padding-left: 38px !important;
    text-align: left;
    font-size: 16px;
    max-width: 90%;
    flex: 90%;
    margin-bottom: 0;
    line-height: 32px;
}


#exampleModalpopup .checkbox-container.termstext {
    display: flex;
    align-items: center;
}

#exampleModalpopup .checkbox-div {
    max-width: 10%;
    flex: 10%;
}


.checkbox-div input {
    width: 25px !important;
    height: 25px !important;
    margin-top: -10px;
    position: absolute;
    z-index: 9999;
}



.learnmore_btn.campare_learn.mt-2.float-left {
    text-transform: capitalize;
}

a#nav-popup-tab1:hover {
    border-color: transparent;
}


a#nav-popup-tab2:hover {
    border-color: transparent;
}


.expresscompare .eea_compares.p-4.tilt-box.animatable.moveUp {
    box-shadow: none;
}


.whatmakes .whatmake_section h4 {
    color: black !important;
    font-size: 30px;
    font-family: "Merriweather", serif !important;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.eea_compares h4 {
    color: black !important;
        font-family: "Merriweather", serif !important;
}


section.marketleading h4 {
    font-size: 30px;
    color: black !important;
        font-family: "Merriweather", serif !important;
    padding-bottom: 10px;
}

section.marketleading {
    background: #f7f7f7;
    padding: 74px 0;
}



.expresscompare .eea_compares h4 {
    font-size: 36px;
    color: black !important;
    font-family: "Merriweather", serif !important;
}


.callnow-widget .nav-tabs .nav-link:focus, .callnow-widget .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.bigheading {
    font-size: 42px;
}

#nav-tabContent .step.first-step.agreement-step h1 {
    width: 62%;
    line-height: 40px;
}



#nav-profile .step.first-step.agreement-step h1 {
    width: 62%;
    line-height: 40px;
}

section.whychooseexpress {
    background: #f7f7f7;
    padding: 74px 0;
}

section.whychooseexpress h4 {
    font-family: 'Merriweather';
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
        color: #212529;
}

.whychoose-parent {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

ul.whychoose-listing li {
    font-family: 'Lato';
    font-weight: bold;
    line-height: 26px;
    list-style: none;
    font-size: 18px;
    display: flex;
    align-items: self-start;
    margin-bottom: 11px;
    color: #212529;
}


ul.whychoose-listing li img {
    margin-right: 16px;
}

.whychoose-parent.spacing-top {
    padding-top: 60px;
}



section.whatmakes h4 {
    text-align: center;
}

section.whatmakes {
    padding-top: 52px;
}

section.expresscompare {
    background: #f7f7f7;
    padding: 74px 0;
}

section.expresscompare h4 {
    font-family: 'Merriweather';
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
    text-transform: uppercase;
    color: #212529;
}


.expresscompare-parent {
    display: flex;
    justify-content: space-between;
}

.expresscompare-items h6 {
    color: #cc0066;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Merriweather';
    text-align: center;
    padding-bottom: 13px;
}

.expresscompare-items {
    max-width: 30%;
    flex: 30%;
}

.expresscompare-items p {
    text-align: center;
}


.expresscompare-items {
    max-width: 30%;
    flex: 30%;
    padding: 20px;
    box-shadow: 0px 1px 26px rgba(0,0,0,0.1);
    border-top-left-radius: 22px;
    border-bottom-right-radius: 22px;
}


.expresscompare-items {
    outline: 2px solid #cc0066;
}


.whychoose-parent .whychoose-left img {
    width: 62%;
}


section.customer-stories.expresslp-customerstories {
    background: #f7f7f7;
    padding: 74px 0;
}


section.customer-stories.expresslp-customerstories h4 {
    font-family: 'Merriweather';
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
    color: #212529;
}


section.customer-stories.expresslp-customerstories figure.figure p.align_bottom {
    padding-left: 15px;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 6px;
}

section.customer-stories.expresslp-customerstories .obe {
    background: #fff;
    border-top-left-radius: 35px !important;
    border-bottom-right-radius: 35px;
}

section.customer-stories.expresslp-customerstories figure.figure img {
    width: 100%;
    border-top-left-radius: 35px !important;
}


section.customer-stories.expresslp-customerstories .obe .category {
    padding-left: 16px;
    font-size: 14px;
}

section.customer-stories.expresslp-customerstories figcaption.figure-caption {
    min-height: 148px;
}


.timing-input span.select2-selection__arrow b {
    left: inherit !important;
    right: 10px;
    position: absolute !important;
}


.step__input-wrapper svg {
    margin-top: 20px;
}


#form1_postcodesSearch .main_form .step.first-step {
    width: 80%;
    margin: auto;
}


#form1_postcodesSearch .main_form .step.first-step h1 {
    color: #212529;
}


.instant_call_form .step.first-step h1 {
    color: #212529;
}


.calls-tabs > div {
    cursor: pointer;
}

.first-input .icon i.fa-phone-alt {
    margin-top: 18px;
}


.first-input .icon i.fal.fa-calendar-alt {
    margin-top: 18px;
}

.first-input .icon i.fal.fa-calendar-alt {
    margin-top: 20px;
}


.first-input .icon i.far.fa-clock {
    margin-top: 20px;
}


select#how_soon_dropdown {
    width: 100%;
    padding-left: 16px;
    border: 2px solid #e20d79;
    border-radius: 4px;
    height: 58px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../../instant_callback_imgs/downarrow.png);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 17px;
    outline: none;
}

.step__input-wrapper.mt-5 .checkbox-container label {
    padding-left: 0 !important;
}


select#address {
    width: 100%;
    padding-left: 16px;
    border: 2px solid #e20d79;
    border-radius: 4px;
    height: 58px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../../instant_callback_imgs/downarrow.png);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 17px;
    outline: none;
}


.step__input-wrapper input#postcode {
    border: 2px solid var(--primary) !important;
}

select#how_soon_dropdown:focus {
    outline: none;
    box-shadow: none;
}

.first-input input.phone_number {
    border: 2px solid #e20d79 !important;
}



select.form-control.call_date_dropdown {
    width: 100%;
    padding-left: 41px;
    border: 2px solid #e20d79;
    border-radius: 4px;
    height: 58px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../../instant_callback_imgs/downarrow.png);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 17px;
    outline: none;
}

select.form-control.js-example-basic-multiple1.call_time_dropdown {
    padding: 0px;
    width: 100%;
    padding-left: 41px;
    border: 2px solid #e20d79;
    border-radius: 4px;
    height: 58px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../../instant_callback_imgs/downarrow.png);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 17px;
    outline: none;
}

.calls-tabs p:hover {
    color: #e20d79;
}

.calls-tabs:hover i {
    color: #e20d79;
}


.step.first-step {
    color: #212529;
}


select.form-control.call_date_dropdown:focus {
    box-shadow: none;
}


ul.tabrow.sticky--ul {
    top: 0 !important;
}

.top-progress.position-fixed.w-100 {
    position: relative !important;
}

button.btn_callme_now {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}


button#form1_btn_letsDoThis {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    color: white;
}


#final_form .step.first-step.property-step {
    padding-bottom: 0 !important;
    min-height: inherit;
}

.callme_later.btn_callme_later {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.phonebox p {
    color: white;
}

.main_form .first-input {
    margin-bottom: 1rem;
}

.phonebox:hover {
    color: #fff;
    box-shadow: 0px 10px 12px #f799c9;
}

.step.processing h1 {
    color: #212529;
}

.phonebox {
    cursor: pointer;
}

.whatmake_section .img_caption {
    background: #e00273;
    border-radius: 30px 0;
    padding: 10px 27px;
    width: 92%;
    margin: 0 !Important;
    color: #fff;
    height: inherit;
    position: inherit;
}

.whatmake_section img {
    width: 92%;
    margin-bottom: 15px;
}


.whatmake_section .img_caption.bg_blue.m-auto {
    background: #092864;
}


table#stats {
    width: 100% !important;
}




@-webkit-keyframes glowing {
  0% { background-color: #e20d79; -webkit-box-shadow: 0 0 3px #f7a8d0; }
  50% { background-color: #e20d79; -webkit-box-shadow: 0 0 40px #f7a8d0; }
  100% { background-color: #e20d79; -webkit-box-shadow: 0 0 3px #f7a8d0; }
}

@-moz-keyframes glowing {
  0% { background-color: #e20d79; -moz-box-shadow: 0 0 3px #f7a8d0; }
  50% { background-color: #e20d79; -moz-box-shadow: 0 0 40px #f7a8d0; }
  100% { background-color: #e20d79; -moz-box-shadow: 0 0 3px #f7a8d0; }
}

@-o-keyframes glowing {
  0% { background-color: #e20d79; box-shadow: 0 0 3px #f7a8d0; }
  50% { background-color: #e20d79; box-shadow: 0 0 40px #f7a8d0; }
  100% { background-color: #e20d79; box-shadow: 0 0 3px #f7a8d0; }
}

@keyframes glowing {
  0% { background-color: #e20d79; box-shadow: 0 0 3px #f7a8d0; }
  50% { background-color: #e20d79; box-shadow: 0 0 40px #f7a8d0; }
  100% { background-color: #e20d79; box-shadow: 0 0 3px #f7a8d0; }
}

.app .content {
    padding-top:0px!important;
}

.first-input select:focus {
    box-shadow: none;
    outline: none;
}


.instant_call_form .step {
    border: 8px dashed #e20d79;
    border-radius: 40px;
    margin-bottom: 54px;
    max-width: 70%;
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}

a.phone-info-div:hover {
    color: inherit;
}

.instant_call_form .step__input-wrapper.mt-5 {
    margin-top: 11px !important;
}

.instant_call_form .step .col-md-10 {
    max-width: 100%;
    flex: 100%;
    padding-left: 40px;
    padding-right: 40px;
}




div#instant_call_popup .instant_call_form .step {
    max-width: 100%;
}

div#instant_call_popup .step__input-wrapper input, .select2-selection {
    width: 100% !important;
}


div#instant_call_popup .modal-dialog {
    max-width: 845px;
        margin-left: auto;
    margin-right: auto;
}

div#instant_call_popup .--custom-container {
    max-width: calc(100% - 70px);
}



div#instant_call_popup .first-input {
    width: 445px;
}


div#instant_call_popup .instant_call_form .step {
    max-width: 100% !important;
    width: 100% !important;
}

div#instant_call_popup .checkbox-container .checkmark {
    left: 10%;
}



.step__input-wrapper .error-message {
    top: 24px !important;
    position: relative !important;
}

div#thank_you_page .step.agreement-step {
    width: 100% !important;
    margin: auto;
}

div#thank_you_page .modal-dialog {
    max-width: 500px;
}

div#thank_you_page .--custom-container.pt-4 {
    max-width: 95% !important;
    flex: 95%;
}

div#thank_you_page .step.first-step.agreement-step {
    margin: 0 !important;
}

div#thank_you_page .step.first-step.agreement-step .col-md-10 {
    max-width: 94% !important;
    flex: 94% !important;
}


div#instant_call_popup .step.first-step.agreement-step {
    margin-bottom: 26px !important;
}

div#instant_call_popup .close span {
    font-size: 28px;
    border: 1px solid;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 100px;
}
div#instant_call_popup .close {
    right: 0;
    position: absolute;
    padding: 8px;
}

article.content.dashboard-page.summary_page_div input.phone_number {
    width: 100% !important;
}

div#thank_you_page .step.first-step.agreement-step {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: calc(56vh - 180px) !important;
}


/*@supports (-webkit-touch-callout: none) { 

article.content.dashboard-page.summary_page_div {
    margin-left: 20px;
    margin-right: 20px;
}


}*/

.call_button_loader {
    width: 100%;
    display: flex;
    justify-content: center;
}


.main_form .first-input.select-input-field.mb-3 {
    margin-top: 0;
}

.callme_now.btn_callme_now:focus {
    background: gray !important;
    border: gray !important;
}

.callme_later.btn_callme_later:focus {
    background: gray !important;
    border: gray !important;
}

div#instant_call_popup .step.first-step.agreement-step {
    margin-bottom: 26px !important;
    min-height: 440px;
}


.instant_call_form .step {
    min-height: 484px;
}

div#thank_you_page .step.first-step.agreement-step {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 224px !important;
}

























.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #212529;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: #212529;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: #212529;
}
.accordion button[aria-expanded=true] {
  color: #03b5d2;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 0px 0 22px;
}


section.aboutus-section {
    background: #f7f7f7;
    padding: 74px 20px;
}

section.aboutus-section h4 {
    font-family: 'Merriweather';
    font-weight: bold;
    font-size: 30px;
    /* text-align: center; */
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    color: #212529;
}

section.aboutus-section p {
/*    text-align: center;*/
    font-size: 16px;
}

section.whychooseus-section {
    padding-top: 74px;
    padding-bottom: 74px;
}


section.whychooseus-section ul {
    padding-left: 20px;
    list-style: none;
}

.whychooseus-inner ul li i {
    color: #e30074;
    padding-right: 10px;
}


section.whychooseus-section ul li {
    line-height: 28px;
}


section.faq-section {
        padding-top: 74px;
    padding-bottom: 74px;
    padding-left: 20px;
    padding-right: 20px;
}

.faq-section-inner h4 {
    font-family: 'Merriweather';
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
    text-transform: uppercase;
    color: #212529;
}

.accordion {
    box-shadow: 0px 0px 15px 1px #ccc;
    padding: 22px;
}

span.accordion-title {
    font-weight: bold;
    color: #212529;
    font-size: 16px;
}


.accordion-item {
    border-bottom: 1px solid #eaeaea;
    padding-left: 20px;
    padding-right: 20px;
}

.accordion-item:last-child {
    border-bottom: none;
}

.header .image-holder p {
    font-weight: bold;
    font-size: 15px;
}

section.aboutus-section {
    text-align: center;
}

section.aboutus-section .aboutus-parent {
    width: 81%;
    margin: auto;
}

.aboutus-parent p {
    text-align: center;
}

section.whychooseus-section h4 {
    color: #212529;
    font-weight: bold;
    padding-bottom: 20px;
}

.slide_container_block.new_ratedtext {
    font-weight: bold;
    font-size: 15px;
}

.aboutus-parent p {
    padding-bottom: 20px;
}

article.program .slide-data > div {
    max-width: 100%;
    flex: 100%;
}

article.program .slide-data {
    flex-wrap: wrap;
}

article.program .slide-data .reviewstars i {
    color: green;
}


.--c-secondary.review-location {
    display: flex;
    align-items: flex-end;
}


section#program h4 {
    font-family: 'Merriweather';
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #212529;
}

.--c-secondary.review-location {
    height: 144px;
}

.--c-secondary.review-name {
    padding-top: 10px;
}

.daterangepicker{
    position: relative !important;
    top: 700px !important;
}