@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../../visualizer/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../../visualizer/fonts/Montserrat-Regular.woff') format('woff'), url('../../visualizer/fonts/Montserrat-Regular.ttf') format('truetype'), url('../../visualizer/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.custom-room-img img {
  object-fit: contain;
  /* box-shadow: 0px 0px 1px 1px #ccc; */
}

#toggle {
  width: 22px;
  height: 30px;
  /* margin: 10px auto; */
  margin-top: 10px;
  margin-left: 25px;
  cursor: pointer;
}

#toggle div {
  width: 100%;
  height: 2px;
  background: #757575;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle.on .one {
  transform: rotate(45deg) translate(1px, 8px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-45deg) translate(1px, -8px);
  /* rotate(-45deg) translate(1px, -8px) */
}


.notfound {
  /*max-width: 920px;*/
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.notfound h2 {
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px;
}

.notfound p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
}

.cat-title h1 {
  text-align: left;
  text-transform: capitalize;
  color: #000;
  padding: 0 0px;
  font-size: 20px;
  position: relative;
  margin: 20px 0 30px;
}

.cat-title h1>img {
  width: 30px;
  display: inline-block;
  margin-right: 10px;
}

.cat-title h1:before {
  content: "";
  position: absolute;
  width: 84%;
  border-bottom: 1px solid #dedede;
  bottom: -5px;
}

.list_item {
  background-color: #F1F1F1;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  margin: 5px 15px 2px;
  padding: 2px;
  font-size: 14px;
  line-height: 1.5;
}

/*.show_more_main {*/
/*  margin: 15px 25px;*/
/*}*/
/*.show_more {*/
/*  background-color: #eeeeee;*/
/*  border: 1px solid;*/
/*  border-color: #d3d3d3;*/
/*  color: #333;*/
/*  font-size: 12px;*/
/*  outline: 0;*/
/*}*/
/*.show_more {*/
/*  cursor: pointer;*/
/*  display: block;*/
/*  padding: 10px 0;*/
/*  text-align: center;*/
/*  font-weight:bold;*/
/*}*/
.show_more_main {
  width: 300px;
  margin: 0 auto 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  padding: 25px;
}

.show_more {
  border: 1px solid;
  border-color: #d3d3d3;
  color: #333;
  font-size: 12px;
  outline: 0;
  background: #eeeeee;
  cursor: pointer;
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  /*box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);*/
  -webkit-animation: pulse 1.5s infinite;
}

.show_more:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }

  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

.loding {
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #c6c6c6;
  color: #333;
  font-size: 12px;
  display: block;
  text-align: center;
  padding: 10px 0;
  outline: 0;
  font-weight: bold;
}

.loding_txt {
  background-image: url(loading.gif);
  background-position: left;
  background-repeat: no-repeat;
  border: 0;
  display: inline-block;
  height: 16px;
  padding-left: 20px;
}

.company-title {
  display: none;
  width: 100%;
}

.company-title p {
  font-size: 18px;
  margin: 0.5rem;
  margin-left: -5px
}

.filter-cat ul,
.g-trans ul {
  margin-bottom: 9px !important;
}

/* The feedback-button */
.feedback-button {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.feedback-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-select {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.feedback-button:hover input~.checkmark-select {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.feedback-button input:checked~.checkmark-select {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-select:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.feedback-button input:checked~.checkmark-select:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.feedback-button .checkmark-select:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.feedback-footer {
  text-align: center !important;
}

.feedback-footer a:hover {
  text-decoration: none !important;
}

/* Feedback button */

.buy-theme {
  position: fixed;
  top: 90px;
  border-radius: 4px;
  right: -151px;
  background: url(https://img.icons8.com/color/25/000000/tear-off-calendar.png) no-repeat 14px center rgba(50, 50, 50, .8);
  z-index: 1;
}

.buy-theme a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 3px;
  display: block;
}

.buy-theme span {
  padding: 0 32px;
  position: relative;
  top: 0;
}

.buy-theme:hover {
  right: -26px;
}

.filter-wrap {
  display: none;
}

#logo {
  max-width: 150px;
}

.sidebar-nav>li>a img {
  width: 35px;
  margin-right: 30px;
}

.room_elev {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0px 48px;
  /* box-shadow: 0 6px 39px rgba(0, 0, 0, 0.31); */
  margin-top: 12px;
}

.catname h1>img {
  width: 30px;
  display: inline-block;
  margin-right: 10px;
}

.catname h1 {
  text-align: left;
  text-transform: capitalize;
  color: #000;
  /* padding: 10px 0; */
  margin: 0px 15px 20px 15px;
  font-size: 20px;
  position: relative;
  /* font-style: italic; */
  /* text-shadow: 2px 2px 2px rgba(99, 91, 91, 0.75); */
  /* border-bottom: 1px solid #000; */
  /* line-height: 0.1em; */
  margin: 20px 0 30px;
}

.room_elev h1:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #dedede;
  bottom: -5px;
}

.gallery_hover:hover+.img_hover {
  display: inline-block;
}

.gallery_hover {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 5px;
  /* box-shadow: 0px 0px 1px 1px #ccc; */
  text-transform: capitalize;
}

.gallery_hover img {
  width: 100%;
  padding: 5px;
  box-shadow: 0px 0px 1px 1px #efefef;
  border-radius: 12px;
}

.gallery_hover>span {
  position: absolute;
  left: -4px;
  width: 50px;
  height: 50px;
  /* background: #000000ad; */
  line-height: 47px;
  top: -6px;
}

.room_img {
  margin-bottom: 25px;
}

.img_hover {
  margin: auto;
  text-align: center;
  background: #eaeaea94;
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 22%;
  z-index: 11;
}

.img_hover a {
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
  background: #000000b8;
  padding: 5px 14px;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 14px;
  letter-spacing: .5px;
  border: 2px solid gray;
}

.img_hover:hover {
  display: inline-block;
}

.img_hover a:hover {
  color: #fff;
  text-decoration: none;
}

.filter-cat ul li {
  display: inline-block;
  padding-left: 14px;
}

.g-trans {
  padding-top: 10px;
}

/* Custom Checkbox Hardik */
.goog-te-menu-value span:first-child {
  display: none;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* The container */
.cus_container {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cus_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #bbb;
  border: 0px solid #595959;
}


/* When the checkbox is checked, add a blue background */
.cus_container input:checked~.checkmark {
  background-color: #595959;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.side-bar-footer {
  width: 100%;
  position: relative;
  bottom: 0;
  text-align: center;
}

.other-func ul {
  padding: 0px;

}

.other-func ul li {
  display: inline-block;
  padding: 5px 10px;
}

.other-func ul li img {
  width: 25px;
}

/* Show the checkmark when checked */
.cus_container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cus_container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fil-title {
  font-weight: 700;
  font-size: 14px;
}

.days-left {
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
}

.site-footer {
  background: #eee none repeat scroll 0 0;
  color: #000;
  padding: 5px 0;
  position: absolute;
  /* left: 250px; */
  bottom: 0;
  width: 100%;
}

.site-footer span {
  font-size: 12px;
}

/* Custom checkbox hardik end */
body {
  padding-bottom: 30px;
  position: relative;
  min-height: 100%;
  /* font-family: 'Montserrat-Regular' !important; */
  top: 0px !important;
}

a {
  transition: background 0.2s, color 0.2s;
}

a:hover,
a:focus {
  text-decoration: none;
}

#wrapper {
  padding-left: 0;
  transition: all 0.5s ease;
  position: relative;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

.sidebar-brand {
  /* position: absolute; */
  /* top: 0; */
  width: 250px;
  text-align: center;
  padding: 20px 0 0 0;

}

.sidebar-brand h2 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.sidebar-nav {
  /* position: absolute; */
  /* top: 90px; */
  width: 250px;
  margin: 0;
  padding: 25px;
  list-style: none;
  padding-top: 35px;
}

.sidebar-nav>li {
  text-indent: 0px;
  line-height: 38px;
}

.upload-room{
  height: 100%;
  color: #F58634;
  background-color: #FFF0E9;
  border-radius: 12px;
  box-shadow: 0px 1px 8px 0 rgb(0 0 0 / 9%);
  transition: 0.3s;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 25%;
  text-transform: capitalize;
  text-align: center;
  border: 6px solid #F8F8FB;
}
.upload-room-text{
  font-weight: 600;
  font-size: 18px;
  text-transform: none;
}
.upload-room-position{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.upload-room img{
  box-shadow: none !important;
  padding: 0 !important;
  width: 60% !important;
  height: 10% !important;
}
@media screen and (max-width: 1784px) {
  .upload-room-text{
    font-size: 16px;
  }
}
@media screen and (max-width: 1648px) {
  .upload-room-text{
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .upload-room-text{
    font-size: 18px;
  }
}

.sidebar-nav>li a {
  display: block;
  text-decoration: none;
  color: #757575;
  font-weight: bold;
  font-size: 13px;
  padding: 2px;
  text-transform: capitalize;
  border-bottom: 1px solid #dddbdb;
  display: flex;
}

.sidebar-nav>li>a:hover,
.sidebar-nav>li.active a {
  text-decoration: none;
  color: #000;
  /* background: #F8BE12; */
  /*border-bottom: 1px solid;*/
  font-weight: 900;
}

.sidebar-nav>li>a i.fa {
  font-size: 24px;
  width: 60px;
}

#navbar-wrapper {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 2;
}

#wrapper.toggled #navbar-wrapper {
  position: absolute;
  margin-right: -250px;
}

#navbar-wrapper .navbar {
  border-width: 0 0 0 0;
  background-color: #eee;
  font-size: 24px;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0px;
}

#navbar-wrapper .navbar a {
  color: #757575;
}

#navbar-wrapper .navbar a:hover {
  color: #000;
}

#content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
  top: 100px;
}

#wrapper.toggled #content-wrapper {
  position: absolute;
  margin-right: -250px;
}

.navbar-header {
  padding-left: 20px;
}

@media (max-width: 1200px) {
  .filter-cat {
    display: none;
  }

  .filter-wrap {
    display: block;
  }
}

@media (max-width: 1400px) {
  .custom-room-img img {
    height: 130px;
  }
}

@media (min-width: 1400px) {
  .custom-room-img img {
    height: 160px;
  }
}

@media (min-width: 1600px) {
  .custom-room-img img {
    height: 200px;
  }
}

@media (min-width: 992px) {
  #wrapper {
    padding-left: 250px;
  }

  #wrapper.toggled {
    padding-left: 85px;
  }

  #sidebar-wrapper {
    width: 250px;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 85px;
  }

  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -190px;
  }

  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -190px;
  }

  #navbar-wrapper {
    position: sticky;
  }

  #wrapper.toggled {
    padding-left: 60px;
  }

  #content-wrapper {
    position: relative;
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-footer span {
    font-size: 12px;
  }

  .sidebar-brand,
  .days-left {
    display: none;
  }

  #wrapper {
    padding-left: 60px;
  }

  #sidebar-wrapper {
    width: 60px;
  }

  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #navbar-wrapper {
    position: sticky;
  }

  #wrapper.toggled {
    padding-left: 0px;
  }

  #content-wrapper {
    position: relative;
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 250px;
  }

  .sidebar-nav>li>a img {
    width: 35px;
  }

  .sidebar-nav {
    padding: 16px;
  }

  .sidebar-nav>li {
    text-indent: 0px;
  }

  .site-footer {
    left: 60px;
    width: calc(100% - 60px);
  }
}

@media (max-width: 767px) {
  .company-title {
    display: block;
  }

  .navbar-header {
    padding: 0px;
  }

  .cd-filter-trigger {
    width: 40px !important;
  }

  .g-trans {
    display: none;
  }

  .site-footer span {
    font-size: 10px;
  }

  .catname h1 {
    font-size: 16px;
  }

  .sidebar-nav>li a {
    font-size: 12px;
  }

  #wrapper {
    padding-left: 0;
  }

  #sidebar-wrapper {
    width: 0;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }

  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #navbar-wrapper {
    position: sticky;
  }

  /*#wrapper.toggled {*/
  /*padding-left: 250px;*/
  /*}*/

  #content-wrapper {
    position: relative;
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 250px;
  }

  .room_elev {
    padding: 0 23px;
  }

  .cat-title h1 {
    padding: 0 0px;
  }

  .site-footer {
    left: 0px;
    width: 100%;
  }
}

@media (max-width: 576px) {

  #toggle {
    margin-left: 8px;
  }

  .show_more_main {
    width: auto;
  }

  #sidebar-wrapper {
    z-index: 1;
  }

  #logo {
    max-width: 100px;
  }

  .sidebar-nav {
    width: auto;
    padding: 25px 0 0 0;
  }

  .sidebar-nav>li>a img {
    width: 30px;
    margin-right: 20px;
  }

  .sidebar-nav>li {
    line-height: 35px;
  }

  .sidebar-brand {
    width: auto;
    padding-top: 60px;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 220px;
  }

  #wrapper.toggled #navbar-wrapper {
    position: sticky;
    top: 0;
  }
}

/* Signle-multi surface */
.surface_div_title {
  position: relative;
  margin-top: -40px;
  text-align: center;
  color: #000;
  font-weight: bold;
}

.surface_title_btn {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #e7e7e7;
  padding: 5px 40px;
  border-radius: 15px;
}

@media (max-width: 1400px) {
  .surface_title_btn {
    font-size: 10px;
    padding: 3px 20px;
  }

  .surface_div_title {
    margin-top: -30px;
  }
}

.sd-footercalculater {
  background-color: #fff;
  border-top: 1px solid #dbdbdb;
  z-index: 999;
  box-shadow: 0px -3px 8px 0 rgb(155 155 155 / 20%);
  padding: 18px 0;
}

.gallery_hover img,
.sd-click-card {
  width: 100%;
  padding: 5px;
  box-shadow: 0px 0px 1px 1px #efefef;
  border-radius: 12px;
  box-shadow: 0px 1px 8px 0 rgb(0 0 0 / 9%);
  transition: 0.3s;
}

.gallery_hover img:hover,
.sd-click-card:hover {
  box-shadow: 1px 9px 8px 0 rgb(0 0 0 / 20%);
}

/* model selectroom */

.sd-model-full {
    max-width: 800px;
}

.sd-btn-gallery {
    box-shadow: 0px 4px 8px 0px rgb(213 213 213 / 90%);
}

.sd-btn-gallery:hover {
    box-shadow: 0px 4px 8px 0px rgb(131 131 131);
}

.sd-close-btn {
    position: absolute;
    right: 16px;
    top: 16px;
    background-color: #E67817 !important;
    color: #fff !important;
    opacity: 9 !important;
    border-radius: 0 9px 0 23px;
    padding: 7px 12px 14px 15px !important;
    box-shadow: -3px 2px 5px 0px rgb(185 185 185 / 50%);
}

.sd-close-btn:hover {
    box-shadow: -3px 2px 5px 0px rgb(185 185 185 / 90%);
}

.sd-header-model h4 {
    font-size: 20px;
    font-weight: 600;
    border-bottom: none !important;
}

.room-cus {
    color: #E67817;
}

.sd-new-3 {
    height: 100%;
    max-height: 300px;
    object-fit: contain;
}

.sd-border-model {
    border-radius: 10px !important;
}
@media (max-width: 560px) {
  .room-cus {
    display: block;
}
.sd-header-model{
  padding: 10px;
}
}


/* Add this CSS for the shimmer loading effect */
  .room-load-shimmer {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: room-load-shimmer 1.5s infinite;
  }
  .room-load-shimmer-line {
    height: 33px;
    width: 200px;
    margin: 20px 0 30px;
    border-radius: 5px;
  }
  .room-load-shimmer-content {
    border-style: none;
    height: 200px;
    /* width: 347px; */
    width: 100%;
    padding: 5px;
    border-radius: 12px;
    box-shadow: 0px 1px 8px 0 rgb(0 0 0 / 9%);
    transition: 0.3s;
    vertical-align: middle;
  }
  .room-load-shimmer-loading {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0px 48px;
    margin-top: 12px;
  }
  @media (max-width:1192px) {
    .room-load-shimmer-content {
        height: 200px;
    }
  }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .room-load-shimmer-content {
        height: 136px!important;
    }
  }
  @media (min-width: 900px) and (max-width: 1200px) {
    .room-load-shimmer-content {
        height: 86px!important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .room-load-shimmer-content {
        height: 86px!important;
    }
  }
  @media (min-width: 540px) and (max-width: 768px){
    .room-load-shimmer-content {
        height: 200px!important;
    }
  }
  @media (max-width:540px) {
    .room-load-shimmer-content {
        height: 200px!important;
    }
  }
 @keyframes room-load-shimmer {
  0% {
      background-position: -200% 0;
  }
  100% {
      background-position: 200% 0;
  }
 }