.property-faq{font-size: 18px;}
.property-faq .container-fluid{padding-top: 15px;}

.property-faq section .heading{margin-top: 0; margin-bottom: 0;}
.property-faq section .heading h2{font-size: 52px;}
.property-faq section .heading p{}
.property-faq section mark {background: rgba(82, 162, 255, 0.4); padding: 1px;}

.property-faq .box-new{
        background-color: #fff;
        box-shadow: 0 6px 32px 0 rgba(0,0,0,0.1);
        bottom: 0; left: 0;
        padding: 12px 0;
        position: fixed;
        text-align: center;
        width: 100%;
        z-index: 999;
    }
.property-faq .box-new .txt{display: inline-block; font-size: 14px; margin-left: 20px; vertical-align: middle;}

/** section.SEARCH **/
    .property-faq section.search{margin-top: 72px;}
    .property-faq section.search .box-search{
        background-color: #52A2FF;
        border-radius: 35px;
        margin: 0 35px 0;
        position: relative;
        transition: .5s ease;
    }
    .property-faq.article section.search .box-search{background-color: #9c9c9c;}
    .property-faq.tags section.search .box-search{}

    .property-faq.article section.search .box-search .container{padding-top: 80px; padding-bottom: 140px;}
    .property-faq.tags section.search .box-search .container{padding-top: 80px; padding-bottom: 140px;}

    .property-faq section.search .box-search>img{
        border-radius: 0 35px 35px 0;
        clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
        height: 100%;
        object-fit: cover;
        position:absolute;
        right: 0;
        width: 48%;
    }
    .property-faq section.search .box-search .form{position: relative;}
    .property-faq section.search .box-search .form input[type="text"]{
        background-color: #fff;
        background-image: url(/img/lp/properties/search-icon.png);
        background-size: 24px;
        background-position: 16px center;
        background-repeat: no-repeat;
        font-size: 16px;
        height: auto;
        padding: 16px;
        padding-left: 60px;
        width: 100%;
    }
    .property-faq section.search .box-search .form .btn-clear{
        background-color: transparent;
        background-image: url(/img/close_gray.png);
        background-size: 24px;
        background-position: center;
        background-repeat: no-repeat;
        border: none;
        height: 36px;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 36px;
    }
    .property-faq section.search .box-search .form .short-results{
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
        left:0;
        overflow: hidden;
        padding: 12px 0;
        position: absolute;
        top:100%;
        width: 100%;
        z-index: 9999;
    }
    .property-faq section.search .box-search .form .short-results .items{
        max-height: 200px;
        overflow-y: auto;
    }
    .property-faq section.search .box-search .form .short-results .items .item{
        padding: 3px 24px;
    }
    .property-faq section.search .box-search .property-title{
        background-image: url(/img/lp/properties/home-icon.png);
        background-position: 20px center;
        background-repeat: no-repeat;
        background-size: 20px;
        padding: 12px 24px;
        padding-left: 56px;
    }
    .property-faq section.search .box-search .property-title.big{
        background-color: rgba(255, 255, 255, 0.05);
        border: solid 1px rgba(188, 195, 204, 0.5);
        border-radius: 12px;
    }
    .property-faq section.search .box-search .property-title.small{
        display: none;
        max-width: 100%;
        overflow: hidden;
        padding-top: 15px;
        padding-bottom: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .property-faq section.search .box-search .property-title small{font-size: 12px;}

    .property-faq section.search .box-items{padding: 25px 0 0;}
    .property-faq section.search .box-items .items{text-align: center;}
    .property-faq section.search .box-items .items .item{display: inline-block; margin: 1%; vertical-align: top; width: 30%;}
    .property-faq section.search .box-items .items .item img{
        height: 270px;
        margin-bottom: 10px;
        object-fit: cover;
        width: 100%;
    }
    .property-faq section.search .box-items .items .item .txt{padding: 12px;}
    .property-faq section.search .box-items .items .item .txt h4{font-size: 16px;}
    .property-faq section.search .box-items .items .item .txt p{font-size: 16px;}


/** section.CONTENT **/
    .property-faq section.content{position: relative; min-height: 500px;}
    .property-faq section.content .mob-nav .btn-dots{display: none;}
    .property-faq section.content .mob-nav .dropdown-menu{
        border: none;
        box-shadow: none;
        display: block;
        width: 100%;
    }

    .property-faq section.content .results .group{padding: 0 10px; scroll-margin-top: 480px;}
    .property-faq section.content .results .group:after{
        background-color: #f5f6f8;
        border-radius: 8px;
        content: '';
        display: block;
        height: 26px;
        margin: 40px auto;
        width: 100%;
    }
    .property-faq section.content .results .group h3{padding-bottom: 15px;}
    .property-faq section.content .results .items{}
    .property-faq section.content .results .items .item{padding: 20px 0; scroll-margin-top: 180px;}
    .property-faq section.content .results .items .item + .item{border-top: 1px solid #ededed;}
    .property-faq section.content .results .items .item.highlighted{background: rgba(82, 162, 255, 0.2);}
    .property-faq section.content .results .items .item .title{display: block; padding-left: 30px; position: relative;}
    .property-faq section.content .results .items .item .title[aria-expanded="true"]{color: #1e7eee; font-weight: 500;}
    .property-faq section.content .results .items .item .title .caret{
        float: none;
        position: absolute;
        top: 2px;
        left: 8px;
        transform: rotate(-90deg);
    }
    .property-faq section.content .results .items .item .title[aria-expanded="true"] .caret{transform: rotate(0);}
    .property-faq section.content .results .items .item .txt{font-size: 16px; padding: 20px 30px; word-break: break-word;}
    .property-faq.tags section.content .results .items .item a:hover{color: #1e7eee; text-decoration: underline;}
    .property-faq.article section.content .results #articles-list {
        min-height: 800px;
    }
    .property-faq.article section.content .results .items .item a:hover{color: #1e7eee; text-decoration: underline;}

    .property-faq section.content .anchor-menu{
        background-color: #f5f6f8;
        border: none;
        border-radius: 16px;
        box-shadow: none;
        display: block;
        float: none;
        left: auto;
        margin-top: 10px;
        padding: 16px;
        width: 100%;
    }
    .property-faq section.content .anchor-menu .menu-title{padding: 0 15px;}
    .property-faq section.content .anchor-menu .menu-title h3{margin-top: 10px;}
    .property-faq section.content .anchor-menu .items{}
    .property-faq section.content .anchor-menu .items .item{
        border-radius: 12px;
        display: block;
        padding: 12px 16px;
    }
    .property-faq section.content .anchor-menu .items .item:hover,
    .property-faq section.content .anchor-menu .items .item:active,
    .property-faq section.content .anchor-menu .items .item:focus{
        background-color: #fff; font-weight: bold;
    }

    .property-faq section.content .tag-menu{padding:0;}
    .property-faq section.content .tag-menu .menu-title{}
    .property-faq section.content .tag-menu .menu-title h3{margin: 15px 0;}
    .property-faq section.content .tag-menu .items{
        max-height: calc(100vh - 550px);
        overflow: auto;
    }
    .property-faq section.content .tag-menu .items .item{display: inline-block; margin-bottom: 6px; margin-right: 3px;}
    .property-faq section.content .tag-menu .items .item input{display: none;}
    .property-faq section.content .tag-menu .items .item label{
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 12px;
        color: #626d77;
        cursor: pointer;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        padding: 6px 18px;
    }
    .property-faq section.content .tag-menu .items .item input:checked + label{
        background-color: #f5f6f8;
        border-color: #f5f6f8;
        color: #2e2e2e;
    }



/** section.CONTACT **/
    .property-faq section.contact{}
    .property-faq section.contact .box{background-color: #f2f3f5; border-radius: 20px; padding: 40px 80px;}
    .property-faq section.contact .box h2{font-weight: normal;}
    .property-faq section.contact .box h3{font-size: 30px; font-weight: normal;}
    .property-faq section.contact .box h3 a{font-weight: normal;}
    .property-faq section.contact .box p{font-size: 18px;}


/**** isSticky ****/
    .property-faq.isStickySearch .hidden-sticky,
    .property-faq.isStickyScroll .hidden-sticky{display: none;}
    .property-faq.isStickySearch section.search,
    .property-faq.isStickyScroll section.search{}
    .property-faq.isStickySearch section.search .box-search,
    .property-faq.isStickyScroll section.search .box-search{
        border-radius: 0;
        position: fixed;
        top: 72px;
        width: 100%;
        z-index: 9999;
        margin: 0;
    }
    .property-faq.isStickySearch section.search .box-search>img,
    .property-faq.isStickyScroll section.search .box-search>img{display: none;}
    .property-faq.isStickySearch section.search .box-search .container,
    .property-faq.isStickyScroll section.search .box-search .container,
    .property-faq.article.isStickyScroll section.search .box-search .container,
    .property-faq.article.isStickySearch section.search .box-search .container,
    .property-faq.tags.isStickyScroll section.search .box-search .container,
    .property-faq.tags.isStickySearch section.search .box-search .container{padding-top: 10px; padding-bottom: 10px;}
    .property-faq.isStickySearch section.search .box-search .property-title.small,
    .property-faq.isStickyScroll section.search .box-search .property-title.small{display: block;}

    .property-faq.isStickySearch section.content{padding-top: 60px;}
    .property-faq.isStickySearch section.content.content-article{padding-top: 80px;}
    .property-faq.isStickyScroll section.content{padding-top: 150px;}

    .property-faq.isStickySearch section.content .group,
    .property-faq.isStickyScroll section.content .group{scroll-margin-top: 180px;}
    .property-faq #side-menu-box .menu-title{
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        label{
          font-weight: unset;
          display: flex;
          align-items: center;
        }
    }
    .property-faq section.content .tag-menu .items{
      max-height: 62vh;
    }

/** @MEDIA **/
    @media screen and (min-width: 992px){
        .property-faq section.content .mob-nav .dropdown .dropdown-menu{position: static;}

        .property-faq.isStickySearch section.content .side-menu,
        .property-faq.isStickyScroll section.content .side-menu{
            position: fixed;
            top: 200px;
            z-index: 999;
        }
        .property-faq.isStickySearch.unstick section.content .row,
        .property-faq.isStickyScroll.unstick section.content .row{
            display: flex;
        }

        .property-faq.isStickySearch.unstick section.content #side-menu-box,
        .property-faq.isStickyScroll.unstick section.content #side-menu-box{display: flex; flex-direction: column; justify-content: flex-end;}

        .property-faq.isStickySearch.unstick section.content #side-menu-box .side-menu,
        .property-faq.isStickyScroll.unstick section.content #side-menu-box .side-menu{position: static;}
    }

    @media screen and (max-width: 1199.5px){
        .property-faq section.search{margin-top: 72px;}
        .property-faq section.search .box-search{margin: 0 12px;}
        .property-faq section.search .box-search>img{display: none;}
        .property-faq section.content .mob-nav .dropdown{max-width: 234px;}
    }
    @media screen and (max-width: 991.5px){
        .property-faq.isStickySearch section.content .side-menu,
        .property-faq.isStickyScroll section.content .side-menu{
            top: auto;
        }
        .property-faq section.content .mob-nav{
            position: fixed;
            bottom: 30px;
            left: 30px;
            z-index: 10000;
        }
        .property-faq section.content .mob-nav .btn-dots{
            background-color: #fff;
            background-image: url(/img/icons/ic-more@2x.png);
            background-size: cover;
            border:8px solid #f5f6f8;
            border-radius: 12px;
            box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
            display: block;
            height:52px;
            width: 52px;
        }
        .property-faq section.content .mob-nav .dropdown-menu{
            border: none;
            border-radius: 16px;
            bottom: 60px;
            box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
            display: none;
            left: 0;
            top: auto;
            padding: 0;
            position: absolute;
            width: calc(100vw - 60px);
        }
        .property-faq section.content .mob-nav .dropdown .dropdown-menu{display: none;}
        .property-faq section.content .mob-nav .dropdown.open .dropdown-menu{display: block;}
        .property-faq section.content .mob-nav .dropdown-backdrop{display:none; z-index: -1;}

        .property-faq section.content .anchor-menu{margin-top: 0;}
        .property-faq section.content .anchor-menu .menu-title{display: none;}

        .property-faq section.content .tag-menu{padding: 16px;}
        .property-faq section.content .tag-menu .menu-title{display: none;}



        .property-faq section.content .items .item{scroll-margin-top: 200px}
    }
    @media screen and (max-width: 768px){
        .property-faq.isStickySearch section.content.content-article{padding-top: 0px;}
        .property-faq section .container,
        .property-faq.tags section.search .box-search .container,
        .property-faq.article section.search .box-search .container{padding-top: 10px; padding-bottom: 20px;}

        .property-faq section .heading h2{font-size: 30px;}
        .property-faq section.search .box-search{background-size: cover; padding: 6px 12px;}

        .property-faq.isStickySearch section.search,
        .property-faq.isStickyScroll section.search {
            margin-top: 210px;
        }
        .property-faq.isStickyScroll section.search .box-search{
            top: 60px;
        }
        .property-faq section.contact .box{padding: 10px 20px;}
        .property-faq section.contact .box h3{font-size: 18px; word-break: break-word;}
    }