/*@import url("https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css");*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");

.gmbt-wrap{
    width:100%;
}

.gmbt-property-wrap{
    position: relative;
    float: left;
    width:100%;
    padding-top:240px;
    padding-bottom:240px;
    text-align:center;
    background-color:pink;
}

.gmbt-input{
    width:100%;
}

.gmbt-input{
    width:100%;
}

.gmbt-input{
    width:100%;
}

.full-width{
    position: relative;
    float: left;
    width:100%;
}

.half-width{
    position: relative;
    float: left;
    width:50%;
}

.five-percent-width{
    position: relative;
    float: left;
    width:5%;
    height:100%;
}

.ten-percent-width{
    position: relative;
    float: left;
    width:10%;
    height:100%;
}

.thirty-percent-width{
    position: relative;
    float: left;
    width:30%;
}

.sixty-percent-width{
    position: relative;
    float: left;
    width:60%;
}

.seventy-percent-width{
    position: relative;
    float: left;
    width:70%;
}

.details-list li{
    list-style-type: none;
}

.prp-badge{
    text-align:center;
    width:220px!important;
    padding:8px;
    background-color: #848B79;
    border-radius: 100px;
    color: #fff;
}

.single-property{
    position:relative;
    float: left;
    width:100%;
    padding: 14px;
    border-radius: 32px!important;
    overflow: hidden;
    border: 2px solid #eaeaea;
}

.slider{
    position:relative;
    float: left;
    width:100%!important;
    overflow: hidden;
}

.home-prop-slider{
    width: 100%!important;
    overflow: hidden;
}

.home-image-sliders{
    width:100vW!important;   
}

.h-image-sliders{
    /*width: 50%!important;*/
    /*height: auto;*/
}

.image-sliders{
    width: 100%!important;
    height: auto;
}

.ind-slider{
    position: relative;
    float: left;
    width:100vW;
    height: 65vH;
    background: pink;
}

ul.property-specs li{
    display: inline!important;
}
/*.slick-dotted .slick-slider{*/
/*    width:100%!important;*/
/*}*/

@media only screen and (max-width: 990px) {
    
    .thirty-percent-width{
        width:45%!important;
    }
  
}

@media only screen and (max-width: 480px) {
    
    .thirty-percent-width{
        width:100%!important;
    }
    
    .sixty-percent-width{
        width:100%!important;
    }
  
}