html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Mulish', sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #ececec;
}

a:hover {
    text-decoration: none;
}

.container {
    max-width: 1220px;
}

.main-navbar {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.main-navbar .navbar-brand {
    width: 180px;
}

.navbar-nav .nav-item {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.main-navbar .nav-link {
    color: #fff;
}

.pg-default {
    padding-top: 170px;
}

.home-banner {
    width: 100%;
    height: 100%;
    background: #000;
    position: relative;
}

.home-banner video,
.home-banner img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: 0;
}

.home-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}

.home-banner .home-banner-search-area {
    margin-top: 33%;
}

.home-banner .home-banner-search-area .nav-tabs {
    padding: 0;
    margin-bottom: 4px;
    border: none;
}

.home-banner .home-banner-search-area .nav-tabs .nav-link {
    padding: 12px 25px;
    background: #282828;
    color: #fff;
    margin-left: 4px;
    font-size: 16px;
    list-style: none;
    font-weight: 500;
    cursor: pointer;
    border: none;
}

.home-banner .home-banner-search-area .nav-tabs .nav-link:hover,
.home-banner .home-banner-search-area .nav-tabs .nav-link.active {
    background: #faef7c;
    color: #000;
    transition: .4s;
}

.home-banner .home-banner-search-area ul li:first-child {
    margin-left: 0;
}

.home-banner .home-banner-search-area form {
    background: #282828;
    display: block;
    width: 100%;
    padding: 14px;
    border: 2px solid #faef7c;
}

.home-banner .home-banner-search-area form .form-control {
    background: #282828;
    color: #fff;
    border: none;
}

.home-banner .home-banner-search-area form .form-control::placeholder {
    color: #fff;
}

.home-banner .home-banner-search-area form button {
    display: block;
    width: 100%;
    font-weight: bold;
    background: #faef7c;
}

.home-cities {
    margin-top: 50px;
}

.home-cities h2 {
    font-weight: bold;
    text-align: center;
    font-size: 34px;
    font-family: 'Roboto Slab', sans-serif;
    margin-bottom: 50px;
}

.home-cities .item {
    display: block;
    background-position: center;
    background-size: cover;
    height: 300px;
    border: 1px solid #fff;
    text-align: center;
    position: relative;
    color: #fff;
}

.home-cities .item .overlay {
    padding: 130px 50px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    font-size: 24px;
}

.home-cities .item .overlay:hover {
    background: rgba(0, 0, 0, .9);
    color: #e0a800;
}

.pg-search .total-records {
    font-size: 15px;
    color: #222;
    margin-bottom: 5px;
}

.pg-search h1,
.about-page h1 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 30px;
}

.img-about-us img {
    max-width: 100%;
}

.pg-search .single-realty {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #fff;
    width: 100%;
}

.pg-search .single-realty img {
    border-radius: 10px 0 0 10px;
    height: 300px !important;
    width: 100% !important;
    object-fit: cover;
}

.pg-search .single-realty .content {
    padding: 30px;
}

.pg-search .single-realty .content .address,
.pg-search .single-realty .content .city {
    color: rgb(42, 42, 47);
    font-size: 14px;
    margin-bottom: 3px;
}

.pg-search .single-realty .content .title {
    color: rgba(42, 42, 47, 0.584);
    font-size: 14px;
    font-weight: bold;
    margin-top: 40px;
}

.pg-search .single-realty .content ul {
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
}

.pg-search .single-realty .content ul li {
    list-style: none;
    margin-left: 10px;
    padding: 7px;
    background: #ebebeb;
    font-size: 12px;
    min-width: 50px;
    text-align: center;
    border-radius: 20px;
}

.pg-search .single-realty .content ul li:first-child {
    margin-left: 0;
}

.pg-search .single-realty .content .price {
    font-weight: bold;
    font-size: 19px;
    text-align: right;
    margin-top: 30px;
}

.sidebar-listing-search {
    padding: 14px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 40px;
}

.sidebar-listing-search button {
    background-color: #faef7c;
    color: #000;
}

.main-footer {
    margin-top: 30px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.main-footer .overlay {
    background: rgba(0, 0, 0, .6);
    padding-top: 110px;
    padding-bottom: 110px;
}

.main-footer h4 {
    font-size: 19px;
    color: #fff;
    margin-bottom: 15px;
}

.main-footer ul {
    padding: 0;
    margin: 0;
}

.main-footer ul li {
    list-style: none;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.main-footer ul li,
.main-footer ul li a {
    color: #fff;
}

.main-footer p {
    color: #fff;
    margin-bottom: 0;
}

.gallery-listing {
    float: left;
    width: 100%;
    margin-top: 130px;
}

.gallery-listing .item {
    float: left;
    width: 25%;
    height: 290px;
    border: 1px solid #000;
    display: none;
}

.gallery-listing .item:nth-child(1),
.gallery-listing .item:nth-child(2),
.gallery-listing .item:nth-child(3),
.gallery-listing .item:nth-child(4),
.gallery-listing .item:nth-child(5),
.gallery-listing .item:nth-child(6),
.gallery-listing .item:nth-child(7) {
    display: block;
}

.gallery-listing .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-listing .item.active {
    float: left;
    height: 580px;
}


.single-listing .price {
    font-weight: bold;
    margin: 0;
    text-align: right;
    font-size: 24px;
}

.single-listing .price-condominium {
    font-weight: bold;
    text-align: right;
    margin: 0;
}

.single-listing .form-contact {
    background-color: #fff;
    padding: 30px 25px;
}

.single-listing .form-contact p {
    font-weight: bold;
    text-align: center;
}

.single-listing .form-contact .form-control,
.single-listing .form-contact .form-control:focus {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.single-listing .share-options {
    margin-top: 20px;
    background: #fff;

}

.contact-page {
    margin-top: 195px;
}

.about-page {
    margin-top: 145px;
}

.single-listing .share-options .title {
    background: #faef7c;
    padding: 14px;
    text-align: center;
    font-weight: bold;
    color: #000;
}

.single-listing .share-options .content {
    padding: 14px;
    text-align: center;
}

.single-listing .share-options .content ul {
    padding: 0;
    margin: 0;
}

.single-listing .share-options .content ul li {
    list-style: none;
    display: inline-block;
    padding: 5px;
}

.single-listing .share-options .content ul li a {
    background: #faef7c;
    width: 50px;
    height: 50px;
    display: block;
    padding: 5px;
    color: #000;
    text-decoration: none;
    font-size: 27px;
}

.listing-item-headline-searchs {
    font-size: 25px;
    margin: 6px 0 0 0;
}

.single-broker {
    background: #fff;
    margin-bottom: 40px;
    float: left;
}

.single-broker .single-broker-header {
    background-color: #dedede;
    padding: 10px 25px;
    border: 1px solid #ccc;
    border-bottom: none;
    float: left;
    width: 100%;
}

.single-broker .single-broker-header h5 {
    margin-bottom: 0;
    font-size: 18px;
    color: #717171;
}

.single-broker .single-broker-header p {
    margin: 0;
    font-size: 13px;
    color: #717171;
}

.single-broker .content {
    padding: 20px;
    float: left;
    width: 100%;
}

.single-broker .content .image {
    float: left;
    width: 30%;
}

.single-broker .content .image img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.single-broker .content .info {
    width: 70%;
    float: left;
    line-height: 19px;
    text-align: center;
}

.single-broker .content .info p {
    font-size: 21px;
    margin-bottom: 0;
}

.single-broker .content .info span {
    color: #348620;
    font-size: 13px;
}

.single-broker .content .info .cellphone {
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-top: 6px;
    background: #25D366;
    padding: 5px 10px;
    border-radius: 30px;
    color: #fff;
}

.single-broker .content .info .cellphone:hover {
    background: #075E54;
    text-decoration: none;
    transition: .3s;
}

.form-contact {
    background-color: #ebebeb;
    padding: 30px 15px;
}

.form-contact p {
    font-weight: bold;
    text-align: center;
}

.form-contact .form-control,
.form-contact .form-control:focus {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.share-options {
    margin-top: 20px;
    background: #fff;
}

.share-options .title {
    background: #008133;
    padding: 14px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.share-options .content {
    padding: 14px;
    text-align: center;
}

.share-options .content ul {
    padding: 0;
    margin: 0;
}

.share-options .content ul li {
    list-style: none;
    display: inline-block;
    padding: 5px;
}

.share-options .content ul li a {
    background: #008133;
    width: 50px;
    height: 50px;
    display: block;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 27px;
}

.pg-realty h1 {
    font-size: 25px;
    margin: 6px 0 0 0;
}

.pg-realty .price {
    font-weight: bold;
    margin: 0;
    text-align: right;
}

.block-features-property {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px 20px;
}

.block-features-property header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
}

.block-features-property header h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.block-features-property ul {
    margin: 0;
    padding: 0;
}

.block-features-property ul li {
    float: left;
    width: 45.33%;
    font-weight: 400;
    list-style: none;
    font-size: 14px;
    margin: 4px 0;
}

.block-features-property ul li:before {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    top: -1px;
    position: relative;
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 15px;
    background-color: #faef7c;
    border: 2px solid transparent;
    transition: border-color 0s;
    border-radius: 2px;
}

.back-to-listings {
    height: 60px;
    width: 60px;
    background-color: #000;
    color: #faef7c;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 12px 10px;
    transition: all 0.2s;
    font-size: 25px;
}

.back-to-listings:hover {
    color: #000;
    background: #faef7c;
}

.footer-mestre {
    background: #282828;
    padding: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.footer-mestre a {
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .contact-page {
        margin-top: 150px;
    }

    .block-features-property ul li {
        float: left;
        width: 48.33%;
        font-weight: 400;
        list-style: none;
        font-size: 9px;
        margin: 4px 0;
    }

    .main-navbar .navbar-brand {
        width: 150px;
    }

    .home-banner .overlay {
        background: rgba(0, 0, 0, .4);
    }

    .home-banner video {
        display: none;
    }

    .home-banner .home-banner-search-area {
        margin-top: 50%;
    }

    .home-banner .home-banner-search-area ul li {
        padding: 8px 20px;
        font-weight: 500;
        font-size: 12px;
    }

    .home-banner .home-banner-search-area form .form-control {
        font-size: 13px;
    }

    .pg-search .single-realty:hover {
        background: #fff;
    }

    .pg-search .single-realty .content {
        text-align: center;
    }

    .pg-search .single-realty .content ul {
        display: block;
    }

    .pg-search .single-realty .content ul li {
        min-width: auto;
        font-size: 10px;
        margin: 3px 0;
    }

    .pg-search .single-realty img {
        border-radius: 10px 10px 0 0;
    }

    .pg-search .single-realty .content .title {
        margin-top: 10px;
    }

    .pg-search .single-realty .content .price {
        text-align: center;
        margin-top: 12px;
    }

    .gallery-listing .item,
    .gallery-listing .item.active {
        height: auto;
        display: block;
        width: 100%;
        padding: 5px;
        border: none;
    }


}