
 @media (orientation: landscape) and (max-width: 600px){
.mobport{ display: none !important; }


  }
  @media  (orientation: portrait) and (max-width: 600px){
.mobport{ display: none !important; }

}
  @media (orientation: landscape) and (min-width: 600px)and (max-device-width : 812px) {
.mobport{ display: none !important; }

    /* footer */

    .footerdesktop{ display: none;}
    .footerdeskaddressdiv{ display: none;}
    .mobilefootersocial{
        display: flex;
        padding: 0px;
        width: 90%;
        margin: auto;
    }
    .mobilefootersocial li{
      padding-right:35px;
    }
    .cust-hr{ width: 16% !important;}
    .cust-hr-lan{width: 25% !important; }
    .cust-hr-landscap{width: 40% !important; }
    .cust-hr-landprivacy{ width: 32% !important; }
    .mobsidebar{margin-top: 50px;}
    .modal-dialog {
         margin: 0px !important;
    }
    .modal-dialog {
        max-width: 100% !important;
        margin: 1.75rem auto;
    }
    .cust-li-class-1{margin-top: 6px !important;
        padding: 0px 5px 0px 5px !important;}

.Bathroomsm1{     margin-top: 28px !important; }
.agentmenus{ margin-bottom: 10px; }
.multiselect-wrapper .multiselect-list.active {
    display: block;
    margin-top: 19px !important;
    width: 306px !important;
}
.multiselect-wrapper .multiselect-list .multiselect-checkbox {
    margin-right: -224px !important;
}
   }
   @media (orientation: portrait) and (min-width: 600px)and (max-device-width : 812px) {
.mobland{ display: none !important; }
    }


@media (min-width: 812px) and (max-device-width : 1024px) and (orientation: landscape) {
.mobland{ display: none !important; }

}


   @media (min-width: 812px) and (max-device-width : 1024px) and (orientation: portrait) {
.mobland{ display: none !important; }


      }


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.mobland{ display: none !important; }

  }
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
.mobland{ display: none !important; }
}




   .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;

}
