@media (min-width: 768px){
.flex{
  display: flex;
}
}
    .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;
    }
    .home_right{
        /*height: 541px;*/
        /* width: 32.49%; */
    }

    .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;
}
.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;
    }
    .floors{
      font-family: 'Roboto', sans-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: 0px 0 0 15px;
    }
    .col-sm-10{
      padding-left: 0px;
      padding-right: 0px;
    }

        .view{
          font-family: 'Roboto', sans-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: 0.9em;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        padding: 0 0 0 15px;
            line-height: 1.8;

  }
     .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;
}
}
    @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}