body {
  height:100%;
  margin: 0px;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
}
/* fix for scroll bars on webkit & >=Mac OS X Lion */ 
::-webkit-scrollbar {
  background-color: rgba(0,0,0,0);
  width: 0.75em;
}
::-webkit-scrollbar-thumb {
  background-color:  rgba(255,255,255,0);
}
.dropdown-menu
{
  width: 100%;
  background-color: rgba(117, 117, 117, 0);
  border: none;
}
.dropdown-item
{
  background-color: rgba(117, 117, 117, 0.5);
  color: white;
  margin-bottom: 5px;
}
.dropdown-menu a:hover {background: rgb(211,153, 83 ,0.8);}
header{
    /*background:#6978c7!important;*/
  }
  ul{
    padding: 0px;
    list-style-type: none;
  }
  li{
    /*padding: 0px 20px;*/
    line-height: 1.3;
    border: 1px solid rgb(129, 129, 129);
    background: rgb(180, 180, 180,0.4);
  }
  li a{
    font-size: 20px;
    color: #fff;
  }
  #setting-ui div {
    padding: 2%;
     text-align: center;
     display: flex;
     align-items: center;
     cursor: pointer;
    background:  rgba(0, 0, 0, 0.2);
     color: white;
     margin: 1px;
  }
  #nav-toggle-button{
    background:  rgba(0, 0, 0, 0.2);
    border: 1px solid rgb(0, 0, 0);
    cursor: default;
    height: 45.8333%;
    left: 34.69%;
    position: absolute;
    top: -45.8333%;
    visibility: inherit;
    width: 30%;
    pointer-events: auto;
    transform-origin: 50% 50%;
  }

  .navbar-expand-md .navbar-nav .nav-link{
    padding: 5px 15px 5px 15px;
  }
  li a:hover{
    color: rgb(217, 220, 47);
   
  }
  .nav-item.active{
    background: rgb(211,153, 83 ,0.8);
  }
  .nav-item {
    cursor: pointer;
  }
  .navbar{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0;
    z-index: 100;
  }
  #top li{
    padding: 0;
    line-height: 1.8;

  }
  #top li a{
    font-size: 16px;
    padding: 0;
  }
  #top li a:hover{
    background: none;
    text-decoration: none;
  }
  .col-md-2 .fab{
    padding-right: 10px;
    padding-top: 5px;
    padding-left: 10px;
    
  }
  .navbar-brand img{
    height: 60px;

  }

  .navbar-brand{
    padding: 20px!important;

  }

  .navbar-toggler{
    color: #fff;
    width: 50px;
    height: 30px;
  }
  .fas:hover,.fab:hover{
    color: #E5E7E9;

  }
  .ownbg{
    /*background: #3f51b5!important;*/
    background:  rgba(117, 117, 117, 0);
    border: 1px solid rgb(129, 129, 129);
  }

  .border-md-right {
  }
  #logo
    {
      position: absolute;
      width: 10%;
      z-index: 1000;
      top: 0px;
      left: 2%;
    }
    #logo img{
      width:100%;
    }
  
    #icon_menu{
      width: 8%;
       height: 8%;
    }
  @media(max-width: 992px){
    #icon_menu{
      width: 20%;
    }
    li{
      /*padding: 0px 20px;*/
      line-height: 0.5;
    }
    .col-md-2 .fab{
      font-size: 18px;
      padding-right: 0;      
    }
    #logo
    {
      position: absolute;
      width: 15%;
      z-index: 1000;
      top: 0px;
      left: 2%;
    }
    #logo img{
      width:100%;
    }
    .apartment
    {
      width: 90%;
    }
  }

  @media(max-width: 768px){
    li a {
      /*padding: 0px 20px;*/
      line-height: 0.7;
      font-size: 0.8em;
    }
    #logo
    {
      position: absolute;
      width: 15%;
      z-index: 1000;
      top: 0px;
      left: 2%;
    }
    #logo img{
      width:100%;
    }
    #top{
      display: none;
    }
     .navbar-brand img{
      height: 50px;
    }
    .fa{

    }
    .navbar 
    {
      background-color: rgba(0,0,0,0);
      border: rgb(0,0,0,100);
    }
    .navbar-dark .navbar-toggler{
      background-color:rgba(0,0,0,0.5);


    }
    .navbar-toggler{
      height: 100%;
   box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 3px rgba(0, 0, 0, 0.2);
      
    }
     .navbar-collapse
      {
        background-color: rgba(117, 117, 117, 0.5);
      }
    ul,li{
      padding: 0;
      text-align: center;

    }
    .navbar-nav{
    } 
    .nav-item img{
      display: none;
    }

    .border-md-right {
      border-right: none;
    }

    #nav-toggle-button{
      display: none;
    }
  }
  body{
  }