img {
  max-width: 100%;
}

img {
  max-width: 100%;
}

.modify_search {
  display: inline-block;
  background: #0468c6;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  padding: 9px 15px;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
}

.header-bottomnew {
  background: #f8f9fa;
  color: #222;
}

.header-bottom .dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.hotel-left-info {
  display: none;
  padding: 30px 0;
  background: #f5f5f5;
}
.hotel-left-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.hotel-left-info .star_icons {
  margin-right: 55px;
}
.hotel-left-info .star_icons i {
  color: #ffbd59;
  font-weight: 900;
  font-size: 22px;
}
.hotel-left-info .right-staricons,
.hotel-left-info .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hotel-left-info .right-content {
  text-align: right;
}
.hotel-left-info .right-content strong {
  font-size: 28px;
  font-weight: 700;
  line-height: 20px;
}
.hotel-left-info figure {
  line-height: 0;
}
.hotel-left-info .big-text {
  padding: 20px 10px;
  background: #152f3c;
  color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.hotel-left-info h3 {
  font-size: 28px;
  font-weight: 700;
}
.hotel-left-info .intext {
  margin-top: 6px;
  margin-right: 15px;
}
.hotel-left-info span {
  display: inline-block;
  color: #005fbb;
  font-size: 32px;
  font-weight: 700;
}
.hotel-left-info .icon {
  display: inline-block;
  padding-left: 25px;
}
.hotel-left-info .icon i {
  color: #d4994a;
  font-size: 15px;
  margin: 0 3px;
  display: inline-block;
}
.hotel-left-info p {
  font-size: 16px;
  margin: 0 0 5px;
}

.back-button {
  display: inline-block;
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #302259;
  border-radius: 3px;
}

.list-inline-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-inline-info a {
  border: 1px solid #ddd;
  padding: 0 10px;
  min-width: 37px;
  display: block;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  margin-left: 5px;
  line-height: 33px;
  color: #848484;
}

.flight-top-bar {
  background: #f5f5f5;
  display: none;
  color: #fff;
  text-align: right;
}
.flight-top-bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flight-top-bar .bgdiv {
  background-color: #152f3c;
  text-align: center;
  padding: 5px 30px;
}
.flight-top-bar span {
  font-size: 24px;
  display: block;
}
.flight-top-bar span:before {
  content: "";
  border-right: 1px solid #ddd;
  display: none;
}
.flight-top-bar a {
  display: inline-block;
  color: #fcd600;
  font-weight: 600;
  font-size: 14px;
  margin-left: 10px;
}

.banner-slider {
  overflow: hidden;
  position: relative;
}
.banner-slider .swiper-slide {
  height: auto;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
}
.banner-slider .swiper-slide img {
  height: 100%;
  max-height: 400px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-slider .swiper-slide:nth-child(2n) {
  width: 60%;
}
.banner-slider .swiper-slide:nth-child(3n) {
  width: 40%;
}
.banner-slider .largegallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.9);
}
.banner-slider .largegallery img {
  max-height: auto !important;
  display: block;
  width: auto !important;
  height: 100% !important;
  max-height: unset !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-slider i {
  font-size: 30px;
  color: #22356f;
}
.banner-slider .smallgallery_next {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.banner-slider .smallgallery_prev {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  bottom: 0;
  cursor: pointer;
  margin: auto;
}
.banner-slider .largegallery_next {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.banner-slider .largegallery_prev {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  bottom: 0;
  cursor: pointer;
  margin: auto;
}
.banner-slider .close_large_gallery {
  position: absolute;
  top: 10px;
  z-index: 1;
  cursor: pointer;
  margin: auto;
  right: 10px;
}
.banner-slider .close_large_gallery i {
  color: #fff;
}

.listing-details-box {
  background: #f8f9fa;
  padding: 30px;
  display: none;
}

.top-heading {
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  color: #152f3c;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
}

ul.tabs {
  border-bottom: 2px solid #2b80c4;
}
ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 12px 24px;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 4px 4px 0 0;
  border: 0;
}
ul.tabs li:hover {
  border: 0;
  border-radius: 0;
}
ul.tabs li.current {
  background: #152f3c;
  color: #fff;
  border: 0;
  border-radius: 4px 4px 0 0;
}

.tab-content {
  display: none;
  background: #fff;
  padding: 20px;
}

.tab-content.current {
  display: inherit;
}

.description-content .heading {
  font-size: 18px;
  color: #152f3c;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 20px;
}
.description-content .heading img {
  width: 25px;
  vertical-align: middle;
  margin-right: 5px;
}
.description-content p {
  font-size: 14px;
  color: #6c757d;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  line-height: 22px;
}
.description-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.description-content ul li {
  background: url(../images/common/no.svg) no-repeat left 15px;
  padding: 10px;
  padding-left: 25px;
  font-size: 14px;
  width: 20%;
}
.description-content ul li img {
  width: 30px;
  vertical-align: middle;
  padding: 0 5px;
}
.description-content ul li.active {
  background: url(../images/common/yes.svg) no-repeat left 15px;
}

.google-map {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.google-map iframe {
  width: 100%;
}

.rooms-price-box .heading {
  font-size: 18px;
  color: #152f3c;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 20px;
}

.calendar_table {
  width: 100%;
  color: #212529;
}
.calendar_table th {
  text-align: center;
  padding: 2px;
  border: 0;
  vertical-align: middle;
}
.calendar_table th p {
  background: rgba(214, 214, 214, 0.4392156863);
  border-radius: 5px;
  line-height: inherit;
  padding: 5px;
}
.calendar_table th small {
  display: block;
  color: #8e8c8c;
}
.calendar_table th span {
  font-weight: 700;
}
.calendar_table tr td {
  border: 0;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
}
.calendar_table tr td:first-child p {
  line-height: inherit;
  background: rgba(214, 214, 214, 0.4392156863);
  padding: 12px;
  border-radius: 5px;
  font-weight: 600;
}
.calendar_table tr td span {
  display: block;
  font-size: 13px;
  line-height: 1.1;
  padding: 5px 5px;
  cursor: pointer;
  border-radius: 5px;
  background: #fdd835;
  min-height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.calendar_table tr td span.bg {
  background: #5abdf9;
}
.calendar_table tr td span.bg1 {
  background: #6cc247;
}
.calendar_table tr td strong {
  display: block;
  font-weight: 700;
  width: 100%;
}
.calendar_table tr td .notavailable {
  background: red;
  color: #fff;
  padding: 12px;
}
.calendar_table tr .selected {
  background: #5abdf9;
}

.change_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.change_date a {
  display: inline-block;
  color: #152f3c;
}
.change_date i {
  padding: 5px 12px;
  font-size: 25px;
  background: #ededed;
  border-radius: 4px;
  cursor: pointer;
}
.change_date span {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.tabsactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.tabsactive li {
  padding: 10px 30px;
  font-size: 20px;
  cursor: pointer;
}
.tabsactive li.active {
  background: #152f3c;
  color: #fff;
}

.calendermarks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.calendermarks li {
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calendermarks li span {
  width: 20px;
  height: 15px;
  margin-right: 10px;
  display: block;
  border-radius: 4px;
}
.calendermarks li .lowest {
  background: #6cc247;
}
.calendermarks li .available {
  background: #fdd835;
}
.calendermarks li .notavailable {
  background: red;
}
.calendermarks li .selected {
  background: #5abdf9;
}

.flight_details_box {
  padding: 23px 20px 10px 20px;
  border: 1px solid #e6e6e6;
}

.flight_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.flight_heading {
  font-size: 16px;
  color: #152f3c;
  font-weight: 700;
  width: 15%;
}

.flight_logo {
  text-align: center;
  width: 15%;
}
.flight_logo img {
  width: 40px;
  height: auto;
}
.flight_logo p {
  font-size: 12px;
  color: #9ea1a5;
  line-height: inherit;
}
.flight_logo span {
  display: block;
  font-size: 12px;
  color: #152f3c;
  font-weight: 600;
}

.flight_time_info {
  width: 14%;
}
.flight_time_info strong {
  font-size: 17px;
  font-weight: 700;
}
.flight_time_info sup {
  font-weight: 400;
  font-size: 10px;
  margin-left: 2px;
  opacity: 0.65;
  line-height: 1em;
}
.flight_time_info span {
  font-size: 16px;
  display: block;
  line-height: 25px;
}
.flight_time_info small {
  font-size: 13px;
}

.flight-path-info {
  width: 25%;
  margin-right: 50px;
}
.flight-path-info .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flight-path-info .top i {
  font-size: 14px;
  color: #8e8c8c;
}
.flight-path-info .top i:last-child {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.flight-path-info .top p {
  font-size: 12px;
}
.flight-path-info .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flight-path-info .text span {
  font-size: 14px;
}

.flight-border {
  width: 100%;
  height: 2px;
  background: #dedede;
  position: relative;
  margin: 8px 0;
}
.flight-border:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0093d2;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  top: -4px;
  position: absolute;
  right: 0;
}
.flight-border:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0093d2;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  top: -4px;
  position: absolute;
}

.checkflight {
  text-align: right;
  padding: 15px 0;
  border-top: solid 1px #dedede;
}
.checkflight a {
  color: #005fbc;
  font-size: 15px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  margin: 0 0 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkflight a i {
  margin-left: 10px;
}

.flight-availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.availability-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.availability-left figure {
  width: 38%;
  background: url(../images/common/bg-photo-frame.png) no-repeat 0;
  background-size: contain;
  padding: 20px;
}
.availability-left figure img {
  width: 100%;
  border-radius: 5px;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.availability-left .content {
  width: 55%;
}
.availability-left p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.availability-left span {
  color: #8d9196;
  font-size: 14px;
  width: 50%;
}
.availability-left strong {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  width: 50%;
}

.availability-price {
  text-align: center;
}
.availability-price strong {
  display: inline-block;
  padding: 20px 0;
  font-size: 25px;
  font-weight: 900;
  background: url(../images/common/price.svg) no-repeat 0;
  background-size: contain;
  margin-bottom: 10px;
}
.availability-price .icon {
  display: block;
  font-size: 16px;
  text-align: center;
  padding-bottom: 10px;
}
.availability-price .icon i {
  font-size: 16px;
}
.availability-price label {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #8d9196;
}

.alert-success {
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}
.alert-success:nth-child(2) {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-success:nth-child(3) {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-success a {
  letter-spacing: 1.5px;
  text-decoration: underline;
  font-weight: 600;
  padding: 0 5px;
  color: #721c24;
}

.inner_tabs-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion-item-left {
  width: 65%;
}

.inner-accordion-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-accordion-content ul li {
  padding: 10px 15px;
}
.inner-accordion-content small {
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}
.inner-accordion-content label {
  font-size: 14px;
  color: red;
}
.inner-accordion-content label.change-color {
  color: #28a745;
}
.inner-accordion-content span {
  color: #28a745;
  font-size: 14px;
}
.inner-accordion-content .rooms_select {
  border: 2px solid #005fbb;
  color: #005fbb;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 63px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: block;
  cursor: pointer;
}
.inner-accordion-content .rooms_select input {
  position: absolute;
  top: 0;
  opacity: 0;
}
.inner-accordion-content .rooms_select.active {
  background: #005fbb;
  color: #fcd600;
  border: 2px solid #fcd600;
}

[data-tooltip] {
  position: relative;
}
[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  background: black;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-family: "Source Sans Pro", sans-serif;
  top: 15px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  z-index: 9;
}

.all_show_rooms {
  text-align: center;
}
.all_show_rooms a {
  color: #152f3c;
  display: inline-block;
  text-decoration: underline;
  font-weight: 600;
  font-size: 15px;
  margin: 10px;
}
.all_show_rooms a:hover {
  color: #202020;
}

.flight-basket-box {
  width: 30%;
  margin-top: 26px;
}
.flight-basket-box .in-content {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.flight-basket-box .title {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: 5px;
  color: #152f3c;
}
.flight-basket-box .icons {
  color: #fcd600;
}
.flight-basket-box span {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 23px;
}
.flight-basket-box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.flight-basket-box label {
  font-size: 18px;
  font-weight: 600;
  color: #202020;
}
.flight-basket-box strong {
  font-size: 28px;
  font-weight: 700;
  color: #219ed9;
}

.book_flight {
  display: block;
  text-align: center;
  padding: 15px;
  background: #302259;
  cursor: pointer;
  margin-top: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.tabs-nav ul {
  border-bottom: 2px solid #ffcd22;
}
.tabs-nav li {
  display: inline-block;
  color: #202020;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}
.tabs-nav a {
  display: block;
  padding: 12px 15px;
  color: #202020;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}
.tabs-nav li.active {
  background: #152f3c;
  color: #fff;
}
.tabs-nav li.active a {
  color: inherit;
}

.tabs-content {
  padding: 10px;
  background: #fff;
  margin-top: -1px;
  overflow: hidden;
}
.tabs-content .inner-content:not(:first-child) {
  display: none;
}

.set {
  position: relative;
  width: 100%;
  height: auto;
  background: #152f3c;
  margin-top: 32px;
}
.set > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.set > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.set > a span i {
  margin-right: 5px;
}
.set > a i {
  float: right;
  margin-top: 2px;
}

.accordion-content {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
}
.accordion-content p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

.roommaindiv {
  display: none;
}
.roommaindiv:first-child {
  display: block;
}

#departuredestination {
  position: relative;
}

#arrivaldestination {
  position: relative;
}

#modifysearch form {
  display: block;
  width: 100%;
}
#modifysearch .modifysearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#modifysearch .modifysearch .input-div {
  width: 25%;
  padding: 10px;
}
#modifysearch .modifysearch .input-div label {
  display: block;
  color: #757070;
  margin-bottom: 10px;
}
#modifysearch .modifysearch .input-div input[type=text] {
  padding: 10px;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}
#modifysearch .modifysearch .input-div select {
  padding: 10px;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  background: url(../images/steps/down.svg) no-repeat 95%;
}
#modifysearch .modifysearch .input-div .roompassenger {
  position: relative;
}
#modifysearch .modifysearch .input-div .roompassenger .totalpassenger {
  padding: 13px;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  display: block;
}
#modifysearch .modifysearch .input-div .roompassenger .divpax_popup_main {
  position: absolute;
  min-width: 350px;
  background: #fff;
  border-radius: 5px;
  right: 0;
  top: 50px;
  z-index: 999;
  display: none;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
  max-height: 500px;
  overflow: auto;
}
#modifysearch .modifysearch .input-div .roompassenger .divpax_popup_main .roomdiv_pax h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  margin: 0 !important;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#modifysearch .modifysearch .input-div .roompassenger .divpax_popup_main .roomdiv_pax:first-child h2 {
  border-top: 0px solid #d6d6d6;
}
#modifysearch .modifysearch .input-div .roompassenger .divpax_popup_main .roomdiv_pax:first-child h2 i {
  display: none;
}
#modifysearch .modifysearch .input-div .roompassenger .divpax_popup_main .roomdiv_pax .single_pax_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}
#modifysearch .modifysearch .input-div .roompassenger .divpax_popup_main .roomdiv_pax .single_pax_list span {
  position: unset;
  font-size: 15px;
  color: #005fbb;
}
#modifysearch .modifysearch .input-div .roompassenger .divpax_popup_main .roomdiv_pax .single_pax_list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 65%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#modifysearch .modifysearch .input-div .roompassenger .divpax_popup_main .roomdiv_pax .single_pax_list > div input.inputdate {
  width: 85%;
  font-family: inherit;
  border: 1px solid #d6d6d6 !important;
  padding: 10px;
  padding-left: 30px;
}
#modifysearch .modifysearch .input-div .roompassenger .divpax_popup_main .roomdiv_pax .single_pax_list > div i {
  font-size: 18px;
  color: red;
  cursor: pointer;
}
#modifysearch .modifysearch .input-div .roompassenger .divpax_popup_main .roomdiv_pax .single_pax_list > div::before {
  content: "\f073";
  font-family: "Font Awesome 5 Pro";
  color: #fcd600;
  font-size: 19px;
  position: absolute;
  left: 8px;
}
#modifysearch .modifysearch .input-div .roompassenger .divpax_popup_main .roomdiv_pax .paxlist {
  padding: 10px;
}
#modifysearch .modifysearch .input-div .roompassenger .divpax_popup_main .btnlistdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: sticky;
  bottom: 0;
}
#modifysearch .modifysearch .input-div .roompassenger .divpax_popup_main .btnlistdiv .popuppaxsubmit {
  width: 50%;
  padding: 10px;
  text-align: center;
  background: #005fbb;
  color: #fcd600;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
}
#modifysearch .modifysearch .input-div .roompassenger .divpax_popup_main .btnlistdiv .popuppaxaddrooms {
  width: 50%;
  padding: 10px;
  text-align: center;
  color: #005fbb;
  background: #fcd600;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
}
#modifysearch .modifysearch .input-div .roompassenger .addpaxbtn {
  color: #000 !important;
  padding: 8px;
  display: block;
  text-align: center;
  background: #d6d6d6;
  cursor: pointer;
}
#modifysearch .modifysearch .input-div .roompassenger .single_pax_list[data-pax="1"] i {
  display: none;
}
#modifysearch .modifysearch .modifysearchbtndiv {
  width: 100%;
  display: block;
  text-align: right;
}
#modifysearch .modifysearch .modifysearchbtndiv .modifysearchbtn {
  padding: 10px;
  background: #fdd835;
  border-radius: 5px;
}

.guests-main-box {
  background: #fff;
  padding: 15px;
  margin: 20px 0;
}
.guests-main-box .heading {
  font-size: 22px;
  font-weight: 500;
}
.guests-main-box .heading span {
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  margin-left: 15px;
  font-weight: 500;
  vertical-align: middle;
}
.guests-main-box .heading span:hover {
  color: #0a3152;
}
.guests-main-box .heading span:hover i {
  color: #0a3152;
  border-color: #0a3152;
}
.guests-main-box .heading span i {
  color: #172330;
  font-size: 15px;
  margin-right: 5px;
  vertical-align: middle;
  border-bottom: 1px solid #172330;
}
.guests-main-box .roomsdata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.guests-main-box .roomsdata .bookingflightdetails {
  width: 28%;
  margin-top: 8px;
}
.guests-main-box .roomsdata .shadow {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 10px;
}
.guests-main-box .title {
  background: #152f3c;
  color: #fff;
  padding: 10px;
  margin: 10px 0;
}

.roomcontent {
  width: 100%;
}
.roomcontent .tabelbutton .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.roomcontent .tabelbutton .radio-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 2px solid #b9b6b6;
  border-radius: 5px;
  padding: 10px 10px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.roomcontent .tabelbutton .thisroomisselected {
  background-color: #0a3152;
  border: 2px solid #0a3152;
  color: #fff;
}
.roomcontent .roomPriceRow .tabelbutton {
  position: relative;
  margin: 0.5rem 0;
}

.guests-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  padding: 15px;
  background: #eff1f7;
  margin: 15px 0 20px;
}
.guests-input .input-box {
  background: #fff;
  padding: 6px 15px;
  width: 32%;
  border: 1px solid #abb1c5;
  border-radius: 5px;
  position: relative;
}
.guests-input .input-box:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  bottom: 4px;
  right: 20px;
  color: #9c9c9c;
}
.guests-input label {
  display: block;
  font-size: 14px;
}
.guests-input select {
  width: 100%;
  color: #9c9c9c;
  font-size: 15px;
  font-weight: 500;
}

.reload-rates {
  margin-bottom: 20px;
}
.reload-rates button {
  padding: 12px 0;
  border: 1px solid #abb1c5;
  border-radius: 5px;
  font-size: 18px;
  width: 100%;
  color: #2d3137;
}
.reload-rates button:hover {
  border-color: #172330;
}
.reload-rates i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 6px;
  color: #2d3137;
}

.luxury-rooom-main {
  border: 1px solid #abb1c5;
  border-radius: 5px;
  margin: 10px 0;
  width: 100%;
}

.luxury-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.roomallimg {
  width: 15%;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.roomallimg .in {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 5px;
}
.roomallimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.luxury-room-detail {
  padding-left: 15px;
  width: 85%;
}
.luxury-room-detail .getroomdetailsp {
  font-weight: 600;
  text-transform: uppercase;
}
.luxury-room-detail .title {
  font-size: 18px;
  font-weight: 500;
}
.luxury-room-detail label {
  display: block;
  font-size: 14px;
  padding: 4px 0;
}

.room-users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.room-users span {
  margin-right: 10px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 35px;
  border: 1px solid #abb1c5;
}
.room-users i {
  font-size: 14px;
}
.room-users i.spacetop {
  margin-top: 8px;
}

.room-inlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.room-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.room-items a {
  display: inline-block;
  color: #172330;
  font-size: 12px;
  padding: 3px;
  border: 1px solid #abb1c5;
  margin-right: 10px;
}
.room-items img {
  vertical-align: middle;
  margin-right: 2px;
}

.seeall {
  display: inline-block;
  margin-left: 15px;
  font-size: 12px;
  width: 10%;
}
.seeall:hover {
  color: #0a3152;
}

.room-tabel-list table {
  width: 100%;
  text-align: left;
}
.room-tabel-list th {
  background: #2d3137;
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  border-right: 1px solid #fff;
}
.room-tabel-list th:last-child {
  border: 0;
}
.room-tabel-list th:first-child {
  width: 280px;
}
.room-tabel-list th.meal {
  width: 32px;
}
.room-tabel-list tr {
  border-bottom: 1px solid #abb1c5;
}
.room-tabel-list tr:nth-child(2n+1) {
  background: #f7f7f7;
}
.room-tabel-list tr::last-child {
  border-bottom: 0;
}
.room-tabel-list td {
  padding: 5px 10px;
  border-right: 1px solid #abb1c5;
  font-size: 13px;
  vertical-align: middle;
}
.room-tabel-list td:last-child {
  border: 0;
}
.room-tabel-list td.inwidth {
  width: 32px;
  text-align: center;
  cursor: pointer;
}
.room-tabel-list td.tbutton {
  width: 160px;
}
.room-tabel-list span {
  display: block;
  font-size: 12px;
  color: #9c9c9c;
  display: block;
  font-size: 12px;
  color: #9c9c9c;
  display: block;
  font-size: 12px;
  color: #9c9c9c;
}
.room-tabel-list img {
  vertical-align: middle;
  margin-right: 2px;
}
.room-tabel-list label {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  display: block;
  padding-top: 5px;
  font-size: 14px;
}
.room-tabel-list small {
  font-size: 12px;
}
.room-tabel-list .inr-text span {
  font-size: 13px;
  color: #172330;
}
.room-tabel-list .inrprice strong {
  font-size: 16px;
  font-weight: 400;
}
.room-tabel-list .inrprice p {
  line-height: inherit;
  font-size: 13px;
}
.room-tabel-list .bycard {
  font-size: 14px;
  color: #1f2b30;
  font-weight: 500;
}
.room-tabel-list .tabelbutton {
  font-size: 13px;
  color: #1f2b30;
}
.room-tabel-list button {
  font-size: 15px;
  margin-left: 10px;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 600;
  color: #163849;
  vertical-align: middle;
}

.more-rates {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #9c9c9c;
  font-weight: 500;
}
.more-rates i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.cancelpolcytool {
  position: relative;
  cursor: pointer;
  color: green;
}

.toggel {
  display: none;
  background: #131313;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  color: #fff !important;
  font-weight: 400;
  z-index: 9;
}
.toggel sup {
  vertical-align: super;
}

.moreroom {
  background: #152f3c;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
}

.panel-flight-details .outbound {
  line-height: 28px;
}
.panel-flight-details .outbound h5 {
  background: rgba(214, 214, 214, 0.5882352941);
  padding: 8px;
  line-height: 18px;
}
.panel-flight-details .outbound .hotelInfoBarStar i {
  color: orange;
}

.in-totalprice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 5px;
}
.in-totalprice span {
  font-size: 16px;
}
.in-totalprice .total-price span {
  font-weight: 700;
}

.perroomistoselect.current {
  display: block;
}

.showMoremealtypeButton {
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  background: #fecb1c;
  color: #dc2124;
  font-weight: 700;
  cursor: pointer;
  border: 0;
}

.hideoverflow {
  overflow: hidden;
}

.roomdetailpopups {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  overflow: auto;
  display: none;
}
.roomdetailpopups .roomcontent {
  max-width: 800px;
  width: 100%;
  margin: 50px auto;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.roomdetailpopups .roomcontent .roomgallery_next {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.roomdetailpopups .roomcontent .roomgallery_next i {
  color: #fff;
}
.roomdetailpopups .roomcontent .roomgallery_prev {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  bottom: 0;
  cursor: pointer;
  margin: auto;
}
.roomdetailpopups .roomcontent .roomgallery_prev i {
  color: #fff;
}
.roomdetailpopups .roomcontent .closetranferpopupbtn {
  position: absolute;
  right: -19px;
  top: -32px;
  cursor: pointer;
}
.roomdetailpopups .roomcontent .closetranferpopupbtn img {
  width: 25px;
}
.roomdetailpopups .roomcontent > h4 {
  font-size: 18px;
  color: #005fba;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px;
}
.roomdetailpopups .roomcontent .roombasicinfo {
  padding: 15px;
}
.roomdetailpopups .roomcontent .roombasicinfo .facilitieshead {
  font-size: 18px;
  color: #005fba;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px;
}
.roomdetailpopups .roomcontent .roombasicinfo .facilitieshead img {
  width: 25px;
  vertical-align: middle;
}
.roomdetailpopups .roomcontent .roombasicinfo ul.faclist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.roomdetailpopups .roomcontent .roombasicinfo ul.faclist li {
  background: url(../images/common/no.svg) no-repeat 0;
  padding: 10px;
  padding-left: 10px;
  padding-left: 25px;
  font-size: 14px;
  width: 25%;
}
.roomdetailpopups .roomcontent .roombasicinfo ul.faclist li.active {
  background: url(../images/common/yes.svg) no-repeat 0;
}
.roomdetailpopups .roomcontent .roombasicinfo ul.faclist:last-child {
  border: 0;
}

.hotelbookbtnn {
  display: block;
  font-size: 14px;
  border: 2px solid #d6d6d6;
  padding: 10px 10px;
  text-align: center;
  color: #000;
  border-radius: 4px;
  cursor: pointer;
}
.hotelbookbtnn:hover {
  background-color: #0a3152;
  border: 2px solid #0a3152;
  color: #fff;
}

.policy {
  cursor: pointer;
  color: green;
}

.cont {
  padding: 30px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont-left {
  width: 40%;
  height: 440px;
}
.cont-left figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.cont-left figure img {
  width: 100%;
  height: 100%;
}

.demo-gallery {
  width: 58%;
  height: 440px;
  overflow: hidden;
}

.btn-lg {
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px;
}

.demo-gallery > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.demo-gallery > ul > li {
  width: 24%;
  height: 215px;
  display: inline-block;
  margin-bottom: 10px;
  list-style: outside none none;
}

.demo-gallery > ul > li a {
  border-radius: 3px;
  display: block;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  transition: -webkit-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}

.detail_popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

.detail_popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail_popup .inner_box {
  background: #fff;
  border-radius: 8px;
  padding: 25px 20px 20px;
  width: 560px;
  z-index: 99;
  position: relative;
}

.detail_popup .close_btn {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 1px;
}

.detail_popup i {
  color: #0d2132;
  font-size: 30px;
}

.detail_popup .heading {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  color: #0056a9;
}

.detail_popup .title {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

.detail_popup button {
  display: block;
  width: 100%;
  padding: 10px;
  background: #0a3152;
  color: #fff;
  font-size: 14px;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}

.choose_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.choose_date article {
  width: 50%;
  padding: 15px 15px 15px 0;
}

.choose_date article.right {
  border-left: 1px solid #ddd;
  padding: 10px 0 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.choose_date p {
  font-size: 15px;
}

.choose_date strong {
  margin-bottom: 8px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  display: block;
}

.choose_date .input_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.choose_date .input_date input {
  width: 49%;
  background: url(../images/detail/calendar.svg) no-repeat 95%;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 7px 26px 7px 8px;
}

.room_guest {
  border: 1px solid #ddd;
  padding: 7px 10px;
  margin-bottom: 8px;
}

.room_guest strong {
  display: block;
  margin-bottom: 0;
  font-size: 15px;
  background: url(../images/detail/down-arrow.svg) no-repeat 95%;
  cursor: pointer;
}

img {
  max-width: 100%;
}

.modify_search {
  display: inline-block;
  background: #0468c6;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  padding: 9px 15px;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
}

.popuppaxdetails {
  top: 39px;
  left: 0;
  bottom: 0;
  overflow-y: scroll;
  height: 235px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.sharebuttondiv {
  position: relative;
}

.share_button {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 10px;
  right: 0;
}
.share_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.share_button i {
  padding-right: 4px;
  font-size: 15px;
  display: inline-block;
}
.share_button .share {
  color: #000;
}
.share_button .whatsapp {
  color: #50cb5e;
}
.share_button .send-email {
  color: #ff7b39;
}

.email_popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
}
.email_popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.email_popup .inner_box {
  background: #fff;
  border-radius: 8px;
  padding: 30px 25px 25px;
  width: 500px;
  z-index: 99;
  position: relative;
}
.email_popup .title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 12px;
}
.email_popup label {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.email_popup input {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 8px;
  color: #000;
}
.email_popup input::-webkit-input-placeholder {
  opacity: 80%;
  color: #000;
}
.email_popup input::-moz-placeholder {
  opacity: 80%;
  color: #000;
}
.email_popup input:-ms-input-placeholder {
  opacity: 80%;
  color: #000;
}
.email_popup input::-ms-input-placeholder {
  opacity: 80%;
  color: #000;
}
.email_popup input::placeholder {
  opacity: 80%;
  color: #000;
}
.email_popup .close_btn {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 1px;
}
.email_popup i {
  color: #163849;
  font-size: 30px;
}

.Email_button {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.Email_button button {
  display: inline-block;
  padding: 8px 12px;
  background: #0077d7;
  color: #fff;
  border-radius: 5px;
}

.roomfliterbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.roomfliterbox .mainbox {
  display: block;
  text-align: left;
  margin: 5px;
  text-transform: capitalize;
}
.roomfliterbox .mainbox .filterheaad {
  display: block;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
}

.tp_section {
  margin: 45px 0 20px;
  color: #163849;
}
.tp_section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.tp_section .left_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.tp_section .icons i {
  color: #ffbd59;
  font-size: 16px;
}
.tp_section h2 {
  font-size: 32px;
  font-weight: 700;
}
.tp_section .right-content {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp_section .right-content strong {
  font-size: 28px;
  font-weight: 700;
  line-height: 20px;
}
.tp_section h3 {
  font-size: 28px;
  font-weight: 700;
}
.tp_section .intext {
  margin-top: 6px;
  margin-right: 15px;
}
.tp_section figure {
  line-height: 0;
}
.tp_section .big-text {
  padding: 20px 10px;
  background: #25ac03;
  color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.b_btn a {
  display: inline-block;
  margin-right: 15px;
  background: #ffbd59;
  color: #163849;
  padding: 2px 4px;
  border-radius: 2px;
}

.detail_searchbox {
  background: #163849;
  padding: 15px 0;
  position: relative;
}
.detail_searchbox .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l_mapbox {
  width: 22%;
}
.l_mapbox iframe {
  width: 100%;
  height: 100%;
}

.r_searchbox {
  width: 73%;
}

.sr_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sr_flex .middle-box {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
.sr_flex .input-box {
  width: 50%;
  position: relative;
  background: #fff;
  padding: 10px 12px;
  padding-left: 12px;
  padding-left: 50px;
  border-right: 1px solid #c4c5c4;
}
.sr_flex .input-box input {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
}
.sr_flex img {
  width: 25px;
  position: absolute;
  left: 12px;
  top: 15px;
}
.sr_flex span {
  color: #163849;
  font-weight: 600;
}
.sr_flex .input-group {
  width: 30%;
  border-radius: 5px;
  background: #fff;
  background: #fff;
  padding: 10px 12px;
  padding-left: 12px;
  padding-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.sr_flex strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.sr_flex label {
  color: #645f5f;
  font-weight: 600;
}
.sr_flex .hotel-search {
  width: 20%;
}

.date_intro {
  color: #fff;
  margin-top: 30px;
}
.date_intro ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
}
.date_intro ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.date_intro i {
  color: #ffbd59;
  font-size: 30px;
  margin-right: 10px;
}
.date_intro p {
  font-size: 13px;
  line-height: 20px;
}
.date_intro span {
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.submission {
  background: #fff7eb;
  padding: 15px;
  text-align: right;
  position: relative;
}

.available_rooms {
  padding: 25px 0;
  border-bottom: 1px solid #c4c5c4;
}
.available_rooms h2 {
  font-size: 30px;
  font-weight: 800;
  color: #163849;
  border-bottom: 1px solid #c4c5c4;
}

.widget_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.widget_row .big_imgs {
  width: 114px;
  margin: 10px 5px 0 0;
}
.widget_row .big_imgs img {
  width: 100%;
}

.tabel_inst {
  width: 100%;
}
.tabel_inst .title {
  font-size: 1.75rem;
}
.tabel_inst h2 {
  font-size: 14px;
  font-weight: 600;
}

.hotel_information h2 {
  font-size: 1.75rem;
  font-weight: 600;
}

.accordion-container {
  position: relative;
  height: auto;
  margin: 10px auto;
}

.set {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #c4c5c4;
}

.set > a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.set > a i {
  float: right;
  margin-top: 2px;
}

.content {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
}

.content p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

@media (max-width: 767px) {
  .hotel-left-info .container {
    display: block;
  }
  .hotel-left-info span {
    font-size: 26px;
  }
  .flight-top-bar {
    text-align: center;
  }
  .flight-top-bar .bgdiv {
    margin-bottom: 20px;
  }
  .flight-top-bar .bgdiv span {
    font-size: 16px;
  }
  .flight-top-bar .mapdiv {
    margin-top: 20px;
  }
  .flight-top-bar .container {
    display: block;
  }
  .header-bottom .dflex {
    padding: 20px 0;
  }
  .header-bottom .icon {
    padding: 0;
  }
  .hotel-left-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .hotel_star {
    width: 100%;
    padding: 15px 0 0;
  }
  .flight-top-bar span {
    font-size: 12px;
    padding: 0;
  }
  .listing-details-box {
    padding: 30px 0;
  }
  .listing-details-box .top-heading {
    display: none;
  }
  ul.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  ul.tabs li {
    padding: 8px 20px;
    font-size: 13px;
  }
  .description-content ul li {
    width: 50%;
    font-size: 12px;
    padding: 6px 6px 6px 0;
  }
  .guests-main-box {
    margin: 0;
    padding: 0;
  }
  .guests-main-box .roomsdata {
    display: block;
  }
  .guests-main-box .roomsdata .bookingflightdetails {
    width: 100%;
    margin-top: 20px;
  }
  .guests-main-box .title {
    font-size: 13px;
  }
  .roomcontent {
    width: 100%;
  }
  .tab-content {
    padding: 20px 15px;
  }
  .room-tabel-list tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .room-tabel-list th {
    width: 25% !important;
  }
  .room-tabel-list td {
    width: 50%;
  }
  .room-tabel-list label {
    padding: 0;
  }
  .share_button {
    display: none;
  }
  .close-map i {
    right: 19px;
    top: -7px;
  }
  .cont {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cont-left {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .demo-gallery > ul > li {
    height: auto;
  }
  .demo-gallery {
    width: 100%;
    height: 240px;
  }
  .lg-actions .lg-next,
  .lg-actions .lg-prev {
    color: #fff;
  }
  .choose_date {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .choose_date article {
    width: 100%;
  }
  .choose_date article.right {
    border: 0;
    border-top: 1px solid #ddd;
  }
  .tp_section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tp_section .container {
    display: block;
  }
  .tp_section h2 {
    font-size: 25px;
    margin-top: 5px;
  }
  .tp_section .left_row {
    display: block;
  }
  .tp_section .right-content {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    margin-top: 15px;
  }
  .cont-left figure {
    height: 250px;
  }
  .cont-left figure img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .detail_searchbox .container {
    display: block;
  }
  .l_mapbox {
    width: 100%;
  }
  .r_searchbox {
    width: 100%;
    margin-top: 10px;
  }
  .sr_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .sr_flex .middle-box {
    width: 100%;
  }
  .sr_flex img {
    top: 6px;
  }
  .sr_flex .input-group {
    width: 100%;
    margin: 0;
  }
  .sr_flex .hotel-search {
    width: 100%;
  }
  #roomstring img {
    top: 8px;
  }
  .daterangepicker.my-custom-css {
    top: 1193px !important;
  }
  .date_intro ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 15px;
  }
  .date_intro ul li {
    width: 48%;
  }
  .available_rooms h2 {
    font-size: 25px;
  }
  .tabel_inst .title {
    font-size: 22px;
  }
  .widget_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .widget_row .big_imgs {
    width: 100%;
  }
  .widget_row .big_imgs img {
    height: auto !important;
  }
  .set {
    margin-top: 18px;
  }
  .description-content ul {
    display: block;
    border: 0;
  }
  .description-content ul li {
    width: 100%;
    padding: 5px 10px;
  }
}