* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
body {
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    background-color: black;
  }
  
  .d-none{
    display:none;
  }
  /* This css is for normalizing styles. You can skip this. */
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  
  .grid{display: grid;}
  .gaf{grid-auto-flow: column;}
  .new {
    padding: 50px;
  }
  
  .form-group {
    display: grid;
    margin-bottom: 15px;
    align-items: center;
  }
  
  .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .form-group label {
    position: relative;
    cursor: pointer;
  }
  
  .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #4b8f99;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid green;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    left: 0;
    background-color: #8bf2ed9e;
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 42px;
    padding-top: 62px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 3px;
    font-size: 36px;
    margin-left: 50px;
    padding-top: 2px;
    margin-top: 1px;
  }
  
  /*Side Navbar*/
  #drawerNavMenuBtn{
    font-size: 30px;
    cursor: pointer;
    background-color: black;
    width: 40px;
    height: 40px;
    /* border-radius: 24px; */
    text-align: center;
    color:white;
  }
  /*Side Navbar*/

  /*Bread Crumbs*/
  /* #MyBreadCrumbs{
    display: grid;
    grid-template-columns:  auto 1fr;
    justify-content: start;
  } */
  
  #MyBreadCrumbs ul {
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
    background-color: black;
  }
  
#MyBreadCrumbs li {
    position: relative;
    background: #333;
    color: #Fff;
    height: 40px;
    padding: 0 20px 0 40px;
    display:flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 12px;
    
  }
  
  #MyBreadCrumbs li::after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      background: #333;
      top: 0;
      right: -10px;
      z-index: 9;
      border-right: 2px solid #fff;
      transform: skewX(45deg);
  }
  
  #MyBreadCrumbs li::before {
        content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      background: #333;
      bottom: 0;
      right: -10px;
      z-index: 9;
      border-right: 2px solid #fff;
      transform: skewX(-45deg);
  }
  /*Bread Crumbs*/

 


  /*Building background image*/
  #BuildingBG{
    background-image: url('../buildingimages/bg-main.jpg');
    background-repeat: no-repeat;
    background-size: 100% ;
    /* height:auto;
    background-color: black; */
    background-attachment: fixed
  }
  #BuildingBG svg{ mix-blend-mode: multiply;}

  .svgBG{
    background-repeat: no-repeat;
    background-size: 100% auto;
    height:auto;
    background-color: transparent;
  }
  .svgBG svg,.svgBG2 svg{
    mix-blend-mode: multiply;
  }
  /*For General SVGs*/
  .cls-1{fill:transparent;}
  /*For floor plans*/
  .cls-2{fill:#4dceea;}

  /*Appartments*/
  #b3-f1:hover,#b3-f2:hover,#b3-f3:hover,#b3-f4:hover {fill:rgb(152, 235, 152)}
  #b1-f1:hover,#b1-f2:hover,#b1-f3:hover,#b1-f4:hover,#b1-f5:hover,#b1-f6:hover,#b1-f7:hover,#b1-f8:hover {fill:rgb(152, 235, 152)}
  #b2-f1:hover,#b2-f2:hover,#b2-f3:hover,#b2-f4:hover,#b2-f5:hover,#b2-f6:hover,#b2-f7:hover,#b2-f8:hover,#b2-f9:hover,#b2-f10:hover,#b2-f11:hover,#b2-f12:hover,#b2-f13:hover,#b2-f14:hover,#b2-f15:hover,#b2-f16:hover,#b2-f17:hover,#mainlagunasvg1:hover,#lagunainner1:hover{fill:rgb(109, 212, 246)}
  
  /*Appartments Explore*/
  #Room1:hover,#Room2:hover,#Room3:hover,#Room4:hover,#Room5:hover,#Room6:hover,#Room7:hover,#Room8:hover,#Room9:hover,#Room10:hover,#Room11:hover{fill:transparent} 
  
  /*Duplex Explore*/
  #duplex1-1:hover{fill: transparent;}
  #duplex1-2:hover{fill: transparent;}
  #duplex1-3:hover{fill: transparent;}
  #duplex1-4:hover{fill: transparent;}
  #duplex2-1:hover{fill: transparent;}
  #duplex2-2:hover{fill: transparent;}
  #duplex2-3:hover{fill: transparent;}
  #duplex2-4:hover{fill: transparent;}
  
  #Color_Fill_1:hover {fill:rgb(152, 235, 152)}
  #Color_Fill_2:hover{fill:lightblue}
  #Color_Fill_3:hover{fill:lightblue}
  #TownHouseMainSvg:hover{fill:transparent}

  /*Building background image*/

   /*The floors wrappers*/
   #floorsWrapper,#floorsWrapper2{
    overflow-y: hidden;
    position: fixed;
    z-index: 1;
    left:68vw;
    /* background-color: rgba(255, 255, 255, 0.9); */
    transition: 0.5s;
    padding:10px;
    padding-top: 50px;
    top:20%;
    display: none;
    grid-auto-flow: column;
    grid-gap:24px; 
    height: 57%;
  }

  #floorsWrapper2{
    padding-top: 10px;
    top: 34%;
    left: 28vw;
    grid-gap: 0px;
    height: 35%;
  }

  #floorAllNumbers,#floorAllNumbers2{
    display:grid;
    row-gap: 7px;
    margin-left: 10px;
  }

  /* #floorAllNumbers2{
  
  } */

  #exploreBtn,#exploreBtn2{
    display: none;
    width: 120px;
    background-color: lightcyan;
    padding: 3px;
    height: 70px;
    justify-items: center;
    display: grid;
    align-content: flex-start;
    row-gap:10px;
    border-radius: 5px;
    margin-top: 100px;
  }
  
/*Floors*/
.floorPlansInternal{
  background-image: url("buildingimages/appartments/Tower-A.png");
  /* width:100%;
  height:100%;
  background-size: contain; */
  background-color: transparent;
}

.floorsInternalExploreBtn, .floorsInternalExploreBtn1{
  display: none;
  width: 200px;
  padding: 7px;
  z-index: 3;
  position: fixed;
  background-color: white;
  padding: 10px;
  justify-items: center;
  border-radius: 8%;
  height:15%;
}
@media(max-height:768px){

  #floorsWrapper{
    overflow-y: hidden;
    position: absolute;
    z-index: 1;
    left: 67vw;
    transition: 0.5s;
    padding: 172px 10px;
    top: 14px;
    grid-auto-flow: column;
    grid-gap: 0;
    height: 100%;
    font-size: 7px;
  }
  #floorsWrapper2 {
    padding-top: 10px;
    top: 34%;
    left: 23vw;
    grid-gap: 0px;
    height: 40%;
}
#floorAllNumbers, #floorAllNumbers2 {
    display: grid;
    row-gap: 1px;
    margin-left: 10px;
}
#floorAllNumbers2 .floorNumber {
    height: 29px!important;
    padding-top: 11px;
}
  .floorNumber {
    width: 2vw;
    /* height: 26px; */
    background-color: #4dceea;
    color: darkblue;
    border-radius: 5px;
    padding-top: 25%;
    text-align: center;
    cursor: pointer;
}
  .floorsInternalExploreBtn{
  overflow-y: hidden;
    position: fixed;
    z-index: 1;
    left: 67vw;
    background-color: rgba(255, 255, 255, 0.9);
    transition: 0.5s;
    padding: 172px 10px;
    top: -35px;
    grid-auto-flow: column;
    grid-gap: 0;
    height: 100%;
    font-size: 7px;
    }
#floorAllNumbers{row-gap:1px}

#floorsWrapper #exploreBtn{
  height: 40px;
  row-gap: 0px;
  width: 75px;
  font-size: 13px;
}

#floorsWrapper #exploreBtn #myBtn{
  width: 90%;
  height: 79%;
  font-size: 11px;
  padding-top: 2px;
}

.floorNumber{
  font-size: 7px;
}

}

@media(max-height:768px){
  .floorsInternalExploreBtn{
    grid-auto-flow: row;
    height:auto;
    padding:0;
    padding-top:10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
}
#internal-appart-hoverBtn1{top: 25%;left: 3%;}
#internal-appart-hoverBtn2{top: 19%;left: 16%;}
#internal-appart-hoverBtn3{top: 19%;left: 30%;}
#internal-appart-hoverBtn4{top: 19%;left: 45%;}
#internal-appart-hoverBtn5{top: 19%;left: 60%;}
#internal-appart-hoverBtn6{top: 19%;left: 74%;}
#internal-appart-hoverBtn7{top: 70%;left: 74%;}
#internal-appart-hoverBtn8{top: 72%;left: 60%;}
#internal-appart-hoverBtn9{top: 72%;left: 45%;}
#internal-appart-hoverBtn10{top: 72%;left:30%;}
#internal-appart-hoverBtn11{top: 72%;left:16%;}

#internal-duplex-hoverBtn1-1{top: 11%;left:43%;}
#internal-duplex-hoverBtn1-2{top: 30.7%;left:43%;}
#internal-duplex-hoverBtn1-3{top: 50%;left:43%;}
#internal-duplex-hoverBtn1-4{top: 69%;left:43%;}
#internal-duplex-hoverBtn2-1{top: 11%;left:87%;}
#internal-duplex-hoverBtn2-2{top: 30.7%;left:87%;}
#internal-duplex-hoverBtn2-3{top: 50%;left:87%;}
#internal-duplex-hoverBtn2-4{top: 69%;left:87%;}


.floorsInternalExploreBtn p, .floorsInternalExploreBtn1 p{
  font-size: 12px;
  text-align: center;padding: 5px 0 5px 0;
}



.floorPlansInternal2{
  background-image: url("buildingimages/duplex/DuplexMain.png");
}
.floorPlansInternal3{
  background-image: url("buildingimages/townHouses/TownHouseLandscape.png");
}
/*Floors*/

  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
/* btns style*/
 .floorNumber{
    width: 2vw;
/* height: 26px; */
background-color: #4dceea;
color: darkblue;
border-radius: 5px;
padding-top: 12%;
text-align: center;
cursor: pointer;   
  }
  #floorAllNumbers2 .floorNumber{
    height:37px;
    padding-top: 11px;
  }
  /*The floors wrappers*/



  /*Filter Wrapper*/
  #FiltersWrapper{
    color: black;
    display: grid;
    row-gap:24px;
  }
 #FiltersWrapper fieldset{
   padding:10px;
   background-color: white;
   border-radius: 10px;
   border: 1px solid rgb(4, 173, 230);
  }
  
  #FiltersWrapper legend{
    background-color: rgb(36, 175, 221);
    padding:9px;
    border-radius: 7px;
    color:white;
    font-weight: bold;
  }

  .filterGroup{
    padding:0px 10px;
  }

  #RoomTypeWrap, #FloorTypeWrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 5px;
    column-gap: 5px;
  }
  #RoomTypeWrap .btnR{
    background-color: #69ccdb;
    border-radius: 10px;
    height:50px;
    text-align: center;
    font-size: 15px;
    padding-top: 17px;
    cursor: pointer;
    color: white;
    font-weight: bold;
  }
  #FloorTypeWrap .btnF{
    background-color: #69ccdb;
    border-radius: 10px;
    height:50px;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    cursor: pointer;
    color: white;
font-weight: bold;
  }

  .btn-active{
    background-color: #4b8f99 !important;
  }

  .slidecontainer {
    width: 100%;
  }
  
  .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  
  .slider:hover {
    opacity: 1;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4b8f99;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4b8f99;
    cursor: pointer;
  }

  .dropbtn {
    background-color: #4b8f99;
    color: white;
    padding: 10px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    width:100%;
    cursor: pointer;
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: darkgreen;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
    width:100%;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    height:137px;
    overflow-y: hidden;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 12px;
  }
  
  .dropdown a:hover {background-color: #ddd;color:black}
  
  .show {display: block;}

  #myDropdown{background-color: grey;padding: 10px;}
  /*Filter Wrapper*/

  #MainLagunaImg1{
    background-image: url('buildingimages/MainLaguna.png');
    height:auto;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #MainLagunaImg1 .clickBtnMainLaguna{
    background-color: #337ab7;
    width: 50px;
    height:50px;
    border-radius: 50%;
    color: white;
    padding: 10px;
    position: fixed;
    top:45vh;
    left:10vw;
    cursor: pointer;
  }

  #MainLagunaImg2{
    background-image: url('buildingimages/laguna-inner-sector-1.jpg');
    height:auto;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
  }

  #MainLagunaImg2 .clickBtnMainLaguna2{
    background-color: #337ab7;
    width: 50px;
    height:50px;
    border-radius: 50%;
    color: white;
    padding: 10px;
    position: fixed;
    top:16vh;
    left:28vw;
    cursor: pointer;
  }

  .pulse {
    margin: 100px;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: blue;
    cursor: pointer;
    box-shadow:blue;
    animation: pulse 1.5s infinite;
  }
  .pulse:hover {
    animation: none;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 blue;
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 blue;
      box-shadow: 0 0 0 0 blue;
    }
    70% {
      -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
      -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
  }
  

  #Main3DScreen{display: none;}



/*Explore modal code*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 41px; /* Location of the box */
  
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /* background-color: rgb(0,0,0); Fallback color */
  background-color: #7ffff375; /* Black w/ opacity rgba(0,0,0,0.4)*/
}

/* Modal Content */
.modal-content {
  background-color:transparent;
  margin: auto;
  /* padding: 20px; */
  /* padding-left: 250px; */
  border: 1px solid #888;
  width: 100%;
  height:100%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  /* float: right; */
  font-size: 28px;
  font-weight: bold;
  /* position: fixed;
  right: 55px; */
  z-index: 5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/*Explore modal code*/
.modal-upper-bar{
  display: grid;
grid-auto-flow: column;
justify-content: end;
align-items: last baseline;
column-gap: 10px;
margin-right: 70px;
z-index: 6;
position: fixed;
right: 0;
padding: 10px;
background-color: whitesmoke;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}


/* The Modal (background) */
.modalExp {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 3%; /* Location of the box was 100px */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentExp {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 10px;
}
.myModalImgdiv{
  display: grid;
  justify-items: center;
}
.myModalImgdiv img{
width:67%
}
/* The Close Button */
.closeExp {
  color: #aaaaaa;
  float: left;
  font-size: 28px;
  font-weight: bold;
}

.closeExp:hover,
.closeExp:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* New Design */
#newNumbersWrapper {
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
  height: 100%;
  right: 18%;
  bottom: 0px;
  padding: 0px 20px 0px 20px;
  grid-auto-flow: column;
  z-index: 1;
}

#newNumbersWrapper2 {
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
  height: 100%;
  left: 24%;
  bottom: 0px;
  padding: 0px 20px 0px 20px;
  grid-auto-flow: column;
  z-index: 1;
}

#darkNumbersWrapper, #darkNumbersWrapper2{
  display: grid;
  row-gap: 4px;
  padding: 14px 6px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #3f4243;
}

#exploerButtons, #exploerButtons2{
  display: grid;
  row-gap: 4px;
  padding: 17px 11px;
}

#exploerButtons a{
 text-decoration: none;
}

.light-number-btn, .light-explore-btn,.light-number-btn2, .light-explore-btn-duplex {
  background-color: white;
  color: black;
  padding: 3px;
  text-align: center;
  border-radius: 20px;
  font-size: 11px;
  font-weight: bold;
}

.light-number-btn2{width: 20px;}

.light-number-btn:hover,.light-number-btn2:hover {
  border:1px solid blue;
  padding:2px;
  cursor: pointer;
}
.light-explore-btn:hover,.light-explore-btn-duplex:hover {
  border:1px solid blue;
  padding:2px;
  cursor: pointer;
}

.explore-light-btns-placeholder,.explore-light-btns-placeholder2{
  height:20px;
}

.activeLightNumber{
  background-color: #24afdd;
color: white;
}
/* @media screen and (min-width:1920px) {
  #floorsWrapper{height:67%;left: 67.4vw;}
} */


  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
/* 
  @media(min-width:2000px){
    #floorsWrapper2{
      left:30vw;
    }
    #floorAllNumbers2 .floorNumber {
      height: 100%;
      padding-top: 20px;
      font-size: 20px;
  }
  } */



/* Ahmer CSS Start*/
#demo24{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh !important;
  width: 100% !important;
  }
  
  /* #theElantra{
      display: grid;
      justify-items: center;
      padding: 40px;
      row-gap: 10px;
  } */
  
  #themain360ImageElantra{
      width:100%;
  }
  @media(max-width:768px){
      #demo24{
          height: 100% !important;
          width: 100% !important;
      }
      #themain360ImageElantra{
      width:100%;
      }
  }
  
  
  @media(max-width:414px){
      #demo24{
          height: 100% !important;
          width: 100% !important;
      }
      #themain360ImageElantra{
      width:100%;
      }
  }



@media (max-width:1440px) and (max-height:900px) {
  #floorsWrapper{
    padding-top:0px;
  }
  
  #floorAllNumbers{
    align-content: start;
  }

  .floorNumber{
    font-size: 12px;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  #exploreBtn{
    width: 100px;
    height:55px;
  }
  #myBtn{
    padding: 1px;
    font-size: 12px;
    font-weight: bold;
  }

  #floorsWrapper2 {
    padding-top: 4px;
    top: 30%;
    left: 25vw;
    grid-gap: 0px;
    height: 35%;
}

#floorAllNumbers2 .floorNumber {
  height: 30px;
  padding-top: 8px;
}

.floorsInternalExploreBtn1{height:auto}
}
 

@media (max-width:1280px) and (max-height:800px) {
  #floorAllNumbers {row-gap: 4px;}
  #floorAllNumbers2 .floorNumber {
    height: 26px;
    padding-top: 5px;
  }
  #floorAllNumbers2{row-gap: 0px;}
  
}

@media (max-width:1280px) and (max-height:720px) {
  #floorsWrapper{padding-top:141px}
  #floorAllNumbers {
    row-gap: 4px;
}
#floorsWrapper #exploreBtn #myBtn {
  height: 100%;
  font-size: 11px;
  padding-top: 2px;
}
#floorAllNumbers2 .floorNumber {
  height: 27px !important;
}
#floorsWrapper2{top:33%;height:38%;}
#floorAllNumbers, #floorAllNumbers2 {row-gap: 5px;}
.floorsInternalExploreBtn{
  grid-auto-flow: row;
  height:auto;
  padding:0;
  padding-top:10px;
  padding-bottom: 10px;
  font-size: 12px;
}
.modalExp{
  padding-top: 3%;
}
}
@media (max-width:1366px) and (max-height:768px) {

  #floorsWrapper{   
  overflow-y: hidden;
    position: absolute;
    z-index: 1;
    left: 67vw;
    transition: 0.5s;
    padding: 175px 10px;
    top: 14px;
    grid-auto-flow: column;
    grid-gap: 0;
    height: 100%;
    font-size: 7px;
}
  .floorNumber {
    font-size: 14px;
    padding-top: 9%;
    padding-bottom: 9%;
  }

  #floorsWrapper2 {
    padding-top: 0px;
    top: 34%;
    left: 25vw;
    grid-gap: 0px;
    height: 38%;  
}

}

@media (max-width:1536px) and (max-height:864px) {

  #floorsWrapper{   
  overflow-y: hidden;
    position: absolute;
    z-index: 1;
    left: 67vw;
    transition: 0.5s;
    padding: 175px 10px;
    top: 14px;
    grid-auto-flow: column;
    grid-gap: 0;
    height: 96%;
    font-size: 12px;
}
  .floorNumber {
    font-size: 11px;
    padding-top: 6%;
    padding-bottom: 6%;
  }

  #floorsWrapper2 {
    padding-top: 0px;
    top: 34%;
    left: 25vw;
    grid-gap: 0px;
    height: 40%;
}

#floorAllNumbers, #floorAllNumbers2 {
  display: grid;
  row-gap: 1px;
  margin-left: 10px;
}

} 
.modalFlex{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;

}
.modal11Content{
  height: 80%;
}
.myModalImageDiv11{
  margin-bottom: 70px;
}
.painhouseHeading{
  text-align: center;
  margin-bottom: 40px;
}