/* FIX ROW ROW ROW */

.page-numbers {
    display: inline-block;
    padding: 5px 11px;
    background: #E5E5E5;
    margin: 0 2px;
    color: #000;
    border-radius: 2px;
}

.loadMoreProperties {
    margin: 25px auto 0;
    display: block;
    visibility: hidden;
}

.paginate-pagination {
    margin-top: 20px;
}

.current.page-numbers {
    background: #00aeff;
    color: #FFF;
}

.page-numbers.dots {
    pointer-events: none;
    cursor: not-allowed;
}

.loader-wrap {
    padding: 100px 0px;
}

.loader-wrap h3 {
    margin-top: 20px;
}

.circle-loader {
    border: 16px solid #e2e2e2;
    border-radius: 50%;
    border-top: 16px solid #00aeff;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

.button .circle-loader {
    border: 5px solid rgba(255, 255, 255, 0.47843137254901963);
    border-top: 5px solid rgb(255, 255, 255);
    width: 25px;
    height: 25px;
}

.button.btn-alt .circle-loader {
    border: 5px solid #e8e8e8;
    border-top: 5px solid #00aeff;
    width: 20px;
    height: 20px;
}

.button.btn-alt:hover .circle-loader {
    border: 5px solid #e8e8e8;
    border-top: 5px solid #000;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.custom_theme .fancybox-bg {
    background: #1D2A3B;
    opacity: 1;
}

.custom_theme .fancybox-infobar {
    bottom: 32px;
    top: auto;
    right: 24px;
    left: auto;
    color: #FFF;
    opacity: 1;
}

.fancybox-show-thumbs .fancybox-thumbs {
    width: 100%;
    bottom: 20px;
    max-width: 65%;
    top: auto;
    margin: 0 auto;
    right: 0;
    left: 0;
    background-color: transparent;
}

.custom_theme .fancybox-thumbs__list a {
    height: 50px;
    width: 50px;
    margin: 4px;
    border-radius: 4px;
    opacity: .6;
}

.custom_theme .fancybox-thumbs__list a.fancybox-thumbs-active {
    opacity: 1;
}

.custom_theme .fancybox-thumbs__list a:before {
    border: 2px solid #f0f0f0;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
}

.custom_theme .fancybox-is-open .fancybox-bg {
    opacity: 1;
}

.custom_theme .hidden {
    display: none;
}

.widget-form-inner {
    background-color: #00aeff;
}

.wide-layout .row.property-main-gallery {
    max-width: 1170px !important;
}

.search-widget input[type="submit"] {
    transition: all .25s ease-in-out;
}

.qs-ul li {
    margin-bottom: 8px;
}

.property-listing.slick-slider {
    display: none;
}

.property-listing.slick-slider.slick-initialized {
    display: block;
}

body.aet .search-widget .inline-search-field.property_type {
    width: 100%;
}

.search-widget .nice-select.type-list-filter-option {
    background-color: #FFF;
    color: #000;
}

.nice-select.type-list-filter-option:before {
    content: '';
    background-color: #d1d1d1;
    height: 100%;
    width: 33px;
    display: block;
    position: absolute;
    right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.type-list-filter-option.open .list {
    width: 100%;
}

.search-widget ul {
    margin-bottom: 0;
}

.select-search-form .widget-form-inner-wrap,
.select-search-form .filter-list-columns {
    padding: 0;
}

.animated-ellipsis {
    font-size: 15px;
}

.animated-ellipsis:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4, end) 900ms infinite;
    animation: ellipsis steps(4, end) 900ms infinite;
    content: "\2026";
    /* ascii code for the ellipsis character */
    width: 0px;
}

@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

.widget-form-inner-wrap {
    max-width: 1140px;
    visibility: hidden;
    margin: 0 auto;
}

.widget-search-title {
    color: #FFF;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 24px;
}

body.default-width .featured-lists.row {
    margin-left: -26px;
    margin-right: -26px;
}

#property-main-tabs li.is_active a {
    pointer-events: none;
}

.filter-header-wrap {
    margin-bottom: 16px;
}

.single .property-header {
    margin-bottom: 0;
}

#property-main-tabs {
    display: inline-block;
    margin-bottom: 24px;
}

#property-main-tabs li:last-child {
    margin-right: 0;
}

.property-tab-column {
    text-align: center;
}

.property-listing.slick-slider .container.with-shadow {
    margin: 8px;
}

.button.btn-black {
    background: #000
}

.button.btn-alt {
    text-transform: none;
    background: transparent;
    color: #00aeff;
    border: solid rgba(5, 180, 255, 1) 2px;
    border-radius: 5px;
    padding: 11px;
    font-size: 13px;
    min-width: 142px;
}

.button.btn-alt:hover {
    color: #000;
    border-color: #000;
}

.search-form-1 .field-group {
    margin-bottom: 15px;
}

.ribbon-status {
    position: absolute;
    color: #fff;
    z-index: 3;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background-color: rgba(59, 193, 254, 0.6);
    top: 35px;
    left: -46px;
    padding: 10px 47px;
    font-size: 12px;
    text-transform: uppercase;
}

#property_filters_options .search-form-title {
    text-transform: uppercase;
    font-size: 16px;
}

.title-with-border-bottom {
    border-bottom: 1px solid #455A64;
    margin-bottom: 16px;
    padding-bottom: 8px;
}

.additional-features li .svg-inline--fa {
    color: #2199e8;
    margin-right: 8px;
}

.additional-features li {
    font-size: 14px;
    margin-bottom: 6px;
    padding-right: 10px;
}

.additional-features li.accent-text i {
    margin-right: 5px;
}

.additional-features ul {
    list-style: none;
    margin-left: 0;
}

.features td {
    border: 1px solid #d6d6d6;
}

.tf-summary-container {
    min-height: 1px;
}

.is_active.tabs-panel {
    display: block !important;
}

.tabs-title.is_active a {
    background-color: #2199e8 !important;
}

.agents-panel-column .agent-name a,
.top-price {
    color: #1b1b1b;
}

.agents-panel-column .agent-name,
.agents-panel-column .agent-position {
    font-size: 12px;
}

.agents-panel-column .agent-position {
    margin-bottom: 12px;
}

.agents-panel-column .agent-phone-number {
    font-size: 10px;
}

.tabs {
    border: none !important;
}

#property-main-tabs a {
    font-weight: 400;
    font-size: 10px;
    border-radius: 6px;
    padding: 12px 2px;
    color: #FFF;
    min-width: 78px;
    text-align: center;
    background-color: #1B1B1B;
    transition: all .25s ease;
}

#property-main-tabs li.is-active a,
#property-main-tabs li a:hover {
    background-color: #2199e8;
}

#property-main-tabs .tabs-title {
    margin-right: 7px;
}

.property-main-info .slick-arrow::before {
    height: 18px;
    width: 11px;
}

.property-main-info .thumb-slide .slick-list {
    text-align: center;
}

.property-main-info .thumb-slide .slick-track {
    display: inline-block;
}

.main-property-tab-content,
.main-property-tab-content .tabs-panel {
    border: none;
    padding: 0;
}

.archive.category .main-content,
.page-template-template-property-search .main-content,
.page-template-template-property-search #content>.row {
    max-width: 100% !important;
    margin: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/*.page-template-template-property-search .row .row {
    margin-left: -15px;
    margin-right: -15px;
}*/

.subpage .row .full-width .row {
    max-width: 100%;
}

.subpage .search-widget.form-agent input {
    border: 1px solid #333 !important;
}

.form-agent {
    display: none;
}

.pagination .disabled {
    padding: 0;
}

.paginate-pagination ul>li a {
    font-size: 12px;
    font-weight: 400;
    min-height: 25px;
    vertical-align: middle;
    line-height: 25px;
    min-width: 30px;
    border-radius: 2px;
}

.paginate-pagination ul>li.disabled>a.current {
    background-color: #ccc;
    pointer-events: none;
}

.paginate-pagination ul>li>a.current {
    background-color: #000;
    pointer-events: none;
}

.property-item .image-wrap {
    height: 180px;
}

.medium-6.filter-meta-section {
    padding: 40px 0 80px;
}

.property-list-image-wrap {
    overflow: hidden;
    position: relative;
}

.property-item .album-preview {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 42%;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
}

.property-item:hover .album-preview {
    opacity: 1;
    visibility: visible;
}

.album-preview .ap-img {
    height: 70px;
    width: 96px;
    border: 1px solid #FFF;
    position: absolute;
}

.album-preview .ap-img:nth-child(1) {
    left: -7px;
    z-index: 2;
}

.album-preview .ap-img:nth-child(2) {
    right: -35px;
    top: 12px;
}

.album-preview .ap-img:nth-child(3) {
    position: absolute;
    left: 15px;
    top: 60px;
    z-index: 2;
}

.top-price-string {
    font-weight: 700;
    font-size: 12px;
}

.bg-helper {
    background-size: cover;
    background-position: center;
}

.a-wrap {
    display: block
}

.columns .thumb-slide.slick-slider {
    margin: 16px auto;
    max-width: 80%;
}

.thumb-slide .slick-slide {
    height: 100px;
    margin: 4px;
    cursor: pointer;
}

.thumb-slide .slick-slide.slick-current {
    outline: 2px solid #455A64;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}


/*.slider-current-image img {
    margin:  auto;
}
*/

.hpla-property-listing-item,
.hpla-inspection-listing-item,
.cb-box-item {
    position: relative;
}

.top-box-small-label {
    background-color: rgba(255, 255, 255, 0.6);
    display: block;
    margin: 4px;
    padding: 2px 8px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #FFF;
    color: #c33e3e;
}

.manager-list-profile-wrap {
    border: 1px solid #f4f4f4;
}

.manager-list-profile-wrap .m-details-wrap {
    padding: 20px 23px;
    color: #000;
}

.hpla-property-listing-item .ovelay-loader,
.hpla-inspection-listing-item .ovelay-loader {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.78);
    height: 100%;
    width: 100%;
    z-index: 99;
    display: none;
}

.hpla-property-listing-item.ajax-call .ovelay-loader,
.hpla-inspection-listing-item.ajax-call .ovelay-loader {
    display: block;
}

.list-opentimes {
    height: 400px;
    margin: 20px 30px;
}

.list-opentimes li {
    list-style: none;
    margin-bottom: 30px;
    position: relative;
    padding-left: 46px;
}

.list-opentimes li .cal-icon {
    position: absolute;
    top: 6px;
    left: 0px;
    font-size: 31px;
}

.inspection-time {
    margin-bottom: 24px;
}

.row.hpla-inspection-listing-item {
    max-width: 100% !important;
}

.inspection-time-item .suburb {
    margin-bottom: 0;
}

.cb-items {
    margin-bottom: 30px;
}

.cb-items .cb-box-item {
    box-shadow: 2px 2px 8px rgba(19, 51, 68, .35);
    background: #FFF;
}

.cb-property-info-meta {
    list-style: none;
    margin: 0px;
}

.cb-property-info-meta .svg-inline--fa {
    margin-right: 4px;
}

.cb-property-info-meta li {
    display: inline-block;
    margin-right: 9px;
}

.cb-box-spacer {
    margin: 10px 0;
}

#inspectionListings .inspection-time-item {
    margin-left: 0;
    margin-right: 0;
}

.cb-box-item .img-content {
    position: relative;
    padding: 0px;
}

.cb-box-item .img-content .main-img {
    position: relative;
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 895px) {
    .cb-box-item .img-content .main-img {
        position: absolute;
        height: 100%;
        margin-bottom: 0px;
    }
}

.header-title {
    margin-bottom: 40px;
}

.manager-list-profile-wrap .bg-helper {
    height: 350px;
    background-color: #e4e4e4;
}

.property-meta span {
    margin-right: 14px;
    color: #000;
}

.property-meta span .fa {
    margin-right: 5px;
}

.gmap {
    height: 300px;
    width: 100%;
}

.manager-wrap {
    margin-top: 40px;
}

.manager-wrap h3 {
    margin-bottom: 10px;
    font-size: 20px;
    margin: 5px 0 4px 2px;
}

.manager-wrap .ob-wrap {
    position: relative;
    text-align: center;
    min-height: 131px;
    overflow: hidden;
    margin-bottom: 34px;
}

.manager-wrap .manager-img-wrap {
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    background-color: #eaeaea;
    border-radius: 50%;
    margin: 0 auto 4px;
    border: 2px solid;
}

.property-item {
    margin-bottom: 40px;
}

.property-item .property-inner {
    display: block;
    height: 100%;
    background: #FFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.050980392156862744);
}

.property-item a,
.property-item a:hover,
.property-item a:focus {
    color: #b3b3b3;
}

.property-item .top-content {
    position: relative;
    z-index: 1;
}

.property-item .image-wrap {
    height: 191px;
    position: relative;
    overflow: hidden;
}

.property-item .property-display-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #e9eef1;
}

.columns .slick-slider.thumbnail-carousel {
    margin: 0px;
}

.property-item .thumbnail-carousel .property-display-image {
    position: relative;
}

body .thumbnail-carousel .slick-next {
    right: 0px;
}

.thumbnail-carousel .slick-arrow:before {
    content: "";
    font-size: 0px;
    display: block;
    background-size: 100% !important;
    background: url(../images/arrow-2.png) center no-repeat;
    height: 26px;
    width: 14px;
    opacity: 0.3;
    transition: opacity .25s ease-in-out;
}

body .thumbnail-carousel .slick-prev {
    left: 0px;
    transform: scaleX(-1);
    margin-top: -25px;
}

.thumbnail-carousel .slick-arrow {
    padding: 12px 12px;
    height: auto;
}

.thumbnail-carousel:hover .slick-arrow:before {
    opacity: 1;
}

.property-item .address,
.property-item .suburb {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
}

.property-item .property-meta {
    font-size: 16px;
    margin-bottom: 18px;
    margin-top: 16px;
}

.property-item .price_wrap {
    font-size: 12px;
    font-weight: bold;
    color: #2298e8;
}

.filter-meta-section {
    background-color: #f2f2f2;
    padding-top: 50px;
}

.property-listing-template .row.main-content,
.property-listing-template .entry-content>.row {
    max-width: 100%;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0;
}

.property-listing-template #main.columns {
    padding-left: 0px;
    padding-right: 0px;
    padding-right: 0px;
}

.property-listing-template.subpage .hero .bg-image,
.property-listing-template.subpage .hero.half-banner .bg-image,
.single-property_type.subpage .hero .bg-image,
.single-user_type.subpage .hero .bg-image {
    /*height: 225px !important;        */
}

.property-listing-template .main-content,
.property-listing-template #content>.row {
    max-width: 100% !important;
    margin: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.subpage .filter-meta-section .row .row {
    margin-left: -15px;
    margin-right: -15px;
}

.row.hpla-property-listing-item {
    max-width: 100% !important;
}

.property-listing-template.theme_layout_5 .footer {
    margin-top: 0px;
}

#propertyListings .column:last-child:not(:first-child),
#propertyListings .columns:last-child:not(:first-child),
#inspectionListings .column:last-child:not(:first-child),
#inspectionListings .columns:last-child:not(:first-child) {
    float: left;
}

#he-d-property-map {
    height: 360px;
}

.tab-control-wrap {
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

.pgwSlideshow ul {
    margin: 0px;
}

.tab-control-wrap span {
    margin: 0px 2px;
    text-transform: uppercase;
    padding: 10px 10px !important;
    width: 29%;
    border-radius: 5px !important;
    font-size: 11px !important;
    font-weight: bolder;
}

.tab-control-wrap .button.tab-control.current {
    background-color: #455A64;
}

.tab-content {
    display: block;
    margin-bottom: 40px;
}

.tab-content.current {
    display: block
}

.property-main-info .features {
    padding: 10px;
    background-color: #ececec;
}

.property-main-info .features .inspections {
    font-size: 12px;
}

table.inspections.load-more-list,
table.inspections.load-more-list tr {
    transition: all .25s ease-in-out;
}

a.load-more-button.arrow {
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 12px;
}

a.load-more-button.arrow[disabled] {
    opacity: .35;
    cursor: default;
}

.property-main-info .features h4 {
    margin-bottom: 10px;
    color: #1B1B1B;
    font-weight: 700;
}

#property_filters_options {
    background: rgb(33, 153, 232);
    padding-top: 40px;
    padding-bottom: 40px;
}

#property_filters_options label {
    color: #fff;
}

#property_filters_options #location_filter_field>.field-group {
    position: relative;
}

#property_filters_options #location_filter_field>.field-group input {
    margin-bottom: 0;
    border: solid 1px #e0e7ee;
    border-radius: 5px;
}

#property_filters_options #location_filter_field>.field-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555;
    opacity: 1;
}

#property_filters_options #location_filter_field>.field-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #555;
    opacity: 1;
}

#property_filters_options #location_filter_field>.field-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #555;
    opacity: 1;
}

#property_filters_options #location_filter_field>.field-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #555;
    opacity: 1;
}

.filter-header-wrap {
    color: #fff;
}

.filter-meta-section h5 {
    margin-bottom: 20px;
}

h3.element-title {
    font-size: 23px;
    margin-top: 30PX;
    padding-bottom: 14px;
    margin-bottom: 28px;
    border-bottom: 1px solid #455A64;
    font-weight: bold;
}

.property-header .header-title {
    margin-bottom: 0px;
}

.property-header h2 {
    font-size: 15px;
    opacity: .7;
    font-weight: bold;
}

.property-main-info .top-price {
    font-size: 12px;
    margin-bottom: 28px;
}

.form_ins_wrap {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 10px;
}

.additional-features {
    margin-top: 50px;
    margin-bottom: 50px;
    list-style: none;
}

.additional-features .fa {
    margin-right: 4px;
}

.theme_layout_5 .property-wrap.property .columns {
    padding-left: 16px;
    padding-right: 16px;
}

.subpage .property-wrap.property .row .row {}

.single-property_type.theme_layout_5 .columns {
    padding-left: 16px;
    padding-right: 16px;
}


/* 
*
* Medium css
*/


/* Search */

.select-price-type-wrap {
    margin-bottom: 14px;
    float: left;
    width: 100%;
}

.select-price-type-wrap .nice-select {
    width: 100%;
}

.select-price-type.nice-select,
.select-type-1.nice-select {
    margin-right: 0;
    color: #000;
}

.select-price-type span,
.select-type-1 span {
    line-height: 50px;
    font-size: 14px;
}

.select-price-type.nice-select:after,
.select-type-1.nice-select:after {
    border-color: #000;
    height: 8px;
    width: 8px;
    top: 45%;
}

.nice-select.select-price-type:before,
.nice-select.select-type-1:before,
.nice-select.suburb-select:before {
    content: '';
    background-color: #d1d1d1;
    height: 100%;
    width: 33px;
    display: block;
    position: absolute;
    right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.widget-form-wrap {
    background: rgba(0, 0, 0, 0.5);
    padding: 25px 25px 20px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 256px;
}

.search-widget ul li {
    list-style: none;
}

.search-widget>ul {
    width: 100%;
}

.search-widget ul {
    margin-left: 0;
    position: relative;
}

.button-tab-section {
    text-align: left;
}

.button-tab-section .btn-tab-opn.active {
    background: #00adef;
}

.button-tab-section .btn-tab-opn {
    font-size: 14px;
    padding: 12px 4px;
    height: auto;
    line-height: 100%;
    max-width: 100%;
    min-width: 144px;
    background: #1B1B1B;
    display: inline-block;
    color: #FFF;
}

.search-widget .qs-ul>li .txtKeyword {
    background: #fff;
    border: 2px solid #fff;
    box-shadow: none;
    font-size: 12px;
    height: 50px;
    padding: 0 10px;
    width: 100%;
}

.search-widget .qs-ul>li.last {
    width: 19%;
}

.search-widget .qs-ul>li.last {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.search-widget .inline-search-field.lg {
    min-width: 130px;
    display: inline-block;
}

.search-widget .inline-search-field {
    display: inline-block;
    min-width: 99px;
}

.search-widget .inline-search-field select {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 12px;
}

.search-widget .qs-ul>li.first {
    width: 81%;
}

.search-widget .qs-ul>li.last {
    width: 19%;
}

.search-widget .qs-ul>li.last input {
    font-size: 13px;
    height: 50px;
    line-height: 35px;
    text-transform: uppercase;
    width: 100%;
    -webkit-appearance: none;
    min-width: 0;
}

.search-widget .qs-ul>li#house_rooms {
    margin: 0;
    padding: 10px 0 0;
    width: 81%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    text-align: left;
    float: left;
}

.search-widget .qs-ul>li.surrounding {
    float: right;
    margin: 15px 0 0;
    padding: 0;
}

.search-widget .qs-ul>li.surrounding label {
    font-size: 12px;
}

.search-widget .inline-search-field select option {
    color: #000;
}

.form-agent ul.qs-ul li.first:first-child {
    width: 100%;
    margin-bottom: 5px;
}

.form-agent ul.qs-ul li.first:nth-child(2) {
    width: 100%;
    margin-bottom: 5px;
}

.layout_2 .form-agent .qs-ul>li.last {
    width: 100%;
}

.layout_2 form.search-widget .qs-ul>li#house_rooms {
    width: 100%;
}

.search-widget .nice-select {
    background-color: transparent;
    color: #fff;
    border: none;
}

.nice-select>span.current {
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
}

.search-widget .nice-select:after {
    border-color: #fff;
    height: 8px;
    width: 8px;
    top: 45%;
}

.search-widget .nice-select .option {
    color: #000;
    background-color: #fff;
    font-size: 14px;
}

#sugBoxSuburb {
    background-color: rgb(248, 248, 248);
    color: #000;
}

#autoSugListSuburb {
    position: absolute;
    background-color: rgb(248, 248, 248);
    width: 100%;
    z-index: 9;
    max-height: 300px;
    overflow-y: scroll;
}

#autoSugListSuburb ul li {
    list-style: none;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

#autoSugListSuburb ul li:hover {
    background-color: #fff;
}

.nice-select.open .list,
.nice-select .list {
    max-height: 400px;
    overflow-y: auto;
    margin-left: 0;
}

.nice-select .list {
    margin-left: 0;
}

.nice-select {
    width: 100%;
}

.irs-from,
.irs-to,
.irs-single {
    background-color: #1b1b1b;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
    border-top-color: #1b1b1b;
}

.error-bed {
    position: relative;
}

.append-error {
    position: absolute;
    bottom: -4px;
    font-size: 12px;
    color: #ff0000;
}

.property-search-form #location_filter_field label {
    display: none;
}

.property-search-form #location_filter_field .suburb-select {
    border-radius: 0;
    color: #000;
}

.property-search-form #location_filter_field .suburb-select .current {
    line-height: 48px;
}

.property-search-form .search-widget .suburb-select.nice-select:after {
    border-color: #000 !important;
}

.aet .widget-form-wrap {
    padding: 30px 0;
}

.button-tab-section .btn-tab-opn {
    font-size: 10px;
    padding: 10px 8px;
    min-width: 42px;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.search-widget .qs-ul>li .txtKeyword {
    font-size: 14px;
}

.search-widget .qs-ul>li.last {
    width: 100%;
    position: relative;
    float: left;
}

.search-widget .qs-ul>li.surrounding {
    float: none;
}

.search-widget input[type="submit"] {
    background-color: #1b1b1b;
    border: none;
    color: #FFF;
}

.search-widget .qs-ul>li .txtKeyword {
    margin-bottom: 0;
}

.search-widget .qs-ul>li.first,
.search-widget .qs-ul>li#house_rooms {
    width: 100%;
}

.search-widget .qs-ul>li.surrounding label {
    color: #FFF;
}

.search-widget .inline-search-field,
.search-widget .inline-search-field.lg {
    float: left;
    width: 50%;
}

.land-listing .property-meta {
    display: none;
}

.sqm-icon:before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background: url(../images/square-measument.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.listing-section .button-wrapper {
    margin-top: 20px;
}


/* search form layout 2*/

body .cpt-list-search-layout2 .nice-select {
    margin-right: 0px;
}

.cpt-list-search-layout2 label.chk-label {
    color: #fff;
    line-height: 40px;
}

.cpt-list-search-layout2 .search-btn,
.cpt-list-search-layout2 #search-filter {
    border: 1px solid #FFF;
    background: transparent;
    display: block;
    width: 100%;
    text-transform: none;
    border-radius: 5px;
    height: 52px;
}

.cpt-list-search-layout2 .column,
.cpt-list-search-layout2 .columns {
    padding-left: 0;
    padding-right: 0;
}

.cpt-list-search-layout2 select {
    background: transparent;
    color: #FFF;
}

.cpt-list-search-layout2 input[type="text"] {
    border-radius: 5px;
    margin: 0px;
    padding: 10px 15px;
    height: auto;
    line-height: 32px;
}

.cpt-list-search-layout2 input[type="text"]:focus {
    border: none;
}

.xh-hidden.field-group {
    height: 0px;
    overflow: hidden;
}

.xh-hidden.field-group.active {
    height: auto;
    overflow: inherit;
}

#expandMoreSearchOption {
    display: block;
    text-align: center;
    color: #FFF;
    margin-top: 2PX;
    cursor: pointer;
    padding: 8px;
    font-size: 15px;
}

#expandMoreSearchOption:after {
    content: "More +";
}

#expandMoreSearchOption.active:after {
    content: "Less -";
}

@media (max-width: 640px) {
    .property-enquire {
        z-index: 20;
    }
}


/*Single Property Layout 2*/

.property-single-layout-2 .layout-2 .banner {
    max-width: 1238px;
}

.property-single-layout-2 .property_gallery_current-container {
    position: relative;
}

.property-single-layout-2 .property-details-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0 auto;
    text-align: center;
}

.property-detail-box {
    background-color: #05b4ff;
    margin: 0;
    display: inline-block;
    padding: 5px 8px;
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
}

.property-detail-box svg {
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin-top: 1px;
    margin-right: 4px;
    transition: all .25s ease-in-out;
}

.property-detail-box a:hover svg {
    transform: scale(1.18);
}

.property-detail-box svg path {
    fill: #fff !important
}

.property-detail-box a {
    color: #FFF;
}

.hic-modal {
    padding: 0;
    border: none;
}

.hic-modal .modal-title {
    padding: 24px;
    background-color: #22b4ff;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.reveal.hic-modal .close-button {
    font-size: 36px;
    right: 18px;
    top: 20px;
}

.hic-modal-content {
    padding: 24px;
}

.custom_theme #propertyListings .property-item .image-wrap,
.property-item .thumbnail-carousel .property-display-image {
    height: 200px;
}

.custom_theme .property-item.columns {
    padding: 0 6px;
}

.custom_theme .property-item .address {
    min-height: auto;
}

.custom_theme .property-item {
    margin-bottom: 14px;
}

.custom_theme .property-item .property-meta {
    margin-bottom: 0;
}

.custom_theme .property-item .suburb {
    line-height: 1;
    margin-bottom: 0;
}

.custom_theme .property-item .price_wrap {
    text-transform: uppercase;
}

.thumbnail-carousel a,
.property-display-image a {
    display: block;
    height: 100%;
}

.custom_theme .property-meta span {
    border-right: 1px solid #00aeff;
    padding-right: 8px;
    margin-right: 8px;
    display: inline-block;
    line-height: 1;
}

.custom_theme .property-meta span:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.custom_theme .aet .property-is-sold .property-list-image-wrap::after,
.custom_theme .property-is-sold .property-list-image-wrap::after {
    background-color: #00aeff;
}

.property-details-box.inside-content {
    position: relative;
    position: relative;
    left: auto;
    right: auto;
    text-align: center;
    margin: 0;
}

.property-details-box.inside-conten .property-detail-box {
    margin: 0 8px 0 0;
}

.single-property .main-content.property_no_gallery {
    padding-top: 63px;
}

.single-property-html .content-more-less {
    max-height: 170px;
}

.fancybox-thumbs .fancybox-thumbs__list {
    margin: 0 auto;
}

.single-property .property-bbc li {
    margin-top: 13px;
}

.property-single-layout-2 .blur-details-box-container {
    position: absolute;
    top: -36px;
    left: 0;
}

.property-single-layout-2 .single-property-content {
    position: relative;
}

.single-property .hi-social {
    margin: 12px 0px 12px 0px;
}

.single-property .hi-social .hi-link:hover svg {
    transform: scale(1.08);
    color: #03b5ff;
}

.single-property .hi-link span {
    display: none;
}

.single-property .hi-social .hi-link {
    background: #EDEDED;
    color: #000;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    margin-right: 8px !important;
}

.single-property .hi-social .hi-googleplus {
    margin-right: 0 !important;
}

.single-property .hi-social .hi-link svg {
    height: 19px;
    margin-top: 3px;
    transition: all .25s ease-in-out;
}

.single-property .share-to-email,
.single-property .hi-social {
    display: inline-block;
}

.single-property .sharing-widgets {
    text-align: center;
}

.single-property .share-to-email {
    margin-right: -4px;
}

.downloads-panel {
    text-align: center;
    margin: 0 auto;
}

.single-property_type .layout-2 .primary-banner,
.single-property_type .layout-2 .property_gallery_current .hic-image {
    height: 420px;
}

.single-property_type .layout-2 .property_gallery_current .hic-image {
    background-size: contain;
    overflow: hidden;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
}

.property-type-list {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}

.property-land-area {
    text-align: center;
}

.single-property-content-2 li {
    display: inline-block;
    border-right: 2px solid #0bb2ff;
    margin-right: 8px;
    padding-right: 12px;
    line-height: 1;
}

.single-property-content-2 li:last-child {
    border-right: none;
}

.cpt-filter-row .cpt-list-search-layout2 {
    margin: 0;
}

.single-property .primary-banner.image-1 .column-1,
.single-property .primary-banner.image-2 .column-1 {
    width: 100%;
}

.single-property .primary-banner.image-1 .column-2,
.single-property .primary-banner.image-2 .column-2 {
    display: none;
}

@media (min-width: 641px) {
    .single-property_type .layout-2 .property_gallery_thumb_slider .hic-image {
        height: calc((400px - 0px) / 2);
    }
    .single-property_type .layout-2 .primary-banner,
    .single-property_type .layout-2 .property_gallery_current .hic-image {
        height: 400px;
    }
    .property-single-layout-2 .blur-details-box-container {
        top: -50px;
    }
    .widget-search-title {
        font-size: 32px;
    }
    .row .row.cpt-list-search-layout2 {
        margin-right: 0;
        margin-left: 0;
    }
    .filter-list-columns .row {
        margin: 0 !important;
    }
    .filter-list-columns .row.cpt-list-search-layout2>.columns:nth-child(1) {
        padding-left: 0;
    }
    .filter-list-columns .row.cpt-list-search-layout2>.columns:nth-child(2) {
        padding-right: 0;
    }
    .filter-list-columns .row.cpt-list-search-layout2>.columns {
        padding: 0 8px;
    }
    .single-property-container.layout-2 .main-content .column-2 {
        transform: translateX(25px);
    }
    .property-single-layout-2 .blur-details-box-container {
        top: -37px;
    }
    .property_gallery_thumb_slider .thumb-slide-image.slick-current {
        display: none;
    }
    .property-details-box.inside-content {
        text-align: left;
    }
    .single-property_type .layout-2 .thumb-slide .slick-slide:nth-child(1) {
        margin-top: 0;
    }
    .select-wide.nice-select .list {
        width: 210px;
    }
    .cb-box-item .img-content {
        min-height: 140px;
    }
    .cb-box-item .img-content .main-img {
        height: 140px;
    }
    .button-tab-section .btn-tab-opn {
        font-size: 12px;
        padding: 12px 8px;
        min-width: 100px;
    }
    .search-widget .qs-ul>li.first {
        width: 80%;
    }
    .search-widget .qs-ul>li.last {
        width: 19%;
        position: absolute;
    }
    .search-widget .inline-search-field,
    .search-widget .inline-search-field.lg {
        float: none;
        display: inline-block;
        width: auto;
        min-width: auto;
    }
    .search-widget .qs-ul>li#house_rooms {
        width: 81%;
    }
    .search-widget .qs-ul>li.surrounding {
        float: right;
    }
    .widget-form-inner-wrap {
        padding: 0;
    }
    .correct-row.row {
        margin-left: auto;
        margin-right: auto;
    }
    .widget-form-inner-wrap .row {
        max-width: 100%;
    }
    .widget-search-title {
        margin-bottom: 16px;
    }
    .wide-layout .property.large-4 .property-featured-image,
    .wide-layout .property-item .image-wrap,
    .wide-layout .featured-lists .property-item .image-wrap {
        height: 320px;
    }
    body.aet .search-widget .inline-search-field.property_type {
        width: auto;
    }
    body.default-width .featured-lists.row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .featured-lists .property-item {
        padding: 0 8px;
    }
    .featured-lists .property-item .image-wrap {
        height: 150px;
    }
    .secondary-banner .inner-content {
        text-align: left;
    }
    .secondary-banner .header-title {
        margin-bottom: 0;
    }
    #property_filters_options .search-form-title {
        font-size: 20px;
    }
    .col-overview.columns {
        padding: 0 16px;
    }
    .manager-wrap.agent-panel-details .columns {
        padding: 0;
    }
    #he-d-property-map {
        height: 400px;
    }
    #property-main-tabs a {
        font-size: 12px;
    }
    #property-main-tabs .tabs-title {
        margin-right: 12px;
    }
    #property-main-tabs a {
        min-width: 110px;
    }
    .tab-control-wrap span {
        margin: 0px 15px 0 0px;
        padding: 10px 10px;
        width: 168px !important;
        font-size: 14px !important;
    }
    .tab-control-wrap {
        text-align: left;
    }
    .columns .thumb-slide.slick-slider {
        max-width: 50%;
    }
    .property-header {
        margin-bottom: 30px;
    }
    .property-main-info .top-price {
        text-align: right;
        font-size: 15px;
        margin-bottom: 0px;
    }
    .map-column-section {
        position: relative;
    }
    .section-control {
        background: #FFF;
        height: 50px;
        width: 50px;
        display: block;
        position: absolute;
        z-index: 999;
        top: calc(50% - 25px);
        cursor: pointer;
        font-size: 38px;
        line-height: 133%;
        text-align: center;
    }
    .lg-mg-wrap.manager-wrap .ob-wrap {
        padding-left: 320px;
        min-height: 320px;
    }
    .lg-mg-wrap.manager-wrap .manager-img-wrap {
        width: 305px;
        height: 305px;
    }
    .gmap {
        height: 100VH;
    }
    .filter-meta-section {
        height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #he-d-property-map {
        height: 400px;
    }
    .map-column-section.columns {
        padding-right: 0;
        padding-left: 0;
    }
    /*.columns.filter-meta-section {
        padding-right: 32px;
        padding-left: 32px;
    }*/
    .expand-map .medium-6.filter-meta-section {
        width: 25%;
    }
    .expand-map .medium-6.map-column-section {
        width: 75%;
    }
    .expand-map .large-6.property-item {
        width: 100%;
    }
    .expand-map #property_filters_options .columns {
        width: 100%;
    }
    .expand-filter-section .medium-6.filter-meta-section {
        width: 75%;
    }
    .expand-filter-section .medium-6.map-column-section {
        width: 25%;
    }
    .expand-filter-section .large-6.property-item {
        width: 33.33333%;
    }
    .expand-filter-section .section-control .fa-caret-right,
    .expand-map .section-control .fa-caret-left {
        opacity: .2;
        cursor: not-allowed;
    }
    .form-agent ul.qs-ul li.first:first-child {
        width: 37.1%;
        display: inline-block;
    }
    .form-agent ul.qs-ul li.first:nth-child(2) {
        width: 37.1%;
        display: inline-block;
    }
    .agent-filter.agent-page .qs-ul li:nth-child(1),
    .agent-filter.agent-page .qs-ul li:nth-child(2),
    .form-agent ul.qs-ul li.first:nth-child(1),
    .form-agent ul.qs-ul li.first:nth-child(2) {
        width: 38.6%;
    }
    .layout_2 .form-agent .qs-ul>li.last {
        width: 20%;
    }
    .property-item .container {
        min-height: 163px;
    }
    .select-search-form .widget-form-inner-wrap .column.large-10 {
        padding-right: 0;
    }
    .cpt-list-search-layout2 .column,
    .cpt-list-search-layout2 .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .cpt-list-search-layout2 .column-1 {
        padding-right: 10px;
    }
    .search-widget .option-row-2 .column,
    .search-widget .option-row-3 .column {
        width: auto;
    }
}

@media (min-width: 768px) {
    .single-property_type .layout-2 .primary-banner,
    .single-property_type .layout-2 .property_gallery_current .hic-image {
        height: 450px;
    }
    .single-property_type .layout-2 .property_gallery_thumb_slider .hic-image {
        height: calc((450px - 0px) / 2);
    }
    .single-property-container.layout-2 .main-content .column-2 {
        transform: translateX(40px);
    }
}


/* 
*
* Large css
*/

@media (min-width: 1024px) {
    #property_filters_options .row>.large-6 {
        padding-left: 0;
        padding-right: 0;
    }
    .nice-select.select-price-type:before,
    .nice-select.suburb-select:before {
        width: 40px;
    }
    .property-land-area {
        font-size: 16px;
    }
    .property-land-area .sqm-icon:before {
        width: 25px;
        height: 25px;
        transform: translateY(4px);
        margin-right: 2px;
    }
    .single-property_type .layout-2 .property_gallery_current .hic-image {
        background-size: cover;
    }
    .select-price-type span,
    .select-type-1 span {
        line-height: 52px;
    }
    .nice-select.select-type-1 {
        height: 52px;
    }
    .nice-select.select-type-1,
    .nice-select.select-price-type {
        padding-left: 18px;
    }
    #propertyFilter .nice-select span {
        font-size: 15px;
    }
    .single-property-container.layout-2 .main-content .column-2 {
        transform: translateX(49px);
    }
    .select-search-form .row>.columns:nth-child(1) {
        padding-right: 0;
    }
    .filter-list-columns .row.cpt-list-search-layout2>.columns:nth-child(1) {
        padding-right: 0;
    }
    .filter-list-columns .row.cpt-list-search-layout2>.columns {
        padding: 0 16px;
    }
    .select-search-form .widget-form-inner-wrap .column.large-10 {
        padding-left: 0;
    }
    body .cpt-list-search-layout2 .nice-select {
        width: auto;
    }
    .search-widget .qs-ul>li.first,
    .page-meet-our-team #search_filters {
        width: 77%;
    }
    .single-property-counts.columns {
        padding-left: 0;
    }
    .property-single-layout-2 .blur-details-box-container {
        top: -47px;
    }
    .fancybox-can-zoomIn .fancybox-content {
        max-height: 75% !important;
        top: 5% !important;
    }
    .property-single-layout-2 .main-content>.row {
        max-width: 980px;
    }
    .single-property_type .layout-2 .single-property-content h1 {
        font-size: 19px;
    }
    .single-property_type .layout-2 .single-property-content .price {
        font-size: 17px;
    }
    .single-property_type .layout-2 .thumb-slide .slick-slide {
        border-top: none;
    }
    .single-property-container.layout-2 .main-content .column-2 {
        transform: translateX(-4px);
    }
    .custom_theme .fancybox-infobar {
        right: 54px;
    }
    .property-detail-box {
        font-size: 20px;
        margin-right: 5px;
    }
    .property-bbc {
        width: auto;
    }
    .property-bbc li {
        padding: 12px;
    }
    .property-detail-box svg {
        width: 24px;
        height: 24px;
        margin-top: 3px;
    }
    .single-property-title {
        margin-top: 13px;
    }
    .custom_theme #propertyListings .property-item .image-wrap,
    .property-item .thumbnail-carousel .property-display-image {
        height: 155px;
    }
    .single-team .property-item .thumbnail-carousel .property-display-image {
        height: 191px;
    }
    .single-property .main-content.property_no_gallery {
        padding-top: 64px;
    }
    /*Property Single Layout 2*/
    .property-single-layout-2 .primary-banner,
    .property-single-layout-2 .property_gallery_thumb_slider .property-single-layout-2 .primary-banner .hic-image {
        height: 543px !important;
    }
    .single-property_type .layout-2 .primary-banner .property_gallery_current .hic-image,
    .single-property_type .layout-2 .property_gallery_thumb_slider {
        height: 543px !important;
    }
    .property-single-layout-2 .property_gallery_thumb_slider .hic-image {
        height: calc(540px / 2) !important;
    }
    .property-single-layout-2.single-property_type .layout-2 .thumb-slide .slick-slide {}
    .property-single-layout-2 .property_gallery_current {
        width: 100%;
        height: 100%;
    }
    .property-single-layout-2 .property_gallery_thumb_slider {
        max-width: 423px;
        width: 423px;
    }
    .single-property_type.property-single-layout-2 .layout-2 .property_gallery_thumb_slider {
        padding-left: 0;
    }
    .cb-box-item {
        margin-bottom: 34px;
    }
    .cb-box-item .img-content .main-img {
        height: 100%;
    }
    .widget-search-title {
        font-size: 24px;
    }
    .widget-form-inner-wrap {
        max-width: 950px;
    }
    #property_filters_options #location_filter_field>.field-group input {
        height: 42px;
    }
    .listing-slider-cta {
        padding-top: 50px;
    }
    .featured-lists .property-item .image-wrap {
        height: 230px;
    }
    body.default-width .featured-lists.row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .featured-lists .property-item {
        padding: 0 16px;
    }
    .top-price-string {
        line-height: 44px;
        font-size: 16px;
    }
    #property_filters_options .search-form-title {
        font-size: 26px;
    }
    .property-item .suburb {
        font-size: 18px;
    }
    .additional-features li {
        float: left;
        width: 33.33%;
    }
    .additional-features ul {
        margin-top: 24px;
    }
    .property-item .address {
        min-height: 48px;
    }
    h3.element-title {
        font-size: 36px;
    }
    .manager-wrap .ob-wrap {
        text-align: left;
        padding-left: 100px;
    }
    .manager-wrap .manager-img-wrap {
        position: absolute;
        left: 0;
    }
    .agents-panel-column .agent-name {
        font-size: 18px;
    }
    .agents-panel-column .agent-position {
        font-size: 14px;
    }
    .agents-panel-column .agent-phone-number {
        font-size: 12px;
    }
    #property-main-tabs a {
        font-size: 16px;
        min-width: 160px;
    }
    #property-main-tabs .tabs-title {
        margin-right: 16px;
    }
    .medium-6.filter-meta-section {
        padding: 70px 0 80px;
    }
    .property-tab-column {
        margin-bottom: 50px;
    }
    .filter-meta-section {
        padding: 65px 0 140px;
    }
    .property-item .related-property .f-img {
        height: 280px;
    }
    .property-main-info .top-price {
        font-size: 22px;
    }
    .lg-mg-wrap.manager-wrap .ob-wrap {
        padding-left: 510px;
        min-height: 550px;
    }
    .lg-mg-wrap.manager-wrap .manager-img-wrap {
        width: 485px;
        height: 485px;
    }
    /*.property-listing-template.theme_layout_5.subpage .page-title {
      font-size: 45px;  
    }
    */
    .property-item .container {
        min-height: 189px;
    }
    .cpt-list-search-layout2 #propertyFilter .column {
        width: auto;
    }
    body .cpt-list-search-layout2 .nice-select {
        font-size: 15px;
    }
    .cpt-list-search-layout2 label.chk-label {
        font-size: 15px;
    }
    .select-search-form .widget-form-inner-wrap .column.large-2 {
        padding-right: 0;
    }
    .cpt-filter-row .row-1-column-1 {
        padding: 0;
    }
}

@media (min-width: 1280px) {
    .home .row-1-column-1 {
        width: 22%;
    }
    .home .row-1-column-2 {
        width: 78%;
        padding-left: 10px;
    }
    .home .cpt-list-search-layout2 .column-1 {
        width: 79%;
    }
    .home .cpt-list-search-layout2 .column-2 {
        width: 21%;
        padding-left: 10px !important;
    }
    .single-property-container.layout-2 .main-content .column-2 {
        transform: translateX(32px);
    }
}


/*.property-listing-template.theme_layout_5.subpage .hero .article-header .t-cell {
       vertical-align: bottom;
    }*/

.property-stats {
    padding: 16px;
    background-color: rgba(255, 255, 255, 0.6);
}

.relatad-items.related-property .property-stats {
    background-color: #f2f2f2;
    margin: 0;
}

.property-single-layout-2 .single-property .property_gallery_current-container .ribbon-status {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.1;
}

.property-single-layout-2 .single-property .property_gallery_current-container .ribbon-status.sold,
.property-single-layout-2 .single-property .property_gallery_current-container .ribbon-status.leased {
    background-color: #feff01;
    color: #000;
}

.agent-experience h3 {
    margin-bottom: 20px;
}

.agent-experience ul li {
    margin-bottom: 10px;
    font-size: 16px;
    list-style: none;
    position: relative;
    padding-left: 27px;
}

.agent-experience ul li:before {
    content: '';
    background-image: url(../images/checked.png);
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-size: contain;
    top: 2.5px;
}

.agent-experience ul,
.agent-awards ul {
    margin-left: 0;
}

.agent-awards {
    margin-top: 30px;
}

.agent-awards ul li:before {
    content: '';
    background-image: url(../images/badge.png);
    position: absolute;
    left: 0;
    height: 40px;
    width: 40px;
    background-size: contain;
    top: 3px;
}

.agent-awards ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
    list-style: none;
    position: relative;
    padding-left: 46px;
}

.agent-awards h4 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px;
}

.agent-awards p {
    line-height: 1.3;
}

@media(max-width: 640px) {
    .agent-experience {
        margin-bottom: 34px;
    }
    .agent-awards ul li {
        text-align: left;
    }
    .agent-awards {
        margin-top: 38px;
    }
    .agent-awards h3 {
        margin-bottom: 20px;
    }
    .agent-awards ul li:before {
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
    }
    .agent-awards ul li {
        padding-left: 42px;
    }
}

@media(min-width: 641px) and (max-width: 1023px) {
    .agent-awards ul li {
        font-size: 14px;
    }
    .agent-awards h4 {
        margin-bottom: 2px;
    }
}

@media(min-width: 1024px) {
    .agent-awards h3 {
        margin-bottom: 24px;
    }
    .agent-awards {
        margin-top: 46px;
    }
    .agent-experience ul li {
        width: 50%;
    }
    .agent-experience ul {
        display: flex;
        flex-flow: wrap;
    }
    .agent-awards ul li {
        padding-left: 52px;
    }
    .agent-experience ul li {
        font-size: 14px;
        padding-right: 16px;
    }
}