body ,p,h1,h2,h3,h4,h5,.navbar-nav, footer .footer-item{
    font-family: 'Poppins', sans-serif !important;
}

.footer-item-content .logo img {
    max-height: 44px;
}
.recent-properties-box .detail .title {
    min-height: 40px;
}
ul.nav.navbar-nav.level-11 {
    display: inline-block;
    float: right;
}
h1 .main-title {
    font-size: 24px;
    text-transform: uppercase;
    color: #3f3f3f;
    font-weight: 700;
    margin: 0px auto 40px;
    display: block;
    padding-bottom: 5px;
    position: relative;
}
    h1 .main-title:before {
        content: "";
        position: absolute;
        background: #e5e5e5;
        height: 3px;
        width: 120px;
        margin: 0 auto 30px;
        top: 38px;
        left: 0;
        right: 0;
    }
span.tag-s1 {
    color: #FD7400;
    font-size: 16px;
}
    h1 .main-title:after {
        content: "";
        position: absolute;
        background:#6fa916;
        height: 3px;
        width: 60px;
        margin: 0px auto;
        top: 38px;
        left: 0;
        right: 0;
    }
.pt-0 {
    padding-top: 0;
}

.my-4 {
    padding: 20px 0;
}
.list-inline a:hover {
    color: #FD7400;
}


.category .category-content {
    display: block;
}

.category:hover .category-content {
    display: none;
}


.category .category-morecontent {
    display: none;
}

.category:hover .category-morecontent {
    display: block;
}
.category:hover .category-overlay{
   background:#47413d;
}


.category-morecontent {
    bottom: 40px;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-70%);
    transition: all .15s linear;
    width: 80%;
}
    .category-morecontent span.category-subtitle {
        white-space: initial;
    }
.carousel-control.right {
    right: 25px;
}

.carousel-control.left {
    left: 25px;
}
video.banner-background-video {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.sub-banner {
    position: relative;
}
span.category-subtitle {
    white-space: inherit;
}

.sub-banner:before {
    content: "";
    background: #00000061;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.sub-banner .breadcrumb-area {
    max-width: initial;
}

.sub-banner .breadcrumb-area .top {
    background: transparent;
    text-align: center;
    color: #fff;
}

.breadcrumb-area h1 {
   
    font-size: 32px;
    
}
.breadcrumb-area {
    position: relative;
    z-index: 1;
}

.breadcrumb-area p {
    font-size: 18px;
    color: #fff;
}
button.btn.btn-search {
    padding: 14px 35px;
    background: #6fb044;
    color: #fff;
}

.properties-condition ul img {
    width: 20px !important;
    height: auto !important;
}
.listing-properties-box .property-body-detail .title {
    font-size: 34px;
}

.listing-properties-box .property-body-detail .title a {
    font-size: 14px;
}

.feature-article-text .list-detail img {
    display: inline-block;
    max-width: 17px;
    height: auto;
}

.feature-article-text .list-detail li {
    font-size: 14px;
}

.feature-article-text h3 a {
    font-size: 16px;
}

.listing-properties-box .property-body-detail .title {
    text-align: left;
}

section.block-features1.properties-section-body {
    padding: 40px 15px;
}

span.tag-c-rentedout {
  position: absolute !important;
    left: 0;
    top: 32px;
    right: auto;
    width: 150px;
    text-align: center;
    font-size: 14px;

}
.listing-properties-box a.btn.button-md.button-theme {
    padding: 6px 15px;
}

ul.nav.navbar-nav.level-1 {
    display: inline-block;
    float: none;
}

div#app-navigation {
    text-align: center;
}
.langaugeicon img {
    border-radius: 15px;
}

.listing-properties-box .property-head-detail .carousel-inner img {
    padding: 0;
    border: 0;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
}
.listing-properties-box {
    border-radius: 15px;
}
.listing-properties-box a.btn.button-md.button-theme {
    background: #203759;
}
.listing-properties-box .property-body-detail .title a {
    color: #203759;
}

span.tag-s {
    z-index: 10;
}

span.tag-s-home {
    z-index: 10;
}

span.tag-s-offer-home {
    z-index: 10;
}

.listing-properties-box-hover {
    display: none;
}

.listing-properties-box-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #3f3f3fd4;
    z-index: 10;
    border-radius: 10px;
    padding: 10% 5%;
    color: #fff;
}

.listing-properties-box-hover p {
    color: #fff;
}


.listing-properties-box:hover .listing-properties-box-hover{/* display: block;*/}

.row.buttonbottom {
    position: absolute;
    bottom: 5%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;padding: 0% 5%;
}

.row.buttonbottom.relative {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0% 5%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.row.buttonbottom a.btn.button-md.button-theme {
    border-radius: 7px;
}

.row.buttonbottom a.btn.button-md.button-theme {
    display: block;
    padding: 8px 4px;background: #6fb044;
}

.listing-properties-box-hover {
    transition: all .15s linear;
}

.energy_class_container .col-eng-gruppo.energy-gruppo-1 {
    width: 14.1%
}
.energy_class_container .col-eng-gruppo {
    position: relative;
    float: left;
    min-height: 1px
}
.energy_class_container .row.class-energy p {
    margin-bottom: 0
}
.energy_class_container [class^=energy-] {
    padding: 6px 0;
    color: #fff;
    border-radius: 0;
    text-align: center
}
.energy_class_container .indicator-energy[data-energyclass=D],
.energy_class_container .indicator-energy[data-energyclass=E],
.energy_class_container .indicator-energy[data-energyclass=F],
.energy_class_container .indicator-energy[data-energyclass=G],
.energy_class_container .indicator-energy[data-energyclass=H] {
    right: 7%;
    left: inherit
}

@media only screen and (max-width: 600px) {
    .energy_class_container .indicator-energy[data-energyclass=D],
    .energy_class_container .indicator-energy[data-energyclass=E],
    .energy_class_container .indicator-energy[data-energyclass=F],
    .energy_class_container .indicator-energy[data-energyclass=G],
    .energy_class_container .indicator-energy[data-energyclass=H] {
        right: 32%;
        left: inherit
    }
    }
    
.energy_class_container .indicator-energy[data-energyclass=D]:before,
.energy_class_container .indicator-energy[data-energyclass=E]:before,
.energy_class_container .indicator-energy[data-energyclass=F]:before,
.energy_class_container .indicator-energy[data-energyclass=G]:before,
.energy_class_container .indicator-energy[data-energyclass=H]:before {
    right: 8%;
    left: inherit
}
.energy_class_container .indicator-energy:before {
    content: "";
    position: absolute;
    border-top: 10px solid #999;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px;
    left: 8%;
    margin-left: 5px
}
.energy_class_container .detail-information-content th,
.energy_class_container .indicator-energy {
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.energy_class_container .indicator-energy {
    position: absolute;
    top: -55px;
    left: 7%;
    padding: 6px 12px;
    color: #fff;
    background-color: #999;
    font-weight: 700
}
.energy_class_container .energy-H {
    background-color: #790000
}
.energy_class_container .energy-G {
    background-color: #b80000
}
.energy_class_container .energy-F {
    background-color: #d22300
}
.energy_class_container .energy-E {
    background-color: #e67300
}
.energy_class_container .energy-D {
    background-color: #eb9d00
}
.energy_class_container .energy-C {
    background-color: #ebc400
}
.energy_class_container .energy-B {
    background-color: #91d100
}
.energy_class_container .energy-A {
    background-color: #7fb800
}
.energy_class_container .energy-Aplus {
    background-color: #6d9e00
}
.energy_class_container .row.class-energy {
    padding-top: 55px;
    margin: 5px 0 0
}
@media only screen and (max-width:767px) {
    .energy_class_container .indicator-energy:before,
    .energy_class_container .presentation-detail > li + li {
        margin-left: 0
    }
    .energy_class_container .detail-information-content th {
        padding-left: 5px;
        padding-right: 5px
    }
    .energy_class_container .class-energy {
        position: relative;
       /* float: left;*/
        width: 100%
    }
    .energy_class_container .col-eng-gruppo {
        position: static
    }
    .energy_class_container .indicator-energy {
        left: -17px;
        top: 0;
        right: 0
    }
    .energy_class_container .indicator-energy[data-energyclass=A4]:before {
        left: calc((10% * .5) - 10px)
    }
    .energy_class_container .indicator-energy[data-energyclass=A3]:before {
        left: calc((10% * 1.5) - 10px)
    }
    .energy_class_container .indicator-energy[data-energyclass=A2]:before {
        left: calc((10% * 2.5) - 10px)
    }
    .energy_class_container .indicator-energy[data-energyclass=A1]:before {
        left: calc((10% * 3.5) - 10px)
    }
    .energy_class_container .indicator-energy[data-energyclass=Aplus]:before {
        left: calc((12.5% * .5) - 10px)
    }
    .energy_class_container .indicator-energy[data-energyclass=A]:before {
        left: calc((12.5% * 1.5) - 10px)
    }
    .energy_class_container .energy-gruppo-1 .indicator-energy[data-energyclass=B]:before {
        left: calc((12.5% * 2.5) - 10px)
    }
    .energy_class_container .energy-gruppo-2 .indicator-energy[data-energyclass=B]:before {
        left: calc((10% * 4.5) - 10px)
    }
    .energy_class_container .energy-gruppo-1 .indicator-energy[data-energyclass=C]:before {
        left: calc((12.5% * 3.5) - 10px)
    }
    .energy_class_container .energy-gruppo-2 .indicator-energy[data-energyclass=C]:before {
        left: calc((10% * 5.5) - 10px)
    }
    .energy_class_container .energy_class_container .indicator-energy[data-energyclass=D] {
        right: 0;
        left: 0
    }
    .energy_class_container .energy-gruppo-1 .indicator-energy[data-energyclass=D]:before {
        right: calc((12.5% * 3.5) - 10px);
        left: auto
    }
    .energy_class_container .energy-gruppo-2 .indicator-energy[data-energyclass=D]:before {
        right: calc((10% * 3.5) - 10px);
        left: auto
    }
    .energy_class_container .indicator-energy[data-energyclass=E] {
        right: 0;
        left: 0
    }
    .energy_class_container .energy-gruppo-1 .indicator-energy[data-energyclass=E]:before {
        right: calc((12.5% * 2.5) - 10px);
        left: auto
    }
    .energy_class_container .energy-gruppo-2 .indicator-energy[data-energyclass=E]:before {
        right: calc((10% * 2.5) - 10px);
        left: auto
    }
    .energy_class_container .indicator-energy[data-energyclass=F] {
        right: 0;
        left: 0
    }
    .energy_class_container .energy-gruppo-1 .indicator-energy[data-energyclass=F]:before {
        right: calc((12.5% * 1.5) - 10px);
        left: auto
    }
    .energy_class_container .energy-gruppo-2 .indicator-energy[data-energyclass=F]:before {
        right: calc((10% * 1.5) - 10px);
        left: auto
    }
    .energy_class_container .indicator-energy[data-energyclass=G] {
        right: 0;
        left: 0
    }
    .energy_class_container .energy-gruppo-1 .indicator-energy[data-energyclass=G]:before {
        right: calc((12.5% * .5) - 10px);
        left: auto
    }
    .energy_class_container .energy-gruppo-2 .indicator-energy[data-energyclass=G]:before {
        right: calc((10% * .5) - 10px);
        left: auto
    }
    .energy_class_container .section-contact .contact-box {
        border: none
    }
    .energy_class_container .section-contact .down .contact-data {
        background-color: #fff;
        padding: 0;
        border: none
    }
}

.prop_social i {
    font-size: 22px;
    margin: 0 10px;
}
.formulate__field--button button {
    border-radius: 7px;
    font-size: 13px;
}

.panel-heading .chevron:after {
    content: "\f078";   
}
.panel-heading.collapsed .chevron:after {
    content: "\f054"; 
}  
i.chevron {
    float: right;
}
.prop_social {
    margin-right: 10px;
}

ul.top-social-media.pull-right {
    margin-right: 10px;
}


@media (min-width: 1440px) {
    
    .container {
    width: 1440px;
}


}

.container {
    width: 100%;
   max-width: 1440px;
}
.btn_booking {
    margin-bottom: 10px;
}

.listing-properties-box .property-head-detail .carousel-inner img {
    width: 100%;
}
.btn.button-md.button-theme {
    border-radius: 7px;
}

a.button-md.button-theme , a.button-sm.button-theme{
    border-radius: 7px;
}
.listing-properties-box .detail {
    min-height: 65px;
}

.row.buttonbottom a.btn.button-md.button-theme {
    font-size: 12px;
}

.row.buttonbottom > div {
    margin: 0;
    padding: 2px;
}
.listing-properties-box-hover {overflow: hidden;}
.formulate__row {
    margin-bottom: 13px;
}
.formulate__field--checkbox label.formulate__field__label {
    display: inline;
    line-height: 21px;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #6fb044 !important;
}

.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
    background-color: #6fb044 !important;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #6fb044 !important;
    background-image: linear-gradient(to bottom, #6fb044, #6fb044);
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled]
{
    background-color: #6fb044 !important;
    background-image: linear-gradient(to bottom, #6fb044, #6fb044);
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover
{
      background-color: #6fb044 !important;
    background-image: linear-gradient(to bottom, #6fb044, #6fb044);
}

.btn_booking .btn.button-md.button-theme {
    width: 100%;    font-size: 18px;
}

input[type=checkbox]:checked + label:before {
    display: none;
}

span.tag-c-rentedout.greencolor {
    background-color: #6fb044;
}

.p1 a {
    background: #203759;
    border-radius: 0;
}

.p1 a.is-active {
    border-radius: 0;
}
.listing-properties-box .condition li {
    display: block;
}

.properties-condition ul li i {
    color: #203759;
}

.searchoption label {
    color: #fff;
}
.searchoption_main.properties-section-body {
    padding-top: 161px;
}

section.block-features1.properties-section-body {
    padding-top: 70px;
}
.pt-5 { padding-top: 50px;padding-bottom: 30px;}
.section-2.content-area.articles-tips { padding-top: 70px;}

.listing-properties-box-hover li {
    color: #fff;
    list-style: none;
}

.formulate__field--button button {
    font-size: 18px;
}


.btn_booking.mobile {
    display: none;
}
.articalcontent {
    padding: 0 45px;
}

@media (max-width: 998px) {
    
.btn_booking.mobile {
    display: block;
}
.btn_booking.desktop {
    display: none;
}
.articalcontent {
    padding: 0 25px;
}
}
@media (max-width: 769px) {
    ul.nav.navbar-nav.level-11 {
    float: none;
}
}
h3.white {
    color: #fff;
}

.p1 a {
    border-radius: 30px;
}

.p1 a.is-active {  border-radius: 30px;}
footer .footer-item .contact-info label {
    margin-left: 14px;
}

.small_text,.small_text p {
    font-size: 12px !important;
}
.col-lg-12.col-md-12.col-xs-12.searchoption {
    padding: 0 30px;border-radius: 10px;
}
h3.white {
    text-align: center;
    margin-top: 35px;
}