.register-room {
  margin-top: 125px;
  margin-left: 187px;
}

.room-header {
  margin-bottom: 20px;
}

.add-a-room-modal {
  background-color: white;
}

.radio-tab {
  padding: 7px;
  width: 100%;
  border: 1px solid #d8dce1;
  border-radius: 4px;
}

.control__indicator {
  left: auto;
  right: 12px;
  top: calc(50% - 10px);
  border-radius: 50%;
  border-color: #7eabdb;

  position: absolute;
  height: 20px;
  width: 20px;
  border: 1px solid #d8dce1;
}

.radio-tab {
  position: relative;
}

.control input:checked~.control__indicator:after {
  display: block;
}

.control--radio .control__indicator::after {
  left: 6px;
  top: 6px;
}

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control input:checked~.control__indicator:after {
  display: block;
}

.control--radio .control__indicator::after {
  left: 6px;
  top: 6px;
}

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.control input:checked~.control__indicator:after {
  display: block;
}

.control--radio .control__indicator::after {
  left: 6px;
  top: 6px;
}

.control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.control input:checked~.control__indicator {
  background-color: #82b9e0;
  border-color: #7eabdb;
}

.input-hidden {
  opacity: 0;
  position: absolute;
}

.listing-for ul {
  z-index: 100;
  background: #fff none repeat scroll 0 0;
  width: 100% !important;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  left: 0px;
  top: 38px;
  /* width: auto; */
  min-width: 170px;
  border: 1px solid #d7d7d7;
}

.listing-for ul a {
  width: unset !important;
}

.drop-down5 {
  position: absolute;
  top: 40%;
  position: relative;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.drop-down5 .selected {
  overflow: hidden;
  width: inherit;
}

.drop-down5>.selected a {
  padding-left: 8px;
}

.drop-down5 .selected a {
  background: #fff no-repeat scroll right center;
  display: block;
  padding-right: 20px;
  margin-bottom: 4px;
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 3px;
  text-decoration: none;
  color: #495057;
}

.login-header {
  display: none;
}

.drop-down5 .selected a span {
  cursor: pointer;
  display: block;
  padding: 6px;

}

.drop-down5 .option {
  position: relative;
}

.drop-down5 .options ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  left: 0px;
  top: 38px;
  width: auto;
  min-width: 170px;
  max-height: 200px;
  border: 1px solid #d7d7d7;
  overflow-y: scroll;
}

.drop-down5 .selected span.value,
.drop-down .options span.value {
  display: none;
}

.drop-down5 .dropdown-toggle:after {
  margin-left: -24px;
  margin-top: 7px;
  z-index: -1;
}

.drop-down5 .dropdown-toggle {
  height: 19px;
  position: absolute;
  top: 8px;
  cursor: pointer;
  right: 10px;
}

.drop-down5 .options ul li a {
  padding: 5px;
  display: block;
  width: 456px;
  text-decoration: none;
}

.drop-down5 .options ul li a:hover {

  background-color: rgba(0, 0, 0, .15) !important;

  transition: 0.2s ease;
}

.drop-down6 {
  position: absolute;
  top: 40%;
  position: relative;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.drop-down6 .selected {
  overflow: hidden;
  width: inherit;
}

.drop-down6>.selected a {
  padding-left: 8px;
}

.drop-down6 .selected a {
  background: #fff no-repeat scroll right center;
  display: block;
  padding-right: 20px;
  margin-bottom: 4px;
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 3px;
  text-decoration: none;
  color: #495057;
}

.login-header {
  display: none;
}

.drop-down6 .selected a span {
  cursor: pointer;
  display: block;
  padding: 6px;

}

.drop-down6 .option {
  position: relative;
}

.drop-down6 .options ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  left: 0px;
  top: 38px;
  width: auto;
  min-width: 170px;
  max-height: 200px;
  border: 1px solid #d7d7d7;
  overflow-y: scroll;
}

.drop-down6 .selected span.value,
.drop-down .options span.value {
  display: none;
}

.drop-down6 .dropdown-toggle:after {
  margin-left: -24px;
  margin-top: 7px;
  z-index: -1;
}

.drop-down6 .dropdown-toggle {
  height: 19px;
  position: absolute;
  top: 8px;
  cursor: pointer;
  right: 10px;
}

.drop-down6 .options ul li a {
  padding: 5px;
  display: block;
  width: 456px;
  text-decoration: none;
}

.drop-down6 .options ul li a:hover {

  background-color: rgba(0, 0, 0, .15) !important;

  transition: 0.2s ease;
}
.drop-down11 {
  position: absolute;
  top: 40%;
  position: relative;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.drop-down11 .selected {
  overflow: hidden;
  width: inherit;
}

.drop-down11>.selected a {
  padding-left: 8px;
}

.drop-down11 .selected a {
  background: #fff no-repeat scroll right center;
  display: block;
  padding-right: 20px;
  margin-bottom: 4px;
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 3px;
  text-decoration: none;
  color: #495057;
}

.login-header {
  display: none;
}

.drop-down11 .selected a span {
  cursor: pointer;
  display: block;
  padding: 6px;

}

.drop-down11 .option {
  position: relative;
}

.drop-down11 .options ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  left: 0px;
  top: 38px;
  width: auto;
  min-width: 170px;
  max-height: 200px;
  border: 1px solid #d7d7d7;
  overflow-y: scroll;
}

.drop-down11 .selected span.value,
.drop-down .options span.value {
  display: none;
}

.drop-down11 .dropdown-toggle:after {
  margin-left: -24px;
  margin-top: 7px;
  z-index: -1;
}

.drop-down11 .dropdown-toggle {
  height: 19px;
  position: absolute;
  top: 8px;
  cursor: pointer;
  right: 10px;
}

.drop-down11 .options ul li a {
  padding: 5px;
  display: block;
  width: 456px;
  text-decoration: none;
}

.drop-down11 .options ul li a:hover {

  background-color: rgba(0, 0, 0, .15) !important;

  transition: 0.2s ease;
}

.drop-down12 {
  position: absolute;
  top: 40%;
  position: relative;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.drop-down12 .selected {
  overflow: hidden;
  width: inherit;
}

.drop-down12>.selected a {
  padding-left: 8px;
}

.drop-down12 .selected a {
  background: #fff no-repeat scroll right center;
  display: block;
  padding-right: 20px;
  margin-bottom: 4px;
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 3px;
  text-decoration: none;
  color: #495057;
}

.login-header {
  display: none;
}

.drop-down12 .selected a span {
  cursor: pointer;
  display: block;
  padding: 6px;

}

.drop-down12 .option {
  position: relative;
}

.drop-down12 .options ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  left: 0px;
  top: 38px;
  width: auto;
  min-width: 170px;
  max-height: 200px;
  border: 1px solid #d7d7d7;
  overflow-y: scroll;
}

.drop-down12 .selected span.value,
.drop-down .options span.value {
  display: none;
}

.drop-down12 .dropdown-toggle:after {
  margin-left: -24px;
  margin-top: 7px;
  z-index: -1;
}

.drop-down12 .dropdown-toggle {
  height: 19px;
  position: absolute;
  top: 8px;
  cursor: pointer;
  right: 10px;
}

.drop-down12 .options ul li a {
  padding: 5px;
  display: block;
  width: 456px;
  text-decoration: none;
}

.drop-down12 .options ul li a:hover {

  background-color: rgba(0, 0, 0, .15) !important;

  transition: 0.2s ease;
}


.drop-down7 {
  position: absolute;
  top: 40%;
  position: relative;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.drop-down7 .selected {
  overflow: hidden;
  width: inherit;
}

.drop-down7>.selected a {
  padding-left: 8px;
}

.drop-down7 .selected a {
  background: #fff no-repeat scroll right center;
  display: block;
  padding-right: 20px;
  padding: 6px;
  margin-bottom: 4px;
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 3px;
  text-decoration: none;
  color: #495057;
}

.login-header {
  display: none;
}

.drop-down9 .selected a span {
  cursor: pointer;
  display: block;
  padding: 6px;

}

.drop-down9 .option {
  position: relative;
}

.drop-down9 .options ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  left: 0px;
  top: 38px;
  width: auto;
  min-width: 170px;
  max-height: 200px;
  border: 1px solid #d7d7d7;
  overflow-y: scroll;
}

.drop-down9 .selected span.value,
.drop-down .options span.value {
  display: none;
}

.drop-down7 .dropdown-toggle:after {
  margin-left: -24px;
  margin-top: 7px;
  z-index: -1;
}

.drop-down7 .dropdown-toggle {
  height: 19px;
  position: absolute;
  top: 8px;
  cursor: pointer;
  right: 10px;
}

.drop-down7 .options ul li a {
  padding: 5px;
  display: block;
  width: 456px;
  text-decoration: none;
}

.drop-down7 .options ul li a:hover {

  background-color: rgba(0, 0, 0, .15) !important;

  transition: 0.2s ease;
}

.drop-down10 {
  position: absolute;
  top: 40%;
  position: relative;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.drop-down10 .selected {
  overflow: hidden;
  width: inherit;
}

.drop-down10>.selected a {
  padding-left: 8px;
}

.drop-down10 .selected a {
  background: #fff no-repeat scroll right center;
  display: block;
  padding-right: 20px;
  margin-bottom: 4px;
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 3px;
  text-decoration: none;
  color: #495057;
}

.login-header {
  display: none;
}

.drop-down10 .selected a span {
  cursor: pointer;
  display: block;
  padding: 6px;

}

.drop-down10 .option {
  position: relative;
}

.drop-down10 .options ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  left: 0px;
  top: 38px;
  width: auto;
  min-width: 170px;
  max-height: 200px;
  border: 1px solid #d7d7d7;
  overflow-y: scroll;
}

.drop-down10 .selected span.value,
.drop-down .options span.value {
  display: none;
}

.drop-down10 .dropdown-toggle:after {
  margin-left: -24px;
  margin-top: 7px;
  z-index: -1;
}

.drop-down10 .dropdown-toggle {
  height: 19px;
  position: absolute;
  top: 8px;
  cursor: pointer;
  right: 10px;
}

.drop-down10 .options ul li a {
  padding: 5px;
  display: block;
  width: 456px;
  text-decoration: none;
}

.drop-down10 .options ul li a:hover {

  background-color: rgba(0, 0, 0, .15) !important;

  transition: 0.2s ease;
}

.drop-down9 {
  position: absolute;
  top: 40%;
  position: relative;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.drop-down9 .selected {
  overflow: hidden;
  width: inherit;
}

.drop-down9>.selected a {
  padding-left: 8px;
}

.drop-down9 .selected a {
  background: #fff no-repeat scroll right center;
  display: block;
  padding-right: 20px;
  margin-bottom: 4px;
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 3px;
  text-decoration: none;
  color: #495057;
}

.login-header {
  display: none;
}

.drop-down9 .selected a span {
  cursor: pointer;
  display: block;
  padding: 6px;

}

.drop-down9 .option {
  position: relative;
}

.drop-down9 .options ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  left: 0px;
  top: 38px;
  width: auto;
  min-width: 170px;
  max-height: 200px;
  border: 1px solid #d7d7d7;
  overflow-y: scroll;
}

.drop-down9 .selected span.value,
.drop-down .options span.value {
  display: none;
}

.drop-down9 .dropdown-toggle:after {
  margin-left: -24px;
  margin-top: 7px;
  z-index: -1;
}

.drop-down9 .dropdown-toggle {
  height: 19px;
  position: absolute;
  top: 8px;
  cursor: pointer;
  right: 10px;
}

.drop-down9 .options ul li a {
  padding: 5px;
  display: block;
  width: 456px;
  text-decoration: none;
}

.drop-down9 .options ul li a:hover {

  background-color: rgba(0, 0, 0, .15) !important;

  transition: 0.2s ease;
}

.progress-bar-section .progress_title span {
  display: inline-block;
  background: #232e63;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  position: relative;
  margin-right: 30px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.progress-bar-section .progress_title span:after {
  /*position: absolute;*/
  /*content: "\f0da";*/
  /*right: -16px;*/
  /*height: 17px;*/
  /*font-family: "FontAwesome";*/
  /*color: #232e63;*/
  /*font-size: 53px;*/
  /*top: -27px;*/
  position: absolute;
  content: "\f0da";
  right: -16px;
  height: 17px;
  font-family: "FontAwesome";
  color: #232e63;
  font-size: 50px;
  top: 3px;
}

.progress-bar-section .progress_title h3 {
  text-transform: uppercase;
  display: inline-block;
}

.progress-bar-section .progress {
  border: 1px solid #d0d0d0;
  background: #e9ecef;
  box-shadow: none;
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

.progress-bar-section .progress {
  border: 1px solid #d0d0d0;
  background: #e9ecef;
  box-shadow: none;
}

.progress-bar-section .progress_title {
  margin-bottom: 20px;
}

.progress-bar-section .progress .progress-bar {
  background: #85c341;
  border: 1px solid #85c341;
  position: relative;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #f15e75;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
  transition: width .6s ease;
}

#btn-next {
  float: right;
}

.step {
  display: none;
}

.progress .progress-bar:after {
  position: absolute;
  content: "\f0da";
  right: -12px;
  font-family: "FontAwesome";
  color: #85c341;
  font-size: 33px;
  top: -1px;
}

.progress .progress-bar:after {
  position: absolute;
  content: "\f0da";
  right: -12px;
  font-family: "FontAwesome";
  color: #85c341;
  font-size: 33px;
  top: -1px;
}

#btn-back {
  display: none;
}

.step.active {
  display: block;
}

/*Upload Image*/

.zone {
  margin: auto;
  /*position: absolute;*/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: radial-gradient(ellipse at center, #f7f8f9 0, #f7f8f9 100%);
  width: 96%;
  height: 50%;
  border: 5px dashed white;
  text-align: center;
  color: white;
  z-index: 20;
  transition: all 0.3s ease-out;
  border: 3px dashed #949ca5;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
}

.zone .btnCompression .active {
  background: #eb6a5a;
  color: white;
}

.zone i {
  text-align: center;
  font-size: 10em;
  color: #fff;
  margin-top: 50px;
}

.zone .selectFile {
  height: 50px;
  margin: 20px auto;
  position: relative;
  width: 200px;
}

.zone label,
.zone input {
  cursor: pointer;
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 5px;
}

.zone label {
  background: #fff;
  color: #eb6a5a;
  display: inline-block;
  font-size: 1.2em;
  line-height: 50px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 400;
  box-shadow: 0 1px 1px gray;
}

.zone input[type=file] {
  opacity: 0;
}

.zone.in {
  color: white;
  border-color: white;
  background: radial-gradient(ellipse at center, #eb6a5a 0, #c9402f 100%);
}

.zone h2 {
  font-family: Open Sans, sans-serif;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
  margin-top: 30px;
  font-size: 1em;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}

div#plupload-container {
  margin-top: 20px;
  margin-right: 15px;
  margin-left: 15px;
}

div#plupload-container .image {
  margin: 10px;
  width: 110px;
  display: inline-block;
}

.icon-delete,
.icon-featured {
  color: #949ca5;
  background-color: transparent;
  border-color: transparent;
  margin: 0 5px;
  float: left;
  cursor: pointer;
}

.pd-0 {
  padding: 0 !important;
}

.details-section,
.rules-section {
  border-top: 1px dotted #d8dce1;
}

.rules-section ul.rules_list li strong {
  float: right;
}

.actions {
  background: #f7f8f9;
  padding: 4px;
  float: left;
  width: 100%;
}

.icon-delete {
  float: right;
}

.zone .btn-secondary {
  color: #ffffff;
  background-color: #9ac6ed;
  border-color: #9ac6ed;
  font-weight: 500;
  line-height: 40px;
  padding: 0 30px;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  height: 40px;
}

.zone .btn-secondary i {
  text-align: center;
  font-size: 15px;
  color: #fff;
  width: 20px;
  margin-top: 0px;
}

.zone i {
  text-align: center;
  font-size: 30px;
  color: #949ca5;
  width: 80px;
  margin-top: 20px;
}

.zone.in label {
  background: #fff;
  color: #eb6a5a;
}

.zone.hover {
  color: gray;
  border-color: white;
  background: #fff;
  border: 5px dashed gray;
}

.zone.hover i {
  color: #eb6a5a;
}

.zone.hover label {
  background: #fff;
  color: #eb6a5a;
}

.zone.fade {
  transition: all 0.3s ease-out;
  opacity: 1;
}

.upload-icon {
  z-index: 2;
  background-color: #f7f8f9;
  border: 3px dashed #949ca5;
  color: #949ca5;
  font-size: 24px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-bottom: 30px;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 30px;
  -webkit-box-shadow: -10px 10px 0 #949ca5;
  box-shadow: -10px 10px 0 #949ca5;
}

.media-drag-drop div {
  margin: 0 0 20px;
}

div#dropZ {
  color: #3b4249;
}

p.small {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-family: Quicksand, sans-serif;
}

h3.banner-title {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-transform: inherit;
  text-align: inherit;

}

h3.sub-title {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
}

.small,
small {
  font-size: 80%;
  line-height: 24px;

}

.features .label-title {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 600;
  color: #3b4249;
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: Quicksand, sans-serif;
}

.features .control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  width: 33.333%;
  cursor: pointer;
  font-size: 18px;
  float: left;
}

.features input[type=radio],
input[type=checkbox] {
  margin: 6px 0 0;
}

.features .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.features .form-step label span {
  color: #928d8d;
  font-size: 14px;
  font-weight: 500;
}

.features .form-step label span {
  color: #928d8d;
  font-size: 14px;
  font-weight: 500;
}

.features .control--checkbox .contro-text {
  color: #928d8d;
  font-size: 14px;
  font-weight: 500;

}

.features .control__indicator {
  float: left;
  border: 1px solid #d8dce1;
  background-color: #fff;
  border-radius: 2px !important;
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  right: 210px;
  top: calc(50% - 10px);
  /* border-radius: 50%; */
  border-color: #7eabdb;
  position: absolute;
  height: 20px;
  width: 20px;
  border: 1px solid #d8dce1;
}

.features .control input:checked~.control__indicator:after {
  display: block;
}

.features .control--checkbox .control__indicator::after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
}

.alert-danger {
  background-color: #F6C8C8;
  border-color: #c31b1b;
  color: #c31b1b;
}

.validate-errors {
  display: none;
}

.validate-extra-cleaning-errors {
  display: none;
}

.validate-citq-errors {
  display: none;
}

.validate-citq-errors_numeric {
  display: none;
}

.validate-citq-expiry-date-errors {
  display: none;
}

.validate-citq-certificate-errors {
  display: none;
}

.validate-errors-confirm {
  display: none;
}

.btn-primary,
.post-password-form input[type='submit'],
.wpcf7-submit,
.gform_wrapper .button,
.gform_button {
  color: #ffffff;
  background-color: #9ac6ed;
  border-color: #9ac6ed;
}

.btn-primary {
  color: #fff;
  background-color: #f15e75;
  border-color: #f15e75;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.btn-primary-outlined,
.searchform button,
.is-style-outline .wp-block-button__link,
.wp-block-file .wp-block-file__button,
.wp-block-search__button {
  border-color: #44556d;
}

a,
.primary-color,
.btn-primary-outlined,
.btn-link,
.super-host-flag,
.is-style-outline .wp-block-button__link,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #44556d;
}

.btn-primary-outlined,
.searchform button {
  border-color: #f15e75;
}

.btn-slim {
  line-height: 25px;
  padding: 0 10px;
  font-size: 12px;
  text-transform: capitalize;
}

.block-left {
  float: left;
  margin-top: -10px;
  margin-bottom: 10px;
}

.dashboard-page-title {

  /*margin-top: 88px!important;*/
  position: relative;

}

.features .control--checkbox .control__indicator:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
}

.f-right {
  float: right;
}

.features .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.house-features-list:after {
  content: " ";
  width: 100%;
}

.house-features-list:before {
  content: " ";
  width: 100%;
}

.house-features-list {
  overflow: auto;
}

.block-custom {
  height: unset;
}

.terms-condition .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.open>.dropdown-menu {
  display: block;
}

.form-control.error,
.error.wpcf7-form-control,
.wp-block-search input.error,
.post-password-form input.error[type=password],
.searchform input.error {
  border-color: #c31b1b;
  background-color: #F6C8C8;
}

.icon-featured {
  cursor: pointer;
}

.icon-featured.featured {
  color: #9ac6ed;
}

a.btn-slim {
  color: #ffffff;
  background-color: #9ac6ed;
  border-color: #9ac6ed;
  padding: 5px;
  font-size: 12px;
  margin-right: 10px;
  line-height: 1.2;
  border-radius: .25rem;
}

.block-title {
  border-bottom: 0px dotted #d8dce1;
}

.form-control.error,
.error.wpcf7-form-control,
.wp-block-search input.error,
.post-password-form input.error[type=password],
.searchform input.error {
  border-color: #c31b1b;
  background-color: #F6C8C8;
}

.btn-primary,
.post-password-form input[type='submit'],
.wpcf7-submit,
.gform_wrapper .button,
.gform_button {
  color: #ffffff;
  background-color: #9ac6ed;
  border-color: #9ac6ed;
}

ul.detail-list li {
  text-transform: inherit;
}

.detail-list li,
.detail-list dd,
.detail-list dt {
  margin-bottom: 10px;
  line-height: 28px;
}

ul.features li,
.availability-section ul li {
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 28px;
  width: 49%;
  display: inline-block;
}

.datepicker-container {
  margin: 50px;
}

#availability-section-calender .date-middle:after {
  background-color: #DDFFCC;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: '';
}

#availability-section-calender .date-begin::after {
  position: absolute;
  content: '';
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 32px 32px;
  border-color: transparent transparent #DDFFCC transparent;
  line-height: 0px;
}

#availability-section-calender .date-end::before {
  position: absolute;
  content: '';
  z-index: -1;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 32px 32px 0 0;
  border-color: #DDFFCC transparent transparent transparent;
  line-height: 0px;
}

#availability-section-calender .datepicker-container.hasDatepicker,
.datepicker-container2.hasDatepicker {
  width: 47%;
  display: inline-block;
  margin: 1.2%;
}

#availability-section-calender .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.8em;
  text-align: center;
  float: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  margin-top: -5px;
  margin-bottom: 10px;
}

#availability-section-calender .ui-datepicker .ui-datepicker-prev span,
#availability-section-calender .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  opacity: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  color: #555;
  font-weight: 700;
}

#availability-section-calender .ui-datepicker .ui-datepicker-year {
  font-weight: 300;
  font-size: 18px;
}

#availability-section-calender .ui-datepicker {
  width: 100%;
}

#availability-section-calender .date-middle:after {
  background-color: #DDFFCC;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: '';
}

#availability-section-calender .ui-widget.ui-widget-content {
  border: 0px solid #c5c5c5;
}

#availability-section-calender {
  min-height: 500px;
}

#availability-section-calender .ui-datepicker td {
  font-weight: 600;
  padding: 5px 5px !important;
  text-align: center;
  font-size: 14px;
  width: 45px;
  height: 45px;
  /*line-height: 45px;*/
  border: 1px solid #fff;
  text-align: center;
}

#availability-section-calender .ui-datepicker td a {
  padding: 0em;
}

#availability-section-calender .ui-state-default,
.ui-widget-content .ui-state-default {
  text-align: center;
}

#availability-section-calender .availability-notes .list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;

  width: 100px;
  height: 45px;
  line-height: 45px;
}

#availability-section-calender .availability-notes .list-inline {
  width: 310px;
  margin: 0 auto;
}

#availability-section-calender .availability-notes .day-pending:before {
  color: #ffeedb;
}

#availability-section-calender .availability-notes li:before {
  content: "";
  font-family: Fontawesome;
}

#availability-section-calender .availability-notes .day-available:before {
  color: #e4f4d9;
}

#availability-section-calender .availability-notes .day-pending:before {
  color: #ffeedb;
}

#availability-section-calender .ui-datepicker td {
  position: relative;
  border: 1px solid #ffffff !important;
}

#availability-section-calender .availability-notes .day-booked:before {
  color: #fdd2d2;
}

#availability-section-calender .ui-datepicker td.available {
  background-color: #DDFFCC;
}

#availability-section-calender .ui-datepicker td.available a {
  z-index: 2;
}

#availability-section-calender .ui-datepicker td.available.startDay:before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  width: 45px;
  height: 45px;
  background: url('../images/tr-img.png');
  background-size: auto;
  clear: both;
  z-index: 1;
  background-size: contain;
}

#availability-section-calender .ui-datepicker td.available.startDay a {
  position: absolute;
  width: 45px;
  height: 45px;
  text-align: center;
  top: 6px;
  top: 0;
  padding: 10px;
}

#availability-section .block {
  min-height: 50px;
  height: auto;
}

#availability-section-calender thead {
  border-bottom: 1px solid #d8dce1;
  margin-bottom: 10px;
}

.listing-cal-prev.btn.btn-action,
.listing-cal-next.btn.btn-action {
  width: 36px;
  height: 36px !important;
  border-color: #7eabdb;
  background: none;
  border: 1px solid;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
}

.listing-cal-prev.btn.btn-action:hover,
.listing-cal-next.btn.btn-action:hover {
  background-color: #7eabdb;
}

.sidebar-booking-module .sidebar-booking-module-header .block-body-sidebar {
  padding: 20px 30px 15px;
  background-color: #4f5962;
  color: #fff;
  min-height: 65px;
}

.homey_notification.block-body-sidebar {
  background: #fff;
  padding: 15px;
}

.sidebar-booking-module .search-date-range,
.sidebar-booking-module .search-guests {
  margin-bottom: 10px;
}

#request_for_reservation {

  color: #ffffff;
  background-color: #9ac6ed;
  border-color: #9ac6ed;
  width: 100%;
  margin-top: 10px;
}

.search-date-range .form-control {
  margin-top: 9px;
}

.search-date-range .form-control {
  margin-top: 9px;
}

.search-date-range-arrive,
.search-date-range-depart {
  width: 230px;
  max-width: 48%;
  float: none;
  display: inline-block;
}

.search-date-range-depart:after {
  top: 17px !important;
}

.search-date-range-depart:after {
  top: 17px !important;
}

.edit-room .search-destination:after,
.edit-room .search-guests:after,
.edit-room .search-date-range-arrive:after,
.edit-room .search-date-range-depart:after {
  left: 15px;
  top: 9px;
  font-family: "Fontawesome";
  font-size: 16px;
}

.edit-room .search-date-range-arrive:after,
.edit-room .search-date-range-depart:after {
  content: "";
}

.edit-room .sidebar-booking-module-footer .social-icons {
  background-color: rgba(148, 156, 165, 0.12);
  text-align: center;
  padding: 12px 0;
}

.edit-room .sidebar.right-sidebar {
  position: sticky;
  background: white;
  top: 80px;
}

.edit-room .sidebar.right-sidebar1 {
  position: sticky;
  background: white;
  top: 115px;
}

.edit-room .search-date-range-arrive:after,
.edit-room .search-date-range-depart:after {
  position: absolute;
  top: 22px !important;
}

#availability-section-calender .ui-datepicker td.booked-map {
  background: #fdd2d2;
}

#availability-section-calender .ui-datepicker td.pending {
  background: #ffeedb;
}

.social-icons.social-round .fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  font-variant-alternates: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
}

.edit-room .fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  font-variant-alternates: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
}

.edit-room .sidebar-booking-module .text-small {
  font-size: 12px;
  color: #949ca5;
}

.edit-room .btn-full-width {
  width: 100%;

}

.edit-room .add_fav.btn {
  margin-top: 8px;
}

.edit-room .sidebar.right-sidebar .block {
  height: auto;
  margin-bottom: 8px;
}

.edit-room .btn-grey-outlined:hover,
.btn-grey-outlined:active {
  color: #fff;
  background-color: #949ca5;
  border-color: #949ca5;
}

.edit-room .btn-grey-outlined {
  color: #949ca5;
  background-color: white;
  border-color: #949ca5;
}

.edit-room .search-date-range-arrive,
.edit-room .search-date-range-depart {
  width: calc(50% - 5.1px);
  margin-right: 10px;
}

.search-date-range .form-control {
  margin-top: 9px;
}

.sidebar-booking-module .search-date-range,
.sidebar-booking-module .search-guests {
  margin-bottom: 10px;
}

@media (min-width: 1366px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

#single-listing-date-range input {
  background: white;
  height: 50px;
}

#single-listing-date-range {
  display: block;
}

.search-date-range-arrive,
.search-date-range-depart {
  margin: 0px;
}

.show-calendar {
  margin-top: 68px !important;
}

#section-body .content-area {
  background: white;
  border-radius: 4px;
  padding-top: 23px;
  padding-bottom: 23px;
  margin-top: 27px;
}

.rules-section-top {
  border-top: none;
}

.media-left-listing {
  width: 150px
}

.media-left-listing img {
  margin: 0px 43px;
}

.hosting .block-head {
  padding: 20px 0px;
  border-bottom: 1px dotted #d8dce1;
}

.hosting .block {
  height: fit-content;
}

.hosting .first-body {
  height: 70px;
}

.similar-listing-section {
  margin: 30px 0;
}

.block-body-sidebar-buttons {
  width: 85%;
  margin: auto;
}

.block-body-sidebar-buttons button {
  margin-bottom: 10px;
}

.notify {
  display: none;
}

.notify-month {
  display: none;
}

.notify-min-days {
  display: none;
}

.homey_notification .text-success.notify {
  color: #1c7430;
  border-color: #1c7430;
}

.homey_notification .notify {
  white-space: normal;
  padding: 10px;
  line-height: 24px;
  color: #c31b1b;
  border-color: #c31b1b;
  cursor: default;
}

.notify-month {
  color: #1c7430;
  border-color: #1c7430;
}

.notify-month {
  white-space: normal;
  padding: 10px;
  line-height: 24px;
  color: #c31b1b;
  border-color: #c31b1b;
  cursor: default;
}

.payment-list-price-detail-total-price {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.payment-list-price-detail-note {
  color: #949ca5;
  font-size: 14px;
}

.payment-list-price-detail-total-price {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.payment-list-price-detail.clearfix {
  width: 100%;
}

.edit-room .search-date-range-arrive,
.edit-room .search-date-range-depart {
  width: calc(90% - 3.1px);
  margin-right: 10px;
}

.search-date-range-arrive,
.search-date-range-depart {
  max-width: 90% !important;
}

#single-listing-date-range {
  display: block;
  position: relative;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #f2f2f2;
  font-size: 10px;
  margin: 10px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  display: none;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@media (max-width: 1000px) {

  #availability-section-calender .datepicker-container.hasDatepicker,
  .datepicker-container2.hasDatepicker {
    width: 100%;
    display: inline-block;
    margin: 1.2%;
  }

  .hosting .first-body {
    height: fit-content;
  }
}

.additional-charge-box-front {
  padding: 9px 9px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  margin: auto;
}
.additional-charge-box-front input[type="radio"] {
  margin-left: auto;
}
.additional-charge-box-front .type-of-place-img img {
  min-width: 53px;
  height: 53px;
  margin: 10px;
} 

.additional-charge-box-front .form-control {
  max-width: 120px;
}
.additional-charge-box {
  padding: 9px 9px;
  width: 75%;
  display: flex;
  cursor: pointer;
  margin: auto;
}

.additional-charge-box:hover .cleaning-svg {
  display: none;
}

.additional-charge-box:hover .cleaning-svg-colored {
  display: block;
}

.additional-charge-box .cleaning-svg {
  display: block;
}

.additional-charge-box .cleaning-svg-colored {
  display: none;
}

.additional-charge-box:hover {
  border-color: #82b9e0;
  border-width: 2px;
}

.additional-charge-box.selectedRadio {
  border-color: #82b9e0;
  border-width: 2px;
}
.additional-charge-box.selectedRadio .control-text {
  color: #82b9e0;
}

.additional-charge-box.selectedRadio .cleaning-svg {
  display: none;
}

.additional-charge-box.selectedRadio .cleaning-svg-colored {
  display: block;
}


.additional-charge-box:hover .control-text {
  color: #82b9e0;
}

.additional-charge-box .control-text {
  width: 400px;
  margin: auto;
  margin-left: 10px;
}

.entire-place {
  padding: 9px 9px;
  width: max-content;
  display: flex;
  cursor: pointer;
  margin: auto;
}

.entire-place:hover .room-svg {
  display: none;
}

.entire-place:hover .room-svg-colored {
  display: block;
}

.entire-place .room-svg {
  display: block;
}

.entire-place .room-svg-colored {
  display: none;
}

.entire-place:hover {
  border-color: #82b9e0;
  border-width: 2px;
}

.entire-place.selectedRadio {
  border-color: #82b9e0;
  border-width: 2px;
}
.entire-place.selectedRadio .control-text {
  color: #82b9e0;
}

.entire-place.selectedRadio .room-svg {
  display: none;
}

.entire-place.selectedRadio .room-svg-colored {
  display: block;
}


.entire-place:hover .control-text {
  color: #82b9e0;
}

.entire-place .control-text {
  width: 400px;
  margin: auto;
  margin-left: 10px;
}
.private-room {
  padding: 9px 9px;
  width: max-content;
  display: flex;
  cursor: pointer;
  margin: auto;
}

.private-room:hover .room-svg {
  display: none;
}

.private-room:hover .room-svg-colored {
  display: block;
}

.private-room .room-svg {
  display: block;
}

.private-room .room-svg-colored {
  display: none;
}

.private-room:hover {
  border-color: #82b9e0;
  border-width: 2px;
}

.private-room.selectedRadio {
  border-color: #82b9e0;
  border-width: 2px;
}
.private-room.selectedRadio .control-text {
  color: #82b9e0;
}

.private-room.selectedRadio .room-svg {
  display: none;
}

.private-room.selectedRadio .room-svg-colored {
  display: block;
}


.private-room:hover .control-text {
  color: #82b9e0;
}

.private-room .control-text {
  width: 400px;
  margin: auto;
  margin-left: 10px;
}

.type-of-place-img {
  float: right;
}

.type-of-place-img img {
  min-width: 53px;
  height: 53px;
  margin: 10px;
}
.btn-add-room{
  position: absolute;
  bottom: 20px;
  height: 38px;
  width: 112px;
}
.entire_room_table{
  margin: 20px 10px;
}
.entire_room_table{
  margin: 20px 10px;
  display: none;
}

.entire_room_table.enabled{
  display: table;
}
.entire_room_table tr{
  background: darkgray;
}
.entire_room_table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  padding: 4px;
}
.entire_room_table tr:nth-child(even) td {
  padding: 4px;
  background-color: #fff; 
}

/* Set the background color of odd td elements to white */
.entire_room_table tr:nth-child(odd) td {
  padding: 4px;
 background-color: #E6E6E6;
}
.btn-action {
  background: none;
  border: 1px solid;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  border-color: #7eabdb;
  padding: 3px 5px;
  color: #7eabdb;
}

.entire_place_enabled.disabled{
  display:none;
}
.entire_place_enabled.enabled{
  display:block;
}

.private_room_enabled.disabled{
  display:none;
}
.private_room_enabled.enabled{
  display:block;
}
.add-a-room-modal label{
  font-weight: bold;
}
.add-a-room-modal label span{
  font-weight:normal;
}
.validate-errors-rooms-table{
  display: none;
}
.validate-errors_entire_place_room{
  display: none;
}