@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.sea_typ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
header li.nav-item {
  padding: 0px 20px;
}
ul.hotel_flight {
  margin: 0;
  padding: 0;
  display: flex;
}

ul.hotel_flight li {
  list-style: none;
  border-right: 1px solid #d9d9d9;
}

ul.hotel_flight li a.active {
  background: #0b7fab;
  border-radius: 25px 0px 0px 0px;
  background: #0b7fab;
  color: #fff;
  font-weight: 600;
}
.slick-slide img {
  width: 100%;
}
.search_checkin label,
.search_checkout label {
  position: absolute;
  top: 20px;
  left: 17px;
  z-index: 0;
}
.sea_typ span {
  padding: 10px 20px;
  color: #1f1f1f;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

ul.hotel_flight li a {
  color: #1f1f1f;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 40px;
  display: block;
}

.search_con_box {
  border-radius: 25px;
  background: #fff;
  box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.08);
}

.search_filter_sec {
  padding: 80px 0 0 0;
  transform: translate(0%, -50%);
}
.why-sec.py_60 {
  padding-top: 0;
}
.popular-img img {
  width: 100%;
}
.search_box {
  border-radius: 200px;
  border: 1px solid #d9d9d9;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  margin: 0px;
  position: relative;
}

.search_box input {
  border: none;
}
.flight_search {
  display: none;
}
.search_box select,
.search_box input[type="submit"] {
  border: none;
  background: transparent;
}
.search_box input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #727272;
  position: relative;
  padding-left: 130px;
  background: transparent;
}
.search_box select,
.search_box input[type="submit"] {
  border: none;
  background: transparent;
}

.search_box input[type="submit"] {
  padding: 20px 30px;
  margin: 0;
  border-radius: 200px;
  background: #0b7fab;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
}

.search_btn.search_box {
  padding: 0;
  border: none;
}

.search_filter label {
  color: #323232;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  padding-right: 40px;
}

body {
  font-family: Montserrat;
}

.search_box input,
.search_box select {
  font-size: 16px;
}
.location_search.search_box {
  margin-left: 0;
  position: relative;
  width: 100%;
  flex: 0 0 20%;
  max-width: 20%;
}
.location_search.search_box input {
  padding-right: 10px !important;
}
.search_checkin.search_box {
  max-width: 20%;
  flex: 0 0 20%;
}
.search_checkin.search_box input,
.search_checkout.search_box input {
  padding-left: 72px !important;
  max-width: 178px;
}
.search_checkout.search_box input#checkout {
  padding-left: 81px !important;
}
.search_checkout.search_box {
  max-width: 20%;
  flex: 0 0 20%;
}
/* input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
} */

select:focus-visible,
input:focus-visible {
  outline: none;
}

#search_loc {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.loc_add li:first-child:hover {
  border-radius: 20px 20px 0px 0px;
}
.loc_add {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 0;
  color: #727272;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  border-radius: 20px 20px 3px 4px;
}

.loc_add li {
  list-style: none;
  cursor: pointer;
  padding: 10px;
}

.loc_add li:hover {
  background: #d9d9d9;
  color: #000;
}
.caret {
  background: #fff;
  border-radius: 4px;
  color: #8e9497;
  display: block;
  left: 0;
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 12px;
}
.caret {
  display: none;
}
.red_error {
  border: 1px solid red;
}

.search_list_hotl ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.search_list_hotl ul li {
  list-style: none;
  flex: 0 0 33.3%;
  max-width: 33%;
  padding: 10px;
}
.prop_img img {
  width: 100%;
  object-fit: cover !important;
  height: 100%;
}
.pro_search_text .prop_img {
  height: 200px;
}
.prop_text h2 {
  color: #323232;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  background: #fff;
  text-align: left;
}
.search_list_hotl ul li.not_f_lisr {
  background: #ccc;
}
.property_type {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
ul.hotel_flight li:last-child a.active {
  border-radius: 0;
}

.loadersearch {
  display: none;
  border: 5px solid #ffffff;
  border-radius: 50%;
  border-top: 5px solid #d9d9d9;
  width: 29px;
  height: 30px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
	margin-left: 3px;
}
.loader {
  display: none;
  border: 5px solid #0b7fab;
  border-radius: 50%;
  border-top: 5px solid #d9d9d9;
  width: 29px;
  height: 30px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* loader data */

.loader_data {
  display: none;
  border: 20px solid #0b7fab;
  border-radius: 50%;
  border-top: 20px solid #d9d9d9;
  width: 180px;
  height: 180px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  position: absolute;
  left: 40%;
  right: 40%;
  top: 5%;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.location_search .loader {
  position: absolute;
  right: 7px;
}
.search_list_hotl {
  position: relative;
}
.pro_search_text {
  border: 0px solid #ccc;
}
span.hotel_city {
  display: flex;
  justify-content: space-between;
}
.prop_text {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 128px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.guest_input,
.rooms_input {
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  display: none;
}
span.gusest_arrow i,
span.rooms_arrow i {
  font-size: 13px;
}
.g_m_p,
.r_m_p {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  background: #fff;
}
input#g_qty,
input#r_qty,
input#min_beds_qty {
  width: 100%;
  text-align: center;
}
.guest_input span,
.rooms_input span {
  font-size: 25px;
  padding: 0px 8px;
  cursor: pointer;
  background: #e9ecef;
}
span.gusest_arrow,
span.rooms_arrow {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #323232;
}
.guest_input input[type="number"]::-webkit-inner-spin-button,
.guest_input input[type="number"]::-webkit-outer-spin-button,
.rooms_input input[type="number"]::-webkit-inner-spin-button,
.rooms_input input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.s_p_sec {
  background: #0b7fab;
  transform: translate(0%, 0);
  padding-bottom: 80px;
}
ul.bread_dots {
  margin: 0;
  padding: 0;
  display: flex;
}

ul.bread_dots li {
  list-style: none;
}

ul.bread_dots li a {
  color: #7c7c7c;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-right: 33px;
  position: relative;
  text-decoration: none;
}

section.breadcrumb_sec {
  padding: 20px;
}

ul.bread_dots li a:after {
  content: "";
  background: url(http://sagmeticinfotech.com/wp/2023/hotel_travel/wp-content/uploads/2023/08/arrow_bread.svg);
  position: absolute;
  top: 4px;
  right: 16px;
  width: 6px;
  height: 10px;
}
ul.bread_dots li {
  color: #000;
  color: #1f1f1f;
  font-weight: 600;
}
.site-header {
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
}
.head_con .main-navigation ul li a {
  margin: 0 10px;
}
.head_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head_con .main-navigation {
  width: auto;
}
.s_p_sec .search_con_box {
  padding: 20px;
}
.s_p_sec .location_search.search_box {
  max-width: 300px;
}
.search_pro_sec {
  padding: 80px;
  background: #fbfbfb;
  position: relative;
}
span.hotel_city {
  display: flex;
  justify-content: space-between;
}
span.ho_col p {
  margin-bottom: 5px;
}
span.hote_ac_type {
  display: flex;
  align-items: baseline;
}
.property_type h2 {
  font-size: 24px;
  padding-bottom: 8px;
  padding-top: 10px;
  text-align: left;
}
input#searchInput {
  width: 100%;
  padding-right: 20px;
}
.hote_ac_type label {
  padding-left: 5px;
}
.he_tra_ho a.navbar-brand {
  padding-right: 48px;
}
.featured-content .location div:first-child img {
  width: 100%;
}

.search_box input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.search_box input[type="date"]:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.search_pro_sec .property_type {
  margin-bottom: 18px;
}
.property_type label {
  text-transform: capitalize;
}

/** new filter css start **/
.min_beds {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  background: #fff;
}
.min_beds input {
  border: none;
}
.min_beds span.plus.button,
.min_beds span.min.button {
  font-size: 25px;
  padding: 0px 8px;
  cursor: pointer;
  background: #e9ecef;
}
.min_beds input[type="number"]::-webkit-inner-spin-button,
.min_beds input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* NT 16/8/23 */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
}
h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}
h2 {
  font-size: 50px;
  font-weight: 700;
}
h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
h5 {
  color: #323232;
  font-size: 24px;
  font-weight: 500;
}
h6 {
  font-size: 22px;
  font-weight: 700;
}
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
p {
  color: #7c7c7c;
  margin: 0;
}
.entry-content p {
  margin-bottom: 16px !important;
}
a {
  text-decoration: none;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
}
ul {
  list-style: none;
  padding: 0px !important;
}
.entry-content ul {
  list-style: inside;
  color: #7c7c7c;
}
header .navbar-nav .nav-link {
  color: #1f1f1f;
  font-size: 16px;
}
header {
  padding: 15px 30px;
}

.btnn {
  border-radius: 200px;
  background: #0b7fab;
  color: #fff;
  font-weight: 600;
  border: 1px solid #0b7fab;
  padding: 15px 40px;
  display: inline-block;
}
.btnn:hover {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.btnn-light {
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-family: 600;
  padding: 20px 40px;
  display: inline-block;
}
.btnn-light:hover {
  background: #0b7fab;
  color: #fff;
  border: 1px solid #0b7fab;
  display: inline-block;
}
header .header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-right li.nav-item.dropdown a {
  color: #000;
  font-size: 16px;
}
header .header-right li.nav-item {
  padding: 0px 10px;
}
header .header-right li.dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-right .icon i {
  color: #000;
}
header li.nav-item {
  padding: 0px 20px;
}

.banner-content {
  padding: 90px 0px 190px;
  max-width: 846px;
  margin: auto;
  text-align: center;
}
.banner-content .btnn-light {
  margin-top: 40px;
}
.tabs-content {
  border-radius: 25px;
  background: #fff;
  box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.08);
}
section.tab-sec {
  transform: translate(0%, -120px);
}
.tabs-content .tab-top {
  display: flex;
  justify-content: space-between;
}
.tabs-content .tab-top div:last-child {
  padding-right: 20px;
}
.tabs-content .nav-tabs .nav-link.active {
  border-radius: 25px 0px 0px 0px;
  background: #0b7fab;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.tabs-content .nav-tabs .nav-link,
.tabs-content p {
  color: #1f1f1f;
  font-family: Montserrat;
  font-size: 16px;
  padding: 20px 40px;
}
.tab-option {
  display: flex;
  align-items: center;
  padding: 30px 0px;
  flex-wrap: wrap;
  height: 100%;
}
.tab-option form input,
button.btn.btn-secondary.dropdown-toggle,
.tab-option .btn-group.form {
  border-radius: 200px;
  border: 1px solid #d9d9d9;
  padding: 20px;
  background: transparent;
  color: #727272;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px !important;
}
.tab-option .btn-group.form {
  width: 100% !important;
  gap: 30px;
}
.tabs-content .tab-option .btn-group.form input {
  border: none;
  color: #727272;
  font-size: 16px;
}

.btn-group.form:focus-visible,
.btn-group.form:focus {
  outline: none;
  border: none;
}
input:focus-visible {
  outline: none !important;
  outline-offset: none !important;
  border: none;
  box-shadow: none;
}
.tabs-content .tab-content {
  padding-bottom: 20px;
}
.tabs-content .tab-option form,
.tab-option div {
  padding: 0px 13px;
}
.tabs-content .nav-tabs {
  border: none;
}
.tabs-content .tab-option .btn span {
  padding-left: 50px;
}
.tabs-content .tab-option label {
  color: #323232;
  font-weight: 600;
  font-size: 16px;
}
.tabs-content .tab-top {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}
.why-sec .choose-boxes {
  border-radius: 10px;
  background: #fff;
  border-radius: 10px;
  background: #fff;
  height: 100%;
}
.why-sec .choose-boxes:hover {
  box-shadow: 0px 26px 24px 0px rgba(44, 134, 212, 0.09);
}
.py_60 {
  padding: 65px 0px;
}
h2 {
  color: #0b7fab;
}
.why-sec p {
  color: #7c7c7c;
  height: auto;
}
.why-sec .choose-boxes {
  text-align: center;
  padding: 20px;
}
.choose-boxes h5 {
  padding: 21px 0px 6px;
  height: 100%;
}
.choose-box {
  padding-top: 50px;
}
.heading {
  max-width: 860px;
  margin: auto;
  text-align: center;
  color: #fff;
}
.popular-box .title {
  position: absolute;
  bottom: 0px;
  padding: 30px;
  color: #fff;
}
.popular-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  margin-bottom: 30px;
}
.like {
  position: absolute;
  top: 10%;
  right: 10%;
  font-size: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.popular-img:hover .like {
  background: #0b7fab;
  border: 1px solid #0b7fab;
}
.popular-content .btnn {
  text-align: center;
}
.popular-content .see {
  text-align: center;
}
.featured-content .featured-top {
  display: flex;
  justify-content: space-between;
}

.featured-content .featured-top > div {
  max-width: 1042px;
}

.featured-content .featured-top > div h2 {
  text-align: left;
}
.featured-content .btnn-light {
  border-radius: 200px;
  color: #000;
  border: 1px solid rgba(238, 238, 238, 0.93);
  margin-right: 20px;
}
.featured-content .btnn-light,
.featured-content .btnn {
  padding: 20px 70px;
}
.featured-content .btnn-light:hover {
  color: #fff;
  border: 1px solid rgba(238, 238, 238, 0.93);
}
.featured-content .location {
  padding-top: 40px;
  display: flex;
  background: #fff;
}
.featured-content .location .location-info {
  padding-left: 60px;
  padding-top: 100px;
  box-shadow: 0px 20px 40px 0px rgba(34, 34, 34, 0.08);
}
.featured-content .location-info p:first-child {
  border-radius: 200px;
  border: 1px solid #7c7c7c;
  font-weight: 600;
}

.featured-content .location-info p {
  font-size: 18px;
  display: inline-block;
  padding: 16px 20px;
  color: #727272;
  font-weight: 400;
}
.featured-content .location-info h5 {
  color: #323232;
  font-weight: 600;
  padding-top: 20px;
}

.featured-content .location-info h6 {
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 700;
}
.price span:first-child {
  color: #0b7fab;
  font-size: 36px;
  font-weight: 800;
  padding-right: 20px;
}

.featured-content .price {
  display: flex;
  align-items: center;
}
.featured-content .button {
  padding: 60px 0px;
}
.featured-content .price span:last-child {
  background: #98c9db;
  padding: 15px;
  border-radius: 200px;
}
.featured-content .btnn-light i {
  color: #0b7fab;
  font-size: 20px;
}
.featured-content .btnn-light:hover i {
  color: #fff;
  font-size: 20px;
}
.popular-content p {
  color: #7c7c7c;
}
.navbar-light .navbar-nav .active > .nav-link {
  color: #0b7fab;
}

.navbar-light .navbar-nav .nav-link {
  color: #1f1f1f;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #0b7fab;
}
.discover-content {
  color: #fff;
  max-width: 1150px;
  margin: auto;
  text-align: center;
  padding: 100px 0px;
}
.discover-content * {
  color: #fff;
}
.bgimg_sec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.featured-content .activity:hover .like {
  color: #0b7fab;
  border: 1px solid #0b7fab;
}
/* 2/8/23 */
.featured-content .price span:last-child a {
  color: #323232;
}
.featured-content .activity p {
  color: #323232;
  font-size: 18px;
  font-weight: 600;
  padding: 30px 0px 15px;
}

.featured-content .activity-box {
  border-radius: 0px 0px 25px 25px;
  background: #fff;
}

.featured-content .activity-box img {
  border-radius: 25px 25px 0px 0px;
}

.featured-content .activity-box:hover {
  border-radius: 0px 0px 25px 25px;
  background: #fff;
  box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.07);
}
.featured-content .activity span {
  color: #727272;
}
.featured-content .activity span strong {
  color: #0b7fab;
  font-size: 24px;
  font-weight: 700;
}
.featured-content .activity-block {
  padding-top: 50px;
}
.featured-content .activity-block .activity-bottom {
  padding-left: 30px;
  padding-bottom: 20px;
}
.discover-sec {
  margin: 65px 0px;
}
.title p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
}
.title p .popular-box h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.inspiration-content .popular-box {
  padding-top: 50px;
}
.why-content h2 {
  text-align: center;
}
.banner-content * {
  color: #fff;
}
.ins-box {
  position: relative;
}

.ins-box h3 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.pb_30 {
  padding-bottom: 30px;
}
.ins-box img {
  transition: all 0.3s;
  display: block;
  width: 100%;
  transform: scale(1);
  border-radius: 25px;
}

.ins-box {
  position: relative;
  margin: auto;
  overflow: hidden;
  border-radius: 25px;
}

.ins-box:hover img {
  transform: scale(1.1);
  border-radius: 25px !important;
  width: 100%;
  max-width: 100%;
}

footer {
  background: #0b7fab;
  padding-top: 120px;
}
footer * {
  color: #fff;
}
footer .social-icon {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
}

footer .social-icon li {
  background: #fff;
  color: #0b7fab;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer li {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
}
.pt_42 {
  padding-top: 42px;
}
footer h5 {
  padding: 20px 0px 10px;
}
footer .social-icon li i {
  color: #0b7fab;
}
footer a:hover,
footer a {
  color: #fff;
}

.footer-bottom {
  padding: 40px 0px;
  border-top: 1px solid rgba(238, 238, 238, 0.2);
}
footer .footer-text {
  display: flex;
  align-items: center;
}
.footer-links {
  padding-bottom: 10px;
}
.row.footer-text div:nth-child(3) {
  justify-content: center;
  display: flex;
}
.tabs-content .nav-tabs .nav-link,
.tabs-content .nav-tabs .nav-item:focus,
.tabs-content .nav-tabs .nav-link,
.tabs-content .nav-tabs .nav-item:focus-visible {
  border: none;
  outline: none;
  outline-offset: unset;
}
.why-sec .choose-boxes {
  text-align: center;
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.discover-content .button {
  margin-top: 40px;
}
footer .social-icon li:hover {
  color: #fff;
  background: #0b7fab;
  border: 1px solid #fff;
}
footer .social-icon li:hover i {
  color: #fff;
}
.navbar-light .navbar-toggler {
  border-color: #0b7fab;
}
.navbar-toggler .bar {
  transition: all 0.3s ease-in-out;
  width: 27px;
  height: 2px;
  display: block;
  margin: 4px 0px;
  border-radius: 10px;
  background: #0b7fab;
}
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:focus-visible {
  outline: none !important;
  outline-offset: 0px !important;
}
.navbar-light .navbar-toggler {
  border: none;
  padding: 0px;
}
.navbar-toggler[aria-expanded="true"] span.bar.bar1 {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] span.bar.bar2 {
  display: none;
}
.navbar-toggler[aria-expanded="true"] span.bar {
  margin: -2px;
}
.navbar-toggler[aria-expanded="true"] span.bar.bar3 {
  transform: rotate(-45deg);
}
header.site-header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
}
/* .site-header.fixed-header {
      -webkit-animation: fadeIn .75s ease-out forwards;
      animation: fadeIn .75s ease-out forwards;
  } */
/* @-webkit-keyframes fadeIn {
      0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: .4s
      }
      to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
      }
    }
    
    @keyframes fadeIn {
      0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: .4s
      }
      to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
      }
    } */
.popular-box .title h5,
.popular-box .title p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.popular-box .title p {
  font-weight: 700;
}
.inspiration-content .title h5 {
  font-size: 24px;
  font-weight: 700;
}

.inspiration-content .title p {
  font-weight: 400;
  font-size: 22px;
}
.navbar {
  padding: 0px !important;
}
/* detail page */
.breadcrumb-content .breadcrumb-item.active,
.breadcrumb-item a {
  font-size: 16px;
}
.breadcrumb-content .breadcrumb {
  background-color: #fff;
  padding-left: 100px;
  display: flex;
  align-items: center;
  margin: 0px;
}
.breadcrumb-content .breadcrumb-item.active {
  color: #1f1f1f;
}
.breadcrumb-content .breadcrumb-item a {
  color: #7c7c7c;
}
.breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  padding: 0px 18px;
}

.detail-content .slick-dots {
  display: none !important;
}
section.detail-banner {
  position: relative;
}

.share-btn {
  position: absolute;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10%;
  top: 10%;
  gap: 20px;
}
.btnn-second {
  color: #fff;
  padding: 20px 40px;
  border-radius: 200px;
  border: 1px solid #fff;
  background: transparent;
}
.btnn-first {
  color: #fff;
  padding: 20px 40px;
  border-radius: 200px;
  background-color: #0b7fab;
  border: 1px solid #0b7fab;
}
.btnn-first:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.btnn-second:hover {
  color: #fff;
  background-color: #0b7fab;
  border: 1px solid #0b7fab;
}
.photo {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
button.slide-arrow {
  position: absolute;
  z-index: 98;
  transform: translate(-50%, -50%);
  color: #fff;
  background: #00000073;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
button.slide-arrow.prev-arrow.slick-arrow {
  top: 50%;
  left: 5%;
}
button.slide-arrow.next-arrow.slick-arrow {
  bottom: 36%;
  right: 2%;
}
.best-content h3 {
  color: #1f1f1f;
  font-size: 44px;
  font-weight: 700;
}
.py_100 {
  padding: 100px 0px;
}
.best-content .amenities {
  color: #1f1f1f;
  font-weight: 600;
  padding-bottom: 20px;
}
.best-content .list-block li {
  display: flex;
  gap: 12px;
  padding: 10px 0px;
  font-size: 16px;
  position: relative;
}
.best-content .list-block li:before {
  position: absolute;
  content: url(../img/check.png);
  left: -40px;
}
.best-content .featured {
  padding-top: 50px;
}
.best-content .amenities p {
  font-weight: 400;
}
.best-content .featured-list {
  padding-left: 60px;
}
.best-content .map {
  padding-left: 100px;
}
.best-content .contact {
  display: flex;
  gap: 20px;
  padding: 30px 0px;
  max-width: 360px;
}
.best-content .contact i,
.best-content .contact a {
  color: #727272;
}

.best-content .contact i {
  font-size: 33px;
}
.choose-content .form-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.choose-content .form {
  border-radius: 25px;
  background: #0b7fab;
  padding: 40px;
}

.choose-content input {
  border-radius: 200px;
  background: #fff;
  border: none;
  padding: 20px 25px;
  width: 100%;
}

.choose-content form {
  display: flex;
  gap: 20px;
  align-items: center;
}

.choose-content form div {
  width: 100%;
}
.form-btnn {
  background: #fff;
  color: #0b7fab !important;
  padding: 20px 50px;
  border-radius: 200px;
  font-weight: 600;
}
.choose-content .form-head * {
  color: #fff;
}
.choose-content .tab-option form input,
button.btn.btn-secondary.dropdown-toggle,
.choose-content .tab-option .btn-group.form {
  color: #1f1f1f;
  background: #fff;
}
.list-block {
  padding-left: 40px;
}
.choose-content .classic {
  padding: 30px;
  border-radius: 25px;
  background: #fff;
  padding-top: 50px;
  box-shadow: 0px 20px 40px 0px rgba(34, 34, 34, 0.08);
  margin: 30px 0px;
}
.choose-content .classic p {
  padding-top: 20px;
  color: #727272;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.choose-content .detail {
  padding-top: 30px;
  color: #0b7fab;
  font-size: 18px;
  font-weight: 700;
}
.booking-btm h5 {
  font-weight: 600;
}

.choose-content .detail * {
  color: #0b7fab;
}
.pl_100 {
  padding-left: 100px;
}
/* 4/8/23 */
.choose-content .classic li {
  color: #727272;
  font-size: 14px;
  line-height: 43px;
  position: relative;
  padding-left: 30px;
}

.choose-content .classic li:before {
  position: absolute;
  content: url(../img/rightlist.png);
  left: 3px;
}
li.until {
  border-radius: 5px;
  background: #f5f5f5;
  color: #727272;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: 50%;
  padding: 9px !important;
  display: inline;
}
.choose-content .classic .list-second li:nth-child(2):before {
  content: none;
}
.scroll-block {
  overflow-y: scroll;
  padding-right: 100px;
  max-height: 190px;
}
.price p,
.book-btn p {
  color: #727272;
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  padding: 0px !important;
}
.booking-content .book-btn p {
  color: #c1c1c1;
}
.booking-content {
  display: flex;
  justify-content: space-between;
  padding: 70px 0px;
}

.classic .room-info {
  padding-left: 60px;
}

.classic .border-lft {
  border-left: 1px solid #eeeeeeee;
  padding-left: 40px;
}
.classic .btm-row {
  border-top: 1px solid #eeeeeeee;
}
.classic {
  padding: 30px;
  border-radius: 25px;
  background: #fff;
  padding-top: 50px;
  box-shadow: 0px 20px 40px 0px rgba(34, 34, 34, 0.08);
}
.classic .price,
.classic .book-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.read a,
.read button {
  color: #0b7fab;
  font-weight: 600;
  background: transparent;
  border: none;
}
button:focus {
  outline: 0px;
}
.classic .read {
  text-align: center;
  padding-top: 30px;
}
.read i {
  font-size: 16px;
}
.about-content li,
.about-content p {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
}

.about-content h6 {
  color: #727272;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}
.about-content .disc {
  padding-bottom: 30px;
}
.about-content .guide {
  padding-left: 100px;
}
.business-block {
  border-radius: 25px;
  background: #1f1f1f;
  padding: 40px;
  margin: 100px 0px;
}
.business-block h5,
.business-block p {
  color: #fff;
  font-weight: 400;
  max-width: 921px;
}
.business-block h5,
.business-block span {
  font-weight: 600;
}
.about-content .more {
  padding-bottom: 100px;
}
.booking-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.booking-btm .dropdown-toggle::after {
  display: none;
}
.about-content .guide ul {
  list-style: disc;
  padding-left: 30px;
}
section.about-hotel {
  padding-top: 130px;
}
.best-content .button {
  text-align: center;
  padding-bottom: 30px;
}
.choose-content form * {
  color: #727272;
  font-weight: 400;
}
.choose-content form div i {
  color: #000;
  font-weight: 600;
}
.radio form {
  display: flex;
  align-items: center;
  gap: 21px;
  padding-left: 30px;
  padding-top: 20px;
}
label {
  margin: 0px;
}
.why-sec {
  padding-top: 0px;
}
/* 7/8/23 */
.form-check input {
  accent-color: #0b7fab;
  height: 20px;
  width: 20px;
}
.radio .tab-option .btn-group.form input {
  width: 100%;
}
.form-sec.tabs-content {
  background: #0b7fab;
  border-radius: unset;
  box-shadow: none;
  margin-bottom: 50px;
}
.form-sec.tabs-content .form-inline input,
.form-sec.tabs-content .btn-group.form,
.form-sec.tabs-content .search a {
  border-radius: 200px;
  background: #fff;
  color: #727272;
  font-size: 16px;
  font-weight: 500;
}
.form-sec.tabs-content .radio {
  padding: 0px 50px;
}
.form-sec.tabs-content .search a {
  color: #0b7fab;
  border: 1px solid #fff;
}
.btn-group.display {
  display: none;
}
form.form-inline input {
  width: unset !important;
  border: none !important;
}
form.form-inline input:focus {
  box-shadow: none;
  border: none !important;
}
.form-sec form.form-inline {
  gap: 0px;
  border-radius: 200px;
  background: #fff;
  justify-content: space-between;
}
.form-check-label {
  padding-left: 7px;
}
.form-sec .form-check label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
form.form-inline {
  border-radius: 200px;
  border: 1px solid #d9d9d9;
}
/* 8/8/23 */

.form-block form.form-inline {
  width: 100% !important;
  margin: 0px;
}
form.form-inline {
  margin: 0px !important;
}
.btn-group.form {
  gap: 30px !important;
}

.form-sec button.btn.btn-secondary.dropdown-toggle {
  color: #727272;
}
.flight-list-content .filter-box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 10px;
  padding-bottom: 0px !important;
}
.flight-list-content .flight-tabs {
  display: flex;
  align-items: center;
  gap: 100px;
  border-radius: 10px;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
}

.flight-list-content .flight-tabs span {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
}

.flight-list-content .flight-tabs .nav-link {
  color: #7c7c7c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 8px 50px;
  border: none;
  margin: 0px 8px;
  transition: all 0.3s ease;
}

.flight-list-content .flight-tabs .nav-link.active,
.flight-list-content .flight-tabs .nav-link:hover {
  color: #1f1f1f;
  border-bottom: 4px solid #0b7fab !important;
}

.flight-list-content .nav-tabs {
  border: none;
}
.flight-list-content .flight-tabs p {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 600;
}

.flight-list-content .flight-tabs span {
  color: #7c7c7c;
  font-size: 18px;
  font-weight: 700;
}
.flight-list-content .flight-table {
  display: flex;
  align-items: center;
  gap: 135px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.flight-list-content .flight-time {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 30px 0px;
}
.flight-list-content .price {
  padding-left: 80px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-left: 1px dashed #ddd;
}
.flight-list-content .time {
  text-align: center;
  font-size: 14px;
  color: #1f1f1f;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 500;
}

.flight-list-content .time p {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.93);
}

.flight-list-content .time p:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #0b7fab;
  border-radius: 50%;
  top: 100%;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
}
.flight-list-content .flight-time div:first-child p {
  text-align: right;
}

.flight-list-content .price div:first-child p {
  text-align: right;
}
.flight-list-content .flight-info {
  display: none;
}

.arrow-down {
  width: 10px;
  height: 10px;
  position: relative;
}

.arrow-down:before,
.arrow-down:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #727272;
  position: absolute;
  top: 10px;
  transition: transform 0.2s;
}

.arrow-down:before {
  right: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transform: rotate(45deg);
}

.arrow-down:after {
  right: 13px;
  transform: rotate(-45deg);
}

.arrow-down.active:before {
  transform: rotate(-45deg);
}

.arrow-down.active:after {
  transform: rotate(45deg);
}

.flight-list-content .flight-info {
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  margin: 20px;
}
.flight-list-content .flight-info .flight-name h5 {
  color: #0b7fab;
}

.flight-list-content .flight-info .flight-name {
  padding: 10px 0px;
  margin-bottom: 20px;
  position: relative;
}

.flight-list-content .flight-info .flight-info p {
  padding: 10px 0px;
}
.flight-list-content .flight-info .rule {
  margin-top: 50px;
  display: inline-block;
  border-radius: 4px;
  padding: 6px 16px;
  font-size: 14px;
  transition: all 0.5s ease;
  color: #8e9497;
  background-color: rgba(182, 185, 187, 0.2) !important;
}

.flight-list-content .flight-info p {
  padding: 5px 0px;
}

.flight-list-content .flight-info span {
  background-color: rgba(244, 82, 82, 0.1);
  display: block;
  padding: 10px;
  text-align: center;
  margin-top: 30px;
  color: #0b7fab;
}
.flight-list-content .flight-info .info-block {
  padding: 20px;
}
.hide-btn {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.flight-list-content .flight-list {
  margin-bottom: 16px;
}
.flight-list-content .flight-details a {
  color: #727272 !important;
}
.flight-circle {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 1px solid #006272;
  border-radius: 10px;
  margin: 0 auto;
}

.flight-circle2 {
  width: 8px;
  height: 8px;
  border: 1px solid #006272;
  border-radius: 10px;
  margin: 0 auto;
  background: #006272 !important;
}

.verticle-line {
  border: 1px dashed #ddd;
  margin: 0 auto;
  height: 90px;
  width: 1px;
}

.side-line {
  position: absolute;
  left: -35px;
  top: 20px;
}

.flight-list-content .flight-table img:first-child {
  padding-left: 24px;
}
.flight-list-content .form-block {
  max-height: none;
  transition: max-height 0.25s ease-in;
}
.flight-list-content .form-check {
  padding: 10px 0px;
}

.flight-list-content .form-check input {
  padding-right: 15px;
  outline: 1px solid #eeeeeeee;
}

.flight-list-content span {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
}
.flight-list-content .result-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flight-list-content .options {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.93);
}
.flight-list-content .filter-box:first-child .options {
  border-top: 1px solid rgba(238, 238, 238, 0.93);
}

.flight-list-content .result {
  padding-bottom: 20px;
}
.flight-list-content .filter-btn {
  display: flex;
  font-size: 13px;
  margin-top: 20px;
  border-radius: 130px;
  border: 1px solid rgba(238, 238, 238, 0.93);
  justify-content: space-between;
}
.bttn-light {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  font-weight: 600;
  padding: 20px 40px;
  display: inline-block;
}
.bttn-light:hover {
  background: #0b7fab;
  color: #fff;
  font-weight: 600;
  border: 1px solid #0b7fab;
  padding: 20px 40px;
  display: inline-block;
}
.flight-list-content .filter-box .btnn:hover {
  border-color: #fff;
}
.flight-list-content .filter-box .btnn {
  border-radius: 0px;
}

/* range */

.irs--round .irs-bar {
  background-color: #0b7fab;
}

.irs--round .irs-handle {
  background: #0b7fab;
  border-color: #0b7fab;
  box-shadow: #0b7fab;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background: #0b7fab;
}

.irs--round .irs-handle {
  width: 22px;
  height: 22px;
  top: 29px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: transparent;
  color: #666666;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
  display: none;
}

.range-block {
  padding: 20px 0px;
}
.flight-list-content .result-box a {
  color: #0b7fab;
  font-size: 18px;
  font-weight: 600;
}
.flight-list-content .price .arrow-down {
  padding-left: 35px;
}

.flight-list-content .custom-control-label::before {
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: 1px solid rgba(238, 238, 238, 0.93);
}
.flight-list-content
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #0b7fab;
}
.flight-list-content .custom-control-label::after {
  top: 3px;
  left: 0px;
  width: 24px;
  height: 24px;
}
.custom-control.custom-checkbox:hover span {
  color: #0b7fab;
}
.custom-control.custom-checkbox:hover .custom-control-label:before {
  border: 2px solid #0b7fab;
}
.btn-primary {
  background-color: #0b7fab !important;
  color: #fff;
  border-color: #0b7fab !important;
  border-radius: 130px;
  padding: 10px 40px;
}
.btn-primary:hover {
  background-color: #0b7fab !important;
  color: #fff !important;
  border-color: #0b7fab !important;
}
.btn-group.filter-btn .btn-default {
  color: #727272;
  padding: 10px 40px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-radius: 130px;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
  outline: none;
  outline-offset: none;
}
section.flight-list {
  padding-bottom: 100px;
}
.flight-list-content h5 {
  font-weight: 600;
}
.flight-list-content .flight-tabs .nav-link.active p,
.flight-list-content .flight-tabs .nav-link:hover p,
.flight-list-content .flight-tabs .nav-link.active span,
.flight-list-content .flight-tabs .nav-link:hover span {
  color: #1f1f1f !important;
}
.time div span:first-child {
  color: #0b7fab;
  padding-right: 5px;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
section.detail-banner .slick-slide img {
  display: block;
  width: 100% !important;
}
.navbar-collapse .dropdown-menu {
  top: 70px;
}
.dropdown-menu.dropdown-menu-right.show {
  top: 10px !important;
}
.dropdown-item {
  padding-left: 8px;
}
.detail-banner .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.filter-popup {
  background: #0b7fab;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-popup {
  display: none;
}

.filter-popup button.btn.btn-primary {
  padding: 15px 0px;
}
section.breadcrumb-sec {
  padding-top: 0px;
}
.flight-list-content .filter-btn a.btn.button-class1,
.flight-list-content .filter-btn a.btn.button-class2 {
  padding: 13px 38px;
}
.btn-group.filter-btn .btn-default {
  color: #727272;
}
.flight-list-content .filter-btn .btn {
  color: #727272;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
}

.breadcrumb-content .breadcrumb-item {
  color: #7c7c7c;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 12px;
  color: #7c7c7c;
}
.flight-list-content .filter-btn .btn-primary {
  color: #fff;
}
.flight-list-content .time p {
  font-size: 14px;
  font-weight: 500;
}

.flight-list-content .price h5 {
  font-size: 20px;
}

.flight-list-content .price p {
  font-size: 14px;
}

.flight-list-content .price .search a {
  font-size: 16px;
}
footer {
  padding-top: 40px;
}
.footer-links h5 {
  font-weight: 600;
}

footer .footer-text p {
  font-size: 16px;
}

label.custom-control-label span {
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding-left: 20px;
}

.flight-list-content .options p {
  font-size: 16px;
  font-weight: 600;
  color: #1f1f1f;
}
.form-sec.tabs-content .search a {
  padding: 20px;
}
.modal {
  z-index: 99999;
}
.btnn-first,
.btnn-second {
  font-weight: 600;
  font-size: 18px;
}
.best-content .contact p {
  font-weight: 600;
}

.best-content .featured h5 {
  font-weight: 600;
}

.choose-content .form-head h5 {
  font-weight: 600;
}

.choose-content .form-head p {
  font-size: 14px;
  font-weight: 400;
}

.choose-content form * {
  font-size: 16px;
}

.choose-content .classic h5 {
  font-weight: 600;
}
.about-hotel h5 {
  font-weight: 600;
}

.business-block p {
  font-size: 16px;
  font-weight: 400;
}
section.about-hotel {
  padding-top: 100px;
}
.view-map img {
  width: 100%;
}
header .btnn-light {
  font-weight: 600;
}

.why-sec p {
  font-size: 16px;
}

.featured-content .price span:last-child {
  font-size: 16px;
  font-weight: 500;
}

.discover-content p {
  font-size: 20px;
  font-weight: 500;
}
.nav-link {
  color: #000;
}
.check-box p {
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
}
.flight-list-content .result-box p {
  color: #727272;
  font-size: 16px;
  font-weight: 700;
}
.flight-list-content .price .arrow-down.rotate:before {
  transform: rotate(127deg);
}

.flight-list-content .price .arrow-down.rotate:after {
  transform: rotate(45deg);
}

/* NT 16/8/23 */
/* 16/8/23 */
.search_checkin.search_box {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  margin: 0px;
}
.search_checkin.search_box input,
.search_checkout.search_box input {
  padding-left: 0px;
  max-width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search_checkin label,
.search_checkout label {
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
}

.search_checkout.search_box {
  max-width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.search_filter_sec {
  padding: 0px !important;
  transform: translate(0%, -50%) !important;
}
.search_checkin.search_box input,
.search_checkout.search_box input {
  padding-left: 0px !important;
  max-width: 100%;
}
.search_filter label {
  padding-right: 0px;
}

.search_checkout.search_box input#checkout {
  padding-left: 0px !important;
}

.search_filter label,
span.gusest_arrow,
span.rooms_arrow {
  font-size: 16px;
}
ul.hotel_flight li a,
ul.hotel_flight li a.active {
  font-size: 14px;
  padding: 20px;
}
.popular-box .title {
  position: absolute;
  bottom: 0px;
  padding: 30px;
  color: #fff;
}
h1 {
  line-height: 70px !important;
  font-size: 70px !important;
}

.search_filter {
  padding: 30px 30px 50px;
  display: flex;
  gap: 30px;
}

.search_box {
  padding: 20px 10px;
  width: 100%;
}

.search_box input[type="submit"] {
  padding: 20px 30px;
}
.search_filter_sec {
  transform: translate(0%, -100px) !important;
}
.search_filter label,
span.gusest_arrow,
span.rooms_arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.location_search.search_box {
  flex: 0 0 28%;
  max-width: 28%;
}

.search_btn.search_box,
.search_guest.search_box {
  flex: 0 8%;
  max-width: 8%;
}

.search_checkout.search_box,
.search_checkin.search_box {
  max-width: 22%;
  flex: 0 0 22%;
}
.caret {
  font-size: 16px;
}
.search_box {
  padding: 15px 10px;
}

header.site-header.fixed-header {
  position: sticky !important;
}
/*search page*/

section.search_filter_sec.s_p_sec {
  transform: inherit !important;
}

.search_filter_sec.s_p_sec .search_con_box {
  border-radius: 0px;
  box-shadow: none;
  background: none;
  margin: 0px;
  padding: 30px 0px;
}
.search_filter_sec.s_p_sec .search_box input[type="submit"] {
  background: #fff;
  color: #0b7fab;
}
.s_p_sec .search_box {
  background: #fff;
}
.search_box input[type="submit"] {
  padding: 18px 45px;
  border: 1px solid #fff;
}
.search_filter_sec.s_p_sec .search_box input[type="submit"]:hover {
  background: #0b7fab;
  color: #fff;
  border: 1px solid #fff;
}

.search_pro_sec .hote_ac_type .propt_check {
  width: 17px;
  height: 17px;
}

.search_pro_sec .hote_ac_type:hover {
  color: #0b7fab;
}

.search_pro_sec .hote_ac_type label {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
}

.search_pro_sec .hote_ac_type {
  align-items: center;
  padding-bottom: 15px;
}
#search_loc {
  top: 100%;
}
.loc_add {
  font-size: 13px;
  border-radius: 20px;
}
.property_type .progress-range .price-range-field {
  border: none;
  appearance: none;
  -webkit-appearance: none !important;
  margin: 0px;
}

.property_type .progress-range .price-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.property_type .progress-range .price-filter-range {
  width: 100%;
}

.property_type .progress-range .ui-slider-range {
  background: #0b7fab;
}

.property_type
  .progress-range
  .ui-slider-handle.ui-corner-all.ui-state-default {
  background: #0b7fab;
  border: none;
  border-radius: 100%;
}
.inspiration-content .heading,
.popular-content .heading {
  padding-bottom: 50px;
}
/* 24/8/23 */
.breadcrumb-sec.proprty {
  padding-top: 0px;
}
.rental-content span {
  color: #727272;
  font-size: 18px;
  font-weight: 700;
}
.top-heading {
  font-weight: 600;
}
.rental-content h5 {
  padding: 50px 0px;
  padding-bottom: 0px;
  margin: 0px;
}

.aminity-table thead th {
  color: #727272;
  font-size: 16px;
  font-weight: 700;
  border: none;
}

.aminity-table tbody th,
.aminity-table tbody td {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  border: none;
}

.aminity-table td,
.aminity-table th {
  padding: 13px 50px;
}
.rental-content span i {
  color: #ffa400;
  font-size: 18px;
}
.aminity-table tbody th a,
.aminity-table tbody td a {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 400;
}
.calender h5 {
  padding-bottom: 0px;
}

.calender span {
  color: #0b7fab;
  font-size: 16px;
  font-weight: 400;
}
.calender .calender-img {
  padding-top: 50px;
}
.aminities-block .reserve-sec {
  border-left: 1px solid #eeeeee;
  padding-left: 50px;
}

.aminities-block .reserve-sec {
  border-left: 1px solid #eeeeee;
  padding-left: 50px;
  padding-top: 50px;
}
.aminities-block .address p {
  color: #727272;
  font-size: 18px;
  font-weight: 600;
}
.aminities-block .address {
  display: flex;
  gap: 20px;
  padding-bottom: 30px;
  align-items: center;
}
.aminities-block .address span i {
  color: #727272;
  font-size: 38px;
}
.aminities-block .reserve-sec .reserve-card {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgba(34, 34, 34, 0.08);
  padding: 35px;
}
.aminities-block .reserve-sec .reserve-cardhead {
  display: flex;
}
.aminities-block .reserve-sec .reserve-cardhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aminities-block .reserve-sec .reserve-cardhead div:first-child {
  display: flex;
  align-items: center;
  gap: 5px;
}

.aminities-block .reserve-sec .reserve-cardhead span {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
}
.aminities-block .reserve-sec .reserve-cardhead i {
  color: #ffa400;
  font-size: 16px;
}
.aminities-block .reserve-sec .card {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background: transparent;
  margin: 30px 0px;
}
.aminities-block .reserve-sec .card-header {
  background: transparent;
  border: none;
  padding: 20px;
  /* display: flex;
  justify-content: space-between; */
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
}
.aminities-block .reserve-sec .card-header h6,
.aminities-block .reserve-sec .card-body label {
  color: #323232;
  font-size: 12px;
  font-weight: 600;
}

.aminities-block .reserve-sec .card-header p {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
}
.reserve-cardhead h5 {
  padding: 0px;
  margin: 0px;
  padding-right: 8px;
  color: #0b7fab;
  font-size: 24px;
  font-weight: 600;
}

.reserve-sec .card-body .form-inline {
  border: none;
  border-radius: unset;
}

.reserve-sec .card-body select {
  border: none;
  padding: 0px;
  margin: 0px !important;
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
}
.aminities-block .reserve-sec .card-body {
  padding: 20px;
}
.aminities-block .reserve-sec .reserve-card .btnn {
  width: 100%;
  text-align: center;
}

.aminities-block .reserve-sec .total h6 {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  padding: 24px 0px;
  text-align: center;
}
.aminities-block .reserve-sec .reserve-card span {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
}
.total .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.total .price:last-child span {
  color: #323232;
  font-size: 16px;
  font-weight: 700;
}

.total .price:last-child {
  border-top: 1px solid #d9d9d9;
  padding: 30px 0px;
}

.things-card .rules {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgba(34, 34, 34, 0.08);
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.things-card h6 {
  color: #727272;
  font-size: 16px;
  font-weight: 700;
}
.things-card .rules ul {
  height: 100%;
}
.things-card .rules .read {
  height: auto;
  font-size: 14px;
}

.things-card li {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 20px;
}
.things-card .info-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.things-card .styled-list {
  position: relative;
}
.map-block .map iframe {
  width: 100%;
}

.map-block h6 {
  color: #323232;
  font-size: 24px;
  font-weight: 400;
}

.map-block p {
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.review-block .review-card .card-bottom {
  border-radius: 25px;
  background: #fff;
  padding: 30px;
  margin: 20px 0px;
}
.review-block .review-card .card-bottom:hover {
  box-shadow: 0px 20px 40px 0px rgba(34, 34, 34, 0.08);
}

.review-block .review-card .card-bottom .user,
.review-modal .card-bottom .user {
  display: flex;
  align-items: center;
  gap: 15px;
}

.review-block .review-card .card-bottom .user h5,
.review-modal .card-bottom .user {
  padding: 0px;
}

.card-bottom .name p {
  font-size: 14px;
  padding: 0px;
}

.card-bottom p {
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  padding: 30px 0px;
}
.card-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 20px;
}
.user-review {
  padding: 50px 0px;
  gap: 0px 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.review-block .review-card .prog-bar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.card-top h6 {
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.progress {
  height: 8px;
  width: 100%;
}
.progress-bar {
  background: #0b7fab;
}
.review-block .review-heading {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.review-block .review-heading h5 {
  padding: 0px;
  margin: 0px;
}
.prog-bar {
  display: flex;
  gap: 5px;
}
.bordr-top {
  border-top: 1px solid #d9d9d9;
  padding: 50px 0px;
}

.review-rule .modal-header .close {
  margin: 0px;
  font-weight: 400;
  font-size: 45px;
  padding: 0px;
}
.review-rule .modal-header,
.review-rule .modal-body {
  padding: 0px;
  border: none;
}
.review-rule .modal-body .house-rules h6 {
  font-size: 20px;
  font-weight: 600;
}

.review-rule .modal-body .house-rules {
  padding: 20px 10px;
}
.review-rule .modal-content {
  padding: 25px;
  border-radius: 25px;
}
.map_popup .modal-content {
  border-radius: 0px;
}
.house-rules:last-child span {
  display: flex;
  padding: 25px 0px;
  gap: 10px;
  border-bottom: 1px solid #d9d9d9;
}

/* 25/8/23 */
.review-block .review-card .progress-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 100px;
}
.brdr-top {
  border-top: 1px solid #d9d9d9;
}
.py_50 {
  padding: 50px 0px;
}
section.booking-sec {
  padding: 30px 0px;
  background: rgba(11, 127, 171, 0.06);
}

.reserve-block {
  position: sticky;
  top: 100px;
}

.booking-btm h5 {
  font-weight: 600;
  margin: 0;
}
.review-block .review-heading span {
  color: #323232;
  font-size: 24px;
  font-weight: 700;
}

.review-block .review-heading span i {
  color: rgba(255, 164, 0, 1);
}
.aminity-table .table-data h6 {
  color: #727272;
  font-size: 16px;
  font-weight: 700;
}

.aminity-table .table-data li {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
}

.aminity-table .table-data h6,
.aminity-table .table-data li {
  padding-bottom: 20px;
}
.review-rule .modal-header .close:focus {
  outline: none;
}
.review-rule .modal-body .house-rules span {
  gap: 10px;
  display: flex;
  padding: 20px 0px;
  border-bottom: 1px solid #d9d9d9;
}

.review-rule .modal-body .house-rules span i {
  font-size: 22px;
}
.review-block .review-card .card-bottom .user img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
}
.review-modal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.review-modal .progres-block {
  padding-top: 30px;
}

.review-modal .progress-block {
  padding-top: 30px;
}

.review-modal .card-top {
  padding-bottom: 10px;
}

.review-modal .progress {
  height: 5px;
  width: 60%;
}

.review-modal .progress {
  width: 60%;
  height: 4px;
}
.review-modal .prog-bar {
  align-items: center;
}

.review-modal .card-top {
  font-size: 14px;
}
.review-modal .card-top h6 {
  font-size: 14px;
}
.review-modal .search-box input {
  border-radius: 20px;
  padding: 10px 30px;
}

.review-modal .search-box {
  position: relative;
  display: flex;
  align-items: center;
}

.review-modal .search-box i {
  position: absolute;
  left: 10px;
  color: #495057;
  font-weight: 600;
  font-size: 16px;
}
.review-modal .card-bottom {
  padding-top: 30px;
}
.review-modal .review-heading span {
  font-size: 30px;
  font-weight: 600;
}
.review-modal .card-bottom p {
  font-size: 14px;
}
.modal-content.safety-modal {
  height: 100vh;
  overflow: hidden;
}

.ctmr-review {
  overflow-y: scroll;
  height: 370px;
}
.modal-content.housrule-modal .modal-body {
  overflow-y: scroll;
  height: 100vh;
}
.housrule-modal .add-rules li {
  font-size: 16px;
  padding-bottom: 10px;
}
section.review-block .read.review-btn button {
  border: 1px solid #0b7fab;
  display: inline;
  padding: 15px 30px;
}

.ctmr-review .card-bottom .user img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.ctmr-review .card-bottom .user h5 {
  font-size: 20px;
}
.card-bottom.response-box {
  margin-left: 30px;
}
.booking-sec .booking-btm {
  padding-bottom: 0px;
}
.user-review {
  padding: 0px;
}
.aminities-block .reserve-sec .reserve-cardhead h5 {
  padding: 0px;
}

/* 28/8/23 */
.aminity-table .table-data {
  border-bottom: 1px solid #d9d9d9;
  padding: 50px 15px;
}
.aminity-table .table-data li:last-child {
  padding-bottom: 0px;
}
.aminity-table .table-data ul {
  margin: 0px;
}
.review-block .review-card .card-bottom H5 {
  font-weight: 700;
}

.aminity {
  padding-right: 35px;
}
.map_popup {
  padding: 0px !important;
}

/* .map-address {
  overflow-y: scroll;
} */
.map_popup .map iframe {
  width: 100%;
  height: 100%;
}

.map_popup .map {
  width: 100%;
  height: 100%;
}
.review-rule .modal-content .house-rules h5 {
  font-size: 25px;
  font-weight: 600;
}

.rental-content input::placeholder {
  color: #0b7fab;
  font-size: 16px;
  font-weight: 400;
}

.rental-content input {
  padding: 10px 0px;
}

.rental-content h5 {
  padding: 0px !important;
}

.flatpickr-calendar {
  margin-top: 20px;
  box-shadow: none;
}
.flatpickr-months span,
.flatpickr-months input {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: rgba(114, 114, 114, 1) !important;
}

.flatpickr-calendar .flatpickr-weekday {
  font-weight: 400;
  font-size: 14px;
}
/* span.flatpickr-day.today {
  border-radius: 24px;
  background: #0b7fab;
  color: #fff;
  border: none;
} */

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: #323232;
  font-size: 16px;
  font-weight: 500;
}
span.flatpickr-day {
  color: #323232;
  font-size: 16px;
  font-weight: 500;
}

/* div#exampleModalCenter4 {
  height: 100vh;
  overflow: inherit !important;
} */
div#exampleModalCenter4 .modal-dialog {
  min-height: 100vh;
  height: 100vh;
}
.map_popup .modal-content .map-modal {
  height: 100%;
}
.map_popup .modal-content .map-modal .row {
  height: 100%;
}
.housrule-modal .add-rules li {
  font-size: 16px;
  padding-bottom: 10px;
}

/* 29/8/23 */

section.detail-banner .slick-slide img {
  height: 600px;
  object-fit: cover;
  border: none;
}

.rental-content h5 {
  padding: 0px !important;
}
label .date,
.rental-content label input::placeholder {
  color: #0b7fab !important;
  font-weight: 400;
  font-size: 16px;
}

label input {
  padding: 15px 0px;
}

.flatpickr-calendar {
  box-shadow: none !important;
}
.flatpickr-months .flatpickr-current-month span,
.flatpickr-months .flatpickr-current-month input {
  color: #727272;
  font-size: 16px;
  font-weight: 700;
}
.dayContainer span {
  color: #323232;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dayContainer {
  box-shadow: none !important;
}
.flatpickr-innerContainer {
  padding: 20px 0px;
}
.flatpickr-weekdaycontainer span {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 500;
}
.dayContainer .inRange {
  background: rgba(11, 127, 171, 0.06);
  box-shadow: none;
  border: none;
}

.dayContainer .startRange,
.dayContainer .endRange {
  border-radius: 50% !important;
  background: #0b7fab !important;
  color: #fff !important;
  border: none;
  box-shadow: none !important;
}

.dayContainer .flatpickr-disabled {
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
}
.aminities-block .reserve-sec .reserve-cardhead div:last-child {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
}

.rental-content .flatpickr-months svg,
.flatpickr-months svg {
  fill: #0b7fab !important;
}
.rental-content .flatpickr-weekdays {
  gap: 20px;
}
.rental-content .dayContainer:first-child {
  padding-right: 10px;
}

.rental-content .dayContainer:last-child {
  padding-left: 10px;
}
.rental-content .rangeMode .flatpickr-day {
  margin: 4px 0px;
}
.rental-content
  .flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 2)
  .flatpickr-day.inRange:nth-child(7n + 1) {
  box-shadow: none !important;
}
.calender-content a {
  color: #0b7fab;
  font-size: 16px;
  font-weight: 500;
}
.aminities-block {
  padding-top: 50px;
}
.reserve-cardhead div:last-child {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
}
div#cancellation-policy {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
}
.aminity-modal ul.aminitiesList {
  font-size: 18px;
}

.aminity-modal h6 {
  font-size: 25px;
}
/* .calender-content .flatpickr-weekdaycontainer span.flatpickr-weekday {
   text-align: left; 
  width: 60px;
}
.flatpickr-days span.flatpickr-weekday {
  width: 60px!important;
  display: block;
}
.calender-content .flatpickr-days .dayContainer .flatpickr-day {
  width: 60px!important;
  max-width: 60px;
  display: inline-flex;
}
.flatpickr-days {
  gap: 15px;
}
.calender-content .flatpickr-days div:first-child {
  padding-right: 0;
}
.calender-content .flatpickr-days div:last-child {
  padding-left: 0;
} */

/* lightbox */
.btnn-first {
  line-height: normal;
}

.uk-lightbox {
  z-index: 99999 !important;
  background-color: #fff;
}
/* 30/8/23 */
/* .address-modal-data {
  height: 500px;
} */
.search_checkin.search_box input,
.search_checkout.search_box input {
  width: 50%;
}
.search_filter label {
  width: 50%;
}
div#aboutThisPlace .modal-body {
  overflow-y: scroll;
  height: 100vh;
}
.rental-content .about-place-btn {
  padding: 20px 0px;
}
.rental-content .about-place-btn button {
  border-radius: 200px;
  border: none;
  color: #0b7fab;
  background: transparent;
  font-weight: 600;
}
.review-block .card-bottom .reviewComment a {
  color: #0b7fab;
  padding-left: 5px;
}

.modal-dialog.review-rule.modal-dialog-centered {
  min-height: 100%;
  height: 100vh;
}

.progres-wrap {
  height: 100%;
}

.customer-review {
  height: 100%;
}

.modal-open .modal {
  overflow-y: hidden;
}

.modal-content {
  height: 500px;
  overflow: hidden;
}

.modal-body {
  height: 100%;
  max-height: 100%;
}

.review-modal {
  height: 100%;
}
/* custom scrollbar */

.map-address::-webkit-scrollbar,
.modal-content.housrule-modal .modal-body::-webkit-scrollbar,
.ctmr-review::-webkit-scrollbar,
div#aboutThisPlace .modal-body::-webkit-scrollbar,
.review-modal::-webkit-scrollbar {
  width: 9px;
  background-color: #f5f5f5;
}
.map-address::-webkit-scrollbar-thumb,
.modal-content.housrule-modal .modal-body::-webkit-scrollbar-thumb,
.ctmr-review::-webkit-scrollbar-thumb,
div#aboutThisPlace .modal-body::-webkit-scrollbar-thumb,
.fpCal::-webkit-scrollbar-thumb,
.review-modal::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(11, 127, 171, 1);
}
.map-address::-webkit-scrollbar-track,
.modal-content.housrule-modal .modal-body::-webkit-scrollbar-track,
.ctmr-review::-webkit-scrollbar-track,
div#aboutThisPlace .modal-body::-webkit-scrollbar-track,
.fpCal::-webkit-scrollbar-track,
.review-modal::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.fpCal::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #f5f5f5;
}
/* 4/9/23 */
.rental-content h2 {
  font-size: 35px;
}
div#aboutThisPlace .modal-dialog,
.map_popup .modal-dialog {
  max-width: 100% !important;
  padding: 0px 15px;
}
div#aboutThisPlace .modal-body h5 {
  font-size: 26px;
}
.modal-dialog.review-rule {
  max-width: 800px;
}
.reserve-sec .card-body .form-inline {
  display: flex;
  justify-content: space-between;
}

.aminities-block .reserve-sec .card-body {
  position: relative;
}

.reserve-sec .card-body .guest-picker {
  position: absolute;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px,
    rgba(0, 0, 0, 0.07) 0px 0px 0px 1px !important;
  padding: 16px;
  width: 100%;
  z-index: 999;
  right: 0px;
  margin-top: 25px;
  text-align: left;
}

.reserve-sec .card-body .guest-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.reserve-sec .card-body .guest-option .value i {
  color: #b0b0b0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #b0b0b0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.reserve-sec .card-body .guest-name h5 {
  font-size: 14px;
}
.reserve-sec .card-body .guest-name p {
  font-size: 12px;
}
.reserve-sec .card-body .form-inline i {
  color: #222222;
  font-size: 15px;
}
.flatpickr-calendar.open {
  border: 1px solid #c3bcbcee !important;
  background: #fff;
}
.reserve-sec .card-body .choose-gst {
  gap: 10px;
  display: flex;
  align-items: center;
}
.aminities-block .reserve-sec .card-header input {
  font-size: 15px;
  width: 100% !important;
}
.aminities-block .reserve-sec .card-body .labl label {
  display: flex;
  justify-content: flex-start;
}
/* 5/9/23 */
ul.aminitiesList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 30px;
}
ul.aminitiesList li {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0px;
}
.aminity-table .table-data li button {
  cursor: pointer;
}
.things-card .rules .read button,
.things-card .rules .read a,
.rental-content .about-place-btn button {
  cursor: pointer;
}
.modal-content.satety-modal {
  height: auto;
}
div#aboutThisPlace .modal-content {
  height: 500px;
}
/* 6/9/23 */
.reserve-sec .card-body .guest-name .service-anim {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}

.reserve-sec .guest-option-desc {
  font-size: 14px;
  color: #222222;
}
.map_popup {
  width: auto;
  height: auto;
}
/* .map_popup  .modal-dialog{
  width: auto;
  height: auto;
} */
.map_popup .modal-content {
  height: 100%;
}

.address-modal-data p {
  font-size: 14px;
}
.things-content .canc-arr {
  display: none;
}

.things-content .canc-arr button {
  background: transparent;
  border: none;
  color: #0b7fab;
  padding-top: 10px;
}
.reserve-sec .card-body .choose-gst .disabled {
  cursor: not-allowed;
}
.reserve-sec .card-body .choose-gst .disabled i {
  color: #ebebeb;
  background: #fff;
  border-color: #ebebeb;
}
.map-address {
  overflow-y: scroll;
  height: 100%;
}

/* 7/9/23 */
div#exampleModalCenter2 .modal-dialog {
  max-width: 100% !important;
  padding: 0px 100px;
}
.map_popup .modal-dialog {
  padding: 0px;
  margin: 0px;
}
.map_popup .modal-body {
  overflow: hidden;
}

.map_popup .modal-content .map-modal .row > div {
  height: 100%;
}

.aminities-block .reserve-sec .reserve-card {
  text-align: center;
}
/* 
.aminities-block .reserve-sec .reserve-card .btnn {
  width: auto;
} */
.total .price {
  justify-content: space-around;
}
.aminities-block .reserve-sec .card-header {
  padding: 0px;
}
.aminities-block .reserve-sec .card-header label {
  width: 100%;
}
.aminities-block .reserve-sec .card-header input {
  padding: 20px;
}
.aminities-block .reserve-sec .reserve-card .btnn {
  width: auto;
  text-align: center;
  display: block;
  margin: 0px 10px;
}
/* 8/9/23 */
div#aboutThisPlace .modal-content {
  height: 100%;
  border-radius: 0px;
}

div#aboutThisPlace {
  padding: 0px !important;
}

div#aboutThisPlace .modal-dialog {
  padding: 0px;
  margin: 0px;
}
.rental-content .property-description {
  margin-top: 15px;
}

span.flatpickr-day.today {
  color: #323232;
  background: transparent;
  border: none;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  border-color: #000 !important;
  background: transparent !important;
  color: inherit !important;
  border: 1px solid !important;
  border-radius: 50% !important;
}
.flatpickr-day.flatpickr-disabled:hover {
  border: none !important;
  color: #7c7c7c !important;
}
span.flatpickr-day.only-checkout:hover {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(221, 221, 221);
  color: rgb(113, 113, 113);
}

span.flatpickr-day.only-checkout {
  color: rgb(113, 113, 113);
}
div#exampleModalCenter4 .modal-dialog {
  min-height: 100%;
  height: 100%;
}

/* 13/9/23 */
.flight-type.row {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding-left: 50px;
  padding-top: 20px;
}

.flight-type input {
  accent-color: #0b7fab;
  height: 20px;
  width: 20px;
}
.guest_input.passenger_list {
  width: auto;
}

.guest_input.passenger_list .g_m_p {
  background-color: #fff;
  font-size: 14px;
  padding: 16px;
  border-radius: 4px;
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}
.guest_input.passenger_list .passe_num {
  display: flex;
  align-items: center;
  justify-content: center;
}
.guest_input.passenger_list .passenger-text span,
.guest_input.passenger_list .passenger-text p {
  font-size: 14px;
}

.guest_input.passenger_list .passenger-text span {
  color: #b6b9bb;
  background: transparent;
}

.guest_input.passenger_list .passenger-text p {
  color: #323232;
  font-weight: 700;
}
/* 14/9/23 */
.fromResponseBox {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}

.placeBox,
.dateBox {
  border-radius: 200px;
  border: 1px solid #d9d9d9;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 25px;
  background: #fff;
}

.placeBox .search_checkout.search_box,
.placeBox .search_checkin.search_box {
  max-width: 51%;
  flex: 0 0 51%;
  border: none;
  border-radius: 0px;
}
.dateBox .search_checkout.search_box,
.dateBox .search_checkin.search_box {
  max-width: 64%;
  flex: 0 0 64%;
  border: none;
  border-radius: 0px;
}

.placebox .search_checkout.search_box,
.placeBox .search_checkin.search_box input {
  width: 100%;
}

.search_box input[type="submit"] {
  padding: 18px 25px;
}
.placeBox i {
  color: gray;
}
.passenger-text {
  white-space: nowrap;
}

.guest_input.passenger_list .g_m_p {
  gap: 50px;
}

.guest_input.passenger_list .passe_num input {
  max-width: 40px;
  width: 40px;
  text-align: center;
}

.passenger-text span {
  padding: 0px;
}

.guest_input.passenger_list .passe_num span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
}

.guest_input.passenger_list .passe_num {
  border: 1px solid #dcdfe6;
}

.pass_num_box {
  display: flex;
  gap: 50px;
  padding-bottom: 16px;
}
.pass_num_box:last-child {
  padding-bottom: 0px;
}
.g_m_p.fli_g_m_p {
  display: block;
}

.search_guest.search_box.fli_search_box {
  flex: 0 70%;
  max-width: 70%;
}
.placeBox .search_box,
.dateBox .search_box {
  background: transparent;
}
/* 15/9/23 */
.loader, .loadersearch {
  min-width: 25px !important;
  min-height: 25px !important;
  height: 25px;
  width: 25px;
}
.loc_add li:last-child:hover {
  border-radius: 0px 0px 20px 20px;
}
.loc_add li:only-child:hover {
  border-radius: 20px;
}
/* .search_checkin.search_from_place.search_box {
  border-radius: 200px 0px 0px 200px;
}

.search_checkin.search_to_place.search_box {
  border-radius: 0px 200px 200px 0px;
} */

/* 28/9/23 */
.woocommerce-account .woocommerce form.login p.woocommerce-form-row {
  display: block;
  width: auto;
  margin-bottom: 30px;
}
form.woocommerce-ResetPassword.lost_reset_password
  p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  width: 100%;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce form.login p.form-row-wide input {
  border-radius: 35px;
  border: 1px solid #d9d9d9;
  padding: 15px 15px;
  background: transparent;
}

.woocommerce-account form.woocommerce-form label {
  padding-left: 10px;
}
.woocommerce-account .woocommerce form.login {
  border: 1px solid #cfc8d8;
  padding: 50px;
  text-align: left;
  border-radius: 5px;
  max-width: 50%;
  margin: 35px auto 100px;
}
.woocommerce-account .entry-header {
  display: none;
}
.woocommerce-account .entry-content h2 {
  text-align: center;
}
.woocommerce-account .woocommerce-notices-wrapper {
  margin-top: 50px;
}
.woocommerce form.login input[type="checkbox"] {
  height: 15px;
  width: 15px;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
  border-radius: 200px;
  background: #0b7fab;
  color: #fff;
  font-weight: 600;
  border: 1px solid #0b7fab;
  padding: 20px 40px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce form.login .form-row {
  align-items: center;
}
form.woocommerce-ResetPassword.lost_reset_password {
  border: 1px solid #cfc8d8;
  padding: 50px;
  text-align: left;
  border-radius: 5px;
  max-width: 50%;
  margin: 35px auto 100px;
}

form.woocommerce-ResetPassword.lost_reset_password
  button.woocommerce-Button.button {
  border-radius: 200px;
  background: #0b7fab;
  color: #fff;
  font-weight: 600;
  border: 1px solid #0b7fab;
  padding: 15px 40px;
  display: inline-block;
}

form.woocommerce-ResetPassword.lost_reset_password
  p.woocommerce-form-row.woocommerce-form-row--first
  input {
  border-radius: 35px;
  border: 1px solid #d9d9d9;
  padding: 15px 15px;
  background: transparent;
}
.woocommerce-account .woocommerce form.login .form-row:nth-last-child(2) {
  display: block;
}

.woocommerce-account .woocommerce form.login .form-row:nth-last-child(2) label {
  display: inherit;
  margin-bottom: 30px;
  padding-left: 0px;
}
p.woocommerce-LostPassword.lost_password a {
  color: #7c7c7c;
}
.site-header .navbar-collapse {
  justify-content: flex-end;
}
.page-id-194 .woocommerce-MyAccount-navigation ul li a {
  display: inherit;
  color: #fff;
  background: #0b7fab;
  padding: 12px;
  border-bottom: 1px solid #fff;
}
.page-id-194 .woocommerce {
  padding: 100px 0px;
}

.page-id-194 .woocommerce-MyAccount-navigation ul li a:hover {
  background: #fff;
  color: #0b7fab;
}
.page-id-194.woocommerce-account .woocommerce-MyAccount-content {
  padding-left: 50px;
}

.page-id-194.woocommerce-account .woocommerce-MyAccount-content p a {
  color: #0b7fab;
}
.page-id-194.woocommerce-account .woocommerce-order-details {
  padding-top: 50px;
}
.page-id-194.woocommerce-account
  .woocommerce
  table.shop_table
  td
  .product-quantity {
    color: #0b7fab;
    margin-bottom: 20px;
    display: inline-flex;
}
.page-id-194.woocommerce-account .woocommerce table.shop_table td a {
  display: inline-block;
  color: #0b7fab;
  margin-top: 20px;
}
.page-id-194.woocommerce-account address {
  padding: 30px 30px !important;
}

.page-id-194.woocommerce-account
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  padding: 20px;
}
.page-id-194.woocommerce-account .woocommerce-notices-wrapper {
  margin-top: 0px;
}
.page-id-194.woocommerce-account .entry-content h2 {
  font-size: 32px;
}
.page-id-194.woocommerce-account ul.wc-item-meta li strong,
.page-id-194.woocommerce-account ul.wc-item-meta li p {
  font-size: 18px;
}
.page-id-194.woocommerce-account ul.wc-item-meta li {
  display: inline;
}
.page-id-194.woocommerce-account
  form.woocommerce-EditAccountForm.edit-account
  input {
  border-radius: 35px;
  border: 1px solid #d9d9d9;
  padding: 15px 15px;
  background: transparent;
  margin-bottom: 30px !important;
}
.page-id-194.woocommerce-account
  p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide
  em {
  font-size: 14px;
}
.page-id-194.woocommerce-account fieldset .form-row {
  display: block;
}
.page-id-194.woocommerce-account
  form.woocommerce-EditAccountForm.edit-account
  .woocommerce-Button {
  border-radius: 200px !important;
  background: #0b7fab !important;
  color: #fff !important;
  font-weight: 600;
  border: 1px solid #0b7fab !important;
  padding: 20px 40px !important;
  display: inline-block;
  width: 100%;
}
.page-id-194.woocommerce-account .woocommerce-order-details h2,
.page-id-194.woocommerce-account .woocommerce-customer-details h2 {
  text-align: left;
}

/* 29/9/23 */
.woocommerce-lost-password
  p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first,
.woocommerce-lost-password .woocommerce form .form-row-last,
.woocommerce-lost-password .woocommerce-page form .form-row-last {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.woocommerce-lost-password .password-input input {
  border-radius: 35px;
  border: 1px solid #d9d9d9;
  padding: 15px 15px;
  background: transparent;
}
.woocommerce-lost-password
  form.woocommerce-ResetPassword.lost_reset_password
  button.woocommerce-Button.button {
  width: 100%;
}
.woocommerce-lost-password .woocommerce-error li,.page-id-194 .woocommerce-error li {
  margin-left: 24px !important;
}
.woocommerce-error::before{
  top: 0;
  left: 0;
}
.page-id-194.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  padding: 10px;
}

.page-id-194.woocommerce-account table.shop_table th :first-child{
  padding-left: 0px !important;
}

.page-id-194.woocommerce-account table.shop_table tbody td:first-child {
  padding-left: 0px !important;
}
.page-id-194.woocommerce-account ul.wc-item-meta li strong {
  white-space: nowrap;
}
.page-id-194.woocommerce-account ul.wc-item-meta li {
  display: flex;
  gap: 5px;
}


/* ++++++++++++++++++++++++++++    Nikita css 12 oct 2023 ++++++++++++++++++++++++++++++++++++++ */

.placebox .search_checkout.search_box, .placeBox .search_checkin.search_box input {
  padding: 20px 0px;
}
.search_box {
  padding: 0px;
}
span.gusest_arrow {
  padding: 20px;
}

.placeBox, .dateBox {
  padding: 0px;
}
.search_box input {
  padding: 20px 0px;
  border: 0px;
  border-radius: 70px;
}
.search_box{padding: 0px;}

.location_search.search_box input {
   border-radius: 200px;
   border: 1px solid #d9d9d9;
   padding: 20px;
}

.location_search.search_box {
border:0px;
  border-radius:0px;

}
.search_checkin.search_box input, .search_checkout.search_box input {
  padding-right: 20px;
}
.search_filter label, span.gusest_arrow, span.rooms_arrow {
  padding-left: 20px;
}

.search_checkin.search_from_place.search_box input,.search_checkin.search_to_place.search_box input {
  padding: 17px !important;
}
.search_filter {
  justify-content: space-between;
  gap: 20px;
}
.search_checkin label {
  white-space: nowrap;
}
.search_checkout label {
  white-space: nowrap;
}

.search_checkin.search_on_date.search_box input {
  padding-left: 20px !important;
}

.placeBox {
  width: 35%;
}

.placeBox .search_checkout.search_box, .placeBox .search_checkin.search_box {
  max-width: max-content !important;
  flex: unset !important;
}

.search_box {
      flex: unset !important;
      max-width: max-content !important;
  }

  .search_checkin.search_box input, .search_checkout.search_box input {
    width: 100%;
}


.dateBox {
  width: 40%;
}

.guest_input span, .rooms_input span {
  padding: 0px 10px;
}

.guest_input.passenger_list .g_m_p {
  position: relative;
  z-index: 99;
}
.choose-box {
  z-index: -1;
  position: relative;
}
.pass_num_box {
  justify-content: space-between;
}
.g_m_p {
  width: 100%;
  position:relative;
  z-index: 99;
}




/* End */

/*========================================== responsive start here  ===================================*/
/*@media only screen and (min-width: 992px) and (max-width: 1599px)  {
  .container {
    max-width: 100%;
    padding: 0px 70px;
  }
}*/

@media screen and (min-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0px 70px;
  }
}
@media only screen and (min-width: 1599px) {
  .container {
    max-width: 1470px;
  }
}
@media screen and (max-width: 1599px) {
  header li.nav-item {
    padding: 0px 10px;
  }
  .search_box input,
  .search_box select {
    font-size: 12px;
  }
  section.tab-sec {
    transform: translate(0%, -135px);
  }

  .featured-content .btnn-light,
  .featured-content .btnn {
    padding: 20px 30px;
  }
  .featured-content .featured-top > div {
    max-width: 700px;
  }
  .tab-option form,
  .tab-option div {
    width: 33%;
    margin-bottom: 20px;
  }
  footer li,
  footer p {
    font-size: 13px;
  }
  footer p {
    font-size: 15px;
  }
  header .btnn {
    margin-left: 0px;
    padding: 10px 30px;
  }
  .search a {
    width: 100%;
  }
  .price .search a {
    width: 100%;
    padding: 10px 30px;
  }
  .dropdown-menu.dropdown-menu-right.show {
    width: 100%;
  }
  .popular-box .title h5,
  .popular-box .title p {
    font-size: 20px;
  }
  .scroll-block {
    overflow-y: scroll;
    padding-right: 40px;
  }
  .room-detail .price span:first-child {
    font-size: 32px;
  }
  .choose-content .classic li {
    font-size: 13px;
  }
  .form-sec .radio .tab-option form,
  .form-sec .radio .tab-option div {
    border: none !important;
  }
  form.form-inline {
    gap: 0px;
  }
  form.form-inline {
    border-radius: 200px;
    border: 1px solid #d9d9d9;
  }
  .radio .tab-option form,
  .tab-option div {
    width: 50%;
  }

  form.form-inline input {
    padding: 20px 5px !important;
  }
  .featured-content .location .location-info {
    padding-top: 50px;
  }
  .flight-list-content .flight-tabs {
    gap: 140px;
  }
  .flight-list-content .flight-tabs .nav-link {
    padding: 8px 20px;
  }
  .flight-list-content .flight-table {
    gap: 40px;
  }
  .flight-list-content h5 {
    font-size: 15px;
  }
  .flight-list-content .flight-tabs span {
    font-size: 16px;
  }
  .flight-list-content .filter-box {
    padding: 15px;
  }

  .flight-list-content p {
    font-size: 14px;
  }
  .flight-list-content .filter-btn {
    font-size: 11px;
  }
  .bttn-light:hover {
    padding: 20px;
  }

  .bttn-light {
    padding: 20px;
  }
  .btn-group.filter-btn .btn-default {
    padding: 10px 22px;
  }
  .btn-primary {
    padding: 10px 22px;
  }
  section.flight-list {
    padding-bottom: 40px;
  }
  .navbar-collapse .dropdown-menu {
    top: 55px;
  }
  .best-content .featured-list {
    padding-left: 30px;
  }
  .best-content .featured p {
    font-size: 14px;
  }
  .about-content li,
  .about-content p {
    font-size: 13px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding: 0px 10px !important;
  }
  .flight-list-content .price {
    padding-left: 120px;
  }
  .footer-bottom {
    padding: 20px 0px;
  }
  section.breadcrumb-sec {
    padding-top: 120px;
  }
  .btnn-first,
  .btnn-second {
    padding: 15px 30px;
  }
  .flight-list-content .filter-btn a.btn.button-class1,
  .flight-list-content .filter-btn a.btn.button-class2 {
    padding: 13px 22px;
  }

  .search_box {
    margin-bottom: 0px;
    display: flex;
    width: 100%;
  }

  .search_filter label,
  span.gusest_arrow,
  span.rooms_arrow {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .he_tra_ho a.navbar-brand {
    padding-right: 0px;
  }
  .search_filter {
    display: flex;
    gap: 25px;
  }
  .sea_typ span {
    font-size: 14px;
  }
  .banner-content {
    padding: 70px 0px 170px;
  }
  .caret {
    font-size: 12px;
  }
  header li.nav-item {
    padding: 0px 9px;
  }
  .aminities-block .reserve-sec {
    padding-left: 30px;
  }
  .aminities-block .reserve-sec .reserve-card {
    padding: 20px;
  }
  .rental-content h5 {
    padding: 30px 0px;
  }
  .aminity-table .table-data {
    padding: 30px 15px;
  }
  .review-block .review-card .progress-block {
    gap: 0px 50px;
  }
  section.detail-banner .slick-slide img {
    height: 400px;
  }
  .flight-type input {
    height: 12px;
    width: 12px;
  }
  .placeBox .search_checkout.search_box,
  .placeBox .search_checkin.search_box {
    max-width: 45%;
    flex: 0 0 45%;
  }
  .page-id-194.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1399px) {
  header .navbar-brand img {
    width: 200px;
  }

  header li.nav-item {
    padding: 0px 9px;
  }

  header {
    padding: 15px 30px;
  }
  h1 {
    font-size: 60px !important;
  }
  .py_60 {
    padding: 45px 0px;
  }
  .choose-box {
    padding-top: 30px;
  }
  .inspiration-content .title h5,
  .inspiration-content .title p {
    font-size: 20px;
  }
  .btnn-first {
    padding: 17px 35px;
  }
  .best-content .featured-list {
    padding-left: 30px;
  }
  .py_100 {
    padding: 70px 0px;
  }
  section.about-hotel {
    padding-top: 60px;
  }
  .business-block {
    margin: 50px 0px;
  }
  section.tab-sec {
    transform: translate(0%, -70px);
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 0px 4px;
  }
  form.form-inline {
    border-radius: 200px;
    border: 1px solid #d9d9d9;
  }
  section.flight-list {
    padding-bottom: 60px;
  }
  .btnn {
    margin-left: 0px;
    padding: 15px 40px;
  }
  .flight-list-content .flight-table {
    gap: 45px;
  }
  header .navbar-nav .nav-link {
    font-size: 14px;
  }
  .breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
    padding: 0px 10px;
  }

  .flight-list-content .price {
    padding-left: 90px;
  }
  .flight-list-content .flight-time {
    padding-left: 20px;
  }
  .flight-list-content .flight-table img:first-child {
    width: 50px;
  }
  footer h5 {
    padding: 20px 0px;
  }
  section.filter-sec {
    padding-top: 30px;
  }
  header .header-right li.nav-item.dropdown a {
    font-size: 14px;
  }
  section.breadcrumb-sec {
    padding-top: 80px;
  }
  footer {
    padding-top: 80px;
  }
  .footer-links {
    padding-bottom: 40px;
  }
  h1 {
    line-height: 1.2 !important;
  }
  .search_filter_sec {
    transform: translate(0%, -70px) !important;
  }
  .banner-content .heading .btnn-light {
    padding: 15px 30px;
  }
  .location_search.search_box {
    flex: 0 0 24%;
    max-width: 24%;
  }
  
}

@media screen and (max-width: 1199px) {
  h6 {
    font-size: 18px;
  }
  footer li,
  footer p {
    font-size: 11px;
  }
  footer p {
    text-align: center;
  }
  .title p {
    font-size: 16px;
  }
  header .navbar-nav .nav-link {
    font-size: 13px;
  }

  .btnn {
    padding: 20px;
    font-size: 16px;
  }

  header li.nav-item {
    padding: 0px 5px;
  }
  h1 {
    font-size: 48px !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2;
  }
  .banner-content .btnn-light {
    margin-top: 20px;
  }
  .btnn-light {
    padding: 15px 30px;
  }
  section.tab-sec {
    transform: translate(0%, -100px);
  }
  .py_60 {
    padding: 30px 0px;
  }
  p {
    font-size: 14px;
  }
  h5 {
    font-size: 18px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  .banner-content {
    max-width: 600px;
  }
  .featured-content .price span:first-child {
    font-size: 20px;
  }
  .featured-content .price span:last-child {
    padding: 7px;
  }
  .discover-content {
    max-width: 620px;
  }
  .footer-bottom {
    padding: 20px 0px;
  }
  footer {
    padding-top: 70px;
  }
  footer .social-icon {
    gap: 15px;
  }
  .footer-links {
    padding-bottom: 30px;
  }
  .inspiration-content .popular-box {
    padding-top: 30px;
  }
  .like {
    font-size: 25px;
    height: 50px;
    width: 50px;
  }
  .featured-content .activity-block .activity-bottom {
    padding-left: 10px;
  }
  .featured-content .activity span strong {
    font-size: 16px;
  }
  .featured-content .location .location-info {
    padding-left: 30px;
    padding-top: 50px;
  }
  .discover-sec {
    margin: 30px 0px;
  }
  .tabs-content .tab-option label {
    font-size: 14px;
  }
  .tabs-content .tab-option .btn-group.form {
    gap: 0px;
  }
  .popular-box .title h5,
  .popular-box .title p {
    font-size: 16px;
  }
  .inspiration-content .title h5,
  .inspiration-content .title p {
    font-size: 16px;
  }
  .best-content h3 {
    font-size: 25px;
  }
  .best-content .map {
    padding-left: 60px;
  }
  .breadcrumb {
    padding-left: 50px;
  }
  .py_100 {
    padding: 50px 0px;
  }
  .choose-content .classic p {
    font-size: 12px;
  }
  .room-detail .price span:first-child {
    font-size: 23px;
  }

  .scroll-block {
    padding-right: 12px;
  }
  .btnn {
    padding: 10px 20px;
  }
  button.slide-arrow {
    height: 30px;
    width: 30px;
  }
  button.slide-arrow i {
    font-size: 12px;
  }
  .inspiration-sec {
    margin-bottom: 0px;
  }
  .tab-option form input,
  button.btn.btn-secondary.dropdown-toggle,
  .tab-option .btn-group.form {
    font-size: 13px;
  }
  form.form-inline {
    border-radius: 200px;
    border: 1px solid #d9d9d9;
  }
  .tab-option form input,
  button.btn.btn-secondary.dropdown-toggle,
  .tab-option .btn-group.form {
    font-size: 13px;
    padding: 20px 12px;
  }
  .form-sec.tabs-content .radio {
    padding-left: 20px;
  }
  .pt_42 {
    padding-top: 33px;
  }
  .search a {
    padding: 20px;
  }
  .flight-list-content p {
    font-size: 12px;
  }

  .flight-list-content .flight-tabs span {
    font-size: 15px;
  }

  .flight-list-content .price {
    padding-left: 25px;
  }

  .flight-list-content .price .arrow-down {
    padding-left: 20px;
  }

  .flight-list-content h5 {
    font-size: 16px;
  }
  .bttn-light {
    padding: 10px 20px;
    font-size: 16px;
  }

  .bttn-light:hover {
    font-size: 16px;
    padding: 10px 20px;
  }
  .flight-list-content .filter-btn a {
    font-size: 12px;
  }
  .btn-group.filter-btn .btn-default {
    padding: 10px 20px;
  }
  .btn-primary {
    padding: 10px 20px;
  }
  section.flight-list {
    padding-bottom: 40px;
  }
  .flight-list-content .price .search a {
    padding: 12px 22px;
  }
  .flight-list-content .flight-table {
    gap: 38px;
  }
  .best-content .featured-list {
    padding-left: 20px;
  }

  .best-content .featured p {
    font-size: 11px;
  }

  .about-content li,
  .about-content p {
    font-size: 11px;
  }
  .flight-list-content .form-block {
    padding: 16px;
  }
  header .navbar-brand img {
    width: 170px;
  }
  .flight-list-content .flight-time {
    padding-left: 0px;
  }
  .flight-list-content .flight-table img:first-child {
    width: 45px;
  }
  header .header-right li.nav-item.dropdown a {
    font-size: 14px;
  }
  header .btnn {
    padding: 7px 22px;
  }
  .flight-list-content .flight-tabs {
    gap: 40px;
  }
  .irs--round .irs-handle {
    width: 16px;
    height: 16px;
  }
  section.breadcrumb-sec {
    padding-top: 80px;
  }
  .btnn-first,
  .btnn-second {
    padding: 10px 20px;
  }
  .flight-list-content .filter-btn a.btn.button-class1,
  .flight-list-content .filter-btn a.btn.button-class2 {
    padding: 13px 19px;
  }
  .flight-list-content .flight-table {
    gap: 32px;
  }
  .form-sec.tabs-content .form-inline input,
  .form-sec.tabs-content .btn-group.form,
  .form-sec.tabs-content .search a {
    font-size: 12px;
  }
  section.filter-sec {
    padding-top: 10px;
  }
  .flight-list-content .price .search a {
    font-size: 14px;
  }
  footer .footer-text p {
    font-size: 14px;
  }
  .flight-list-content .price h5 {
    font-size: 16px;
  }
  .banner-content .heading .btnn-light {
    padding: 10px 20px;
  }
  header .btnn {
    padding: 10px 22px;
  }
  .search_filter {
    flex-wrap: wrap;
    justify-content: center;
  }
  .location_search.search_box {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .search_checkout.search_box,
  .search_checkin.search_box {
    max-width: 26%;
    flex: 0 0 26%;
  }
  .search_btn.search_box,
  .search_guest.search_box {
    flex: 0 15%;
    max-width: 15%;
  }
  .featured-content .btnn-light,
  .featured-content .btnn {
    padding: 20px 20px;
  }

  footer li,
  footer p {
    font-size: 10px;
  }
  .aminities-block .reserve-sec {
    padding-left: 15px;
  }
  .aminities-block .reserve-sec .reserve-card span {
    font-size: 14px;
  }
  .reserve-cardhead h5 {
    font-size: 18px;
  }
  .aminity-table .table-data h6 {
    font-size: 14px;
  }
  .aminities-block .address p {
    font-size: 16px;
  }
  h5.top-heading {
    font-size: 24px;
  }
  .map-block h6 {
    font-size: 20px;
    padding: 0px;
    margin: 10px 0px;
  }

  .map-block p {
    margin-bottom: 20px;
  }

  .rental-content h5 {
    padding-bottom: 0px;
  }
  .aminity-table .table-data li {
    font-size: 13px;
  }
  section.detail-banner .slick-slide img {
    height: 300px;
  }
  section.detail-banner .slick-slide img {
    height: 350px;
  }
  .rental-content h2 {
    font-size: 30px;
  }
  .rental-content .about-place-btn button {
    font-size: 15px;
  }

  .rental-content .about-place-btn {
    padding: 10px 0px;
  }
  .review-modal .review-heading span {
    font-size: 23px;
  }
  div#exampleModalCenter2 .modal-dialog {
    padding: 0px 50px;
  }
  .page-id-194.woocommerce-account
    tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order
    td {
    font-size: 14px;
  }
  .search_filter {
    gap: 40px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-size: 13px;
}
}

@media screen and (max-width: 991px) {
  header .header-right {
    justify-content: flex-start;
  }
  .banner-content {
    padding: 70px 0px;
  }
  .tabs-content .nav-tabs .nav-link,
  .tabs-content p,
  .tabs-content .nav-tabs .nav-link.active {
    font-size: 14px;
    padding: 10px 15px;
  }

  .btnn-light {
    padding: 10px 20px;
  }
  h1 {
    font-size: 50px !important;
  }
  .heading {
    max-width: 500px;
  }
  .tab-option form,
  .tab-option div {
    width: 50%;
  }
  .banner-content .heading {
    padding-bottom: 100px;
  }
  .tab-option form input,
  button.btn.btn-secondary.dropdown-toggle,
  .tab-option .btn-group.form {
    padding: 15px !important;
  }

  h5 {
    font-size: 14px;
  }
  .featured-content .featured-top > div {
    max-width: 480px;
  }
  .featured-content .location-info p {
    font-size: 12px;
    padding: 8px 15px;
  }
  .featured-content .price span:last-child a {
    padding: 12px;
    font-size: 12px;
  }
  .featured-content .price span:first-child {
    font-size: 18px;
  }
  .featured-content .button {
    padding: 30px 0px;
  }
  .featured-content .btnn-light,
  .featured-content .btnn {
    padding: 10px;
  }
  a {
    font-size: 14px;
  }
  .featured-content .activity-block .activity-bottom {
    padding-bottom: 40px;
  }
  .footer-links > div div:first-child {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .footer-links > div div {
    padding-bottom: 15px;
  }
  .footer-links {
    text-align: center;
  }
  .tabs-content .btnn {
    margin-left: 0px;
    padding: 14px 20px;
  }
  .choose-col {
    margin-bottom: 40px;
  }
  footer {
    margin-top: 0px;
  }
  .popular-box .title {
    padding: 20px;
  }
  .choose-content form {
    display: block;
  }

  .choose-content form div {
    padding-bottom: 20px;
  }

  .choose-content input {
    padding: 15px;
  }

  .choose-content .search a {
    width: 100%;
    display: inline-block;
    padding: 15px;
  }
  .btnn-second,
  .btnn-first {
    padding: 10px 16px;
  }
  button.slide-arrow {
    height: 40px;
    width: 40px;
  }
  .classic .room-info {
    padding-left: 0px;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 10px 4px;
  }
  .tab-option form,
  .tab-option div {
    width: 100% !important;
  }
  form.form-inline img {
    height: 20px;
    width: 20px;
  }
  form.form-inline {
    border-radius: 200px;
    border: 1px solid #d9d9d9;
  }
  form.form-inline {
    justify-content: space-between;
  }
  .about-content h6 {
    font-size: 15px;
  }

  .about-content li,
  .about-content p {
    line-height: 25px;
    font-size: 11px;
  }
  .best {
    padding-bottom: 40px;
  }

  .best-content .map {
    padding-left: 15px;
  }
  .about-content .guide {
    padding-left: 15px;
  }
  .best-content .contact {
    padding: 15px 0px;
  }
  .best-content .amenities p {
    font-size: 13px;
  }
  .mobile-hidden {
    display: none;
  }
  .modal-body .mobile-hidden {
    display: block;
  }
  form.form-inline {
    background: transparent !important;
    display: block;
    border: none;
  }
  .form-sec.tabs-content {
    margin-bottom: 0px;
  }
  form.form-inline .form-control {
    display: block;
    width: 100% !important;
  }
  form.form-inline img {
    visibility: hidden;
  }
  .modal-body {
    padding: 0px;
  }
  .modal-header .close {
    font-size: 50px;
    font-weight: 400;
  }
  .modal-header .close {
    padding: 0px 10px;
  }
  form.form-inline input {
    width: unset !important;
    border-radius: 200px;
    border: 1px solid #d9d9d9 !important;
  }
  .form-block {
    padding: 0px !important;
  }
  .form-sec.tabs-content {
    display: none;
  }
  .modal-body .form-sec.tabs-content {
    display: block;
  }
  .filter-popup {
    display: flex !important;
    margin-bottom: 30px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    transition: all 0.5s ease;
    padding: 0px 30px;
  }
  .modal-body .modal-hidden {
    display: none;
  }
  section.filter-sec {
    padding-top: 0px;
  }
  .breadcrumb-content .breadcrumb {
    padding-left: 50px;
  }
  .filter-popup span:nth-child(1) {
    font-size: 23px;
  }

  .modal-body .flight-list .dropdown a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    color: #000;
  }
  .modal-body .flight-list .dropdown a:active,
  .modal-body .flight-list .dropdown a:focus {
    border-color: #000 !important;
    background: transparent;
    color: #000;
    box-shadow: none !important;
  }

  .modal-body .flight-list .dropdown {
    padding: 20px 0px;
    background: transparent;
    color: transparent;
  }

  .modal-body .flight-list .dropdown-menu.show {
    width: 100%;
  }
  .modal-body .flight-list p,
  .modal-body h5,
  .modal-body .flight-list-content .result-box a {
    font-size: 16px;
  }
  section.breadcrumb-sec {
    padding-top: 70px;
  }
  .btnn-first,
  .btnn-second {
    font-size: 12px;
  }
  footer {
    padding-top: 50px;
  }
  .flight-list-content .flight-tabs {
    display: none;
  }
  .flight-list-content .filter-btn a.btn.button-class1,
  .flight-list-content .filter-btn a.btn.button-class2 {
    padding: 13px 84px;
  }
  .flight-list-content .tab-content {
    padding-top: 80px;
  }
  .flight-list-content .flight-table {
    gap: 56px;
  }
  .discover-content p {
    font-size: 14px;
  }
  .featured-content .activity-box:last-child .activity-bottom {
    padding-bottom: 0px;
  }
  .search_box {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 20px 20px;
    margin-bottom: 20px;
    display: flex;
  }
  .search_filter {
    flex-wrap: wrap;
    justify-content: center;
  }
  .location_search.search_box {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .search_checkout.search_box,
  .search_checkin.search_box {
    max-width: 26%;
    flex: 0 0 26%;
  }
  .search_btn.search_box,
  .search_guest.search_box {
    flex: 0 15%;
    max-width: 15%;
  }
  .search_btn.search_box,
  .search_guest.search_box {
    justify-content: center;
  }
  .review-block .review-card .progress-block {
    display: block;
  }
  .review-block .review-card .prog-bar {
    display: flex;
    gap: 5px;
  }

  .user-review {
    display: block;
  }

  .review-block .review-card .card-bottom {
    margin-bottom: 20px;
  }

  section.review-block .read.review-btn button {
    padding: 15px;
  }

  .things-card .info-card {
    grid-template-columns: repeat(2, 1fr);
  }
  .rental-content h5 {
    padding-bottom: 0px;
    margin: 0;
  }
  .aminities-block .reserve-sec {
    border: none;
    padding: 0px;
  }
  section.booking-sec {
    padding: 15px 0px;
  }

  section.booking-sec .btnn {
    font-size: 14px;
  }

  .things-card .info-card {
    gap: 15px;
  }
  .things-card .rules {
    padding: 20px;
  }

  h5.top-heading {
    font-size: 22px;
  }

  .review-block .review-card .card-bottom {
    padding: 20px;
  }

  .review-block .review-heading span {
    font-size: 22px;
  }
  .things-card .rules .read button {
    font-size: 14px;
  }
  section.detail-banner .slick-slide img {
    height: 270px;
  }
  .search_filter label,
  span.gusest_arrow,
  span.rooms_arrow {
    width: 100%;
  }
  .reserve-sec .card-body .form-inline {
    display: flex !important;
  }
  .review-rule .modal-content {
    padding: 15px;
  }
  .review-rule .modal-body .house-rules span {
    font-size: 14px;
    padding: 10px 0px;
  }
  .aminity-modal ul.aminitiesList {
    font-size: 15px;
  }
  .aminity-table .table-data {
    padding: 15px 15px;
  }

  .aminity-table .table-data h6,
  .aminity-table .table-data li {
    padding-bottom: 15px;
  }

  .aminities-block .reserve-sec .reserve-card {
    padding: 0;
  }

  .review-block .review-card .card-bottom {
    margin-top: 0px;
  }

  .review-block .review-card .card-bottom .user img {
    height: 60px;
    width: 60px;
  }

  .ctmr-review .card-bottom .user h5 {
    margin-bottom: 0px;
  }

  .housrule-modal .add-rules li {
    font-size: 14px;
  }

  div#exampleModalCenter2 .modal-dialog {
    padding: 0px 15px;
  }
  .aminities-block {
    padding-top: 30px;
  }
  .placeBox {
    display: block;
    border-radius: 0px;
    border: 0px;
    padding: 0px;
  }

  .placeBox .search_checkout.search_box,
  .placeBox .search_checkin.search_box {
    border-radius: 200px;
    border: 1px solid #d9d9d9;
    width: 100%;
  }

  .placeBox i {
    display: none;
  }

  .search_checkin.search_from_place.search_box {
    margin-bottom: 25px;
  }
  .woocommerce-account .woocommerce form.login {
    max-width: 70%;
  }
  .page-id-194.woocommerce-account .woocommerce-MyAccount-content {
    padding-left: 0px;
  }
  .page-id-194 .woocommerce {
    padding: 50px 0px;
  }
  .page-id-194.woocommerce-account .woocommerce-MyAccount-content {
    padding-top: 30px;
  }
  .page-id-194.woocommerce-account .entry-content h2 {
    font-size: 25px;
  }
  .page-id-194.woocommerce-account
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
    tfoot
    tr,
  .page-id-194.woocommerce-account address,
  .page-id-194.woocommerce-account ul.wc-item-meta li strong,
  .page-id-194.woocommerce-account ul.wc-item-meta li p {
    font-size: 16px;
  }
  header .header-right {
    padding-top: 20px;
  }
  .woocommerce-lost-password
    form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 70%;
  }
  .search_box {
    max-width: unset;
    flex: unset;
    max-width: unset;
    padding: 0px;
    margin-bottom: 0px;
    display: block;
}

.search_filter {
    display: block;
    width: 100%;
}
.dateBox {
    width: 100%;
}
.placeBox {
    width: 100% !important;
}

.placeBox .search_checkout.search_box, .placeBox .search_checkin.search_box {
    max-width: 100% !important;
}
.search_box {
  margin-bottom: 20px;
}
.search_checkin.search_box {
  margin-bottom: 20px;
}

.dateBox {
  margin-bottom: 20px;
}

.placeBox {
  margin-bottom: 20px;
}

.dateBox .search_checkin.search_box {
  margin-bottom: 0px;
}
.dateBox {
  display: flex;
  border: 0px;
  flex-direction: column;
  gap: 20px;
}
.dateBox .search_checkin.search_box {
  border-radius: 70px;
  border: 1px solid #d9d9d9;
}
.search_checkin.search_return_date.search_box input {
  padding-left: 20px !important;
}
/* 13 oct */
  
header.he_tra_ho.site-header ul#mega-menu-menu-1 {
  display: flex!important;
  flex-direction: column;
}
header.he_tra_ho.site-header .collapse {
  background: #000;
}

header.he_tra_ho.site-header .navbar #mega-menu-wrap-menu-1 {
  background: #000;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li a {
  color: #fff!important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  display: flex;
  justify-content: space-between;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: #000;
}

ul.mega-sub-menu {
  width: 100%;
}

ul.mega-sub-menu {
  width: 100% !important;
  background: #000 !important;
  color: #000 !important;
}

ul.mega-sub-menu li a {
  background: #000 !important;
  color: #fff !important;
}

a.mega-menu-link {
  background: #000 !important;
}
.mega-menu-toggle {
  display: none !important;
}
header .header-right * {
  color: #fff !important;
}

form.header-right {
  padding-left: 20px;
  padding-bottom: 20px;
}
.btnn:hover {
  border: 1px solid #000;
  background: #fff;
  color: #000 !important;
}
  /*  13/10/23*/
  header.he_tra_ho.site-header .collapse {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
  }
}
@media screen and (max-width: 767px) {
  .featured-content .activity-box img {
    width: 100%;
  }

  .popular-img img {
    width: 100%;
  }

  .featured-content .featured-top > div {
    max-width: 400px;
  }

  .ins-box img {
    width: 100%;
  }

  .tab-option form,
  .tab-option div {
    width: 100%;
  }
  .banner-content {
    padding: 100px 0px;
  }

  .tabs-content .nav-tabs .nav-link,
  .tabs-content p {
    font-size: 14px;
    padding: 10px 5px;
  }
  .pt_42 {
    padding: 0px;
  }
  .tab-option .btn-group.form input {
    font-size: 13px;
  }
  .btnn {
    padding: 10px 15px;
  }
  footer .footer-text {
    gap: 20px;
    text-align: center;
  }
  .best-content .featured-list {
    padding-left: 15px;
  }

  .best-content .map {
    padding-top: 40px;
    padding-left: 15px;
  }
  header {
    padding: 15px;
  }
  .choose-content .classic {
    margin: 20px 0px;
  }

  .classic .price,
  .classic .book-btn {
    display: block;
    padding-bottom: 20px;
  }

  .about-content .guide {
    padding-left: 15px;
  }
  section.about-hotel {
    padding-top: 10px;
  }
  form.form-inline {
    border-radius: 200px;
    border: 1px solid #d9d9d9;
  }
  form.form-inline {
    justify-content: space-between;
  }
  .form-check-label {
    font-size: 13px;
  }
  .choose-content input {
    padding: 10px;
    font-size: 13px;
  }
  .flight-list-content .flight-tabs .nav-link {
    padding: 8px 0px;
  }
  .flight-list-content .price {
    display: block;
    text-align: right;
  }
  .flight-list-content .flight-table {
    gap: 43px;
  }
  .form-block .form-inline {
    border: none;
  }
  .filter-popup {
    padding: 0px 15px;
  }
  .flight-list-content .tab-content {
    padding-top: 100px;
  }
  .flight-list-content .flight-table {
    gap: 0px;
    flex-wrap: wrap;
  }
  .flight-list-content .flight-time {
    gap: 65px;
    padding-left: 45px;
  }

  .flight-list-content .price {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    border-top: 1px dashed #ddd;
    border-left: none;
    padding: 20px 0px;
  }
  .best-content .contact i {
    font-size: 20px;
  }
  .sea_typ {
    display: block;
  }
  ul.hotel_flight li a,
  ul.hotel_flight li a.active {
    font-size: 14px;
    padding: 10px 20px;
  }
  .sea_typ span {
    font-size: 14px;
  }
  .banner-content {
    padding: 50px 0px 30px;
  }
  .map-block h6 {
    font-size: 18px;
    padding: 10px 0px;
  }

  .map-block p {
    font-size: 14px;
  }

  .things-card .info-card {
    grid-template-columns: repeat(1, 1fr);
  }

  .review-block .review-card .card-bottom {
    padding: 15px;
  }
  .review-modal {
    display: flex;
    flex-direction: column;
  }
  .review-modal .search-box {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .progres-wrap {
    margin-top: 60px;
  }

  .review-modal .review-heading span {
    font-size: 24px;
  }
  .modal-content .map-modal .read button {
    font-size: 14px;
  }
  section.detail-banner .slick-slide img {
    height: 230px;
  }
  /* .fpCal{
    overflow-x: scroll;
    overflow-y: hidden;
} */
  .calender-content .label {
    width: 300px;
  }
  .total {
    display: none;
  }

  .aminities-block .address {
    display: none;
  }

  .aminities-block .reserve-sec .reserve-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .aminities-block .reserve-sec .card {
    display: none;
  }

  .aminities-block .reserve-sec .reserve-cardhead {
    display: block;
  }
  .reserve-sec {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: #fff;
  }
  .things-content .canc-arr {
    display: block;
  }
  div#cancellation-policy + .read {
    display: none;
  }
  .map_popup .modal-content {
    height: 100%;
  }
  .map_popup .modal-content .map-modal .row > div {
    height: 50%;
  }
  .map_popup .modal-content .map-modal .row {
    gap: 30px;
  }
  .aminity-modal h6 {
    font-size: 22px;
  }
  ul.aminitiesList li {
    padding: 10px 0px;
    font-size: 14px;
  }
  .housrule-modal .add-rules li {
    font-size: 14px;
  }
  .aminities-block .reserve-sec .reserve-cardhead div:last-child {
    display: none;
  }
  .review-block .review-card .prog-bar {
    font-size: 14px;
  }
  .progress {
    height: 5px;
  }
  .aminities-block .reserve-sec .reserve-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .py_50 {
    padding: 30px 0px;
  }
  div#exampleModalCenter2 .modal-dialog {
    padding: 0px 15px;
  }
  .aminities-block .reserve-sec .reserve-card {
    padding: 10px;
  }
  /* .fpCal {
  overflow-x: unset;
} */

  .ctmr-review {
    overflow-y: visible;
    height: 100%;
  }

  .review-modal {
    overflow-y: scroll;
    height: 100%;
  }

  div#exampleModalCenter2 .modal-content {
    height: 100%;
    border-radius: 0px;
  }

  div#exampleModalCenter2 .modal-body {
    overflow: hidden;
    width: 100%;
  }

  .review-modal .card-bottom {
    margin-bottom: 30px;
  }
  div#exampleModalCenter2 .modal-dialog {
    padding: 0px;
    margin: 0px;
  }
  .review-modal .search-box input {
    margin: 10px 12px 12px 0px;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.5rem !important;
  }
  .woocommerce-account .woocommerce form.login {
    max-width: 100%;
  }
  .woocommerce-account .woocommerce form.login p.woocommerce-form-row {
    margin-bottom: 20px;
  }

  .woocommerce-account .woocommerce form.login p.form-row-wide input {
    padding: 10px;
  }

  .woocommerce-account
    .woocommerce
    form.login
    .form-row:nth-last-child(2)
    label {
    margin-bottom: 20px;
  }

  button.woocommerce-button.button.woocommerce-form-login__submit {
    margin-bottom: 20px;
  }
  .page-id-194.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 12px;
  }

  .page-id-194.woocommerce-account .woocommerce-order-details {
    padding-top: 30px;
  }

  .page-id-194.woocommerce-account
    .woocommerce
    table.shop_table
    td
    .product-quantity,
  .page-id-194.woocommerce-account .woocommerce table.shop_table td a {
    font-size: 12px;
  }

  td.woocommerce-table__product-total.product-total span {
    font-size: 14px;
  }
  .page-id-194.woocommerce-account
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
    tfoot
    tr
    th,
  .page-id-194.woocommerce-account
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
    tfoot
    tr
    td,
  .page-id-194.woocommerce-account address,
  .page-id-194.woocommerce-account ul.wc-item-meta li strong,
  .page-id-194.woocommerce-account ul.wc-item-meta li p {
    font-size: 14px;
  }
  .page-id-194.woocommerce-account
    form.woocommerce-EditAccountForm.edit-account
    input {
    padding: 10px;
    margin-bottom: 10px !important;
  }

  .page-id-194.woocommerce-account
    form.woocommerce-EditAccountForm.edit-account
    .woocommerce-Button {
    padding: 15px !important;
  }

  .page-id-194.woocommerce-account
    .woocommerce-MyAccount-content
    fieldset
    legend {
    font-size: 18px;
  }
  .woocommerce-lost-password
    form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 100%;
  }
  .woocommerce-info {
    padding-right: 0px;
    font-size: 12px;
}
}
@media screen and (max-width: 575px) {
  .tabs-content .tab-top {
    display: block;
  }
  .banner-content {
    padding: 70px 0px;
  }
  h1 {
    font-size: 30px !important;
  }
  .banner-content .heading {
    padding-bottom: 80px;
  }
  .tab-option form input,
  button.btn.btn-secondary.dropdown-toggle,
  .search a {
    font-size: 13px;
  }
  h2 {
    font-size: 26px;
  }
  .featured-content .featured-top > div:last-child {
    text-align: center;
    padding-top: 20px;
  }
  .tab-option label {
    font-size: 13px;
  }
  .tabs-content .nav-tabs .nav-link,
  .tabs-content p,
  .nav-link.active {
    font-size: 13px;
    padding: 7px 5px;
  }
  .featured-content .featured-top {
    display: block;
  }
  .featured-content .featured-top > div h2 {
    text-align: center;
  }
  .featured-content .featured-top > div {
    max-width: 320px;
    margin: auto;
    text-align: center;
  }
  .featured-content .activity-block {
    padding-top: 30px;
  }
  footer .footer-text {
    gap: 20px;
    text-align: center;
  }
  .footer-links {
    padding-bottom: 0px;
  }
  .breadcrumb {
    padding-left: 20px;
    font-size: 14px;
  }

  .breadcrumb-item a {
    font-size: 12px;
  }

  .btnn-second,
  .btnn-first {
    padding: 5px;
    font-size: 12px;
  }

  button.slide-arrow {
    height: 20px;
    width: 20px;
  }

  .py_100 {
    padding: 20px 0px;
  }

  .best-content h3 {
    font-size: 20px;
  }

  .choose-content .form-head {
    display: block;
  }

  .choose-content form * {
    font-size: 14px;
  }

  header {
    padding: 15px;
  }

  .booking-btm {
    display: block;
    text-align: center;
  }
  .radio .tab-option .btn-group.form input {
    font-size: 13px;
  }
  .form-sec.tabs-content .radio {
    padding: 0px;
  }
  .tabs-content .tab-option .btn-group.form input {
    font-size: 12px;
  }
  .tab-option form,
  .tab-option div {
    padding: 0px 5px;
  }
  .tabs-content .tab-option form,
  .tab-option div {
    padding: 0px 13px;
  }
  form.form-inline input {
    padding: 15px !important;
  }
  .form-head p {
    font-size: 10px;
  }
  .flight-list-content .flight-table {
    gap: 12px;
  }
  .flight-list-content .flight-time {
    gap: 5px;
    padding-left: 0px;
  }

  .flight-list-content .flight-table {
    gap: 12px;
  }
  .filter-popup span {
    font-size: 14px;
  }
  .flight-list-content .filter-btn a.btn.button-class1,
  .flight-list-content .filter-btn a.btn.button-class2 {
    padding: 13px 35px;
  }
  .flight-list-content .flight-info span {
    font-size: 14px;
  }
  .breadcrumb-content .breadcrumb-item.active,
  .breadcrumb-item a {
    font-size: 12px;
  }
  .rental-content span {
    font-size: 12px;
  }
  h5.top-heading {
    font-size: 20px;
  }

  .py_50 {
    padding: 30px 0px;
  }

  section.review-block .read.review-btn button {
    font-size: 14px;
    padding: 8px 15px;
  }
  .review-block .review-heading span {
    font-size: 20px;
  }
  section.booking-sec .button {
    margin-top: 15px;
  }
  .card-bottom p {
    font-size: 13px;
    padding: 10px 0px;
  }
  .review-block .review-card .card-bottom .user img {
    height: 50px;
    width: 50px;
  }
  .aminities-block .address {
    padding-bottom: 15px;
  }
  .review-rule .modal-body .house-rules span {
    font-size: 14px;
  }

  .housrule-modal .add-rules li {
    font-size: 14px;
  }
  .modal-content .map-modal h6 {
    font-size: 13px;
  }

  .modal-content .map-modal p {
    font-size: 12px;
  }
  .review-modal .review-heading span {
    font-size: 20px;
  }

  .review-modal .card-bottom p {
    font-size: 13px;
  }

  .ctmr-review .card-bottom .user h5 {
    font-size: 16px;
  }
  section.detail-banner .slick-slide img {
    height: 160px;
  }
  .search_checkin.search_box input,
  .search_checkout.search_box input {
    width: 100%;
  }
  .rental-content h2 {
    font-size: 26px;
  }
  ul.aminitiesList {
    display: block;
  }

  ul.aminitiesList li:last-child {
    border-bottom: none;
  }
  .aminities-block .reserve-sec .reserve-card .btnn {
    font-size: 14px;
  }

  .aminities-block .reserve-sec {
    padding: 15px 4px;
  }
  .aminities-block .reserve-sec .reserve-card {
    padding: 7px;
  }
  .aminity-table .table-data {
    padding: 15px 15px;
  }
  .woocommerce-account .woocommerce form.login {
    padding: 20px;
  }
  .page-id-194.woocommerce-account
    p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide
    em {
    font-size: 12px;
  }
  .woocommerce-lost-password
    form.woocommerce-ResetPassword.lost_reset_password
    p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    margin-bottom: 20px;
  }

  .woocommerce-lost-password
    form.woocommerce-ResetPassword.lost_reset_password {
    padding: 30px;
  }
  .woocommerce-lost-password .woocommerce-error li ,.page-id-194 .woocommerce-error li {
    font-size: 12px;
}
.woocommerce-info {
  font-size: 10px;
}
.pass_num_box {
  gap: 0px;
}
}
@media screen and (max-width: 479px) {
  .btn-group.form {
    gap: 10px !important;
  }
}
.woocommerce-form__input-checkbox { height: auto !important; width: auto !important; }

body .woocommerce-error{
   padding: 10px 20px 10px 50px !important;
}
body .woocommerce-error::before {
    padding: 10px 20px !important;
}
#gdpr-cookie-consent-bar{
	background-color: rgb(0 0 0 / 80%) !important;
}
.gdpr{		color:#fff !important
	
}
.gdpr_action_button{
	background:#fff !important;
	color:#000 !important
}
.gdpr_action_button:hover{
	background:#0b7fab !important;
	color:#fff !important
}
.entry-content.container ul li {
    margin: 15px 0 15px 0;
}