.banner-text-1 {
    font-weight:400;
    font-size:2.35vw;
    line-height: 1.2;
}

.banner-caption {
    margin: 0 0 25.75% 0;
    padding:0rem;
}

.dropdown-transparent {
    background: transparent;
    color: #FFF;
    font-size: 1vw;
    font-weight: 600;
}

.dropdown-transparent option{
    background: #FFF;
    color: #000;
}

.search-jual-sewa > .form-check-input {
    -webkit-appearance: none;
    appearance: none;
}

.search-jual-sewa > .form-check-label {
    font-size: 1.5vw;
    color: #A3A3A3;
}

.search-jual-sewa > .form-check-input:checked + label {
    color: #FFF;
    font-weight: bolder;
}

#search-keyword-list{
    max-height: 350px;
    height : auto;
    position : absolute;
    top : 100%;
    left : 0;
    background : #FFFFFF;
    color : #000;
    width : 100%;
    margin-top : 0.5rem;
    padding-left : 0;
    border-radius : 0.357rem;
    display : none;
    overflow-y: auto;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#search-keyword-list li.auto-suggestion {
    display : flex;
    align-items : center;
    cursor : pointer;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.parlax {
    /* The image used */
    background-image: url("../img/banner/banner_2.jpg");
  
    /* Set a specific height */
    height: 500px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parlax-caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}
  
.parlax-caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}

.form-control-black {
    color: #000;
}

.form-control-black::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
}

.back-to-top {
    background-color: #000000;
    color: #FFFFFF;
    opacity: 0;
    transition: opacity .6s ease-in-out;
    z-index: 999;
    position: fixed;
    right: 20px;
    bottom: 60px;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    border-radius: 15%;
}

a.back-to-top {
    font-weight: 1000;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding-left: 0px;
    padding-top: 3px;
}

.back-to-top:hover, .back-to-top:focus, .back-to-top:visited {
    color: #FFFFFF;
}

.back-to-top.show {
    opacity: 1;
}

.floating-wpp-button {
    width:41px;
    height:41px;
    background-color: rgb(37, 211, 102);
}

/* .wa_button {
    background-color: #1ebea5;
    color: #FFFFFF;
    z-index: 1002;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    border-radius: 50%;
    padding:10px;
    padding-top:8px;
} */

/* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.shadow
{
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow-md
{
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.accordion .card-header:after{
    content:'';
}

strong{
    font-weight: bold;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline > li:before {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border : 3px solid #22C0E8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

label {
    margin-bottom: .2rem;
    font-size: 14px;
}

.btn2nd{
    font-weight: 400;
}

.at-resp-share-element.at-mobile .at-share-btn {
    margin-right: 7px !important;
}
.at-style-responsive .at-share-btn {
    padding: 3.8px !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2) !important;
}

.note-group-select-from-files {
    display: none;
}

/* Please add to your summernote.css / summernote-bs4.css file to fix bold. */
.note-editable b, .note-editable strong { font-weight: bold; }

b {
    font-weight: bold;
}

.dropdown-menu {
    font-size: 1rem;
    position: absolute;
    z-index: 1000;
    /* top: 90px; */
    /* left: 0; */
    display: none;
    float: left;
    min-width: 10rem;
    margin: .125rem 0 0;
    padding: .5rem 0;
    list-style: none;
    text-align: left;
    color: #525f7f;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: .4375rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 50px 100px rgb(50 50 93 / 10%), 0 15px 35px rgb(50 50 93 / 15%), 0 5px 15px rgb(0 0 0 / 10%);
    cursor: pointer;
}

.modal { overflow: auto !important; }

.padding15{
    padding-left:3.54rem; 
    padding-right:3.54rem;
}

@keyframes blink {
    50% {
        opacity: 0.0;
    }
}
@-webkit-keyframes blink {
    50% {
        opacity: 0.0;
    }
}
.blink {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
    -moz-animation: blink 1s step-start 0s infinite;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
}

.fade{opacity:1}.fade.in{opacity: 1;}

.card-img-left {
    height: 100%;
    border-top-left-radius: calc(.375rem - 1px);
    border-bottom-left-radius: calc(.375rem - 1px);
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    transition: box-shadow .15s ease;
    border: 0;
    box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%);
}

.select2-container .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-search--dropdown {
    border: 0;
}

.select2-dropdown {
    border: 0;
}

.input-group-merge .form-control:not(:first-child) {
    padding-left: 0.5rem;
    border-left: 0;
}

.img-card-home {
    width:100%;
    height:25rem;
}

img {
    object-fit: scale-down;
    object-position: 50% 50%;
}

.background-blur>* {
    filter: blur(4.0px) brightness(85%);
    -webkit-filter: blur(4.0px) brightness(85%);
}

.background-no-blur {
    filter: blur(0) brightness(100%);
    -webkit-filter: blur(0) brightness(100%);
}

textarea {
    white-space: pre-wrap;
}

@media only screen and (min-width: 409px) {
    #navbar-plus-mobile{
        display: none;
    }
}

@media only screen and (min-width: 469px) {
    #navbar-search-mobile{
        display: none;
    }
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 1318.98px) {
    #navbar-pasang-iklan-gratis{
        display: none;
    }

    #form-search-secondary{
        display: block;
    }
}

@media only screen and (max-width: 1200px) {
    .img-card-home {
        width:100%;
        height:22rem;
    }

    .search-jual-sewa > .form-check-label {
        font-size: 2vw;
        color: #A3A3A3;
    }

    .dropdown-transparent {
        font-size: 1.5vw;
    }
}

@media only screen and (max-width: 991px) {
    .img-card-home {
        width:100%;
        height:19rem;
    }
}

@media only screen and (max-width: 875.98px) {

    #property-search-mobile-button-text{
        display: none;
    }

    /* #property-search-mobile-lokasi-div{
        display: none;
    } */

    .banner-text-1 {
        font-weight:400;
        font-size:4vw;
        line-height: 1;
    }

    .banner-caption {
        margin: 0 0 17.75% 0;
        padding:0rem;
    }

    .search-jual-sewa > .form-check-label {
        font-size: 2.5vw;
        color: #A3A3A3;
    }

    .dropdown-transparent {
        font-size: 1.5vw;
    }
}

@media only screen and (max-width: 767px) {
    .img-card-home {
        width:100%;
        height:17rem;
    }

    .dropdown-transparent {
        font-size: 1.8vw;
    }
}

@media only screen and (max-width: 600px) {
    .padding15{
        padding-left:1.10rem; 
        padding-right:1.10rem;
    }

    .banner-caption {
        margin: 0 0 23.75% 0;
        padding:0rem;
    }

    .filter-600 {
        display: none;
    }

    .search-jual-sewa > .form-check-label {
        font-size: 4vw;
        color: #A3A3A3;
    }
}

@media only screen and (max-width: 575px) {
    .img-card-home {
        width:100%;
        height:22rem;
    }
}

@media only screen and (max-width: 470px) {
    .img-card-home {
        width:100%;
        height:19rem;
    }

    #navbar-cari-properti-mobile{
        display: none;
    }

    .banner-caption {
        margin: 0 0 29.75% 0;
        padding:0rem;
    }

    .filter-harga {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .banner-text-1 {
        font-weight:400;
        font-size:4.15vw;
        line-height: 1;
    }

    .dropdown-transparent {
        font-size: 2.6vw;
    }
}

@media only screen and (max-width: 409.98px) {
    #navbar-pasang-iklan-gratis-mobile{
        display: none;
    }

    .banner-text-1 {
        font-weight:400;
        font-size:8vw;
        line-height: 1;
    }

    .banner-caption {
        margin: 0 0 8.75% 0;
        padding:0rem;
    }
}