/** WP Elements ***/

img {height: auto;max-width: 100%;}figure {margin: 1em 0;}.alignleft {display: inline;float: left;margin-right: 1.5em;}.alignright {display: inline;float: right;margin-left: 1.5em;}.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;}.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {content: "";display: table;table-layout: fixed;}.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {clear: both;}.widget {margin: 0 0 1.5em;}.widget select {max-width: 100%;}.sticky {display: block;}.hentry {margin: 0 0 1.5em;}.updated:not(.published) {display: none;}.page-content, .entry-content, .entry-summary {margin: 1.5em 0 0;}.page-links {clear: both;margin: 0 0 1.5em;}.comment-content a {word-wrap: break-word;}.bypostauthor {display: block;}.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {display: none;}.infinity-end.neverending .site-footer {display: block;}.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}embed, iframe, object {max-width: 100%;}.custom-logo-link {display: inline-block;}.wp-caption {margin-bottom: 1.5em;max-width: 100%;}.wp-caption img[class*="wp-image-"] {display: block;margin-left: auto;margin-right: auto;}.wp-caption .wp-caption-text {margin: 0.8075em 0;}.wp-caption-text {text-align: center;}.gallery {margin-bottom: 1.5em;}.gallery-item {display: inline-block;text-align: center;vertical-align: top;width: 100%;}.gallery-columns-2 .gallery-item {max-width: 50%;}.gallery-columns-3 .gallery-item {max-width: 33.33%;}.gallery-columns-4 .gallery-item {max-width: 25%;}.gallery-columns-5 .gallery-item {max-width: 20%;}.gallery-columns-6 .gallery-item {max-width: 16.66%;}.gallery-columns-7 .gallery-item {max-width: 14.28%;}.gallery-columns-8 .gallery-item {max-width: 12.5%;}.gallery-columns-9 .gallery-item {max-width: 11.11%;}.gallery-caption {display: block;} h1, h2, h3, h4, h5, h6 {clear: both;}p {margin-bottom: 1.5em;}dfn, cite, em, i {font-style: italic;}blockquote {margin: 0 1.5em;}address {margin: 0 0 1.5em;}pre {background: #eee;font-family: "Courier 10 Pitch", Courier, monospace;font-size: 15px;font-size: 0.9375rem;line-height: 1.6;margin-bottom: 1.6em;max-width: 100%;overflow: auto;padding: 1.6em;}code, kbd, tt, var {font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;font-size: 15px;font-size: 0.9375rem;}abbr, acronym {border-bottom: 1px dotted #666;cursor: help;}mark, ins {background: #fff9c0;text-decoration: none;}big {font-size: 125%;} .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: .5rem;font-family: "Open Sans", sans-serif;font-weight: 500;line-height: 1.2;} .h2, h2 {font-size: 1.8rem;} b, strong {font-weight: bold;}

/** End WP Elements ***/ 

.loader-text {
    margin-left: 20px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
}

.loading-circle {
    border: 8px solid #eee; 
    border-top: 8px solid #004684; 
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    display: inline-block;
}

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

.form-control:focus, 
.form-control:active {
    outline: none;
    border: none;
    box-shadow: none;
}

.form-control {
    border: none;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #111; 
    font-weight: 400;}

a {
    color: #fca931; }
a:focus, a:hover {
    color: #fca931;
    text-decoration: none; }

.main-content a {
    text-decoration: underline;
}

.btn-cust {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
    border-width: 2px;
    border-radius: 6px;
    padding: 14px;
    width: 220px;
    font-family: "Open Sans", sans-serif;
    text-decoration: none !important;
    color: white !important;
}

.tooltip .arrow {
    left: 10px !important; }
.tooltip .arrow:before {
    border-bottom-color: rgba(31, 37, 55, 0.7); }

.tooltip .tooltip-inner {
    text-align: left;
    border-radius: 0px;
    padding: .75rem 1rem 1rem;
    background-color: rgba(31, 37, 55, 0.7); }

/* Header */

.header {
    background: #004684;
}

.header .navbar {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px; 
}

.header .navbar .navbar-collapse {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; 
}

.navbar {
    padding: 0;
}

.primary-menu.navbar-light .navbar-nav .nav-link {
    padding: 35px 0;
}

.primary-menu {
    font-weight: 500;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2); 
    background: #004684;
}

.primary-menu.navbar-expand-lg .navbar-nav .nav-item {
    padding-right: 20px;
    padding-left: 20px; 
}

.primary-menu.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
}

.primary-menu.navbar-light .navbar-nav .nav-item:focus > a, 
.primary-menu.navbar-light .navbar-nav .nav-item:hover > a {
    color: #fca931; 
}

.primary-menu.navbar-light .navbar-nav .nav-item:hover > .fa-angle-down {
    color: #fca931; 
}

.primary-menu.navbar-light .navbar-nav .active > .nav-link,
.primary-menu.navbar-light .navbar-nav .current-menu-item > .nav-link,
.primary-menu.navbar-light .navbar-nav .nav-link.active,
.primary-menu.navbar-light .navbar-nav .nav-link.show,
.primary-menu.navbar-light .navbar-nav .show > .nav-link {
    font-weight: 700;
    color: #fca931; 
}

.primary-menu.navbar-light .navbar-nav .nav-link.btn-yellow {
    font-weight: 700;
    padding: 9px 20px;
    margin: 25px 0px 25px 20px;
    font-size: 14px;
}

.primary-menu.navbar-light .navbar-nav .nav-item:hover > .nav-link.btn-yellow {
    font-weight: 700;
    padding: 9px 20px;
    margin: 25px 0px 25px 20px;
}

.secondary-menu {
    background-color: #e73334;
    font-size: 14px;
}

.secondary-menu .container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; 
}

.secondary-menu.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem; 
}

.secondary-menu.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 12px; 
    font-weight: 300;
    letter-spacing: 1.5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.secondary-menu.navbar-dark .navbar-nav .nav-link:focus, 
.secondary-menu.navbar-dark .navbar-nav .nav-link:hover {
    color: #f3f3f3; 
}

.nav-cta {
    padding: 3px 0 !important;
    color: #72bf49 !important;
}

.nav-cta:first-of-type {
    margin-top: 16px;
}

.nav-cta i {
    font-size: 14px;
    margin-right: 10px;
}

.nav-cta span {
    width: 100px;
    display: inline-block;
}


/* Mobile Menu */

.mobile-menu {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2); 
}

.mobile-menu .mobile-header {
    padding: .5rem 1rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mobile-menu .menu-mobile {
    margin-right: 20px; 
}

.mobile-menu .menu-mobile,
.mobile-menu .close-mobile {
    font-size: 12px; 
}

.mobile-menu .icons-right .fa {
    font-size: 20px; 
    vertical-align: middle;
}

.mobile-menu .call-mobile {
    margin-left: 20px; 
    display: none;
}

.mobile-menu .navbar-brand {
    margin-right: 0; 
}

.mobile-menu .navbar-brand .logo {
    width: 170px; 
}

.mobile-menu .mobile-menu-wrap {
    width: 100%;
    display: none; 
}

.mobile-menu .mobile-menu-wrap .mobile-header {
    text-align: center;
    min-height: 40px;
    padding: 19px;
    max-width: 720px;
    margin: 0 auto; 
}

.mobile-menu .mobile-menu-wrap .mobile-header span {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    z-index: -1; 
}

.mobile-menu .mobile-menu-wrap .navbar-nav .nav-item {
    border-top: 1px solid #eee;
    text-align: left;
    font-weight: 300;
    width: 100%;
}

.mobile-menu .mobile-menu-wrap .navbar-nav .nav-item .nav-link {
    color: #fff; 
    margin-left: 40px;
    padding: 12px 0;
    font-weight: 700;
}

.mobile-menu .mobile-menu-wrap .navbar-nav .nav-item.contact-cta {
    background-color: #fca931;
}

.mobile-menu .mobile-menu-wrap .navbar-nav .nav-item.contact-cta .nav-link {
    padding: 12px 0;
    font-size: 16px;
    color: #fff;
    margin-top: 0;
    margin-left: 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.mobile-menu .nav-separator {
    height: 5px;
    background-color: #ddd;
    width: 100%;
    display: block; 
}

.mobile-menu .with-dropdown {
    margin-left: 0;
}

.mobile-menu .mobile-menu-wrap .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700; 
}

.mobile-menu-wrap .with-dropdown:hover .sub-menu{
    display: none;
}

.mobile-menu-wrap .with-dropdown > .icon-arrow{
    padding: 5px;
    right: 15px;
    cursor: pointer;
}

/* Sections */

.padded-section {
    padding-top: 80px;
    padding-bottom: 80px; }
.padded-section .section-title {
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    line-height: 1;
    letter-spacing: .5px; }

.banner-section .banner-image {
    width: 100%; }

.banner-section .carousel-item {
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px); }

.banner-section .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    border: 2px solid #004684;
    background-color: #fff;
}

.banner-section .carousel-indicators li.active {
        background-color: #004684;
}

.banner-section .caption-container {
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px); }

.banner-section .caption-wrap {
    display: table;
    height: 100%;
    width: 100%; }

.banner-section .caption-content {
    display: table-cell;
    vertical-align: bottom;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
.banner-section .caption-content.left-align {
    text-align: left; }
.banner-section .caption-content.right-align {
    text-align: right; }

.banner-section .carousel-mobile .caption-content {
    vertical-align: bottom;
    padding-bottom: 80px; }

.carousel-item span {
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
}

.caption-content .btn {
	background-color: #004684;
	color: #fff;
	margin-bottom: 40px;
    font-size: 24px;
    max-width: 100%;
    padding: 20px 30px;
}

div.carousel-item {
	background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
}

@media (max-width: 575.99px) {
	.caption-content .btn {
		width: 100%;
   		margin-bottom: 130px;
	}
}

.smart-search-section {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat; }
.smart-search-section .section-title span {
    color: #333333;
    opacity: .5;
    font-size: 36px; }
.smart-search-section .section-title .fa-search {
    float: right;
    font-size: 84px;
    margin-top: -20px; }
.smart-search-section .section-content {
    padding-top: 40px;
    text-align: center; }
.smart-search-section .section-content p {
    margin-bottom: 30px; }
.smart-search-section .section-content .input-group {
    border: 2px solid #ddd;
    border-radius: 7px; }
.smart-search-section .section-content .input-group .input-group-append {
    border-left: 3px solid #ddd; }
.smart-search-section .section-content .input-group .input-group-append .btn {
    font-weight: 700; }
.smart-search-section .section-content .input-group .input-group-append .fa-search {
    float: left;
    font-size: 18px;
    margin-top: 2px;
    margin-left: 10px; }

.featured-section {
    background-color: #f3f3f3; }
.featured-section .section-title {
    color: #333333;
    text-align: center;
    margin-bottom: 60px; }
.featured-section .featured-properties img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
}
.featured-section .featured-properties .property-details {
    background-color: #fff;
    padding: 20px; }
.featured-section .featured-properties .prop-name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0; }
.featured-section .featured-properties .prop-location,
.featured-section .featured-properties .prop-price {
    color: #004684;
    font-weight: 700; }
.featured-section .featured-properties .prop-location {
    text-transform: uppercase; }
.featured-section .featured-properties .prop-price {
    float: right; }
.featured-section .featured-properties .prop-more {
    font-weight: 700;
    text-decoration: underline; }

.vip-section {
    padding: 120px 0;
    background-color: #004684;
    color: #fff; }
.vip-section .section-title-wrap,
.vip-section .section-content p {
    margin-bottom: 40px; }
.vip-section .vip-thumb-wrap {
    text-align: right; }
.vip-section .subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5; }
.vip-section .text {
    font-size: 18px;
    line-height: 1.5; }
.sidebar-vip-buyer-section a.btn-vip-buyer {
    margin-bottom: 10px;
    text-decoration: none; }
.sidebar-vip-buyer-section a.btn-vip-buyer img {
    border: 0;}


.case-section {
    background-color: #004684;
    color: #fff; }
.case-section .section-title {
    text-align: center;
    margin-bottom: 40px; }
.case-section .case-title {
    font-weight: 700;
    margin-top: 20px; 
    margin-bottom: 0;
    height: 50px;
    overflow: hidden;
}
.case-section .case-title a {
    color: inherit; }
.case-section .case-description {
    font-weight: 400; }
.case-section .case-studies {
    position: relative; }
.case-section .pagination-indicator ul {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none; }
.case-section .pagination-indicator ul .indicator {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-right: 3px;
    margin-left: 3px; }
.case-section .pagination-indicator ul .indicator.active {
    background-color: #fff; }

.jenman-section {
    background-color: #eeeeee;
    color: #333333;
    padding-top: 120px; }
.jenman-section .section-title,
.jenman-section .section-content p {
    margin-bottom: 40px; }
.jenman-section .btn-primary {
    background-color: #fca931 !important;
    border-color: #fca931 !important; }
.jenman-section .btn-primary:hover {
    background-color: #389cab;
    border-color: #389cab;
    color: #fff; }
.jenman-section .jenman-thumb-wrap {
    text-align: right; }

.books-section .section-title {
    text-align: center;
    margin-bottom: 10px;
    color: #004684 ;
}

.books-section .section-content {
    font-size: 17px;
    font-weight: 400;
    padding-top: 20px;
    letter-spacing: 0;
}

.homepage-ads{
    background: #f7f7f7;
}

.homepage-ads p{
    font-weight: 400;
}

a.homepage-ads_links {
    text-transform: uppercase;
    color: #e63333;
    font-weight: 700;
}

.testimonial-text {
    background: #004684;
    color: #fff;
}

.testimonial-text p {
    font-size: 14px;
    line-height: 2;
}

.testimonial-text h4 {
    font-size: 14px;
    font-weight: 700;
}

.homepage-ads .section-title {
    text-align: center;
    margin-bottom: 10px;
}

.homepage-ads .section-content {
    font-size: 17px;
    font-weight: 400;
    padding-top: 20px;
    letter-spacing: 0;
}

.copyright-bottom {
    background: #e73334;
    color: #fff;
}

.copyright-bottom p {
    margin: 0;
}

.reviews-section {
    background-color: #fff; }
.reviews-section .section-title {
    text-align: center;
    margin-bottom: 40px; }
.reviews-section .section-content {
    margin-bottom: 40px;
    text-align: center; }
.reviews-section .review-content {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    padding: 30px;
    color: #666;
    overflow: auto; }
.reviews-section .review-content .review-rating {
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #e7711b; }
.reviews-section .review-content .review-text {
    margin-bottom: 0; }
.reviews-section .review-content .review-text .google-logo {
    float: right; }
.reviews-section .review-content .review-links {
    display: block;
    margin-top: 30px; }
.reviews-section .review-content .more-review {
    font-weight: 700;
    text-decoration: underline;
    display: inline-block; }
.reviews-section .review-profile {
    margin-top: 20px;
    font-family: 'Roboto', sans-serif; }
.reviews-section .review-profile .profile-thumb {
    display: inline-block;
    background-color: #284d68;
    height: 60px;
    width: 60px;
    border-radius: 65px;
    color: #fff;
    font-size: 36px;
    text-align: center;
    vertical-align: top; }
.reviews-section .review-profile .profile-name {
    display: inline-block;
    color: #3f82f1;
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 20px;
    font-weight: 500; }
.reviews-section .review-profile .review-date {
    display: block;
    font-size: 14px;
    color: #aaa;
    font-weight: 400; }
.reviews-section .pagination-links {
    text-align: center;
    color: #333333;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin-top: 50px; }
.reviews-section .pagination-links a, .reviews-section .pagination-links span {
    margin: 0 10px; }
.reviews-section .pagination-links a:hover {
    color: #389cab; }
.reviews-section .pagination-links .num-link {
    color: #004684;
    font-weight: 700; }
.reviews-section .pagination-links .prev-link,
.reviews-section .pagination-links .next-link {
    font-weight: 700; }

footer {
    border-top: 1px solid rgba(0,0,0,0.2);
    background-color: #004684;
    color: #fff;
    line-height: 2;
    font-size: 14px; }
footer .footer-header {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    margin-bottom: 20px; }
footer .quick-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    margin-right: 100px; }
.footer-a-link {
    text-decoration: underline;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
footer .quick-links li a{
    color: inherit;
    margin: 0;
    padding: 0;
}
footer .locations {
    font-weight: 400; }
footer .locations p, footer .social-media p {
    margin-bottom: 0; }
footer .fa {
    color: #fca931;
    font-size: 1.2rem;
    width: 30px;
}
footer .locations .office-title {
    display: block;
    font-weight: 700; }
footer .social-media a{
    color: #fff;
}
footer .social-media .social-icons a {
    color: inherit;
    margin: 0 15px; }
footer .social-media .copyright {
    margin-top: 30px;
    font-size: 12px; }

@media (max-width: 991.99px) {
    .banner-section .carousel-mobile {
        display: none; }
    .primary-menu {
        display: none; }
    .secondary-menu {
        display: none; }
    .mobile-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
    .padded-section {
        padding-top: 60px;
        padding-bottom: 60px; }
    .padded-section .section-title {
        font-size: 26px; }
    .banner-section .carousel-item,
    .banner-section .caption-container {
        height: -webkit-calc(100vh - 3px);
        height: calc(100vh - 3px); }
    .featured-section .section-title {
        margin-bottom: 40px; }
    .smart-search-section .section-title {
        font-size: 40px;
        font-weight: 700; }
    .smart-search-section .section-title span {
        font-size: 24px; }
    .smart-search-section .section-content .input-group .input-group-append .btn {
        width: auto; }
    .smart-search-section .section-content .input-group .input-group-append .fa-search {
        float: none;
        margin: 0 5px; }
    .smart-search-section .section-content .search-text {
        display: none; }
    .vip-section .container .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
    .vip-section .section-title-wrap {
        text-align: center;
        margin-bottom: 20px; }
    .vip-section .section-title {
        font-size: 42px;
        font-weight: 700; }
    .vip-section .vip-thumb-wrap {
        text-align: center;
        margin-bottom: 25px; }
    .vip-section .vip-thumb-wrap img {
        width: 160px; }
    .vip-section .section-content {
        text-align: center; }
    .vip-section .section-content p {
        margin-bottom: 10px;
        text-align: left; }
    .vip-section .section-content .subtitle {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px; }
    .vip-section .section-content .text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px; }
    .case-section .case-item {
        margin-bottom: 50px; }
    .case-section .case-item:not(:first-child) {
        display: none; }
    .case-section .pagination-indicator {
        display: block; }
    .jenman-section .container .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
    .jenman-section .jenman-thumb-wrap {
        text-align: left;
        margin-bottom: 40px; }
    .jenman-section .jenman-thumb-wrap img {
        width: 160px; }
    .jenman-section .section-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px; }
    .jenman-section .section-content p {
        margin-bottom: 30px; }
    .reviews-section .review-item:not(:first-child) {
        display: none; }
    footer .quick-links,
    footer .social-media {
        text-align: center; }
    footer .quick-links ul {
        margin: 0 auto;
        padding: 0 30px; }
    footer .social-media {
        margin-top: 0; }
    footer .footer-column {
        margin-bottom: 40px; }
    footer .footer-column:last-child {
        margin-bottom: 0; } }

@media (max-width: 767.99px) {
    .featured-section .property-item {
        margin-bottom: 20px; }
    .featured-section .property-item:last-child {
        margin-bottom: 0; } }

@media (max-width: 575.99px) {
    .banner-section .carousel-desktop {
        display: none; }
    .banner-section .carousel-mobile {
        display: block; }
    .smart-search-section .section-title .fa-search {
        margin-top: -50px; } }

@media (min-width: 992px) {
    .mobile-menu {
        display: none; }
    .banner-section .carousel-mobile {
        display: none; }
    .case-section .pagination-indicator {
        display: none; } }

/*--- Main content CSS ---*/
.main-content p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 2rem; }

.main-content .heading-h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase; }

.main-content .heading-h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.8rem; }

.main-content .sign {
    font-weight: 700;
    text-decoration: underline; }

.blog-border {
    border-bottom: 1px solid #004684; }

hr {
    background: lightblue; }

hr.blog-hr {
    margin-bottom: 2.5rem; }

.backto {
    text-decoration: underline;
    font-weight: 700; }

.f7f7f7 {
    background: #f7f7f7; }

.fa {
    margin-right: 8px; }

.page-heading {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase; }

.page-heading-lowercase {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: capitalize; }

.sub-page-heading {
    font-weight: 700;
    font-size: 1.2rem; }

.btn-primary {
    background-color: #004684;
    border-color: #004684; }

.btn-primary:hover {
    background-color: #004684;
    border-color: #004684;
    color: #fff !important; }

.btn-yellow {
    background-color: #fca931;
    border-color: #fca931; 
    border-radius: inherit;}


/*---Navigation CSS ---*/
.dropdown-menu {
    padding: 0;
    margin-top: 0;
    margin-left: 20px;
    color: #fff;
    background: #004684;
    border: none;
    border-radius: unset; 
}

.dropdown-menu .dropdown-item {
    padding: 12px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600; 
    transition: .2s ease;
    -webkit-transition: .2s ease;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.dropdown-menu .dropdown-item a {
    color: #fff;
    transition: .2s ease;
    -webkit-transition: .2s ease;
}

.dropdown-menu .dropdown-item:focus, 
.dropdown-menu .dropdown-item:hover {
    text-decoration: none;
    color: #fca931;  
    background-color: #004684;
}

.primary-menu .dropdown-menu ul li.dropdown-item:hover > a {
    color: #fca931;
}

.mobile-menu .mobile-menu-wrap .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 600; 
    margin-left: 20px;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px; }

.dropdown-menu > ul{
    margin: 0!important; 
    padding: 0!important; }

.dropdown-menu li:hover .sub-menu {
    visibility: visible; }

.dropdown:hover .dropdown-menu {
    display: block; }

.secondary-menu .dropdown-menu {
    margin-left: 10px;
}

.secondary-menu .dropdown-menu .dropdown-item {
    background-color: #e73334;
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    border-top: none;
    padding: 10px 20px;
}

.secondary-menu .dropdown-menu .dropdown-item a {
    color: #fff;
    font-weight: 300;
}

.secondary-menu .dropdown-menu .dropdown-item:focus, 
.secondary-menu .dropdown-menu .dropdown-item:hover {
    background-color: #e73334;
}

.secondary-menu .dropdown-menu .dropdown-item a:focus, 
.secondary-menu .dropdown-menu .dropdown-item a:hover {
    color: #ccc;
}

.mobile-menu .dropdown-menu .dropdown-item {
    border-bottom: none;
}

/*--- Property List/details CSS ---*/
.message-buyer {
    background-color: #fca931;
    color: #ffffff;
    padding: 35px 0; }
.message-buyer .message-buyers-title {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px; }
.message-buyer .mesage-buyers-content {
    font-size: .85rem;
    margin-bottom: 0; }

@media (max-width: 767.98px) {
    .property-img-section .container {
        width: 100%;
        max-width: 100%;
        padding: 0; } }

.property-section .page-property-title {
    color: #333;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 700; }

.property-section .heading-3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: .9rem; }

.property-section .invest-num {
    font-size: 1.5rem; }

.property-section .property-details table {
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: 0; }

.property-section .property-details .table td, .property-section .property-details .table th {
    border-bottom: 1px solid #dee2e6;
    border-top: none; }

.property-section .property-details img {
    /*width: 100%; 
    object-fit: cover;
    height: 100%;*/
}

.property-content .pagination-links {
    text-align: center;
    color: #333333;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px; }

.property-content .pagination-links .prev-link, .property-content .pagination-links .next-link {
    font-weight: 700; }

.property-content .pagination-links a, .property-content .pagination-links span {
    margin: 0 10px; }

.property-content .pagination-links .num-link {
    color: #004684;
    font-weight: 700; }

span.read-more {
    text-decoration: underline; }

a.link-underline {
    text-decoration: underline; }

a.link-underline::after {
    display: none;
}

.property-main-img img {
    width: 100%; }

.btn-color {
    background-color: #004684 !important;
    border-color: #004684;
    font-weight: 700;
    padding: 14px;
}

.sidebar ul, .sidebar ol {
    list-style: none;
    margin: 0;
    padding: 0; }

.sidebar .side-ads-content {
    background-color: #f3f3f3; 
    padding: 0 !important;
}

.sidebar .side-ads-content h4 {
    font-weight: 600;
    text-transform: uppercase;
    background: #004684;
    padding: 16px;
    color: #fff; 
}

.sidebar .side-ads-content .text-center {
    padding: 10px 20px 0px;
}

.sidebar .side-ads-content .text-left {
    padding: 0 20px 20px;
}

.sidebar p {
    margin: 1rem auto; }

.side-ads-content .freedl-text {
    font-size: 21px;
    font-weight: 600; }

#summary .collapse:not(.show) {
    height: 87px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }

#summary .collapsing {
    min-height: 87px !important; }

#summary > a.collapsed:after {
    content: '+ Read More'; }

#summary > a:not(.collapsed):after {
    content: '- Read Less'; }

#messagebuyers .collapse:not(.show) {
    height: 42px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

#messagebuyers .collapsing {
    min-height: 42px !important; }

#messagebuyers a.collapsed:after {
    content: '+ Read More';
    color: #fff;
    font-size: .85rem;
    text-decoration: underline; }

#messagebuyers a:not(.collapsed):after {
    content: '- Read Less';
    color: #fff;
    font-size: .85rem;
    text-decoration: underline; }

.property-img-cover{
    overflow: hidden;
    position: relative;}

.property-img-cover .item-promo{
    width:125px;
    height:75px;
    position:absolute;
    left:0px;
    top:0px;
    z-index:5;
    overflow:hidden;}

.property-img-cover .sold-ribbon {
    background-color: #d91515;
    color: #fff;
    padding: 8px 60px;
    font-weight: 700;
    position: absolute;
    transform: rotate(-45deg);
    left: -45px;
    top: 20px;
}

.property-img-cover .item-promo > .promo-tag{
    display:block;
    background-color:#ff0000;
    text-align:center;
    font-family: 'Open Sans', serif;
    font-weight:bold;
    font-size:15px;
    color:#ffffff;
    text-transform:uppercase;
    padding:3px;
    -webkit-transform: rotate(330deg);
    -moz-transform: rotate(330deg);
    -o-transform: rotate(330deg);
    writing-mode: lr-tb;
    position:relative;
    left:-37px;
    top:12px;
    width:160px;}

.property-img-cover .item-promo1{
    width: 160px;
    height: 95px;
} 

.property-img-cover .item-promo1 > .promo-tag1{
    background-color: #ff944d;
    width:230px;
    top:24px;
    left: -58px;
}

.property-list-content .property-description {
    padding-top: 0 !important;
}

.property-details {
    border-bottom: 1px solid #ddd;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding-bottom: 30px;
}

.property-section .property-details .table td.text-right {
    font-weight: 400;
}

.property-description p {
    line-height: 1.4rem; }

.property-description a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: underline; }

.property-description .carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 10px; }

.property-description .property-link {
    font-weight: 800;
    text-align: right;
    text-decoration: underline;
    margin: 0;
    padding: 0;
    font-size: .9rem; }
.property-description .property-link a {
    font-size: 16px;
    color: #fca931;
    font-weight: 700;
    text-transform: uppercase; }

.property-description .property-title {
    margin-bottom: 16px; }

.property-description .property-title a {
    color: #004684;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.2rem; }

.property-description .property-page-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #004684; }

.property-description .prop-suburb {
    margin-bottom: 16px; }
.property-description .prop-location {
    text-transform: uppercase;
    color: #333;
    font-weight: 700; }
.property-description .prop-location a {
    color: #333; }

.property-description .prop-price {
    float: right;
    color: #333;
    font-weight: 700; }

.property-description .property-location {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700; }

.property-description .property-price {
    font-size: 1rem;
    font-weight: 700; }

#summary > a {
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .property-description .property-price {
        float: right; } }

.property-description .property-desc {
    font-size: .85rem; }

.property-description .property-page-sub-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 30px !important; }

.property-description .property-content ul.property-beds-baths-sqft {
    width: 100%;
    margin: 0;
    padding: 0;
    float: right; }
.property-description .property-content ul.property-beds-baths-sqft li.beds, .property-description .property-content ul.property-beds-baths-sqft li.baths, .property-description .property-content ul.property-beds-baths-sqft li.sqft {
    display: inline-block;
    width: 18%;
    color: #666;
    text-align: center;
    margin: 0 0 0 40px;
    padding: 0; }

.property-description ul.property-beds-baths-sqft {
    width: 75%;
    margin: 0;
    padding: 0;
    float: left; }
.property-description ul.property-beds-baths-sqft li.beds, .property-description ul.property-beds-baths-sqft li.baths, .property-description ul.property-beds-baths-sqft li.sqft {
    display: inline-block;
    width: 18%;
    color: #666;
    text-align: center;
    margin: 0 40px 0 0;
    padding: 0;
    font-weight: 700;
    font-size: .85rem; }

.property-description ul li.beds span {
    background-image: url(../img/ico-bed.png); }

.property-description ul li.baths span {
    background-image: url(../img/ico-bath.png); }

.property-description ul li.sqft span {
    background-image: url(../img/ico-car.png); }

.property-description ul li.beds span, .property-description ul li.baths span, .property-description ul li.sqft span {
    width: 35px;
    height: 30px;
    text-indent: -999px;
    overflow: hidden;
    background-position: 50% 10%;
    background-repeat: no-repeat;
    margin: 0 auto !important;
    float: left; }

@media (max-width: 991.98px) {
    .property-description ul li.beds span, .property-description ul li.baths span, .property-description ul li.sqft span {
        float: none;
        display: block; }
    .property-description ul.property-beds-baths-sqft li.beds, .property-description ul.property-beds-baths-sqft li.baths, .property-description ul.property-beds-baths-sqft li.sqft {
        width: 10%;
        text-align: right; } }

@media (max-width: 767.98px) {
    .property-description ul.property-beds-baths-sqft li.beds, .property-description ul.property-beds-baths-sqft li.baths, .property-description ul.property-beds-baths-sqft li.sqft {
        width: 14%;
        text-align: center; } }

.property-ad-content {
    background-color: #004684;
    width: 100%;
    color: #ffffff; }
.property-ad-content .vipb {
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: -webkit-baseline-middle; }
.property-ad-content .vipb-side {
    margin-top: 0;
    font-size: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1; }
.property-ad-content .bea {
    text-transform: uppercase;
    vertical-align: middle;
    margin-top: 11px !important; }
.property-ad-content .bea-side {
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px; }
.property-ad-content .btn-property {
    color: #fff !important;
    background-color: transparent;
    background-image: none;
    border-color: #fff !important;
    float: right; }
.property-ad-content .btn-property-side {
    color: #fff !important;
    background-color: transparent;
    background-image: none;
    border-color: #fff !important; }
@media (max-width: 1199.98px) {
    .property-ad-content .vipb {
        text-align: center;
        width: 100%; }
    .property-ad-content .bea {
        text-align: center;
        width: 100%;
        font-size: 18px;
        border-bottom: none; }
    .property-ad-content .btn-property {
        float: none; } }
@media (min-width: 1025px) {
    .property-ad-content .bea {
        font-size: 20px; }
    .property-ad-content .vipb {
        font-size: 35px;
        vertical-align: middle; } }

.property-ads-side p {
    line-height: 28px; }

.page-property .tooltip-inner {
    max-width: 280px; }

.page-property .tooltip .tooltip-inner {
    text-align: left;
    border-radius: 0px;
    padding: .5rem .5rem .5rem;
    background-color: rgba(31, 37, 55, 0.7);
    margin-left: 62px; }

.page-property .tooltip .arrow {
    left: 90px !important; }

.page-form .tooltip .tooltip-inner {
    background-color: rgba(31, 37, 55, 0.8); }

.page-form .tooltip .arrow {
    left: 0px !important; }
.page-form .tooltip .arrow:before {
    border-bottom-color: transparent;
    border-right-color: rgba(31, 37, 55, 0.8); }

/*--- Property Forms CSS ---*/
.search-filter {
    background: #eee;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    color: #fff; }
.search-filter .form-control-no-border-radius {
    border-radius: 0;
    font-size: .8rem; }
.search-filter .no-border-radius {
    border-radius: 0!important;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 31px;
}

.search-filter .no-border-radius::placeholder {
    color: #333;
}

.search-filter .section-title {
    color: #004684;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: .5px; }

.search-filter label {
    color: #333;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .1rem; }

.form-bg {
    background: #f3f3f3; }
.form-bg .form-title {
    font-size: 22px;
    font-weight: 700; }

.btn-dark {
    background: #004684;
    border-color: #004684;
    font-weight: 700;
}

.btn {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    border-radius: 0;
    padding: 12px 20px;
    max-width: 220px;
    font-family: "Open Sans", sans-serif;
    font-size: .8rem;
    margin: 0 auto;
}

.btn-norm {
    white-space: normal;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    border-width: 2px;
    border-radius: 0;
    padding: 14px; }

.btn-norm:active,
.btn-norm:hover,
.btn-norm:focus {
    background: #013d71;
    border: 2px solid #fff;
}

.btn-cust-filter {
    color: #fff;
    background: #004684;
    border-color: #004684;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    border-radius: 0;
    padding: 13px;
    max-width: 220px;
    font-family: "Open Sans", sans-serif;
    font-size: .8rem; }

.btn-cust-filter:active,
.btn-cust-filter:hover,
.btn-cust-filter:focus {
    background: #013d71;
}

.btn-cust-clear {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    border-radius: 0;
    padding: 13px;
    max-width: 220px;
    font-family: "Open Sans", sans-serif;
    background: #999999;
    border-color: #999999;
    font-size: .8rem; }

.btn-cust-clear:active,
.btn-cust-clear:hover,
.btn-cust-clear:focus {
    background: #888888;
    border-color: #888888;
}

.btn-cust-filter-sm {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    border-radius: 0;
    padding: 13px;
    font-family: "Open Sans", sans-serif;
    font-size: .8rem; }

.btn-cust-clear-sm {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    border-radius: 0;
    padding: 13px;
    font-family: "Open Sans", sans-serif;
    background: #999999;
    border-color: #fff;
    font-size: .8rem; }

.nav-item {
    height: 100%;
}

.nav-item .btn-yellow {
    margin-left: 20px;
}

.nav-item .btn-yellow:active,
.nav-item .btn-yellow:hover,
.nav-item .btn-yellow:focus {
    background-color: #e89a29;
    border-color: #e89a29;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}


/* New Smart Property Search Form */

.search-filter .smart-search-property-form .form-control-no-border-radius {
    font-size: 12px;
}

.smart-search-property-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.smart-search-property-form .custom-select-wrap {
    width: 100%;
    position: relative;
}

.smart-search-property-form .custom-select-wrap:before {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 11px;
    color: #333;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 4px;
    width: 10%;
    height: 100%;
    pointer-events: none;  
}

.multiSel {
    margin-bottom: 0;
}

.dropdown-search dd,
.dropdown-search dt {
    margin: 0px;
    padding: 0px;
}

.dropdown-search ul {
    margin: -1px 0 0 0;
}

.dropdown-search dd {
    position: relative;
}

.dropdown-search a,
.dropdown-search a:visited {
    color: #333;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    min-height: 38px;
}

.dropdown-search dt a {
    background-color: #fff;
    display: block;
    padding: 6px 10px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border: 0;
    width: 100%;
}

.dropdown-search dt a span,
.multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0;
    font-weight: 400;
}

.dropdown-search dd ul {
    display: none;
    overflow: auto;
    position: absolute;
    z-index: 1;
    left: 0px;
    padding: 2px 15px 2px 5px;
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
    border-right: none;
    list-style: none;
    background-color: #fff;
    color: #333;
}

.dropdown-search i.fa-caret-down {
    float: right;
    margin-right: 0;
    margin-top: 6px;
}

.dropdown-search span.value {
    display: none;
}

.dropdown-search dd ul li {
    font-size: 12px;
    line-height: 24px;
}

.dropdown-search dd ul li input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 5px;
}

.dropdown-search dd ul li a {
    padding: 5px;
    display: block;
    font-size: 12px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid green;
    -webkit-text-fill-color: green;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.dropdown-search dd ul li a:hover {
    background-color: #fff;
}

/* Enquiry Forms */

.page-form-enquiry .cust-modal-title {
    margin: 0 0 0 auto;
    font-family: "Open Sans", sans-serif; }

.page-form-enquiry .modal-header {
    background: #004684;
    color: #fff; }

.page-form-enquiry .modal-body {
    background: #ecebf1; }

.page-form-enquiry .close {
    color: #fff; }

.page-form-enquiry .form-group span {
    color: red; }

.page-form-enquiry .form-control {
    color: #666666;
    border: 1px solid #aaaaaa; }

.page-form-enquiry label {
    margin-bottom: .2rem;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase; }

.page-form-enquiry .fa-cust {
    margin-right: 0; }

.page-form-enquiry .btn-enquire {
    background: #333333;
    color: white; }

@media (max-width: 767.98px) {
    .form-sm-hide {
        display: none; }
    .form-sm-show {
        display: block; } }

@media (min-width: 768px) {
    .form-sm-hide {
        display: block; }
    .form-sm-show {
        display: none; } }

/*--- Sidebar ---*/
.sidebar .form-container {
    padding: 1.5rem 1.5rem 4.5rem 1.5rem; }

.sidebar .section-title {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: .5px; }
.sidebar .section-title span {
    font-size: 1.5rem; }
.sidebar .section-title .fa-search {
    float: right;
    font-size: 84px;
    margin-top: -50px; }

.sidebar .section-content {
    padding-top: 20px;
    text-align: center; }
.sidebar .section-content .input-group .input-group-append .btn {
    width: auto; }
.sidebar .section-content .search-text {
    display: none; }
.sidebar .section-content .input-group .input-group-append .fa-search {
    float: none;
    margin: 0 5px; }

.search-mob .form-container {
    padding: 1.5rem 1.5rem 4.5rem 1.5rem; }

.search-mob .section-title {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: .5px; }
.search-mob .section-title span {
    font-size: 1.5rem; }
.search-mob .section-title .fa-search {
    float: right;
    font-size: 84px;
    margin-top: -50px; }

.search-mob .section-content {
    padding-top: 20px;
    text-align: center; }
.search-mob .section-content .input-group .input-group-append .btn {
    width: auto; }
.search-mob .section-content .search-text {
    display: none; }
.search-mob .section-content .input-group .input-group-append .fa-search {
    float: none;
    margin: 0 5px; }




/*--- Smart Search Tablet ---*/
@media (min-width: 768px) {
    .sidebar .form-container {
        padding: 1.5rem 1.5rem 4.5rem 1.5rem; }
    .sidebar .section-title {
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
        font-size: 1.6rem;
        line-height: 1;
        letter-spacing: .5px; }
    .sidebar .section-title span {
        font-size: 1.5rem; }
    .sidebar .section-title .fa-search {
        float: none;
        font-size: 50px;
        margin-top: 10px;
        margin-left: 50px; }
    .sidebar .section-content {
        padding-top: 0;
        text-align: center; }
    .sidebar .section-content .input-group .input-group-append .btn {
        width: auto; }
    .sidebar .section-content .search-text {
        display: none; }
    .sidebar .section-content .input-group .input-group-append .fa-search {
        float: none;
        margin: 0 5px; }
    .page-property .tooltip-inner {
        max-width: 200px; }
    .page-property .tooltip .tooltip-inner {
        text-align: left;
        border-radius: 0px;
        padding: .5rem .5rem .5rem;
        background-color: rgba(31, 37, 55, 0.7);
        margin-left: 62px; }
    .page-property .tooltip .arrow {
        left: 90px !important; } }

@media (max-width: 575.98px) {
    .sidebar .form-container {
        padding: 1.5rem 1.5rem 4.5rem 1.5rem; }
    .sidebar .section-title {
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
        font-size: 2rem;
        line-height: 1;
        letter-spacing: .5px; }
    .sidebar .section-title span {
        font-size: 1.5rem; }
    .sidebar .section-title .fa-search {
        float: right;
        font-size: 84px;
        margin-top: -50px; }
    .sidebar .section-content {
        padding-top: 20px;
        text-align: center; }
    .sidebar .section-content .input-group .input-group-append .btn {
        width: auto; }
    .sidebar .section-content .search-text {
        display: none; }
    .sidebar .section-content .input-group .input-group-append .fa-search {
        float: none;
        margin: 0 5px; } }

@media (min-width: 992px) {
    .sidebar .form-container {
        padding: 1.5rem 1.5rem 4.5rem 1.5rem; }
    .sidebar .section-title {
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
        font-size: 2rem;
        line-height: 1;
        letter-spacing: .5px; }
    .sidebar .section-title span {
        font-size: 1.5rem; }
    .sidebar .section-title .fa-search {
        float: right;
        font-size: 84px;
        margin-top: -50px; }
    .sidebar .section-content {
        padding-top: 20px;
        text-align: center; }
    .sidebar .section-content .input-group .input-group-append .btn {
        width: auto; }
    .sidebar .section-content .search-text {
        display: none; }
    .sidebar .section-content .input-group .input-group-append .fa-search {
        float: none;
        margin: 0 5px; }
    .page-property .tooltip-inner {
        max-width: 280px; }
    .page-property .tooltip .tooltip-inner {
        text-align: left;
        border-radius: 0px;
        padding: .5rem .5rem .5rem;
        background-color: rgba(31, 37, 55, 0.7);
        margin-left: 62px; }
    .page-property .tooltip .arrow {
        left: 90px !important; } }

/*--- Page About CSS ---*/
.feature-image {
    display: table;
    width: 100%; }

.feature-image-default {
    opacity: .7; }

.feature-image h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 3rem; }

.title-section {
    padding: 26px 0;
}

.mission-section {
    background-color: #333333;
    color: #ffffff;
    padding: 35px 0; }
.mission-section .page-about-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    font-weight: 700; }
.mission-section p {
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 2rem; }

.about-content p {
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 2rem; }

.jim-section {
    background: #f7f7f7; }
.jim-section p {
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 2rem; }
.jim-section .jim-name {
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center; }
.jim-section .img-jim {
    width: 75%; }

.jenman-section .jenman-p {
    font-size: 18px;
    line-height: 1.5; }

/*--- Page Team CSS ---*/
.team-content p {
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 2rem; }

.jenman-bg {
    background: #f7f7f7; }

.img-container {
    position: relative;
    width: 100%; }

.middle {
    background: rgba(0,70,132,0.7);
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    padding: 10px;
    width: 100%;
    height: 100%; }

.img-container:hover .middle {
    opacity: 1;
    cursor: pointer; }

.view-text {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    width: 100%;
    text-decoration: underline;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
.view-text a {
    color: #fff; }

.team-member .team-name {
    font-weight: 700;
    font-size: 1rem;
    text-align: left;
    width: 100%; }

/*--- Page Team CSS ---*/
.single-team-page p {
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 2rem; }

.single-team-heading {
    background: #004684;
    color: #fff; }
.single-team-heading .single-team-name {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 700; }
.single-team-heading .single-team-title {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 400; }

/*--- Page Testimonials CSS ---*/
p.testimonial-desc {
    font-weight: 700; }

p.load-more {
    font-weight: 700;
    color: #333;
    text-decoration: underline; }

.hovereffect {
    width: 100%;
    height: 74%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default; }

.hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1); }

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }

.hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6); }

.hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

.hovereffect a, .hovereffect p {
    color: #FFF;
    padding: 4.3em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.container-testimonials{
    padding: 0;
}

/*--- Generic CSS ---*/
.page-heading-title {
    display: table;
    width: 100%;
    background: #333;
    opacity: .7 }
.page-heading-title h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 3rem; }

.page-title-section {
    padding: 26px 0; }

/*--- Sell CSS ---*/
.sell-title-section {
    padding: 200px 0;
    color: #fff;
    position: relative; }
@media (max-width: 1199.98px) {
    .sell-title-section {
        padding: 100px 0; } }
@media (max-width: 991.98px) {
    .sell-title-section {
        padding: 50px 0; } }
.sell-title-section h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 3rem;
    margin-bottom: 2rem; }
@media (max-width: 991.98px) {
    .sell-title-section h1 {
        font-size: 2rem;
        margin-bottom: 1rem; } }
.sell-title-section p {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 2rem; }
.sell-title-section .sell-content {
    width: 50%;
    margin: 0 auto; }
@media (max-width: 991.98px) {
    .sell-title-section .sell-content {
        width: 100%; } }
.sell-title-section .btn-sell {
    padding: 10px 50px;
    text-transform: uppercase; }

.sell-section {background: #f7f7f7;}

.sell-section .sell-content-item {
    width: 33.3333333333%; }
@media (max-width: 767.98px) {
    .sell-section .sell-content-item {
        width: 100%; } }

.sell-section .sell-content-item-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333333;
}

.sell-section .sell-content-item p {
    color: #333333;
    font-weight: 400;
}

/*--- Modal Css ---*/
.property-form-enquiry .cust-modal-title {
    margin: 0 0 0 auto;
    font-family: "Open Sans", sans-serif; }

.property-form-enquiry .modal-header {
    background: #004684;
    color: #fff; }

.property-form-enquiry .modal-body {
    background: #ecebf1; }

.property-form-enquiry .close {
    color: #fff; }

.property-form-enquiry .form-group span {
    color: red; }

.property-form-enquiry .form-control {
    background: #ecebf1;
    color: #666666;
    border: 1px solid #aaaaaa; }

.property-form-enquiry label {
    margin-bottom: .2rem;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase; }

.property-form-enquiry .btn-enquire {
    background: #333333;
    color: white; }

.very-best-ways .cust-modal-title {
    margin: 0 0 0 auto;
    font-family: "Open Sans", sans-serif; }

.very-best-ways .modal-header {
    background: #004684;
    color: #fff;
}

.very-best-ways .modal-body {
    background: #ecebf1; }

.very-best-ways .close {
    color: #fff; }

.very-best-ways .form-group span {
    color: red; }

.very-best-ways .form-control {
    background: #ecebf1;
    color: #666666;
    border: 1px solid #aaaaaa; }

.very-best-ways label {
    margin-bottom: .2rem;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase; }

.very-best-ways .btn-enquire {
    background: #333333;
    color: white; }

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
    color: #fff;
    border: none; }

/*--- Show Hide ---*/
@media (max-width: 767.98px) {
    .content-sm-hide {
        display: none; }
    .content-sm-show {
        display: block; } }

@media (min-width: 768px) {
    .content-sm-hide {
        display: block; }
    .content-sm-show {
        display: none; } }


/*--- Custom Override CSS ---*/

/* input#gform_submit_button_1 {
margin: 0 auto;
text-align: center;
background: #333333;
color: #fff;
border: 1px solid transparent;

font-size: 1rem;
text-transform: uppercase;
display: block !important;
cursor: pointer;
border-radius: .25rem;
} */

.gform_wrapper .gform_footer {
    text-align: center;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    background: #004684;
    color: #fff;
    border: 1px solid transparent;
    text-transform: uppercase;
    cursor: pointer;
    padding: 14px;
    font-weight: 700;
    width: 180px;
}

.read-more {
    font-weight: 700;
    text-decoration: underline;
    color: #fff;
}
.read-more:hover {
    font-weight: 700;
    text-decoration: underline;
    color: #fff;
}

.link-load-more, .go-back-search {
    color: #004684;
    display: inline-block;
    border: 2px solid #004684;
    padding: 14px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
}

.link-load-more:hover {
    color: #004684;
    background-color: #eee;
}

.single-post .content ul li {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.home .carousel.fade {
    opacity: 1;
}

@media (max-width: 1199.98px) { 
    .home .carousel-item img {
        height: 100vh !important;
    }
}

@media (max-width: 991.98px) { 
    .home .carousel-item img {
        height: auto !important;
    }
}

.home .carousel.fade .carousel-item {
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
}

.home .carousel.fade .carousel-item:first-child {
    top: auto;
    position: relative;
}

.home .carousel.fade .carousel-item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    z-index: 2;
}

.home .carousel-control-next,
.home .carousel-control-prev {
    z-index: 10;
}

/* 
* menu navigation rules
*/

.with-dropdown{
    position: relative;
    /*    margin-right: 5px;*/
}

.with-dropdown > a{
    display: inline-block;
}

.with-dropdown > .icon-arrow{
    color: #fff;
}

.mobile-menu-wrap .with-dropdown:hover .sub-menu{
    display: none;
}


.home .btn-outline-light.focus, .home .btn-outline-light:focus {
    box-shadow: none;
    color: #fff;
}

.single-post .content p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.with-underline{
    text-decoration: underline;
}


@media (min-width: 992px) { 
    /*.property-item__image {*/
    /*    max-width: 350px;*/
    /*    max-height: 262px;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*}*/
}


@media (max-width: 991.98px) { 
    .img-testimonial {
        max-width: 390px;
        max-height: 221px;
        width: 100%;
        height: 100%;
    }
    .hovereffect a, .hovereffect p {
        padding: 3em 0;
    }

}

@media (max-width: 767.98px) {
    .property-item__image {
        max-width: 100%;
    }
    .img-testimonial {
        max-width: 100%;
        max-height: 100%;
    }
    .hovereffect a, .hovereffect p {
        padding: 5.5em 0;
    }
    .post-type-archive-property .sidebar-vip-buyer-section {
        display: none;
    }

}


@media (max-width: 575.98px) {
    .img-testimonial {
        max-width: 100%;
        max-height: 100%;
    }
    .hovereffect a, .hovereffect p {
        padding: 4.3em 0;
    }
}

/*** Wistia CSS rules ***/
@media (min-width: 991.98px) { 
    .wistia_embed_player_wrapper {
        width: 800px;
        height: 450px;
    }
}

@media (max-width: 991.98px) { 
    .wistia_embed_player_wrapper {
        width: 740px;
        height: 416px;
    }
}

@media (max-width: 767.98px) { 
    .wistia_embed_player_wrapper {
        width: 380px;
        height: 230px;
    }
}

@media (max-width: 320px) { 
    .wistia_embed_player_wrapper {
        width: 250px;
        height: 200px;
    }
}

/* Vimeo integration CSS */

.ryv-popup-wrapper{position:fixed;width:100%;height:100%;display:none;top:0;left:0;background:rgba(0,0,0,0.88);z-index:8888888}.ryv-popup-video{display:none;z-index:8888889;width:80% !important;max-width:1200px !important;height:auto;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.ryv-popup-close{background-image:url(../img/ryv-popup-close.png);background-size:20px auto;background-repeat:no-repeat;background-position:center center;position:absolute;right:0;top:0;height:80px;text-align:center;width:80px;cursor:pointer;z-index:9999999;-moz-transition:opacity 0.25s;-o-transition:opacity 0.25s;-webkit-transition:opacity 0.25s;transition:opacity 0.25s}.ryv-popup-close:hover{opacity:.5}.ryv-popup{cursor:pointer}

/* Review pop up */

.ryv-review-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 8888888
}

.ryv-review-content {
    display: none;
    z-index: 8888889;
    width: 60% !important;
    max-width: 1200px !important;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 140px 0;
    background: rgba(15, 41, 60, 0.85);
}

.ryv-review-form {
    display: none;
    z-index: 8888889;
    width: 40% !important;
    max-width: 1200px !important;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* padding: 35px 35px; */
    background: rgba(15, 41, 60, 0.85);
}

.ryv-review-form-headline {
    background: rgba(12, 134, 242, 1);
    padding: 15px 35px;
    color: #fff;
    font-size: 1.2rem;
}

#respond {
    padding: 15px 35px 45px;
    background: #fff;
}

.respond-txt {
    font-size: .9rem;
    color: rgba(160, 160, 159, 1);
    margin-bottom: 10px;
}


#respond input.form-control, #respond textarea {
    border-bottom: 1px solid rgba(160, 160, 159, 1)
}

.ryv-review-close, .ryv-inner-pop-close {
    background-image: url(../img/ryv-popup-close.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 0;
    height: 80px;
    text-align: center;
    width: 80px;
    cursor: pointer;
    z-index: 9999999;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s
}

.revier-headline p {
    color: #fff;
    font-size: 2.5rem;
}

.ryv-inner-pop:hover {
    cursor: pointer;
}

a.ryv-review.btn.btn-outline-primary.btn-norm {
    color: #fff;
}


.d-flex.justify-content-center p {
    color: #fff;
    text-align: center;
    margin-top: 25px;
    font-size: 1.3rem;
}

.ryv-review-close:hover {
    opacity: .5
}

@media (max-width: 767.98px) { 

    .ryv-review-content {
        width: 90% !important;
    }
    .ryv-review-form {
        width: 90% !important;
    }
    .respond-txt {
        font-size: .6rem;
    }
}

/* Spinner */

.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;

    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor:progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-small.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}

/* Inspection Time Table */
.inspection-time {
    padding: 15px;
    background: #eee;
    border-radius: 4px;
    float: right;
    margin-left: 10px;
}

.inspection-time h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    border-bottom: 2px solid #ddd;
    padding: 0 10px 10px;
    color: #004684;
}

.inspection-time ul {
    margin-bottom: 0;
    -webkit-padding-start: 0;
    list-style-type: none;
    font-size: 14px;
    line-height: 40px;
}

.inspection-time ul li {
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
}

.hero-section {
    background: url(https://drummondrealestate.com.au/wp-content/uploads/2018/05/hero-banner.jpg) no-repeat top center;
    background-size: cover;
    min-height: 300px; }
.hero-section__form {
    background: #ecefec; 
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.75);
}

.hero-section-refer {
    background: url(https://drummondrealestate.com.au/wp-content/uploads/2018/07/refer-bg.jpg) no-repeat top center;
    background-size: cover;
    line-height: 2;
    min-height: 300px; }
.hero-section__form {
    background: #ecefec; 
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.75);
}

.hero-section__headline {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: left;
}

@media (max-width: 767.98px) { 
    .hero-section__headline {
        text-align: center;
        font-size: 3rem;
    }
}

.hero-section__headline span {
    font-style: italic; }
.hero-section p {
    color: #fff;
    font-weight: 300;
    line-height: 2;
    margin-top: 30px;
    font-size: 1.4rem !important }

.you-get {
    margin-top: -380px;
    background: #fff;
    z-index: 1;
}

@media (max-width: 600px) { 
    .you-get {
        margin-top: 0px;
    }
}

.section-testimonial {
    background: #f7f7f7;
}

.section-map {
    padding: 0;
    margin-bottom: -5px;
}

.book-dload__headline {
    font-weight: 700;
    font-size: 1.5rem !important;
    color: white;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#ajax-load-more .alm-listing .alm-paging-content>li, 
#ajax-load-more .alm-listing .alm-reveal>li, 
#ajax-load-more .alm-listing>li {
    margin: 0; 
    padding: 0;  
}

#ajax-load-more .alm-listing .property-description .property-title {
    font-size: 1.5rem;
}

#ajax-load-more .alm-listing .property-description .property-title a {
    font-size: 1.5rem;
    text-decoration: none;
}

.fixed-header {
    position: fixed;
    z-index: 5;
    top: 0;
    width: 100%;
}

.main,
.exclusive-houses {
    margin-top: 129px;
}

@media (max-width: 993px) {
    .main,
    .exclusive-houses {
        margin-top: 76px;
    }
}

.testimonial-form {
    width: 100%;
    padding: 0 15px 40px;
}

.testimonial-form .default-form {
    background-color: #f7f7f7;
}

.testimonial-form input,
.testimonial-form textarea {
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ddd;
}

.testimonial-form .button {
    color: #fff;
    font-weight: 700;
    padding: 9px 20px;
    background-color: #fca931;
    border: none;
    transition: .3 ease;
}

.testimonial-form button:hover,
.testimonial-form button:active,
.testimonial-form button:focus {
    background-color: #e89a29;
}

.testimonial-form-title {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
    color: #004684;
}

h3.testimonial-form-title {
    font-size: 18px;
    color: #111;
}

.testimonial-form-wrap {
    padding-top: 40px;
    text-align: center;
    margin-bottom: 80px;
}

.border-top-container {
    border-top: 20px solid #eeeeee;
}

.testimonial-heading {
    font-weight: 700;
    color: #004684;
}

.google-review,
.facebook-review {
    max-width: 300px;
    margin: 35px auto;
}

.facebook-review {
    margin-top: 85px;
}

.testimonial-landing .testimonial-form-wrap {
    padding-top: 80px;
    margin-bottom: 100px;
}

.testimonial-landing .facebook-review {
    margin-top: 155px;
}

.testimonial-form .required-notice {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
}

.testimonial-form-landing .gform_wrapper {
    padding: 0 20px 40px;
    background-color: #f7f7f7;
}

.testimonial-form-landing .gform_wrapper .top_label .gfield_label, 
.testimonial-form-landing .gform_wrapper legend.gfield_label {
    font-size: 14px;
}

.testimonial-form-landing .gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-form-landing .gform_wrapper ul li.gfield {
    flex-basis: 100%;
    margin-bottom: 20px;
}

.testimonial-form-landing .gform_wrapper ul li.field-left,
.testimonial-form-landing .gform_wrapper ul li.field-right {
    flex-basis: 50%;
}

.testimonial-form-landing .gform_wrapper .top_label input.medium, 
.testimonial-form-landing .gform_wrapper .top_label select.medium {
    width: calc(100% - 8px);
}

.testimonial-form-landing .gform_wrapper .top_label input.large.datepicker, 
.testimonial-form-landing .gform_wrapper .top_label input.medium.datepicker, 
.testimonial-form-landing .gform_wrapper .top_label input.small.datepicker {
    width: 100%;
}

.testimonial-form-landing .gform_wrapper input,
.testimonial-form-landing .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
.testimonial-form-landing .gform_wrapper textarea.medium {
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 10px;
}

.testimonial-form-landing .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 14px;
    font-family: inherit;
    padding: 10px;
    letter-spacing: normal;
}

.lSSlideOuter .lSPager.lSpg>li a {
    z-index: 1 !important;
}

.reviews-section .grw-slider .grw-slider-prev, .grw-slider .grw-slider-next {
    z-index: 1!important;
}