.room_feature {display: flex; justify-content: space-between; align-items: flex-start;}
.room_feature-block { margin-bottom: 40px; width: 49%;}
.room_feature-block .page-table .trow {display: block; border-bottom: 1px solid #EFEFEF;}
.room_feature-block .page-table .trow .cell {display: block; border: none;}
.room_feature-block .page-table .trow > .cell:first-child {width: 100%; padding-bottom: 0;;}
.room_feature-block .page-table .input {margin-top: 0;}
.room_feature-block .page-table__value textarea {width: 100%;}
.room_feature-block .check input {display: block; height: 20px; visibility: hidden;}
.room_feature-block .check::before, .room_feature-block .check::after {top:0;}
@media screen and (max-width: 500px){
  .room_feature {flex-direction: column;}
  .room_feature-block { width: 100%;}
}

.getPDFforRealtor {
    cursor: pointer!important;
}

.hide
 {
  display: none;
 }