
/* ---------------- Search area ---------------- */
.th-search-dropdown {
  display: none;
}
.th-search-wrap {
  position: relative;
  padding: 200px 0 97px;
  text-align: center;
  z-index: 1;
}
.th-search-area {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 12px;
  background: #ebf1f8;
  border-radius: 10px;
  text-align: left;
  height: 73px;
}

input[type="date"] {
  width: 100%;
}
.th-search-area ul li {
  display: inline-block;
  width: 18.8%;
  vertical-align: top;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 12px;
  cursor: pointer;
  position: relative;
}
.th-search-area ul li:first-child {
  width:40%;
}
.th-search-area ul li:last-child {
  margin-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.th-search-area input[type="text"],
.th-search-area input[type="date"],
.th-search-area .th-conform-date,
.th-search-area .th-guests-and-rooms-wrap {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  height: 50px;
  border-radius: 10px;
  border: 0px solid #1876d1;
  box-shadow: none;
  padding-left: 15px;
  padding-right: 15px;
  padding: 10px 15px 10px 15px;
  color: #000;
  max-width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.th-search-area input::placeholder {
  color: #000;
  opacity: 1;
}
.th-search-area input[type="date"] {
  border-radius: 3px;
  padding: 0 4px;
  box-shadow: 0 0px 10px rgba(0,0,0,.15);
}
.th-search-area label {
  margin-bottom: 10px;
}
.th-search-area .th-conform-date {
 background-image: url(../images/date-icon.png);
 background-position: left 22px center;
 background-repeat: no-repeat;
}
.th-search-area .th-guests-and-rooms-wrap {
   background-image: url(../images/user-icon.png);
 background-position: left 22px center;
 background-repeat: no-repeat;
}
.th-search-area #th-search {
 padding: 10px 40px 10px 54px;
 background-image: url(../images/search.png);
 background-position: left 22px center;
 background-repeat: no-repeat;
}
.th-search-dropdown input[type="text"],
.th-search-dropdown input[type="date"] {
  background-image: none;
  margin-bottom: 10px;
}
.th-search-dropdown p {
  margin: 0 0 5px 0;
  color: #000;
  font-size: 16px;
}
.th-search-dropdown-list {
  background: #ebf1f8;
  overflow-y: scroll;
  margin-top: 10px;
  border: 1px solid rgba(176,187,198,.5);
  box-shadow: 0 0 15px rgba(0,0,0,.25);
}
.th-search-dropdown-list p {
  padding: 12px 15px;
}
.th-search-dropdown-list p strong {
  color:#000;
  display: block;
}
.th-search-dropdown-list ul li {
  background-color: transparent;
  display: block;
  padding: 10px 15px 6px 15px !important;
  border-radius: 0;
  width: 100% !important;
  margin: 0;
}
.th-search-dropdown-list ul li:hover {
  background-color: #fff;
}
.th-search-dropdown-list ul li a {
  color: #000;
}
.th-search-dropdown-list ul li p{
  display: inline-block;
  padding: 0!important;
  padding-left: 10px !important;
}
.th-search-list ul li {
  background-color: transparent;
  display: block;
  padding: 16px !important;
  border-radius: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 51px !important;
}
.th-search-list ul li:hover {
  background-color: #fff;
}
.th-close-btn {
  position: absolute;
  content: '';
  width: 10px;
  height: 14px;
  top: 22px;
  cursor: pointer;
  right: 18px;
  background-color: transparent;
  transform: translate(0,-50%);
  box-shadow: none;
  outline: none;
}
.th-calender {
  background: #ebf1f8;
  padding: 15px;
  border: 1px solid rgba(176,187,198,.5);
  box-shadow: 0 0 15px rgba(0,0,0,.25);
  width: 330px;
  display: none;
}
.th-calender ul li {
  display: inline-block;
  width: 46.8% !important;
  background-color: transparent;
}
.th-number-of-guest-n-rooms-wrap {
  font-family: "Open Sans", sans-serif;
  position: relative;
  margin: 20px 0 9px 0;
  padding: 15px 15px 5px;
  display: inline-block;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  font-size: 0;
}
.th-category .th-delete {
  float: right;
  padding-top: 4px;
}
.th-category:first-child .th-delete {
  display: none;
}
.th-category-dropdown {
  background: #ebf1f8;
  padding: 15px;
  border: 1px solid rgba(176,187,198,.5);
  box-shadow: 0 0 5px rgba(0,0,0,.25);
  width: auto;
  max-height:550px;
  position: absolute;
  z-index: 1000;
  overflow-y: scroll;
}
.th-category-dropdown{
  display: none;
}
.th-number-of-category {
  display: block;
  border-radius: 10px;
  text-align: left;
  margin-bottom: 10px;
}
.th-number-of-category:last-child {
  margin-right: 0;
}
.th-number-of-category strong {
  display: inline-block;
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  width: 100px;
}
.th-number-of-category span {
  font-size: 0;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #1876d1;
}
.th-number-of-category span a {
  color: #fff;
}
.th-number-of-category span.th-subtraction a,
.th-number-of-category span.th-additions a {
  font-size: 20px;
  color: #000;
  border: 1px solid #000;
  padding: 3px 7px;
  border-radius: 5px;
  text-align: center;
  height: 30px;
  display: block;
}
.th-number-of-category span.th-subtraction a:hover,
.th-number-of-category span.th-additions a:hover {
  color: #1876d1;
  border: 1px solid #1876d1;
}
/*.th-number-of-category span.th-additions a {
  color: #b0bbc6;
  border: 2px solid #b0bbc6;
  cursor: not-allowed;
}*/
.th-number-of-category span.th-category-value {
  font-size: 18px;
  color: #000;
  width: auto;
  font-weight: 600;
  padding: 0 15px;
  text-align: center;
}
.th-category {
  padding-bottom: 20px;
}
.th-category h5 {
  border-bottom: 1px solid #b0bbc6;
  padding-bottom: 15px;
  font-size: 19px;
  line-height: 23px;
}
.th-add-room ul li {
  display: block;
  width: 100% !important;
  margin-bottom: 10px;
  padding:0!important;
}
.th-add-room ul li a {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  height: 40px;
  display: block;
  text-align: center;
  padding: 8px 0 !important;
  border-radius: 5px;
}
.th-add-room ul li .th-add-room-btn {
  border: 1px solid #1876d1;
  color: #1876d1;
  background-color: #fff;
}
.th-add-room ul li .th-add-room-btn:hover {
  border: 1px solid #000;
  color: #000;
}
.th-add-room ul li .th-done-btn {
  background-color: #1876d1;
  color: #fff;
}
.th-add-room ul li .th-done-btn:hover {
  background-color: #000;
  color: #fff;
}
.th-add-room ul li .svg-inline--fa {
  position: inherit !important;
  vertical-align: middle !important;
  color: #1876d1 !important;
  font-size: 16px !important;
}
.th-add-room ul li:hover .svg-inline--fa {
  color: #000 !important;
}
.th-date span {
  display: inline-block;
  vertical-align: top;
  margin-right: 26px;
  width: 46.8%;
}
.th-date span:last-child {
  margin-right: 0;
}
.th-guests-and-rooms-wrap {
  display: block;
  padding: 10px 15px 10px 0px;
}
.th-guests-and-rooms-wrap p,
.th-conform-date p {
  margin:0px;
  color: #000;
   font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 5px 5px 37px;
}
.th-select-age-group {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.th-search-dropdown select {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding: 10px 15px 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  color: #000;
  border: 1px solid #ebf1f8;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}
.th-select-age-group label,
.th-price-range label {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  position: absolute;
  left: 15px;
  top: 4px;
  display: inline-block;
  font-size: 14px;
  color: #1876d1;
}
.th-search-area input[type="submit"] {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 0px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 16px;
  background: #1876d1;
}
.th-search-area input[type="submit"]:hover {
  background-color: #000;
  transition: 0.4s;
}
.th-price-range-group {
  margin-bottom: 15px;
}
.th-price-range-group label {
  display: block;
  margin-bottom: 10px;
}
.th-price-range {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 46.8%;
  margin-right: 26px;
}
.th-price-range:last-child {
  margin-right: 0;
}

/* popular hotels */
.th-popular-hotels {
  position: relative;
  padding: 76px 0 83px;
  text-align: center;
}
.th-popular-hotels h2 {
  font-size: 36px;
  line-height: 44px;
}
.th-popular-hotels ul {
  padding-top: 41px;
}
.th-popular-hotels ul li {
  display: inline-block;
  vertical-align: top;
  width: 18.22%;
  margin-right: 26px;
  margin-bottom: 20px;
}
.th-popular-hotels ul li:last-child,
.th-popular-hotels ul li:nth-child(5n) {
  margin-right: 0;
}
.th-popular-hotels-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #1876d1;
  min-height: 301px;
  border-radius: 17px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.th-popular-hotels-box:hover {
  margin-top: -10px;
  transition: 0.4s;
}
.th-popular-hotels-box p {
  font-family: "Jost", sans-serif;
  margin-bottom: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.57);
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-weight: 500;
}
/* popular hotels */

/* search result */
.th-search-dropdown .th-search-result-form input[type="date"] {
  display: inline-block;
  vertical-align: middle;
  width: 46.92%;
  color: #1876d1;
  margin-bottom: 0;
}
.th-search-result-form ul {
  padding-top: 11px;
}
.th-search-result-form ul li {
  margin-bottom: 10px;
}
.th-search-result-form ul li:last-child {
  margin-bottom: 0;
}
.th-search-dropdown .th-search-result-form input[type="text"] {
  color: #1876d1;
  margin-bottom: 0;
}
.th-search-dropdown .th-search-result-form input[type="text"]::placeholder {
  color: #1876d1;
  opacity: 1;
}
.th-search-result-form .th-to {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}

.th-search-result {
  position: relative;
  padding: 0 0 10px;
  margin-top: 30px;
}
.th-search-result h3 strong{
  font-weight: 500;
  color: #1876d1;
}
.th-search-result ul li {
  margin-bottom: 30px;
}
.th-search-result-box{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  outline: 1px solid #1876d1;
  border-radius: 8px;
  align-items: center;
}
.th-search-rh-box {
  outline: 1px solid #d1b818 !important;
}
.th-search-result-box:hover{
  box-shadow: 0 0 10px 0 #1876d1;
  outline: 2px solid #1876d1;
  transition: .1s ease-in-out;
}
.th-search-content-area-left{
  width: 25%;
  padding: 5px;
}
.th-search-result-box .th-search-result-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}
.th-search-result-box .th-search-result-image img {
  border-radius: 8px;
  min-height: 270px;
  max-height: 270px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.th-search-content-area-middle {
	padding: 10px 15px 10px 20px;
	width: 51%;
}
.th-search-content-area-middle h4 span{
  color: #000000;
}
.th-search-content-area-middle h4 a{
  color: #1876d1;
}
.th-search-content-area-middle h4 a:hover{
  color: #000000;
}
.th-search-content-area-middle h4 strong{
  font-weight: 600;
  color: #1876d1;
}
.th-search-content-area-middle h4 small{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: block;
  margin-top: 4px;
}
.th-search-content-area-middle h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: 12px;
  padding-right: 10px;
  font-size: 22px;
  line-height: 28px;
}
.th-search-content-area-middle .th-rating li {
  margin: 0 !important;
  width: auto !important;
  display: inline-block;
  vertical-align: top;
}
.th-search-content-area-middle .th-rating {
  padding-bottom: 15px;
}
.th-search-content-area-middle p {
  line-height: 24px;
  display: inline-block;
}
.th-search-content-area-middle p .th-pricing-numbers {
  color: #1876d1;
  font-weight: 400;
}
.th-search-content-area-middle .th-beds {
  display: inline-block;
  vertical-align: top;
  padding-left: 43px;
}
.th-search-content-area-middle .th-beds p img {
  margin-left: 8px;
}
.th-search-content-area-middle .th-beds p .th-bed-numbers {
  color: #000;
  font-weight: 400;
}
.th-search-result ul .th-service-types {
  padding-top: 5px;
}
.th-search-result ul .th-service-types li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 9px;
  width: 30px;
  height: 30px;
  line-height: 27px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
}
.th-search-content-area-right p small{
  display: block;
  font-size: 13px;
}
.th-search-content-area-right h2{
  margin-bottom: 0;
  color: #1876d1;
}
.th-search-content-area-right {
  padding: 10px 12px 10px;
  border-radius: 0 8px 8px 0;
  width: 24%;
  text-align: right;
}
.th-search-content-area-right p {
  line-height: 24px;
}
.th-search-content-area-right p strong {
  font-weight: 600;
  display: block;
  color: #000000;
  font-size: 15px;
}
.th-search-content-area-right p i {
  color: #1876d1;
  font-size: 14px;
}
.th-search-content-area-right .th-book-now-btn {
  font-size: 16px;
  line-height: 14px;
  height: 45px;
  width: 170px;
  margin: 0 0 0 auto;
}
.th-search-result .th-sidebar-advertisement ul li{
  margin-bottom: 20px;
}
.th-sidebar-advertisement ul li img{
  border-radius: 8px;
}
.th-sidebar-advertisement ul li:hover{
  transition: .1s ease-in-out;
  filter: drop-shadow(0 0px 5px #1876d19e);
}
#map {
  width: 100%;
  height: 450px;
  border-radius: 8px;
  border: 1px solid #1876d1;
}
.map-toggle-btn {
  background: #1876d1;
  color: #fff;
  border: none;
  padding: 9px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.map-toggle-btn:hover {
  background: #0d5aa7;
}
.map-hotel-marker {
  width: 32px;
  height: 32px;
  background: #1876d1;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.35);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='16' height='16'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.loading-message {
  font-size: 16px;
  color: #555;
  text-align: center;
  margin: 20px 0;
}
.autocomplete { position: relative;}
#place-input { width: 100%; padding: 10px;}
.suggestions {
  position: absolute;
  background: #fff;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}
.suggestions div {
  padding: 10px;
  cursor: pointer;
}
.suggestions div:hover { background: #f0f0f0; }
#result {
  margin-top: 10px;
}
#left_sidebar {
  margin-top: 11px;
  padding: 15px;
  border: 1px solid #ccc;
}
.filter-title {
  font-weight: bold;
  color: #1876d1;
  margin-bottom: 10px;
}
.star-rating {
  display: flex;
  gap: 5px;
}
.star {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  border: 1px solid #333;
  cursor: pointer;
}
.star.selected {
  background-color: #1876d1;
  color: white;
}
.location-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.location-list li {
  margin-bottom: 8px;
}
.facility-checkbox {
  margin-right: 10px;
}
/* search result */

@media screen and (max-width: 1500px) {
.th-search-area ul li:first-child {
  width: 39.9%;
}
}
@media screen and (max-width: 1400px) {
  /* popular hotels */
  .th-popular-hotels ul li {
    margin-right: 23px;
  }
  /* popular hotels */
  /*search*/
 .th-search-area ul li:first-child {
    width: 39.6%;
  }
  .th-search-result ul .th-service-types li {
  width: 28px;
  height: 28px;
  }
/*search*/
}
@media screen and (max-width: 1300px) {
  /* popular hotels */
  .th-popular-hotels ul li {
    margin-right: 21px;
  }
  /* popular hotels */

  .th-search-result-box .th-search-result-image img {
    min-height: 307px;
    max-height: 307px;
  }
  .th-search-content-area-middle {
    padding: 10px 15px 10px 15px;
  }
  .th-search-content-area-middle h4 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 7px;
  }
  .th-search-result ul .th-service-types li {
    width: 27px;
    height: 27px;
  }
  /* search result */
  /*search*/
  .th-search-area ul li {
  width: 20%;
}
  .th-search-area ul li:first-child {
    width: 35.7%;
  }
  /*search*/
}
@media screen and (max-width: 1200px) {
  /* popular hotels */
  .th-popular-hotels ul li {
    margin-right: 19px;
  }
  .th-popular-hotels-box {
    min-height: 280px;
  }
  .th-popular-hotels {
    padding: 30px 0 75px;
  }
  .th-popular-hotels ul {
    padding-top: 30px;
  }
  .th-popular-hotels h2 {
    font-size: 32px;
    line-height: 40px;
  }
  /* popular hotels */
  /*search*/
  .th-search-area ul li {
  margin-right: 10px;
}
.th-guests-and-rooms-wrap p, .th-conform-date p {
  font-size: 14px;
  }
  .th-search-area #th-search {
  font-size: 14px;
  background-position: left 15px center;
  padding: 10px 40px 10px 44px;
}
.th-search-area input[type="text"],
.th-search-area .th-conform-date,
.th-search-area .th-guests-and-rooms-wrap {
  padding: 10px 10px 10px 7px;
    background-position: left 15px center;
}
/*search*/

.th-search-content-area-right .th-book-now-btn{
  width: 162px;
}
.th-search-result {
	padding: 0 0 35px;
}
}
@media screen and (max-width: 1100px) {
  /* popular hotels */
  .th-popular-hotels ul li {
    margin-right: 16px;
  }
  /* popular hotels */

  /* search result */
  .th-search-result ul .th-service-types li {
    margin-right: 2px;
  }
  .th-search-result ul .th-service-types li img {
    width: 22px;
  }
  .th-search-content-area-middle .th-rating li img{
    width: 18px;
  }
  .th-search-content-area-middle h4 small {
    font-size: 15px;
    line-height: 23px;
  }
  .th-search-content-area-middle p{
    font-size: 15px;
  }
  .th-search-content-area-middle .th-beds p img {
    width: 22px;
  }
  .th-search-content-area-middle .th-rating {
    padding-bottom: 9px;
  }
  .th-search-result ul .th-service-types {
    padding-top: 0;
  }
  .th-search-content-area-right .th-book-now-btn{
    width: 100%;
  }
  .th-search-content-area-middle h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .th-search-content-area-middle {
    padding: 9px 15px 9px 15px;
  }
  .th-search-content-area-right {
    padding: 9px 10px 9px;
  }
  /* search result */
 .th-search-area ul li {
    margin-right: 6px;
    width: 22.1%;
  }
  .th-search-area ul li .svg-inline--fa {
  left: 12px;
}
 .th-search-area #th-search {
    padding: 10px 28px 10px 41px;
  }
.th-close-btn {
  width: 9px;
  height: 12px;
  top: 22px;
  right: 12px;
}
 .th-search-area ul li:first-child {
    width: 30.4%;
  }
}
@media screen and (max-width: 991px) {
  .th-search-wrap {
  padding: 175px 0 50px;
  }
  /* popular hotels */
  .th-popular-hotels {
    padding: 10px 0 45px;
  }
  .th-popular-hotels ul li {
    margin-bottom: 20px;
    width: 22.92%;
  }
  .th-popular-hotels ul li:nth-child(5n) {
    margin-right: 16px;
  }
  .th-popular-hotels ul li:last-child,
  .th-popular-hotels ul li:nth-child(4n) {
    margin-right: 0;
  }
  .th-popular-hotels h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .th-popular-hotels ul {
    padding-top: 20px;
  }
  .th-popular-hotels-box {
    min-height: 258px;
  }
  .th-popular-hotels-box p {
    font-size: 15px;
  }
  /* popular hotels */
  .th-search-content-area-middle {
    padding: 8px 12px 8px 15px;
  }
  .th-search-content-area-right {
    padding: 8px 12px 8px;
  }
  .th-search-content-area-middle .th-rating li img {
    width: 16px;
  }
  .th-search-content-area-middle h4 {
    font-size: 19px;
    line-height: 24px;
  }
  .th-search-content-area-middle h4 small {
    font-size: 14px;
    line-height: 22px;
  }
  .th-search-content-area-middle p {
    font-size: 14px;
    line-height: 22px;
  }
  .th-search-content-area-right p strong{
    font-size: 14px;
  }
  .th-search-content-area-right p i {
    font-size: 14px;
    line-height: 18px;
    display: block;
  }
  .th-search-content-area-right .th-book-now-btn{
    width: 100%;
  }
  .th-search-result ul li {
    margin-bottom: 25px;
  }
  .th-search-result .col-md-9, .th-search-result .col-md-3{
    width: 100%;
  }
  .th-sidebar-advertisement{
    padding-top: 40px;
  }
.th-search-result-box .th-search-result-image img {
    min-height: 280px;
    max-height: 280px;
  }
  /* search result */
    .th-search-area ul li {
    margin-right: 0;
    width: 100% !important;
    margin-bottom: 10px;
    background-color: transparent;
  }
   .th-search-area {
    height: 100%;
  }
  .th-category {
  margin: auto;
}
.th-calender,
.th-category-dropdown {
  margin: auto;
  margin-top: 10px;
}
.th-search-dropdown-list ul li {
  padding: 5px 15px 1px 15px !important;
}
.th-search-area input[type="text"],
.th-search-area .th-conform-date,
.th-search-area .th-guests-and-rooms-wrap {
  background-color: #fff;
  border-radius: 3px;
  }
  .th-calender ul li {
  width: 47.2% !important;
  margin-right: 12px;
  }
  .th-category-dropdown {
  width: 330px;
}
.th-number-of-category strong {
  width: 161px;
}
}
@media screen and (max-width: 767px) {
  .th-search-wrap {
    padding: 160px 0 50px;
  }

  /* popular hotels */
  .th-popular-hotels ul li {
    margin-bottom: 20px;
    width: 30.9%;
  }
  .th-popular-hotels ul li:nth-child(5n),
  .th-popular-hotels ul li:nth-child(4n) {
    margin-right: 16px;
  }
  .th-popular-hotels ul li:last-child,
  .th-popular-hotels ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* popular hotels */

  /* search result */
  .th-search-result-box .th-search-result-image img {
    min-height: 365px;
    max-height: 365px;
    border-radius: 8px 8px 0 0 ;
  }
  .th-search-result-box .th-search-content-area-left {
    width: 100%;
  }
  .th-search-content-area-right{
    width: 40%;
  }
  .th-search-content-area-middle{
    width: 60%;
  }
  .th-search-content-area-middle {
    padding: 8px 12px 8px 12px;
  }
  .th-search-content-area-middle h4{
    width: 100%;
    margin-bottom: 5px;
  }
  .th-sidebar-advertisement {
    padding-top: 35px;
  }
  /* search result */
}
@media screen and (max-width: 600px) {
  .th-date span,
  .th-price-range {
    margin-right: 22px;
  }

  /* popular hotels */
  .th-popular-hotels ul li {
    margin-right: 12px;
  }
  .th-popular-hotels ul li:nth-child(5n),
  .th-popular-hotels ul li:nth-child(4n) {
    margin-right: 12px;
  }
  .th-popular-hotels ul li:last-child,
  .th-popular-hotels ul li:nth-child(3n) {
    margin-right: 0;
  }
  .th-popular-hotels-box {
    min-height: 220px;
  }
  .th-popular-hotels-box p {
    font-size: 13.78px;
  }
  /* popular hotels */

  /* search result */
  .th-search-dropdown .th-search-result-form input[type="date"] {
    width: 46%;
  }
  .th-search-result-box .th-search-result-image img {
    min-height: 315px;
    max-height: 315px;
  }
  .th-search-result ul .th-service-types li {
    margin-right: 2px;
    width: 25px;
    height: 25px;
    line-height: 23px;
  }
  .th-search-result ul .th-service-types li img {
    width: 18px;
  }
   .th-search-content-area-right {
    width: 100%;
    text-align: left;
  }
  .th-search-content-area-middle {
    width: 100%;
  }
  /* search result */
}
@media screen and (max-width: 500px) {
  .th-number-of-category:nth-child(2n) {
    margin-right: 0;
  }
  .th-number-of-guest-n-rooms-wrap {
    text-align: center;
    padding: 15px 10px 5px;
  }
  .th-date span,
  .th-price-range {
    margin-right: 10px;
    width: 47.6%;
  }
  .th-search-area input[type="text"],
  .th-search-area input[type="date"] {
    padding: 0 10px;
  }
  .th-search-dropdown select {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* popular hotels */
  .th-popular-hotels h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .th-popular-hotels ul li {
    width: 47.7%;
    margin-bottom: 14px;
  }
  .th-popular-hotels ul li:nth-child(5n),
  .th-popular-hotels ul li:nth-child(4n),
  .th-popular-hotels ul li:nth-child(3n) {
    margin-right: 12px;
  }
  .th-popular-hotels ul li:last-child,
  .th-popular-hotels ul li:nth-child(2n) {
    margin-right: 0;
  }
  .th-popular-hotels {
    padding: 2px 0 45px;
  }
  .th-popular-hotels ul {
    padding-top: 9px;
  }
  /* popular hotels */

  /* search result */
  .th-search-dropdown .th-search-result-form input[type="date"] {
    width: 45.5%;
    font-size: 15px;
  }
  /* search result */

  /* search result */
  .th-search-result {
    padding: 0 0 28px;
  }
  .th-search-result-box .th-search-result-image img {
    min-height: 240px;
    max-height: 240px;
  }
  .th-sidebar-advertisement {
    padding-top: 30px;
  }
  /* search result */
}
@media screen and (max-width: 400px) {
  .th-date span,
  .th-price-range {
    margin-right: 0;
    width: 100%;
  }
  .th-price-range:last-child {
    margin-top: 15px;
  }

  /* popular hotels */
  .th-popular-hotels ul li {
    margin-right: 8px;
  }
  .th-popular-hotels ul li:nth-child(5n),
  .th-popular-hotels ul li:nth-child(4n),
  .th-popular-hotels ul li:nth-child(3n) {
    margin-right: 8px;
  }
  .th-popular-hotels ul li:last-child,
  .th-popular-hotels ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* popular hotels */

  .th-search-dropdown .th-search-result-form input[type="date"] {
    width: 100%;
    display: inline-block;
  }
  .th-search-result-form .th-to {
    display: block;
    text-align: center;
    margin: 4px 0;
  }
  .th-search-area input[type="text"],
  .th-search-area input[type="date"] {
    display: inline-block;
    width: 100%;
  }
.th-number-of-category span.th-category-value {
  padding: 0 13px;
}
.th-search-area ul li .svg-inline--fa {
  top: 18px;
  font-size: 15px;
}
  .th-search-area #th-search {
    padding: 10px 25px 10px 32px;
    background-position: left 11px center;
    background-size: 16px;
  }
     .th-search-area .th-conform-date,
      .th-search-area .th-guests-and-rooms-wrap {
    background-position: left 11px center;
    background-size: 16px;
  }
    .th-close-btn {
    top: 23px;
    right: 10px;
  }
    .th-guests-and-rooms-wrap p, .th-conform-date p {
    padding: 5px 5px 5px 28px;
  }
  .th-search-result-box .th-search-result-image img {
    min-height: 220px;
    max-height: 220px;
  }
   .th-calender {
    width: 100%;
  }
   .th-calender ul li {
    width: 100% !important;
    margin-right: 0;
  }
    .th-category-dropdown {
    width: 253px;
  }
  .th-number-of-category strong {
  width: 112px;
}
}
