/*common-css-start*/
#floor_plan_dia div#panzoom_object {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}
* {
  outline: 0 !important;
}

button#zoom-in {
  border-radius: 6px 6px 0px 0px;
}
button#zoom-out {
  border-radius: 0px 0px 6px 6px;
}

.floor_rb_wrap button#btnRoate {
  position: absolute;
  right: 0;
  visibility: hidden;
  z-index: -1;
}

.floor_3d_view .floor_rb_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

.cloudimage-360 .cloudimage-360-prev,
.cloudimage-360 .cloudimage-360-next {
  visibility: hidden;
  position: absolute;
  top: -999px;
  left: 0;
}
.floor_3d_view {
  position: relative;
}

.ch_fm_navigation {
  position: relative;
}
.ch_fm_view {
  position: relative;
  margin-left: 4%;
}

#btnRoate {
  background-color: transparent !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #fff;
  text-align: center;
  padding: 3px 20px;
  display: flex;
  align-items: center;
  margin-left: auto;
}
#btnRoate img {
  margin-right: 2px;
}

.floor_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
#canvas_wrapper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  position: relative;
  bottom: 50px;
  text-align: end;
}

#canvas_wrapper .rotate-img,
#canvas_wrapper .cloudimage-360 {
  width: 100%;
  height: 100%;
}

#vt_iframe {
  height: 100%;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
  outline: none;
  line-height: 0 !important;
  font-size: 0 !important;
  position: Relative;
}

@media only screen and (max-width: 1366px) {
  #canvas_wrapper,
  .floor_mask svg {
    width: 100%;
    height: 100%;
  }
  .floor_3d_view .floor-view-inner {
    padding: 40px 0 0;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1399px) {
  .floor-view-inner .ch_fm_navigation p {
    line-height: 10px;
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .floor_3d_view {
    height: auto !important;
  }

  .floor-view-inner {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .floor_3d_view {
    padding: 0 20px !important;
    height: auto !important;
  }
  .floor-view-inner .ch_fm_navigation {
    margin: 50px 0px;
  }

  #canvas_wrapper {
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
  .floor-view-inner .ch_fm_wrapper.row {
    flex-direction: column-reverse !important;
  }

  .floor_3d_view .floor_rb_wrap {
    bottom: 0;
  }
}

.cloudimage-inner-box canvas,
.cloudimage-inner-box {
  width: 100% !important;
  height: 100% !important;
}

.modelsvg {
  position: absolute;
  width: 102%;
  left: 1%;
  top: 1%;
}

.modelsvg {
  position: absolute;
  width: auto;
  left: 0%;
  top: 0%;
}

@media screen and (max-width: 568px) and (orientation: portrait) {
  .container2 {
    width: 90%;
  }
  .comparewidth {
    width: 100%;
    height: 100%;
  }
  .divUnitsHeightCom {
    height: 70vh;
    margin-top: 20%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .divUnitsHeight {
    height: 70vh;
    margin-top: -5%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .rotate-img {
    transform: scale(1.15);
  }
  #btnCompareplansbldg2 {
    margin-top: 18px;
    margin-bottom: 40px;
  }
  .artist-textRight {
    font-size: 6px;
    bottom: -5%;
  }

  .divFloorplansHolderBtn {
    margin-top: 5%;
    text-align: center;
  }
  #btnRotatebldg2 {
    margin-top: 18px;
    margin-bottom: 40px;
    margin-right: 10px;
  }
  .ch_fm_view {
    position: relative;
    margin-left: 0%;
  }
  .ch_fm_navigation {
    background-image: url("../images/imgFloorplanssidebgmob.png");
    background-position: 100% 100%;
  }
  .divFloorplanLegend {
    position: relative;
    margin-top: 20%;
    margin-bottom: 30%;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
  .containerFull {
    max-width: 100%;
    width: 100vw;
  }
  #imgSidemenuBG {
    background-image: url("../images/imgFloorplanssidebgmob.png");
  }
  .floor_3d_view {
    padding: 0 0px !important;
    height: auto !important;
  }
  .rotate-trigger p {
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 2px;
  }
  .floor-view-inner .ch_fm_navigation {
    margin: 0px 0px;
  }

  /*
  /////////////////
  */
}
