:root {
    --property-view-overlay-font-color: #fff;
}
body {
    padding-top: 0;
    padding-bottom: 0;
}
.body-content {
    padding-top: 90px;
}
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}
#qrCode {
    margin: 15px;
}
.container {
    position: relative;
}
#property-list .header {
    font-weight: 200;
    padding: 1rem;
}
.hero-splash-border {
    display: none;
}
.hero-splash-border-shown .hero-splash-border {
    display: block;
}
.divider {
    max-width: 80px;
    height: 2px;
    background-color: #000;
}
#property-content-tabs li {
    padding-left: 5px;
    padding-right: 5px;
}
a.btn-recent-sales-panel:active,
a.btn-recent-sales-panel:hover {
    color: var(--light) !important;
}
.map-pin {
    color: rgba(var(--primary_500), 1);
}
@media screen and (max-width: 767px) {
    .carousel-caption {
        display: none;
    }
}
.slick-slider .slick-prev {
    left: 15px;
}
.slick-slider .slick-next {
    right: 15px;
}
.slick-arrow {
    z-index: 1000;
}
.carousel {
    width: 100%;
    margin: 0 auto;
}
.slick-slide {
    position: relative;
    margin: 0;
    width: 100vw;
}
.slick-slide img {
    width: 100vw;
    border: none;
}
.slick-slide:not(.slick-current) .image-wrapper:before {
    opacity: 0.5;
}
.slick-slide .image-wrapper:before {
    content: "";
    background: #000;
    opacity: 0;
    position: absolute;
    width: 100%;
    padding-bottom: 69%;
    left: 0;
    top: 0;
    transition: all 0.5s;
    z-index: 1;
}
.slick-slide > div {
    margin: 0;
}
.slick-slide .image-wrapper {
    height: 0;
    padding-bottom: 68%;
    position: relative;
}
.slick-slide .image-wrapper > div {
    background-size: cover;
    padding-bottom: 70%;
}
@media (min-width: 800px) {
    .slick-slide .image-wrapper {
        height: 0;
        position: relative;
        width: 800px;
    }
    .slick-slide .image-wrapper > div {
        background-size: cover;
        width: 800px;
    }
    .slick-slide {
        position: relative;
        margin: 0;
        width: 800px;
    }
    .slick-slide img {
        width: 800px;
        border: none;
    }
}
.property-header {
    padding: 25px 0;
}
.property-header address {
    margin-bottom: 0;
}
.property-header h2 {
    margin-top: 10px;
}
.property-header .details i {
    display: inline-block;
    vertical-align: middle;
}
.fancy-line {
    display: inline-block;
    width: 120px;
    position: relative;
    height: 14px;
}
.fancy-line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #fefefe;
}
.fancy-line.fancy-line-dark:before {
    background-color: #262626;
}
.fancy-line.fancy-line-dark:after {
    background-color: #262626;
}
.fancy-line:after {
    content: "";
    position: absolute;
    left: 23px;
    top: 49%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #fefefe;
}
#property-content-tabs h2 {
    color: #262626;
    font-style: normal;
    line-height: 55px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
#property-content-tabs h2 {
    font-weight: 300;
    margin-bottom: 5px;
    color: #555;
}
#property-content-tabs .wp-content p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 100;
    margin-bottom: 20px;
    color: #555;
}
#property-content-tabs .fancy-line {
    margin-bottom: 25px;
}
.property-header .details i,
.property-header .details svg {
    display: inline-block;
    vertical-align: middle;
}
.property-header .details .nr {
    display: inline-block;
    vertical-align: middle;
}
.sub-header .price {
    line-height: 55px;
}
.sub-header .wrapper {
    padding-top: 18px;
    padding-bottom: 16px;
    position: relative;
}
.agents-section {
    margin: 34px 0 40px;
}
.agents-section {
    margin-bottom: 90px;
}
.agents-section h2 {
    color: #262626;
    font-style: normal;
    font-size: 29px;
    line-height: 55px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.agents-section h2 {
    text-align: center;
    color: #cc201e;
    margin-bottom: 50px;
}
.agents.listings-grid {
    height: auto;
}
.agents.listings-grid {
    text-align: center;
    margin: 0 -10px;
}
.agents.listings-grid .agent-block {
    height: 0;
    display: inline-block;
    width: 100%;
    padding-bottom: 100%;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
}
.bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ccc no-repeat center center;
    background-size: cover;
    transition: transform 0.2s ease-out;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg.with-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
    transition: opacity 0.2s ease-out;
}
.agents.listings-grid li {
    display: inline-block;
    width: 33.33333%;
    padding: 0 10px;
    margin-bottom: 20px;
    vertical-align: text-top;
}
.agents.listings-grid .agent-block .content-block {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: background-color 0.2s ease-out;
    background-color: transparent;
}
.agents.listings-grid .agent-block .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
}
.agents.listings-grid .agent-block h3 {
    color: #fefefe;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 20px;
}
a.agent-block:before {
    background-color: #000;
}
.agents.listings-grid .agent-block:hover .bg:after {
    opacity: 0.6;
}
.agents.listings-grid .agent-block:hover .bg {
    transform: scale(1.1);
}
.inspections-section {
    padding: 34px 0 40px;
    background-color: #fafafa;
}
.inspections-section h2 {
    text-align: center;
}
.inspection-and-auction-times {
    margin: 0 -20px;
    text-align: center;
    margin-top: 40px;
    font-size: 0;
}
#property-content-tabs {
    margin-top: 20px;
}
.tabs .buttons {
    margin-bottom: 50px;
}
#property-content-tabs ul {
    margin: 0;
    padding: 0;
}
#property-content-tabs ol,
#property-content-tabs ul {
    list-style: none;
}
.inspection-and-auction-times {
    text-align: center;
    font-size: 0;
    margin: 40px -20px 0;
}
.inspection-and-auction-times > * {
    display: inline-block;
    width: 20%;
    margin-bottom: 20px;
    max-width: 200px;
    padding: 0 20px;
}
.inspection-and-auction-times .content {
    position: relative;
    text-align: center;
    background-color: #fff;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 20px;
    border-radius: 100%;
}
.inspection-and-auction-times .content .center-helper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.inspection-and-auction-times .content.contact strong {
    font-size: 18px;
    font-weight: 400;
    color: #555;
}
#maps-tabs {
    margin-bottom: 10px;
}
#maps-tabs > li {
    padding-left: 5px;
    padding-right: 5px;
}
.map-content {
    height: 350px;
    width: 100%;
}
.property-gallery-view .property-content {
    position: relative;
}
.property-content .cover-image {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
}
.property-content .cover-image .detail-line {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: var(--property-view-overlay-font-color);
    font-size: 0.8rem;
    font-weight: 600;
}
.property-gallery-view .property-content .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--property-view-overlay), 1);
    font-size: 1rem;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}
.property-gallery-view .property-content .status {
    position: absolute;
    right: 20px;
    top: 11px;
}
.status > span {
    opacity: 0;
    color: #fff;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
}
.status > span.sold {
    opacity: 1;
    background-color: #ed2f22;
}
.status > span.underoffer {
    opacity: 1;
    background-color: #697684;
}
.status > span.offmarket {
    opacity: 1;
    background-color: #ed2f22;
}
.property-worth {
    font-size: 1.25rem;
    font-weight: 400;
}
.property-header {
    padding: 15px 0;
}
@media (max-width: 768px) {
#client-reviews .jumbotron { 
    padding: 6rem 2rem;
}

#client-reviews .jumbotron h1 { 
    font-size: 1.5rem;
}
}
@media (min-width: 768px) {
    .property-content .cover-image .detail-line {
        font-size: 1rem;
    }
    .property-header .details i {
        font-size: 32px;
    }
    .jumbotron {
        padding: 5rem 2rem;
    }
    .property-worth {
        font-size: 2rem;
        font-weight: 400;
    }
    .sub-header .price {
        font-size: 29px;
    }
    .property-header {
        padding: 25px 0;
    }
}
@media (min-width: 992px) {
    .property-content .cover-image .detail-line {
        font-size: 1.2rem;
    }
    .property-gallery-view .property-content .overlay {
        font-size: 1.2rem;
    }
    .jumbotron {
        padding: 6rem 2rem;
    }
}
@media (min-width: 1280px) {
    .jumbotron {
        padding: 8rem 2rem;
    }
}
@media (min-width: 1480px) {
    .jumbotron {
        padding: 10rem 2rem;
    }
}
#hero-splash .jumbotron {
    position: relative;
}
.property-gallery-view .property-content:hover .overlay {
    opacity: 0.9;
}
.property-gallery-view .property-content .overlay .suburb {
    text-transform: capitalize;
}
.property-gallery-view .property-content .overlay .details {
    color: var(--property-view-overlay-font-color);
}
.property-header {
    background: rgba(var(--primary_500));
    color: #fff;
}
.sub-header .price {
    color: rgba(var(--primary_500));
}
.sub-header .wrapper {
    border-bottom: 1px solid rgba(var(--primary_500));
}
.sub-header .status {
    line-height: 55px;
}
.sub-header .size {
    line-height: 55px;
}
.property-view h2 {
    color: rgba(var(--primary_500));
}
.jumbotron .container {
    z-index: 2;
    position: relative;
}
.styled-hr {
    border-bottom: 4px;
    border: solid #333;
}
.half-page-box {
    padding-bottom: 25%;
}
.open-for-inspection .boxp:before {
    background-color: rgba(var(--property-view-overlay), 1);
}
.open-for-inspection {
    color: #fff;
}
.browse-properties {
    color: #fff;
}
.open-for-inspection i {
    font-size: 2rem;
}
.browse-properties i {
    font-size: 2rem;
}
.request-appraisal-header {
    font-size: 1.5rem;
}
.property-header .property.icons {
    font-size: 1.5rem;
}
@media (min-width: 768px) {
    .property-header .property.icons {
        display: flex;
        align-content: center;
        align-items: center;
    }
    .property-header .property.icons >span{
        display: flex;
    }
}

.boxp:before {
    opacity: 0.9;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: " ";
}
.boxp.boxp-grey:before {
    background-color: #373737;
}
.boxp.boxp-light-grey:before {
    background-color: #454545;
}
.boxp.boxp-white:before {
    background-color: #fff;
}
.random-50-box {
    padding: 5rem;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: " ";
}
.random-50-box .catchline-text {
    font-size: 24px;
}
.half-page-box {
    padding-bottom: 50%;
}
@media (min-width: 768px) {
    #property-list select {
        max-width: 198px;
    }
    .client-review-header {
        font-size: 2rem;
    }
    .request-appraisal-header {
        font-size: 2rem;
    }
}
@media (max-width: 768px) {
    .property-tile-outer {
        max-width: 400px;
    }
}
.no-properties {
    padding: 8rem 4rem;
}
#property-content-tabs h2 {
    font-size: 29px;
    line-height: 55px;
}
@media (max-width: 330px) {
    #property-content-tabs h2 {
        font-size: 1.25rem;
    }
    .property-header .details i,
    .property-header .details svg {
        display: inline-block;
        vertical-align: middle;
    }
    .property-header .details .nr {
        display: inline-block;
        vertical-align: middle;
        padding-right: 10px;
    }
    .property-header h2 {
        font-size: 1.25rem;
    }
    .property-header .property.icons {
        font-size: 1.5rem;
    }
    .property-header .property.icons .icon-group > span + span {
        padding-left: 10px;
    }
    .random-50-box {
        padding: 12%;
    }
    .half-page-box {
        padding-bottom: 55%;
    }
    .random-50-box i {
        font-size: 1.5rem;
    }
    .random-50-box .catchline-text {
        font-size: 1rem;
    }
    #hero-splash {
        text-align: center;
    }
}
@media (min-width: 331px) and (max-width: 767.98px) {
    .random-50-box {
        padding: 12%;
    }
    #property-content-tabs h2 {
        font-size: 1.25rem;
    }
    .half-page-box {
        padding-bottom: 60%;
    }
    .property-gallery-view .property-content:hover .overlay {
        line-height: 2.5rem;
        font-size: 1.5rem;
    }
    .property-view .property-header h2 {
        margin: 0;
        font-size: 1.5rem;
        padding-bottom: 10px;
    }
    .property-view .property-header {
        padding: 20px 0;
    }
}
@media (min-width: 768px) {
    .property-header .container {
        font-size: 2rem;
    }
    .property-header .property.icons .nr {
        padding-right: 10px;
    }
    .property-header .property.icons > span {
        padding-right: 10px;
    }
    .property-header .property.icons {
        font-size: 1.5rem;
    }
    .no-properties {
        padding: 10rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .half-page-box {
        padding-bottom: 40%;
    }
    .random-50-box {
        padding: 10%;
    }
}
@media (min-width: 992px) {
    .half-page-box {
        padding-bottom: 30%;
    }
    .client-review-header {
        font-size: 2.5rem;
    }
    .request-appraisal-header {
        font-size: 2.5rem;
    }
}
@media (min-width: 1280px) {
    .half-page-box {
        padding-bottom: 40vh;
    }
    .random-50-box {
        padding: 12%;
    }
}
.jumbotron .background-overlay::before {
    background-color: #000;
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: " ";
}
.jumbotron {
    padding-left: 0;
}
.btn-property-listing {
    color: rgba(var(--gray_0), 1);
    background-color: rgba(var(--property-list-btn-color), 1);
    border-color: rgba(var(--property-list-btn-color), 1);
}
.btn-property-listing:hover {
    color: rgba(var(--gray_0), 1);
    background-color: rgba(var(--property-list-btn-color), 1);
    border-color: rgba(var(--property-list-btn-color), 1);
}
.btn-property-listing.focus,
.btn-property-listing:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--property-list-btn-color), 0.5);
}
.btn-property-listing.disabled,
.btn-property-listing:disabled {
    color: rgba(var(--gray_0), 1);
    background-color: rgba(var(--property-list-btn-color), 1);
    border-color: rgba(var(--property-list-btn-color), 1);
}
.btn-property-listing:not(:disabled):not(.disabled).active,
.btn-property-listing:not(:disabled):not(.disabled):active,
.show > .btn-property-listing.dropdown-toggle {
    color: rgba(var(--gray_0), 1);
    background-color: rgba(var(--property-list-btn-color), 1);
    border-color: rgba(var(--property-list-btn-color), 1);
}
.btn-property-listing:not(:disabled):not(.disabled).active:focus,
.btn-property-listing:not(:disabled):not(.disabled):active:focus,
.show > .btn-property-listing.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--property-list-btn-color), 0.5);
}
.btn-outline-property-listing {
    color: rgba(var(--property-list-btn-color), 1);
    background-color: transparent;
    background-image: none;
    border-color: rgba(var(--property-list-btn-color), 1);
}
.btn-outline-property-listing:hover {
    color: rgba(var(--gray_0), 1);
    background-color: rgba(var(--property-list-btn-color), 1);
    border-color: rgba(var(--property-list-btn-color), 1);
}
.btn-outline-property-listing.focus,
.btn-outline-property-listing:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--property-list-btn-color), 0.5);
}
.btn-outline-property-listing.disabled,
.btn-outline-property-listing:disabled {
    color: rgba(var(--property-list-btn-color), 1);
    background-color: transparent;
}
.btn-outline-property-listing:not(:disabled):not(.disabled).active,
.btn-outline-property-listing:not(:disabled):not(.disabled):active,
.show > .btn-outline-property-listing.dropdown-toggle {
    color: rgba(var(--gray_0), 1);
    background-color: rgba(var(--property-list-btn-color), 1);
    border-color: rgba(var(--property-list-btn-color), 1);
}
.btn-outline-property-listing:not(:disabled):not(.disabled).active:focus,
.btn-outline-property-listing:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-property-listing.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--property-list-btn-color), 0.5);
}
blockquote.blockquote:before {
    content: "”";
    font-size: 70px;
    text-align: center;
    margin-bottom: -25px;
    color: rgb(var(--property-list-btn-color));
}
blockquote > p {
    margin-top: -30px;
}
.hero-contact-row,
.hero-contact-row .contact-text {
    font-size: 1.5rem;
}
.inspections-section {
    padding: 34px 0 40px;
    background-color: #fafafa;
}
.inspections-section h2 {
    text-align: center;
}
.inspection-and-auction-times {
    margin: 0 -20px;
    text-align: center;
    margin-top: 40px;
    font-size: 0;
}
.inspection-and-auction-times > * {
    display: inline-block;
    width: 20%;
    padding: 0 20px;
    margin-bottom: 20px;
    max-width: 200px;
}
.inspection-and-auction-times .content {
    position: relative;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 20px;
}
.inspection-and-auction-times .content .dpg-icon {
    font-size: 32px;
}
.inspection-and-auction-times .content .day,
.inspection-and-auction-times .content .type-title {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
}
.inspection-and-auction-times .content .date {
    font-size: 17px;
    color: #afafaf;
}
.inspection-and-auction-times .content .center-helper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.inspection-and-auction-times .content.contact strong {
    font-size: 18px;
}
.inspection-and-auction-times .btn {
    cursor: pointer;
    font-weight: 700;
    line-height: 39px;
    height: 39px;
    border: none;
    border-radius: 20px;
    padding: 0 10px;
    font-size: 15px;
    background-color: #eaeaea;
    color: #262626;
}
.inspection-and-auction-times .btn.btn-book-inspection {
    cursor: pointer;
    font-family: Lato, sans-serif;
    display: inline-block;
    height: 62px;
    line-height: 62px;
    border-radius: 3px;
    width: 140px;
    margin: 0 auto;
    padding: 0 40px;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #313236;
    color: #313236;
}
.inspection-and-auction-times .auction .content .date,
.inspection-and-auction-times .auction .content .type-title {
    color: #fff;
}
.inspection-and-auction-times .auction .content .dpg-icon {
    color: #fff;
}
.atc-style-menu-wb {
    position: relative;
}
.atc-style-menu-wb .atcb-list {
    display: block;
    top: 100%;
    left: 0;
    bottom: auto;
    min-width: 200px;
    border-radius: 0 !important;
}
.atc-style-menu-wb .atcb-list .atcb-item {
    border: none !important;
    border-radius: 0 !important;
}
.atc-style-menu-wb .atcb-list .atcb-item .atcb-item-link {
    border-radius: 0 !important;
    border: none !important;
    background-color: #fff !important;
}
.atc-style-menu-wb .atcb-list .atcb-item .atcb-item-link:hover {
    border: none !important;
    color: #fff !important;
}
@media screen and (max-width: 1100px) {
    .inspections-section {
        padding: 24px 0 30px;
    }
    .inspection-and-auction-times {
        margin: 0 -15px;
        margin-top: 30px;
    }
    .inspection-and-auction-times > * {
        display: inline-block;
        width: 33.333%;
        padding: 0 15px;
    }
    .inspection-and-auction-times .content {
        margin-bottom: 15px;
    }
    .inspection-and-auction-times .content .dpg-icon {
        font-size: 25px;
    }
    .inspection-and-auction-times .content .day,
    .inspection-and-auction-times .content .type-title {
        font-size: 17px;
    }
    .inspection-and-auction-times .content .date {
        font-size: 15px;
    }
    .inspection-and-auction-times .btn {
        line-height: 35px;
        height: 35px;
        border-radius: 16px;
        font-size: 13px;
    }
}
@media screen and (max-width: 767px) {
    .inspections-section {
        padding: 24px 0 20px;
    }
    .inspection-and-auction-times {
        margin: 0 -10px;
        margin-top: 30px;
    }
    .inspection-and-auction-times > * {
        width: 50%;
        padding: 0 10px;
    }
}
.agents-section {
    margin: 34px 0 40px;
    background-color: #fefefe;
}
.agents-section h2 {
    text-align: center;
    margin-bottom: 50px;
}
.agents.listings-grid {
    text-align: center;
    margin: 0 -10px;
}
.agents.listings-grid li {
    display: inline-block;
    width: 33.33333%;
    padding: 0 10px;
    margin-bottom: 20px;
    vertical-align: text-top;
}
.agents.listings-grid .agent-block {
    height: 0;
    display: inline-block;
    width: 100%;
    padding-bottom: 100%;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
}
.agents.listings-grid .agent-block .content-block {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: background-color 0.2s ease-out;
    background-color: transparent;
}
.agents.listings-grid .agent-block .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
}
.agents.listings-grid .agent-block h3 {
    color: #fefefe;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.agents.listings-grid .agent-block h3:last-child {
    padding-bottom: 0;
}
.agents.listings-grid .agent-block h3 > i,
.agents.listings-grid .agent-block h3 > span {
    color: #fefefe;
    display: inline-block;
    vertical-align: middle;
}
.agents.listings-grid .agent-block h3 i {
    font-size: 30px;
}
.agents.listings-grid .agent-block:hover .bg {
    transform: scale(1.1);
}
.agents.listings-grid .agent-block:hover .bg:after {
    opacity: 0.6;
}
.agents.listings-grid .agent-block-wrapper .email-agent-btn {
    /* margin-top: 20px; */
    width: 100%;
}
@media screen and (max-width: 1100px) {
    .agents-section {
        margin: 34px 0 30px;
    }
    .agents-section h2 {
        margin-bottom: 40px;
    }
    .agents.listings-grid li {
        width: 50%;
        max-width: 350px;
    }
    .agents.listings-grid .agent-block h3 {
        padding-bottom: 15px;
    }
    .agents.listings-grid .agent-block h3:last-child {
        padding-bottom: 0;
    }
    /* .agents.listings-grid .agent-block-wrapper .email-agent-btn {
        margin-top: 15px;
    } */
}
@media screen and (max-width: 767px) {
    .agents-section {
        margin: 24px 0 20px;
    }
    .agents-section h2 {
        margin-bottom: 30px;
    }
    .agents.listings-grid li {
        width: 100%;
        max-width: 350px;
    }
    .agents.listings-grid .agent-block h3 {
        padding-bottom: 10px;
    }
    .agents.listings-grid .agent-block h3:last-child {
        padding-bottom: 0;
    }
    /* .agents.listings-grid .agent-block-wrapper .email-agent-btn {
        margin-top: 10px;
    } */
}
.infowindow {
    width: 380px;
    overflow: hidden;
    border-radius: 3px;
}
.infowindow .wrapper {
    position: relative;
    overflow: hidden;
}
.infowindow img,
.infowindow img:not([srcset]) {
    float: left;
    width: 40%;
    min-height: 1px;
}
.infowindow .info {
    float: left;
    width: 60%;
    padding-left: 10px;
    font-family: Lato, sans-serif;
}
.infowindow .info .address {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.infowindow .info .features {
    margin-bottom: 15px;
}
.infowindow .info .count,
.infowindow .info i {
    vertical-align: middle;
    display: inline-block;
}
.infowindow .info .count {
    font-size: 16px;
}
.infowindow .info i {
    padding: 0 16px 0 4px;
    color: #39aaff;
    font-size: 18px;
}
.infowindow .btn {
    height: 30px;
    font-size: 12px;
    font-family: Lato, sans-serif;
}
@media screen and (max-width: 767px) {
    .infowindow {
        width: 200px;
    }
    .infowindow img,
    .infowindow img:not([srcset]) {
        width: 100%;
    }
    .infowindow .info {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
    .infowindow .info .address {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .infowindow .info .features {
        margin-bottom: 10px;
    }
    .infowindow .info .count {
        font-size: 16px;
    }
    .infowindow .info i {
        padding: 0 12px 0 4px;
        font-size: 16px;
    }
}

.btn.btn-primary:hover,.btn.btn-primary:active,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background: rgba(var(--primary_500));
    border-color: rgba(var(--primary_500));
    filter: brightness(90%);
}

.checkbox {
    padding-left: 20px;
    font-size:1rem;
    margin-top:10px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        font-size:1.1rem;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            margin-top: 5px !important;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 6px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"],
    .checkbox input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:focus + label::before,
        .checkbox input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after,
        .checkbox input[type="radio"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label,
        .checkbox input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before,
            .checkbox input[type="radio"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
    margin-top:5px !important;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}

@media(min-width:992px ){
    .mobile-no-property-found {
        padding:10em
    }
}
@media(max-width:991px) {
    .mobile-no-property-found {
        padding-top: 10em;
        padding-bottom: 10em;
        padding-right:0px;
        padding-left:0px;
    }
}
