.props{
    border-radius:3px;
    /*width: 100%;*/
    height: 38px;
    background-color: #fff;
    padding: 7px 0px 0px 12px;
    text-align: left;
    border: 1px solid #afa2a2;
}

.right-icon{
    position: absolute;
    right: 25px;
    top: 0px;
    font-size: 20px;
}

.right-icon-2{
    position: absolute;
    right: 8px;
    top: 0px;
    font-size: 20px;
}

.props-option-type, .props-option-bed,.props-option-cate, 
.props-option-price, .props-option-area, .props-option-guest{
    display: none;
    position: absolute;
    background-color: #fff;
    text-align: left;
    margin-top:3px;
    padding: 10px;
    max-width: 350px;
    min-width: 300px; 
    border-radius:3px;
    z-index: 1;
    border: 1px solid #737574;
}

.nav-tab {
    background: #ffffff;
    color: #000000;
    /* border-bottom: 1px solid rgb(61, 221, 12) !important; */
    border-color: none !important;
  }
.nav-tab.active{
    border-bottom: 2px solid rgb(61, 221, 12) !important;
}
.nav-tab:hover{
    border-bottom: 2px solid rgb(15, 1, 54) !important;
    border-bottom-width: 100%;
}
.tab-item-button{
    border-radius: 10px;
    border: 1px solid #737574;
    color: #000000;
    padding: 3px 10px;
    margin: 30px 4px 30px 4px;
    font-size: 15px;
    width: 100%;
}
