
@media (min-width: 768px){
    .flex{
      display: flex;
    }
    }
    #customers1 td, #customers1 th {
        border: 1px solid #403f3f;
        padding: 4px;
        font-size: 16px!important;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #000;
        text-align: center;
    }
        .img_content{
        /* margin-top: 90px; */
        color: #fff;
        text-align: center;
        } 
        .img_content_header{
            font-size: 27px;
        }
        .img_content_para{
            font-size: 16px;
            margin-top: 30px;
            line-height: 1.8em;
        }
        .img_content_enq{
            font-size: 17px;
            /* margin-top: 20px; */
            color: #f9ed03;
        }
        .bg-img{
            /*height: 541px;*/
            width: 100%;
        }
        body{
            overflow-x: hidden;
        }
    
        .bounce {
          animation: bounce 2s infinite;
          cursor:pointer;
        }
    @media (min-width: 1199px) {
        #Floorplan button {
        margin: 25px 20px 0px 0px;
        padding: 10px 20px 5px 20px;
        font-size: 1.0em;
        font-family: 'Roboto', sans-serif;
        background-color: #fff;
         border: 1px solid #000; 
        color: #ed2626 !important;
    }
    .tab button{
          font-size:15px!important;
        }
    .container_desktop{
      width: 100% !important;
          padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    .floor_table {list-style: decimal;list-style-position: outside;overflow-y: scroll;/*height:500px;*/scroll-behavior: smooth;overflow-x: hidden;}
     /* width */
    ::-webkit-scrollbar {
      width: 3px;
    }
    
    /* Track */
    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: #888; 
    }
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #555; 
    }
    /*.flat1 {
        text-align: center;
    }*/
    }
      @media (max-width: 768px) {
        .mark{
            border-right: none !important;
            background-color: #fff;
        }
        #customers1 td, #customers1 th {
        border: 1px solid #ddd;
        padding: 4px;
        font-size: 16px!important;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #000;
        text-align: center;
    }
      .header_2 ul.menu {
            padding: 0px 0px 0px 25px!important;
            list-style: none;
            overflow: hidden;
            background-color: #fff;
            width: 50vh !important;
            margin: 0px 0 0px 0px!important;
        }
    
        .jansix{
          margin-top: 15px;
        border: none;
        background-color: #fff;
        }
    
        .copy_footer {
        width: 100%;
        text-align: center;
        background: #e6e5e5;
        line-height: 25px;
        position: absolute;
        bottom: 0;
    }
        .floors{
          font-family: 'Zilla Slab', serif;
        font-size: large;
        padding: 40px 0 0 5px;
        }
        .block{
          padding: 5px 6px 1px 6px;
        font-size: 13px;
        font-family: 'Roboto', sans-serif;
        background-color: #fff;
        border: 1px solid;
            margin: 10px 0 0 0px;
        }
        .col-sm-10{
          padding-left: 0px;
          padding-right: 0px;
        }
    
            .view{
              font-family: 'Zilla Slab', serif;
              font-size: 22px;
              font-weight: 600
        }
        .scroll {
        overflow-x: scroll;
    }
    .button3 {
        background-color: #ffcccc !important;
        padding: 15px 10px 10px 16px !important;
        border: none;
        margin: 0px !important;
        border: none !important;
    }
          p{
            font-size: 16px;
            font-family: 'Roboto', sans-serif;
            font-weight: 600;
            padding: 0 0 0 15px;
                line-height: 2.1;
    
      }
         .tabcontent {
          float: left;
          /*padding: 0px 12px;*/
         /* border: 1px solid #ccc;*/
          width: 100%;
          border-left: none;
          height: 655px;
        }
        }
    
       @media (min-width: 768px) and (max-width: 1024px) {
        .col-sm-10 {
        width: 90%;
    }
    .col-sm-1{
      width: 0px;
    }
     .mobile_foot {
            position: absolute;
            top: 1070px;
        }
            .copy_footer {
            font-size: 13px !important;
            font-family: Myriad Pro;
            color: #000;
            font-weight: 600;
            padding: 6px 0px 6px 15px;
            width: 100%;
            text-align: center;
            background: #e6e5e5;
            line-height: 25px;
            position: relative;
            top: 680px;
        }
        .header_2 ul.menu {
         position:relative;
         z-index: 1;
        }
        .tabcontent {
            float: left;
            /* padding: 0px 12px; */
            border: none;
            width: 100%;
            border-left: none;
            height: 93vh;
        }
    }
        @keyframes bounce {
          0%, 20%, 50%, 80%, 100% {
            transform: translateY(0);
          }
          40% {
            transform: translateY(-15px);
          }
          60% {
            transform: translateY(-7px);
          }
        }
    
        table th{font-size:12px;font-weight:bold;}
        table td{font-size:12px;}
        table td a{color:#337ab7 !important;text-decoration:underline}

        
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .tabcontent {
    height: 416px;
   }
   .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    width: 100% !important;
}
}
  

       