body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 1rem;
    line-height: 1.2;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Archia webfont', sans-serif;
    font-size: 3.3rem;
    line-height: 1.1;
    font-weight: 700;
}

h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Archia webfont', sans-serif;
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 700;
}

h3 {
    margin-top: 20px;
    margin-bottom: 16px;
    font-family: 'Archia webfont', sans-serif;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 700;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Archia webfont', sans-serif;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 700;
}

p {
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
}

a {
    color: #ff4469;
    text-decoration: underline;
}

ul {
    margin-top: 0px;
    margin-bottom: 21px;
    padding-left: 40px;
    font-size: 1.1rem;
    line-height: 1.1;
}

ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
    font-size: 0.8rem;
    line-height: 1.1;
}

li {
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.2;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.container {
    display: block;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
}

.p-small {
    margin-bottom: 10px;
    font-size: 0.8rem;
    line-height: 1.5;
}

.p-small.account-terms {
    margin-top: 30px;
}

.p-small.colour-light-grey {
    color: #a1a1a1;
    font-weight: 300;
}

.styles__section-label {
    margin-top: 4%;
    margin-bottom: 4%;
    padding-bottom: 8px;
    border-bottom: 1px dotted #212121;
    letter-spacing: 0em;
    text-transform: none;
}

.section {
    position: relative;
    overflow: hidden;
    padding-top: 7%;
    padding-bottom: 7%;
}

.col {
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.col.col-lg-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.col.col-lg-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.p-big {
    font-size: 1.2rem;
    line-height: 26px;
}

.mb-0 {
    margin-bottom: 0px;
}

.bg-red {
    background-color: #ff4469;
}

.bg-blue {
    background-color: #00f;
    color: #fff;
}

.styles__color-swatch {
    width: 100%;
    height: 100px;
}

.bg-lightgrey {
    background-color: #e6e6e6;
}

.card-body {
    position: relative;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bg-darkgrey {
    background-color: #333;
}

.bg-light {
    background-color: #f1f1f1;
}

.card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}

.bg-teal {
    background-color: #00d6cc;
}

.colour-teal {
    color: #00d6cc;
}

.colour-blue {
    color: #00f;
}

.colour-blue.hundred-pc {
    width: 100%;
}

.colour-red {
    color: #ff4469;
}

.colour-darkgrey {
    color: #333;
}

.colour-lightgrey {
    color: #e6e6e6;
}

.nav-container {
    height: 70px;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    text-align: right;
}

.nav-products-text {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 11px;
    color: #fff;
    font-size: 0.6rem;
    line-height: 0.9rem;
    text-transform: uppercase;
}

.navbar {
    background-color: #00d6cc;
}

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

.logo-mobile {
    display: none;
}

.logo-desktop {
    width: 140px;
    height: 50px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

.nav-link {
    margin-top: 21px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 5px 0px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color 125ms ease;
    transition: border-color 125ms ease;
    font-family: 'Archia webfont', sans-serif;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

.nav-link:hover {
    border-bottom-color: #fff;
}

.nav-link.about-us {
    font-weight: 300;
}

.nav-menu {
    height: 70px;
}

.homepage-header {
    background-image: url('../images/letflix-homepage-image.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.hompage-searchcard {
    position: relative;
    width: 700px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 30px 30px;
    border-radius: 8px;
    background-color: #333;
    color: #fff;
    text-align: center;
}

.centered-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.subscribe-form-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.subscribe-form-input-wrapper {
    position: relative;
    width: 493px;
    text-align: left;
}

.form-input {
    position: relative;
    height: 50px;
    margin-bottom: 0px;
    padding-left: 50px;
    border: 0px none #000;
    border-radius: 6px;
}

.search-filter-button {
    position: relative;
    display: none;
    height: 50px;
    padding: 14px 36px 9px 26px;
    border: 0px none #000;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #ff4469;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.location-target-wrapper {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 1;
    width: 34px;
    height: 34px;
}

.header-content {
    position: relative;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
    padding-bottom: 169px;
    text-align: center;
}

.logo {
    width: 260px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    color: #ff4469;
}

.favourites-menu {
    position: relative;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    text-align: center;
}

.favourites-menu:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.favourite-svg {
    display: inline-block;
    width: 30px;
    height: 26px;
    margin-top: 16px;
}

.favourites-number-2 {
    position: absolute;
    left: auto;
    top: 6px;
    right: 6px;
    bottom: auto;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    background-color: #fff;
}

.favouites-number {
    margin-top: 2px;
    font-family: 'Archia webfont', sans-serif;
    color: #ff4469;
    font-size: 1rem;
    line-height: 1.3rem;
}

.filter-icon {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 18px;
    height: 18px;
    margin-top: 7px;
    margin-left: 18px;
}

.login-nav-link {
    position: relative;
    margin-top: 16px;
    margin-left: 20px;
    padding: 10px 20px 10px 40px;
    float: right;
    border-radius: 20px;
    background-color: #fff;
    -webkit-transition: color 200ms ease, background-color 200ms ease;
    transition: color 200ms ease, background-color 200ms ease;
    font-family: 'Archia webfont', sans-serif;
    color: #ff4469;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}

.login-nav-link:hover {
    background-color: #00f;
    color: #fff;
}

.favourites-menu-text {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 11px;
    color: #fff;
    font-size: 0.6rem;
    line-height: 0.9rem;
    text-transform: uppercase;
}

.account-nav-container {
    position: relative;
    display: inline-block;
}

.filter-down-arrow {
    width: 100%;
}

.filter-down-arrow-cont {
    position: absolute;
    left: auto;
    top: 14px;
    right: 14px;
    bottom: 0%;
    width: 14px;
    height: 14px;
}

.home-search-cont {
    display: none;
    width: 495px;
    height: 100%;
    margin-top: 14px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 20px;
    border-radius: 6px;
    background-color: #5f5b5b;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.41);
    text-align: left;
}

.hps-cont {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

.input {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    min-height: 60px;
    margin-bottom: 0px;
    padding: 21px 16px 2px;
    border: 0px none #000;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: background-color 300ms cubic-bezier(.165, .84, .44, 1);
    transition: background-color 300ms cubic-bezier(.165, .84, .44, 1);
    color: #212121;
    font-size: 1rem;
    font-weight: 600;
}

.input:hover {
    border-color: #4253ff;
    background-color: #fff;
}

.input:focus {
    border-color: #4253ff;
    background-color: #fff;
}

.input::-webkit-input-placeholder {
    color: #aeb0b5;
}

.input:-ms-input-placeholder {
    color: #aeb0b5;
}

.input::-ms-input-placeholder {
    color: #aeb0b5;
}

.input::placeholder {
    color: #aeb0b5;
}

.input.select {
    padding-left: 12px;
    border-radius: 3px;
    background-image: url('../images/bx-chevron-down.svg');
    background-position: 98% 50%;
    background-size: 24px;
    background-repeat: no-repeat;
}

.form-success {
    position: relative;
    min-height: 320px;
    background-color: transparent;
}

.form {
    margin-bottom: 0px;
}

.input-label {
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    margin-left: 12px;
    padding-top: 12px;
    padding-bottom: 4px;
    /* color: #00f; */
    color: #999;
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 600;
    padding: 0;
    margin-top: 10px;
    width: 60%;
    width: fit-content;
}

.form-error {
    margin-top: 16px;
    padding: 8px 0px 0px;
    border-top: 1px solid #e31700;
    background-color: transparent;
    color: #e31700;
}

.form-success_icon {
    position: relative;
    width: 80px;
    height: 80px;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
}

.form-success_icon-lottie {
    position: absolute;
    left: auto;
    top: auto;
    right: 50%;
    bottom: 40%;
    width: 110px;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 12px;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.input-group.fifty-pc {
    width: 48%;
}

.form-success_flex {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-btn {
    display: inline-block;
    width: 100%;
    height: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #ff4469;
    font-family: 'Archia webfont', sans-serif;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.hp-content-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 280px;
    background-color: #333;
    color: #e6e6e6;
    text-align: center;
}

.nav-button-wrapper {
    float: left;
}

.hp-search-btn-cont {
    padding-right: 10px;
    padding-left: 10px;
}

.hp-head-section {
    position: relative;
}

.home-search-cont-desktop {
    display: block;
    width: 495px;
    height: 100%;
    margin-top: 14px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 20px;
    border-radius: 6px;
    background-color: #5f5b5b;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.41);
    text-align: left;
}

.one-account-animation-container {
    width: 100%;
}

.rent-payment-icon {
    width: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.smaill-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.direct-messaging-icon {
    width: 120px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.key-information-icon {
    width: 80px;
    margin-top: 12px;
    margin-bottom: 7px;
}

.legal-contracts-icon {
    margin-bottom: 1px;
}

.down {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -2px;
}

.button {
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 3px;
    background-color: #ff4469;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: 'Archia webfont', sans-serif;
    font-size: 1.1rem;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.button:hover {
    background-color: #cc3654;
}

.landlord-section {
    padding-top: 130px;
    padding-bottom: 180px;
    background-color: #00d6cc;
    text-align: center;
}

.rating-section {
    padding-top: 80px;
    text-align: center;
}

.star1 {
    width: 26px;
    margin-right: 2px;
    margin-left: 2px;
}

.star-container {
    position: absolute;
    left: -95px;
    top: 223px;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    width: 200px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
}

.phone {
    position: relative;
    width: 510px;
    margin-right: auto;
    margin-bottom: -1px;
    margin-left: auto;
}

.screen-mask {
    position: absolute;
    left: 50px;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    overflow: hidden;
    width: 420px;
    height: 510px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background-color: #ff4469;
}

.star2 {
    width: 26px;
    margin-right: 2px;
    margin-left: 2px;
}

.star3 {
    width: 26px;
    margin-right: 2px;
    margin-left: 2px;
}

.star4 {
    width: 26px;
    margin-right: 2px;
    margin-left: 2px;
}

.star5 {
    width: 26px;
    margin-right: 2px;
    margin-left: 2px;
}

.reviews {
    position: absolute;
    left: 13px;
    top: auto;
    right: 0%;
    bottom: 95px;
    overflow: hidden;
    width: 260px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
}

.reviews-image {
    width: 570px;
    max-width: none;
    margin-left: 2px;
}

.float {
    width: 50%;
    float: left;
    text-align: left;
}

.phone-image {
    width: 510px;
}

.mobile-review-image {
    display: none;
}

.footer-section {
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #333;
    text-align: center;
}

.footer-link {
    display: inline-block;
    width: 20%;
    color: #e6e6e6;
    font-size: 0.9rem;
    line-height: 1.3;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-terms-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid hsla(0, 0%, 90.2%, 0.3);
}

.footer-nav-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 14px;
    padding-bottom: 14px;
}

.logo-footer {
    width: 140px;
    height: 50px;
    margin: 10px auto 14px;
}

.colour-white {
    color: #fff;
}

.line-teal {
    width: 100%;
    height: 6px;
    margin: 34px auto 40px;
    background-color: #00d6cc;
}

.landlord-icon {
    width: 300px;
    margin-bottom: 50px;
}

.line-red {
    width: 170px;
    height: 6px;
    margin: 34px auto 40px;
    background-color: #ff4469;
}

.search-filter {
    padding-top: 14px;
    padding-bottom: 16px;
    background-color: #333;
}

.showing {
    display: inline-block;
    padding-right: 30px;
    color: #00d6cc;
}

.filter-results {
    display: inline-block;
    padding-left: 30px;
    border-left: 2px solid #00d6cc;
    color: #e6e6e6;
    line-height: 1.2;
}

.filter-button {
    position: absolute;
    left: auto;
    top: 0px;
    right: 0%;
    bottom: auto;
    z-index: 2;
    height: 32px;
    margin-top: -4px;
    margin-left: 20px;
    padding: 6px 20px 6px 40px;
    float: right;
    border-radius: 4px;
    background-color: #4e4e4e;
    -webkit-transition: color 200ms ease, background-color 200ms ease;
    transition: color 200ms ease, background-color 200ms ease;
    font-family: 'Archia webfont', sans-serif;
    color: #ff4469;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.filter-button:hover {
    background-color: #5f5f5f;
}

.text-block {
    color: #ffa1b4;
}

.results-container {
    position: relative;
    z-index: 2;
    background-color: #00d6cc;
}

.property-card {
    position: relative;
    z-index: 100;
    display: block;
    overflow: hidden;
    width: 320px;
    height: auto;
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    padding-bottom: 50px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.3);
    cursor: -webkit-grab;
    cursor: grab;
}

.property-card-desktop {
    display: none;
}

.c-property-buttons {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -2px;
    height: 48px;
}

.c-property-details-button {
    width: 50%;
    height: 100%;
    padding-top: 13px;
    float: left;
    background-color: #00f;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.c-property-details-button:hover {
    background-color: #00c;
}

.c-content {
    width: 100%;
    padding: 12px 20px 10px;
    text-align: center;
}

.c-content-block {
    display: inline-block;
    width: auto;
    margin-right: 16px;
    margin-bottom: 4px;
}

.c-content-block.title {
    width: 100%;
}

.content-icon {
    width: 26px;
    margin-right: 6px;
    float: left;
}

.c-text {
    float: left;
    font-size: 0.9rem;
    line-height: 1.2;
}

.c-price-icon {
    width: 17px;
}

.c-bed-icon {
    width: 24px;
}

.c-main-image {
    height: 210px;
}

.c-sub-image {
    width: 33.3333%;
    height: 70px;
    float: left;
}

.card-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-sub-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-property-contact-button {
    width: 50%;
    height: 100%;
    padding-top: 13px;
    float: left;
    background-color: #ff4469;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.c-property-contact-button:hover {
    background-color: #cc3654;
}

.filter {
    position: static;
}

.results-nav {
    position: relative;
    z-index: 2;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #00d6cc;
    text-align: center;
}

.results-nav-item {
    display: inline-block;
    width: 150px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-right: 1px solid #00b4ac;
    border-left: 1px solid #00b4ac;
    background-color: #e6e6e6;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #8f8f8f;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
}

.results-nav-item:hover {
    color: #333;
}

.results-nav-item.onpage {
    border-right: 1px solid #00b4ac;
    border-left: 1px solid #00b4ac;
    background-color: #00d6cc;
    color: #333;
}

.shadow {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: -20px;
    overflow: hidden;
    height: 20px;
    box-shadow: inset 0 8px 6px -3px rgba(0, 0, 0, 0.14);
}

.flick-wrapper {
    position: relative;
    height: 70vh;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #00d6cc;
}

.list-wrapper {
    position: relative;
    overflow: hidden;
    width: 48%;
    height: 300px;
    margin: 20px 10px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
}

.list-results-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fun-quote {
    position: relative;
    width: 48%;
    height: 300px;
    margin: 10px;
}

.list-quote-wrapper {
    position: absolute;
    left: auto;
    top: 30%;
    right: 0%;
    bottom: auto;
    width: 90%;
    text-align: left;
}

.l-main-image {
    height: 230px;
}

.l-property-details {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
}

.l-property-buttons {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 50%;
}

.l-property-details-button {
    width: 50%;
    height: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    float: left;
    background-color: #00f;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.l-property-details-button:hover {
    background-color: #00c;
}

.l-property-contact-button {
    width: 50%;
    height: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    float: left;
    background-color: #ff4469;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.l-property-contact-button:hover {
    background-color: #cc3654;
}

.l-content {
    width: 100%;
    padding: 12px 20px 10px;
    float: left;
}

.l-map {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 180px;
    float: left;
    background-image: url('../images/card-map.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.l-text {
    width: 100%;
    margin-bottom: 8px;
    color: #00f;
    font-size: 1rem;
    line-height: 1.3;
}

.c-text-title {
    margin-bottom: 8px;
    color: #00f;
    font-size: 1rem;
    line-height: 1.3;
}

.c-sub-image-wrapper {
    overflow: hidden;
    height: 70px;
}

.l-sub-image-wrapper {
    height: 70px;
}

.l-sub-image {
    width: 33.3333%;
    height: 70px;
    float: left;
}

.l-property-images {
    width: 50%;
    height: 300px;
    float: left;
}

.m-map {
    z-index: 1;
    height: 30vh;
    background-color: #00b4ac;
}

.map-image {
    width: 100%;
    height: 100%;
    -webkit-filter: contrast(143%);
    filter: contrast(143%);
    -o-object-fit: cover;
    object-fit: cover;
}

.results-wrapper {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.sticky-results {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 100;
}

.homepage-landlord-row {
    margin-top: 40px;
}

.property-card-background1 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -1;
    display: block;
    overflow: hidden;
    width: 320px;
    height: 100%;
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px;
    background-color: #00968f;
    box-shadow: none;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.property-card-background2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -2;
    display: block;
    overflow: hidden;
    width: 320px;
    height: 100%;
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px;
    background-color: #00cac1;
    box-shadow: none;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
}

.left-guide {
    position: absolute;
    z-index: 50;
    cursor: pointer;
}

.guide-wrapper {
    display: none;
}

.right-guide {
    position: absolute;
    left: auto;
    top: 150px;
    right: -260px;
    bottom: auto;
    z-index: 50;
    cursor: pointer;
}

.hand {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 275px;
    width: 130px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.guide-hover {
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

.guide-hover:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.card-centred {
    position: absolute;
    left: 0%;
    top: 50%;
    right: 0%;
    bottom: auto;
    width: 320px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.input-group-filter {
    position: relative;
    display: block;
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.l-btn-filter {
    display: inline-block;
    width: 80%;
    height: 50px;
    margin-left: 5px;
    padding-top: 12px;
    padding-bottom: 7px;
    border-radius: 3px;
    background-color: #ff4469;
    font-family: 'Archia webfont', sans-serif;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.l-btn-filter.w--current {
    margin-right: 5px;
    margin-left: 5px;
}

.input-label-filter {
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    margin-left: 12px;
    padding-top: 6px;
    padding-bottom: 4px;
    color: #00f;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 600;
}

.input-filter {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 50px;
    margin-bottom: 0px;
    padding: 21px 16px 8px;
    border: 0px none #000;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: background-color 300ms cubic-bezier(.165, .84, .44, 1);
    transition: background-color 300ms cubic-bezier(.165, .84, .44, 1);
    color: #212121;
    font-size: 1rem;
}

.input-filter:hover {
    border-color: #4253ff;
    background-color: #fff;
}

.input-filter:focus {
    border-color: #4253ff;
    background-color: #fff;
}

.input-filter::-webkit-input-placeholder {
    color: #aeb0b5;
}

.input-filter:-ms-input-placeholder {
    color: #aeb0b5;
}

.input-filter::-ms-input-placeholder {
    color: #aeb0b5;
}

.input-filter::placeholder {
    color: #aeb0b5;
}

.input-filter.select {
    padding-left: 8px;
    border-radius: 3px;
    background-image: url('../images/bx-chevron-down.svg');
    background-position: 98% 50%;
    background-size: 24px;
    background-repeat: no-repeat;
    font-size: 0.9rem;
}

.filter-wrapper {
    overflow: hidden;
}

.account-icon {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 18px;
    height: 18px;
    margin-top: 10px;
    margin-left: 18px;
}

.property-left {
    position: relative;
    width: 70%;
    float: left;
}

.proprty-right {
    width: 30%;
    padding-bottom: 40px;
    padding-left: 30px;
    float: left;
}

.property-bullet {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 1.3rem;
}

.slider {
    height: auto;
    background-color: #333;
}

.slider-icon-right {
    width: 100px;
    height: 100px;
    margin-right: -50px;
    padding-top: 28px;
    padding-left: 8px;
    border-radius: 100%;
    background-color: #00d6cc;
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
    text-align: left;
}

.slider-icon-right:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.slider-icon-left {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    padding-top: 28px;
    padding-right: 8px;
    border-radius: 100%;
    background-color: #00d6cc;
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
    text-align: right;
}

.slider-icon-left:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    top: 30%;
    bottom: 30%;
}

.property-title-cont {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 90px;
    color: #00f;
}

.property-fav {
    position: absolute;
    left: auto;
    top: auto;
    right: 20px;
    bottom: -75px;
    z-index: 100;
    overflow: hidden;
    width: 130px;
    height: 61px;
    float: right;
    text-align: center;
}

.sticky-cont {
    position: relative;
    height: 100%;
    margin-bottom: 100px;
}

.fav-text-add {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0%;
    bottom: 10px;
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    color: #e6e6e6;
    font-size: 0.8rem;
    line-height: 1;
}

.fav-curve {
    position: absolute;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 130px;
    height: 130px;
    margin-top: -70px;
    border-radius: 100%;
    background-color: #333;
    cursor: pointer;
}

.add-fav-icon {
    position: absolute;
    left: 0%;
    top: 66px;
    right: 0%;
    bottom: auto;
    width: 34px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
}

.added-fav-icon {
    position: absolute;
    left: 0px;
    top: 66px;
    right: 0px;
    display: inline-block;
    width: 34px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
}

.fav-text-remove {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0%;
    bottom: 10px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    color: #e6e6e6;
    font-size: 0.8rem;
    line-height: 1;
}

.bullet-red {
    display: inline;
    margin-right: 10px;
    font-family: 'Archia webfont', sans-serif;
    color: #ff4469;
    font-weight: 700;
}

.bullet-black {
    display: inline;
    margin-right: 10px;
    font-family: 'Archia webfont', sans-serif;
    font-weight: 700;
}

.sidebar-wrap {
    padding-top: 20px;
    padding-bottom: 24px;
    border-bottom: 2px solid #e6e6e6;
}

.epc-image {
    margin-bottom: 20px;
}

.sidebar-map {
    margin-bottom: 20px;
    background-color: #00d6cc;
}

.favourites-number-3 {
    position: absolute;
    left: auto;
    top: 6px;
    right: 6px;
    bottom: auto;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    background-color: #fff;
}

.bullet-wrap {
    display: none;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 24px;
    float: left;
}

.sidebar-wrap-bullet {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e6e6e6;
    background-color: #fff;
}

.epc-link {
    display: block;
}

.sidebar-agent {
    margin-top: 20px;
    padding: 10px 20px 1px;
    border-radius: 11px;
    background-color: #333;
    color: #e6e6e6;
    text-align: left;
}

.agent-image {
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.agent-name {
    display: inline;
    margin-right: 10px;
    font-family: 'Archia webfont', sans-serif;
    color: #ff4469;
    font-weight: 700;
}

.property-ratings {
    margin-top: 60px;
    padding: 10px 20px;
    border-radius: 11px;
    background-color: #333;
    color: #e6e6e6;
    text-align: center;
}

.rating-title {
    display: inline-block;
    color: #ff4469;
    line-height: 1.2;
}

.line-thin-red {
    width: 170px;
    height: 3px;
    margin: 4px auto 20px;
    background-color: #ff4469;
}

.star {
    display: inline-block;
    width: 24px;
    margin-right: 16px;
    margin-bottom: 12px;
    margin-left: 16px;
}

.rating-container {
    display: inline-block;
    overflow: hidden;
    width: 280px;
    margin-top: 12px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.review-cont {
    margin-top: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    text-align: center;
}

.review-title {
    display: inline-block;
    color: #ff4469;
    line-height: 1.2;
    font-weight: 300;
}

.slide {
    padding-right: 70px;
    padding-bottom: 20px;
    padding-left: 70px;
    text-align: center;
}

.slider-2 {
    height: auto;
    background-color: transparent;
}

.icon {
    color: #ff4469;
}

.icon-2 {
    color: #ff4469;
}

.review-text {
    color: #333;
    text-align: center;
}

.stars {
    width: 130px;
    margin-right: auto;
    margin-bottom: 9px;
    margin-left: auto;
}

.property-container {
    display: block;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.back {
    display: inline-block;
    padding-right: 30px;
    color: #e6e6e6;
}

.search-icon {
    width: 16px;
    margin-right: 10px;
}

.contact-agent {
    display: inline-block;
    padding-left: 30px;
    border-left: 2px solid #00d6cc;
    color: #e6e6e6;
    line-height: 1.2;
}

.property-back-cont {
    position: relative;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.property-back-wrap {
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #333;
}

.login-container {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #00d6cc;
}

.form-container {
    max-width: 600px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.account-terms {
    margin-top: 40px;
    margin-bottom: 32px;
}

.login-header {
    margin-bottom: 40px;
    text-align: left;
}

.button-margin-r {
    margin-right: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 3px;
    background-color: #ff4469;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: 'Archia webfont', sans-serif;
    font-size: 1.1rem;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.button-margin-r:hover {
    background-color: #cc3654;
}

.form-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ca-form-1 {
    overflow: hidden;
    margin-bottom: 0px;
}

.form-agent-ac {
    overflow: hidden;
    margin-bottom: 0px;
}

.account-section {
    padding: 80px 20px;
    background-color: #00d6cc;
    color: #00f;
}

.account-control-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 10px 20px 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 20px;
    background-color: #2fe7df;
}

.account-shelf {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 19%;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 2px;
    background-color: #00f;
    color: #fff;
}

.account-shelf.shelf-not-complete {
    background-color: #e6e6e6;
    color: #00f;
}

.account-shelf-text {
    margin-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.2;
}

.status-wrapper {
    margin-right: 12px;
    margin-left: 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.arrow-wrapper {
    margin-top: 10px;
    margin-right: 16px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 20px;
    background-color: #0000d5;
    cursor: pointer;
}

.account-shelf-not-complete {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 19%;
    margin-bottom: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 2px;
    background-color: #fff;
    color: #00f;
    line-height: 1;
}

.add-wrapper {
    margin-top: 10px;
    margin-right: 16px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 20px;
    background-color: #e6e6e6;
    cursor: pointer;
}

.image {
    padding: 7px;
}

.open-drawer {
    overflow: hidden;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #fff;
    box-shadow: inset 0 8px 4px -6px rgba(0, 0, 0, 0.54);
    cursor: pointer;
}

.drawer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 20px 16px 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
}

.drawer-text {
    padding-right: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #00f;
    font-size: 0.8rem;
}

.pdf-icon {
    margin-right: 12px;
}

.dashboard-heading {
    margin-top: 10px;
    color: #fff;
    text-align: center;
}

.drawer-para {
    margin-bottom: 6px;
    color: #333;
    text-align: center;
}

.dashboard-header {
    width: 100%;
    margin-bottom: 30px;
}

.create-account-cont {
    margin-top: 40px;
    padding: 1px 20px 20px;
    border-radius: 6px;
    background-color: #2fe7df;
}

.button-secondary {
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 3px;
    background-color: #00f;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: 'Archia webfont', sans-serif;
    font-size: 1.1rem;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.button-secondary:hover {
    background-color: #00c;
}

.draw-rollover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

.draw-rollover:hover {
    background-color: #e6e6e6;
}

.tasks-cont {
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #fff;
}

.tasks-title {
    padding: 10px;
    background-color: #ff4469;
}

.task-text {
    margin: 10px;
    padding-left: 10px;
    border-left: 4px solid #00f;
}

.task-title-text {
    display: inline-block;
    color: #fff;
}

.task-icon {
    display: inline-block;
    margin-right: 12px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.arrow-wrapper-light {
    margin-top: 10px;
    margin-right: 16px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 20px;
    background-color: #00f;
    cursor: pointer;
}

.fav-quote {
    position: relative;
    width: 100%;
    margin: 10px;
    text-align: center;
}

.account-text {
    margin-top: 6px;
    margin-bottom: 6px;
}

.message-badge-text {
    position: absolute;
    left: auto;
    top: 6px;
    right: 0px;
    bottom: auto;
    display: block;
    height: 18px;
    padding-top: 2px;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 20px;
    background-color: #ff4469;
    font-family: 'Archia webfont', sans-serif;
    color: #fff;
    font-size: 0.6rem;
    line-height: 0.9rem;
    text-decoration: none;
}

.messages {
    width: 100%;
    padding: 80px 20px 60px;
    background-color: #00f;
    color: #fff;
}

.messages-left {
    width: 75%;
    min-height: 100px;
    padding-left: 20px;
    float: right;
}

.messages-right {
    width: 25%;
    margin-top: -26px;
    margin-bottom: 20px;
    float: left;
}

.chat-window {
    position: relative;
    overflow: hidden;
    width: 75%;
    padding: 20px;
    border-radius: 20px 0px 0px 20px;
    background-color: #e6e6e6;
}

.chat-window.chat-window-agent {
    padding-top: 116px;
}

.message {
    position: static;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 6px;
    background-color: #f5f5f5;
}

.message-title {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #e6e6e6;
    color: #00f;
    font-size: 0.9rem;
}

.message-body {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #e6e6e6;
    color: #333;
    font-size: 0.8rem;
    line-height: 1.2;
    text-align: left;
}

.message-date {
    display: inline-block;
    margin-right: 20px;
    color: #a1a1a1;
    font-size: 0.9rem;
    font-weight: 300;
}

.message-new {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #e6e6e6;
    font-size: 0.9rem;
}

.message-new strong {
    color: #ffffff;
    background-color: #00f;
}

.message-control {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 25%;
    padding: 16px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #333;
}

.message-icon-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.message-call-text {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 6px;
    color: #fff;
    font-size: 0.8rem;
}

.list-item {
    text-decoration: line-through;
}

.message-button {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 6px 51px 6px 6px;
    border-radius: 20px;
    background-color: #ff4469;
    -webkit-transition: -webkit-transform 150ms ease;
    transition: -webkit-transform 150ms ease;
    transition: transform 150ms ease;
    transition: transform 150ms ease, -webkit-transform 150ms ease;
    text-decoration: none;
}

.message-button:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.message-button-image {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
    padding-right: 10px;
    float: right;
}

.new-message {
    position: static;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 6px;
    background-color: #fff;
}

.bullet-list {
    text-align: left;
}

.chat-window-wrapper {
    position: relative;
}

.nav-message-btn-wrapper {
    position: relative;
    z-index: 1;
}

.message-fullscreen {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
}

.message-window {
    position: absolute;
    left: 0%;
    top: 25%;
    right: 0%;
    bottom: auto;
    overflow: hidden;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 70px 10px 20px;
    border-radius: 20px;
    background-color: #e6e6e6;
}

.new-message-edit {
    position: static;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 6px;
}

.upload-doc-wrapper {
    margin-top: 8px;
    margin-bottom: 8px;
}

.input-group-message {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.input-group-message.textarea {
    min-height: 120px;
}

.input-label-2 {
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    margin-left: 16px;
    padding-top: 12px;
    padding-bottom: 4px;
    border-top-right-radius: 3px;
    color: #212121;
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 600;
}

.input-label-2.textarea {
    margin-right: 20px;
    background-color: #fff;
}

.input-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 65px;
    margin-bottom: 0px;
    padding: 32px 16px 8px;
    border: 0px none #000;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: background-color 300ms cubic-bezier(.165, .84, .44, 1);
    transition: background-color 300ms cubic-bezier(.165, .84, .44, 1);
    color: #212121;
    font-size: 1rem;
}

.input-2:hover {
    border-color: #4253ff;
    background-color: #fff;
}

.input-2:focus {
    border-color: #4253ff;
    background-color: #fff;
}

.input-2::-webkit-input-placeholder {
    color: #aeb0b5;
}

.input-2:-ms-input-placeholder {
    color: #aeb0b5;
}

.input-2::-ms-input-placeholder {
    color: #aeb0b5;
}

.input-2::placeholder {
    color: #aeb0b5;
}

.property-portfolio {
    padding: 60px 20px 80px;
    background-color: #e6e6e6;
}

.propert-managment-card {
    position: relative;
    overflow: hidden;
    width: 31%;
    margin: 10px;
    padding: 20px 20px 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    line-height: 1.4;
}

.property-portfolio-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.propert-portfolio-card-title {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e6e6e6;
}

.propert-portfolio-card-tenant {
    color: #00f;
}

.propert-management-buttons {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8rem;
    text-align: center;
}

.propert-management-button {
    display: inline-block;
    height: 50px;
    padding-top: 6px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #fff;
    background-color: #ff4469;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.propert-management-button:hover {
    background-color: #cc3654;
}

.property-management-icon {
    height: 23px;
    margin-bottom: 1px;
}

.property-portfolio-button-cont {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.add-property-fullscreen {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.8);
}

.add-property-form-cont {
    position: relative;
    overflow: scroll;
    width: 800px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 6px;
    background-color: #00d6cc;
}

.property-form-address-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.property-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 3px;
    background-color: #fff;
}

.property-description {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.property-image-thumb {
    position: relative;
    overflow: hidden;
    width: 22%;
    height: 100px;
    margin: 10px;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url('../images/property-image2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.property-image-rollover {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-top: 18px;
    background-color: #ff4469;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.x-icon {
    width: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.property-image-add {
    position: relative;
    overflow: hidden;
    width: 22%;
    height: 100px;
    margin: 10px;
    padding-top: 18px;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #ff4469;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.property-image-add:hover {
    background-color: #cc3654;
}

.add-image-icon {
    width: 40px;
}

.form-add-property {
    overflow: hidden;
    margin-bottom: 0px;
    padding: 1px 30px 30px;
}

.input-add-property {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
    margin-bottom: 0px;
    padding: 32px 16px 8px;
    border: 0px none #000;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: background-color 300ms cubic-bezier(.165, .84, .44, 1);
    transition: background-color 300ms cubic-bezier(.165, .84, .44, 1);
    color: #212121;
    font-size: 1rem;
}

.input-add-property:hover {
    border-color: #4253ff;
    background-color: #fff;
}

.input-add-property:focus {
    border-color: #4253ff;
    background-color: #fff;
}

.input-add-property::-webkit-input-placeholder {
    color: #aeb0b5;
}

.input-add-property:-ms-input-placeholder {
    color: #aeb0b5;
}

.input-add-property::-ms-input-placeholder {
    color: #aeb0b5;
}

.input-add-property::placeholder {
    color: #aeb0b5;
}

.close {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 56px;
    height: 56px;
    padding-top: 8px;
    padding-left: 8px;
    background-color: #ff4469;
    cursor: pointer;
}

.message-user-selection {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding: 20px 20px 4px;
    background-color: #333;
}

.breadcrumb-agent {
    padding-left: 20px;
    background-image: url('../images/back-arrow-blue.svg');
    background-position: -7px 43%;
    background-size: 26px;
    background-repeat: no-repeat;
    color: #00f;
    text-decoration: none;
}

.property {
    padding: 80px 20px 100px;
    background-color: #e6e6e6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00d6cc), color-stop(8%, rgba(0, 212, 202, 0.94)), color-stop(64%, rgba(0, 214, 204, 0.24))), url('../images/property-image2.jpg');
    background-image: linear-gradient(180deg, #00d6cc, rgba(0, 212, 202, 0.94) 8%, rgba(0, 214, 204, 0.24) 64%), url('../images/property-image2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.add-tenant-fullscreen {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.8);
}

.add-tenant-form {
    overflow: hidden;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}

.add-tenant-form-cont {
    position: relative;
    overflow: scroll;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 6px;
    background-color: #00d6cc;
}

.full-with-flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ca-form-2 {
    overflow: hidden;
    margin-bottom: 0px;
    padding: 20px;
    border-radius: 6px;
    background-color: #00b4ac;
}

.ca-form-3 {
    overflow: hidden;
    margin-bottom: 0px;
}

.remove-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding: 5px 6px 3px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 20px;
    background-color: #ff4469;
    cursor: pointer;
}

.remove-icon:hover {
    background-color: #cc3654;
}

.upload-document-button {
    margin-left: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 3px;
    background-color: #00f;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: 'Archia webfont', sans-serif;
    font-size: 1.1rem;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.hp-content-section, .rating-section, .landlord-section {
    padding-left: 20px;
    padding-right: 20px;
}
  
.upload-document-button:hover {
    background-color: #00c;
}


.sign-tenancy-fullscreen {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1000;
	display: none;
	padding: 60px 20px;
	background-color: rgba(0, 0, 0, 0.8);
}

.sign-docs-container {
	position: relative;
	overflow: hidden;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 49px;
	border-radius: 20px;
	background-color: #e6e6e6;
	text-align: left;
}

.doc-container {
	position: relative;
	overflow: scroll;
	height: 60vh;
	max-width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.signature-container {
	padding: 10px 20px 20px;
	background-color: #333;
}

.signature-wrapper {
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 10px;
	border-radius: 6px;
	background-color: #e6e6e6;
}

.signature {
	height: 100px;
	margin-top: 6px;
	border-style: dashed;
	border-width: 2px;
	border-color: rgba(0, 0, 255, 0.53);
	background-color: #fff;
}

.sign-legislation-fullscreen {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1000;
	display: none;
	padding: 60px 20px;
	background-color: rgba(0, 0, 0, 0.8);
}

.signature-signed {
	height: 100px;
	margin-top: 6px;
	padding-top: 12px;
	padding-left: 24px;
	border-style: dashed;
	border-width: 2px;
	border-color: rgba(0, 0, 255, 0.53);
	background-color: #e6e6e6;
}

.signature-title {
	display: inline-block;
	margin-right: 10px;
}

.landlord-acount-activity {
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #e6e6e6;
}

#signaturebox{
    border: 1px solid #666;
}

.margintop-20px {
    margin-top: 20px;
}

.account-creation-property-added {
    margin-bottom: 20px;
    padding: 16px 16px 1px;
    border-radius: 4px;
    background-color: #00f;
    color: #fff;
}
  
  .task-text-white {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 4px solid #fff;
}

@media screen and (max-width: 991px) {
    ul {
        text-align: left;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .nav-container {
        text-align: center;
    }

    .hamburger {
        position: relative;
        width: 30px;
        height: 35px;
    }

    .line2 {
        position: absolute;
        top: 0px;
        width: 28px;
        height: 3px;
        background-color: #fff;
    }

    .line1 {
        position: absolute;
        top: 8px;
        width: 28px;
        height: 3px;
        background-color: #fff;
    }

    .line4 {
        position: absolute;
        top: 8px;
        width: 28px;
        height: 3px;
        background-color: #fff;
    }

    .nav-products-text {
        margin-bottom: 2px;
        color: #fff;
        font-size: 0.6rem;
        line-height: 0.9;
        text-align: center;
        text-transform: uppercase;
    }

    .menu-button {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .menu-button.w--open {
        background-color: transparent;
    }

    .line3 {
        position: absolute;
        top: 16px;
        width: 28px;
        height: 3px;
        background-color: #fff;
    }

    .brand {
        display: inline-block;
        margin-top: 10px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .logo-mobile {
        display: block;
        width: 50px;
        height: 48px;
    }

    .logo-desktop {
        display: none;
        text-align: center;
    }

    .nav-link {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
        float: none;
        clear: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .nav-menu {
        height: auto;
        padding-bottom: 90px;
        background-color: #00d6cc;
    }

    .hompage-searchcard {
        bottom: 0%;
        width: 100%;
    }

    .subscribe-form-input-wrapper {
        max-width: 300px;
    }

    .form-input {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .search-filter-button {
        display: block;
    }

    .header-content {
        padding-right: 40px;
        padding-left: 40px;
    }

    .logo {
        display: none;
        text-align: center;
    }

    .favourites-menu {
        position: absolute;
        left: 0%;
        top: 0%;
        right: auto;
        bottom: auto;
        width: 70px;
        height: 70px;
        margin-left: 14px;
    }

    .login-nav-link {
        margin-top: 14px;
        float: none;
        clear: left;
        -webkit-transition: color 200ms ease, background-color 200ms ease;
        transition: color 200ms ease, background-color 200ms ease;
    }

    .login-nav-link:hover {
        color: #fff;
    }

    .favourites-menu-text {
        position: absolute;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        color: #fff;
        font-size: 10px;
        line-height: 12px;
        text-align: center;
        text-transform: uppercase;
    }

    .account-nav-container {
        position: absolute;
        left: 0px;
        top: auto;
        right: 0px;
        bottom: 0%;
        display: inline-block;
        height: 70px;
        background-color: #00b4ac;
    }

    .home-search-cont {
        display: block;
        width: 100%;
    }

    .hp-content-section {
        padding-right: 20px;
        padding-left: 20px;
    }

    .nav-button-wrapper {
        display: block;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        float: none;
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.17);
    }

    .home-search-cont-desktop {
        display: none;
        width: 100%;
    }

    .landlord-section {
        padding-right: 20px;
        padding-bottom: 130px;
        padding-left: 20px;
    }

    .rating-section {
        padding-right: 20px;
        padding-left: 20px;
    }

    .float {
        width: 100%;
    }

    .logo-footer {
        text-align: center;
    }

    .filter-results {
        margin-right: 144px;
    }

    .filter-button {
        float: none;
        clear: left;
        -webkit-transition: color 200ms ease, background-color 200ms ease;
        transition: color 200ms ease, background-color 200ms ease;
    }

    .filter-button:hover {
        color: #fff;
    }

    .list-wrapper {
        width: 100%;
    }

    .fun-quote {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .list-quote-wrapper {
        position: static;
        width: 100%;
        text-align: center;
    }

    .left-guide {
        left: -50px;
        top: 60px;
    }

    .right-guide {
        top: 60px;
        right: -50px;
    }

    .l-btn-filter.w--current {
        padding-top: 12px;
        font-size: 1.2rem;
        line-height: 1.4;
        font-weight: 400;
    }

    .property-title-cont {
        padding-right: 124px;
    }

    .rating-container {
        width: 100%;
    }

    .property-container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .contact-agent {
        margin-right: 144px;
    }

    .sticky-sidebar {
        top: 131px;
    }

    .account-section {
        padding-right: 0px;
        padding-left: 0px;
    }

    .account-shelf {
        width: 48%;
    }

    .account-shelf-not-complete {
        width: 48%;
    }

    .fav-quote {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .messages {
        padding-top: 40px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .messages-left {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .messages-right {
        width: 100%;
        margin-top: 0px;
        text-align: center;
    }

    .nav-message-btn-wrapper {
        width: 200px;
        margin-right: auto;
        margin-left: auto;
    }

    .message-fullscreen {
        padding-right: 20px;
        padding-left: 20px;
    }

    .message-window {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .propert-managment-card {
        width: 46%;
    }

    .add-property-form-cont {
        width: 100%;
    }

    .property-images {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .property-image-thumb {
        width: 21%;
    }

    .form-add-property {
        padding-right: 20px;
        padding-left: 20px;
    }

    .add-tenant-form-cont {
        width: 100%;
    }

    .slider-icon-left {
        width: 80px;
        height: 80px;
        margin-left: -40px;
        padding-top: 24px;
        padding-right: 7px;
        font-size: 1.9rem;
    }

    .slider-icon-right {
        width: 80px;
        height: 80px;
        margin-right: -40px;
        padding-top: 24px;
        padding-left: 7px;
        font-size: 1.9rem;
    }

    .w-slider-arrow-left,
    .w-slider-arrow-right {
        top: 35%;
        bottom: 35%;
    }

	.sign-tenancy-fullscreen {
		padding-right: 20px;
		padding-left: 20px;
	}

	.sign-legislation-fullscreen {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.7rem;
    }

    h2 {
        font-size: 1.9rem;
        line-height: 1.1;
    }

    h3 {
        font-size: 1.4rem;
        line-height: 1.1;
    }

    .styles__section-label {
        padding-bottom: 10px;
    }

    .section {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .col {
        margin-bottom: 30px;
    }

    .card-body {
        padding: 16px 20px 20px;
    }

    .nav-container {
        height: 60px;
    }

    .menu-button {
        right: 10px;
        padding-top: 14px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .logo-mobile {
        height: 40px;
    }

    .hompage-searchcard {
        z-index: 100;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .subscribe-form-input-wrapper {
        width: 80%;
        max-width: none;
    }

    .search-filter-button {
        width: 20%;
        padding-left: 4%;
    }

    .header-content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .favourites-menu {
        height: 60px;
    }

    .favourite-svg {
        height: 20px;
    }

    .filter-down-arrow-cont {
        right: 4%;
    }

    .home-search-cont {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .input-label {
        padding-top: 0px;
        padding-bottom: 2px;
    }

    .form-success_flex {
        max-width: 340px;
    }

    .hp-content-section {
        padding-bottom: 150px;
    }

    .home-search-cont-desktop {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .smaill-container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .button {
        width: 100%;
    }

    .landlord-section {
        padding-right: 0px;
        padding-left: 0px;
    }

    .rating-section {
        padding-right: 0px;
        padding-left: 0px;
    }

    .phone {
        display: none;
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .float {
        float: none;
        text-align: center;
    }

    .mobile-review-image {
        position: relative;
        display: block;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .footer-link {
        width: 100%;
        margin-top: 10px;
    }

    .footer-nav-container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .search-filter {
        padding-top: 2px;
        padding-bottom: 16px;
    }

    .showing {
        margin-bottom: 2px;
        font-size: 0.9rem;
        line-height: 1.2;
    }

    .filter-results {
        margin-right: 120px;
        padding-left: 10px;
        font-size: 0.9rem;
    }

    .filter-button {
        left: auto;
        top: 23px;
        right: 20px;
        bottom: auto;
        margin-top: -7px;
    }

    .c-content {
        padding-top: 8px;
        padding-left: 12px;
    }

    .c-content-block {
        width: auto;
        margin-right: 20px;
        margin-bottom: 0px;
    }

    .c-content-block.title {
        width: 100%;
    }

    .results-nav-item {
        width: 33.333%;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .list-wrapper {
        height: auto;
        padding-bottom: 46px;
    }

    .l-property-details {
        width: 100%;
    }

    .l-property-buttons {
        width: 100%;
    }

    .l-map {
        display: none;
    }

    .l-property-images {
        width: 100%;
    }

    .results-wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }

    .hand {
        bottom: 194px;
    }

    .input-group-filter {
        margin-bottom: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .form-filter {
        padding-top: 6px;
        padding-bottom: 16px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .l-btn-filter {
        width: 100%;
    }

    .l-btn-filter.w--current {
        margin-top: 16px;
    }

    .property-section {
        padding-right: 0px;
        padding-left: 0px;
    }

    .property-left {
        width: 100%;
    }

    .proprty-right {
        width: 100%;
        padding-top: 0px;
        padding-left: 0px;
    }

    .property-slider {
        margin-right: -20px;
        margin-left: -20px;
    }

    .property-title-cont {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 60px;
    }

    .property-fav {
        right: 0px;
        bottom: -80px;
        width: 80px;
        height: 76px;
    }

    .fav-text-add {
        left: -58px;
        bottom: 26px;
    }

    .fav-curve {
        right: -80px;
        width: 160px;
        height: 160px;
        margin-top: -84px;
    }

    .add-fav-icon {
        top: 84px;
        right: 58px;
        width: 32px;
    }

    .added-fav-icon {
        top: 84px;
        right: 58px;
        width: 32px;
    }

    .fav-text-remove {
        left: -58px;
        bottom: 26px;
    }

    .bullet-wrap {
        display: block;
    }

    .sidebar-wrap-bullet {
        display: none;
    }

    .rating-container {
        max-width: 280px;
    }

    .slide {
        padding-right: 40px;
        padding-left: 40px;
    }

    .review-text {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .back {
        margin-top: 4px;
        margin-bottom: 4px;
        padding-right: 10px;
        font-size: 0.9rem;
        line-height: 1.2;
    }

    .contact-agent {
        margin-top: 4px;
        margin-right: 0px;
        margin-bottom: 4px;
        padding-left: 10px;
        font-size: 0.9rem;
    }

    .property-back-wrap {
        padding-top: 4px;
        padding-bottom: 7px;
    }

    .review-left-arrow-cont {
        width: 40px;
    }

    .review-right-arrow-cont {
        width: 40px;
    }

    .review-slide-nav {
        font-size: 0.7rem;
    }

    .form-container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .button-margin-r {
        width: 100%;
        margin-bottom: 20px;
    }

    .account-section {
        padding-bottom: 40px;
    }

    .button-secondary {
        width: 100%;
    }

    .chat-window {
        width: 100%;
        padding-right: 20px;
        padding-bottom: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
    }

    .message-control {
        position: static;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 10px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 20px;
    }

    .message-button {
        margin-right: 20px;
    }

    .message-window {
        padding-top: 21px;
        padding-right: 20px;
    }

    .new-message-edit {
        margin-bottom: 22px;
    }

    .property-portfolio {
        padding-right: 0px;
        padding-left: 0px;
    }

    .propert-managment-card {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .add-property-fullscreen {
        padding-right: 20px;
        padding-left: 20px;
    }

    .property-image-thumb {
        width: 42%;
    }

    .property-image-add {
        width: 42%;
    }

    .add-tenant-fullscreen {
        padding-right: 20px;
        padding-left: 20px;
    }

    .guide-wrapper {
        display: block;
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: 2000;
        width: 320px;
        height: 470px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 143px;
        text-align: center;
    }

    .upload-document-button {
        margin-top: 10px;
        margin-left: 0;
        width: 100%;
    }
    .hp-content-section, .rating-section, .landlord-section {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.9rem;
        line-height: 1.1;
    }

    .row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section {
        padding-top: 12%;
        padding-bottom: 12%;
    }

    .col {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .hompage-searchcard {
        background-color: #333;
    }

    .centered-container {
        text-align: left;
    }

    .subscribe-form-input-wrapper {
        width: 74%;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .search-filter-button {
        width: 26%;
        padding-left: 16px;
    }

    .location-target-wrapper {
        width: 28px;
        margin-top: 3px;
    }

    .filter-icon {
        margin-left: 8px;
    }

    .hps-cont {
        width: 100%;
    }

    .input-group.fifty-pc {
        width: 100%;
    }

    .filter-button {
        padding-right: 10px;
        padding-left: 30px;
    }

    .property-card {
        width: 100%;
        max-width: 320px;
    }

    .fun-quote {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .results-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .property-card-background1 {
        width: 100%;
        max-width: 320px;
    }

    .property-card-background2 {
        width: 100%;
        max-width: 320px;
    }

    .hand {
        width: 150px;
    }

    .card-centred {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .input-group-filter {
        margin-right: 0px;
        margin-left: 0px;
    }

    .l-btn-filter {
        margin-left: 0px;
    }

    .account-icon {
        margin-left: 8px;
    }

    .property-slider {
        margin-right: -20px;
        margin-left: -20px;
    }

    .slider-icon-right {
        width: 60px;
        height: 60px;
        margin-right: -30px;
        padding-top: 19px;
        padding-left: 7px;
        font-size: 1.4rem;
    }

    .slider-icon-left {
        width: 60px;
        height: 60px;
        margin-left: -30px;
        padding-top: 19px;
        padding-right: 7px;
        font-size: 1.4rem;
    }

    .slider-nav {
        display: none;
    }

    .added-fav-icon {
        right: 60px;
    }

    .property-ratings {
        padding-right: 10px;
        padding-left: 10px;
    }

    .star {
        display: none;
    }

    .review-title {
        margin-bottom: 0px;
    }

    .stars {
        width: 110px;
    }

    .property-back-wrap {
        padding-top: 2px;
        padding-bottom: 5px;
    }

    .review-slide-nav {
        height: 30px;
    }

    .account-shelf {
        width: 100%;
    }

    .account-shelf-not-complete {
        width: 100%;
    }

    .fav-quote {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .w-slider-arrow-left,
    .w-slider-arrow-right {
        top: 26%;
        bottom: 46%;
    }
}

@font-face {
    font-family: 'Archia webfont';
    src: url('../fonts/archia-light-webfont.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Archia webfont';
    src: url('../fonts/archia-medium-webfont.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Archia webfont';
    src: url('../fonts/archia-regular-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Archia webfont';
    src: url('../fonts/archia-semibold-webfont.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Archia webfont';
    src: url('../fonts/archia-bold-webfont.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}