﻿/*.page-content {
    background: #FFF !important;
    padding: 15px 0;
}*/
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
}

body {
    font-size: 15px;
}

.page-header .page-header-menu {
    background: #5c6f7c;
}

    .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a,
    .page-header
    .page-header-menu
    .hor-menu.hor-menu-light
    .navbar-nav > li > a > i {
        color: #fff;
    }

.btn-round-lg {
    border-radius: 22.5px !important;
}

.btn-round {
    border-radius: 17px !important;
}

.btn-round-sm {
    border-radius: 15px !important;
}

.btn-round-xs {
    border-radius: 11px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.loaderContainer {
    margin-left: 45%;
    margin-top: 25%;
    margin-bottom: 25%;
}

.loader {
    border: 5px solid #ddd;
    border-radius: 50% !important;
    border-top: 5px solid #3498db;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.borderShadow {
    -webkit-box-shadow: 1px 1px 1px 1px #ddd; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 1px 1px 1px 1px #ddd; /* Firefox 3.5 - 3.6 */
    box-shadow: 1px 1px 1px 1px #ddd; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    border: 1px solid #ddd;
}

/*30-09-2020*/
img {
    max-width: 100%;
}

input:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

a,
button,
.list-img img {
    transition: all 0.4s;
}

header .navbar {
    min-height: auto;
    margin-bottom: 0;
}

.navbar-brand {
    max-width: 120px;
    padding: 0;
    height: auto;
}

.collapse.navbar-collapse {
    justify-content: flex-end;
}

.login-wrap {
    order: 3;
    margin-left: 20px;
}

.navbar-nav a.nav-link {
    color: #000;
    font-size: 16px;
    margin: 0 10px;
}

    .navbar-nav a.nav-link:hover {
        color: #ff9600;
    }

.login-wrap > a {
    border: 1px solid #5e5e5e;
    border-radius: 4px !important;
    padding: 5px 12px;
    display: inline-block;
    color: #777;
    font-size: 15px;
    margin-left: 8px;
    text-decoration: none;
}

    .login-wrap > a:hover,
    .login-wrap a.signup,
    .btn.btn-primary {
        background-color: #ff9600;
        color: #fff;
        border-color: #ff9600;
    }

.top-baner {
    position: relative;
    /*overflow:hidden;*/
}

    .top-baner .owl-item .item {
        height: 550px;
    }

        .top-baner .owl-item .item > img {
            height: 100%;
            object-fit: cover;
        }

.baner-content {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

    .baner-content > div {
        padding: 0 1em;
    }

    .baner-content h2 {
        color: #fff;
        text-align: center;
        font-size: 62px;
        margin: 0 0 5px;
        font-weight: bolder;
    }

    .baner-content p {
        color: #fff;
        text-align: center;
        font-size: 16px;
    }

    .baner-content form {
        max-width: 670px;
        margin: 0 auto;
        position: relative;
    }

    .baner-content .btn {
        background-color: #ff9600;
        border-radius: 0;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        padding: 10px 5px;
        width: 110px;
        height: 45px;
        text-align: center;
    }

        .baner-content .btn:hover {
            background-color: #000;
        }

    .baner-content form input {
        width: calc(100% - 120px);
        margin-right: 10px;
        height: 45px;
        border: 0;
        padding: 0 10px 0 50px;
    }

    .baner-content form i {
        color: #625e5e;
        position: absolute;
        font-size: 20px;
        top: 13px;
        left: 15px;
    }

.middle-wraper {
    background-color: #fff;
    width: 80%;
    margin: auto;
}

.head-lg {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 8px;
}

.home-listing {
    display: flex;
    justify-content: space-between;
}

.home-listing-card {
    width: 100%;
    padding: 0 1em;
}

.middle-wraper h5 {
    color: #034158;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 10px;
}

.middle-wraper p {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #fa5446;
    padding-bottom: 10px;
}

.middle-wraper > div {
    margin: 5em 0;
}

.list-img {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.list-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1em !important;
}

    .list-content h4,
    .list-content h6 {
        color: #fff;
        font-weight: 600;
        font-size: 21px;
        margin: 8px 0 0;
        text-align: center;
    }

    .list-content h6 {
        font-size: 15px;
    }

    .list-content span {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

.home-listing a:hover .list-img > img {
    transform: scale(1.1);
}

.list-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1em !important;
}

.list-img span > img {
    width: 54px;
}

/* Latest Listing */
.latest-listing {
    text-align: center;
    color: #333;
}

    .latest-listing a,
    .destination-section a {
        text-decoration: none;
        color: #333;
    }

        .latest-listing a:hover,
        .destination-section a:hover {
            color: rgba(51, 51, 51, 0.5);
            text-decoration: none;
        }

    .latest-listing h2 {
        margin: 0.5em;
        font-weight: 600;
        font-size: 26px;
        text-transform: uppercase;
    }

    .latest-listing > p {
        font-size: 18px;
        margin: auto;
        border-bottom: 1px solid #fa5446;
        padding-bottom: 10px;
        margin-bottom: 2em;
    }

.listing-container {
    margin: auto;
}

.latest-listing img {
    width: 100%;
    height: 18em;
    object-fit: cover;
    border-radius: 1em !important;
}

    .latest-listing img:hover {
        transform: scale(1.05);
    }

.latest-listing-desc {
    text-align: left;
    margin-top: 0.5em;
}

    .latest-listing-desc a {
        display: block;
    }

        .latest-listing-desc a:first-child {
            font-weight: 600;
        }

        .latest-listing-desc a:nth-child(2) {
            color: rgba(51, 51, 51, 0.637);
        }

/* Popular Destination */
.destination-section {
    text-align: center;
    margin: auto;
}

    .destination-section h2 {
        padding: 0 0 1em 0;
        margin-bottom: 1em;
        text-transform: uppercase;
        border-bottom: 1px solid #fa5446;
    }

.destination-city {
    display: flex;
    align-items: center;
}

.destination-image {
    object-fit: cover;
    width: 100%;
    height: 10em;
    border-radius: 1em !important;
}

    .destination-image:hover {
        transform: scale(1.05);
    }

.destination-info a:first-child {
    font-weight: 600;
    display: block;
}

.destination-info a:nth-child(2) {
    font-size: 0.8em;
    color: rgba(51, 51, 51, 0.637);
}

.destination-info:hover {
    color: rgba(51, 51, 51, 0.637);
}

@media (max-width: 600px) {
    .latest-listing {
        margin-bottom: 1.5em;
    }

    .home-listing {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .home-listing-card {
        padding: 0;
    }
}

footer {
    background-color: #3e3c39;
    padding: 25px 0;
    color: #fff;
    margin: 5em 0 0 0;
}

    footer h5 {
        font-weight: 600;
        font-size: 16px;
    }

    footer p {
        font-weight: normal;
        font-size: 15px;
        margin: 0;
    }

.newsletter {
    border: 1px solid #fa5446;
}

    .newsletter input {
        background-color: #fff;
        border: 0;
        width: calc(100% - 100px);
        height: 45px;
        padding: 0 15px;
        color: #000;
        font-style: italic;
    }

    .newsletter .btn {
        background-color: #fa5446;
        border-radius: 0;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
        width: 100px;
        height: 45px;
    }

.social-media {
    justify-content: flex-end;
    margin-top: 15px;
}

    .social-media li a {
        width: 34px;
        height: 34px;
        display: inline-block;
        background-color: #000;
        border-radius: 50%;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 34px;
        margin: 0 5px;
    }

        .social-media li a:hover {
            background-color: #ff9600;
        }

/*--listing-page--*/
.page-content {
    padding-top: 20px;
}

#sortOrderRow {
    background-color: #fff;
    padding: 10px 15px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.property-list,
#bottomPager {
    background-color: #fff;
}

.property-list {
    margin-bottom: 20px;
}

    .property-list .tile-thumbnail {
        height: auto !important;
        width: 200px;
    }

        .property-list .tile-thumbnail a {
            display: block;
            height: 100%;
        }

        .property-list .tile-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .property-list .tile-title {
        width: calc(100% - 200px);
        padding: 20px 20px 10px 20px !important;
    }

.tile-desc {
    position: relative;
    border-bottom: 1px solid #f8d8ab;
    margin-bottom: 10px;
    padding-right: 70px;
}

    .tile-desc h4 {
        font-weight: 600;
        font-size: 16px;
    }

.price {
    position: absolute;
    top: 40px;
    right: 0;
    font-weight: 600;
    font-size: 16px;
}

    .price a,
    .desc-content a {
        color: #000;
    }

.desc-content p {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.desc-foter {
    border-top: 1px solid #f8d8ab;
    padding: 10px 0 0px;
    margin-top: 10px;
}

.home-card {
    border-radius: 1em !important;
}

.product-info h2 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
}

.product-info h3 {
    border-top: 1px solid #f8d8ab;
    border-bottom: 1px solid #f8d8ab;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 15px;
    padding: 10px 0;
}

.tabbable-line > .nav-tabs > li.active {
    border-bottom-color: #ff9600;
}

.portlet-body > h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}

.breadcrumb-item a {
    color: #000;
}

.product-title {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.info-block {
    padding: 15px 0;
}

    .info-block + .info-block {
        border-top: 1px solid #f8d49f;
    }

    .info-block h5 {
        font-size: 15px;
        font-weight: 600;
        text-align: left;
    }

        .info-block h5 span {
            font-size: 12px;
        }

    .info-block label {
        width: 100%;
    }

    .info-block p {
        margin-bottom: 5px;
    }

    .info-block a {
        color: #ff9600;
    }

#sync1 {
    padding-top: 15px;
}

#sync2 {
    padding: 10px 0;
    margin-bottom: 20px;
}

.portlet-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}

    .portlet-title .caption {
        font-size: 16px;
        color: #666;
    }

.portlet .form-control,
.portlet .btn {
    border-radius: 0;
    font-size: 14px;
}

.portlet-title .fa-chevron-down {
    position: absolute;
    right: 0;
    top: 5px;
    color: #b0b0b0;
}

.irs-from,
.irs-to,
.irs-single {
    background: #000 !important;
    border-radius: 0 !important;
}

span.irs-to {
    left: auto !important;
    right: -5px;
}

.portlet-body .form-group {
    margin-bottom: 0px;
    padding: 20px 0;
}

    .portlet-body .form-group + .form-group {
        border-top: 1px solid #eee;
    }

.font-green-meadow {
    color: #1bbc9b !important;
}

.font-blue {
    color: #3598dc !important;
}

.desc-foter > a {
    margin: 0 4px;
    font-size: 24px;
    text-decoration: none;
}

.location-dropdown {
    background-color: #fff;
    position: absolute;
    top: 100%;
    width: calc(100% - 120px);
    box-shadow: 0px 3px 3px 0px #ccc;
    /*  display:none;*/
}

.loc-lists {
    margin: 0;
    padding: 10px 20px;
}

    .loc-lists a {
        color: #000;
        display: inline-block;
        padding: 5px 0;
    }

.baner-content form input:focus + .location-dropdown {
    display: block;
}

/*--responsive--  .baner-content form input:focus + .location-dropdown{display:block;} */
@media (min-width: 767px) {
    header .collapse.navbar-collapse {
        display: flex !important;
    }
}

@media (max-width: 1199px) {
    /* .container {max-width:1200px;} */
    .list-content h4 {
        font-size: 20px;
    }

    .list-content h6 {
        font-size: 14px;
    }

    .baner-content h2 {
        font-size: 40px;
    }

    .baner-content p,
    .navbar-nav a.nav-link,
    .login-wrap > a {
        font-size: 16px;
    }

    .head-lg {
        font-size: 30px;
    }

    .top-baner .owl-item {
        height: auto;
    }

        .top-baner .owl-item .item {
            height: 300px;
        }

    .home-slider-wrap .owl-carousel .owl-item img {
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    header nav.navbar {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .home-slider-wrap .owl-carousel .owl-item img {
        min-height: 210px;
    }

    .navbar-toggler {
        position: absolute;
        padding: 0;
        width: 25px;
        height: 22px;
        line-height: 0px;
        right: 15px;
        top: 23px;
    }

    .navbar-toggler-icon {
        width: 100%;
        height: 2px;
        border: 2px solid #ff9600;
        transition: 0.3s;
    }

    .navbar-toggler::before,
    .navbar-toggler::after {
        content: "";
        width: 100%;
        height: 2px;
        border: 2px solid #ff9600;
        position: absolute;
        right: 0px;
        top: -2px;
        transition: 0.3s;
    }

    .navbar-toggler::after {
        top: auto;
        bottom: -2px;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"]::after {
        transform: rotate(-45deg);
        top: 8px;
    }

    .navbar-toggler[aria-expanded="true"]::before {
        transform: rotate(45deg);
        top: 8px;
    }

    .navbar-collapse {
        position: absolute;
        background-color: #fff;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 2;
        border-top: 1px solid #eee;
        box-shadow: 0px 1px 3px 0px #e1e1e1;
    }

    .navbar-brand {
        max-width: 100px;
    }

    nav.navbar {
        margin: 0 -15px;
    }

    ul.navbar-nav {
        padding: 15px 10px;
    }

    .login-wrap {
        margin: 0 40px 0 0;
    }

        .login-wrap > a {
            padding: 3px 8px;
            font-size: 15px;
        }

    .list-img {
        margin-bottom: 20px;
    }

    .home-listing {
        padding: 10px 0 0;
    }

    .middle-wraper {
        padding: 40px 0 30px;
    }

        .middle-wraper h5 {
            font-size: 18px;
        }

        .middle-wraper p,
        footer p {
            font-size: 15px;
        }

    .head-lg {
        font-size: 21px;
    }

    .baner-content h2 {
        font-size: 30px;
    }

    .baner-content .btn {
        height: 45px;
        padding: 10px 5px;
    }

    .baner-content form input {
        height: 45px;
    }

    .baner-content form i {
        font-size: 18px;
        top: 15px;
    }

    footer {
        padding: 25px 0;
        text-align: center;
    }

    .social-media {
        justify-content: center;
        margin-top: 20px;
    }

    .newsletter {
        margin-top: 15px;
    }

        .newsletter .btn,
        .newsletter input {
            height: 40px;
            font-size: 16px;
        }

    .product-info {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .property-list .tile-thumbnail {
        height: 200px !important;
        margin: 15px auto 10px;
    }

    .property-list .tile-title {
        width: 100%;
    }
}

.breadcrumbCustom {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    padding: 0.75rem 1rem !important;
    margin-bottom: 1rem !important;
    list-style: none !important;
    background-color: #e9ecef !important;
    border-radius: 0.25rem !important;
}

.siteButtonColor {
    background-color: #ff9600 !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
