/*====================================================================================*/
/* TABLE OF CONTENTS
/*====================================================================================*/
/* 01 RESET 
/* 02 GLOBAL SETTINGS
/* 03 HEADER 
/* 04 SUBHEADER
/* 05 FILTER
/* 06 PROPERTIES
/* 07 AGENTS
/* 08 BLOG
/* 09 MEMBERS
/* 10 MISC MODULES
/* 11 FOOTER

/*====================================================================================*/
/* 01 RESET
/*====================================================================================*/
:root {
    --primaryColorLight: rgba(232, 121, 47, 0.3);
    --primaryColor: #BA8E51;
    --primaryColorHover: #ba8e51;
    --white: #ffffff;
    --secondaryColor: #26292D;
    --secondaryColorHover: #656872;
    --color3: #4c5674;
}

@font-face {
    font-family: ''Alexandria', sans-serif';
    src: url('/fonts/'Alexandria', sans-serif.ttf') format('truetype');
}

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Alexandria', sans-serif;
}
/*
body {
    font-family: 'Alexandria', sans-serif;
}*/

h1, h2, h3, h4, h5 {
    margin-top: 0px;
    font-family: 'Alexandria', sans-serif;
}

ul, ul li {
    list-style: none;
}


/*====================================================================================*/
/* 02 GLOBAL SETTINGS
/*====================================================================================*/

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Alexandria', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #464646;
    width: 100%;
    height: 100%;
    background: #F5f5f6;
    overflow-x: hidden
}

.container {
    position: relative;
}

.module {
    position: relative;
    padding:1% 14% ;
}
@media screen and (max-width: 1199px) {
    .module {
        padding: unset;
    }
}
    .module.no-padding {
        padding: 0;
    }

    .module.no-padding-top {
        padding-top: 0;
    }

    .module.no-padding-bottom {
        padding-bottom: 0;
    }

.module-header {
    /*margin-bottom: 50px;*/
    text-align: center;
}

    .module-header h2 {
        font-weight: 300;
        font-size: 40px;
        /*margin-bottom: 15px;*/
    }

    .module-header img {
        margin-bottom: 15px;
    }

    .module-header p {
        font-size: 16px;
        margin: 0 auto;
        width: 60%;
    }

/*.viewMap div {
    position: relative;
    left: 10px;
    bottom: 25px;
}*/

.viewMap img {
    
    border-radius: .3em;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.contactIco {
    margin-right: 15px;
}

.contactLogo {
    margin-left: 30px;
}

/* page & post content */
.content p {
    line-height: 1.8;
    margin-bottom: 27px;
}

.content ul li {
    list-style-type: disc;
    margin-left: 20px;
}

    .content ul li ul {
        margin-left: 20px;
    }

        .content ul li ul li {
            list-style-type: circle;
        }

.content ol {
    margin-left: 15px;
}

.content .quote {
    padding: 5%;
    border-left: 2px solid #59aee9;
    background: #e7eef4;
    font-size: 17px;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.show-none {
    display: none;
}

.divider {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-top: 20px;
}

.divider-fade {
    width: 100%;
    height: 70px;
    position: absolute;
    border-radius: 25px 4px 4px 4px;
    opacity: 0.1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0) 72%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.28) 0%,rgba(0,0,0,0) 72%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.28) 0%,rgba(0,0,0,0) 72%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.full-width-image {
    width: 230px;
    height: 220px;
   
}
/* typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Alexandria', sans-serif;
    color: #BA8E51;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

a {
    color: var(--primaryColor);
    outline: 0 !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    a:hover {
        color: var(--primaryColorHover);
        text-decoration: none;
    }

.shadow-hover {
    transition: all 0.4s linear;
}
.homeFeaturesCards .col-lg-3 {
    transition: all 0.4s linear;
}
.homeFeaturesCards .col-lg-3:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}

.icon {
    margin-right: 4px;
}

/* BUTTONS */
.button, input[type="submit"] {
    font-family: 'Alexandria', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 35px 10px 35px;
    color: white;
    border-radius: 3px;
    border: none;
    background-color: var(--primaryColor);
    display: inline-block;
    width: auto;
    cursor: pointer;
    transition: all 0.2s linear;
}

button[type="submit"] {
    font-family: 'Alexandria', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: white;
    border-radius: 3px;
    border: none;
    background-color: #BA8E51;
    display: inline-block;
    width: auto;
    cursor: pointer;
    transition: all 0.2s linear;
    /*width: 75px !important;*/
    /*float: right;*/
}

    .button:hover, input[type="submit"]:hover, button[type="submit"]:hover, .button.grey:hover {
        color: white;
        text-decoration: none;
        background-color: var(--primaryColorHover);
    }
.button.grey:hover {
    background-color: #26292d;
}
.button.alt {
    background-color: var(--primaryColor);
}

    .button.alt:hover {
        background-color: var(--primaryColorHover);
    }

.button.small {
    padding: 6px 23px 6px 23px;
    font-size: 12px;
}

.button.large {
    padding: 12px 45px 12px 45px;
    font-size: 17px;
}

.button.grey {
    cursor: pointer;
    /*width: 50%;*/
    margin: 10px 25%;
    color: #000;
    border-radius:50%;
}

.button-icon {
    position: relative;
    padding-left: 56px;
    padding-right: 25px;
}

    .button-icon.small {
        padding-left: 38px;
        padding-right: 15px;
    }

    .button-icon.large {
        padding-left: 70px;
        padding-right: 35px;
    }

    .button-icon .fa {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 2px;
        height: 100%;
        width: 38px;
        text-align: center;
        padding-top: 13px;
        font-size: 13px;
    }

    .button-icon.small .fa {
        padding-top: 8px;
        width: 27px;
    }

    .button-icon.large .fa {
        padding-top: 15px;
        font-size: 16px;
        width: 45px;
    }

/** PAGINATION **/
.pagination {
    width: 100%;
}

    .pagination ul li {
        list-style: none;
        padding-left: 4px;
        padding-right: 4px;
        display: inline-block;
    }

        .pagination ul li.current a {
            background: var(--secondaryColor);
            color: white;
        }

    .pagination .button {
        padding: 10px 15px;
        margin: 5px 0;
    }
/*.open-hours {
    color: #ba8e51;
}*/
/** FORM ELEMENTS **/
input, textarea, select {
    width: 100%;
    padding: 9px;
    margin-bottom: 20px;
    border-radius: 3px;
    border: none;
    font-weight: 300;
    /*font-family: 'Alexandria', sans-serif !important;*/
    /*background:white;*/
}

    input[type="file"] {
        /*background:white;*/
        border: none;
        padding: 5px 0px 5px 0px;
        width: auto;
        display: inline-block;
    }

.chosen-container {
    margin-bottom: 20px;
    width: 100% !important;
}

    .chosen-container.chosen-with-drop .chosen-single {
        border: none;
        background: white;
    }

    .chosen-container .chosen-single {
        border: none;
        box-shadow: none;
        border-radius: 3px;
        background: white;
        height: 39px;
        line-height: 39px;
        font-size: 15px;
    }

        .chosen-container .chosen-single div {
            top: 8px;
            right: 6px;
        }

    .chosen-container .chosen-drop {
        border: none;
    }

    .chosen-container .chosen-search {
        padding: 10px;
    }

    .chosen-container .chosen-results {
        padding: 0px 10px 10px 10px;
    }

        .chosen-container .chosen-results li.highlighted {
            background: #48a0dc;
            border-radius: 2px;
        }

input[type="checkbox"], input[type="radio"] {
    width: auto;
    margin-right: 5px;
}

textarea {
    height: 130px;
}

    input.border,
    select.border,
    textarea.border,
    .form-block.border .chosen-container .chosen-single,
    .form-block.border .chosen-container .chosen-drop {
        border: 1px solid rgba(0, 0, 0, 0.15);
    }

.form-block.border .chosen-container .chosen-results {
    padding-top: 10px;
}

.form-block label {
    display: block;
}

    .form-block label .error {
        color: red;
        font-size: 12px;
        margin-left: 10px;
    }

.search-form {
    position: relative;
}

    .search-form button[type="submit"] {
        border: none;
        background: none;
        position: absolute;
        right: 13px;
        top: 10px;
        color: #97aab7;
    }

/* SOCIAL ICONS */
.social-icons {
    margin-bottom: 0;
}

    .social-icons li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 1.4;
    }

        .social-icons li a {
            color: white;
            font-size: 14px;
        }

        .social-icons li:last-child {
            padding-right: 0px;
        }

    .social-icons.circle li a {
        font-size: 14px;
        border: 1px solid var(--primaryColor);
        width: 28px;
        height: 28px;
        display: inline-block;
        text-align: center;
        padding-top: 4px;
        border-radius: 100%;
    }

        .social-icons.circle li a:hover {
            background: var(--primaryColor);
            border-color: var(--primaryColor);
            color: white;
        }

/** ALERT BOXES **/
.alert-box {
    background: #f5fad7;
    border: 1px solid #b3b4a0;
    border-left: 3px solid #b3b4a0;
    padding: 10px;
    margin-bottom: 20px;
}

    .alert-box.success {
        background: #dbefd4;
        border-color: #acc7a1;
    }

    .alert-box.error {
        background: #fad7d7;
        border-color: #c08585;
    }

    .alert-box.info {
        background: #d2daef;
        border-color: #8a97b9;
    }

    .alert-box h4 {
        font-size: 15px;
        margin: 0;
    }

/** SLICK SLIDER **/
.slider-wrap {
    position: relative;
}

.slider {
    opacity: 0;
    overflow: hidden;
}

    .slider.slick-initialized {
        opacity: 1;
        transition: all 0.4s;
    }

    .slider .slide:not(:first-of-type) {
        display: none;
    }

    .slider .slide.initialized {
        display: block;
    }

.slider-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -30px;
}

.slider-prev, .slider-next {
    background: white;
    font-size: 28px;
    color: #93a1ae;
    width: 45px;
    height: 45px;
    text-align: center;
    display: block;
    padding-top: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    z-index: 100;
    transition: all 0.4s;
}

    .slider-prev:hover, .slider-next:hover {
        background: var(--secondaryColor);
        color: white;
        border-color: var(--secondaryColor);
    }

.slider-prev {
    float: left;
    margin-left: 1%;
}

.slider-next {
    float: right;
    margin-right: 1%;
}

/** TABS **/
.tabs {
    margin-bottom: 20px;
    display: none;
    font-family: 'Alexandria', sans-serif;
}

    .tabs.ui-widget.ui-widget-content,
    .ui-tabs .ui-tabs-nav {
        /*        background: transparent;
*/ /*padding: 0;*/
        border-radius: 15px;
        border: none;
    }

.ui-tabs .ui-tabs-nav {
    /*    box-shadow: inset 0px -1px rgba(0, 0, 0, 0.15);
*/

    padding: 0;
}

.ui-tabs {
    padding-inline: 0;
    padding-block: 1.2rem;
}

    .ui-tabs .ui-tabs-nav li {
        border: none;
        background: transparent;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 18px 15px;
        color: #9bb3c7;
    }

    .ui-tabs .ui-tabs-panel {
        background: transparent;
        text-align: left;
        padding: 30px 0px 0px 5px;
        margin-top: 0px;
    }

.tabs li.ui-state-active {
    background: transparent;
    border-bottom: 2px solid #48a0dc;
}

    .tabs li.ui-state-active .ui-tabs-anchor {
        color: #48a0dc;
        font-weight: 600;
    }

.ui-tabs-hide {
    display: none;
}

/** ACCORDION **/
.ui-accordion .ui-accordion-header {
    border: none;
    margin-bottom: 25px;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    background: white;
}

.ui-accordion .ui-accordion-header-active {
    margin-bottom: 0;
    background: #59aee9;
}

.ui-accordion .ui-accordion-content-active {
    margin-bottom: 25px;
}

.ui-accordion .ui-accordion-content {
    border: none;
    padding: 30px;
    font-family: 'Alexandria', sans-serif;
}

.ui-accordion-header-icon {
    display: none;
}

.accordion-footer {
    font-style: italic;
    font-size: 12px;
}

    .accordion-footer a {
        color: #48a0dc;
        font-weight: 600;
        margin-left: 8px;
        margin-right: 8px;
    }

.ui-accordion .ui-accordion-header:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 20px;
}

.ui-accordion .ui-accordion-header-active:before {
    content: "\f107";
}

/* COLOR BAR */
.color-bar {
    width: 50px;
    height: 3px;
    background: var(--primaryColor);
    margin-bottom: 15px;
    transition: all 0.3s;
}

/*====================================================================================*/
/* 03 HEADER
/*====================================================================================*/
header {
    background: white;
    width: 100%;
    position: relative;
    z-index: 1000;
}

/* TOPBAR */
.top-bar {
    background: var(--secondaryColor);
    color: #fff;
    font-size: 12px;
}

    .top-bar a {
        color: #fff;
    }

        .top-bar a:hover {
            color: #48a0dc;
        }

.top-bar-item {
    padding: 8px;
    display: inline-block;
    color: #fff;
}

.top-bar-left .top-bar-item:first-child {
    padding-left: 0px;
    color: #fff;
}

.top-bar-right .top-bar-item:first-child {
    padding-right: 0px;
    color: #fff;
}

/* LOGO */
.navbar-header {
    position: absolute;
    top: 13px;
    left: 20px;
    width: 100%;
    padding: 0 20px;
}

.navbar-brand {
    display: inline-block;
    height: auto;
    min-height: 83px;
    margin-left: -40px;
    width: 172px;
    padding-top: 36px;
}

    .navbar-brand img {
        max-width: 100%;
    }

/* MENU TOGGLE */
.navbar-toggle {
    background: #e8ebf3;
    margin: 0;
    padding: 6px;
    margin: 23px 0 0 20px;
    position: relative;
    z-index: 10000;
}

@media screen and (max-width: 975px) {
    .navbar-toggle {
        margin: 30px 14px 0 0;
    }
}

@media screen and (max-width: 771px) {
    .navbar-toggle {
        margin: 30px 0 0 14px;
    }

    .navbar-brand {
        margin-left: -27px;
        padding-top: 28px;
    }

    #subheaderTitle {
        margin-top: 60px;
    }
}

#NewsubheaderTitle {
    letter-spacing: 0px;
    color: #42474D;
    text-transform: uppercase;
    opacity: 1;
    font-size: 20px;
    font-weight: bold;
}

.navbar-toggle .icon-bar {
    background: #838893;
}

/* MAIN MENU */
.navbar-collapse.collapse {
    position: relative;
    z-index: 1000;
    margin-left: -4rem;
}

/*.main-menu-wrap {
    position: absolute;
    bottom: 0;
    right: 0px;
}*/

.nav.navbar-nav li {
    position: relative;
}

    .nav.navbar-nav li a {
        color: #838893;
        padding: 10px;
    }

        .nav.navbar-nav li a:hover {
            background: transparent;
            color: #48a0dc;
        }

    .nav.navbar-nav li.current-menu-item > a {
        box-shadow: inset 0px -2px #48a0dc;
    }

    .nav.navbar-nav li.menu-item-has-children:after {
        content: "\f107";
        font-family: FontAwesome;
        color: var(--primaryColor);
        margin-top: 29px;
        top: 0;
        right: 5px;
        position: absolute;
    }

    .nav.navbar-nav li:hover.menu-item-has-children:after {
        color: var(--primaryColor) !important;
    }

    /*  .nav.navbar-nav li:last-child a {
        padding-right: 0;
    }*/

    /* SUB MENU */
    .nav.navbar-nav li:hover .sub-menu {
        display: block;
        margin-top: 0;
    }

.sub-menu {
    display: none;
    position: absolute;
    background: #2a2e3b;
    width: 200px;
    margin-top: 15px;
    font-size: 14px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav.navbar-nav li .sub-menu li a {
    display: block;
    padding: 10px;
}

    .nav.navbar-nav li .sub-menu li a:hover {
        color: white !important;
    }

.nav.navbar-nav li .sub-menu li.menu-item-has-children:after {
    content: "\f105";
    color: rgba(255, 255, 255, 0.2);
    right: 10px;
    margin-top: 10px;
}

.nav.navbar-nav li .sub-menu li .sub-menu {
    display: none;
    margin-left: 200px;
    margin-top: -40px;
    background: #21252f;
}

.nav.navbar-nav li .sub-menu li:hover .sub-menu {
    display: block;
}

#mapModule {
    padding: 70px 0px 130px 0px;
}
/* Action Button */
#homeIco {
    text-align: center;
    padding: 0 4px 2px 3px;
    color: white;
    border-radius: .3em 0 0 .3em;
    background-color: #BA8E51;
    cursor: pointer;
}

    #homeIco:hover {
        background-color: #fff;
        color: #BA8E51;
    }

        #homeIco:hover i {
            color: #BA8E51;
        }

#tourService {
    padding: 6px 8px;
    border-radius: 0 .3em .3em 0;
    color: white;
    background-color: #E7792f;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

    #tourService:hover {
        color: #BA8E51;
        background-color: white;
    }

/* Action Button */


/** HEADER DEFAULT **/
.header-default {
    padding-bottom: 30px;
}

    .header-default .navbar-header {
        float: none;
        width: 100%;
        max-width: 100%;
        display: relative;
    }

    .header-default .header-details {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .header-default .header-item {
        padding: 15px;
        margin: 11px 0px;
        line-height: 1.2;
        font-size: 13px;
    }

        .header-default .header-item:nth-last-child(2) {
            padding-right: 0px;
            border-left: 1px solid rgba(0, 0, 0, 0.1);
        }

        .header-default .header-item table {
            margin: 0 auto;
            width: 100%;
        }

    .header-default .header-search {
        width: 300px;
    }

        .header-default .header-search input {
            border: 1px solid rgba(0, 0, 0, 0.13);
            margin-bottom: 0;
        }

        .header-default .header-search td > .fa {
            display: none;
        }

    .header-default .header-item td > .fa {
        color: #ba8e51;
        font-size: 36px;
        margin-right: 10px;
    }

    .header-default .header-item span {
        font-family: 'Open Sans';
        font-weight: 700;
        font-size: 18px;
    }

    .header-default .navbar-brand {
        padding: 20px 15px;
        padding-left: 0px;
    }

    .header-default .main-menu-wrap {
        height: 60px;
        top: 0px;
        width: 100%;
        background: var(--secondaryColor);
    }

    .header-default .navbar-toggle.fixed {
        position: fixed;
        top: 0;
        left: 0;
        margin-top: 0;
        width: 100%;
        background: #323746;
        border-radius: 0px;
        padding: 15px;
    }

    .header-default .main-menu-wrap.fixed {
        position: fixed;
    }

    .header-default .main-menu-wrap .container-fixed {
        max-width: 1140px;
        margin: 0 auto;
    }

    .header-default .nav.navbar-nav {
        float: left;
    }

        .header-default .nav.navbar-nav li a {
            letter-spacing: 0.4px;
            color: white;
            font-size: 14px;
            font-weight: 600;
            padding: 20px 20px;
        }

            .header-default .nav.navbar-nav li a:hover {
                color: var(--primaryColor);
            }

        .header-default .nav.navbar-nav li.menu-item-has-children:after {
            content: "\f107";
            font-family: FontAwesome;
            color: white;
            margin-top: 21px;
        }

        .header-default .nav.navbar-nav li .sub-menu li a {
            color: rgba(255, 255, 255, 0.5);
            font-weight: 300;
        }

    .header-default .member-actions {
        padding: 0;
    }

        .header-default .member-actions .button {
            padding: 20px 20px 20px 40px;
            letter-spacing: 0.4px;
            font-size: 14px;
            border-radius: 0;
        }

        .header-default .member-actions .button-icon .fa {
            height: auto;
            width: 28px;
            height: 28px;
            padding-top: 9px;
            border-radius: 6px;
            top: 16px;
            margin-left: -14px;
            background: var(--primaryColor);
            box-shadow: 0px 0px 0px 5px #323746;
        }

/*====================================================================================*/
/* 04 SUBHEADER
/*====================================================================================*/
.subheader {
    background-size: cover;
    color: white;
    margin-top: -70px;
    padding-top: 160px;
    padding-bottom: 40px;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

    .subheader h1 {
        margin: 0px 10%;
        font-weight: 700;
        font-size: 40px;
        color: white;
        float: left;
    }

    .subheader .breadcrumb {
        background: transparent;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 0;
        padding: 0;
        padding-top: 20px;
    }

        .subheader .breadcrumb a {
            color: white;
        }

            .subheader .breadcrumb a.current {
                font-weight: 600;
            }

        .subheader .breadcrumb .fa {
            margin-left: 6px;
            margin-right: 6px;
        }

    /** SIMPLE SEARCH **/
    .subheader.simple-search {
        text-align: center;
        padding: 200px 0px;
        background-position: unset;
        background-image: url(../images/HeaderImgs/new-slider----A2x.png);
    }

        .subheader.simple-search h1 {
            float: none;
            font-size: 48px;
            font-weight: 700;
        }

        .subheader.simple-search p {
            font-size: 21px;
            margin-top: 15px;
            margin-bottom: 35px;
            color: #8C9198;
        }

::placeholder {
    color: #8C9198;
}

.subheader.simple-search .simple-search-form {
    margin: 0 auto;
    width: 1019px;
    height: 332px;
    margin-top: 100px;
}

    .subheader.simple-search .simple-search-form input[type="text"] {
        border: 2px solid #42474d59;
        font-size: 17px;
        padding: 12px;
        height: 40px;
        color: black;
    }

    .subheader.simple-search .simple-search-form button {
        padding-right: 14px;
        width: 100%;
        height: 40px;
        padding: 0px 12px;
    }



.subheader.simple-search .ui-tabs-nav {
    display: inline-block;
}
.ser-fot {
    padding: 0;
}
.ui-widget-header {
    background: unset;
}
.subheader.simple-search .ui-tabs-nav li {
    border-radius: 0px;
    margin: 0;
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
    background: #70757af0;
    border-radius: 5px;
    width: 131px;
    text-align: center;
    margin-right: 8px;
}

        .subheader.simple-search .ui-tabs-nav li:hover {
            background: rgb(50 55 70);
        }

        .subheader.simple-search .ui-tabs-nav li:first-child {
            border-radius: 3px 0px 0px 3px;
        }

        .subheader.simple-search .ui-tabs-nav li:last-child {
            border-radius: 5px;
            border-right: 1px solid rgba(255, 255, 255, 0.2);
        }

    .subheader.simple-search .ui-tabs-nav li a {
        color: white;
        padding: 7px 12px;
        display: block;
        width: 100%;
        font: normal normal bold 16px / 15px calibri;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1;
    }

        .subheader.simple-search .ui-tabs-nav li.ui-state-active {
            background: #BA8E51 0% 0% no-repeat padding-box;
            border-radius: 5px;
            opacity: 1;
        }

            .subheader.simple-search .ui-tabs-nav li.ui-state-active:after {
                content: "";
                position: absolute;
                bottom: -8px; /* value = - border-top-width - border-bottom-width */
                left: 50%; /* controls horizontal position */
                margin-left: -10px;
                border-width: 10px 10px 0; /* vary these values to change the angle of the vertex */
                border-style: solid;
                border-color: #BA8E51 transparent;
                display: block;
                width: 0;
                z-index: 1;
            }

.subheader.simple-search .ui-tabs .ui-tabs-panel {
    background: transparent;
    padding: 30px 10px 10px 10px;
}

/** SUBHEADER SLIDER SIMPLE **/
.subheader.subheader-slider {
    background: #e1e5f1;
    padding: 0px;
}

    .subheader.subheader-slider h1 {
        float: none;
        font-size: 55px;
        display: block;
        margin-bottom: 15px;
    }

    .subheader.subheader-slider p {
        font-size: 24px;
    }

        .subheader.subheader-slider p .fa {
            font-size: 19px;
            margin-right: 10px;
        }

    .subheader.subheader-slider .slide {
        background: url(../images/1920x950.png) no-repeat center;
        background-size: cover;
        padding: 200px 0px 210px 0px;
        text-align: center;
    }

        .subheader.subheader-slider .slide:nth-child(2) {
            background: url(../images/1920x950.png) no-repeat center;
            background-size: cover;
        }

        .subheader.subheader-slider .slide .container {
            position: relative;
            z-index: 10;
        }

    .subheader.subheader-slider .slider-simple-buttons {
        margin-top: 25px;
    }

        .subheader.subheader-slider .slider-simple-buttons .button:last-child {
            margin-left: 10px;
            background: transparent;
            box-shadow: inset 0px 0px 0px 2px white;
        }

            .subheader.subheader-slider .slider-simple-buttons .button:last-child:hover {
                background: #59aee9;
                color: white;
                box-shadow: inset 0px 0px 0px 2px #59aee9;
            }

    .subheader.subheader-slider .slider-next,
    .subheader.subheader-slider .slider-prev {
        background: rgba(255, 255, 255, 0.3);
        border: 2px solid rgba(255, 255, 255, 0.4);
        color: white;
    }

        .subheader.subheader-slider .slider-next:hover,
        .subheader.subheader-slider .slider-prev:hover {
            background: #48a0dc;
            border-color: #48a0dc;
            color: white;
        }

    /** SUBHEADER SLIDER ADVANCED **/
    .subheader.subheader-slider .slider-advanced .slide {
        text-align: left;
    }

        .subheader.subheader-slider .slider-advanced .slide .img-overlay {
            background: rgba(0, 0, 0, 0.1);
        }

    .subheader.subheader-slider .slider-advanced .slide-price {
        background: #48a0dc;
        color: white;
        width: 185px;
        text-align: center;
        padding: 12px 20px;
        font-size: 22px;
        font-weight: 700;
    }

        .subheader.subheader-slider .slider-advanced .slide-price span {
            font-size: 13px;
            font-weight: 300;
            display: block;
        }

    .subheader.subheader-slider .slider-advanced .slide-content {
        padding: 30px;
        display: inline-block;
        width: 45%;
        color: #2b2f3a;
        background: rgba(255, 255, 255, 0.75);
    }

    .subheader.subheader-slider .slider-advanced .slide h1 {
        font-size: 32px;
        color: #2b2f3a;
    }

    .subheader.subheader-slider .slider-advanced .slide p {
        font-size: 17px;
        font-weight: 600;
    }

    .subheader.subheader-slider .slider-advanced .slide .fa {
        color: #48a0dc;
    }

    .subheader.subheader-slider .slider-advanced .slide p.slide-text {
        font-weight: 300;
        font-size: 15px;
    }

    .subheader.subheader-slider .slider-advanced .slide table {
        font-size: 13px;
        margin-bottom: 25px;
        margin-top: 20px;
        font-weight: 600;
        width: 100%;
        text-align: center;
    }

        .subheader.subheader-slider .slider-advanced .slide table td {
            border-right: 1px solid rgba(0, 0, 0, 0.07);
            width: 25%;
        }

            .subheader.subheader-slider .slider-advanced .slide table td:last-child {
                border: none;
            }

        .subheader.subheader-slider .slider-advanced .slide table .fa {
            margin-bottom: 7px;
            font-size: 30px;
        }

    .subheader.subheader-slider .slider-advanced .slide .button-icon .fa {
        color: white;
    }

    .subheader.subheader-slider .slider-advanced .slide .button.small {
        margin-top: 15px;
        padding: 3px 10px;
        font-size: 10px;
    }

        .subheader.subheader-slider .slider-advanced .slide .button.small.grey {
            color: white;
            margin-right: 10px;
            background: #bcc3d8;
        }

/** SUBHEADER GOOGLE MAPS **/
.subheader.google-maps {
    background: #e1e5f1;
    padding: 0;
    height: 715px;
    position: static;
}

    .subheader.google-maps .container {
        position: static;
    }

#map-canvas {
    width: 100%;
    height: 715px;
    position: absolute;
    z-index: 0;
}

.info-box-img {
    width: 180px;
    margin-right: 20px;
    float: left;
}

.info-box p {
    color: black;
}

.subheader.google-maps.horizontal, .subheader.google-maps.horizontal #map-canvas {
    height: 600px;
}

/** SUBHEADER LISTING **/
.subheader-listing-sidebar {
    padding-bottom: 50px;
}

/*====================================================================================*/
/* 05 FILTER
/*====================================================================================*/
.filter {
    min-height: 300px;
    background: #cbd8e3;
    padding-bottom: 40px;
}

.filter-header {
    background: #48a0dc;
}

.filter .ui-tabs .ui-tabs-panel {
    padding: 50px 0px 0px 0px;
    background: transparent;
}

.filter .ui-tabs .ui-tabs-nav {
    box-shadow: none;
}

    .filter .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        text-align: center;
        font-weight: 700;
        color: white;
        padding: 16px;
        min-width: 100px;
    }

    .filter .ui-tabs .ui-tabs-nav li.ui-state-active a {
        background: #408dc1;
    }

        .filter .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
            content: "";
            position: absolute;
            bottom: -9px; /* value = - border-top-width - border-bottom-width */
            left: 50%; /* controls horizontal position */
            margin-left: -9px;
            border-width: 9px 9px 0; /* vary these values to change the angle of the vertex */
            border-style: solid;
            border-color: #408dc1 transparent;
            display: block;
            width: 0;
            z-index: 1;
        }

    .filter .ui-tabs .ui-tabs-nav li {
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0px;
        background: none;
    }

.filter label {
    display: block;
}

    .filter label.label-submit {
        visibility: hidden;
        display: inline-block;
    }

.filter-item {
    float: left;
    margin-right: 2.6%;
    width: 23%;
}

.filter-item-7 {
    width: 31.6%;
}

    .filter-item-7:nth-child(3) {
        margin-right: 0;
    }

    .filter-item-7:nth-last-child(4) {
        width: 23%;
    }

    .filter-item-7:nth-last-child(3) {
        width: 23%;
    }

    .filter-item-7:nth-last-child(2) {
        width: 23%;
    }

    .filter-item-7:last-child {
        width: 23%;
        margin-right: 0;
    }

.noUi-horizontal {
    height: 8px;
    border: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.09);
    margin-bottom: 53px;
    margin-top: 7px;
}

.filter .noUi-horizontal {
    background: white;
}

.noUi-connect {
    background: var(--secondaryColor) !important;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle {
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background: white;
    width: 23px !important;
    height: 23px !important;
    border-radius: 100%;
    top: -7px !important;
}

    .noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
        content: '';
        display: none;
    }

.noUi-horizontal .noUi-tooltip {
    bottom: auto;
    top: 23px;
    font-size: 11px;
    background: rgba(0, 0, 0, 0.05);
    border: none;
    padding: 3px 4px;
    height: 20px;
    width: max-content;
}

.area-filter {
    width: 48.5%;
    margin-right: 3%;
    float: left;
}

    .area-filter:nth-last-child(2) {
        margin-right: 0;
    }

.filter-item .button {
    width: 100%;
}

/** FILTER WITH SLIDER **/
.filter-with-slider {
    margin-top: -51px;
    color: white;
    min-height: auto;
    position: relative;
    z-index: 100;
    background: transparent;
}

    .filter-with-slider .tabs.ui-widget {
        background: #408dc1;
    }

    .filter-with-slider .ui-tabs .ui-tabs-panel {
        padding: 20px 20px 0px 20px;
    }

    .filter-with-slider .filter-item:nth-last-child(2) {
        margin-right: 0;
    }

    .filter-with-slider label {
        color: white;
    }

    .filter-with-slider .noUi-horizontal {
        background: rgba(0, 0, 0, 0.13);
    }

    .filter-with-slider .noUi-connect {
        background: var(--secondaryColor);
    }

    .filter-with-slider .noUi-horizontal .noUi-tooltip {
        color: white;
    }

    .filter-with-slider .button {
        background: #323746;
    }

/** FILTER GOOGLE MAPS **/
.google-maps .filter {
    padding: 20px;
    margin-top: 55px;
    width: 30%;
    position: relative;
    z-index: 100;
    background: #48a0dc;
    float: right;
    color: #464646;
}

    .google-maps .filter .filter-toggle {
        display: none;
        cursor: pointer;
        padding: 20px;
        color: white;
        font-weight: 700;
    }

.google-maps .filter-item {
    width: 100%;
    float: none;
}

    .google-maps .filter-item:nth-last-child(2) input {
        margin-bottom: 0px;
    }

    .google-maps .filter-item label {
        font-size: 14px;
        color: white;
    }

.google-maps .filter-half {
    width: 48.5%;
    margin-right: 3%;
    float: left;
}

.google-maps .filter-half-last {
    margin-right: 0;
}

.google-maps .price-range-num {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
}

.google-maps .noUi-connect {
    background: var(--secondaryColor);
}

.google-maps .noUi-horizontal .noUi-tooltip {
    color: white;
}

.google-maps .filter .button {
    background: #323746;
    margin-bottom: 5px;
}

    .google-maps .filter .button:hover {
        background: white;
        color: #48a0dc;
    }


/*====================================================================================*/
/* PROPERTIES
/*====================================================================================*/
/* GLOBAL PROPERTY MODULE */
.property {
    background: white;
    position: relative;
    margin-bottom: 30px;
}

    .property:hover .property-color-bar {
        width: 100%;
    }

.property-img {
    position: relative;
    display: block;
}

    .property-img img {
        width: 100%;
        height: 24rem !important;
        max-height: 234px;
        object-fit: cover;
    }

.tour-image {
    width: 100%;
    height: 46rem !important;
    max-height: 292px !important;
    object-fit: cover;
}

.property-price {
    color: white;
    position: absolute;
    font-weight: 700;
    font-size: 23px;
    bottom: 10px;
    left: 15px;
    z-index: 20;
}

    .property-price span {
        font-size: 20px;
        /*font-style: italic;*/
        font-weight: 200;
        display: block;
    }

.property-tag {
    position: absolute;
    padding: 3px 8px;
    font-size: 12px;
    z-index: 20;
    left: 8px;
    bottom: 0px;
    /*color: #ba8e51;*/
}

    .property-tag.featured {
        right: 10px;
        margin-top: 10px;
    }

    .property-tag.status {
        left: 0px;
        bottom: 10px;
    }

.img-fade {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.property-color-bar {
    background: var(--primaryColor);
    height: 3px;
    width: 0;
    position: absolute;
    z-index: 20;
    bottom: 0px;
    transition: all 0.4s;
}

.property-content {
    padding: 2% 5% 3% 5%;
}

    .property-content p {
        margin: 0;
    }

.property-title {
    border-bottom: 1px solid #707070;
    padding-bottom: 5px;
    margin-bottom: 7px;
}

    .property-title h4 {
        width: 100%;
        white-space: nowrap;
        /*overflow: hidden;*/
        text-overflow: ellipsis;
    }

    .property-title a {
        color: #3a464e;
        font-size: 15px;
    }

        .property-title a:hover {
            color: #48a0dc;
        }

    .property-title .fa {
        color: var(--primaryColor);
    }

.property-details {
    color: #9eaab2;
    font-weight: 700;
    width: 100%;
    font-size: 13px;
}

   

.property-footer {
    /*background: #d4e0e7;*/
    padding: 2% 5%;
    color: #86929a;
    font-size: 13px;
    font-weight: 400;
}

    .property-footer a {
        color: #ba8e51;
    }

        .property-footer a:hover {
            color: #E1611F;
        }

/* GLOBAL PROPERTY ROW MODULE */
.property-row {
    margin-bottom: 40px;
}

    .property-row .property-img {
        width: 35%;
        display: inline-block;
        min-height: 285px;
        background: #d4e0e7;
        float: left;
        z-index: 100;
    }

    .property-row .property-title h4 {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .property-row .property-title h4 a {
            font-size: 20px;
        }

    .property-row .property-address {
        font-size: 16px;
    }

    .property-row .property-content {
        background: white;
        padding: 20px;
        width: 65%;
        float: left;
    }

    .property-row .property-text {
        font-size: 14px;
        margin-top: 18px;
        line-height: 1.6;
    }

    .property-row .property-details {
        font-size: 14px;
        width: auto;
    }

    .property-row .property-footer {
        width: 100%;
        position: absolute;
        padding: 0px 0px 0px 37%;
        bottom: 0;
    }

        .property-row .property-footer .left {
            padding-top: 11px;
        }

        .property-row .property-footer .button {
            margin-left: 15px;
            color: white;
            border-radius: 0px;
        }

.property-row-sidebar .property-img {
    overflow: hidden;
    min-height: 245px;
    width: 45%;
}

.property-row-sidebar .property-content {
    width: 55%;
}

.property-row-sidebar .property-title {
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.property-row-sidebar .property-footer {
    padding-left: 48%;
}

/** PROPERTIES LISTINGS **/
.property-listing-header {
    margin-bottom: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 7px;
    padding: 20px;
}

    .property-listing-header select {
        color: #fff;
        background-color: #ba8e51;
        box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    }

        .property-listing-header select option {
            color: #000;
            background-color: #fff;
        }

    .property-listing-header select, .property-listing-header .chosen-container {
        min-width: 180px;
        margin-bottom: 0px;
    }

.property-count {
    margin-top: 10px;
}

.property-layout-toggle {
    margin-right: 20px;
}

.property-layout-toggle-item {
    color: #9eaab2;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    padding-top: 9px;
}

    .property-layout-toggle-item.active {
        color: #48a0dc;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

/*.sidebar-properties {
    margin-top: -90px;
}*/

.property-listing-map {
    height: 100%;
}

.property-listing-map-left {
    float: left;
    width: 50%;
    position: fixed;
    z-index: 0;
    top: 0;
    height: 100%;
}

.property-listing-map-right {
    float: right;
    width: 50%;
    padding: 3%;
    position: relative;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.property-listing-map-left #map-canvas {
    height: 100%;
}

/** PROPERTY HIDDEN CONTENT **/
.property.property-hidden-content .property-content {
    transition: all 0.4s;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgb(50 55 70 / 34%);
    z-index: 10;
    color: white;
    display: block;
}

.property.property-hidden-content .property-title {
    border-color: rgba(255, 255, 255, 0.3);
}

    .property.property-hidden-content .property-title .fa {
        color: white;
    }

.property.property-hidden-content .property-content h4 {
    color: white;
    font-size: 20px;
}

.property.property-hidden-content .property-details {
    color: white;
}

.property.property-hidden-content:hover .property-content {
    opacity: 1.0;
}

/** PROPERTIES FEATURED MODULE **/
.properties.featured .property {
    width: 25%;
    float: left;
    margin-bottom: 0px;
}

.properties.featured .slider-nav {
    width: 120px;
    left: 50%;
    margin-left: -60px;
    top: auto;
}

.properties.featured .slider-featured {
    margin-top: 15px;
}

/** PROPERTY CATEGORIES MODULE **/
.property-cat {
    border-radius: 50%;
    width: 100%;
    height: 225px;
    display: block;
    color: white;
    padding: 5%;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s;
    background-position: right;
}

    .property-cat h3 {
        color: white;
        font-weight: 200;
    }

    .property-cat:hover .color-bar {
        width: 130px;
    }

.property-cat-apartments {
    background-image: url(../images/main-big-category---home-AMOSTPOPULAR.jpg);
}

.property-cat-houses {
    background-image: url(../images/main-big-category----home-Bvillas.jpg);
}

.property-cat-condos {
    background-image: url(../images/main-big-category----home-d--Residential.jpg);
}

.property-cat-waterfront {
    background-image: url(../images/main-big-category----home-C--commercial.jpg);
}

.property-cat-cozy {
    background-image: url(../images/main-big-category----home-E--Luxury-home.jpg);
}

/** PROPERTY SINGLE **/
.property-single-item {
    margin-bottom: 45px;
    background: white;
    padding: 30px;
}

    .property-single-item h4 {
        position: relative;
    }

    .property-single-item .divider-fade {
        /*margin-top: -20px;*/
    }

    .property-single-item .divider-hex {
        box-shadow: 0px 0px 15px 12px white;
        background: white;
        position: relative;
        z-index: 20;
        margin-bottom: 10px;
    }

    .property-single-item.property-main {
        padding: 0;
    }

.subheader-slider.property-single-item {
    margin-bottom: 0px;
}

.property-single-item .property-header {
    padding: 30px;
}

    .property-single-item .property-header h4 {
        display: inline-block;
        width: auto;
        white-space: normal;
    }

    .property-single-item .property-header.property-header-slider {
        position: absolute;
        padding: 0;
        z-index: 10;
        left: 15px;
        right: 15px;
        bottom: 30%;
    }

        .property-single-item .property-header.property-header-slider .property-title {
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            padding-bottom: 0px;
        }

        .property-single-item .property-header.property-header-slider h4 {
            color: white;
            display: block;
            font-weight: 700;
            font-size: 32px;
        }

        .property-single-item .property-header.property-header-slider p {
            display: inline-block;
            font-size: 17px;
        }

        .property-single-item .property-header.property-header-slider .property-price-single {
            color: white;
        }

.property-price-single strong {
    color: white;
}

.property-single-item .property-header.property-header-slider a {
    color: white;
}

.property-price-single {
    font-size: 30px;
    font-weight: 700;
    color: white;
    text-align: right;
    line-height: 1.4;
    background: #BA8E51 0% 0% no-repeat padding-box;
    border-radius: 23px;
    padding: 12px 30px;
}

    .property-price-single span {
        display: block;
        font-size: 14px;
    }
.property-single-tags {
    display: flex;
    justify-content: space-between;
}
.property-single-tags .property-tag {
    position: relative;
    right: 0;
    bottom: 0;
}
.prop-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#btnAddToTour, .btnAddToTour {
    background: #8C9198;
    border-radius: 16px;
    padding: 8px 75px;
    padding: 0px 75px;
    position: static !important;
    margin-right: 15px;
    display: flex;
    align-items: center;
    height: 32px;
}

.property-single-tags .property-tag.featured {
    margin-top: 0;
}

.property-single-item .property-details-single {
    width: 100%;
    position: relative;
    z-index: 10;
    line-height: 1.1;
    
    color: white;
    font-size: 13px;
    font-weight: 300;
}

    .property-single-item .property-details-single .box-main {
        text-align: center;
        background: var(--primaryColorHover);
        padding: 20px 0px;
        border-radius: 16px !important;
        margin: 5px 5px;
    }
    .property-single-item .property-details-single td {
        padding: 0;
    }

        .property-single-item .property-details-single .box-main .fa {
            font-size: 28px;
            display: block;

        }

        .property-single-item .property-details-single .box-main span {
            font-size: 24px;
            font-weight: 600;
        }

.property-single-item.property-details {
    padding: 0;
}

.property-gallery {
    position: relative;
}

    .property-gallery img {
        max-width: 100%;
        height: auto;
    }

    .property-gallery .slider-nav {
        top: 41%;
    }

    .property-gallery .slide-counter {
        width: 60px;
        position: absolute;
        z-index: 10;
        color: white;
        left: 10px;
        top: 10px;
        border-radius: 3px;
        background: rgba(0, 0, 0, 0.25);
        text-align: center;
        padding: 5px;
        font-size: 12px;
        font-family: 'Open Sans';
    }

    .property-gallery .property-gallery-pager {
        padding: 20px 7px 20px 20px;
        margin-bottom: 0px;
    }

        .property-gallery .property-gallery-pager a {
            margin-bottom: -3px;
            opacity: 0.6;
            cursor: pointer;
            max-height: 135px;
            display: inline-block;
            margin-right: 1.5%;
            border-bottom: 3px solid rgba(0, 0, 0, 0);
        }

            .property-gallery .property-gallery-pager a img {
                position: relative;
                z-index: -1;
            }

            .property-gallery .property-gallery-pager a.slick-current {
                opacity: 1;
                box-shadow: inset 0px -3px #48a0dc;
            }

            .property-gallery .property-gallery-pager a:last-child {
                margin-right: 0;
            }

    .property-gallery.full-width .property-gallery-pager {
        padding-right: 0px;
        padding-left: 0px;
    }
    .property-gallery .property-gallery-pager a {
        display: block;
        border-bottom: 0px solid rgba(0, 0, 0, 0) !important;
        width: 60px !important;
    }

.slick-track {
    /*         width: 100%!important;
                     */ transform: none !important;
    /*         margin: 0px 12%!important;
                     */
    display: flex;
    justify-content: center;
}

.slick-active button {
    background-color: #ba8e51 !important;
}

.property-gallery .property-gallery-pager a.slick-current {
    opacity: 1;
    box-shadow: none !important;
}

.property-gallery .property-gallery-pager a:focus {
    color: #ba8e51 !important;
}
    .property-gallery.full-width .slide-counter {
        top: auto;
        bottom: 0;
        left: 50%;
        margin-left: -30px;
    }

    .property-gallery.full-width .slide {
        position: relative;
        padding: 270px 0px;
    }

        .property-gallery.full-width .slide .img-fade {
            height: 180px;
        }

    .property-gallery.full-width .slider-nav {
        top: 37%;
    }

    .property-gallery.full-width #slide-1 {
        background: url(../imadddges/1837x1206.png) center / cover no-repeat;
    }

    .property-gallery.full-width #slide-2 {
        background: url(../imagesss/1837x1206.png) center / cover no-repeat;
    }

    .property-gallery.full-width #slide-3 {
        background: url(../images/1837x1206.png) center / cover no-repeat;
    }

    .property-gallery.full-width #slide-4 {
        background: url(../images/1837x1206.png) center / cover no-repeat;
    }

    .property-gallery.full-width #slide-5 {
        background: url(../images/1837x1206.png) center / cover no-repeat;
    }

    .property-gallery.full-width #slide-6 {
        background: url(../images/1837x1206.png) center / cover no-repeat;
    }

    .property-gallery.full-width #slide-7 {
        background: url(../images/1837x1206.png) center / cover no-repeat;
    }

.additional-details-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

    .additional-details-list li {
        list-style: none !important;
        margin-left: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        line-height: 2.3;
        padding-right: 10px;
    }

        .additional-details-list li span {
            float: right;
            font-weight: 700;
        }

.amenities-list {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

    .amenities-list li {
        font-weight: 600;
        color: #556878;
        display: block;
        line-height: 2.4;
    }

        .amenities-list li .fa {
            background: var(--color3);
            color: white;
            width: 22px;
            height: 22px;
            font-size: 14px;
            text-align: center;
            border-radius: 2px;
            padding-top: 4px;
        }

            .amenities-list li .fa.fa-close {
                background: #9bb3c7;
            }

#map-single {
    width: 100%;
    height: 600px;
}
.slick-dots {
    display: flex!important;
    justify-content: center;
    gap: 45px;
}
.property-single-item .agent {
    margin-bottom: 0px;
}

.property-single-item .agent-img {
    width: 25%;
    float: left;
}

.property-single-item .agent .button.grey {
    margin-right: 10px;
}

.property-single-item .agent-content {
    width: 75%;
    padding-top: 0;
    float: left;
}

    .property-single-item .agent-content .button {
        position: relative;
        z-index: 100;
    }

.widget.property-single-item h4 {
    margin-bottom: 10px;
}

.property-related .property {
    margin-bottom: 0px;
}

    .property-related .property .property-content {
        border-right: 1px solid rgba(0, 0, 0, 0.06);
        border-left: 1px solid rgba(0, 0, 0, 0.06);
    }

.sidebar.sidebar-property-single {
    padding-left: 15px;
}

/** SUBMIT PROPERTY **/
.subheader-property-submit {
    padding-bottom: 80px;
}

.form-nav {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.form-nav-item {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    float: left;
    width: 20%;
    text-align: center;
    font-size: 20px;
    color: #9bb0bb;
    font-weight: 700;
}

    .form-nav-item span {
        width: 100px;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        color: #ffffff9e;
        background: #8e8f91 0% 0% no-repeat padding-box;
        text-align: center;
        border-radius: 100%;
        font-size: 26px;
        padding-top: 7px;
        margin-bottom: 7px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
        position: relative;
        z-index: 10;
    }

  /*  .form-nav-item:after {
        content: '';
        width: 120px;
        height: 4px;
        display: block;
        background: white;
        position: absolute;
        right: -60px;
        top: 17px;
    }*/

    .form-nav-item:nth-last-child(2):after {
        content: '';
        display: none;
    }

    .form-nav-item.completed {
        color: #3a464e;
    }

        .form-nav-item.completed span {
            background: var(--primaryColor);
            color: white;
        }

.form-next, .multi-page-form-content button[type="submit"] {
    margin-left: 10px;
}

.multi-page-form-content button[type="submit"] {
    margin-top: 20px;
}

.multi-page-form-content {
    background: #ccced000;
    margin-bottom: 100px;
    padding: 30px;
    display: none;
}

    .multi-page-form-content.active {
        display: block;
    }

    .multi-page-form-content h4 {
        color: #ba8e51;
        font-weight: 700;
        font-size: 25px;
        margin-bottom: 3px;
        margin-top: 3px;
    }

    .multi-page-form-content .error {
        color: red;
        margin-left: 7px;
        font-size: 13px;
    }

.property-submit-title {
    margin-bottom: 30px;
}

    .property-submit-title p {
        color: #8594a9;
    }   

.property-submit-num {
    display: block;
    color: white;
    font-size: 25px;
    font-weight: 700;
    background: #ba8e51;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 4px;
    border-radius: 100%;
    margin-right: 10px;
}

.additional-img-container table {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 15px;
    margin-bottom: 15px;
}

.add-additional-img {
    margin-bottom: 15px;
}

.delete-additional-img {
    cursor: pointer;
    margin-top: 10px;
    font-size: 13px;
}

.multi-page-form-content #map-single {
    margin-bottom: 30px;
}

.multi-page-form-content .map-input {
    margin-top: 10px;
    margin-left: 10px;
    width: 70%;
}

.amenities-list {
    margin-bottom: 30px;
}

    .amenities-list label {
        margin-bottom: 15px;
    }


/*====================================================================================*/
/* AGENTS
/*====================================================================================*/
/* GLOBAL AGENT MODULE */
.agents-featured {
    border-top: 1px solid #d6e1e8;
    background: #eff5f9 url(../images/agent-bg.png) no-repeat;
    background-position: bottom;
    background-size: cover;
}

.agent {
    background: white;
    position: relative;
    margin-bottom: 30px;
}

.agent-tag {
    position: absolute;
    padding: 3px 8px;
    font-size: 12px;
    z-index: 20;
    bottom: 10px;
    left: 10px;
}

.agent-img {
    position: relative;
    display: block;
}

    .agent-img img {
        max-width: 100%;
        height: 300px;
    }

.agent-content {
    padding: 5%;
}

    .agent-content p {
        margin: 0;
    }

.agent-details {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    padding: 0px 10px 15px 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.9;
}

    .agent-details a {
        color: #3a464e;
        font-size: 20px;
    }

        .agent-details a:hover {
            color: #48a0dc;
        }

    .agent-details .fa {
        color: #48a0dc;
        font-size: 12px;
        margin-right: 8px;
    }

.agent-content .social-icons.circle {
    display: inline-block;
}

    .agent-content .social-icons.circle li {
        padding-left: 4px;
        padding-right: 4px;
    }

        .agent-content .social-icons.circle li a {
            color: var(--primaryColor) !important;
            border: 1px solid var(--primaryColor);
        }

            .agent-content .social-icons.circle li a:hover {
                color: white;
                border-color: #48a0dc;
            }

/** AGENT ROW **/
.agent-row {
    margin-bottom: 40px;
}

    .agent-row .agent-img {
        width: 30%;
        display: inline-block;
        overflow: hidden;
        min-height: 285px;
        max-height: 285px;
        background: #d4e0e7;
        float: left;
        z-index: 100;
    }

    .agent-row .agent-content {
        background: white;
        padding: 25px;
        width: 70%;
        float: left;
        min-height: 285px;
        position: relative;
    }

    .agent-row .agent-text {
        font-size: 14px;
        margin-top: 18px;
        line-height: 1.6;
    }

    .agent-row .agent-details {
        padding-left: 0px;
        padding-right: 0px;
    }

        .agent-row .agent-details p {
            display: inline-block;
            margin-right: 15px;
        }

    .agent-row .agent-footer {
        text-align: left;
        left: 25px;
        right: 25px;
        position: absolute;
        bottom: 25px;
    }

        .agent-row .agent-footer .social-icons {
            margin-top: 5px;
        }

.agent-row-sidebar .agent-img {
    min-height: 254px;
    max-height: 254px;
}

.agent-row-sidebar .agent-text {
    font-size: 13px;
}

.agent-row-sidebar .agent-content {
    min-height: 254px;
}

.agent-row-sidebar .agent-footer {
    bottom: 20px;
}

/** AGENT SINGLE **/
.agent-single {
    margin-bottom: 50px;
}

    .agent-single .agent-img {
        margin: 1%;
        width: 30%;
        float: left;
    }

        .agent-single .agent-img .hex {
            position: absolute;
            right: -37px;
            top: 20px;
            -ms-transform: rotate(90deg); /* IE 9 */
            -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
            transform: rotate(90deg);
            height: 50px;
        }

    .agent-single .agent-content {
        position: relative;
        z-index: 10;
        padding: 30px;
        width: 38%;
        float: left;
    }

    .agent-single .center {
        text-align: left;
    }

    .agent-single .agent-details {
        border-bottom: none;
        margin-bottom: 10px;
    }

        .agent-single .agent-details p {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding-top: 4px;
            padding-bottom: 4px;
        }

            .agent-single .agent-details p span {
                float: right;
                font-weight: 600;
            }

    .agent-single .agent-form {
        width: 30%;
        float: right;
        background: #59aee9;
        color: white;
        padding: 57px 30px;
        margin-top: -20px;
        margin-bottom: -20px;
        box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.1);
    }

        .agent-single .agent-form h4 {
            margin-bottom: 20px;
            color: white;
        }

        .agent-single .agent-form textarea {
            height: 100px;
        }

        .agent-single .agent-form input[type="submit"] {
            background: #323746;
            margin-bottom: 0px;
        }

.agent-properties .property .property-content {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    border-left: 1px solid rgba(0, 0, 0, 0.06);
}

/*====================================================================================*/
/* 04 BLOG
/*====================================================================================*/
.blog-post {
    background: white;
    margin-bottom: 40px;
}

.blog-post-img {
    position: relative;
    display: block;
}

.blog-post-date {
    position: absolute;
    background: url(../images/hexagon.png) no-repeat;
    line-height: 1.1;
    bottom: -21px;
    padding-top: 7px;
    left: 30px;
    font-size: 12px;
    width: 90px;
    text-align: center;
}

    .blog-post-date span {
        font-weight: bold;
        font-size: 22px;
        display: block;
    }

.blog-post-img .img-fade {
    opacity: 0.7;
}

.blog-post-img img {
    max-width: 100%;
    height: auto;
}

.blog-post-main-img {
    max-width: 100%;
    height: 400px;
}

.blog-post-details {
    margin-bottom: 20px;
    padding: 10px 0px 15px 0px;
    border-bottom: 1px solid  #BA8E51;
}

    .blog-post-details li {
        margin-right: 13px;
        font-weight: 600;
        font-size: 13px;
        color: #9eaab2;
        list-style: none !important;
        display: inline;
    }

.blog-post-content {
    padding: 5%;
}

    .blog-post-content h3 a {
        font-weight: 100;
        color: #3a464e;
    }

        .blog-post-content h3 a:hover {
            color: #59aee9;
        }

.blog-post-creative {
    margin-bottom: 30px;
}

    .blog-post-creative h3 {
        font-size: 23px;
        margin-top: 15px;
    }

.img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(89, 174, 233, 0.6);
    text-align: center;
    color: white;
    font-size: 50px;
    padding-top: 40px;
}

    .img-overlay.black {
        background: rgba(0, 0, 0, 0.25);
    }

    .img-overlay.blacker {
        background: rgba(0, 0, 0, 0.5);
    }

    .img-overlay.green {
        background: rgba(79, 186, 111, 0.6);
    }

    .img-overlay.gold {
        background: rgba(192, 172, 61, 0.6);
    }

    .img-overlay.red {
        background: rgba(192, 92, 61, 0.6);
    }

    .img-overlay.purple {
        background: rgba(157, 108, 188, 0.6);
    }

/** BLOG SINGLE **/
.blog-post-share .social-icons.circle {
    margin-top: -3px;
}

    .blog-post-share .social-icons.circle li {
        padding: 0;
    }

.blog-post-share .social-icons li a {
    border-color: #9eaab2;
    color: #9eaab2;
}

.comment-list, .blog-post-related {
    margin-bottom: 50px;
}

    .comment-list .comment {
        margin-bottom: 10px;
    }

    .comment-list .button.grey {
        line-height: 1.6;
        margin: 0;
        display: inline-block;
        margin-left: 7px;
        padding: 1px 10px 3px 10px;
    }

    .comment-list .arrow {
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #48a0dc;
        float: left;
        margin-top: 8px;
        margin-left: -6px;
    }

    .comment-list .comment-text {
        margin-bottom: 20px;
        background: white;
        padding: 3%;
        border-left: 2px solid #48a0dc;
    }

        .comment-list .comment-text p {
            margin-bottom: 0px;
            float: left;
            display: inline-block;
        }

.comment-details {
    margin-top: 3px;
    font-size: 12px;
}

    .comment-details a {
        color: #9eaab2;
        margin-left: 14px;
    }

        .comment-details a:hover {
            color: #48a0dc;
        }

.comment-form form {
    margin-top: 30px;
}

.comment-form h4 {
    margin-bottom: 30px;
}

    .comment-form h4 span {
        margin-bottom: 7px;
        display: block;
    }

/** SIDEBAR WIDGETS **/
.sidebar {
    padding-left: 40px;
}

.sidebar-left {
    padding-left: 0px;
    padding-right: 0px;
}

.widget-content.box {
    /*background: white;*/
    padding: 5%;
}

.widget h4 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
}

.widget img {
    max-width: 100%;
    height: auto;
 
}

.widget h4 span {
    display: block;
    margin-bottom: 15px;
}

.widget ul.bullet-list {
    margin-left: 20px;
    line-height: 1.9;
}

    .widget ul.bullet-list li {
        position: relative;
        list-style: none;
        font-weight: 500;
    }

        .widget ul.bullet-list li:before {
            content: "\f105";
            font-family: FontAwesome;
            color: rgba(0, 0, 0, 0.5);
            top: 0;
            left: -20px;
            position: absolute;
        }

.widget-sidebar {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}


.widget.recent-posts p {
    font-size: 13px;
}




.widget.recent-properties h5, .widget.recent-posts h5 {
    font-size: 18px;
    line-height: 1.2;
}


.widget .recent-property {
    margin-bottom: 20px;
}



.widget .recent-property img {
    margin-bottom: 6px;
}

.widget .recent-property:last-child {
    margin-bottom: 0px;
}

.widget.advanced-search h4 {
    background: var(--primaryColor);
    position: relative;
    z-index: 10;
    color: white;
    padding: 4% 5%;
    margin-bottom: 0px;
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
}

    .widget.advanced-search h4 span {
        margin-bottom: 5px;
    }

/*====================================================================================*/
/* MEMBERS
/*====================================================================================*/
.member-card {
    background: white;
    border-radius: 20px;
}

.member-card-header {
    color: white;
    background: #48a0dc;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.member-card-avatar {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    width: 70px!important;
    height: 70px!important;
    margin-bottom: 10px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.16);
    transition: all 0.4s;
}

    /*.member-card-avatar:hover {
        border: 5px solid rgba(255, 255, 255, 0.8);
    }*/

.member-card-header h3 {
    font-size: 25px;
    color: white;
}

.member-card-header p {
    font-size: 13px;
}

.member-card-content {
    text-align: center;
    position: relative;
}

    .member-card-content .hex {
        margin-top: -17px;
        position: absolute;
        margin-left: -45px;
    }

    .member-card-content ul {
        position: relative;
        z-index: 10;
    }

        .member-card-content ul li.active {
            border-right: 2px solid #48a0dc;
            color: #48a0dc;
            font-weight: 700;
        }

        .member-card-content ul li a {
            text-align: left;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding: 30px 80px;
            display: block;
            color: #3a464e;
            border-radius: 20px;
        }

            .member-card-content ul li a:hover {
                background: #BA8E51;
                border-radius: 20px;
            }

        .member-card-content ul li .icon {
            margin-right: 7px;
        }

/** PROFILE **/
.profile-avatar {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.edit-avatar .button {
    margin-bottom: 25px;
}

/** MY PROPERTIES **/
.my-properties-list tr {
    height: 175px;
    border: none;
    border-bottom: 1px solid #cbdfea;
}

    .my-properties-list tr:first-child {
        height: 50px;
    }

.my-properties-list th {
    font-size: 20px;
}

.my-properties-list .property-img {
    width: 15%;
    padding-right: 20px;
    display: table-cell;
}

.my-properties-list .property-title {
    width: 28%;
    margin: 0;
    padding: 0;
    border: none;
}

    .my-properties-list .property-title .property-address {
        margin-top: 3px;
        color: #9bb3c7;
        font-size: 13px;
        margin-bottom: 15px;
    }

.my-properties-list .property-post-status {
    width: 15%;
}

    .my-properties-list .property-post-status .button.small {
        font-size: 11px;
        padding: 5px 10px;
    }

.my-properties-list .property-date {
    width: 15%;
}

.my-properties-list .property-actions {
    width: 27%;
}

    .my-properties-list .property-actions a {
        font-size: 13px;
        padding: 7px;
        margin-bottom: 10px;
        border: 1px solid #ba8e51;
        border-radius: 1em;
        display: flex;
        width: 130px;
        flex-wrap: nowrap;
        align-items: baseline;
    }

/** FAVORITE PROPERTIES **/
.favorite-properties-list .property-img {
    width: 20%;
    padding-right: 4%;
}

.favorite-properties-list .property-title {
    width: 55%;
}

.favorite-properties-list .property-actions {
    width: 25%;
}


/*====================================================================================*/
/* MISC MODULES
/*====================================================================================*/
.about-video-thumb {
    max-width: 100%;
    height: auto;
}


/* SERVICES */
.services {
    padding-top: 0;
}

    .services .service-item {
        display: flex;
        cursor: pointer;
        flex-direction: column;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        background: white;
        padding: 0% 10% 12% 10%;
        text-align: center;
        line-height: 1.6;
        font-size: 14px;
        position: relative;
        /*z-index: 10;*/
    }

        .services .service-item:hover .fa {
            background: var(--secondaryColorHover);
        }

        .services .service-item .fa {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            align-content: center;
            width: 75px;
            height: 75px;
            color: white;
            background: var(--secondaryColor);
            font-size: 35.32px;
            border-radius: 100px;
            margin-top: 21px;
            margin-bottom: 10px;
            border: 5px solid white;
            transition: all 0.4s;
        }

        .services .service-item h4 {
            font-weight: 700;
            font-size: 18px;
            color: #323746;
            margin-bottom: 20px;
        }

=======
.member-card-header {
    color: white;
    background: #b15010;
    padding: 10px 10px 10px 10px;
    text-align: center;
}


.member-card-header h3 {
    font-size: 15px;
    color: white;
}

.member-card-header p {
    font-size: 13px;
}

/** TEAM (LEADERS) **/
.team-member {
    margin-bottom: 30px;
}

    .team-member img {
        max-width: 100%;
        height: auto;
    }

.team-member-img {
    position: relative;
    color: white;
}

    .team-member-img .img-overlay {
        opacity: 0;
        transition: all 0.4s;
    }

    .team-member-img p {
        opacity: 0;
        transition: all 0.4s;
        text-align: center;
        line-height: 1.6;
        font-size: 17px;
        position: absolute;
        z-index: 10;
        padding: 20px;
        bottom: 0px;
    }

.team-member-content {
    padding: 20px;
    line-height: 2.1;
    position: relative;
    background: white;
    text-align: center;
}

    .team-member-content h4, .team-member-content p {
        margin: 0;
        position: relative;
        z-index: 10;
    }

    .team-member-content .hex {
        margin-top: -20px;
        top: 0;
        left: 50%;
        margin-left: -43px;
        z-index: 0;
        position: absolute;
    }

    .team-member-content .social-icons {
        margin-top: 10px;
    }

.team-member:hover .team-member-img .img-overlay {
    opacity: 1.0;
}

.team-member:hover .team-member-img p {
    opacity: 1.0;
    bottom: 20px;
}

/** CALL TO ACTIONS **/
.cta {
    background: #59aee9;
    color: white;
    padding: 60px 0px;
}

    .cta h3, .cta h2 {
        color: white;
        font-weight: 200;
    }

.netPic {
    background: transparent linear-gradient(180deg, #050402 0%, #BA8E51 100%) 0% 0% no-repeat padding-box;
}

.cta.newsletter {
    background: transparent linear-gradient(180deg, #050402 0%, #BA8E51 100%) 0% 0% no-repeat padding-box;
    background-image: url(../images/send.svg) !important;
    background-repeat: no-repeat;
    background-position: 20% 8% !important;
}

    .cta.newsletter .newsletter-form {
        position: relative;
    }

    .cta.newsletter input[type="email"] {
        margin-top: 15px;
        background: transparent;
        padding: 10px 5px;
        border: none;
        border-radius: 0px;
        border-bottom: 1px solid white;
        color: white;
        font-size: 16px;
        outline: none !important
    }

        .cta.newsletter input[type="email"]::-webkit-input-placeholder {
            color: white;
        }

        .cta.newsletter input[type="email"]:-moz-placeholder {
            color: white;
            opacity: 1;
        }

        .cta.newsletter input[type="email"]::-moz-placeholder {
            color: white;
            opacity: 1;
        }

        .cta.newsletter input[type="email"]:-ms-input-placeholder {
            color: white;
        }

    .cta.newsletter button[type="submit"] {
        background: none;
        border: none;
        position: absolute;
        right: 0;
        top: 23px;
    }

.cta.hexs {
    background: #4c5674;
    background-size: cover;
}

    .cta.hexs .hex {
        min-height: 195px;
        padding-top: 57px;
        text-align: center;
        position: relative;
    }

        .cta.hexs .hex p {
            position: relative;
            z-index: 10;
        }

            .cta.hexs .hex p span {
                font-size: 33px;
                font-weight: 700;
                display: block;
            }

        .cta.hexs .hex img {
            /*                position: absolute;
                left: 50%;
                margin-left: -100px;
                top: 0;*/
            position: absolute;
            left: 49%;
            margin-left: -143px;
            top: -49px;
        }

.cta.image-bg {
    padding: 150px 0px;
    position: relative;
    text-align: center;
    background: #59aee9 url(../images/about-us----real-estate.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}

    .cta.image-bg p {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

/** TESTIMONIALS **/
.testimonials {
    /*background:#59aee9 url(../images/pattern.jpg) no-repeat;*/
    /*background-size:cover;*/
    background-position: bottom;
    color: white;
    text-align: center;
    padding: 0;
}

    .testimonials a {
        color: white;
    }

    .testimonials h2 {
        color: white;
    }

    .testimonials h3 {
        width: 80%;
        margin: 0 auto;
        color: white;
        font-weight: 200;
        background: rgb(0 0 0 / 34%);
        padding: 30px 40px;
        border-radius: 4px;
        line-height: 1.5;
        position: relative;
        margin-bottom: 30px;
        margin-top: 30px;
    }

.regionSubtitle {
    width: 80%;
    margin: 0 auto;
    color: red;
    color: white;
    font-weight: 100;
    background: rgba(0, 0, 0, 37%);
    padding: 30px 40px;
    border-radius: 4px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 30px;
    margin-top: 60px;
}

@media screen and (max-width: 500px) {
    .regionSubtitle {
        font-size: 4vw;
    }
}

@media screen and (max-width: 785px)and (min-width:600px ) {
    .regionSubtitle {
        font-size: 2vw;
    }
}

.testimonials h3:after {
    content: "";
    position: absolute;
    bottom: -15px; /* value = - border-top-width - border-bottom-width */
    left: 50%; /* controls horizontal position */
    margin-left: -10px;
    border-width: 15px 15px 0; /* vary these values to change the angle of the vertex */
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.testimonial-details {
    margin: 0 auto;
    display: inline-block;
}

.testimonial-img {
    position: absolute;
    top: 0;
    /*display:inline-block !important;*/
    width: 100%;
    height: 100%;
    /*box-shadow:0px 0px 0px 6px rgba(255, 255, 255, 0.2);*/
    z-index: -1;
}

.testimonial-name {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.slider-nav-testimonials .slider-prev,
.slider-nav-testimonials .slider-next {
    background: transparent;
    color: white;
    border: 2px solid white;
}

    .slider-nav-testimonials .slider-prev:hover,
    .slider-nav-testimonials .slider-next:hover {
        background: white;
        color: #59aee9;
    }

/** CONTACT **/
.contact-details {
    background: #ebf1f5;
    background-size: cover;
}

.contact-item {
    height: 245px;
    overflow: hidden;
    background: rgb(76 86 116 / 12%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px;
    color: white;
    text-align: center;
    box-shadow: 3px 5px 3px rgb(19 0 0 / 17%);
}

    .contact-item h4 {
        color: var(--secondaryColor);
        font-size: 16px;
        font-weight: 600;
    }

    .contact-item .fa {
        font-size: 30px;
        width: 58px;
        height: 58px;
        text-align: center;
        padding-top: 11px;
        border: 2px solid var(--secondaryColor);
        color: var(--secondaryColor);
        border-radius: 100%;
        margin-bottom: 20px;
    }

    .contact-item .social-icons li {
        padding: 0;
    }

    .contact-item .social-icons .fa {
        font-size: 33px;
        width: 72px;
        height: 72px;
        text-align: center;
        padding-top: 18px;
        border: 2px solid white;
        border-radius: 100%;
        margin-bottom: 20px;
    }

    .contact-item p {
        margin-bottom: 0px;
        font-size: 12px;
        color: var(--secondaryColor);
    }

/** LOGIN **/
.login p {
    text-align: center;
}

.login .note {
    font-size: 13px;
}

.login-form {
    background: white;
    padding: 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

/** 404 Error **/
.page-not-found {
    text-align: center;
    padding: 160px 0px;
}

    .page-not-found h2 {
        font-size: 120px;
        font-weight: 700;
    }

    .page-not-found p {
        margin: 20px 0px;
    }

/** ELEMENTS **/
.elements .row {
    margin-bottom: 60px;
}

.elements .button {
    margin-right: 7px;
}

/*====================================================================================*/
/* 04 FOOTER
/*====================================================================================*/
footer {
    background: #323746;
    padding: 60px 0px;
    color: #8e95ac;
    font-size: 13px;
    position: relative;
    z-index: 10;
}

    footer h4 {
        color: white;
    }

    footer .divider {
        background: rgba(255, 255, 255, 0.1);
    }

.footer-logo {
    display: block;
    margin-bottom: 20px;
}

    .footer-logo img {
        width: 98px;
        height: 80px;
    }

.from-the-blog h3 {
    color: white;
    font-size: 16px;
}

.bottom-bar {
    background: #262a35;
    color: #8e95ac;
    padding: 20px 0px;
    text-align: center;
    font-size: 13px;
    position: relative;
    z-index: 10;
}





/* costum css */
/* gallery style*/


.gallery-item {
    padding: 6px;
}

.gallery-item {
    padding: 2px;
}

.gallery-item {
    padding: 12px;
}

.gallery-item {
    /*width: 33.3%;*/
    position: relative;
    float: left;
    overflow: hidden;
}

.gallery-item-second,
.grid-sizer-second {
    width: 66.6%;
}

.four-column .gallery-item {
    width: 25%;
}

.gallery-item.gallery-item-second, .two-column .gallery-item {
    width: 50%;
}

.gallery-item img {
    width: 100%;
    height: 140px;
    position: relative;
    z-index: 1;
    background: #292929;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}

.gallery-item:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.gallery-item:hover {
    right: 0;
}





.gallery-item:hover {
    right: 0;
}

.stars {
    color: #ffcc00 !important;
}


/* reviews */

textarea {
    border: none;
    outline: none;
}

#rateInput {
    margin-inline: 18px;
}

.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after {
    content: "";
    display: table;
    clear: both;
}

.blog-comment {
    padding-left: 2%;
    padding-right: 2%;
}

    .blog-comment ul {
        list-style-type: none;
        padding: 0;
    }

    .blog-comment img {
        opacity: 1;
        filter: Alpha(opacity=100);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

        .blog-comment img.avatar {
            position: relative;
            float: left;
            margin-left: 0;
            margin-top: 0;
            width: 65px;
            height: 65px;
        }

    .blog-comment .post-comments {
        border: 1px solid #eee;
        margin-bottom: 20px;
        margin-left: 85px;
        margin-right: 0px;
        padding: 10px 20px;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        background: #fff;
        color: #6b6e80;
        position: relative;
    }

    .blog-comment .meta {
        font-size: 13px;
        color: #aaaaaa;
        padding-bottom: 8px;
        margin-bottom: 10px !important;
        border-bottom: 1px solid #eee;
    }

    .blog-comment ul.comments ul {
        list-style-type: none;
        padding: 0;
        margin-left: 85px;
    }

.blog-comment-form {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 40px;
}

    .blog-comment h3,
    .blog-comment-form h3 {
        margin-bottom: 40px;
        font-size: 26px;
        line-height: 30px;
        font-weight: 800;
    }

#culture {
    background-color: transparent;
    border: none;
    margin: 0;
    width: 100%;
    color: #fff;
    cursor: inherit;
    line-height: inherit;
}

    #culture option {
        color: var(--secondaryColor);
    }

    #culture::-ms-expand {
        display: none;
    }

    #culture:focus {
        box-shadow: none;
    }



#currencyId {
    background-color: transparent;
    border: none;
    margin: 0;
    width: 100%;
    color: #fff;
    cursor: inherit;
    line-height: inherit;
}

    #currencyId option {
        color: var(--secondaryColor);
    }

    #currencyId::-ms-expand {
        display: none;
    }

    #currencyId:focus {
        box-shadow: none;
    }

a {
    cursor: pointer;
}

.spotlight-img {
    width: 100%;
    height: 16rem !important;
    object-fit: cover;
}

/*.socialMida-icones {
    color: red;
}*/
.fa-home:before {
    /*color: #3a464e !important;*/
}

.filter-tag {
    padding: 3px 8px;
    font-size: 12px;
    margin-inline-end: 5px;
    margin-bottom: 5px;
    font-family: 'Alexandria', sans-serif;
    font-weight: 600;
    color: white;
    border-radius: 3px;
    border: none;
    background-color: var(--primaryColor);
    display: inline-block;
    width: auto;
    transition: all 0.2s linear;
}

@media screen and (max-device-width:990px) {
    .tourbtn {
        width: 100% !important;
        margin-left: 17px;
        background-color: transparent !important;
    }

    .tourText {
        text-align: start !important;
        background-color: transparent !important;
    }
    
}

.chatTaggelBtn {
    padding: 10px;
    margin-left: 20px;
    margin-top: 700px;
    background-color: #ba8e51;
    z-index: 99999;
    cursor: pointer;
    border-radius: 5%
}

.whatsupTaggelBtn {
    padding: 10px;
    margin-left: 20px;
    top: 87%;
    background-color: #ba8e51;
    z-index: 99999;
    cursor: pointer;
    border-radius: 5%
}


#searchFooter {
    padding: 0 78px 0px 0;
    margin: 0;
    display: flex;
}

    #searchFooter button {
        padding: 0 !important;
        width: 145px;
    }

/*.homePage-search-item{
    float: left;
    padding-left: 15px;
    text-align: start;*/
/*margin-bottom: 15px;*/
/*}*/

.home-search-label {
    font-size: 15px !important;
    margin-top: 35px !important;
}

.home-search-btn {
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #42474d59;
    /*margin-bottom: 20px;*/
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: bold !important;
    font-style: normal;
    font-size: 18px !important;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    margin-right: -12px;
    color: #8C9198;
}

.dd__body--bottom-left {
    left: 0;
    top: 80%;
}

.dd__body--bottom-right {
    right: 0;
    top: 80%;
}

.dd__body {
    padding: calc(0.6rem*0.5) 0;
    position: absolute;
    z-index: 1;
    top: 80%;
}

.dd, .dd__head {
    position: relative;
}

.dd {
    max-width: 100%;
}

.dropdown-wrapper {
    background-color: var(--white);
    border-radius: 0.6rem;
    -webkit-box-shadow: 0 0.2rem 0.5rem 0.1rem rgba(0,0,0,0.2),0 0.1rem 0.2rem 0 rgba(0,0,0,0.15);
    box-shadow: 0 0.2rem 0.5rem 0.1rem rgba(0,0,0,0.2),0 0.1rem 0.2rem 0 rgba(0,0,0,0.15);
}

.dropdown-wrapper__content {
    padding: calc(0.6rem*2.5);
}

.bed-and-bath-selector__wrapper {
    min-width: 52rem;
}

.bed-and-bath-selector__field__choices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: calc(0.6rem*2);
    flex-wrap: wrap;
}

.chip-filter__item {
    margin: calc(0.6rem *1.5);
}

.bed-and-bath-selector__choice {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bed-and-bath-selector__field__title {
    color: #403b45;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: calc(0.6rem * 2);
}



.chip-choice__item-input, .chip-filter__input {
    display: none;
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}


.bed-and-bath-selector__choice-chip {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.chip--selected {
    background-color: var(--primaryColorLight) !important;
    border-color: var(--primaryColor) !important;
    /*    color: var(--primaryColor) !important;
*/
}

.chip {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f5f5;
    border: 0.1rem solid transparent;
    border-radius: 0.5rem;
    color: #403b45;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    line-height: 2.4rem;
    padding: 0.6rem calc(0.6rem*2);
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: border-color 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out;
    white-space: nowrap;
    width: 100%;
    will-change: border-color;
}


.range-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.range-selector__container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.range-selector__wrapper {
    position: relative;
}

.price-selector__input-container {
    width: 16rem;
}

.area-selector__input-container {
    width: 16rem;
}

.text-field {
    position: relative;
}

.range-selector__input-container {
    font-size: 1.4rem;
}

.text-field__placeholder {
    bottom: 0;
    color: #77757a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    overflow: hidden;
    padding: calc(0.6rem*2) calc(0.6rem*3);
    pointer-events: none;
    position: absolute;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}

.text-field__placeholder-content {
    line-height: 1.5;
    margin: auto 0;
}

.input2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--white);
    border: 0.1rem solid #bbb8bd;
    border-radius: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.8rem;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
}

.input2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--white);
    border: 0.1rem solid #bbb8bd;
    border-radius: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.8rem;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
}

.range-selector__input-container .input2__input-container {
    position: static;
}

.input2__input-container {
    color: #403b45;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.input2__input-container {
    color: #403b45;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.price-selector .range-selector__input.text-field__input {
    width: 100%;
}

.range-selector__input.text-field__input {
    width: auto;
}

.text-field__input {
    border-radius: 0.3rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: calc(0.6rem*2) calc(0.6rem*3);
    width: 100%;
}

.range-selector__input {
    color: #403b45;
    line-height: 1.5;
}

.range-selector__divider {
    margin: calc(0.6rem*2);
}


.text-field__placeholder--floating {
    max-width: 100%;
    overflow: inherit;
    position: absolute;
    text-overflow: inherit;
    -webkit-transform: translate(-5%,-50%) scale(.85);
    transform: translate(-5%,-50%) scale(.85);
    will-change: transform;
}


.dropdown-wrapper__footer {
    border-top: 0.1rem solid var(--color-global-grey3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(var(--spacing)*8.33);
    padding: calc(var(--spacing)*2) 0;
}

.range-selector__divider-svg {
    fill: #403b45;
    height: 0.16rem;
    width: 1.6rem;
}

.price-input {
    width: 100% !important;
    height: 46px !important;
    font-size: 16px;
}

.area-input {
    width: 100% !important;
    height: 46px !important;
    font-size: 16px !important;
}

.amenities-selector__content {
    width: 36.5rem;
}

/*.amenities-selector__content .dropdown-wrapper__content {
        padding-bottom: 0px;
    }*/

.dropdown-wrapper__content {
    padding: calc(0.6rem*2.5);
}

.amenities-selector__search {
    margin-bottom: calc(0.6rem*4);
}


.amenities-selector__multiple-selection {
    color: #403b45;
}

.multiple-selection .multiple-selection__options {
    display: grid;
    row-gap: calc(0.6rem*2);
}

.amenities-selector__content .multiple-selection__options {
    max-height: 12rem;
    overflow-y: auto;
}

.checkbox-component {
    cursor: pointer;
    display: flex;
    min-height: 2rem;
    -webkit-tap-highlight-color: transparent;
}

input[type="checkbox"].checkbox-component__input {
    display: none;
}

.checkbox-component__label {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    line-height: 2rem;
    position: relative;
    width: 100%;
}

.checkbox-component__box {
    display: inline-block;
    height: 2rem;
    margin-right: 1rem;
    position: relative;
    width: 2rem;
    background: 0 0.2rem 0.5rem 0.1rem rgba(0,0,0,0.2),0 0.1rem 0.2rem 0 rgba(0,0,0,0.15);
    border: 0.1rem solid #bbb8bd;
    border-radius: 0.2rem;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
}

.amenities-selector__search-icon-container--grey {
    fill: #77757a;
}

.amenities-selector__search-icon-container {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    margin-right: calc(0.6rem*2);
}

.checkbox-component__input:checked + .checkbox-component__label .checkbox-component__box {
    background: var(--primaryColor);
    border-color: var(--primaryColor);
}

    .checkbox-component__input:checked + .checkbox-component__label .checkbox-component__box::after {
        box-sizing: border-box;
        content: "";
        display: block;
        height: 0.7rem;
        right: 0.4rem;
        pointer-events: none;
        position: absolute;
        top: 0.4rem;
        transform: rotate(45deg);
        width: 1.1rem;
        border-width: 0px 0px 0.3rem 0.3rem;
    }


.amenities-search {
    border: none !important;
    height: 46px !important;
}

    .amenities-search:focus-visible {
        outline: none !important;
    }

/*
    custom bootstrap
*/

.pal-col-20, .pal-col-19, .pal-col-18, .pal-col-17, .pal-col-16, .pal-col-15, .pal-col-14, .pal-col-13, .pal-col-12, .pal-col-11, .pal-col-10, .pal-col-9, .pal-col-8, .pal-col-7, .pal-col-6, .pal-col-5, .pal-col-4, .pal-col-3, .pal-col-2, .pal-col-1,
.pal-col-sm-20, .pal-col-sm-19, .pal-col-sm-18, .pal-col-sm-17, .pal-col-sm-16, .pal-col-sm-15, .pal-col-sm-14, .pal-col-sm-13, .pal-col-sm-12, .pal-col-sm-11, .pal-col-sm-10, .pal-col-sm-9, .pal-col-sm-8, .pal-col-sm-7, .pal-col-sm-6, .pal-col-sm-5, .pal-col-sm-4, .pal-col-sm-3, .pal-col-sm-2, .pal-col-sm-1,
.pal-col-md-20, .pal-col-md-19, .pal-col-md-18, .pal-col-md-17, .pal-col-md-16, .pal-col-md-15, .pal-col-md-14, .pal-col-md-13, .pal-col-md-12, .pal-col-md-11, .pal-col-md-10, .pal-col-md-9, .pal-col-md-8, .pal-col-md-7, .pal-col-md-6, .pal-col-md-5, .pal-col-md-4, .pal-col-md-3, .pal-col-md-2, .pal-col-md-1,
.pal-col-lg-20, .pal-col-lg-19, .pal-col-lg-18, .pal-col-lg-17, .pal-col-lg-16, .pal-col-lg-15, .pal-col-lg-14, .pal-col-lg-13, .pal-col-lg-12, .pal-col-lg-11, .pal-col-lg-10, .pal-col-lg-9, .pal-col-lg-8, .pal-col-lg-7, .pal-col-lg-6, .pal-col-lg-5, .pal-col-lg-4, .pal-col-lg-3, .pal-col-lg-2, .pal-col-lg-1,
.pal-col-xl-20, .pal-col-xl-19, .pal-col-xl-18, .pal-col-xl-17, .pal-col-xl-16, .pal-col-xl-15, .pal-col-xl-14, .pal-col-xl-13, .pal-col-xl-12, .pal-col-xl-11, .pal-col-xl-10, .pal-col-xl-9, .pal-col-xl-8, .pal-col-xl-7, .pal-col-xl-6, .pal-col-xl-5, .pal-col-xl-4, .pal-col-xl-3, .pal-col-xl-2, .pal-col-xl-1 {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.pal-col-1 {
    width: 5%;
}

.pal-col-2 {
    width: 10%;
}

.pal-col-3 {
    width: 15%;
}

.pal-col-4 {
    width: 20%;
}

.pal-col-5 {
    width: 25%;
}

.pal-col-6 {
    width: 30%;
}

.pal-col-7 {
    width: 35%;
}

.pal-col-8 {
    width: 40%;
}

.pal-col-9 {
    width: 45%;
}

.pal-col-10 {
    width: 50%;
}

.pal-col-11 {
    width: 55%;
}

.pal-col-12 {
    width: 60%;
}

.pal-col-13 {
    width: 65%;
}

.pal-col-14 {
    width: 70%;
}

.pal-col-15 {
    width: 75%;
}

.pal-col-16 {
    width: 80%;
}

.pal-col-17 {
    width: 85%;
}

.pal-col-18 {
    width: 90%;
}

.pal-col-19 {
    width: 95%;
}

.pal-col-20 {
    width: 100%;
}

@media screen and (min-width: 576px) {
    .pal-col-sm-1 {
        width: 5%;
    }

    .pal-col-sm-2 {
        width: 10%;
    }

    .pal-col-sm-3 {
        width: 15%;
    }

    .pal-col-sm-4 {
        width: 20%;
    }

    .pal-col-sm-5 {
        width: 25%;
    }

    .pal-col-sm-6 {
        width: 30%;
    }

    .pal-col-sm-7 {
        width: 35%;
    }

    .pal-col-sm-8 {
        width: 40%;
    }

    .pal-col-sm-9 {
        width: 45%;
    }

    .pal-col-sm-10 {
        width: 50%;
    }

    .pal-col-sm-11 {
        width: 55%;
    }

    .pal-col-sm-12 {
        width: 60%;
    }

    .pal-col-sm-13 {
        width: 65%;
    }

    .pal-col-sm-14 {
        width: 70%;
    }

    .pal-col-sm-15 {
        width: 75%;
    }

    .pal-col-sm-16 {
        width: 80%;
    }

    .pal-col-sm-17 {
        width: 85%;
    }

    .pal-col-sm-18 {
        width: 90%;
    }

    .pal-col-sm-19 {
        width: 95%;
    }

    .pal-col-sm-20 {
        width: 100%;
    }
}


@media screen and (min-width: 768px) {
    .pal-col-md-1 {
        width: 5%;
    }

    .pal-col-md-2 {
        width: 10%;
    }

    .pal-col-md-3 {
        width: 15%;
    }

    .pal-col-md-4 {
        width: 20%;
    }

    .pal-col-md-5 {
        width: 25%;
    }

    .pal-col-md-6 {
        width: 30%;
    }

    .pal-col-md-7 {
        width: 35%;
    }

    .pal-col-md-8 {
        width: 40%;
    }

    .pal-col-md-9 {
        width: 45%;
    }

    .pal-col-md-10 {
        width: 50%;
    }

    .pal-col-md-11 {
        width: 55%;
    }

    .pal-col-md-12 {
        width: 60%;
    }

    .pal-col-md-13 {
        width: 65%;
    }

    .pal-col-md-14 {
        width: 70%;
    }

    .pal-col-md-15 {
        width: 75%;
    }

    .pal-col-md-16 {
        width: 80%;
    }

    .pal-col-md-17 {
        width: 85%;
    }

    .pal-col-md-18 {
        width: 90%;
    }

    .pal-col-md-19 {
        width: 95%;
    }

    .pal-col-md-20 {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .pal-col-lg-1 {
        width: 5%;
    }

    .pal-col-lg-2 {
        width: 10%;
    }

    .pal-col-lg-3 {
        width: 15%;
    }

    .pal-col-lg-4 {
        width: 20%;
    }

    .pal-col-lg-5 {
        width: 25%;
    }

    .pal-col-lg-6 {
        width: 30%;
    }

    .pal-col-lg-7 {
        width: 35%;
    }

    .pal-col-lg-8 {
        width: 40%;
    }

    .pal-col-lg-9 {
        width: 45%;
    }

    .pal-col-lg-10 {
        width: 50%;
    }

    .pal-col-lg-11 {
        width: 55%;
    }

    .pal-col-lg-12 {
        width: 60%;
    }

    .pal-col-lg-13 {
        width: 65%;
    }

    .pal-col-lg-14 {
        width: 70%;
    }

    .pal-col-lg-15 {
        width: 75%;
    }

    .pal-col-lg-16 {
        width: 80%;
    }

    .pal-col-lg-17 {
        width: 85%;
    }

    .pal-col-lg-18 {
        width: 90%;
    }

    .pal-col-lg-19 {
        width: 95%;
    }

    .pal-col-lg-20 {
        width: 100%;
    }
}


@media screen and (min-width: 1200px) {
    .pal-col-xl-1 {
        width: 5%;
    }

    .pal-col-xl-2 {
        width: 10%;
    }

    .pal-col-xl-3 {
        width: 15%;
    }

    .pal-col-xl-4 {
        width: 20%;
    }

    .pal-col-xl-5 {
        width: 25%;
    }

    .pal-col-xl-6 {
        width: 30%;
    }

    .pal-col-xl-7 {
        width: 35%;
    }

    .pal-col-xl-8 {
        width: 40%;
    }

    .pal-col-xl-9 {
        width: 45%;
    }

    .pal-col-xl-10 {
        width: 50%;
    }

    .pal-col-xl-11 {
        width: 55%;
    }

    .pal-col-xl-12 {
        width: 60%;
    }

    .pal-col-xl-13 {
        width: 65%;
    }

    .pal-col-xl-14 {
        width: 70%;
    }

    .pal-col-xl-15 {
        width: 75%;
    }

    .pal-col-xl-16 {
        width: 80%;
    }

    .pal-col-xl-17 {
        width: 85%;
    }

    .pal-col-xl-18 {
        width: 90%;
    }

    .pal-col-xl-19 {
        width: 95%;
    }

    .pal-col-xl-20 {
        width: 100%;
    }
}
/*
@media screen and (min-width: 992px){
    #addressSearchContainer{
        width: 50%;
    }

    #searchAllTextContainer {
        width: 50%;
        padding-right: 15px !important;
    }

    #areaSearchContainer {
        width: 20%
    }
    #realEstateTypeIdContainer {
        width: 20%;
    }

    #bathroomsSearchContainer{
        width: 10%;
    }

    #priceSearchContainer {
        width: 10%;
    }

    #searchSubmitButton{
        width:10%
    }

    #roomsSearchContainer {
        width: 16.66666667%;
    }

    #areaSearchContainer {
        width: 16.66666667%;
        
    }

    #amenitiesSearchContainer {
        width: 16.66666667%;
    }
}

@media screen and (max-width: 991px) and (min-width: 771px) {
    #addressSearchContainer {
        width: 100%;
        padding-right: 15px !important;
    }

    #searchAllTextContainer {
        width: 100%;
        padding-right: 15px !important;
    }


    #realEstateTypeIdContainer {
        width: 30%;
    }

    #bathroomsSearchContainer {
        width: 30%;
    }

    #priceSearchContainer {
        width: 30%;
    }

    #searchSubmitButton {
        width: 10%
    }

    #roomsSearchContainer {
        width: 33.3333%;
    }

    #areaSearchContainer {
        width: 33.3333%;
        padding-right: 15px !important;
    }

    #amenitiesSearchContainer {
        width: 33.3333%;
    }
}

@media screen and (max-width: 770px) {
    #addressSearchContainer {
        width: 100%;
        padding-right: 15px !important;
    }

    #realEstateTypeIdContainer {
        width: 100%;
        padding-right: 15px !important;
    }

    #bathroomsSearchContainer {
        width: 100%;
        padding-right: 15px !important;
    }

    #priceSearchContainer {
        width: 100%;
        padding-right: 15px !important;
    }


    #roomsSearchContainer {
        width: 100%;
        padding-right: 15px !important;
    }

    #areaSearchContainer {
        width: 100%;
        padding-right: 15px !important;
    }

    #amenitiesSearchContainer {
        width: 100%;
        padding-right: 15px !important;
    }
}
*/
/*
@media screen and (max-width: 1024){
    .homePage-search-item {
        padding-right: 15px !important;
    }
}*/
@media screen and (max-width:425px) {
 

    .flickity-enabled.is-draggable .flickity-viewport {
        height: 20em !important;
    }
    .chatTaggelBtn {
       
        margin-top: 700px!important;
    
    }
}

@media screen and (min-width: 1025) {
    .homePage-search-item {
        padding-right: 0 !important;
    }
}

.dd--normal {
    padding: calc(0.6rem*2.085) calc(0.6rem*2);
}

.dd__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white);
    border: 1px solid #bbb8bd;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: border-color 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out;
    will-change: border-color;
}

.dropdown-list {
    background-color: var(--white);
    border-radius: 0.6rem;
    -webkit-box-shadow: 0 0.2rem 0.5rem 0.1rem rgba(0,0,0,0.2),0 0.1rem 0.2rem 0 rgba(0,0,0,0.15);
    box-shadow: 0 0.2rem 0.5rem 0.1rem rgba(0,0,0,0.2),0 0.1rem 0.2rem 0 rgba(0,0,0,0.15);
    padding: calc(0.6*1.5) 0;
}

.dropdown-list__items {
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0;
}

.filter-single-selection__dropdown-list {
    max-height: 34.56rem;
}

.dropdown-list__item {
    padding: 0 0.6rem;
    position: relative;
}

.dropdown-list__item--active:before {
    background-color: var(--primaryColor);
    border-radius: 0 0.3rem 0.3rem 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: calc(0.6rem*0.5);
}

.dd__label--normal {
    font-size: 1.4rem;
}

.dd__label {
    line-height: 1.5;
    overflow: hidden;
    pointer-events: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dd__icon-svg, .dd__label {
    color: #403b45;
}

.dropdown-list__item--active .dropdown-list__item-content, .dropdown-list__item--active:hover .dropdown-list__item-content, .dropdown-list__item--navigated .dropdown-list__item-content {
    background-color: #e8f4f6;
}

.dropdown-list__item-button {
    cursor: pointer;
    text-align: inherit;
    width: 100%;
}

.dropdown-list__item-content {
    border-radius: 0.3rem;
    color: #403b45;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0.6rem calc(0.6rem*1.5);
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    white-space: nowrap;
    will-change: background-color;
}

.dd__icon-svg, .dd__label {
    color: #403b45;
}

.dd__icon-svg {
    display: inherit;
}

.select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px !important;
        text-align: start;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px !important;
    }

.select2-results__option--highlighted {
    background-color: var(--primaryColor) !important;
}

.select2-selection__clear {
    width: auto !important;
}

input:-internal-autofill-selected {
    background-color: #e8f4f6 !important;
    border-color: #007ea8 !important;
    color: #007ea8 !important;
}

.m-bottom-15 {
    margin-bottom: 15px;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option--selected:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

.select2-results__option--selected:hover::before {
    background-color: #fff;
    color: #46464e;
}
/*.select2-results__option:hover::before {
    background-color: #75787a;
}*/

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none !important;
    color: white !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
        background-color: white !important;
        color: var(--primaryColor) !important;
    }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primaryColor) !important;
    color: white !important;
    border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-inline-start: 10px !important;
    padding-inline-end: 20px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #aaa !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 40px !important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: ''Alexandria', sans-serif' !important;
}

.button.form-next {
    cursor: pointer;
}

.myWhiteContainer {
    border-radius: 9px;
    border: 2px solid #b79463;
    padding: 2% 6%;
    box-shadow: 2px 2px 20px 0px #e7792f36;
    background-color: #ccced03d;
}


.blockUI h1 {
    color: #e7792f;
}

.package {
    padding: 1rem;
    background-color: white !important;
}

.tabs.ui-widget.ui-widget-content {
    padding: 20px 51px;
}
.select2-container {
    box-shadow: 0px 3px 6px #00000029 !important;
}

.button-groups {
    display: flex;
    justify-content: space-between;
}

    .button-groups div {
        width: 33%;
        border-radius: 7px;
        text-align: center;
    }

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    padding: 30px;
}

.form-group label {
    font-weight: bold;
}

.form-control-range {
    width: 100%;
}

.widget-content {
    font-weight: 700;
    font-size: 14px;
}

input[readonly] {
    background-color: #ffffff;
    cursor: not-allowed;
}

.noUi-horizontal {
    height: 7px;
}

.border {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 3px 6px #00000029 !important;
    margin: 0px 0px 0px 0px !important;
}

.noUi-horizontal .noUi-handle {
    left: 11px;
}

.gap {
    gap: 15px;
    display: flex;
    justify-content: space-between;
}

@media (max-width:425px) {
    .form-block {
        margin: 5px 0px !important;
    }

    .widget-content {
        font-size: 11px;
    }

    .gap {
        display: block !important;
    }

    .border {
        margin: -4px 0px -2px 0px !important;
    }

    .button, input[type="submit"] {
        font-size: 11px;
    }
 
}

@media (max-width:768px) {
    .noUi-horizontal .noUi-handle {
        left: 38px;
    }

    .gap {
        gap: 15px;
        display: flex;
        justify-content: space-between;
    }


    .form-block {
        margin: 5px 0px !important;
    }
    .amenities-list {
        -webkit-columns: 2!important;
        -moz-columns: 4;
    }
}
@media (max-width:1410px) {
    .navbar-collapse.collapse {
        margin-left: 0rem;
    }
}
/*
@media (max-width:1201px) {
    .nav.navbar-nav.right {
        margin-left: -180px;
    }
}
@media (max-width:1025px) {
   /* .nav.navbar-nav.right {
        margin-left: -229px;
    }
*/
    .text-center1 {
        display: flex !important;
        justify-content: center !important;
    }

    .form-block {
        margin: 5px 0px !important;
    }

    .gap {
        gap: 35px !important;
        display: flex;
        justify-content: space-between;
    }
}
.module.property-submit {
    margin-top: 40px;
}

.add-listing-div {
    width: 1400px;
    height: 129px;
    background: transparent linear-gradient(180deg, #050402 0%, #BA8E51 100%) 0% 0% no-repeat padding-box;
    color: white;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border: 1px solid #707070;
    margin-bottom: 40px;
}

.col-addlist {
    padding: 40px 50px 100px 50px;
/*    background: #ccced030;
*/    margin-bottom: 50px;
}

.side-line {
    border: 1px solid #707070;
    width: 100px;
    top: -24px;
    position: relative;
}

.form-nav.dd {
    display: flex;
    align-items: center;
}

.border-radius-9 {
    border-radius: 9px;
}


.form-block {
    height: 40px;
}

@@media screen and (max-width:425px) {
    .blog-comment .post-comments {
        margin-left: -7px !important;
        padding: 10px 5px !important;
    }

    #map-single {
        height: 200px !important;
    }
}

@@media screen and (max-width:768px) {
    .company-img {
        width: 30% !important;
        height: 100px;
    }
}

.contact-info {
    font-size: 14px !important;
}

.company-img {
    width: 100%;
    height: 100px;
}

.agent-details {
    background: #BA8E51 0% 0% no-repeat padding-box;
    border-radius: 20px;
    width: fit-content;
    color: white;
    padding: 15px;
}

    .agent-details h3 {
        margin-bottom: 0px;
        font-size: 25px;
        font-weight: 600;
        color: white;
    }
/* Flickity  */
.flickity-enabled {
    position: relative
}

    .flickity-enabled:focus {
        outline: 0
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
        height: 600px!important;
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing
        }

.flickity-button {
    position: absolute;
    background: hsla(0,0%,100%,.75);
    border: none;
    color: #333
}

    .flickity-button:hover {
        background: #fff;
        cursor: pointer
    }

    .flickity-button:focus {
        outline: 0;
        box-shadow: 0 0 0 5px #19f
    }

    .flickity-button:active {
        opacity: .6
    }

    .flickity-button:disabled {
        opacity: .3;
        cursor: auto;
        pointer-events: none
    }

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

    .flickity-prev-next-button.previous {
        left: 10px
    }

    .flickity-prev-next-button.next {
        right: 10px
    }



    .flickity-prev-next-button .flickity-button-icon {
        position: absolute;
        left: 20%;
        top: 20%;
        width: 60%;
        height: 60%
    }

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -35px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}


    .flickity-page-dots .dot {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 8px;
        background: #ba8e51;
        border-radius: 50%;
        opacity: .25;
        cursor: pointer
    }

        .flickity-page-dots .dot.is-selected {
            opacity: 1
        }
.Free-Package {
    border-radius: 0px 16px 16px 0px;
}
.package {
    border-radius: 16px 0px 0px 16px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 5px auto #ba8e51;
    outline-offset: -2px;
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(186 142 81 / 37%);
}
.filter-title {
    position: absolute;
    top: 8px;
    left: 25px;
    color: #333;
    z-index: 1000;
}