body {
  font-family: "Montserrat";
  font-size: 16px;
}
/* dirham font css start */
@font-face {
  font-family: "UAESymbol";
  src:
    url("fonts/font.woff2") format("woff2"),
    url("fonts/font.woff") format("woff"),
    url("fonts/font.ttf") format("truetype");
}
@font-face {
  font-family: "Untitled5";
  src:
    url("fonts/Untitled5.woff2") format("woff2"),
    url("fonts/Untitled5.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.dirham-symbol {
  font-family: "Untitled5" !important;
  font-size: 12px;
}

.dirham-symbol {
  display: inline-block !important;
  position: relative;
  top: -3px;
}

#selected-currency-symbol .dirham-symbol,
.currency-drop-down .dirham-symbol {
  top: 0 !important;
}

.home-featured-packages
  .featured_items_wrap
  .package-detail-tag
  span.dirham-symbol {
  font-size: 13px;
  text-transform: unset;
  display: inline;
  top: -2px;
  position: relative;
}
option {
}
.top-bar-lang-selector {
  font-family: "Untitled5";
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@font-face {
  font-family: "Sunset Trips";
  src: url("fonts/Sunset-Trips-Signature-Free-Font.ttf") format("truetype");
  src:
    url("fonts/Sunset-Trips-Signature-Free-Font.woff2") format("woff2"),
    url("fonts/Sunset-Trips-Signature-Free-Font.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("fonts/JosefinSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("fonts/JosefinSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("fonts/JosefinSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* ======================= */

:root {
  --primary_color: #144c60;
  --secondary_color: #d85e40;
  --dark_color: #15daff33;
  --heading_font_style: "Josefin Sans";
  --regular_font_style: "Montserrat";
  --subheading_font_style: "Sunset Trips";
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading_font_style);
  color: var(--primary_color);
  font-weight: 700;
}

p {
  color: rgba(19, 75, 95, 0.7);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat";
}

button {
  font-family: var(--heading_font_style);
  color: var(--secondary_color);
  padding: 12px 28px;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  border: 1px solid var(--secondary_color);
  border-radius: 7px;
  background-color: transparent;
}

button:hover {
  background-color: var(--secondary_color);
  color: #fff;
}

a {
  font-family: var(--heading_font_style);
  color: var(--secondary_color);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  line-height: 15px;
}

a:hover {
  color: var(--primary_color);
}

img {
  max-width: 100%;
}

.blink_me {
  animation: blinker 2s linear infinite;
  color: red;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.main_div {
  position: relative;
  z-index: 1;
}

.inner_banner_img_wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

#search-dropdown-sec.show,
#traveler-search-dropdown-sec.show {
  background-color: #fff;
}

.inner_banner_content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

.inner_pages_banner:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

.lightpick__tooltip {
  display: none !important;
}

.act-detail-map {
  word-break: break-all;
}

#result-selection {
  color: #028090;
  font-weight: 500;
  font-family: var(--heading_font_style);
}

.inner_banner_content .sub-heading-sec {
  line-height: 60px;
  font-size: 145px;
}

.inner_banner_content .main-heading-sec {
  color: #fff;
  font-size: 81px;
  text-transform: uppercase;
}

/*Home Banner Slider*/
.home_thumb_item img {
  cursor: pointer;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.home_thumb_item .hero_video,
.home_thumb_item iframe {
  height: 200px;
  min-height: 200px;
}
.home-slider-sec {
  overflow: hidden;
  position: relative;
}

.slider-galeria-home .home_slide_item-wrap img {
  max-height: 800px;
  height: 800px;
  background-size: cover;
  width: 100%;
  object-fit: cover;
}
.slider-galeria-home .hero_video,
.slider-galeria-home iframe {
  max-height: 800px;
  height: 800px;
  width: 100%;
  margin-bottom: -7px;
  min-height: 627px;
}
.slider-galeria-home .slider_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 810px;
  transition:
    transform 0.5s 0.5s,
    opacity 0.2s 0.5s;
  will-change: transform, opacity;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
}

.slider-galeria-home .home_slider_content {
  height: 100%;
  position: absolute;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  transform: translateY(-50%);
  opacity: 0;
}

.slider-galeria-home .banner-overlay {
  position: absolute;
}

.slider-galeria-home .slick-active .slider_overlay,
.slider-galeria-home .slick-active .home_slider_content {
  opacity: 1;
  transform: translateX(0);
}

.slider-galeria-home .home_slider_content span {
  color: #fff;
  font-size: 146px;
  font-family: var(--subheading_font_style);
  line-height: 50px;
}

.slider-galeria-home .home_slider_content h1 {
  letter-spacing: -0.03em;
  color: #e5f0dd;
  font-size: 81px;
  font-weight: 700;
  text-transform: uppercase;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 292px;
}

.home_slider_content .slider-btn {
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  padding: 10px 15px 10px;
  background: var(--secondary_color);
  border: 1px solid var(--secondary_color);
  border-radius: 7px;
  font-family: var(--heading_font_style);
  max-width: 130px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.home_slider_content .slider-btn:hover {
  background-color: #fff;
  color: var(--secondary_color);
}

.home-slider-sec .slider-galeria-thumbs {
  bottom: 10%;
  width: 50%;
  float: right;
  position: absolute;
  right: 0px;
}

.slider-galeria-thumbs .home_thumb_item:hover {
  transform: translateY(-10%);
  transition: all 0.5s ease-in-out;
}

.home-slider-sec .slider-galeria-thumbs .slick-track {
  padding-top: 50px;
}

.slider-galeria-thumbs .home_thumb_item {
  padding: 0px 15px;
}

.slider-galeria-thumbs .slick-list {
  padding: 0 20% 0 0;
}

.slider-galeria-thumbs .slick-dots {
  display: flex !important;
}

.slider-galeria-thumbs .slick-dots {
  display: flex;
  flex-wrap: nowrap;
  margin: 15px 0;
  border-radius: 50px;
  position: absolute;
  width: 100%;
  bottom: -50px;
  padding-left: 15px;
}

.slider-galeria-thumbs .slick-dots .slick-active {
  background: #fff !important;
}

.slider-galeria-thumbs .slick-dots li {
  margin: 0px;
  background: rgba(255, 255, 255, 0.3) !important;
  width: 100%;
  height: 3px;
  outline: none;
  /*min-width: 36%;*/
}

.slider-galeria-thumbs .owl-dot span {
  display: none !important;
}

.slider-galeria-thumbs .slick-prev {
  left: 13px;
}

.slider-galeria-thumbs .slick-next {
  left: 54px;
}

.slider-galeria-thumbs .slick-prev,
.slider-galeria-thumbs .slick-next {
  position: absolute;
  border-radius: 0px;
  bottom: -40% !important;
  z-index: 1;
  background-color: rgba(19, 75, 95, 0.5) !important;
  width: 41px !important;
  height: 42px !important;
  top: unset !important;
}

.slider-galeria-thumbs .slick-prev:hover,
.slider-galeria-thumbs .slick-next:hover {
  background-color: var(--secondary_color) !important;
}

.slider-galeria-thumbs .slick-prev:before,
.slider-galeria-thumbs .slick-next:before {
  width: 19px;
  height: 100%;
  content: "" !important;
  color: #000;
  font-size: 60px;
  line-height: 0;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.slider-galeria-thumbs .slick-prev:before {
  background-image: url(../images/banner-previous.svg);
}

.slider-galeria-thumbs .slick-next:before {
  background-image: url(../images/banner-next.svg);
}

/*End Home Banner Slider*/
/*header css*/
.website_header.sticky,
.traveler_top_bar_admin.sticky {
  position: fixed !important;
  z-index: 100;
  animation-name: stickySlideDown;
  padding: 0;
  transition: none;
  width: 100%;
  width: 100%;
  background-color: #fff;
}

.traveler_top_bar_admin.sticky {
  padding: 14px 0px 14px 20px;
  background-color: #e7f2f4;
}

.profile-login-header {
  max-width: 225px;
  position: relative;
  height: 100%;
}

.member-profile-logged-in .profile-admin-img {
  /* width: 28px; 
    flex: 0 0 14%; */
  box-sizing: border-box;
}

.member-profile-logged-in {
  padding: 0 30px 0 10px;
  justify-content: center;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
  height: 100%;
}

.member-profile-logged-in a:hover {
  color: var(--secondary_color);
}

.member-profile-logged-in b {
  font-family: var(--heading_font_style);
  font-size: 18px;
  color: var(--primary_color);
  font-weight: 600;
  line-height: 22px;
}

.member-profile-logged-in .profile_drop_down {
  position: absolute;
  top: 0px;
  right: 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  gap: 0;
  min-width: 200px;
  visibility: hidden;
  z-index: 9;
  align-items: flex-start !important;
}

.member-profile-logged-in .profile_drop_down li {
  padding: 5px 15px !important;
}

.member-profile-logged-in a,
.member-profile-logged-in li {
  font-weight: 400;
  font-family: var(--heading_font_style);
  font-size: 15px;
  color: var(--primary_color);
}

.member-profile-logged-in:hover .profile_drop_down {
  list-style: none;
  top: 80px;
  visibility: visible;
  transition: all 0.5s ease;
  padding: 10px 12px;
  width: 100%;
}

.member-profile-logged-in .profile_drop_down li a {
  font-family: var(--regular_font_style);
  font-size: 14px;
  font-weight: 600;
}

.nav_open_btn_mobile {
  display: none;
}

.nav__menu {
  display: none;
  margin-bottom: 0px;
  padding: 10px 0px;
  background-color: rgba(16, 130, 143, 0.1);
}

.nav__menu ul {
  padding: 0px;
}

.nav__menu .nav__submenu li a {
  padding-left: 50px;
}

.nav__menu li.nav__submenu.cat_res_sub li a img {
  max-width: 43px;
  margin-right: 10px;
}

.nav__menu li.nav__submenu.cat_res_sub li a {
  justify-content: flex-start;
  align-items: center;
}

.nav__submenu.nav-active ul li.nav-active a:first-child {
  background-color: rgba(43, 147, 43, 0.08);
}

.nav__submenu.nav-active ul li.nav-active > ul li a {
  background-color: transparent !important;
}

.nav__menu li.favorite-icon svg path {
  color: var(--primary_color);
  stroke: var(--primary_color);
}

.nav__menu .nav__submenu li ul li a {
  padding-left: 70px;
}

.nav__menu li {
  list-style: none;
  position: relative;
}

.nav__menu li a {
  padding: 20px 30px;
  display: flex;
  text-decoration: none;
  justify-content: space-between;
  font-weight: 600;
  font-size: 20px;
  font-family: var(--heading_font_style);
  color: var(--primary_color);
}

.nav__submenu.nav-active > a {
  color: var(--secondary_color);
  background-color: rgba(43, 147, 43, 0.15);
}

.nav__menu .nav__submenu > a:after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.875rem;
  padding-left: 5px;
  color: var(--primary_color);
}

.nav__menu .nav__submenu.nav-active > a:after {
  content: "\f106";
  color: var(--secondary_color);
}

.website_header li.drop_down_item a,
.traveler_top_bar_admin.traveler-menu li.drop_down_item a {
  padding: 12px 30px;
  font-family: var(--heading_font_style);
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  color: var(--primary_color);
}

.sub-menu-list li {
  min-height: 34px;
}

.website_header li.sub_menu_item a,
.region-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  color: var(--primary_color) !important;
}

.sub_menu_list_see_all_go_back .fa-arrow-left {
  color: rgba(20, 76, 96, 0.7) !important;
}

.web_navigation .activities_drop_down li:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
}

.web_navigation .activities_drop_down li:hover h4 {
  color: #fff;
}

.web_navigation .drop_down_holder:hover .activities_drop_down {
  display: block;
}

.web_navigation .drop_down_holder .sub-arrow i {
  transition: all 0.4s ease-in-out;
}

.member-profile-logged-in img {
  transition: all 0.4s ease-in-out;
}

.web_navigation .drop_down_holder:hover .sub-arrow i {
  transform: scale(-1);
}

.member-profile-logged-in:hover img {
  transform: scale(-1);
}

.member-profile-logged-in:hover .profile-admin-img img {
  transform: unset !important ;
}

.host-body {
  overflow-x: hidden;
}

.web_navigation .activities_drop_down {
  z-index: 9;
  position: absolute;
  left: 0;
  width: 90%;
  margin: auto;
  right: 0;
  display: none;
  top: 120px;
}

.host-body .web_navigation .activities_drop_down {
  top: 84px;
}

.web_navigation .activities_drop_down li:hover {
  background-position: left !important;
}

.web_navigation .activities_drop_down li {
  background: linear-gradient(to left, #f9f9f9 50.1%, #10828f 50%) right;
  background-size: 201% !important;
  transition: 0.5s ease-out;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.5%;
  min-width: 135px !important;
}

.web_navigation .activities_drop_down ul {
  padding: 0px;
  max-width: 100%;
  width: max-content;
  margin: 0 auto;
  height: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
  background: #f9f9f9;
  box-shadow:
    0 16px 24px rgb(3 54 63 / 16%),
    0 8px 16px rgb(3 54 63 / 4%),
    0 4px 8px rgb(3 54 63 / 4%),
    0 2px 4px rgb(3 54 63 / 2%),
    0 1px 2px rgb(3 54 63 / 4%),
    0 -1px 2px rgb(3 54 63 / 4%);
}

.web_navigation .activities_drop_down li img {
  margin: auto;
  max-height: 40px;
  width: 100%;
}

.web_navigation .activities_drop_down li h4 {
  text-align: center;
  font-family: var(--heading_font_style);
  color: rgba(20, 76, 96, 0.8);
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  margin-top: 14px;
}

.web_navigation .activities_drop_down a {
  width: 100%;
  display: block;
  padding: 32px 0px;
}

.web_navigation .drop_down_menu_wrap {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  max-width: 95%;
  margin: auto;
  top: 120px;
  z-index: 9;
}

.web_navigation .drop_down_menu_wrap ul {
  height: 100%;
  padding-left: 0px;
}

.website-header li.sub_menu_item a,
.traveler_top_bar_admin.traveler-menu li.sub_menu_item a {
  font-family: var(--regular_font_style) !important;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 34px;
  color: rgba(20, 76, 96, 0.7) !important;
}

.sub_menu_list_see_all_heading a {
  font-family: var(--heading_font_style) !important;
  font-weight: 900 !important;
  font-size: 17px !important;
}

.sub_menu_list_see_all i {
  font-size: 1.6rem;
  padding: 20px 0px 10px;
}

.sub_menu_list_see_all .sub_menu_item {
  min-width: 252px;
  display: inline-block;
}

.sub_menu_list_see_all_heading {
  display: block !important;
  min-width: 100% !important;
  color: var(--primary_color) !important;
}

.sub_menu_list_see_all .sub_menu_item:nth-child(5) {
  text-align: center !important;
}

.sub_menu_list_see_all {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 10;
  width: 100%;
  background:
    linear-gradient(0deg, rgba(16, 130, 143, 0.03), rgba(16, 130, 143, 0.03)),
    #ffffff;
  padding: 0;
  height: calc(100% - 100px);
}

.top-bar-lang-selector {
  background: transparent;
  color: #fff !important;
  border: none;
  width: 55px;
  -webkit-appearance: none;
  position: relative;
}

.top-bar-lang-selector option {
  color: #000;
}

.header_currency_seletor {
  position: relative;
  appearance: none;
  font-family: Arial, sans-serif;
  display: inline-block;
}

.header_currency_seletor::after {
  background: url(https://uat.tidaltrip.com/assets/images/Currency_Select_icon_round_1.svg);
  position: absolute;
  right: 0px;
  top: 64%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
  font-size: 14px;
  left: 60px;
  content: "";
  background-size: contain;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
}

.top-bar-lang-selector:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

ul.drop_down_menu {
  /* display: none; */
  flex-direction: row;
  display: flex;
  padding: 30px 0px;
  background:
    linear-gradient(0deg, rgba(16, 130, 143, 0.03), rgba(16, 130, 143, 0.03)),
    #ffffff;
  margin: 0;
  text-align: center;
  min-width: 200px;
  width: 100%;
  border-radius: 0px;
  box-shadow:
    0 16px 24px rgb(3 54 63 / 16%),
    0 8px 16px rgb(3 54 63 / 4%),
    0 4px 8px rgb(3 54 63 / 4%),
    0 2px 4px rgb(3 54 63 / 2%),
    0 1px 2px rgb(3 54 63 / 4%),
    0 -1px 2px rgb(3 54 63 / 4%);
}

.sub_menu_item.sub_menu_item_see_all .see_all_nav_triger,
.traveler_top_bar_admin.traveler-menu
  .sub_menu_item.sub_menu_item_see_all
  .see_all_nav_triger {
  font-family: var(--heading_font_style) !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  color: #028090 !important;
}

.sub_menu_item.sub_menu_item_see_all .see_all_nav_triger:hover {
  color: var(--secondary_color) !important;
}

ul.drop_down_menu li.drop_down_item {
  width: 20%;
  text-align: left;
}

.drop_down_holder:hover .drop_down_menu_wrap {
  display: block;
}

.ulsub_menu_list_see_all_hide {
  display: none !important;
}

#dual-calender-search .ui-datepicker-multi,
#res-dual-calender-search .ui-datepicker-multi {
  display: none;
}

.dual-calender-select {
  padding-right: 30px;
  display: flex;
  align-items: center;
}

#dual-calender .form_item_get {
  left: -32.6%;
  right: 0px;
  width: 34em;
  background-color: #fff;
  border-radius: 0px;
}

.ui-datepicker-multi.ui-datepicker-multi-2 {
  margin-top: 18px;
  border: 1px solid #c5c5c5;
  border-top: none !important;
}

.dual-calender-select-wrap {
  margin: 5px auto 13px;
  /*max-width: 520px;*/
  display: flex;
}

.dual-calender-select-wrap .dual-calender-select select {
  font-family: var(--regular_font_style);
  font-weight: 500;
  font-size: 12px;
}

.dual-calender-select-wrap label {
  margin-bottom: 0px;
  line-height: 23px;
  padding-right: 5px;
}

.lightpick__month-title {
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  justify-content: center;
}

.dual-calender-select-wrap select {
  border: none !important;
  min-height: unset !important;
  padding: 0px 14px 0px 0px !important;
  background-color: transparent !important;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 100% 6px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.ui-datepicker.ui-datepicker-multi .ui-datepicker-header {
  background-color: transparent;
  border: none;
}

.ui-datepicker.ui-datepicker-multi .ui-state-default,
.ui-datepicker.ui-datepicker-multi .ui-widget-content .ui-state-default {
  padding: 10px;
  border: none;
  background: transparent;
  text-align: center;
}

.ui-datepicker.ui-datepicker-multi .ui-datepicker-calendar tr {
  border-bottom: 1px solid rgba(197, 197, 197, 0.3);
}

.ui-datepicker.ui-datepicker-multi .ui-state-default:hover,
.ui-datepicker.ui-datepicker-multi .ui-widget-content .ui-state-default:hover {
  color: #fff;
  background: var(--secondary_color);
}

.ui-datepicker.ui-datepicker-multi .ui-state-active,
.ui-datepicker.ui-datepicker-multi .ui-widget-content .ui-state-active {
  background: var(--secondary_color);
}

#search-dropdown-sec.show,
#traveler-search-dropdown-sec.show {
  right: 0px;
}

#search-dropdown-sec .search_form_wrap form .search_form_listing,
#traveler-search-dropdown-sec .search_form_wrap form .search_form_listing {
  width: 100%;
}

#dual-calender-search,
#res-dual-calender-search {
  height: 28px;
  border: 1px solid #aaa !important;
  width: 100%;
  margin-top: 10px;
}

.header-search input,
.search-responsive-form input {
  color: var(--primary_color);
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  font-family: var(--heading_font_style);
  padding: 8px 10px 6px;
  border: 1px solid rgba(20, 76, 96, 0.1);
  width: 88%;
}

.header-search input:focus,
.search-responsive-form input:focus {
  outline-color: #028090;
}

.header-search button,
.search-responsive-form button {
  float: right;
  padding: 6px 10px;
  margin-right: 1px;
  background: #028090;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-radius: 0px;
}

.header-search form {
  height: 40px;
}

.header-search form,
.search-responsive-form form {
  margin: unset;
  justify-content: center;
  display: flex;
}

#responsive-search-dropdown .search_form_listing .normal_search_form {
  flex-direction: column;
}

#responsive-search-dropdown .search_form_listing {
  width: 100%;
}

#responsive-search-dropdown .search_form_wrap form {
  height: unset;
}

#responsive-search-dropdown .search_form_item {
  width: 100%;
}

#responsive-search-dropdown .search_form_item {
  padding: 13px 10px;
}

.website_header ul.web_navigation,
.traveler_top_bar_admin.traveler-menu ul.web_navigation {
  padding: 30px 0px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.website_header .navigation_group {
  align-items: center;
}

.web_navigation li {
  cursor: pointer;
  list-style-type: none;
}

.web_navigation li a {
  font-weight: 600;
  font-size: 18px;
  font-family: var(--heading_font_style);
  padding: 35px 16px;
  line-height: 18px;
  color: var(--primary_color) !important;
  text-decoration: none;
  list-style-type: none;
}

.main-div.website_header {
  z-index: 999999;
  position: relative;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
}

.main-div.website_header .row {
  width: 100%;
  margin: 0px;
}

.website_header .col-lg-6 {
  padding-right: 0px;
}

.website_header .col-lg-2 {
  text-align: center;
}

.traveler_top_bar_admin .traveler-profile-logged-in {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
}

.traveler_top_bar_admin .traveler_profile_drop_down {
  position: absolute;
  top: 0px;
  right: 0;
  display: flex;
  flex-direction: column;
  background-color: #e7f2f4;
  gap: 0;
  min-width: 220px;
  visibility: hidden;
  z-index: 9;
  align-items: flex-start !important;
}

.traveler-profile-logged-in:hover .traveler_profile_drop_down {
  top: 70px;
  visibility: visible;
  transition: all 0.5s ease;
  padding: 10px 12px;
}

.traveler-profile-logged-in .traveler_profile_drop_down li {
  padding: 5px 15px !important;
}

.traveler_profile_drop_down li {
  width: 100%;
}

.web_navigation li.web_navigation-item span.sub-arrow {
  padding-left: 10px;
}

.web_navigation li a svg {
  opacity: 0.3;
}

.website_header .btn_wrap {
  margin-right: 40px;
}

.btn.btn_defaults {
  font-family: var(--heading_font_style);
  color: var(--secondary_color);
  padding: 14px 28px;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  border: 1px solid var(--secondary_color);
  border-radius: 7px;
}

.btn_wrap {
  height: 40px;
  background: transparent;
}

.btn_wrap a.btn:focus {
  outline: none;
}

.btn.btn_defaults:hover,
.btn.btn_defaults:focus,
.btn.btn_defaults:focus-visible {
  background-color: var(--secondary_color);
  color: #fff;
}

.btn.blue_btn:hover,
.btn.blue_btn:focus,
.btn.blue_btn:focus-visible {
  color: #fff;
  background-color: var(--primary_color);
}

.website_header .nav_open_btn {
  cursor: pointer;
  padding: 0px 30px;
  height: 100%;
  background-color: #10828f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.website_header .nav_open_btn_mobile {
  cursor: pointer;
  padding: 30px;
  height: 100%;
  background-color: #10828f;
  display: none;
}

.website_header li.favorite-icon svg path {
  color: rgba(20, 76, 96, 0.3);
}

.website_header li.favorite-icon a:hover svg path {
  stroke: var(--secondary_color);
}

.website_header li.favorite-icon a:hover svg {
  opacity: 1;
}

.website_header .nav_open_btn:hover {
  background-color: var(--secondary_color);
}

.web_navigation li a:hover {
  color: var(--secondary_color) !important;
}

.drop_down_menu_wrap .sub-menu-list li a:hover {
  font-size: 15px;
  transition: 0.5s ease-in-out;
}

.header-search button:hover {
  background-color: var(--secondary_color);
}

/*end header css*/
/*search css*/
#search-dropdown-sec label,
#search-dropdown-sec .search_form_item strong,
#responsive-search-dropdown label,
#responsive-search-dropdown .search_form_item strong,
#traveler-search-dropdown-sec label,
#traveler-search-dropdown-sec .search_form_item strong {
  display: block;
  font-family: var(--heading_font_style);
  font-weight: 600;
  font-size: 15px;
  color: var(--primary_color);
}

.search_form_listing .d-flex {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

#search-dropdown-sec input,
#search-dropdown-sec input::placeholder,
#responsive-search-dropdown input,
#responsive-search-dropdown input::placeholder,
#traveler-search-dropdown-sec input,
#traveler-search-dropdown-sec input::placeholder {
  font-size: 13px;
  font-family: var(--regular_font_style);
  border: none;
  min-height: 0px;
  padding: 0px;
  color: var(--primary_color);
  font-weight: 500;
}

/*.search_form_item .fa-angle-down:before {
    width: 9px;
    background-repeat: no-repeat;
    background-position: 96% 23px;
    content: url(../images/select-icon.svg);
    height: 6px;
    display: block;
}*/
.search_form_item #dual-calender .fa-angle-down:before {
  content: url(../images/search-calender.svg);
  height: 11px;
  width: 11px;
}

#search-dropdown-sec .search_form_item:nth-of-type(4),
#responsive-search-dropdown .search_form_item:nth-of-type(4),
#traveler-search-dropdown-sec .search_form_item:nth-of-type(4) {
  border-right: 0px;
}

#search-dropdown-sec .search_icon,
#responsive-search-dropdown .search_icon,
#traveler-search-dropdown-sec .search_icon {
  width: 50px;
  height: 50px;
  border-radius: 7px;
  background-color: var(--secondary_color);
  display: flex;
  justify-content: center;
  align-items: center;
}

#search-dropdown-sec input::placeholder,
#responsive-search-dropdown input::placeholder,
#traveler-search-dropdown-sec input::placeholder {
  color: rgba(20, 76, 96, 0.5);
}

.search_form_item.search_button {
  margin-right: 40px;
  width: 50px !important;
}

#search-dropdown-sec input:focus,
#responsive-search-dropdown input:focus,
#traveler-search-dropdown-sec input:focus {
  outline: none;
}

#search-dropdown-sec .search_form_wrap,
#responsive-search-dropdown .search_form_wrap,
#traveler-search-dropdown-sec .search_form_wrap {
  padding: 14px 0px;
  background-color: #fff;
}

#search-dropdown-sec .header-search-top label,
#responsive-search-dropdown .header-search-top label,
#traveler-search-dropdown-sec .header-search-top label {
  font-weight: 600;
  color: var(--secondary_color);
  font-size: 15px;
  font-family: var(--heading_font_style);
  padding: 30px 20px;
  display: flex;
  justify-content: center;
}

#search-dropdown-sec .search_form_wrap form,
#responsive-search-dropdown .search_form_wrap form,
#traveler-search-dropdown-sec .search_form_wrap form {
  margin-bottom: 0px;
}

#search-dropdown-sec .header-search-top,
#responsive-search-dropdown .header-search-top,
#traveler-search-dropdown-sec .header-search-top {
  border-bottom: 3px solid #d85e40;
  display: flex;
  /*margin: 0px auto 0px 16.66666667%;*/
  margin: 0px auto;
  background-color: #f8fbfc;
  justify-content: center;
  /*width: 33.33333333%;*/
  width: 386px;
}

#search-dropdown-sec .header-search-top .header-search-txt,
#traveler-search-dropdown-sec .header-search-top .header-search-txt {
  width: 33.33%;
}

#search-dropdown-sec,
#responsive-search-dropdown,
#traveler-search-dropdown-sec {
  display: none;
}

#search-dropdown-sec.show,
#responsive-search-dropdown.show,
#traveler-search-dropdown-sec.show {
  display: block;
  position: absolute;
  top: 0px;
  z-index: 2;
  width: 100%;
}

.search_sec_wrap {
  position: relative;
  padding: 14px 0px;
  background: #f8fbfc;
}

/*.form_item_get {
 display: none;
    position: absolute;
    top: 60px;
    left: -40px;
    width: 300px;
    padding: 25px 30px 20px;
    background-color: #FBFDFB;
    z-index: 3;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}*/

.search_form_item {
  cursor: pointer;
  padding: 0px 30px 0px 20px;
  border-right: 1px solid rgba(20, 76, 96, 0.1);
  position: relative;
  width: 22%;
}

.search_form_item_icon {
  top: 21px;
  position: relative;
}

.simple_search_form .dual-celender-sec .search_form_item_icon {
  top: 21px;
  position: relative;
  left: 12px;
}
/*end search css*/
/*Humburger css*/
.website_navigation .nav_close_btn {
  cursor: pointer;
  display: flex;
  background-color: #10828f;
  height: 86px;
  width: 86px;
  justify-content: center;
  align-items: center;
  left: -86px;
  position: absolute;
  top: 0px;
}

.website_navigation_item_btn .btn_wrap a {
  font-size: 18px;
  height: 50px;
  width: 100%;
}

.website_navigation_item_btn .btn_wrap {
  height: unset;
  margin-top: 20px;
  width: 100%;
}

.website_nav_item_wrap::-webkit-scrollbar {
  height: 200px;
  width: 8px;
}

/* Track */
.website_nav_item_wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(216, 94, 64, 0.5);
}

/* Handle */
.website_nav_item_wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(216, 94, 64, 0.7);
}

.website_navigation_item_btn .btn_defaults.orange_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.website_navigation .website_navigation_item:last-child {
  border-bottom: none !important;
}

.website_navigation_item_btn .btn_wrap:last-child a {
  color: var(--secondary_color);
  background-color: transparent;
  border: 1px solid var(--secondary_color);
}

.website_navigation_item_btn .btn_wrap:hover:last-child a {
  background-color: var(--secondary_color);
  color: #fff;
}

.website_navigation_item:nth-of-type(1) strong {
  font-size: 22px !important;
  font-weight: 600 !important;
}

.website_navigation_item:nth-of-type(1) {
  border-bottom: none !important;
  padding: 30px !important;
  margin: 0px -30px;
  background: rgba(16, 130, 143, 0.05);
}

.website_navigation .website_navigation_item {
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  padding: 30px 0px;
}

.website_navigation#open_nav {
  display: block;
}

.website_navigation {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 100vh;
  z-index: 3;
  background-color: #fff;
  display: flex;
  float: right;
  display: none;
  padding: 0px;
}

.website_nav_item_wrap {
  height: 100vh;
  overflow-y: auto;
  padding: 0px 30px 50px 30px;
}

.website_navigation .website_navigation_item:hover strong {
  font-weight: 900;
  transition: 0.5s ease-in-out;
  color: var(--secondary_color) !important;
}

.website_navigation .website_navigation_item strong {
  font-weight: 500;
  color: var(--primary_color);
  font-family: var(--heading_font_style);
  font-size: 20px;
}

.website_navigation .nav_close_btn:hover {
  background-color: var(--secondary_color);
}

/*end Humburger css*/
/*home categories slider*/
.home-categories-sec .cat-slider-content {
  background: linear-gradient(to left, #f9f9f9 50.1%, #10828f 50%) right !important;
  background-size: 201% !important;
  transition: 0.5s ease-out;
  flex-direction: column;
  display: flex;
  height: 105px;
  /*border: 1px solid #FFFFFF;*/
  justify-content: center;
}

.home-categories-sec .cat-slider-content a {
  justify-content: flex-end;
  flex-direction: column;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 10px;
}

.web_navigation .activities_drop_down li a {
  justify-content: flex-end;
  flex-direction: column;
  display: flex;
  height: 100%;
  align-items: center;
}

.home-categories-sec .cat-slider-content:hover {
  /*border:  none !important;*/
  border: none;
  background-position: left !important;
}

.home-categories-sec .cat-slider-content:hover h4 {
  color: #fff;
}

.home-categories-sec .cat-slider-content:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
}

.home-categories-sec h4 {
  text-align: center;
  font-family: var(--heading_font_style);
  color: rgba(20, 76, 96, 0.8);
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  margin-top: 14px;
}

.home-categories-sec .cat-slider-content img {
  max-height: 40px;
}

.home-categories-sec .container-fluid {
  padding: 0px;
}

.home-categories-sec .owl-carousel {
  margin: 0px;
}

.home-categories-sec .owl-nav {
  margin-top: 0px !important;
  display: flex !important;
}

.home-testimonial-sec .owl-nav.disabled {
  display: none !important;
}

.home-about-sec img {
  min-height: 475px;
  width: 100%;
  object-fit: cover;
  max-width: fit-content;
}

.home-about-sec .col-md-7:last-child {
  padding-right: 30px;
}

.home_booking_slider_sec .booking_slider_wrap .owl-item img {
  height: 205px;
  width: 100%;
  object-fit: cover;
}

.home-categories-sec .owl-nav button {
  border-radius: 0px !important;
  margin: 0px !important;
  background-color: #134b5f !important;
  width: 48px;
  height: 105px;
}

.home-categories-sec .owl-nav button:hover {
  background-color: var(--secondary_color) !important;
}

.home-categories-sec .owl-carousel {
  display: flex !important;
  flex-direction: row-reverse;
  padding-left: 86px;
  position: relative;
}

.home-categories-sec .owl-carousel .owl-nav.disabled {
  position: absolute;
  left: 0;
}

.home-categories-sec {
  overflow: hidden;
}

/*end home categories slider*/
/*home img text sec*/
.home-imgtext-sec {
  padding: 90px 0px 40px;
}

.home-imgtext-sec .container {
  background-color: rgba(216, 94, 64, 0.1);
}

.home-imgtext-sec img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  border-radius: 0px 120px 0px 0px;
}

.home-imgtext-sec h3,
.home-textimg-sec h3 {
  color: var(--primary_color);
  font-family: var(--heading_font_style);
  font-weight: 600;
  font-size: 30px;
  line-height: 28px;
}

.home-imgtext-sec p,
.home-textimg-sec p {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--primary_color);
  font-family: "Montserrat";
}

.home-imgtext-sec .home-desc-txtwrap {
  padding-left: 10px;
}

.home-imgtext-sec .col-md-6:first-child {
  padding-left: 0px;
}

.home-contact-form .btn:hover {
  background-color: var(--secondary_color);
  color: #fff;
}

.home-textimg-sec .container {
  background-color: rgb(16, 130, 143, 0.1);
}

.home-textimg-sec .col-md-6:last-child {
  padding-right: 0px;
}

.home-textimg-sec img {
  width: 100%;
  /*height: 240px;*/
  object-fit: cover;
  border-radius: 120px 0px 0px 0px;
  float: right;
}

.top-destination-slider .destination-content-wrap img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}

.my-proper-list-col-content p {
  color: var(--primary_color);
  font-size: 14px;
}

.home-textimg-sec {
  padding-top: 100px;
}

.home-textimg-sec .home-desc-txtwrap {
  padding-left: 40px;
  padding-bottom: 30px;
  padding-top: 30px;
}

/*end home img text sec*/

/*top destination slider*/
.featured-pack-content .fps-top-sec {
  justify-content: flex-start;
}

.featured_items_wrap .featured_carousel_item_img:hover .slick-active img {
  transition: all 0.5s ease-in-out !important;
  transform: scale(1.1);
}

.home-top-destinations span,
.home-featured-packages .packages-top-sec span {
  display: flex;
  color: var(--secondary_color);
  font-family: var(--subheading_font_style);
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 14%;
  text-align: center;
  justify-content: center;
}

.home-top-destinations h3,
.packages-top-sec h3 {
  color: var(--primary_color);
  font-family: var(--heading_font_style);
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
}

.home-top-destinations p {
  color: rgba(19, 75, 95, 0.7);
  font-family: var(--regular_font_style);
  font-weight: 500;
  font-size: 16px;
  max-width: 330px;
}

.home-top-destinations .destination-content-sec {
  position: relative;
  max-width: 350px;
  margin-right: 0px;
  float: right;
}

.top-destination-slider .destination-content {
  position: absolute;
}

.top-destination-slider .destination-content-wrap {
  position: relative;
}

.top-destination-slider .destination-content {
  position: absolute;
  bottom: 10px;
}

.top-destination-slider .destination-content h4 {
  color: #fff;
  font-family: var(--heading_font_style);
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  padding-left: 15px;
}

.top-destination-slider .owl-stage-outer {
  padding-top: 100px;
  right: -10%;
}

.top-destination-slider .owl-dots.disabled {
  display: flex !important;
}

.top-destination-slider .owl-dots,
.home-blog-slider .owl-dots,
.home-packages-slider .owl-dots,
.home-instagram-slider .owl-dots {
  display: flex;
  flex-wrap: nowrap;
  margin: 15px 0;
  border-radius: 50px;
  position: absolute;
  width: 100%;
  bottom: -60px;
  right: -10%;
}

.top-destination-slider button.owl-dot.active,
.home-blog-slider button.owl-dot.active,
.home-packages-slider button.owl-dot.active,
.home-instagram-slider button.owl-dot.active {
  background: rgba(19, 75, 95, 0.5) !important;
}

.top-destination-slider button.owl-dot,
.home-blog-slider button.owl-dot,
.home-packages-slider button.owl-dot,
.home-instagram-slider button.owl-dot {
  background: rgba(19, 75, 95, 0.1) !important;
  width: 100%;
  height: 3px;
  outline: none;
}

.top-destination-slider .owl-dot span,
.home-blog-slider button.owl-dot span,
.home-packages-slider button.owl-dot span,
.home-instagram-slider button.owl-dot span {
  display: none !important;
}

.home-top-destinations .top-destination-slider {
  padding-bottom: 60px;
}

.home-top-destinations .top-destination-slider .owl-item:hover {
  transform: translateY(-20%);
  transition: all 0.5s ease-in-out;
}

.home-top-destinations {
  overflow: hidden;
}

/*end top destination slider*/
/*featured packages section*/
.main-featured-package .featured-pack-img:hover .slick-active figure img {
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
}

.home-featured-packages,
.home-res-featured-packages {
  overflow-x: clip;
  padding-bottom: 70px;
  background-color: #e5f0dd;
  margin-top: 90px;
  position: relative;
}

.home-featured-packages:before,
.related_blogs:before,
.home-res-featured-packages:before {
  left: 1%;
  stroke-width: 0;
  fill: #347dff;
  animation: wave 10s infinite linear;
  display: block;
  width: 110%;
  background-image: url(../images/featured-zigzag.png);
  content: "";
  top: -10px;
  height: 22px;
  background-size: cover;
  position: absolute;
}

.home-featured-packages .packages-top-sec .pack-left-col {
  max-width: unset;
}

.packages-top-sec .pack-left-col {
  padding-bottom: 30px;
  max-width: 390px;
}

.main-featured-package {
  background-color: #fff;
}

.main-featured-package .featured-pack-content {
  padding: 0px 50px 0px 30px;
  position: relative;
}

.featured-pack-content svg {
  position: absolute;
  right: 14px;
  top: -158px;
}

.featured-pack-content svg:hover path {
  stroke: #fff;
  fill: var(--secondary_color);
}

.home-featured-packages .packages-top-sec {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.package-detail-tag {
  z-index: 1;
  padding: 22px;
  background-color: var(--secondary_color);
  position: absolute;
  top: 0px;
  right: 0px;
}

.main-featured-package .featured-pack-img:hover figure:before {
  visibility: visible;
}

.main-featured-package .featured-pack-img figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(20, 76, 96, 0.4);
  visibility: hidden;
}

.main-featured-package .featured-pack-img {
  overflow: hidden;
  position: relative;
}

.main-featured-package .featured-pack-img img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}

.package-detail-tag span {
  color: #fff;
  font-family: var(--heading_font_style);
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  display: block;
  text-align: center;
  padding-bottom: 5px;
}

.package-detail-tag strong {
  color: #fff;
  font-family: var(--heading_font_style);
  font-weight: 600;
  font-size: 23px;
  line-height: 24px;
}

.fps-top-sec {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fps-top-sec .fcc_rating {
  padding-left: 22px;
}

.fcc_rating .fa-star:before {
  color: rgba(255, 166, 80, 1);
}

.fps-top-sec span {
  color: rgba(20, 76, 96, 0.7);
  font-family: var(--heading_font_style);
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
}

.main-featured-package h3,
.main-featured-package h3 a,
.featured_carousel_item h3,
.featured_carousel_item h3 a {
  color: #144c60;
  font-family: var(--heading_font_style);
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
}

.home-featured-packages h3 a:hover {
  color: var(--secondary_color);
}

.home-featured-packages p {
  color: rgba(20, 76, 96, 0.7);
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  max-width: 380px;
}

.featured-tags_listing ul {
  flex-wrap: wrap;
  padding: 0px;
  display: flex;
  list-style-type: none;
}

.featured-tags_listing li {
  text-transform: uppercase;
  color: #144c60;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 10px;
  line-height: 25px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0px 14px;
  list-style: none;
  border: 1px solid rgba(22, 22, 22, 0.1);
  border-radius: 30px;
}

/*.featured-tags_listing li:hover {
    color: #fff;
    background-color: var(--secondary_color);
    border: 1px solid var(--secondary_color);
}*/
.featured-tags_listing ul:empty {
  display: none;
}

.fps-top-sec .fps_loc_date img:hover {
  filter: invert(44%) sepia(38%) saturate(940%) hue-rotate(325deg)
    brightness(97%) contrast(94%);
}

.home-featured-packages .featured_items_wrap {
  padding-top: 30px;
}

.home-featured-packages .featured_items_wrap img.featured-item-img,
.home-featured-packages .featured_items_wrap figure img {
  height: 270px;
  object-fit: cover;
  width: 100%;
}

.featured_items_wrap .featured_carousel_item_img {
  overflow: hidden;
  position: relative;
}

.featured_items_wrap .featured_carousel_item_img:hover figure:before,
.blog_slide_item_badge .blog-item-img:hover figure:before,
.traveler-wishlist-listing .booking_slider_wrap:hover figure:before {
  visibility: visible;
}

.featured_items_wrap .featured_carousel_item_img figure:before,
.blog_slide_item_badge .blog-item-img figure:before,
.traveler-wishlist-listing .booking_slider_wrap figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(20, 76, 96, 0.4);
  visibility: hidden;
}

.featured_carousel_item_img .package-detail-tag {
  bottom: 0px;
  top: unset;
}

.featured_carousel_item .featured_carousel_tags {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.featured_carousel_tags .social_share_single {
  right: 20px;
  width: 44px;
  height: 44px;
  background-color: rgb(187 186 186 / 67%);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  z-index: 2;
}

.featured_carousel_tags .social_share_single svg path {
  stroke: #fff;
}

.featured_carousel_item .featured_carousel_item_content {
  background-color: #fff;
  padding: 17px;
}

.fps-top-sec {
  justify-content: space-between;
}

.featured_carousel_item .featured_carousel_item_content h3,
.featured_carousel_item .featured_carousel_item_content h3 a {
  font-size: 22px;
  margin: 14px 0px;
}

.featured_carousel_item .featured-tags_listing ul {
  margin-bottom: 0px;
}

/*end featured packages section*/
/*footer css*/
.footer_link_list li a:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--secondary_color);
  position: absolute;
  top: 100%;
  left: 0;
  transition: width 0.3s ease-in-out;
}

.footer_link_list li a:hover:before {
  width: 100%;
  z-index: 9;
}

.footer_wrap {
  overflow-x: clip;
  padding-bottom: 30px;
  padding-top: 100px;
  position: relative;
  background-color: #144c60;
}

.footer_wrap:before {
  left: 1%;
  stroke-width: 0;
  fill: #347dff;
  animation: wave 10s infinite linear;
  display: block;
  width: 110%;
  background-image: url(../images/footer_zigzag.png);
  content: "";
  top: -10px;
  height: 22px;
  background-size: cover;
  position: absolute;
}

.footer_wrap .footer_link_listing_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_wrap .footer_link_list {
  font-family: var(--heading_font_style);
}

.footer_link_list ul {
  padding-top: 10px;
  padding-left: 0px;
}

.footer_link_list li a,
.footer_rights p {
  position: relative;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.5);
}

.footer_link_list li a:hover {
  color: var(--secondary_color);
}

.footer_link_list li {
  list-style-type: none;
  text-decoration: none;
}

.footer_link_list strong {
  line-height: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.footer_rights ul.social_icons.social_icons_footer {
  display: flex;
  padding-left: 0px;
  justify-content: flex-end;
  right: 10px;
  position: relative;
}

.footer_rights ul.social_icons_footer li {
  list-style-type: none;
}

.footer_rights ul.social_icons_footer li i.fa-brands:hover {
  color: var(--secondary_color);
}

.footer_rights ul.social_icons_footer li i.fa-brands {
  color: #fff;
  margin-left: 23px;
}

.footer_rights {
  padding-top: 30px;
}

/*end footer css*/

.sub-heading-sec {
  display: flex;
  color: var(--secondary_color);
  font-family: var(--subheading_font_style);
  font-weight: 400;
  font-size: 100px;
  line-height: 14%;
  text-align: center;
  justify-content: center;
  line-height: 20px;
}

.main-heading-sec {
  color: var(--primary_color);
  font-family: var(--heading_font_style);
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
}

/*instagram feed*/
.instagram-feed-sec .instagram-feed img:hover {
  opacity: 0.8;
}

.instagram-feed-sec {
  padding: 70px 0;
  overflow: hidden;
}

.instagram-feed-sec h3.main-heading-sec {
  text-align: center;
}

.instagram-feed-sec a {
  font-family: var(--regular_font_style);
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: var(--secondary_color);
  text-align: center;
}

.instagram-feed-sec a:hover {
  color: var(--primary_color);
}

.instagram-feed-sec .instagram-feed {
  display: flex;
  /* padding: 44px 0px 0px; */
  flex-wrap: wrap;
}

.instagram-feed-sec .instagram-feed figure {
  width: 20%;
  padding: 0px;
}

.instagram-feed-sec .instagram-feed img {
  height: 320px;
  margin: 0px;
  width: 100%;
  object-fit: cover;
}

/*end Instagram Feed*/
/*home contact section*/
.home-contact-sec {
  overflow-x: clip;
  position: relative;
  margin-top: 30px;
  background-color: #e5f0dd;
  padding-top: 100px;
}

.home-contact-sec:before {
  left: 1%;
  stroke-width: 0;
  fill: #347dff;
  animation: wave 10s infinite linear;
  display: block;
  width: 110%;
  background-image: url(../images/contact-sec-zigzag.png);
  content: "";
  top: -10px;
  height: 22px;
  background-size: cover;
  position: absolute;
}

.home-contact-sec .main-heading-sec,
.home-contact-sec p {
  text-align: center;
}

.instagram-feed-sec {
  position: relative;
}

.featured_carousel_tags .social_share_single:hover {
  background-color: var(--secondary_color);
}

.featured_carousel_tags .social_share_single:hover svg path {
  fill: #fff;
}

.booking_slider_wrap .item:before,
.my-proper-slider .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(20, 76, 96, 0.4);
  visibility: hidden;
}

.booking_slider_wrap .item:hover:before,
.my-proper-slider .item:hover:before {
  visibility: visible;
}

.booking_slider_wrap .item:hover img,
.my-proper-slider .item:hover img {
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
}

.booking_slider_content h3:hover {
  color: var(--secondary_color);
}

.home-contact-form {
  margin: auto;
  max-width: 990px;
  margin-top: 30px !important;
  padding: 60px 60px 0px !important;
  background-color: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0px 5px 26px rgba(0, 0, 0, 0.04);
}

.home-contact-form input,
.home-contact-form select,
.home-contact-form textarea {
  border-radius: 0px !important;
  border: 1px solid rgba(20, 76, 96, 0.1);
  height: 50px;
}

.home-contact-form input,
.home-contact-form select,
.home-contact-form textarea,
.home-contact-form input::placeholder,
.home-contact-form select::placeholder,
.home-contact-form textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: rgba(19, 75, 95, 0.5);
  font-family: var(--heading_font_style);
}

.home-contact-form textarea {
  height: 200px;
}

.home-contact-form select,
.registration-tabs-wrap select {
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 97% 20px;
}

.home-contact-form button {
  border: 1px solid var(--secondary_color);
  color: var(--secondary_color) !important;
  justify-content: center;
  width: 166px;
  display: flex;
  margin: 40px auto 40px;
  background-color: #fff;
}

.home-contact-form .btn.btn_defaults:hover {
  background-color: var(--secondary_color);
  color: #fff !important;
}

.home-contact-sec:after {
  stroke-width: 0;
  fill: #347dff;
  animation: wave 20s infinite linear;
  display: block;
  content: "";
  background-image: url(../images/contact-pattern.svg);
  position: absolute;
  width: 110%;
  height: 100%;
  top: 0px;
}

/*end home contact section*/
/*home blog section*/
.home_our_blogs .blogs-top-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.home_our_blogs {
  padding: 100px 0px;
}

.home_our_blogs .home_blog_item .blog-item-img {
  overflow: hidden;
}

.home_our_blogs .blog-item-img figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/*.home_our_blogs .blog-item-img:hover figure:before
{
    background: rgba(0, 0, 0, 0.7);
}
.home_our_blogs .blog-item-img:hover figure:before
{
    visibility: visible;
}*/
.home_our_blogs .blog-item-img figure:before {
  display: none;
}

.home_our_blogs .blog_slide_item_badge img {
  width: 100%;
  object-fit: cover;
}

/*.home_our_blogs .home_blog_item .blog-item-img:hover img {
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
}*/
.home_our_blogs .home_blog_item .col-lg-6:first-child img {
  height: 700px;
  object-fit: cover;
}

.home_our_blogs .home_blog_item .col-lg-6:last-child img {
  height: 285px;
}

.blog_slide_item_badge h4,
.blog_slide_item_badge h4 a {
  padding-top: 20px;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: var(--primary_color);
  font-family: var(--heading_font_style);
  cursor: pointer;
}

.blog_slide_item_badge h4 a:hover {
  color: var(--secondary_color);
}

.blog_slide_item_badge a.blog_link {
  font-family: var(--heading_font_style);
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  color: var(--secondary_color);
  text-decoration: none;
}

.blog_slide_item_badge a.blog_link:hover {
  color: var(--primary_color);
}

.home_our_blogs
  .home_blog_item
  .col-lg-6:last-child
  .blog_slide_item_badge:first-child {
  margin-bottom: 22px;
}

.blog_slide_item_badge h4:hover {
  color: var(--secondary_color);
}

/*end home blog section*/
/*home testimonial section*/
.testimonial-slider-item img:hover {
  transition: all 0.5s ease-in-out;
  transform: scale(1.05);
}

.home-testimonial-sec .testimonial-slider-item {
  background-color: #fff;
  position: relative;
  padding: 65px 40px 40px;
}

.testimonial-slider-item p:before {
  display: block;
  width: 51px;
  background-image: url(../images/testimonial-arrow.svg);
  content: "";
  top: -23px;
  height: 39px;
  background-size: cover;
  position: absolute;
  z-index: -1;
}

.about-icon-sec .how_it_work_single .how_it_work_single_img img {
  height: 67px;
  width: 100%;
}

.how_it_works_section .how_it_work_single .how_it_work_single_img img {
  height: 76px;
}

.home-testimonial-sec,
.about-icon-sec {
  overflow-x: clip;
  padding: 100px 0px 100px;
  background-color: #d85e40;
  position: relative;
}

.home-testimonial-sec:before,
.about-icon-sec:before {
  left: 1%;
  stroke-width: 0;
  fill: #347dff;
  animation: wave 10s infinite linear;
  display: block;
  width: 110%;
  background-image: url(../images/testimonail-zigzag.png);
  content: "";
  top: -10px;
  height: 22px;
  background-size: cover;
  position: absolute;
}

.home-testimonial-sec:after,
.about-icon-sec:after {
  stroke-width: 0;
  fill: #347dff;
  animation: wave 20s infinite linear;
  display: block;
  content: "";
  background-image: url(../images/testimonail-pattern.svg);
  position: absolute;
  width: 110%;
  height: 100%;
  top: 0px;
  overflow: hidden !important;
}

.home-testimonial-sec .sub-heading-sec {
  justify-content: flex-start;
  color: #fff;
}

.home-testimonial-sec .testimonial-content-sec p {
  color: #fff;
}

.home-testimonial-sec .testimonial-content-sec {
  float: right;
  max-width: 380px;
}

.home-testimonial-sec .testimonial-slider-item img {
  left: 50px;
  top: -53px;
  width: 108px !important;
  height: 108px;
  position: absolute;
  border-radius: 100px;
  z-index: 99999;
}

.testimonial-slider .owl-stage-outer {
  padding: 60px 0px;
}

.testimonial-slider .testimonail-desc p {
  z-index: 1;
  position: relative;
  color: var(--primary_color);
}

.testimonial-slider .testimonail-desc {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 102px;
  padding-top: 30px;
}

.home-testimonial-sec .testimonial-slider-item h4 {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--heading_font_style);
  color: var(--primary_color);
}

.testimonail-rating .fa.fa-star.checked {
  color: #ffa650;
}

.testimonial-slider .owl-dots {
  display: flex;
  flex-wrap: nowrap;
  margin: 15px 0;
  border-radius: 50px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding-right: 20%;
  max-width: 786px;
}

.profile-admin-img img {
  height: 28px;
  width: 28px;
  border-radius: 100px;
  object-fit: cover;
}

.testimonial-slider .owl-dots.disabled {
  display: flex !important;
}

.testimonial-slider button.owl-dot.active {
  background: rgba(255, 255, 255, 0.5) !important;
}

.testimonial-slider button.owl-dot {
  background: rgba(255, 255, 255, 0.1) !important;
  width: 100%;
  height: 5px;
  outline: none;
  border-radius: 0px;
}

.testimonial-slider button.owl-dot span {
  background: transparent !important;
}

.home-testimonial-sec .col-md-8 {
  padding-right: 0px;
}

/*end home testimonial section*/
/*home about section*/
/*.home-about-sec img:hover {
    transition: all 0.5s ease-in-out;
    transform: scale(1.05);
}
.home-about-sec .col-md-7 img:hover {
    transform: scale(1.05);
}*/
.home-about-txtwrap .sub-heading-sec {
  max-width: 190px;
}

.home-about-sec .col-md-5 {
  overflow: hidden;
}

.home-about-txtwrap p {
  max-width: 612px;
  color: #144c60;
}

.home-about-sec .col-md-7:last-child {
  position: relative;
  transform: translateY(-100px) !important;
}

.home-about-txtwrap {
  transform: translateY(-60px);
}

.featured_carousel_item {
  box-shadow: 0px 11px 26px 0px rgb(0 0 0 / 5%);
}

.featured_carousel_item:hover {
  box-shadow: 0px 11px 26px 0px rgb(0 0 0 / 10%);
}

.home-about-sec .col-md-7:last-child:before {
  left: 64%;
  display: block;
  width: inherit;
  background-image: url(../images/about-pattern.svg);
  content: "";
  top: 48%;
  height: 120px;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

/*end home about section*/

/*home booking section*/
.booking-banner-sec {
  padding-top: 90px;
}

.booking-banner-sec .container {
  position: relative;
}

.booking_banner_img img {
  width: 100%;
  height: 287px;
  object-fit: cover;
}

.booking_banner_content_wrap {
  max-width: 600px;
  flex-direction: column;
  padding: 0px 70px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

.booking_banner_content_wrap h3 {
  color: #fff;
  font-family: var(--heading_font_style);
  font-weight: 600;
  font-size: 45px;
  line-height: 45px;
}

.booking_banner_content_wrap p {
  color: #fff;
  font-family: var(--heading_font_style);
  font-weight: 400;
  font-size: 18px;
  text-align: left;
}

.home_booking_slider_sec {
  margin-bottom: 140px;
  padding-top: 88px;
}

.my-proper-slider {
  flex: 0 0 30%;
}

.booking_slider_wrap .item img,
.my-proper-slider .item img {
  height: 205px;
  object-fit: cover;
}

.booking_slider_wrap,
.my-proper-slider {
  overflow: hidden;
  position: relative;
}

.booking_slider_wrap .owl-nav,
.my-proper-slider .owl-nav {
  padding: 0px 10px;
  display: flex;
  position: absolute;
  top: 30%;
  justify-content: space-between;
  width: 100%;
}

.booking_slider_wrap .owl-dots,
.my-proper-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.booking_slider_wrap .owl-dots button.owl-dot.active span {
  background: rgba(255, 255, 255, 0.4);
  border: 0.979056px solid #ffffff;
}

.my-proper-slider .owl-dots button.owl-dot.active span,
.my-proper-slider .owl-dots .owl-dot:hover span {
  background-color: #fff !important;
}

.booking_slider_wrap .owl-dots button.owl-dot span,
.my-proper-slider .owl-dots button.owl-dot span {
  background: transparent;
  border: 0.979056px solid #ffffff;
}

.booking_slider_wrap .owl-dots .owl-dot:hover span,
.my-proper-slider .owl-dots .owl-dot:hover span {
  background: rgba(255, 255, 255, 0.4);
}

.booking_slider_wrap button:hover,
.my-proper-slider button:hover {
  background: transparent !important;
}

.booking_slider_item {
  padding-bottom: 40px;
  overflow: hidden;
}

.home-imgtext-sec .btn.btn_defaults,
.home-textimg-sec .btn.btn_defaults {
  padding: 11px 35px;
}

.activities_filter_listing .booking_slider_wrap:hover .slick-active figure img,
.traveler-wishlist-listing .booking_slider_wrap:hover .slick-active figure img {
  transition: all 0.5s ease-in-out !important;
  transform: scale(1.1);
}

.activities_filter_listing .booking_slider_wrap figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(20, 76, 96, 0.4);
  visibility: hidden;
}

.activities_filter_listing .booking_slider_wrap:hover figure:before {
  visibility: visible;
}

.activities_filter_listing .featured-tags_listing ul,
.featured-tags_listing ul {
  margin-bottom: 10px;
  min-height: 38px;
  overflow-x: auto;
  flex-wrap: nowrap;
}

.booking_slider_content .fps-top-sec {
  padding: 10px 0px;
}

.booking_slider_content h3,
.booking_slider_content h3 a {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--primary_color);
  font-family: var(--heading_font_style);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.booking_slider_content h3 a:hover {
  color: var(--secondary_color);
}

.featured_item_footer span {
  color: var(--primary_color);
  font-family: var(--heading_font_style);
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
}
.destination-pricing-wrap .dirham-symbol {
  color: var(--secondary_color);
  font-size: 16px;
  position: relative;
  top: -2px;
}
.featured_item_footer strong {
  color: var(--secondary_color);
  font-family: var(--heading_font_style);
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}

.home_booking_slider_sec .btn_wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.booking_slider_content .fps-top-sec span {
  font-family: var(--regular_font_style);
  font-weight: 500;
}

/*end home booking section*/
/*wave annimation*/
@keyframes wave {
  0% {
    transform: translateX(0) translateY(0px);
  }

  50% {
    transform: translateX(-150px) translateY(0px);
  }

  100% {
    transform: translateX(0) translateY(0px);
  }
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/*end wave annimation*/

/*Activities Page*/
.categories-filter .categories_wrap {
  display: flex;
}

.filter-btn {
  /*position: absolute;*/
  right: 0px;
  flex: 0 0 12%;
  position: relative;
  width: 185px;
  height: 100%;
  z-index: 999;
  background-color: #d85e40;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 105px;
}

.filter-btn a {
  cursor: pointer;
  text-decoration: none;
  font-family: var(--heading_font_style);
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-btn svg {
  margin-right: 10px;
}

.filter-btn svg rect {
  fill: #ffffff !important;
}

.activities-listing-top-sec {
  padding-top: 80px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.activities-listing-sec .booking_slider_content h3,
.activities-listing-sec .booking_slider_content h3 a {
  font-size: 22px;
}

.filter-sorting_sec {
  display: flex;
  align-items: center;
}

.filter-sorting-heading h3 {
  font-family: var(--heading_font_style);
  font-weight: 700;
  font-size: 45px;
  color: var(--primary_color);
}

.filter-sorting_single span,
.filter-sorting_single select {
  font-family: var(--heading_font_style);
  font-weight: 500;
  font-size: 15px;
  color: var(--primary_color);
}

.activities-listing-top-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-sorting_single select {
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 94% 14px;
  font-size: 15px;
  margin-left: 10px;
  border: 1px solid rgba(20, 76, 96, 0.1);
  padding: 6px 24px 6px 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.filter-sorting_single select:focus {
  outline: none;
}

.filter-sorting_single svg {
  margin-left: 14px;
}

.activities_filter_list_view .booking_slider_item {
  display: flex;
}

.list_view_search rect,
.grid_view_search rect {
  fill: #161616;
  stroke: #161616;
  opacity: 0.5;
}

.search_view_active rect {
  stroke: #10828f;
  opacity: 1;
  fill: #10828f;
}

.activities_filter_list_view .booking_slider_content {
  display: flex;
  padding: 0 0 10px 30px;
  width: 70%;
  flex-direction: column;
}

.activities_filter_list_view .booking_slider_wrap {
  width: 34%;
}

.default_pagination_wrap {
  padding: 50px 0px 0px;
  text-align: center;
}

.blog_listing_sec .default_pagination_wrap {
  padding-top: 0px;
}

.activities-listing-sec {
  padding-bottom: 100px;
}

.default_pagination .default_active_page img {
  filter: invert(22%) sepia(46%) saturate(771%) hue-rotate(150deg)
    brightness(97%) contrast(91%);
}

.default_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.default_pagination a {
  padding: 14px 18px;
  margin-right: 2px;
}

.default_pagination a:hover,
.default_pagination .default_active_page {
  border-radius: 100px;
  background-color: var(--secondary_color);
  color: #fff !important;
}

.default_pagination .pagination_btn {
  padding: 0 5px;
}

.default_pagination :not(.pagination_btn) {
  text-decoration: none;
  color: rgba(22, 22, 22, 0.3);
  font-weight: 600;
  font-size: 16px;
  color: var(--primary_color);
}

.default_pagination .pagination_btn {
  height: 40px;
  width: 40px;
  padding: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}

.default_pagination .pagination_btn:hover {
  background-color: unset;
}

.pagination_btn img {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-offset: -10px;
  border-radius: 100%;
}

.home-imgtext-sec.activities-add {
  padding: 40px 0px 90px;
}

/*End Activities Page*/
/*Filter CSS*/
.filter_section h2 {
  font-family: var(--heading_font_style);
  color: var(--primary_color);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

.filter_section .btn-close {
  background: transparent url(../images/modal_cross_icon.svg);
  opacity: 1;
  color: #10828f;
  float: right;
}

.filter_section.btn-close: focus {
  color: #10828f;
}

button:focus {
  box-shadow: none !important;
  outline: none !important;
}

.filter_section .modal-body {
  padding: 30px 40px;
}

.filter_section hr {
  margin-bottom: 40px;
  color: rgba(20, 76, 96, 1);
}

/* .select2-container {
    width: 100% !important;
}*/
.filter_section h3 {
  margin-bottom: 10px;
  font-family: var(--heading_font_style);
  color: var(--primary_color);
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
}

div#filter_accordian {
  margin-bottom: 10px;
}

#filter_accordian .accordion-item textarea.select2-search__field {
  font-size: 14px;
  height: 26px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.search_form_item.sm_search_item .select2-container,
.filter_section .accordion-item .select2-container,
.confirm_booking_wrap .select2-container,
.host-registion-multiform .select2-container,
.traveler-my-profile-sec .select2-container,
.host-act-panel .select2-container,
.add-req-modal-popup .select2-container,
.host-my-profile-div .select2-container,
.act-right-top-sec .select2-container {
  width: 100% !important;
}

.filter_section input:checked {
  background-color: var(--secondary_color);
  border-color: var(--secondary_color);
}

.filter_section .accordion-item {
  border: 0;
  border-radius: 0;
}

.price_range .irs--round .irs-bar,
.duration_range .irs--round .irs-bar {
  height: 3px;
  background-color: var(--secondary_color);
}

.price_range .irs--round .irs-handle,
.duration_range .irs--round .irs-handle {
  width: 19px;
  height: 19px;
  border: 4px solid var(--secondary_color);
  background-color: var(--secondary_color);
}

.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;
}

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

.filter_section .accordion-button {
  font-family: var(--heading_font_style);
  color: var(--primary_color) !important;
  font-weight: 600;
  font-size: 17px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  color: var(--primary_color) !important;
  background-color: transparent !important;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: var(--secondary_color);
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  display: none !important;
}

.filter_section
  .select2-container
  .select2-results__option--highlighted.select2-results__option--selectable {
  color: #fff !important;
}

.filter_section .accordion-button:hover {
  /*padding: 15px 15px;*/
  color: var(--secondary_color) !important;
  /* background-color: var(--secondary_color) !important;*/
}

.filter_section .accordion-button {
  box-shadow: none !important;
  padding: 15px 0px;
  background-color: transparent !important;
}

.filter_section .accordion-button:focus {
  color: var(--primary_color) !important;
}

.filter_section .accordion-body {
  padding: 0px;
}

.modal-range-slider label.form-label {
  font-family: var(--heading_font_style);
}

.duration_range span.irs-from:after,
.duration_range span.irs-to:after {
  padding-left: 5px;
  content: "days";
}

.modal-range-slider {
  width: 50%;
}

.modal-range-slider .range-text-wrap input {
  width: 100%;
}

.filter_section .form_check_wrap {
  margin-bottom: 20px !important;
}

.form_check_wrap h3 {
  margin-bottom: 20px;
}

.confirm_booking_wrap .accordion-body p {
  color: var(--primary_color);
  font-size: 15px;
}

.confirm_booking_wrap .accordion-body h6 {
  margin-top: 24px !important;
}

.confirm_booking_wrap .accordion-body .main-ques-sel {
  margin-bottom: 1rem !important;
}

.confirm_booking_wrap .accordion-header .act-accordian-title p {
  margin-bottom: 0px;
}

.confirm_booking_wrap .accordion-body {
  padding: 1rem 1.5rem !important;
}

.confirm_booking_wrap .accordion-body p:empty {
  display: none;
}

.confirm_booking_wrap .accordion-body ul {
  list-style: none;
  padding-left: 0px;
}

.confirm_booking_wrap .accordion-body li {
  font-size: 15px;
  color: var(--primary_color);
  line-height: 30px;
}

.confirm_booking_wrap .accordion-body li:before {
  content: url(../images/list-icon.svg);
  margin-right: 10px;
}

.filter_section .accordion-button::after {
  background-size: contain;
  width: 14px;
  background-image: url(../images/modal_dropdown.svg) !important;
}

.price_range p,
.duration_range p {
  margin-bottom: 10px;
}

.filter_section .accordion-button:not(.collapsed)::after {
  background-image: url(../images/modal_dropdown.svg) !important;
}

.filter_section .filter-btn-wrap {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}

/* #filter_accordian .accordion-item:last-of-type .accordion-button {
    color: var(--secondary_color) !important;
} */
.filter_section .modal-content {
  border-radius: 0px !important;
}

.filter_section .modal-dialog {
  margin-top: 10%;
}

#filter_accordian .accordion-button span {
  padding-left: 6px;
  color: rgba(20, 76, 96, 0.7);
  font-weight: 400;
}

.filter_form_wrap form label {
  font-family: var(--regular_font_style);
  font-size: 15px;
  color: var(--primary_color);
}

.range-text-wrap span {
  padding: 0px 10px;
  display: flex;
  height: 100%;
  background-color: #e8edef;
  font-family: var(--regular_font_style);
  font-size: 14px;
  font-weight: 600;
  color: var(--primary_color);
  align-items: center;
}

.range-text-wrap input:focus-visible {
  outline: none !important;
}

.modal-range-slider label {
  font-family: var(--heading_font_style);
  font-size: 15px;
  font-weight: 600;
  color: var(--primary_color);
}

.range-text-wrap input {
  font-family: var(--regular_font_style);
  font-size: 14px;
  color: var(--primary_color);
  height: 48px;
  border: 1px solid rgba(20, 76, 96, 0.1);
  padding-left: 10px;
}

.range-text-wrap {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter_form_wrap form p {
  color: var(--primary_color);
}

.duration_range span.irs {
  margin-bottom: 40px;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: var(--secondary_color) !important;
}

.irs--round .irs-handle {
  top: 28px !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-family: var(--heading_font_style);
  font-size: 15px;
  font-weight: 600;
  color: var(--primary_color);
}

.filter_section .filter-btn-wrap .btn {
  font-family: var(--heading_font_style);
  font-weight: 600;
  font-size: 15px;
  width: 186px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter_section .filter-btn-wrap .btn:first-child {
  border-color: var(--primary_color);
  color: var(--primary_color);
}

.filter_section .filter-btn-wrap .btn:first-child:hover {
  color: #fff;
  background-color: var(--primary_color);
}

.filter_section .filter-btn-wrap .btn:first-child:focus {
  color: #fff;
  background-color: var(--primary_color);
}

.filter_section .modal-dialog {
  max-width: 859px;
}

.modal-range-slider {
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}

.modal-range-slider-wrap {
  display: flex;
  margin-bottom: 20px;
}

span.irs.irs--round {
  top: -10px;
}

.price_range span.irs-from,
.price_range span.irs-to {
  display: none;
}

.duration_range .irs--round .irs-from,
.duration_range .irs--round .irs-to,
.duration_range .irs--round .irs-single {
  top: unset;
  bottom: -80px;
}

/*End Filter CSS*/
/*Message Detail CSS*/
.msg-detail-info-sec .confirm_book_title h4 {
  font-size: 17px;
}

.msg-detail-info-sec .con-review-rating label {
  font-size: 13px;
}

.msg-detail-info-sec .con-review-rating {
  justify-content: flex-start;
}

.msg-detail-info-sec h4 {
  margin-bottom: 20px;
  font-family: var(--heading_font_style);
  font-weight: 700;
  font-size: 20px;
  color: var(--primary_color);
}

.msg-detail-info-sec .msgdetail_img_wrap {
  display: flex;
  align-items: center;
  margin: 20px 0px 10px;
}

.msg-detail-right-sec hr {
  margin: 1.5rem 0;
}

.msg-detail-right-sec .price-total-wrap {
  margin-top: 30px;
}

.msg-detail-info-sec .msgdetail_img_wrap .confirm_book_title {
  padding-left: 14px;
}

.msg-detail-info-sec p {
  font-size: 15px;
  margin-bottom: 5px;
}

.msg-detail-right-sec h1 {
  font-size: 25px;
  color: #10828f;
}

.msg-detail-right-sec .book-details-wrap h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.msg-detail-right-sec .book-details-wrap {
  margin-top: 10px;
}

.msg-detail-right-sec .msgdetail_img img {
  width: 100%;
  object-fit: cover;
  height: 190px;
}

.msg-detail-info-sec .msgdetail-loc-img img {
  width: 64px;
  height: 64px;
}

.msg-detail-info-sec .read-more-msgdetail {
  color: #10828f;
}

.msg-detail-info-sec .read-more-msgdetail:hover {
  color: var(--secondary_color);
}

.msg-detail-right-sec h3 {
  color: var(--primary_color);
  font-weight: 700;
  font-size: 20px;
  font-family: var(--heading_font_style);
}

.msg-detail-txt .msg-txt-top span:before {
  position: absolute;
  left: 10px;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  top: 8px;
  background: url(../images/message-icon.svg);
}

.msg-detail-txt p {
  color: #144c60;
  font-size: 15px;
  margin-bottom: 10px;
  text-align: left;
}

.msg-detail-head h3 {
  color: var(--primary_color);
  font-weight: 700;
  font-size: 20px;
  font-family: var(--heading_font_style);
  margin-bottom: 0px;
}

.msg-detail-body .repaly .msg-detail-txt {
  background: rgba(16, 130, 143, 0.1);
  border-radius: 7px 0px 7px 7px;
  margin-right: 10px;
}

.msg-detail-body .repaly {
  justify-content: flex-end;
}
.msg-detail-body .sender {
  margin-top: 20px;
}
.msg-detail-txt .msg-txt-top h4 {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 15px;
  color: var(--primary_color);
  font-family: var(--heading_font_style);
}
.msg-detail-txt img[alt="Message Image"] {
  font-family: var(--heading_font_style);
  color: var(--secondary_color);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  line-height: 15px;
}
.msg-detail-txt .msg-txt-top .time {
  text-transform: uppercase;
  top: -2px;
  padding-left: 20px;
  position: relative;
  color: rgba(16, 130, 143, 0.5);
  font-size: 13px;
}

.msg-detail-body .sender .msg-detail-txt {
  margin-left: 10px;
  background: rgba(216, 94, 64, 0.1);
  border-radius: 0px 7px 7px 7px;
}

.msg-detail-txt .msg-txt-top {
  display: flex;
  width: 100%;
}

.msg-detail-txt {
  padding: 14px 20px 0px;
}

.msg-detail-img img {
  width: 36px;
  height: auto;
  min-width: 36px;
  border-radius: 100px;
  aspect-ratio: 1 / 1;
}

.msg-detail-body {
  padding-right: 10px;
}

.msg-detail-head .flex-grow-1.ms-3 {
  margin-left: 0px !important;
}

.msg-send-btn-wrap .btn.btn_defaults {
  padding: 10px 29px;
  font-weight: 500;
}

.message-detail-sec .chat-profile {
  position: relative;
}

.repaly .msg-detail-img img {
  margin-right: unset;
}

.msg-data-wrap {
  display: flex;
}

.msg-detail-right-sec .book-details-wrap .fps_loc_date span {
  font-size: 13px;
  color: rgba(19, 75, 95, 0.7);
}

.msg-detail-body {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 1000px;
  height: 100%;
}

.msg-detail-right-sec .price-txt-wrap strong {
  font-weight: 600;
  font-family: var(--heading_font_style);
  color: var(--primary_color);
  font-size: 15px;
}

.msg-detail-right-sec .price-detail-left strong {
  font-weight: 400;
}

.msg-detail-right-sec .price-total-wrap strong {
  font-family: var(--heading_font_style);
}

.msg-detail-right-sec a.btn.btn_defaults {
  margin-top: 30px;
  background-color: var(--secondary_color);
  width: 100%;
  color: #fff;
}

.msg-detail-right-sec a.btn.btn_defaults:hover {
  color: var(--secondary_color);
  background-color: #fff;
}

.msg-detail-right-sec .price-txt-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.msg-detail-body .sender,
.msg-detail-body .repaly {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 14px;
}

.msg-detail-body .repaly .msg-data-wrap {
  flex-direction: row-reverse;
}

.msg-detail-body .repaly {
  text-align: right;
}

.msg-detail-head p {
  font-weight: 600;
  margin-bottom: 0px;
  font-family: var(--heading_font_style);
  color: rgba(20, 76, 96, 0.7);
  font-size: 13px;
}

.msg-detail-head .chat-icon {
  display: none;
}

.message-detail-sec .chatlist {
  height: 100%;
  background-color: rgba(20, 76, 96, 0.05);
}

.message-detail-sec .chat-header h2 {
  color: var(--primary_color);
  font-weight: 700;
  font-family: var(--heading_font_style);
  font-size: 20px;
}

.chat-header {
  padding: 30px 0px 15px 30px;
}

.chat-profile img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
}

.message-detail-sec .chat-profile.active {
  background-color: #fff;
}

.message-detail-sec .chat-profile {
  padding: 14px 30px;
  align-items: center;
  text-decoration: none;
}

.chat-profile h3 {
  padding-right: 10px;
  margin-bottom: 0px;
  color: var(--primary_color);
  font-weight: 700;
  font-family: var(--heading_font_style);
  font-size: 15px;
}

.chat-profile p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 13px;
  word-break: break-all;
}

.chat-profile .chat-img {
  flex: 20% 0 0;
}

.chat-profile span {
  min-width: 55px !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  color: rgba(19, 75, 95, 0.5);
}

.chat-title-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.file-upload-wrap input#upload {
  display: none;
}

.file-upload-wrap input {
  display: none;
}

.msg-detail-body .package-box.message-loading p {
  font-family: var(--heading_font_style);
  color: var(--secondary_color);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  line-height: 15px;
  cursor: pointer;
  margin-bottom: 0.75rem;
}

.msg-send-box {
  padding: 5px 5px 3px;
  border: 1px solid rgba(20, 76, 96, 0.1);
  width: 100%;
  display: flex;
  justify-content: start;
}

.msg-send-box input {
  padding: 0rem 0.75rem;
  min-height: 30px;
  border: none !important;
  width: 80%;
}

.msg-send-box .btn_wrap {
  margin-left: 16px;
}

.msg-send-box .msg-send-btn-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.file-upload-wrap img {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.msg-send-btn-wrap .file-upload-wrap img {
  min-width: 18px;
}
.msg-send-btn-wrap .file-upload-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
}
span#file-name {
  font-size: 13px;
}
/*End Message Detail CSS*/
/*confirm booking*/
.confirm-booking-sec h1 {
  margin: 0px;
}

.confirm-book_right_sec .confirm_book_img img {
  width: 80px;
  object-fit: cover;
  height: 80px;
}

.confirm-booking_header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.default_breadcrumb a {
  font-weight: 400;
  color: var(--primary_color) !important;
  font-size: 13px;
  font-family: var(--regular_font_style);
  text-decoration: none;
}

.default_breadcrumb a:hover {
  color: var(--secondary_color) !important;
}

.confirm-booking-sec h1 {
  color: var(--primary_color);
  font-weight: 700;
  font-size: 40px;
}

.default_breadcrumb a:after {
  padding: 0px 0px 0px 5px;
  content: "/";
  position: relative;
}

.default_breadcrumb a:last-child {
  color: #5b8290 !important;
}

.default_breadcrumb a:last-child:after {
  display: none;
}

.confirm_booking_wrap h4 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  color: var(--primary_color);
}

.form-label {
  display: block;
  font-family: var(--heading_font_style);
  font-weight: 600;
  font-size: 15px;
  color: var(--primary_color);
}

.upload-file-wrap {
  min-height: 54px;
  position: relative !important;
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
}

.upload-file-wrap label {
  background-color: #fff !important;
  color: #10828f;
  padding: 2px 30px;
  border: 1px solid #10828f;
  border-radius: 7px;
  cursor: pointer;
}

.upload-file-wrap input#upload-btn {
  position: absolute;
  margin-left: -64px;
  top: 8px;
  z-index: -1;
  font-style: italic;
}

.confirm_booking_wrap textarea {
  height: 108px;
}

.upload-file-wrap label:hover {
  background-color: #10828f !important;
  color: #fff;
}

.form-control:focus {
  box-shadow: unset !important;
  border-color: unset !important;
  border: 1px solid #000;
}

.form-control {
  min-height: 54px;
}

.confirm_booking_wrap {
  margin-top: 38px;
}

input,
.form-control {
  border-radius: 0px !important;
}

.confirm-booking-sec .datepicker_search,
.dateofbirth_picker,
.datepicker_all {
  cursor: pointer;
  background-color: #fff;
  background-image: url(../images/calendar-icon.svg);
  background-repeat: no-repeat;
  background-position: 95.4% 17px;
}

.host-received-payments select.form-control option {
  color: #fff;
  font-size: 14px;
}

.host-received-payments select.rating-status.form-control {
  background-color: var(--primary_color) !important;
  color: #fff !important;
}

html th[aria-sort="descending"]:after {
  opacity: 0.6 !important;
}

html th[aria-sort="ascending"]:before {
  opacity: 0.6 !important;
}

.confirm-booking-sec .nactivities {
  font-size: 20px;
}

.confirm_booking_wrap .confirm-act-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.host-regis-btn-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.confirm-act-wrap p {
  margin-bottom: 0px !important;
}

.confirm-act-wrap span {
  font-family: var(--heading_font_style);
  font-weight: 500;
  font-size: 15px;
  color: #10828f;
}

.confirm_booking_wrap p {
  font-size: 14px;
}

.confirm_booking_wrap select {
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 96% 23px;
}

.confirm-booking-sec {
  padding-bottom: 140px;
}

.confirm-book_right_sec .confirm_book_img_wrap {
  padding: 10px 0px;
  display: flex;
}

.confirm-book_right_sec {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
  padding: 20px;
}

.confirm-book_right_sec .price-txt-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}

.confirm-book_right_sec strong,
.price-total-wrap label {
  font-weight: 600;
  font-family: var(--heading_font_style);
  color: var(--primary_color);
  font-size: 15px;
}

.price-total-wrap label {
  font-size: 17px;
  flex: 0 0 50%;
}

.confirm_book_img {
  min-width: 80px;
}

.price-total-wrap strong {
  color: var(--secondary_color);
  font-weight: 700;
  font-size: 25px;
}

.confirm-booking-sec hr {
  opacity: 2;
  color: rgba(20, 76, 96, 0.2);
}

.price-total-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.confirm-book_right_sec .confirm_book_title {
  padding-left: 16px;
}

.confirm-book_right_sec .price-detail-right {
  flex-direction: column;
  display: flex;
  flex: 0 0 50%;
}

.confirm-book_right_sec .price-detail-left strong {
  color: #10828f;
}

.price-details-wrap h4 {
  font-size: 20px;
}

.con-review-rating {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.price-details-wrap span,
.confirm_book_title .fps_loc_date span {
  font-family: var(--regular_font_style);
  color: rgb(16 130 143);
  font-weight: 700;
  font-size: 13px;
}

.fa.fa-star {
  color: rgba(20, 76, 96, 0.2);
}

.confirm-book_right_sec h4 {
  font-family: var(--heading_font_style);
  color: var(--primary_color);
  font-weight: 700;
  font-size: 17px;
}

.con-review-rating label {
  font-family: var(--regular_font_style);
  color: var(--primary_color);
  font-weight: 600;
  font-size: 11px;
  padding-left: 10px;
}

.price-details-wrap h4 {
  font-size: 20px;
}

.activities-form-wrap input[type="button"],
.activity-chkbox-wrap input[type="button"],
input.rounded-circle.icon-shape {
  color: #10828f !important;
  border-radius: 100px !important;
  font-size: 24px !important;
  line-height: 1;
  width: 30px;
  height: 30px;
  /*padding: 0px 14px;*/
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-color: rgba(20, 76, 96, 0.1);
  background-color: #fff;
  margin: 0px !important;
  font-weight: 500;
}

.activities-form-wrap input[type="number"]:focus-visible,
.activity-chkbox-wrap input[type="number"]:focus-visible {
  outline: none;
}

.activities-form-wrap input::-webkit-outer-spin-button,
.activities-form-wrap input::-webkit-inner-spin-button,
.activity-chkbox-wrap input::-webkit-outer-spin-button,
.activity-chkbox-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.activities-form-wrap input[type="number"],
.activity-chkbox-wrap input[type="number"] {
  -moz-appearance: textfield;
}

.confirm_book_title h4 {
  margin-bottom: 0px;
}

.form-check-input:checked {
  background-color: var(--secondary_color);
  border-color: var(--secondary_color);
}

.checkout .confirm_booking_wrap textarea {
  height: unset;
}

.terms_text_checkout {
  font-family: var(--regular_font_style);
  font-size: 14px;
  color: var(--primary_color);
}

/*end confirm booking*/

/*booking confirmed*/
.booking-confirmed {
  padding: 100px 0px 200px;
}

.confirmed-img-wrap {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.confirmed-booking-desc h1 {
  margin-bottom: 30px;
  font-weight: 700;
  font-family: var(--heading_font_style);
  font-size: 35px;
  color: var(--primary_color);
}

.confirmed-img-wrap:hover img {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}

.confirmed-booking-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.confirmed-booking-desc p {
  font-size: 15px;
  font-family: var(--regular_font_style);
  color: var(--primary_color);
}

.confirmed-booking-desc strong {
  font-weight: 600;
}

.download-as-pdf a {
  font-weight: 600;
  font-family: var(--regular_font_style);
  font-size: 15px;
  color: #10828f;
  text-decoration: none;
}

.download-as-pdf a:hover {
  color: var(--secondary_color);
}

.confirm-book-btn-wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

a.btn.blue_btn {
  background-color: transparent;
  border: 1px solid var(--primary_color) !important;
  color: var(--primary_color);
}

a.btn.blue_btn:hover {
  color: #fff;
  background-color: var(--primary_color);
}

.confirm-book-btn-wrap .btn.btn_defaults {
  display: flex;
  width: 215px;
  height: 48px;
  justify-content: center;
  align-items: center;
}

.confirm-book-btn-wrap a.btn:last-child {
  margin-left: 20px;
}

.confirm-book-btn-wrap .btn.orange_btn,
.website_navigation_item_btn .btn_defaults.orange_btn {
  background-color: var(--secondary_color);
  color: #fff;
  border: 1px solid var(--secondary_color);
}

.confirm-book-btn-wrap .btn.orange_btn:hover,
.website_navigation_item_btn .btn_defaults.orange_btn:hover {
  color: var(--secondary_color);
  background-color: transparent;
}

/*end booking confirmed*/
/*host registration*/

.iti__flag {
  background-image: url(../images/flags.png) !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag:hover {
  border-right: 1px solid rgba(0, 59, 105, 0.2);
  background-color: #fff !important;
}

/*.iti--separate-dial-code .iti__flag {
    height: 22px !important;
    border-radius: 50%;
    width: 22px !important;
}
*/

.form-check-input:checked {
  background-color: var(--secondary_color);
}

.host-registion-multiform {
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 90px 0px;
}

.host-registion-multiform #msform {
  text-align: center;
  position: relative;
}

.host-registration-tabs .nav-item {
  width: 33.33%;
}

.host-registion-multiform .registration-tabs-wrap {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.03) 0px 5px 20px;
  padding: 0px;
}

.host-personal-details h4 {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
  font-family: var(--regular_font_style);
  color: var(--primary_color);
}

.host-registion-multiform #msform fieldset {
  padding: 50px 30px;
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 30px;

  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
.host-registion-multiform #msform fieldset:not(:first-of-type) {
  display: none;
}

.host-registion-multiform #msform fieldset .form-card {
  text-align: left;
  color: #9e9e9e;
}

.form-check-input[type="radio"] {
  border-radius: 50% !important;
}

.host-type-selection label {
  font-family: var(--heading_font_style) !important;
  font-weight: 600;
  font-size: 15px;
  color: var(--primary_color);
}

/*Dropdown List Exp Date*/
.host-registion-multiform select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}

.host-registion-multiform select.list-dt:focus {
  border-bottom: 2px solid skyblue;
}

/*FieldSet headings*/
.host-registion-multiform .fs-title {
  font-size: 25px;
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

/*progressbar*/
.host-registion-multiform #progressbar {
  padding: 0px;
  overflow: hidden;
  color: lightgrey;
  margin-bottom: 0px;
}

.host-registion-multiform #progressbar .active {
  color: var(--primary_color);
}

.host-registion-multiform #progressbar li strong {
  font-weight: 500;
}

.host-registion-multiform #progressbar li {
  list-style-type: none;
  width: 33.33%;
  float: left;
  position: relative;
  color: rgba(20, 76, 96, 0.5);
  font-family: var(--regular_font_style);
  font-weight: 500;
  font-size: 15px;
  display: flex;
  text-align: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 14px 10px;
  border: 1px solid rgba(132, 132, 132, 0.1);
  border-radius: 0px;
  font-family: var(--regular_font_style);
  font-weight: 600;
  font-size: 15px;
}

/*ProgressBar before any progress*/
.host-registion-multiform #progressbar li:before {
  width: 22px;
  height: 22px;
  display: block;
  content: "";
  background: url(../images/registration-tabs-icon.svg);
  margin-bottom: 6px;
}

/*ProgressBar connectors*/
.host-registion-multiform #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

.host-registion-multiform #progressbar li.active {
  background: rgba(16, 130, 143, 0.15) !important;
  border-bottom: 2px solid rgb(16, 130, 143) !important;
}

.host-regis-tabs input.action-button {
  font-family: var(--heading_font_style);
  padding: 16px 34px !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  border-radius: 7px !important;
}

.host-regis-tabs input.previous.action-button.blue_btn {
  border: 1px solid var(--primary_color) !important;
  color: var(--primary_color);
  float: left;
}

.host-regis-tabs input.next.action-button.orange_btn {
  background-color: var(--secondary_color);
  border: 1px solid var(--secondary_color) !important;
  color: #fff !important;
  float: right;
}

.host-regis-tabs input.previous.action-button.blue_btn:hover,
input.previous.action-button.blue_btn:focus {
  color: #fff !important;
}

.host-regis-tabs input.next.action-button.orange_btn:hover,
.host-regis-tabs input.next.action-button.orange_btn:focus {
  color: var(--secondary_color) !important;
  border-color: var(--secondary_color);
  background-color: transparent;
}

.host-regis-completion {
  padding: 50px 0px 100px;
}

.host-com-img-wrap {
  display: flex;
  justify-content: center;
}

.host-com-img-wrap .host-com-img {
  background-color: #10828f;
  height: 100px;
  max-width: 100px;
  display: flex;
  border-radius: 100px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.host-com-desc h3 {
  text-align: center;
  margin-top: 18px;
  font-weight: 700;
  font-family: var(--heading_font_style);
  font-size: 25px;
  color: var(--primary_color);
}

.host-com-desc p {
  font-size: 14px;
  text-align: center;
  color: var(--primary_color);
}

.host-com-btn {
  display: flex;
  justify-content: center;
}

.host-com-btn a.btn.btn_defaults,
.mem_btn_signup .btn {
  background-color: var(--secondary_color);
  color: #fff;
  margin-top: 10px;
  border: 1px solid var(--secondary_color);
  padding: 16px 34px;
  font-weight: 500;
}

.host-com-btn a.btn.btn_defaults:hover,
.mem_btn_signup .btn:hover {
  background-color: #fff;
  color: var(--secondary_color);
}

.host-regis-tabs .btn-back-home {
  float: left;
}

.host-personal-details .host-type-selection {
  margin-bottom: 2.5rem !important;
}

.host-personal-details textarea {
  height: 54px;
}

.host-upload-docs-wrap {
  /* padding-top: 50px; */
  max-width: 486px;
  margin: auto;
}

.host-file-choosen span {
  display: flex;
  padding: 0.375rem 0.75rem;
  align-items: center;
}

.host-upload-btn label {
  padding: 0.5rem;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 1rem;
}

.host-personal-details hr {
  margin: 20px 0px 30px;
}

.host-regis-conditions-wrap h3 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  font-family: var(--heading_font_style);
  color: var(--primary_color);
}

.host-regis-conditions h6 {
  margin-top: 35px;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--heading_font_style);
  color: var(--primary_color);
}

.form-check-input:checked {
  background-color: var(--secondary_color);
}

.host-regis-conditions {
  padding: 0px 30px;
  margin-bottom: 25px;
  border: 1px solid rgba(132, 132, 132, 0.2);
  height: 512px;
  overflow-y: auto;
}

.host-regis-conditions-wrap .terms_text_checkout {
  margin-bottom: 30px;
}

.host-regis-conditions p {
  font-size: 14px;
  font-family: var(--regular_font_style);
  color: var(--primary_color);
}

.upload-file-btn-wrap span {
  border: none !important;
}

.confirm-booking-sec .upload-file-btn-wrap label:hover {
  background-color: #10828f !important;
  color: #fff;
}

.upload-file-btn-wrap {
  min-height: 54px;
  position: relative !important;
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  display: flex;
}

.confirm-booking-sec .upload-file-btn-wrap label {
  width: 108px;
  background-color: #fff !important;
  color: #10828f;
  padding: 2px 30px 0px;
  border: 1px solid #10828f;
  border-radius: 7px;
  cursor: pointer;
  height: 36px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  font-family: var(--heading_font_style);
}

label.form-check-label {
  color: var(--primary_color);
}

.confirm-booking-sec span#file-upload-chosen,
.confirm-booking-sec span#file-docs-id {
  padding: 0px;
  margin-left: 13px;
  font-family: var(--regular_font_style);
  font-style: italic;
  font-size: 14px;
  line-height: 17px;
  color: var(--primary_color);
  display: flex;
  align-items: center;
  min-height: unset;
}

/*end host registration*/
/*become a host*/
.become-host-faq.faq_accordion_sec {
  background-color: #fff;
}

.become-host-faq .accordion-item {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #fff;
}

.become-host-faq.faq_accordion_sec:before {
  display: none;
}

.become-host-banner img {
  max-height: 300px;
}

.become-host-banner .inner_banner_content .main-heading-sec {
  font-size: 60px;
}

.become-host-about-sec .row {
  padding-top: 100px;
}

.become-host-about-sec {
  padding-bottom: 100px;
}

.become-host-about-sec .become-host-about-img {
  overflow: hidden;
}

.host-about-txtwrap {
  max-width: 440px;
}

.host-about-txtwrap .sub-heading-sec {
  max-width: 100%;
}

/*end become a host*/
/*Start Activities Detail*/
.activities_filter_listing .booking_slider_wrap img {
  object-fit: cover;
  height: 270px;
  width: 100%;
}

.activities-gallery-banner #act-gallery-lightbox .col-md-3:nth-child(n + 6) {
  display: none;
}

.activities-gallery-banner #act-gallery-lightbox .col-md-3 {
  padding: 3px;
  height: 250px;
  width: 25%;
}

#act-gallery-lightbox .act-gallery-img img {
  max-height: 245px;
  height: 245px;
  object-fit: cover;
  width: 100%;
}

#act-gallery-lightbox .col-md-3:first-child .act-gallery-img img {
  width: 100%;
  height: 496px;
  max-height: 496px;
  object-fit: cover;
}

.activities-gallery-banner #act-gallery-lightbox .col-md-3:first-child {
  display: block;
  width: 50%;
}

.activities-gallery-banner #act-gallery-lightbox {
  height: 500px;
}

.activities-gallery-banner .act-model-close {
  font-family: var(--heading_font_style) !important;
  color: #fff;
  font-size: 45px;
  font-weight: 400 !important;
  background-color: var(--secondary_color);
  right: 0;
  top: 0px;
  position: absolute;
  z-index: 9;
  border-radius: 0px;
  padding: 10px 14px 15px;
}

.activities-gallery-sec .modal {
  background-color: #000000c7;
  padding-top: 50px;
}

/*
.activities-gallery-sec .modal .carousel-item img {
    height: 440px;
    object-fit: cover;
    image-rendering: pixelated;
}
*/
.activities-gallery-sec .carousel-control-prev-icon {
  background-image: url(../images/previous-lightbox.svg);
}

.activities-gallery-sec .carousel-control-next-icon {
  background-image: url(../images/next-lightbox.svg);
}

.activities-gallery-sec .carousel-control-next-icon,
.activities-gallery-sec .carousel-control-prev-icon {
  width: 20px;
  height: 20px;
}

.act-right-bottom-sec .con-review-rating label {
  font-size: 13px;
}

.activity_detail_header {
  padding-top: 24px;
  padding-bottom: 24px;
}

#act-gallery-lightbox .col-md-3:nth-of-type(5):before {
  width: 98%;
  content: "";
  height: 245px;
  position: absolute;
  background-color: rgba(20, 76, 96, 0.8);
}

#act-gallery-lightbox .col-md-3:nth-of-type(5) {
  position: relative;
}

#act-gallery-lightbox .col-md-3:nth-of-type(5):after {
  top: 40%;
  content: "";
  font-family: var(--heading_font_style);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  position: absolute;
  right: 50%;
  color: #fff;
}

.act-detail-topsec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.act-detail-topsec .act-detail-top-icon {
  display: flex;
}

.act-detail-topsec .con-review-rating {
  justify-content: flex-start;
}

.act-detail-topsec .fps_loc_date {
  padding-bottom: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 13px;
  color: var(--primary_color);
}

.act-detail-topsec h1 {
  font-family: var(--heading_font_style);
  font-weight: 700;
  font-size: 40px;
  color: var(--primary_color);
}

.act-detail-topsec .con-review-rating label {
  font-weight: 500;
  font-size: 13px;
}

.act-detail-icon-img {
  margin-left: 14px;
  border: 1px solid rgba(20, 76, 96, 0.1);
  width: 44px;
  height: 44px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.act-detail-topsec {
  padding-top: 14px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.act-detail-sec p,
.property-desc {
  font-family: var(--regular_font_style);
  font-size: 15px;
  color: var(--primary_color);
  line-height: 26px;
}

#ActivityDetailAccordian button.accordion-button {
  background: #fff !important;
  padding: 20px 20px;
}

#ActivityDetailAccordian button.accordion-button:not(.collapsed) {
  background: rgba(229, 240, 221, 0.3) !important;
}

#ActivityDetailAccordian .activity-accor-top {
  width: 100%;
  display: flex;
}

.act-accordian-price strong {
  margin-left: 7px;
  font-family: var(--heading_font_style);
  font-weight: 600;
  font-size: 18px;
  color: #10828f;
}

.act-accordian-price label {
  font-family: var(--heading_font_style);
  font-weight: 400;
  font-size: 13px;
  color: rgba(20, 76, 96, 0.7);
}

#ActivityDetailAccordian .act-accordian-icon {
  flex: 0 0 10%;
  height: 68px;
  width: 68px;
  background: transparent;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 68px;
  min-height: 68px;
}

#ActivityDetailAccordian .act-accordian-icon img {
  max-height: 34px;
  max-width: 34px;
}

.act-accordian-price {
  float: right;
  display: flex;
  flex: 0 0 30%;
  justify-content: right;
}

.act-accordian-title h5 {
  margin-bottom: 0px !important;
  font-family: var(--heading_font_style);
  font-weight: 700;
  font-size: 20px;
  color: var(--primary_color);
  margin-bottom: 0px;
}

.act-accordian-title {
  margin-left: 13px;
  flex: 0 0 60%;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.act-accordian-title strong {
  font-size: 18px;
  margin-bottom: 5px;
}

#ActivityDetailAccordian .act-accordian-title {
  flex: unset;
}

#ActivityDetailAccordian .act-accordian-title p {
  margin-bottom: 0px !important;
  color: rgba(19, 75, 95, 0.7);
}

.act-detail-sec h1,
.act-detail-sec h2,
.act-detail-sec h3,
.act-detail-sec h4,
.act-detail-sec h5,
.act-detail-sec h6 {
  margin-bottom: 10px;
}

.act-right-top-sec .act-right-btn-wrap .btn.btn_defaults.orange_btn {
  background-color: var(--secondary_color);
  color: #fff;
}

.act-right-top-sec .act-right-btn-wrap .btn.btn_defaults.orange_btn:hover {
  border-color: var(--secondary_color);
  color: var(--secondary_color);
  background-color: transparent;
}

#ActivityDetailAccordian h6 {
  margin-top: 30px;
  color: var(--primary_color);
  font-weight: 600;
  font-size: 18px;
  font-family: var(--heading_font_style);
}

.act-detail-sec h4 {
  margin: 40px 0 20px;
  font-family: var(--heading_font_style);
  font-weight: 700;
  font-size: 23px;
  color: var(--primary_color);
}

.accordion-button::after {
  background-image: url(../images/activities-open-accordian.svg) !important;
}

.act-detail-sec ul {
  list-style: none;
  padding-left: 0px;
}

.act-detail-sec li:before {
  content: url(../images/list-icon.svg);
  margin-right: 10px;
  left: 0px;
  position: absolute;
}

.act-detail-sec li {
  position: relative;
  padding-left: 30px !important;
  font-size: 15px;
  color: var(--primary_color);
  line-height: 30px;
}

.act-detail-sec .accordion-item {
  border: 1px solid rgba(20, 76, 96, 0.1) !important;
  margin-bottom: 10px;
}

.act-accordian-bottom ul {
  display: flex;
  flex-wrap: wrap;
}

.act-accordian-bottom li {
  width: 50%;
}

.activities-gallery-banner {
  overflow: hidden;
  padding-bottom: 120px;
}

.faq_accordion_sec .main-heading-sec {
  margin-bottom: 50px;
  font-size: 40px;
  text-align: center;
  padding-top: 50px;
}

.faq_accordion_sec {
  padding: 0 0 100px 0px;
  overflow-x: clip;
  background-color: #e5f0dd;
  position: relative;
}

#FAQaccordion .accordion-button {
  border-radius: 0px;
  font-weight: 600;
  font-size: 15px;
  padding: 26px 30px;
  font-family: var(--regular_font_style);
  color: var(--primary_color);
  line-height: 24px;
}

#FAQaccordion .accordion-body {
  padding: 26px 30px;
  font-size: 15px;
  padding: 26px 30px;
  font-family: var(--regular_font_style);
  color: var(--primary_color);
}

#FAQaccordion .accordion-item {
  margin-bottom: 10px;
}

.faq_accordion_sec:before {
  left: 1%;
  stroke-width: 0;
  fill: #347dff;
  animation: wave 10s infinite linear;
  display: block;
  width: 110%;
  background-image: url(../images/featured-zigzag.png);
  content: "";
  top: -10px;
  height: 22px;
  background-size: cover;
  position: absolute;
}

.faq_accordion_sec .accordion-button:not(.collapsed),
#FAQaccordion .accordion-button:hover {
  color: #fff !important;
  background-color: #10828f;
}

.faq_accordion_sec .accordion-button:not(.collapsed)::after {
  content: "-";
  color: #fff;
}

.faq_accordion_sec .accordion-button::after {
  font-weight: 400;
  font-size: 39px;
  content: "+";
  width: 18px;
  height: 18px;
  background-image: none !important;
  color: #10828f;
}

.faq_accordion_sec .accordion-button:hover:after {
  color: #fff;
}

.review-sec {
  padding: 120px 0px;
}

.review-sec .main-heading-sec {
  size: 40px;
  text-align: center;
}

.review-sec .rating-sec label,
.profile-review-title label {
  color: rgba(19, 75, 95, 0.7);
  font-family: var(--heading_font_style);
  font-size: 15px;
}

.rating-sec .review-rating {
  display: flex;
  flex-direction: column;
}

.review-sec .rating-sec strong {
  color: var(--primary_color);
  font-size: 64px;
  display: block;
  font-weight: 600;
  font-family: var(--heading_font_style);
}

.review-sec .rating-sec label:first-child {
  font-weight: 600;
  font-size: 20px;
}

.review-sec .middle {
  margin: 0px 14px;
  float: left;
  width: 242px;
}

.review-sec .bar-container {
  width: 100%;
  background-color: rgba(16, 130, 143, 0.1);
  text-align: center;
  color: white;
  border-radius: 35px;
}

.review-sec .bar {
  height: 6px;
  background-color: #10828f;
  border-radius: 24px;
}

.fa-regular.fa-star:before {
  color: rgba(255, 166, 80, 1);
}

.review-sec .star-line {
  display: flex;
  align-items: center;
}

.review-sec .star-line .side.left {
  display: flex;
  align-items: center;
}

.fa.fa-star.checked {
  color: #ffa650;
}

.rating-sec .review-score {
  display: flex;
  align-items: center;
}

.review-sec .star-line label:first-child {
  font-weight: 400;
  font-size: 15px;
}

.review-sec .star-line .side.left .fa-star {
  padding-right: 10px;
}

.review-sec .review-rating-wrap {
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
}

hr {
  background: rgba(20, 76, 96, 0.1);
}

.top-reviews .profile-review-img {
  display: flex;
  align-items: center;
}

.top-reviews .top-review-wrap {
  padding-top: 60px;
  display: flex;
}

.profile-review-img img {
  width: 48px;
  height: 48px;
  border-radius: 100px;
}

.profile-review-title h4 {
  margin-bottom: 0px;
  font-size: 17px;
  color: var(--primary_color);
}

.top-reviews .profile-review-title {
  margin-left: 12px;
}

.top-reviews .review-desc {
  color: var(--primary_color);
  font-size: 15px;
}

.top-reviews .add-review-rating {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-review-rating.offset-4 {
  margin-left: unset;
}

.act-detail-top-price label {
  color: rgba(19, 75, 95, 0.7);
  font-family: var(--heading_font_style);
  font-size: 15px;
}

.act-detail-top-price strong {
  font-family: var(--heading_font_style);
  font-weight: 700;
  font-size: 25px;
  color: var(--secondary_color);
}

.act-right-top-sec .col-md-6 {
  padding: 0px;
}

.act-right-top-sec .col-md-6 input,
.act-right-top-sec select,
.act-right-top-sec select:focus {
  padding: 0px;
  border: none;
  min-height: 0px;
}

.act-label-date-wrap {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
}

.act-label-date-wrap .datepicker_search {
  cursor: pointer;
  background-color: #fff;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 95.4% 5px;
}

.act-label-date-wrap .form-label {
  margin: 0px;
  color: rgba(19, 75, 95, 0.7);
  font-weight: 400;
}

.act-label-date-wrap input {
  outline: none;
  font-size: 13px;
  padding: 0px;
  border: none;
  min-height: 0px;
}

.act-detail_right_sec select {
  background-image: url("../images/select-close_icon.svg");
  background-repeat: no-repeat;
  background-position: 96% 23px;
}

.act-label-date-wrap select {
  background-position: 96% 5px;
}

.act-right-top-sec,
.act-right-bottom-sec {
  border-radius: 7px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
  padding: 30px 20px;
}

.act-right-bottom-sec {
  margin-top: 28px;
}

.act-right-bottom-sec h3 {
  font-weight: 700;
  font-size: 23px;
  font-family: var(--heading_font_style);
  color: var(--primary_color);
}

.act-right-loc-img img {
  height: 64px;
  width: 64px;
}

.act-right-host-wrap .btn {
  padding: 16px 28px 14px;
  margin-top: 20px;
  width: 100%;
}

.act-right-host-desc {
  margin-top: 12px;
  font-family: var(--regular_font_style);
  color: #144c60;
  font-size: 15px;
}

.act-right-img-wrap {
  align-items: center;
  display: flex;
}

.act-host-title {
  margin-left: 15px;
}

.act-host-title h4 {
  margin: 0px;
  font-size: 17px;
}

.act-detail_right_sec .row {
  margin: 0;
}

.act-detail_right_sec .act-detail-top-price {
  margin-bottom: 8px;
}

.act-detail_right_sec .act-right-residency,
.act-detail_right_sec .act-right-activities {
  padding: 0px;
  padding-top: 25px;
}

.act-right-residency label.form-label,
.act-right-activities label.form-label {
  padding: 0px;
}

.act-right-top-sec .col-md-6:first-child .act-label-date-wrap {
  border-right: none;
  /* border-bottom: none;*/
}

.act-right-top-sec .col-md-6:last-child .act-label-date-wrap {
  /* border-bottom: none;*/
}

.act-right-activities select,
.act-right-activities select:focus {
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  min-height: 54px;
}

.act-detail_right_sec select,
.act-detail_right_sec input {
  font-size: 13px;
  font-weight: 600;
}

.act-right-residency strong {
  font-family: var(--heading_font_style);
  color: #10828f;
  font-weight: 600;
  font-size: 15px;
}

.act-label-date-wrap .residency-title-wrap {
  display: flex;
  justify-content: space-between;
}

.act-right-features-wrap label,
.act-right-features-wrap strong {
  font-weight: 600;
  font-family: var(--heading_font_style);
  color: var(--primary_color);
  font-size: 15px;
}

.act-right-features-wrap span {
  font-family: var(--regular_font_style);
  color: rgba(20, 76, 96, 0.7);
  font-weight: 500;
  font-size: 13px;
}

.act-right-features-wrap .act-total-wrap {
  align-items: center;
  margin: 14px 0px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.act-right-btn-wrap .btn.btn_defaults {
  padding: 16px 28px 14px;
  margin-bottom: 10px;
}

.act-total-wrap strong {
  color: var(--secondary_color) !important;
  font-weight: 700;
  font-size: 25px;
}

.act-total-wrap label {
  font-size: 17px;
}

.act-right-btn-wrap {
  display: flex;
  flex-direction: column;
}

.act-right-features-wrap strong {
  color: #10828f;
}

.act-right-features-wrap {
  padding-top: 40px;
}

.act-features-right {
  display: flex;
  flex-direction: column;
}

.act-right-features {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}

.select2-container--default .select2-selection--single {
  color: var(--primary_color) !important;
  font-size: 14px !importants;
  font-family: var(--regular_font_style);
  min-height: 54px !important;
  border-radius: 0px;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
}

.select2-container--default
  .select2-search--inline
  .select2-search__field::placeholder {
  color: var(--primary_color) !important;
  font-size: 14px !important;
  font-family: var(--regular_font_style);
  margin-top: 0px;
  font-weight: 400;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  display: flex !important;
  align-items: center;
  height: 100%;
}

#ActivityDetailAccordian button.accordion-button:hover {
  background: rgba(229, 240, 221, 0.3) !important;
}

.act-right-bottom-sec .con-review-rating {
  justify-content: flex-start;
}

/*End Activities Detail*/

.multiselect-activity-detail {
  padding: 0px;
  width: 100%;
}

.multiselect-activity-detail .chkbox-act-wrap {
  display: inline-flex;
}

.activity-chkbox-wrap {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.activity-chkbox-wrap .input-group {
  justify-content: flex-end;
}

.multiselect-activity-detail .selectBox {
  display: flex;
  position: relative;
}

.multiselect-activity-detail .selectBox select {
  width: 100%;
  font-weight: bold;
}

.multiselect-activity-detail .overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.multiselect-activity-detail #activityCheckboxes {
  display: none;
}

#residencyCheckboxes .chkbox-act-top {
  align-items: center;
  justify-content: center;
}

.multiselect-activity-detail #residencyCheckboxes .chkbox-act-wrap {
  width: 100%;
  justify-content: space-between;
}

.activity-chkbox-main-wrap {
  border: 1px #ced4da solid;
  padding: 1rem 0.75rem;
}

.activity-chkbox-main-wrap:hover,
.activity-chkbox-main-wrap:hover input.quantity-field {
  background: #f7fbf5;
}

.top-reviews {
  overflow: hidden;
}

.multiselect-activity-detail #activityCheckboxes label,
.multiselect-activity-detail #residencyCheckboxes label {
  color: var(--primary_color);
  font-family: var(--heading_font_style);
  display: block;
  font-size: 14px;
  margin-left: 10px;
}

.multiselect-activity-detail .chkbox-act-bottom span,
.multiselect-activity-detail .chkbox-act-bottom strong {
  color: var(--primary_color);
  font-family: var(--regular_font_style);
  font-weight: 400;
  font-size: 12px;
}

.multiselect-activity-detail .chkbox-act-bottom strong {
  font-weight: 600;
}

.chkbox-act-wrap input:checked {
  background-color: var(--secondary_color);
}

.chkbox-act-bottom {
  margin: -7px 0px 0px 26px;
}

.activity-chkbox-wrap .chkbox-act-top {
  display: inline-flex;
}

/*contact-us-css*/
.contact-main-sec {
  background-color: #f6f6f6;
}

.contact-main-sec .contact-form-wrap {
  background-color: #fff;
  max-width: 991px;
  padding: 60px 100px 30px;
  margin: 100px auto;
}

.contact-form-wrap .main-heading-sec {
  margin-bottom: 30px;
  font-size: 35px;
}

.contact-form-wrap p {
  color: #144c60;
}

.contact-main-sec .contact-us-form {
  margin-top: 60px;
}

.contact-main-sec button.btn,
.message-host-section .btn {
  margin-top: 14px;
  background-color: var(--secondary_color);
  color: #fff;
  border: 1px solid var(--secondary_color);
  padding: 16px 34px;
}

.contact-main-sec button.btn:hover,
.message-host-section .btn:hover {
  background-color: #fff;
  color: var(--secondary_color);
}

.contact-main-sec select {
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 97% 20px;
}

.contact-main-sec textarea {
  height: 154px;
}

/*end-contact-us-css*/
.message-host-section .modal-body {
  overflow-y: auto;
  padding: 60px 40px;
}

.message-host-section .btn-close {
  background: transparent url(../images/modal_cross_icon.svg);
  opacity: 1;
  color: #10828f;
  float: right;
}

.message-host-section label {
  font-size: 17px;
}

.message-host-section .btn {
  margin-top: 30px;
  padding: 16px 44px;
}

.message-host-section h2 {
  margin-bottom: 30px;
  font-size: 40px;
  color: var(--primary_color);
}

.message-host-section .msg-host-txt-wrap {
  margin-top: 40px;
}

.msg-host-txt-wrap textarea {
  min-height: 200px;
}

.message-host-section .modal-content {
  border-radius: 0px;
  max-width: 859px;
  margin: auto;
  /*height: 500px;*/
}

.modal#message-host-modal {
  background: rgba(0, 0, 0, 0.8);
}

.message-host-section p {
  color: var(--primary_color);
}

#add-review-modal .add-review-rating {
  display: flex;
}

#add-review-modal h2 {
  margin-bottom: 10px;
  font-size: 40px;
}

#add-review-modal .add-review-rating label {
  color: var(--primary_color);
  font-size: 15px;
  margin-left: 10px;
}

#add-review-modal .msg-host-txt-wrap {
  margin-top: 20px;
}

#add-review-modal .btn {
  padding: 16px 53px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
}

/*About us css*/
.main-dev {
  padding: 100px 0px;
}

.how_it_work_single {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.how_it_work_single .how_it_work_single_img {
  padding-bottom: 60px;
}

.how_it_work_single strong {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 35px;
  font-family: var(--heading_font_style);
  color: #fff;
}

.how_it_work_single p {
  max-width: 338px;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

.about-detail-sec .home-about-txtwrap {
  max-width: 440px;
}

.how_it_works_section .how_it_work_single strong {
  font-size: 30px;
}

.how_it_works_section .how_it_work_single strong,
.how_it_works_section .how_it_work_single p {
  color: var(--primary_color);
}

.how-it-works-top .main-heading-sec {
  text-align: center;
}

.how_it_works_section .how-it-works-top {
  padding-bottom: 100px;
}

.how_it_works_section .col-md-4:nth-of-type(2):before {
  content: "";
  position: absolute;
  top: 13%;
  left: -15%;
  width: 125px;
  height: 50px;
  background-image: url(../images/how_it_works_seprator.svg);
  background-repeat: no-repeat;
}

.how_it_works_section .col-md-4:nth-of-type(2):after {
  content: "";
  position: absolute;
  top: 13%;
  right: -18%;
  width: 125px;
  height: 50px;
  background-image: url(../images/how_it_works_seprator.svg);
  background-repeat: no-repeat;
}

.how_it_works_section .col-md-4 {
  position: relative;
}

.footer-whatapp-icon {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 100000;
}

.footer-whatapp-icon .whatsapp-icon {
  width: 50px;
  height: 50px;
  background-color: #4aae26;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 50px;
  box-shadow:
    rgb(0 0 0 / 14%) 0px 20px 24px,
    rgb(0 0 0 / 7%) 0px -12px 30px,
    rgb(0 0 0 / 4%) 0px 4px 6px,
    rgb(0 0 0 / 12%) 0px 12px 13px,
    rgb(0 0 0 / 9%) 0px -3px 5px;
  display: block;
}

.footer-whatapp-icon .fa-whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 34px;
}

.footer-whatapp-icon .whatsapp-icon:hover {
  color: #4aae26;
  background-color: #fff;
}

/*end about us css*/
/*blog page css*/
.blog_detail_icon_wrap .blog_detail_header_icons:first-child img {
  max-width: 32px;
  max-height: 32px;
}

.blog_listing_sec {
  padding: 100px 0px;
}

.blog_filter_listing {
  margin-bottom: 20px;
}

.blog_filter_listing ul {
  display: flex;
  list-style: none;
  padding: 0px;
  overflow-x: auto;
}

.blog_filter_listing ul li,
.blog_filter_listing ul li a {
  font-family: var(--heading_font_style);
  font-weight: 700;
  font-size: 31px;
  color: rgba(20, 76, 96, 0.25);
}

.blog_filter_listing ul li a.active_filter,
.blog_filter_listing ul li a:hover {
  color: var(--secondary_color);
}

.blog_filter_listing ul li {
  margin-bottom: 20px;
  min-width: max-content;
  margin-right: 44px;
}

.blog_cards_wrap .blog_slide_item_badge img {
  height: 285px;
  object-fit: cover;
  width: 100%;
}

.blog_slide_item_badge .blog-item-img {
  position: relative;
  overflow: hidden;
}

.blog_slide_item_badge .blog-item-img:hover:before {
  background-color: rgba(20, 76, 96, 0.4);
}

.blog_cards_wrap .blog_slide_item_badge {
  padding-bottom: 60px;
}

/*.blog_slide_item_badge .blog-item-img:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 16;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    z-index: 2;
}*/
.blog-item-img:hover img {
  transition: all 0.5s ease-in-out !important;
  transform: scale(1.1);
}

.blog-item-img .blog-date-sec {
  display: none;
}

/*.blog-item-img .blog-date-sec {
    font-size: 14px;
    bottom: 16px;
    position: absolute;
    z-index: 9;
    color: #fff;
    left: 16px;
    font-family: var(--heading_font_style);
    font-weight: 500;
}*/
/*end blog page css*/
/*signup css*/
.mem-signin-img {
  height: 100%;
}

.mem-signin-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-signup {
  overflow: hidden;
  background: #f6f6f6;
}

.member-forgot-pass {
  overflow: hidden;
}

.mem-signup-wrap {
  padding: 100px 0px;
}

.mem-signup-wrap form {
  margin: 0 70px 0 auto;
  max-width: 478px;
}

.mem-signup-wrap label,
.mem-signup-wrap span,
.forget-pass a {
  font-family: var(--regular_font_style) !important;
  font-size: 14px;
  font-weight: 500 !important;
  color: rgba(19, 75, 95, 0.7) !important;
  position: relative;
  z-index: 1;
}

.mem-signup-wrap input {
  min-height: 48px;
}

.mem-signup-wrap h1 {
  margin-bottom: 30px;
  color: var(--primary_color);
  font-size: 45px;
}

.mem-signup-wrap .forget-pass {
  text-align: right;
  float: right;
}

.mem_btn_signup .btn {
  height: 48px;
  margin: 40px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mem-signup-wrap .signin-social-txt {
  display: flex;
  justify-content: center;
}

.mem-signup-wrap .mem-signin-social {
  margin: 40px 0px;
}

.mem-signin-social .btn {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 12px;
  width: 228px;
  font-size: 14px;
  color: #3e3e3e;
  border-color: rgba(22, 22, 22, 0.05);
  background: rgba(22, 22, 22, 0.05);
}

.mem-signin-social img {
  margin-right: 8px;
}

.mem-signin-social .col-lg-6 {
  padding-left: 0px;
}

.need-acc-txt a {
  font-size: 14px;
  color: rgba(216, 94, 64, 0.7);
}

.need-acc-txt a:hover {
  color: var(--primary_color);
}

.forget-pass a:hover {
  color: var(--secondary_color) !important;
}

/*end signup css*/
/*blog detail page*/
.blog-detail-back,
.blog-detail-back a {
  font-size: 13px;
  font-family: var(--regular_font_style);
  color: var(--primary_color);
  font-weight: 400;
}

.blog-detail-back a:hover {
  color: var(--secondary_color);
}

.blog-detail-back img {
  margin-right: 10px;
}

.blog_detail_wrap {
  margin-top: 30px;
}

.blog_detail_wrap h2,
.blog_detail_wrap h3,
.blog_detail_wrap h4,
.blog_detail_wrap h5,
.blog_detail_wrap h6 {
  color: var(--primary_color);
  font-family: var(--regular_font_style);
  font-weight: 700;
  margin: 20px 0 20px;
}

.blog_detail_wrap h3 {
  font-size: 25px;
}

.blog_detail_wrap h2 {
  font-size: 35px;
}

.blog_detail_icon_wrap {
  display: flex;
  margin-bottom: 30px;
}

.blog_detail_images {
  margin-top: 40px;
}

.blog_detail_images img {
  width: 100%;
  object-fit: cover;
  height: 376px;
  margin-bottom: 30px;
}

.become-host-about-sec .row:last-child .become-host-about-img img {
  padding-right: 50px;
}

.blog_detail_icon_wrap .blog_detail_header_icons:last-child {
  padding-left: 70px;
}

.blog_detail_header_icons span {
  font-size: 15px;
  color: var(--primary_color);
}

.blog_detail_header_icons img {
  margin-right: 5px;
}

.blog_detail_wrap p,
.blog_detail_wrap li {
  color: var(--primary_color);
  font-size: 15px;
}

.social_share_default strong {
  color: #161616;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--heading_font_style);
}

.social_share_default ul.social_icons_share {
  display: flex;
  list-style: none;
}

.social_share_default ul.social_icons_share li {
  padding: 0 8px;
}

.social_share_default {
  margin-top: 50px;
  display: flex;
  align-items: baseline;
}

.social_share_default li a {
  border-radius: 100px;
  display: block;
  height: 32px;
  background-color: #f2f2f2;
  cursor: pointer;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-detail-sec {
  padding-bottom: 100px;
}

.social_share_default li a:hover {
  background-color: var(--secondary_color);
}

.social_share_default li a:hover .fa-brands {
  color: #fff;
}

.social_share_default li a .fa-facebook-f {
  color: rgba(24, 119, 242, 1);
}

.social_share_default li a .fa-twitter {
  color: rgba(29, 161, 242, 1);
}

.social_share_default li a .fa-instagram {
  color: rgba(195, 42, 163, 1);
}

.related_blogs {
  padding: 100px 0px;
  overflow-x: clip;
  background-color: #e5f0dd;
  position: relative;
}

.related_blogs .main-heading-sec {
  text-align: center;
}

.related-blogs-txt-wrap {
  margin-bottom: 30px;
}

.related_blogs .blog-item-img img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}

.related_blogs .col-md-4 {
  margin-bottom: 40px;
}

.blog_related_btn {
  display: flex;
  justify-content: center;
}

.blog_related_btn .btn {
  padding: 12px 34px;
}

.blog-detail-banner .main-heading-sec {
  font-size: 60px;
  line-height: 60px;
}

.blog-detail-back:hover {
  color: var(--secondary_color);
}

/*end blog detail page*/
/*Host Add new Activity*/
.host-add-new-activity {
  padding: 30px 15px 40px;
  background-color: #f6f6f6;
}

.side_bar_admin.sticky {
  position: sticky;
  top: 3%;
}

.side_bar_admin .accordion-collapse li a {
  font-family: var(--regular_font_style);
  font-weight: 500;
  font-size: 13px;
  color: rgba(20, 76, 96, 0.7);
  text-transform: capitalize;
}

.side_bar_admin .accordion-collapse li a:hover {
  color: var(--secondary_color);
}

.side_bar_admin .accordion-item {
  border: none;
  padding: 0;
}

.side_bar_admin .accordion-button:after {
  width: 9px;
  height: 7px;
  background-image: url(../images/host_accordian_icon.svg) !important;
  background-size: contain;
}

.side_bar_admin .accordion-button {
  padding: 18px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: none !important;
  box-shadow: none !important;
}

.side_bar_admin {
  background-color: #fff;
  border-radius: 0px;
  padding: 20px 30px;
}

.side_bar_admin .accord_icon_text {
  color: var(--primary_color);
  font-family: var(--heading_font_style);
  font-weight: 600;
  font-size: 15px;
}

.side_bar_admin .accordion-button:not(.collapsed)::after,
.side_bar_admin .accordion-button:not(.collapsed) .dashboard_accord_icon img,
.side_bar_admin .accordion-button:not(.collapsed) {
  color: var(--secondary_color);
  filter: invert(51%) sepia(79%) saturate(2899%) hue-rotate(337deg)
    brightness(91%) contrast(84%);
}

.side_bar_admin .accordion-button:not(.collapsed) .accord_icon_text {
  font-weight: 700;
  color: var(--secondary_color);
}

.side_bar_admin .accordion-button:not(.collapsed) {
  padding-bottom: 0px;
}

.side_bar_admin .accordion_sibar_links li {
  list-style-type: none;
  padding: 14px 0 0;
}

.host-add-new-activity .activity_detail_header {
  padding-top: 0px;
}

.side_bar_admin .accordion_sibar_links ul {
  margin-bottom: 0px;
}

.side_bar_admin .accordion-button:hover {
  color: var(--secondary_color);
}

.host-dash_act_detail .host-add-act-edit-title {
  resize: none;
  background-color: transparent;
  font-size: 33px;
  color: var(--primary_color);
  font-family: var(--heading_font_style);
  font-weight: 700;
  min-height: unset !important;
  border: none;
  padding: 0px;
  line-height: 35px;
}

.host-add-act-edit-title-wrap {
  display: inline-flex;
}

.host-dash_act_detail .host-add-act-edit-title:focus-visible {
  outline: none !important;
}

.host-act-residence-editor .tox-tinymce {
  border: none !important;
}

.host-pro-residence-editor {
  width: 100%;
  background-color: #fff;
  padding: 30px;
}

.tox.tox-tinymce {
  border: none !important;
}

.host-pro-residence-editor .tox-editor-header {
  box-shadow: none !important;
}

.host-add-new-activity h6 {
  margin-bottom: 30px;
  color: var(--primary_color);
  font-size: 20px;
  font-family: var(--heading_font_style);
  font-weight: 700;
}

.host-pro-residence-editor .tox .tox-menubar {
  padding: 0px !important;
}

.tox-statusbar {
  display: none !important;
}

.tox-notifications-container {
  display: none;
}

.host-add-new-activity .host-act-panel {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 50px;
}

.host-add-new-activity input[type="time"] {
  position: relative;
}

.host-my-act-sec .host-act-header-wrap {
  display: flex;
  justify-content: space-between;
}

.host-add-new-activity input[type="time"]::-webkit-calendar-picker-indicator {
  background: url(../images/select-icon.svg) no-repeat;
  background-repeat: no-repeat;
  background-position: 90% 14px;
  /* bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;*/
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.host-add-new-activity select {
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 96% 10px;
}

.host-add-new-activity .add-more-options-act {
  position: relative;
}

.host-add-new-activity .multi-select-icon {
  right: 0;
  position: absolute;
  z-index: 1;
  top: 11px;
  right: 14px;
  z-index: 2;
}

.host-add-new-activity .add-more-options-act button.select2-selection__clear {
  display: none;
}

.host-add-new-activity .datepicker_search {
  cursor: pointer;
  background-color: #fff;
  background-image: url(../images/calendar-icon.svg);
  background-repeat: no-repeat;
  background-position: 95.4% 17px;
}

/*Upload gallery*/

.host-pro-gallery .upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.host-pro-gallery .upload__btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  min-width: 116px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 10px;
  line-height: 26px;
  font-size: 14px;
}

.host-pro-gallery .upload__btn:hover {
  background-color: unset;
  color: #4045ba;
  transition: all 0.3s ease;
}

.host-pro-gallery .upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.host-pro-gallery .upload__img-box {
  width: 200px;
  padding: 0 10px;
  margin-bottom: 12px;
}

.host-pro-gallery .upload__btn-box {
  margin-bottom: 20px;
}

.host-pro-gallery .upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}

.host-pro-gallery .upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
}

.host-pro-gallery .img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

/*end upload gallery*/
.host-add-new-act-sec .host-pro-residence-editor.host-act-panel {
  padding: 0px;
  margin: 0px;
}

.host-amenties-panel .select2-container--default .select2-selection--multiple {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  min-height: 46px;
}

.host-amenties-panel label {
  font-size: 14px;
  font-family: var(--regular_font_style);
  color: var(--primary_color);
}

.host-add-new-activity textarea.select2-search__field::placeholder {
  font-weight: 600;
  font-size: 15px;
  color: var(--secondary_color);
  font-family: var(--heading_font_style);
}

/*End Host Add new Activity*/
/*Host My Activity*/
.host-dashboard-div {
  padding: 30px 15px 80px;
  background-color: #f6f6f6;
}

.host-dashboard-div .iti__selected-flag {
  height: 52px !important;
}

.host-dashboard-div .activity_detail_header {
  padding-top: 0px;
}

.host-activity-acc-edit {
  align-items: center;
  float: right;
  display: flex;
  flex: 0 0 25%;
  justify-content: right;
  position: relative;
}

.host-activity-acc-edit a {
  text-decoration: underline;
  color: var(--primary_color);
}

.host-activity-acc-edit a:hover {
  color: var(--secondary_color);
}

.my-act-accordian .host-acc-icon-wrap {
  align-items: center;
  display: flex;
  width: 100%;
}

.my-act-accordian .act-accordian-title {
  margin-left: 13px;
}

.my-act-accordian .act-accordian-title p {
  margin-bottom: 0px;
}

.my-act-accordian .accordion-body li:before {
  content: url(../images/list-icon.svg);
  margin-right: 10px;
}

.my-act-accordian .accordion-body ul {
  list-style: none;
  padding-left: 0px;
}

.my-act-accordian .accordion-body li {
  font-size: 15px;
  color: var(--primary_color);
  line-height: 30px;
}

.my-act-accordian .host-activity-acc-edit {
  float: unset;
  flex: 0 0 10%;
  justify-content: flex-start;
}

.host-my-act-title h1 {
  color: var(--primary_color);
  font-size: 33px;
}

.my-act-accordian {
  max-width: 821px;
  margin-top: 10px;
}

.my-act-accordian .accordion-item {
  margin-bottom: 10px;
}

/*End Host My Activity*/
/*Host My Properties*/
.my-proper-slider .item img {
  height: 230px;
  object-fit: cover;
}

.host_mypro_breadcrumb_wrap {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0px;
}

.host_my_properties_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.host_my_properties_header .sort_dashboard {
  display: flex;
  justify-content: center;
  align-items: center;
}

.host_my_properties_header .sort_dashboard select {
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 94% 14px;
  width: 171px;
  min-height: unset;
  font-weight: 500;
  font-size: 13px !important;
  color: rgba(20, 76, 96, 0.5) !important;
  font-family: var(--regular_font_style);
}

.host_my_properties_header .sort_dashboard select option {
  color: var(--primary_color);
}

.host-my-proper-list .my-proper-list-wrap {
  padding: 35px 20px 30px;
  background-color: #fff;
  margin-bottom: 50px;
}

.host-my-proper-list .my-proper-list-col-content {
  width: 100%;
  margin-left: 30px;
}

.host-book-request-listing .book-mem-content-wrap {
  padding-right: 10px;
  color: var(--primary_color);
  font-size: 14px;
  font-family: var(--regular_font_style);
  display: flex;
}

.host-book-request-listing .book-mem-content-wrap strong {
  flex: 0 0 44%;
}

.host-book-request-listing .my-proper-list-wrap {
  padding: 0px;
}

.host-book-request-listing .my-proper-list-col {
  padding: 20px;
}

.book-request-status-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(132, 132, 132, 0.2);
  padding: 13px 13px;
}

.host-book-request-listing .default_pagination_wrap {
  padding-top: 20px;
}

.host-my-proper-list .my-proper-edit-btn {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.host-my-proper-list .my-pro-list-title-wrap h3 {
  color: var(--primary_color);
  font-size: 31px;
}

.host-my-proper-list .my-pro-list-title-wrap {
  display: flex;
}

.host-my-proper-list .my-proper-list-col-loc {
  margin-bottom: 15px;
  display: flex;
  padding-right: 50px;
}

.host-my-proper-list .my-pro-col-order-wrap {
  display: flex;
}

.host-my-proper-list .my-pro-col-order-wrap {
  margin-bottom: 14px;
}

.host-my-proper-list .my-pro-order-review {
  display: flex;
}

.my-pro-order-left strong {
  color: var(--primary_color);
  font-size: 14px;
  font-weight: 600;
}

.my-pro-order-right span {
  padding-right: 24px;
  font-size: 14px;
  color: var(--primary_color);
}

.my-proper-list-loc span,
.my-proper-list-loc strong {
  font-size: 14px;
  color: var(--primary_color);
}

.my-proper-list-loc strong {
  font-weight: 600;
}

.my-proper-list-col-loc .my-proper-list-loc {
  min-width: 30%;
}

.my-pro-col-order-wrap .my-pro-order-left {
  flex: 0 0 30%;
}

.host-my-proper-list .my-pro-col-order-wrap .my-pro-order-right {
  display: flex;
  flex-wrap: wrap;
}

.host-my-proper-list .my-pro-order-review label {
  color: var(--primary_color);
  font-size: 13px;
  padding-left: 10px;
}

.host-my-properties-sec .default_pagination_wrap {
  padding-top: 20px;
}

.host-my-proper-list .my-pro-list-title-wrap span {
  left: 16px;
  font-weight: 600;
  font-size: 12px;
  padding: 3px 13px 0px;
  width: 55px;
  height: 22px;
  background-color: rgb(132, 132, 132, 0.15);
  border-radius: 50px;
  font-family: var(--heading_font_style);
  color: rgba(152, 152, 152, 0.7);
  top: 6px;
  position: relative;
}

.host-my-proper-list .my-proper-list-slider {
  width: 30%;
}

.host-my-proper-list .my-proper-list-col {
  display: flex;
}

.host_mypro_btnwrap .btn {
  font-weight: 500;
  color: #fff;
  background-color: var(--secondary_color);
  border-color: var(--secondary_color);
}

.host_mypro_btnwrap .btn:first-child {
  margin-right: 24px;
}

.host_mypro_btnwrap .btn:hover {
  background-color: #fff;
  color: var(--secondary_color);
}

.host_my_properties_header .host_mypro_title h1 {
  margin-bottom: 0px;
  color: var(--primary_color);
  font-size: 33px;
}

.received-payments-table {
  margin-top: 10px;
}

.host_my_properties_header .sort_dashboard span {
  font-size: 13px;
  color: rgba(20, 76, 96, 0.5);
  margin-right: 15px;
}

.host-my-proper-list .featured-tags-listing ul {
  flex-wrap: wrap;
  padding: 0px;
  display: flex;
  list-style-type: none;
  margin-top: 10px;
}

.host-my-proper-list .featured-tags-listing li {
  text-transform: capitalize;
  color: #10828f;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0px 21px;
  list-style: none;
  border: 1px solid rgba(16, 130, 143, 0.15);
  border-radius: 30px;
  background-color: rgba(16, 130, 143, 0.15);
}

.book-request-details-tbl tr,
.book-request-details-tbl td {
  color: var(--primary_color);
  font-size: 14px;
}

/*End Host My Properties*/
/*Host My Properties List*/

.my-properties-header-wrap .dashboard-tables-header-title {
  display: inline-flex;
}

.my-properties-header-wrap .host-add-act-edit-title {
  resize: none;
  background-color: transparent;
  font-size: 33px;
  color: var(--primary_color);
  font-family: var(--heading_font_style);
  font-weight: 700;
  min-height: unset !important;
  border: none;
  padding: 0px;
  line-height: 35px;
  min-width: 360px;
}

.my-properties-header-wrap .host-add-act-edit-title:focus-visible {
  outline: none !important;
}

.my-properties-header-wrap .edit_field_title {
  padding-left: 5px;
}

.my-properties-header-wrap .host-add-act-edit-title-wrap {
  height: 44px;
}

.my-properties-header-wrap h6 {
  color: var(--primary_color);
  font-size: 23px;
}

.dashboard-tables-header {
  display: flex;
  justify-content: space-between;
}

.dashboard-tables-details-table {
  padding-top: 10px;
}

.dashboard-tables-details-table .dataTable {
  padding-bottom: 20px;
  background-color: #fff;
}

.host-pro-gallery .jquery-uploader-select-card .jquery-uploader-select {
  height: 100%;
}

.dashboard-tables-header-links {
  display: flex;
}

.dashboard-tables-header-links .export-excel {
  padding-right: 30px;
}

.dashboard-tables-header-links .export-excel {
  font-size: 13px;
  padding-right: 30px;
  color: rgba(19, 75, 95, 0.5);
}

.dashboard-tables-header-links a {
  font-weight: 600;
  font-family: var(--regular_font_style);
  font-size: 13px;
}

.dashboard-tables-details-table th,
.dashboard-tables-details-table td,
.dashboard-tables-details-table tr:nth-of-type(odd) {
  color: var(--primary_color);
  font-size: 14px;
}

.dashboard-tables-details-table th {
  font-weight: 600;
}

.dashboard-tables-details-table th:before,
.dashboard-tables-details-table th:after {
  opacity: 1 !important;
}

.dashboard-tables-details-table td,
.dashboard-tables-details-table tr {
  padding: 0.5rem 1rem !important;
}

.dashboard-tables-details-table thead {
  background-color: rgba(16, 130, 143, 0.1);
}

.review_dashboard_property_detail {
  font-size: 20px;
  background-color: #fff;
  padding: 70px 50px 50px;
}

.review_dashboard_property_detail .heading-rv {
  font-size: 60px;
}

.fa-star:before {
  font-size: 16px;
}

.review_dashboard_property_detail .based-review p {
  margin-top: 10px;
  color: var(--primary_color);
  font-weight: 600;
  font-family: var(--heading_font_style);
  font-size: 16px;
}

.review_dashboard_property_detail .rating-sec .profile-rating ul {
  padding: 0px;
  align-items: center;
  display: flex;
  list-style: none;
}

.review_dashboard_property_detail .profile-rating li:last-child {
  background: #10828f;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding-top: 12px;
  font-family: var(--regular_font_style);
  font-weight: 600;
  font-size: 12px;
}

.review_dashboard_property_detail .top-reviews hr {
  margin: 30px 0px;
}

.review_dashboard_property_detail .top-reviews .star-date {
  display: flex;
  justify-content: space-between;
}

.review_dashboard_property_detail .top-reviews .profile-rating {
  margin-bottom: 12px;
}

.review_dashboard_property_detail .top-reviews .review-text p {
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
}

.review_dashboard_property_detail .top-reviews .profile-review h4 {
  font-size: 16px;
  margin-bottom: 0px !important;
}

.review_dashboard_property_detail .flag_btn a {
  border: 1px solid rgba(22, 22, 22, 0.1);
  padding: 8px 15px;
  text-decoration: none;
  color: rgba(22, 22, 22, 0.5);
  font-size: 11px;
  font-weight: 600;
  font-family: var(--regular_font_style);
  border-radius: 5px;
  text-transform: uppercase;
}

.review_dashboard_property_detail .top-reviews .profile-review {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.review_dashboard_property_detail .top-reviews .profile-review img {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  margin-right: 7px;
}

.review_dashboard_property_detail .top-reviews .star-date label {
  font-weight: 500;
  font-size: 14px;
  color: rgba(132, 132, 132, 0.7);
}

.review_dashboard_property_detail .rating-sec .profile-rating li {
  margin-right: -10px;
}

.review_dashboard_property_detail .rating-sec .profile-rating li img {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.review_dashboard_property_detail .star-line .side.left .fa-star {
  padding-right: unset;
}

.host-pro-gallery .jquery-uploader-preview-container {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -11px 0;
}

.host-pro-gallery .jquery-uploader-card,
.host-pro-gallery .jquery-uploader-select-card {
  width: 33.33%;
  padding: 0 12px;
  position: relative;
  height: 230px;
  margin-bottom: 20px;
}

.host-pro-gallery
  .jquery-uploader-select-card
  .jquery-uploader-select
  .upload-button {
  height: 100%;
  width: 100%;
  border: 2px dashed var(--primary_color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.host-pro-gallery
  .jquery-uploader-select-card
  .jquery-uploader-select
  .upload-button
  i {
  font-size: 3rem;
  color: var(--primary_color);
  font-weight: 300;
}

.host-pro-gallery
  .jquery-uploader-preview-main:hover
  .jquery-uploader-preview-action
  li {
  visibility: visible;
}

.host-myproper-btn-wrap a.btn.btn_defaults.pending_btn {
  padding: 16px 32px;
  background-color: #848484;
  color: #fff;
  border-color: #848484;
  margin-right: 14px;
}

.host-myproper-btn-wrap a.btn.btn_defaults.pending_btn:hover {
  background-color: transparent;
  color: #848484;
}

.review_dashboard_property_detail h3 {
  font-size: 20px;
}

.review_dashboard_property_detail .rating-sec {
  margin-bottom: 104px;
}

.properties-review-btn-wrap .btn.btn_defaults.orange_btn,
.btn_wrap-host-dash-act .btn_defaults.orange_btn {
  margin-right: 16px;
  background-color: var(--secondary_color);
  color: #fff;
}

.properties-review-btn-wrap .btn.btn_defaults.orange_btn:hover,
.btn_wrap-host-dash-act .btn_defaults.orange_btn:hover {
  background-color: #fff;
  color: var(--secondary_color);
}

.btn_wrap-host-dash-act .btn_defaults.orange_btn {
  padding: 16px 33px;
}

.host-myproper-btn-wrap a.btn.btn_defaults.blue_btn {
  padding: 16px 32px;
}

.host-pro-gallery
  .jquery-uploader-select-card
  .jquery-uploader-select
  .upload-button
  a {
  display: none;
}

.host-pro-gallery
  .jquery-uploader-preview-main
  .jquery-uploader-preview-action
  ul {
  margin: 0;
}

.host-pro-gallery
  .jquery-uploader-preview-main
  .jquery-uploader-preview-action
  li {
  visibility: hidden;
}

.host-pro-gallery
  .jquery-uploader-preview-main
  .jquery-uploader-preview-action
  li {
  list-style-type: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.host-pro-gallery
  .jquery-uploader-preview-main
  .jquery-uploader-preview-action
  li
  i {
  color: var(--bs-danger);
  font-size: 2rem;
  cursor: pointer;
}

.host-pro-gallery
  .jquery-uploader-preview-main
  .jquery-uploader-preview-action
  li
  i {
  color: var(--bs-danger);
  font-size: 2rem;
  cursor: pointer;
}

.host-pro-gallery .jquery-uploader-preview-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.host-pro-gallery
  .jquery-uploader-card
  .jquery-uploader-preview-main
  .files_img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
}

.host-dashboard-tables #properties-datatable_info {
  display: none;
}

.dataTables_paginate li#properties-datatable_previous,
.dataTables_paginate li#properties-datatable_next {
  color: transparent;
  position: relative;
}

.dataTables_wrapper .col-sm-12.col-md-7 {
  flex: 0 0 100%;
  width: 100%;
}

.dataTables_paginate ul.pagination {
  display: flex;
  justify-content: center !important;
  align-items: center;
}

.dataTables_paginate li#properties-datatable_previous a:before,
.dataTables_paginate li#properties-datatable_next a:before {
  left: 9px;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "";
  background: url(../images/table-previous-icon.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  display: flex;
  top: 12px;
}

.dataTables_paginate li#properties-datatable_previous a.page-link,
.dataTables_paginate li#properties-datatable_next a.page-link {
  background-color: transparent;
  color: transparent;
  border-radius: 50px;
  border: none;
}

.dataTables_paginate li#properties-datatable_previous {
  margin-right: 20px;
}

.dataTables_paginate li#properties-datatable_next {
  margin-left: 20px;
}

.dataTables_paginate a.page-link:focus {
  outline: none !important;
  box-shadow: none;
}

.dataTables_paginate a.page-link {
  background-color: transparent;
  height: 40px;
  padding: 0.375rem 0.75rem 0.1rem;
  width: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--secondary_color);
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: var(--primary_color);
  margin-right: 2px;
}

.dataTables_paginate li.paginate_button.active a.page-link {
  background-color: var(--secondary_color);
  border-color: var(--secondary_color);
  color: #fff;
}

.dataTables_paginate li.paginate_button a.page-link:hover {
  background-color: var(--secondary_color);
  color: #fff;
}

.dataTables_paginate li#properties-datatable_next a:before {
  background: url(../images/table-next-icon.svg);
  background-repeat: no-repeat;
}

.host-dashboard-tables #properties-datatable_length {
  display: none;
}

.dataTables_filter {
  display: none;
}

.dashboard-tables-header {
  padding-top: 30px;
}

/*End Host My Properties List*/
/*host booking request css*/
.host-book-request-listing .book-request-mem-content {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.host-book-request-listing .book-mem-content-wrap {
  padding-bottom: 20px;
  flex: 0 0 50%;
}

.host-book-request-listing .booking-request-img-wrap img {
  width: 100%;
  max-height: 230px;
  object-fit: cover;
}

.host-book-request-sec .host_my_properties_header {
  padding: 0px 0px 30px;
  margin-bottom: 0px;
}

.book-request-status-btn .btn.btn_defaults:first-child {
  margin-right: 30px;
}

.booking-request-details .booking-request-img-wrap img {
  width: 100%;
  max-height: 230px;
  object-fit: cover;
}

.book-request-details-top small {
  color: var(--primary_color);
  font-size: 13px;
}

.book-request-details-top {
  display: flex;
  margin-bottom: 10px;
}

.booking-request-details .my-proper-list-col-content p,
.book-request-info,
.book-detail-info {
  color: var(--primary_color);
  margin-bottom: 0px;
  font-size: 14px;
}

.book-request-info {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
}

.booking-request-details .featured-tags-listing {
  margin-top: 17px;
}

.book-request-details-tbl .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: rgba(235, 234, 234, 0.4) !important;
  color: var(--primary_color);
}

.book-request-details-tbl .table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-accent-bg: rgba(235, 234, 234, 0.1) !important;
}

.book-request-details-top
  .book-request-details-wrap:last-child
  small:last-child {
  padding-left: 20px;
}

.book-request-details-tbl table tr td {
  padding: 0.65rem 0rem 0.65rem 1rem !important;
  border: none !important;
}

.book-request-mem-details h4 {
  margin-bottom: 24px;
  padding: 0px 30px;
  font-size: 20px;
  color: var(--primary_color);
  font-weight: 700;
}

.guest-modal-popup .book-request-mem-details .table-striped > tbody > tr td a {
  text-decoration: none !important;
}

.guest-modal-popup .book-request-mem-details {
  padding-top: 0px;
  margin-bottom: 0px;
}

.guest-modal-popup .btn-close:hover,
.decline-modal-popup .btn-close:hover,
.host-msg-user .btn-close:hover,
.cancel-modal-popup .btn-close:hover {
  background-color: var(--secondary_color) !important;
}

.guest-modal-popup
  .book-request-mem-details
  .table-striped
  > tbody
  > tr
  td
  a:hover {
  color: var(--primary_color) !important;
}

.guest-modal-popup .btn-close,
.decline-modal-popup .btn-close,
.add-req-modal-popup .btn-close,
.add-account-modal-popup .btn-close,
.cancel-booking-modal-popup .btn-close,
.host-msg-user .btn-close,
.cancel-modal-popup .btn-close {
  z-index: 9;
  background-color: #d9d9d9 !important;
  background: transparent url(../images/icon-cross-white-icon.svg);
  background-repeat: no-repeat;
  width: 36px;
  background-position: 50%;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 100px;
}

.book-request-mem-details .table-striped > tbody > tr td a {
  cursor: pointer !important;
  color: var(--secondary_color) !important;
  text-decoration: underline !important;
  font-weight: 400;
}

.book-request-mem-details {
  margin-bottom: 50px;
  background-color: #fff;
  padding: 35px 0px 5px;
}

.host-book-request-status {
  display: flex;
  background-color: #fff;
  padding: 30px;
  justify-content: space-between;
  align-items: center;
}

.book-request-status-wrap {
  color: var(--primary_color);
  font-family: var(--heading_font_style);
  font-size: 15px;
}

.book-request-status-wrap span {
  font-size: 13px;
  color: #10828f;
}

.book-request-details-top .book-request-details-wrap:first-child {
  padding-right: 90px;
}

.book-request-status-btn .btn.btn_defaults {
  padding: 16px 32px;
}

.book-request-mem-details thead,
.dataTables_wrapper thead {
  background-color: rgba(16, 130, 143, 0.1);
}

.book-request-mem-details td,
.book-request-mem-details th,
.dataTables_wrapper td,
.dataTables_wrapper th {
  color: var(--primary_color);
  font-size: 14px;
}

.book-request-mem-details tr {
  border-bottom: none !important;
}

.book-request-mem-details td {
  border: none;
  padding: 1rem 0.5rem;
}

.book-request-mem-details th {
  border-bottom: none !important;
  padding: 1.2rem 0.5rem;
}

.book-request-mem-details th,
.dataTables_wrapper th {
  font-weight: 600;
}

.book-request-mem-details .table-striped > tbody > tr:nth-of-type(odd) > * {
  color: var(--primary_color);
  --bs-table-accent-bg: rgba(235, 234, 234, 0.1);
}

.book-request-mem-details .table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-accent-bg: rgba(235, 234, 234, 0.4);
}

.book-request-mem-details .table-striped > tbody > tr td:first-child,
.dataTables_wrapper table.dataTable.table-striped > tbody > tr td:first-child {
  border-left: 20px solid #fff;
}

.book-request-mem-details .table-striped > tbody > tr td:last-child,
.dataTables_wrapper table.dataTable.table-striped > tbody > tr td:last-child {
  border-right: 20px solid #fff;
}

#decline-modal .modal-body,
.add-account-modal-popup .modal-body {
  padding: 50px;
  overflow-y: auto;
}

#decline-modal h2 {
  font-size: 33px;
}

#delete-account-modal .btn {
  margin-top: 10px;
}

#decline-modal .decline-modal-txt {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: var(--primary_color);
}

#decline-modal .decline-modal-txt label {
  font-size: 14px;
}

#decline-modal .msg-host-txt-wrap label {
  font-family: var(--regular_font_style);
  font-weight: 400;
  font-size: 14px;
}

.book-request-mem-details td a {
  cursor: pointer;
}

/*end host booking request css*/
/*host dashboard*/
.rquest_chart_wrap {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  margin: 0;
  position: relative;
}

.graphite-column-container {
  min-width: 200px;
  margin-left: 40px !important;
}

.graphite-column {
  width: 14.28%;
  margin-bottom: -2px;
}

.rquest_chart_wrap hr {
  width: calc(100% - 40px);
  margin-left: auto;
}

.graphite-title h2 {
  color: var(--primary_color);
  font-weight: 700;
  font-size: 25px;
  font-family: var(--heading_font_style);
  text-align: left;
  margin-bottom: 16px;
}

.graphite-container {
  margin-top: 70px !important;
  margin-bottom: 20px;
}

#request_chart_graph_init {
  position: relative;
  z-index: 1;
}

.week_populate_chart {
  position: absolute;
  top: 19px;
  right: 20px;
  max-width: 300px;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.graphite-separator-container,
.graphite-column-label {
  font-family: var(--regular_font_style);
  color: var(--primary_color);
  font-size: 14px !important;
}

.dashboard-main-title h1 {
  font-size: 35px;
}

.dashboard-main-title {
  margin-top: 20px;
}

.dash-features-statistics {
  background-color: #fff;
  padding: 20px;
}

.dash-statistics-icon img {
  max-height: 27px;
}

.dash-statistics-count {
  font-family: var(--heading_font_style);
  font-weight: 700;
  color: var(--primary_color);
}

.dash-statistics-count strong {
  font-size: 33px;
}

.dash-statistics-count label {
  font-size: 14px;
  padding-left: 7px;
}

.dash-statistics-icon {
  margin-bottom: 5px;
}

.dash-statistics-title {
  font-weight: 500;
  font-size: 13px;
  color: #848484;
  font-family: var(--regular_font_style);
}

.home_booking_slider_sec .booking_slider_item .owl-nav.disabled {
  padding: 0px 10px;
  display: flex;
  position: absolute;
  top: 30%;
  justify-content: space-between;
  width: 100%;
}

.home_booking_slider_sec .booking_slider_item .owl-dots.disabled {
  display: block !important;
}

.home-featured-packages .featured_items_wrap .featured_carousel_item {
  margin-bottom: 35px;
}

.host-dashboard-main .bar-chart-wrap {
  margin-bottom: 15px;
  margin-top: 14px;
  position: relative;
}

.host-dashboard-main {
  padding-bottom: 80px;
}

.host-dashboard-main .dashboard-tables-header {
  padding: 30px 20px 24px;
}

.dashboard-tables-header-links .export-excel img {
  margin-right: 5px;
}

.host-dashboard-main .dashboard-tables-header-links {
  justify-content: center;
  align-items: center;
}

.dashboard-tables-header-links .export-excel a {
  font-weight: 400;
  font-family: var(--regular_font_style);
  color: var(--primary_color);
  font-size: 14px;
}

.dashboard-tables-header-links .export-excel a:hover {
  color: var(--secondary_color);
}

.host-dashboard-main .book-request-mem-details h4 {
  font-size: 26px;
  padding: 0px;
  margin-bottom: 0px;
}

.host-dashboard-main .book-request-mem-details {
  margin-bottom: 15px;
  padding-top: 0px;
}

.host-dashboard-main #week_populate_chart_select {
  width: unset;
  border: none;
  padding: 0px;
  min-height: unset;
}

.host-dashboard-main #week_populate_chart_select label {
  padding-left: 20px;
  font-size: 14px;
  cursor: pointer;
}

.host-dashboard-main .dash-act-wrap {
  padding: 20px;
  background-color: #fff;
}

.host-dashboard-main .dash-act-title-wrap h4 {
  font-size: 25px;
  margin-bottom: 0px;
}

.host-dashboard-main .dash-act-title-wrap a {
  font-family: var(--regular_font_style);
  font-size: 13px;
  font-weight: 600;
}

.host-dashboard-main .dash-act-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.dash-act-wrap .dash-recent-activities {
  padding: 16px;
  display: flex;
}

.dash-act-wrap .dash-recent-activities:hover {
  background-color: rgba(20, 76, 96, 0.05);
}

.dash-recent-activities .dash-act-icon img {
  width: 18px;
  height: 18px;
  max-width: 18px;
}

.dash-recent-activities .dash-act-icon {
  margin-right: 10px;
  max-width: 36px;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  background-color: rgba(216, 94, 64, 0.2);
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dash-recent-activities .dash-act-content strong {
  color: var(--primary_color);
  font-weight: 600;
  font-size: 14px;
}

.dash-act-wrap .dash-recent-activities:nth-child(1) {
  /* background-color: rgba(20, 76, 96, 0.05); */
}

.dash-recent-activities .dash-act-content label {
  /* height: 42px; */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border-bottom: none;
  overflow: hidden;
  color: var(--primary_color);
  font-size: 14px;
}

.dash-recent-activities .dash-act-content label br {
  display: none;
}

.host-signup .forget-pass {
  padding-bottom: 40px;
}

.approve_btns_new {
  margin-bottom: 20px;
}

.book-request-status-btn {
  align-items: center;
  gap: 10px;
}

.host-signup .mem_btn_signup .btn {
  margin: 40px 0px 20px;
}

/*end host dashboard*/
/*add requirement popup*/
.add-req-modal-popup .modal-body {
  padding: 50px;
}

.add-req-modal-popup .message-host-section h2 {
  font-size: 33px;
}

.add-req-modal-popup .form-control {
  font-size: 14px !important;
  min-height: 48px;
}

.add-req-modal-popup h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.add-req-modal-popup .message-host-section label {
  font-size: 15px;
}

.add-req-modal-popup label.form-check-label {
  color: var(--primary_color);
  font-size: 14px;
}

.add-req-modal-popup .blue_btn {
  margin-top: 0px;
  padding: 16px 33px;
  background-color: #fff;
}

.add-req-modal-popup button.btn.btn_defaults {
  margin-top: 0px;
  padding: 16px 34px;
}

.add-req-modal-popup .form-check.form-check-inline:last-child {
  margin-left: 36px;
}

.add-req-modal-popup select {
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 96% 23px;
}

/*end add requirement popup*/
/*change password sec*/
.change-password-div {
  max-width: 820px;
  padding: 30px;
  background-color: #fff;
  margin: 20px 0px 0px 16px;
}

.change-password-sec form {
  max-width: 352px;
}

.change-password-sec .btn.btn_defaults {
  border-color: var(--secondary_color);
  background-color: var(--secondary_color);
  padding: 16px 34px;
  color: #fff;
}

.change-password-sec .btn.btn_defaults:hover {
  background-color: #fff;
  color: var(--secondary_color);
}

/*end change password sec*/
/*with draw payment*/
.host-withdraw-sec .default_breadcrumb {
  margin-bottom: 30px;
}

.withdrawal-amount-wrap input:focus {
  border: 1px solid rgba(20, 76, 96, 0.1);
  border-color: rgba(20, 76, 96, 0.1) !important;
}

.withdrawal-bank-details .row.align-items-center {
  align-items: flex-start !important;
}

.withdrawal-bank-details
  .row.align-items-center
  .col-md-6:first-child
  label:first-child {
  margin-bottom: 20px;
}

.host-withdraw-sec .host-amount-wallet {
  background-color: #fff;
  padding: 24px 20px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.host-amount-wallet .amount-wallet-wrap {
  display: flex;
  align-items: center;
}

.host-withdraw-sec .host-amount-wallet span {
  padding-right: 20px;
  color: rgba(20, 76, 96, 0.5);
  font-family: var(--regular_font_style);
  font-weight: 600;
  font-size: 15px;
}

.host-withdraw-sec .host-amount-wallet strong {
  font-family: var(--heading_font_style);
  font-weight: 700;
  font-size: 28px;
  color: var(--primary_color);
}

.withdrawal-bank-details {
  margin-bottom: 50px;
  background: #fff;
  padding: 40px 20px;
}

.withdrawal-bank-details .form-check-inline label {
  color: var(--primary_color);
  font-family: var(--heading_font_style);
  font-weight: 400;
  font-size: 15px;
}

.withdrawal-host-btn .btn.btn_defaults {
  padding: 16px 33px;
  border-radius: 0px;
  background-color: var(--secondary_color);
  color: #fff;
}

.withdrawal-host-btn .btn.btn_defaults:hover {
  background-color: transparent;
  color: var(--secondary_color);
}

.dataTables_wrapper th {
  padding: 1.2rem 0.5rem !important;
}

.dataTables_wrapper td {
  padding: 1rem 0.5rem !important;
}

.dataTables_wrapper .col-sm-12 {
  padding: 0px;
}

.dataTables_wrapper table.dataTable > tbody > tr:nth-of-type(odd) > * {
  color: var(--primary_color);
  --bs-table-accent-bg: rgba(235, 234, 234, 0.1);
}

.dataTables_wrapper table.dataTable > tbody > tr:nth-of-type(even) > * {
  --bs-table-accent-bg: rgba(235, 234, 234, 0.4);
}

.dataTables_wrapper table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: none !important;
}

.dataTables_wrapper table.dataTable.table-striped > tbody > tr td {
  border: none;
}

.dataTables_wrapper table.dataTable.table-striped > thead > tr th:first-child {
  padding-left: 2rem !important;
}

.received-payments-table #properties-datatable_length {
  display: none;
}

.received-payments-table #properties-datatable_info {
  display: none;
}

.dataTables_wrapper table.dataTable.table-striped > thead > tr th {
  min-width: 80px;
  border: none;
}

.dataTables_wrapper
  table.dataTable.table-striped
  > thead
  > tr
  th:last-child::before,
.dataTables_wrapper
  table.dataTable.table-striped
  > thead
  > tr
  th:last-child::after {
  right: 20px;
}

.dataTables_wrapper table.dataTable.table-striped > tbody > tr td a {
  display: block;
  width: 100%;
  text-align: center;
}

.dataTables_wrapper .dataTables_paginate {
  padding-bottom: 30px;
  padding-top: 70px;
}

.dataTables_paginate li.paginate_button {
  padding-right: 20px;
}

.dataTables_paginate .paginate_button.disabled {
  opacity: 0.5;
}

/*end with draw payment*/
/*host my profile*/
.host-my-profile-div {
  padding: 40px;
  background-color: #fff;
}

.host-my-profile-div .host-myprofile-img-wrap {
  padding-bottom: 70px;
  display: flex;
  align-items: center;
}

.host-my-profile-div .profile-instruc-editor,
.host-my-profile-div .profile-doc-upload {
  padding-top: 30px;
}

.host-my-profile-div .profile-doc-upload {
  padding-bottom: 20px;
}

.host-my-profile-div .host-my-profile-title {
  padding-left: 30px;
}

/*end host profile*/
/*new*/
.host-my-profile-img {
  max-width: 150px;
  height: 150px;
  position: relative;
}

.host-my-profile-img .host-my-profile-edit {
  position: absolute;
  right: 7px;
  z-index: 1;
  bottom: 0px;
}

.host-my-profile-img .host-my-profile-edit input {
  display: none;
}

.host-my-profile-img .host-my-profile-edit input + label {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #10828f;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.host-my-profile-img .host-my-profile-edit input + label:hover {
  background: var(--secondary_color);
}

.host-my-profile-img .host-my-profile-edit input + label:after {
  height: 15px;
  background-image: url(../images/profile-edit-icon.svg);
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: -1px;
  text-align: center;
  margin: auto;
  width: 15px;
  background-repeat: no-repeat;
}

.host-my-profile-img .profile-upload-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
}

.host-my-profile-img .profile-upload-preview > div {
  max-width: 150px;
  height: 150px;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.host-my-profile-sec .default_breadcrumb {
  margin-bottom: 30px;
}

.host-my-profile-div .host-my-profile-title h4 {
  color: #161616;
  font-family: var(--heading_font_style);
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0px;
}

.host-my-profile-sec .form-check.form-check-inline label {
  color: var(--primary_color);
  font-weight: 600;
  font-size: 15px;
  font-family: var(--heading_font_style);
}

.withdrawal-amount-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}

.withdrawal-amount-wrap span {
  padding: 0px 16px;
  display: flex;
  height: 100%;
  background-color: rgba(16, 130, 143, 0.1);
  font-family: var(--regular_font_style);
  font-size: 14px;
  font-weight: 500;
  color: var(--primary_color);
  align-items: center;
}

.withdrawal-amount-wrap input {
  min-height: 48px;
  font-family: var(--regular_font_style);
  font-size: 14px;
  color: var(--primary_color);
  height: 48px;
  border: 1px solid rgba(20, 76, 96, 0.1);
  padding-left: 10px;
}

.withdrawal-bank-details .withdrawal-details-wrap {
  max-width: 680px;
}

.withdrawal-bank-details select,
.host-my-profile-div select {
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 96% 23px;
}

.withdrawal-bank-details .withdrawal-host-btn {
  margin-top: 30px;
}

.withdrawal-bank-details .btn.btn_defaults {
  border-radius: 7px;
  padding: 16px 22px;
}

.withdraw-pay-table h4 {
  font-size: 33px;
}

.host-my-profile-div textarea {
  height: 54px;
}

.host-my-profile-div h4 {
  font-size: 20px;
}

.add-req-modal-popup .selectize-input {
  display: flex;
  box-shadow: none;
  min-height: 48px;
}

/*input, select, textarea
{
    border: 1px solid rgba(20, 76, 96, 0.1) !important;
}*/
input[type="radio"] {
  min-height: unset !important;
}

.tox-editor-container .tox-sidebar-wrap {
  border: 1px solid rgb(20, 76, 96, 0.1) !important;
}

.tox.tox-tinymce {
  border-radius: 0px !important;
}

.host-my-profile-div .profile-instruc-editor {
  margin-bottom: 50px;
}

.tox .tox-editor-header {
  box-shadow: none !important;
}

.my-profile-btn-wrap .btn {
  background-color: var(--secondary_color);
  color: #fff;
}

.my-profile-btn-wrap .btn:hover {
  background-color: transparent;
  color: var(--secondary_color);
}

.inbox-sec .inbox-left-bar {
  height: 100%;
  padding: 30px;
}

.inbox-sec .inbox-left-bar .inbox-left-icon-wrap {
  margin-bottom: 30px;
}

.inbox-sec .inbox-left-bar .inbox-left-icon-wrap strong {
  margin-left: 10px;
}

.inbox-sec .inbox-left-bar .inbox-left-icon-wrap strong,
.inbox-sec .inbox-left-bar .inbox-left-icon-wrap strong a {
  font-size: 15px;
  font-weight: 600;
  margin-left: 10px;
  color: var(--primary_color);
}

.message-detail-sec .message-chat-area {
  min-height: calc(100vh - 300px);
  height: 100%;
}

.message-detail-sec .message-chat-area .row {
  height: 100%;
}

.message-detail-sec {
  overflow: hidden;
  min-height: calc(100vh - 300px);
}

.message-detail-sec .price-details-wrap .price-detail-right {
  display: flex;
  flex-direction: column;
}

.message-detail-sec .inbox-left-icon-wrap:hover img {
  filter: invert(60%) sepia(50%) saturate(1893%) hue-rotate(339deg)
    brightness(93%) contrast(81%);
}

.inbox-sec .inbox-left-bar .inbox-left-icon-wrap:hover strong,
.inbox-sec .inbox-left-bar .inbox-left-icon-wrap:hover strong a {
  color: var(--secondary_color);
}

.all-messages-header {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.all-messages-header h1 {
  font-size: 33px;
}

.all-messages-header .btn {
  margin-right: 30px;
  background-color: var(--secondary_color);
  color: #fff;
  padding: 16px 33px;
}

.all-messages-header .btn:hover {
  background-color: transparent;
  color: var(--secondary_color);
}

/*host manage payment*/
.payment-method-options {
  max-width: 820px;
  margin-top: 20px;
  padding: 30px;
  background-color: #fff;
}

.payment-method-options .payment-title-wrap h4 {
  font-size: 20px;
}

.payment-method-options .payment-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

a#custom-add-account-btn {
  background: transparent;
  color: var(--secondary_color);
  margin-left: 25px;
}

.proveides_auto_payment {
  margin: 10px 0;
}

.proveides_auto_payment span {
  font-size: 13px;
  color: #978e8e;
  font-style: italic;
  font-weight: 500;
}

.payment-method-options .payment-btn-wrap .btn {
  background-color: var(--secondary_color);
  padding: 16px 32px;
  color: #fff;
}

.payment-method-options .payment-btn-wrap {
  margin-top: 20px;
}

.payment-method-options .payment-btn-wrap .btn:hover {
  background-color: #fff;
  color: var(--secondary_color);
}

.payment-title-wrap .payment-btn-wrap {
  margin-top: 0px;
}

.host-payment-method {
  padding-bottom: 100px;
}

.payment-method-options .payment-method-icon {
  margin-right: 12px;
  background-color: rgba(2, 128, 144, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 100pc;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
}

.payment-method-options .payment-method-icon img {
  max-height: 34px;
  width: 100%;
}

.host-payment-method-wrap .payment-method-content h5 {
  margin-bottom: 0px;
  font-size: 17px;
}

.host-payment-method-wrap {
  position: relative;
  align-items: flex-start;
  display: flex;
  border: 1px solid rgba(20, 76, 96, 0.1);
  padding: 20px;
  border-radius: 7px;
  margin-bottom: 14px;
  justify-content: space-between;
}

.host-payment-method-wrap .host-payment-method-content-wrap {
  display: flex;
  align-items: center;
}

.payment-edit-icon-wrap a {
  max-width: 35px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  background-color: var(--secondary_color);
  border-radius: 100px;
  padding: 10px;
}

.payment-edit-icon-wrap a img {
  width: 30px;
}

.payment-edit-icon-wrap img {
  width: 16px;
  filter: invert(100%) sepia(7%) saturate(0%) hue-rotate(36deg) brightness(263%)
    contrast(107%);
}

.host-payment-method-wrap .payment-method-content label {
  color: var(--primary_color);
  font-size: 15px;
  font-family: var(--heading_font_style);
}

.payment-edit-icon-wrap .payment-delete {
  padding: 10px;
}

.payment-edit-icon-wrap .payment-delete img {
  width: 30px;
}

.payment-edit-icon-wrap a:hover {
  background-color: #d9d9d9;
}

.add-account-modal-popup .form-check.form-check-inline label {
  color: var(--primary_color);
  font-weight: 400;
  font-size: 15px;
  font-family: var(--heading_font_style);
}

.add-account-modal-popup .btn {
  margin-top: 40px;
  padding: 16px 33px;
}

.add-account-modal-popup h2 {
  font-size: 33px;
  margin-bottom: 40px;
}

.add-account-modal-popup label {
  font-size: 15px;
}

/*end host manage payment*/
/*host notifications*/
.host-notification-listing {
  max-width: 990px;
}

.host-notification-wrap {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
}

.host-notification-sec .default_pagination_wrap {
  padding-top: 30px;
}

.book-request-status-sec .book-request-status-btn .btn:last-child {
  margin-right: 26px;
  color: #fff;
  background-color: var(--secondary_color);
}

.book-request-status-sec .book-request-status-btn .blue_btn.btn_defaultsss {
  color: var(--primary_color);
  background-color: transparent;
}

.book-request-status-sec
  .book-request-status-btn
  .blue_btn.btn_defaultsss:hover {
  color: #fff !important;
  background-color: var(--primary_color) !important;
}

.book-request-status-sec .book-request-status-btn .btn:last-child:hover {
  background-color: transparent;
  color: var(--secondary_color);
}

.host-notification-wrap .host-notification-title {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.host-notification-wrap .host-notification-title h4 {
  font-family: var(--regular_font_style);
  font-size: 16px;
  margin-bottom: 0px;
}

.host-notification-wrap .host-notification-title .featured-tags-listing {
  background-color: rgb(16, 130, 143, 0.15);
  padding: 3px 18px 3px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.host-notification-wrap .host-notification-title span {
  font-family: var(--regular_font_style);
  font-weight: 600;
  font-size: 11px;
  color: #10828f;
}

.host-notification-wrap .host-notification-content p {
  line-height: 23px;
  color: var(--primary_color);
  font-size: 14px;
  margin-bottom: 0px;
}

.host-notification-wrap .host-notification-content label {
  font-family: var(--regular_font_style);
  font-size: 11px;
  color: rgba(20, 76, 96, 0.5);
  font-weight: 500;
}

/*end host notifications*/
/*traveler welcome*/
.traveler-welcome-sec {
  padding: 100px 0px 140px;
}

.traveler-welcome-sec .confirmed-booking-desc h1 {
  font-weight: 700;
  max-width: 750px;
  text-align: center;
}

.traveler-welcome-sec .confirm-book-btn-wrap .btn {
  width: unset;
}

.traveler-welcome-sec .confirm-book-btn-wrap a.btn:last-child {
  margin-left: unset;
}

.traveler-welcome-sec .confirmed-booking-desc p {
  text-align: center;
  line-height: 30px;
}

.traveler-welcome-sec .confirmed-booking-desc {
  margin-top: 0px;
}

.traveler-welcome-sec .confirm-book-btn-wrap {
  margin-top: 30px;
}

/*end traveler welcome*/
/*traveler my booking*/
.traveler-mybooking-tabs .nav-link {
  color: rgba(20, 76, 96, 0.25) !important;
  font-family: var(--heading_font_style);
  font-weight: 700;
  font-size: 31px;
  border: none !important;
}

.traveler-mybooking-tabs .nav-link.active {
  color: #d85e40 !important;
  background: transparent;
}

.traveler-mybooking-tabs.nav-tabs {
  padding-bottom: 50px;
  border: none !important;
}

.traveler-mybooking-sec {
  background-color: #f6f6f6;
  padding: 100px 0px 100px;
}

.traveler-mybooking-sec .booking-request-img-wrap {
  width: 25%;
}

.traveler-mybooking-sec .my-proper-list-col-content {
  width: 75%;
}

.traveler-mybooking-sec .booking-request-img-wrap img {
  height: 255px;
}

.traveler-mybooking-sec .book-request-details-wrap small {
  color: rgba(20, 76, 96, 0.7);
  padding-left: 0px;
}

.traveler-mybooking-sec .book-request-details-wrap:last-child small:last-child {
  padding-left: unset;
}

.traveler-mybooking-sec .featured-tags-listing li {
  text-transform: uppercase;
  color: var(--primary_color);
  font-weight: 500;
  font-size: 10px;
  padding: 2px 10px;
  border: 1px solid rgba(20, 76, 96, 0.15);
  background-color: transparent;
}

.traveler-mybooking-sec .book-request-status-btn .btn.btn_defaults {
  padding: 12px 34px;
}

.decline-modal-popup .form-check .form-check-label {
  font-size: 14px;
}

.decline-modal-popup .form-check.mb-3 {
  margin-bottom: 10px !important;
}

.decline-modal-popup .msg-host-txt-wrap {
  margin-top: 0px;
}

.traveler-mybooking-sec .default_pagination_wrap {
  padding-top: 40px;
}

.cancel-booking-modal-popup .msg-host-form-wrap {
  padding: 30px 40px;
}

.cancel-booking-modal-popup h2 {
  text-align: center;
  font-size: 40px;
}

.cancel-booking-modal-popup .form-check .form-check-label {
  color: var(--primary_color);
  font-family: var(--regular_font_style);
  font-size: 15px;
}

.cancel-booking-modal-popup h4 {
  margin-bottom: 20px;
}

.cancel-booking-modal-popup label {
  font-size: 16px;
  font-weight: 400;
}

.cancel-booking-modal-popup .msg-host-txt-wrap textarea {
  min-height: 140px;
  border: 1.02513px solid #e9e9e9;
  border-radius: 10px !important;
  margin-bottom: 30px;
}

.cancel-booking-modal-popup hr.hr-full-sec {
  margin: 0px -40px;
}

.cancel-booking-modal-popup .cancel-booking-btn-wrap {
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
}

.cancel-booking-modal-popup .cancel-booking-btn-wrap .btn {
  margin-top: unset;
  padding: 16px 62px;
}

.traveler-mybooking-sec .book-request-details-wrap {
  margin-bottom: 10px;
}

.traveler-mybooking-sec .book-mem-content-wrap {
  padding-bottom: 10px;
}

.traveler-mybooking-sec .my-proper-list-col {
  padding: 20px;
}

.traveler-mybooking-sec .my-proper-list-col-loc .my-proper-list-loc {
  min-width: unset;
}

.traveler-mybooking-sec
  .my-proper-list-col-loc
  .my-proper-list-loc:first-child {
  padding-right: 75px;
}

.traveler-mybooking-sec .book-request-status-btn .btn.btn_defaults:last-child {
  margin-right: unset;
}

.traveler-mybooking-sec .book-request-status-wrap span {
  font-family: var(--regular_font_style);
}

.traveler-mybooking-sec .book-request-status-sec {
  padding: 20px 0px;
  margin: 0px 13px;
}

/*end traveler my booking*/
/*traveler wishlist*/
.traveler-wishlist-listing {
  padding: 100px 0px;
}

.traveler-wishlist-listing .featured_carousel_tags .social_share_single {
  background-color: var(--secondary_color);
}

.traveler-wishlist-listing .default_pagination_wrap {
  padding: 10px 0px 0px;
}

.traveler-wishlist-listing
  .featured_carousel_tags
  .social_share_single
  svg
  path {
  stroke: #fff;
  fill: #fff;
}

.traveler-wishlist-listing .featured_carousel_tags .social_share_single:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.traveler-wishlist-listing
  .featured_carousel_tags
  .social_share_single:hover
  svg
  path {
  stroke: #fff;
  fill: transparent;
}

.traveler-change-password-wrap {
  padding: 50px 100px;
  max-width: 990px;
  background-color: #fff;
}

.traveler-change-password-sec {
  background-color: #f5f5f5;
  padding: 100px 0px;
}

.traveler-change-password-sec .row {
  justify-content: center;
}

/*end traveler wishlist*/
/*traveler payment history*/
.traveler-pay-history-sec {
  padding: 100px 0px;
  background-color: #f6f6f6;
}

.traveler-pay-history-sec .payment-history-tbl {
  padding: 0px;
  background-color: transparent;
}

.book-request-mem-details .table-striped > tbody > tr td:first-child,
.book-request-mem-details .table-striped > tbody > tr td:last-child {
  border: unset;
}

.payment-history-tbl {
  margin-bottom: 0px;
}

.payment-history-tbl .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: rgba(235, 234, 234, 0.15);
}

.payment-history-tbl .table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-accent-bg: rgba(255, 255, 255, 0.4);
}

.payment-history-tbl table {
  background-color: #fff;
}

.payment-history-tbl table tr td:last-child a {
  display: block;
  width: 100%;
  text-align: center;
}

/*end traveler payment history*/
/*traveler my profile*/
.traveler-my-profile-img {
  position: relative;
}

.traveler-my-profile-img .traveler-my-profile-upload input {
  display: none;
}

.traveler-my-profile-img .traveler-my-profile-upload input + label {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-family: var(--heading_font_style);
  color: var(--primary_color);
  padding: 10px 28px;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  border: 1px solid var(--primary_color) !important;
  border-radius: 7px;
  background-color: transparent;
}

.traveler-my-profile-img .traveler-my-profile-upload input + label:hover {
  background: var(--primary_color);
  color: #fff;
}

.traveler-my-profile-img .traveler-my-profile-upload input + label:after {
  height: 15px;
  background-image: url(../images/profile-edit-icon.svg);
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: -1px;
  text-align: center;
  margin: auto;
  width: 15px;
  background-repeat: no-repeat;
}

.traveler-my-profile-img .profile-upload-preview {
  align-items: center;
  display: flex;
  position: relative;
  flex-direction: row;
}

.traveler-my-profile-img .profile-upload-preview > div {
  width: 130px;
  max-width: 130px;
  height: 130px;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.traveler-my-profile-sec .traveler-my-profile-img {
  padding: 50px 100px;
  background-color: rgba(16, 130, 143, 0.03);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.traveler-my-profile-sec .traveler-my-profile-img h4 {
  margin-bottom: 0px;
  font-size: 25px;
  margin-left: 20px;
}

.traveler-my-profile-sec {
  background-color: #f6f6f6;
}

.traveler-my-profile-sec .traveler-my-profile-wrap {
  margin: 100px 0px;
  background-color: #fff;
  max-width: 990px;
  margin: 100px auto;
}

.traveler-my-profile-sec .my-profile-form-wrap {
  padding: 50px 100px;
}

.traveler-my-profile-sec select,
.traveler-my-profile-sec .booking-date-wrap input {
  font-size: 14px;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 98% 23px;
}

.traveler-my-profile-sec .my-profile-btn .btn {
  background-color: var(--secondary_color);
  padding: 16px 34px;
  color: #fff;
}

.traveler-my-profile-sec .my-profile-btn .btn:hover {
  background-color: transparent;
  color: var(--secondary_color) !important;
}

.traveler-my-profile-sec .my-profile-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.host-pro-thumb-img input {
  display: none;
}

.host-pro-thumb-img img {
  height: 230px;
  min-width: 230px;
  display: none;
  margin: 0 10px;
  object-fit: cover;
}

.host-pro-thumb-img span {
  display: none;
  text-align: center;
  cursor: pointer;
}

.host-pro-thumb-img label.image-button {
  width: 230px;
  height: 230px;
  border: 2px dashed var(--primary_color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.host-my-profile-sec .my-profile-btn-wrap {
  padding-top: 20px;
  background-color: #fff;
}

.profile-doc-upload h4 {
  margin-bottom: 25px;
}

.host-my-profile-sec .host-dash_my-act {
  max-width: 820px;
}

.host-pro-thumb-img span.pro-thumb-change-image {
  margin: 10px;
  flex: 0 0 100%;
  color: #144c60;
  text-align: left;
  margin-top: 10px;
}

.host-pro-thumb-img i.fa.fa-plus {
  display: flex;
  font-size: 3rem;
  color: var(--primary_color);
  font-weight: 300;
  justify-content: center;
  align-items: center;
  height: 230px;
}

.host-remove-row-icon .col-md-6 {
  width: 48%;
}

.host-remove-row-icon .host-remove-icon {
  cursor: pointer;
  display: none;
  width: 24px;
  padding: 0px;
}

.host-remove-row-icon .host-remove-icon a.delete-checkbox {
  background-color: #d9d9d9;
  border-radius: 100px;
  padding: 9px;
}

.host-remove-row-icon .host-remove-icon .delete-checkbox img {
  width: 12px;
  height: 12px;
}

.host-remove-row-icon .host-remove-icon a.delete-checkbox2 {
  padding: 9px !important;
}

.host-add-new-activity div#properties-datatable_paginate {
  padding-top: 30px;
}

.host-add-new-activity .property_sales .my-properties-header-wrap h6 {
  margin-bottom: 10px;
}

/*end traveler my profile*/
/*traveler sidebar*/
.traveler_top_bar_admin {
  z-index: 9999;
  padding: 14px 0px 14px 20px;
  position: relative;
  background-color: #e7f2f4;
  top: 0px;
  width: 100%;
}

.traveler_top_bar_admin .favorite-icon svg path {
  color: var(--primary_color);
  stroke: var(--primary_color);
}

.traveler_top_bar_admin .row {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

.traveler_top_bar_admin ul {
  justify-content: flex-end;
  padding: 0px 15px;
  margin-bottom: 0px;
  list-style: none;
  display: flex;
}

.traveler-profile-logged-in .profile-admin-img img {
  height: 28px;
  width: 28px;
  border-radius: 100px;
  object-fit: cover;
}

.traveler_top_bar_admin a,
.traveler_top_bar_admin li {
  font-weight: 400;
  font-family: var(--heading_font_style);
  font-size: 15px;
  color: var(--primary_color);
}

.traveler_top_bar_admin a:hover {
  color: var(--secondary_color);
  font-weight: 600;
}

.traveler_top_bar_admin .traveler-profile-logged-in b:hover {
  color: var(--secondary_color);
}

.traveler_top_bar_admin .traveler-profile-logged-in b {
  font-weight: 400;
}

.traveler_top_bar_admin li {
  padding: 10px 15px;
}

.traveler_top_bar_admin ul {
  align-items: center;
  justify-content: right;
}

.act-detail-topsec .act-detail-top-icon .act-detail-icon-img:hover {
  background-color: var(--secondary_color);
}

.act-detail-topsec .act-detail-top-icon .act-detail-icon-img:hover img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(354deg)
    brightness(150%) contrast(101%);
}

/*end traveler sidebar*/
.home-booking-sec {
  display: none;
}

.home-featured-packages .main-featured-package h3 {
  margin: 14px 0px;
}

.home-featured-packages .main-featured-package .btn.btn_defaults {
  padding: 12px 33px;
}

.home-featured-packages
  .featured_items_wrap
  .featured_carousel_item
  .featured-tags_listing
  li {
  margin-right: 9px;
}

.home-about-sec {
  padding-top: 120px;
}

.traveler-wishlist-listing .booking_slider_wrap img {
  height: 270px;
  object-fit: cover;
  width: 100%;
}

.host-activity-acc-edit label {
  cursor: pointer;
}

/*new2*/

.profile-doc-upload .form-upload {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

.profile-doc-upload .form-upload label {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/my-profile-plus-icon.svg);
  width: 150px;
  height: 150px;
  position: relative;
  border: 2px dashed #144c60;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-doc-upload .form-upload label .file-upload {
  display: none;
}

.profile-doc-upload .form-upload .filename {
  font-size: 16px;
  margin: 0px 12px;
  border-radius: 10px;
  padding: 20px;
  border: 2px dashed #144c60;
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #144c60;
}

.profile-doc-upload .form-upload .filename:empty {
  display: none !important;
}

/*new2*/
.gallery-upload-card-wrap .preview-container {
  display: flex;
  flex-wrap: wrap;
}

.gallery-upload-card-wrap .preview-item {
  flex: 0 0 29%;
  position: relative;
  height: 230px;
  margin: 10px;
  object-fit: cover;
}

.gallery-upload-card-wrap .preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-upload-card-wrap .preview-item .delete-icon {
  top: 0px;
  position: absolute;
  display: flex;
  color: var(--bs-danger);
  font-size: 2rem;
  cursor: pointer;
  height: 100%;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

.gallery-upload-card-wrap .preview-item .delete-icon i {
  height: 100%;
  color: var(--bs-danger);
  font-size: 2rem;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-upload-card-wrap .gallery-upload-card input {
  display: none;
}

.gallery-upload-card-wrap {
  display: flex;
}

.gallery-upload-card-wrap .gallery-upload-card .multiple-upload-lbl {
  order: 10000;
  flex: 0 0 29%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/my-profile-plus-icon.svg);
  height: 230px;
  position: relative;
  border: 2px dashed #144c60;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.gallery-upload-card-wrap .preview-item:hover .delete-icon i {
  visibility: visible;
}

.gallery-upload-card-wrap .gallery-upload-card {
  width: 100%;
}

.host-pro-thumb-img {
  flex-wrap: wrap;
  display: flex;
}

/*social share */
.act-detail-topsec .social_share_single {
  position: relative;
}

.act-detail-topsec #social_share_show {
  top: -445%;
  height: auto;
  right: 0px;
}

.act-detail-topsec .social_share_click .share-button,
.act-detail-topsec .social_share_click .clipboard {
  border: 1px solid rgba(20, 76, 96, 0.1);
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-bottom: 5px;
  cursor: pointer;
}

.act-detail-topsec .social_share_click .share-button i,
.act-detail-topsec .social_share_click .clipboard i {
  font-size: 1.1rem;
  color: #10828f;
  text-decoration: none;
}

.act-detail-topsec .social_share_click {
  position: absolute;
  top: -110%;
  height: 0px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.social_share_single .social_share_click_func {
  cursor: pointer;
  margin-left: 14px;
  border: 1px solid rgba(20, 76, 96, 0.1);
  width: 44px;
  height: 44px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social_icons_share .fa-whatsapp:before {
  color: #4aae26;
}

.social_share_single .social_share_click_func:hover {
  background-color: var(--secondary_color);
}

.social_share_single .social_share_click_func:hover img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(354deg)
    brightness(150%) contrast(101%);
}

.act-detail-topsec .social_share_click .share-button:hover,
.act-detail-topsec .social_share_click .clipboard:hover {
  background-color: var(--secondary_color);
  border-color: var(--secondary_color);
}

.act-detail-topsec .social_share_click .share-button:hover i,
.act-detail-topsec .social_share_click .clipboard:hover i {
  color: #fff;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  color: var(--primary_color) !important;
}

.select2-results__option {
  color: var(--primary_color);
  font-size: 14px;
}

select.form-control option {
  color: #144c60;
  font-size: 14px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
  border-radius: 0px !important;
}

.act-detail_right_sec .select2-container--default .select2-selection--single {
  height: unset !important;
  border: none !important;
  min-height: unset !important;
}

.act-detail_right_sec
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0px;
  font-size: 13px;
  font-weight: 600;
  background-position: 96% 5px;
}

.host-my-act-sec .host-act-title-status span {
  left: 12px;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 13px 0px;
  width: 55px;
  height: 22px;
  background-color: rgb(132, 132, 132, 0.15);
  border-radius: 50px;
  font-family: var(--heading_font_style);
  color: rgba(152, 152, 152, 0.7);
  /* top: 0px; */
  position: relative;
}

.host-my-act-sec .host-act-title-status {
  margin-bottom: 10px;
  display: flex;
}

.host-my-act-sec .account-edit-icon-wrap a {
  cursor: pointer;
  background-color: var(--secondary_color);
  border-radius: 100px;
  padding: 9px;
  margin-right: 6px;
}

.host-my-act-sec .account-edit-icon-wrap a:hover {
  background-color: #d9d9d9;
}

.host-my-act-sec .account-edit-icon-wrap img {
  width: 22px;
  filter: invert(100%) sepia(7%) saturate(0%) hue-rotate(36deg) brightness(263%)
    contrast(107%);
}

.host-my-act-sec .account-edit-icon-wrap {
  display: flex;
  align-items: center;
}

.host-my-act-sec .account-edit-icon-wrap .activity-delete {
  padding: 6px;
}

.host-my-act-sec .account-edit-icon-wrap .activity-delete img {
  width: 28px;
}

.host-pro-residence-editor.tooltip-container {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.host-pro-residence-editor .tooltip {
  opacity: 0;
  z-index: 99;
  color: #fff;
  width: 190px;
  display: block;
  font-size: 14px;
  font-family: "cairo", serif;
  padding: 5px 10px;
  border-radius: 3px;
  text-align: center;
  /* text-shadow: 1px 1px 2px #111; */
  background: #028090;
  border: 1px solid #028090;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  right: -22%;
  top: 50%;
}

.host-pro-residence-editor .tooltip:before,
.host-pro-residence-editor .tooltip:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #028090;
  position: absolute;
  bottom: 40%;
  left: -8%;
  transform: rotate(90deg);
}

.host-pro-residence-editor.tooltip-container:hover .tooltip,
.host-pro-residence-editor .tiny-editor:hover .tooltip {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.host-properties-list .host-add-new-activity {
  max-width: 820px;
  padding: 30px 0px 40px;
}

.host-properties-list .host-pro-residence-editor .tooltip {
  right: -22%;
}

.host-add-new-act-sec .tooltip {
  right: -28%;
}

.host-my-properties-sec .my-proper-edit-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.host-my-properties-sec .my-proper-edit-btn .btn:last-child {
  background-color: var(--secondary_color);
  color: #fff;
  margin-left: 10px;
}

.host-my-properties-sec .my-proper-edit-btn .btn:hover:last-child {
  background-color: transparent;
  color: var(--secondary_color);
}

.host-my-properties-sec .my-property-content-wrap {
  flex: 0 0 70%;
}

/*responsive search bar*/
.search-responsive-form {
  position: relative;
  display: none;
}

/*end responsive search bar*/

.search_form_item .keyword-search input[type="text"]::placeholder {
  color: rgba(19, 75, 95, 0.5) !important;
}

.service-fee-per {
  color: var(--primary_color) !important;
}

.member-forgot-pass p {
  color: var(--primary_color);
}

.member-forgot-pass .mem_btn_signup .btn {
  margin: 20px 0px;
}

.member-forgot-pass li {
  color: var(--primary_color);
  font-size: 15px;
  /* line-height: 22px; */
  font-family: "Montserrat";
}

.member-forgot-pass label {
  color: var(--primary_color);
}

.traveler-my-profile-sec .add-more-options-act input:placeholder {
  color: #fff !important;
}

.traveler-my-profile-sec .add-more-options-act .selectize-input {
  height: unset !important;
  flex-wrap: wrap;
  min-height: 54px;
  display: flex;
}

.home-contact-form input::placeholder,
.home-contact-form select::placeholder,
.home-contact-form textarea::placeholder {
  color: rgba(19, 75, 95, 0.5) !important;
}

.home_our_blogs .blogs-top-sec .btn.btn_defaults {
  padding: 11px 33px;
}

.home_res_our_blogs {
  display: none;
}

.home_our_blogs .blog_slide_item_badge h4,
.home_res_our_blogs .blog_slide_item_badge h4 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.res-home-about-mobile {
  display: none;
}

.home-res-featured-packages {
  display: none;
}

/*host my activities accordian css*/
.host-my-act-sec .activities-accordian-wrap {
  background: #fff !important;
  padding: 20px 20px;
  display: flex;
}

.host-my-act-sec .activities-accordian-wrap:hover {
  background: rgba(229, 240, 221, 0.3) !important;
}

.host-my-act-sec #ActivityDetailAccordian .activity-accor-top {
  flex: 0 0 95%;
}

.host-my-act-sec .my-act-accordian .act-accordian-title {
  flex: unset;
}

.host-my-act-sec #ActivityDetailAccordian .act-accordian-icon {
  flex: 0 0 12%;
}

.host-my-act-sec
  #ActivityDetailAccordian
  .activities-accordian-wrap
  button.accordion-button {
  background: transparent !important;
  box-shadow: none;
}

/*end host my activities accordian css*/
/*new gallery css*/
.host-pro-gallery .gallery-upload-card-wrap i.fa.fa-trash {
  height: 100%;
  color: var(--bs-danger);
  font-size: 2rem;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.host-pro-gallery .position-absolute-remove-icon.removeImage {
  top: 44%;
  position: absolute;
  display: flex;
  color: var(--bs-danger);
  font-size: 2rem;
  cursor: pointer;
  right: 43%;
  text-align: center;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

.host-pro-gallery
  .position-relative-thumb-img:hover
  .position-absolute-remove-icon.removeImage {
  visibility: visible;
}

.host-pro-gallery .position-relative-thumb-img {
  flex: 0 0 29%;
  height: 230px;
  margin: 10px;
  position: relative;
}

.host-pro-gallery .position-relative-thumb-img img {
  height: 230px;
  object-fit: cover;
}

.small_order_detail .btn.request-status:active {
  color: #fff !important;
}

.small_order_detail .btn-success,
.mem-details-table .btn-success {
  background-color: rgba(87, 223, 90, 0.2);
  color: rgba(43, 147, 43, 1) !important;
  border: 0 !important;
  border-radius: 0;
}

.small_order_detail .btn-success,
.mem-details-table .btn-success {
  background-color: rgba(87, 223, 90, 0.2);
  color: rgba(43, 147, 43, 1) !important;
  border: 0 !important;
  border-radius: 0;
}

.request-status {
  position: absolute;
  right: 0;
  font-size: 0.8rem;
  font-weight: 500;
  top: 0;
  padding: 5px 10px;
}

.small_order_detail .btn-danger,
.mem-details-table .btn-danger {
  background-color: rgba(253, 232, 232, 1);
  color: rgba(255, 113, 113, 1) !important;
  border: 0 !important;
  border-radius: 0;
}

.small_order_detail .btn-warning,
.mem-details-table .btn-warning {
  background-color: rgba(255, 166, 80, 0.2);
  color: rgba(255, 166, 80, 1) !important;
  border: 0 !important;
  border-radius: 0;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  background-image: url("../images/calendar-icon.svg");
}

.instagram-feed-sec .home-instagram-slider {
  display: none !important;
  padding-top: 70px;
}

.instagram-feed-sec .container-fluid {
  padding-right: 0px;
}

.graph .graphite-container .graphite-separator-container {
  display: flex;
  bottom: -1px;
}

.home-categories-sec.categories-filter .categories_wrap {
  width: 90%;
}

.home_our_blogs .blog_slide_item_badge h4 {
  height: 71px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-booking-sec .booking_slider_content h3 {
  height: 28px;
}

.home_res_our_blogs .blog_slide_item_badge h4 {
  height: 76px;
}

.activities-listing-sec .booking_slider_content h3,
.home-featured-packages .featured_carousel_item_content h3,
.home-res-featured-packages .featured_carousel_item_content h3 {
  height: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-featured-packages .featured_carousel_item_content p,
.home-res-featured-packages .featured_carousel_item_content p {
  height: 48px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-featured-packages .featured_carousel_item_content p:empty,
.home-res-featured-packages .featured_carousel_item_content p:empty {
  height: unset;
  margin: 0px;
}

.activities-gallery-banner #res-act-gallery-lightbox {
  display: none;
}

.review-sec .res-top-reviews {
  display: none;
}

.default_breadcrumb a:empty {
  display: none;
}

.confirm-booking-sec.checkout textarea#billing-address {
  height: 54px;
}

.home-about-sec.become-host-about-sec {
  padding-top: 0px;
}

.wishlist-filled-icon {
  background-color: var(--secondary_color);
  margin-left: 14px;
  border: var(--secondary_color);
  width: 44px;
  height: 44px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-as-pdf a:hover {
  filter: invert(41%) sepia(91%) saturate(468%) hue-rotate(325deg)
    brightness(94%) contrast(86%);
}

.wishlist-filled-icon img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(354deg)
    brightness(150%) contrast(101%);
}

.form_item_get.form_item_hidden {
  visibility: hidden;
}

.search_form_item_icon .fa-angle-down:before {
  color: var(--primary_color);
  content: "\f0dd";
}

.search_form_item_icon .fa-angle-up:before {
  color: var(--primary_color);
  content: "\f0de";
}

.search_form_item.dual-celender-sec .fa-solid:before:first-child {
  content: url(../images/search-calender.svg);
  height: 11px;
  width: 11px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px !important;
  width: 32px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #144c60 transparent transparent transparent !important;
  border-width: 6px 5px 0 5px !important;
}

.inner_pages_banner {
  z-index: 1;
}

/*end gallery css*/
.the-none {
  display: none;
}

/*new css*/
.search_form_item {
  position: relative;
}

.click_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.form_item_get {
  position: absolute;
  top: 70px;
  left: -36px;
  width: 300px;
  padding: 20px 20px 0px;
  background-color: #fff;
  z-index: 3;
}

.form_item_get span.select2.select2-container {
  display: block !important;
  position: relative;
}

.form_item_get .select2-dropdown,
.form_item_get .select2-container {
  position: unset !important;
}

.form_item_get
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 22px;
  right: 25px;
}

.select2-dropdown.custom-dropdown {
  border: none;
  width: auto !important;
}

.select2-dropdown.custom-dropdown.select2-dropdown--below {
  min-width: 150px;
}

.select2-dropdown.custom-dropdown .select2-search--dropdown {
  padding: 0px !important;
}

.select2-dropdown.custom-dropdown
  .select2-search--dropdown
  .select2-search__field {
  border: none !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  outline: none;
}

.dual-calender-select-wrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
  /* position: relative; */
}

.form_item_get
  .select2-container--default
  .select2-results__option--highlighted,
.form_item_get .select2-container--default .select2-results__option--selected {
  background-color: #eaf4eb;
  color: #000;
}

/*lightpick calender css*/
.lightpick__month-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.lightpick__month-title > .lightpick__select-months {
  margin-right: 0 !important;
  font-size: 0.937rem;
}

.lightpick__select.lightpick__select-years {
  font-weight: bold !important;
  padding-left: 2px;
  font-size: 0.937rem;
}

/* Firefox */
.lightpick__day-of-the-week {
  justify-content: flex-start !important;
  align-items: center;
  letter-spacing: 15px;
  width: 11px;
  overflow: hidden;
  margin: auto;
}

.lightpick__day {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.form_item_date_popper_updated
  .lightpick__day.is-available.is-start-date.is-in-range,
.lightpick__day.is-available.is-end-date.is-in-range {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  background-color: var(--secondary_color) !important;
  position: relative;
  background-size: contain !important;
}

.lightpick__days {
  position: relative;
  z-index: 2;
}

.form_item_date_popper_updated
  .lightpick__day.is-available.is-end-date.is-in-range {
  border-radius: 0px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.form_item_date_popper_updated:before {
  left: calc(100% - 470px);
}

.lightpick.lightpick--2-columns.lightpick--inlined {
  width: 100%;
}

.lightpick__months {
  background: unset !important;
}

.lightpick--2-columns .lightpick__months {
  justify-content: center;
  grid-gap: 50px;
}

.lightpick {
  width: 100%;
}

.lightpick__day.is-today {
  background: #ccc;
}

.lightpick__month-title {
  justify-content: center;
}

.lightpick__month-title > .lightpick__select {
  font-size: 16px !important;
  color: #333333 !important;
  font-weight: bold !important;
  font-family: Arial, Helvetica, sans-serif;
}

.form_item_get .lightpick__toolbar .fa-solid {
  position: absolute;
  top: 20px;
}

.form_item_get .lightpick__toolbar .fa-solid.fa-angle-left {
  left: 0px;
}

.form_item_get .lightpick__toolbar .fa-solid.fa-angle-right {
  right: 0px;
}

.form_item_date_popper_updated {
  width: 600px;
  left: -230px;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
  border-radius: 100px;
}

.lightpick__previous-action,
.lightpick__next-action {
  z-index: 99;
  position: absolute;
  padding: 10px 12px;
  border: 1px solid rgba(19, 75, 95, 0.4) !important;
  background-color: transparent !important;
  top: 0px;
  max-height: 35px;
}

.lightpick__next-action {
  right: 0px;
}

.lightpick__footer {
  display: none !important;
  position: relative;
  z-index: 1;
}

.lightpick__footer button {
  background-color: var(--secondary_color) !important;
  color: #fff !important;
}

.lightpick__footer button:hover {
  background-color: transparent !important;
  color: var(--secondary_color) !important;
}

.form_item_date_popper_updated input {
  min-height: 30px !important;
  border: 1px solid #ced4da !important;
  padding: 0.375rem 0.75rem !important;
  width: 100%;
  margin-bottom: 10px;
}

.form_item_date_popper_updated input:focus {
  border: 1px solid #ced4da !important;
}

.form_item_date_popper_updated input:hover {
  border: 1px solid #ced4da !important;
}

.home .select2-search--dropdown {
  border-top: 1px solid #aaa !important;
}

.form_item_date_popper_updated
  .select2-container--default
  .select2-selection--single {
  border: none !important;
  min-height: unset !important;
  padding: 0px 14px 0px 0px !important;
  background-color: transparent !important;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 100% 12px;
  background-color: #fff;
  border-radius: 4px;
}

.activities-form-wrap input.quantity-field {
  width: auto !important;
}

.lightpick__month {
  max-width: 280px;
}

.lightpick--2-columns .lightpick__months {
  grid-gap: unset;
}

.lightpick__day {
  border-radius: 0px;
  max-height: 30px;
}

.lightpick__day:not(.is-disabled):hover {
  background-size: 100% !important;
}

.dual-calender-range input.quantity-field {
  width: auto !important;
  font-family: var(--regular_font_style);
  font-weight: 500;
  color: var(--primary_color) !important;
  font-size: 12px !important;
  border: none !important;
  min-height: unset !important;
  padding: 0px !important;
  margin-bottom: 0px;
}

input.quantity-field,
input.quantity-field-person {
  position: relative;
  min-width: 40px;
  margin-left: 0px !important;
  min-width: 30px;
  font-weight: 500;
}

.act-label-date-wrap.act-persons-range input#act-booking-persons {
  left: 8px;
}

.act-label-date-wrap.act-persons-range input.button-plus-person {
  z-index: 1;
}

.act-label-date-wrap.act-persons-range {
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.dual-calender-range .input-group {
  font-family: var(--regular_font_style);
  font-weight: 500;
  color: var(--primary_color);
  font-size: 12px !important;
  margin-left: 5px;
}

.dual-calender-range .input-group span {
  position: relative;
  top: 0px;
  left: -4px;
}

.dual-calender-range input.rounded-circle.icon-shape {
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 22px !important;
  width: auto;
  background-color: transparent !important;
  line-height: 0px !important;
  height: 12px !important;
  min-height: 0px !important;
  position: absolute;
}

.dual-calender-range .input-group.w-auto {
  position: relative;
}

.search_form_item
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  border: none !important;
  font-size: 13px;
  font-family: var(--regular_font_style);
  border: none;
  min-height: 0px;
  padding: 0px;
  width: 100%;
  color: var(--primary_color);
  font-weight: 500;
  line-height: 15px;
}

.search_form_item .select2-container--default .select2-selection--single {
  min-height: unset !important;
  border: none !important;
}

.search_form_item
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 6px 5px 6px 5px !important;
}

.search_form_item .select2-container--open .select2-dropdown--below {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0px;
}

.search_form_item
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 0px !important;
  height: 0px !important;
  top: 40%;
}

.search_form_item_icon .fa-angle-up:before {
  content: "\f0dd";
}

#search-dropdown-sec.show form#search_form,
#traveler-search-dropdown-sec.show form#search_form {
  height: unset;
}

.host-registion-multiform .form-label {
  font-family: var(--heading_font_style) !important;
}

.host-regis-tabs .btn-back-home {
  padding: 16px 34px;
}

.host-regis-conditions-wrap {
  margin: auto;
  max-width: 870px;
}

.host-registion-multiform hr {
  margin-bottom: 2rem;
  color: #9e9e9e;
}

/*host registartion scrollbar*/
.host-regis-conditions::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.host-regis-conditions::-webkit-scrollbar-track {
  margin: 18px;
  border-radius: 10px;
  background: #e7e7e7;
}

/* Handle */
.host-regis-conditions::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(132, 132, 132, 0.7);
}

.host-regis-conditions-wrap .terms_text_checkout a {
  font-family: var(--regular_font_style);
  font-size: 14px;
  color: var(--primary_color);
  font-weight: 400;
  text-decoration: underline;
}

.host-regis-conditions-wrap .terms_text_checkout a:hover {
  color: var(--secondary_color);
}

.filter_section .filter-btn-wrap input.btn.btn_defaults {
  font-size: 15px !important;
  border-radius: 7px !important;
  background-color: var(--secondary_color);
  color: #fff !important;
}

.filter_section .filter-btn-wrap input.btn.btn_defaults:hover {
  color: var(--secondary_color) !important;
  background-color: transparent;
}

.mobile-dashboard-wrap {
  display: none;
}

/* width */
.blog_filter_listing ul::-webkit-scrollbar {
  width: 20px;
  height: 8px;
}

.featured-tags_listing ul::-webkit-scrollbar {
  width: 20px;
  height: 4px;
}

/* Track */
.blog_filter_listing ul::-webkit-scrollbar-track,
.activities_filter_listing .featured-tags_listing ul::-webkit-scrollbar-track {
  border-radius: 7px;
  box-shadow: inset 0 0 5px grey;
}

/* Handle */
.blog_filter_listing ul::-webkit-scrollbar-thumb,
.featured-tags_listing ul::-webkit-scrollbar-thumb {
  background: var(--primary_color);
  border-radius: 7px;
}

/* Handle on hover */
.blog_filter_listing ul::-webkit-scrollbar-thumb:hover,
.featured-tags_listing ul::-webkit-scrollbar-thumb:hover {
  background: var(--primary_color);
}

.inner_pages_banner.blog-detail-banner .inner_banner_img_wrap img {
  height: 623px;
}

.blog_detail_wrap h2 {
  margin: 20px 0px 40px;
}

.blog_detail_header .blog_detail_text ul {
  margin: 30px 0px;
}

figure {
  margin-bottom: 0px !important;
}

.header-search-top-wrap .container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-search-top-logo img {
  width: auto;
}

.activities-gallery-banner #act-gallery-lightbox .col-md-3:nth-of-type(4),
.activities-gallery-banner #act-gallery-lightbox .col-md-3:nth-of-type(5) {
  position: relative;
  right: -50%;
}

.header-search-top-logo {
  text-align: center;
  width: 16.66666667%;
}

#search-dropdown-sec .header-search-top,
#traveler-search-dropdown-sec .header-search-top {
  position: relative;
  left: -7.8%;
}

.blog_detail_wrap p:empty {
  display: none;
}

.mobile-dashboard-wrap {
  padding: 16px 10px;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.mobile-dashboard-wrap .dashboard_accord_icon img {
  filter: invert(51%) sepia(79%) saturate(2899%) hue-rotate(337deg)
    brightness(91%) contrast(84%);
}

.mobile-dashboard-wrap .accord_icon_text {
  font-weight: 700;
  font-size: 15px;
  font-family: var(--heading_font_style);
  color: var(--secondary_color);
}

/*dashboard tables scroll*/
.host-dashboard-tables,
.book-request-details-tbl,
.guest-modal-popup .book-request-mem-details,
.host-require-table,
.payment-history-tbl {
  overflow-x: auto;
  overflow-y: hidden !important;
}

/*.dataTables_wrapper
{
    overflow-y: hidden;
}*/
.bar-chart-wrap #request_chart_graph_init::-webkit-scrollbar {
  height: 4px !important;
}

.host-dashboard-tables::-webkit-scrollbar,
.book-request-details-tbl::-webkit-scrollbar,
.guest-modal-popup .book-request-mem-details::-webkit-scrollbar,
.host-require-table::-webkit-scrollbar,
.dashboard-tables-details-table::-webkit-scrollbar,
.payment-history-tbl::-webkit-scrollbar,
.bar-chart-wrap #request_chart_graph_init::-webkit-scrollbar {
  height: 2px;
  width: 77px;
}

/* Track */
.host-dashboard-tables::-webkit-scrollbar-track,
.book-request-details-tbl::-webkit-scrollbar-track,
.guest-modal-popup .book-request-mem-details::-webkit-scrollbar-track,
.host-require-table::-webkit-scrollbar-track,
.dashboard-tables-details-table::-webkit-scrollbar-track,
.payment-history-tbl::-webkit-scrollbar-track,
.bar-chart-wrap #request_chart_graph_init::-webkit-scrollbar-track {
  background: rgba(19, 75, 95, 0.1);
}

/* Handle */
.host-dashboard-tables::-webkit-scrollbar-thumb,
.book-request-details-tbl::-webkit-scrollbar-thumb,
.guest-modal-popup .book-request-mem-details::-webkit-scrollbar-thumb,
.host-require-table::-webkit-scrollbar-thumb,
.dashboard-tables-details-table::-webkit-scrollbar-thumb,
.payment-history-tbl::-webkit-scrollbar-thumb,
.bar-chart-wrap #request_chart_graph_init::-webkit-scrollbar-thumb {
  background: rgba(19, 75, 95, 0.5);
}

.host-dashboard-tables th {
  padding: 1.2rem 1rem;
}

.host-dashboard-tables td {
  padding: 1rem 1rem;
}

.host-dashboard-main #week_populate_chart_select label:hover {
  color: var(--secondary_color);
}

.res-dash-export-links.dashboard-tables-header-links {
  display: none;
}

.host-received-payments .dashboard-tables-header-links .export-excel {
  padding-right: 0px;
}

.host-received-payments .dataTables_wrapper .dataTables_paginate {
  padding: 70px 0px 30px;
}

.book-request-status-sec .book-request-status-btn .btn {
  margin-right: 30px;
}

.host-add-new-activity .col-md-9 .col-md-8 {
  max-width: 821px;
  width: 100%;
}

.host-properties-list .dataTables_wrapper .dataTables_paginate {
  padding-top: 40px;
}

.question-wrap .select2-container {
  width: 100% !important;
}

.question-wrap textarea {
  height: 108px;
}

.question-wrap .form-check-inline label.form-check-label {
  font-size: 14px;
}

.question-wrap h4 {
  margin-bottom: 0px;
  font-size: 17px;
}

.questionsire-book-sec.confirm_booking_wrap {
  margin-top: 0px;
}

.host-pro-general-info textarea {
  height: 54px;
}

.host-properties-list .host-dashboard-tables {
  overflow: unset !important;
}

.host-pro-resi-types.host-act-panel .col-md-4 .form-label img:first-child {
  position: relative;
  top: -3px;
  margin-left: 3px;
}

.host-pro-resi-types.host-act-panel .col-md-4:last-child .form-label {
  font-size: 14px;
}

.host-pro-available-act.host-remove-row-icon .form-label img {
  display: none;
}

.add-more-options-act .selectize-input > input::placeholder {
  color: var(--secondary_color) !important;
  font-weight: 600 !important;
}

.add-more-options-act .selectize-input {
  min-height: 46px !important;
  display: flex;
  box-shadow: none;
  flex-wrap: wrap;
  padding-right: 35px;
}

.host-myproper-btn-wrap a.btn.btn_defaults {
  font-weight: 600;
}

.host-properties-list .dashboard-tables-header-links .view-all {
  position: relative;
  top: -5px;
}

.review-sec.review_dashboard_property_detail {
  max-width: 820px;
}

.host-dash_act_detail {
  padding-bottom: 70px;
}

.host-require-table th,
.host-require-table td {
  font-size: 14px;
  font-family: var(--regular_font_style);
  color: var(--primary_color);
  border: none;
  padding: 1rem;
}

.host-require-table thead {
  background-color: rgba(16, 130, 143, 0.1);
}

.host-require-table.host-act-panel {
  padding: 30px 0px;
}

.host-require-table.host-act-panel h6 {
  padding: 0px 30px;
}

.host-require-table.host-act-panel td a.edit {
  margin-right: 16px;
}

/*table color*/
.host-require-table.host-act-panel td:first-child {
  border-left: 20px solid #fff;
}

.host-require-table.host-act-panel td:last-child {
  border-right: 20px solid #fff;
}

.host-require-table.host-act-panel th:first-child {
  overflow: hidden;
  border-left: 20px solid rgba(16, 130, 143, 0.1);
}

.host-require-table.host-act-panel th:last-child {
  overflow: hidden;
  border-right: 20px solid rgba(16, 130, 143, 0.1);
}

.host-require-table.host-act-panel
  .table-striped
  > tbody
  > tr:nth-of-type(even)
  > * {
  --bs-table-accent-bg: rgba(235, 234, 234, 0.4);
  color: var(--primary_color);
}

.host-require-table.host-act-panel
  .table-striped
  > tbody
  > tr:nth-of-type(odd)
  > * {
  --bs-table-accent-bg: rgba(235, 234, 234, 0.1);
  color: var(--primary_color);
}

/*end table color*/
.host-require-table.host-act-panel .host-dash-act-btn .btn {
  margin: 20px 20px 0px 20px;
  padding: 13px 45px;
}

.payment-method-options .payment-title-wrap h4 {
  margin-bottom: 0px !important;
}

.payment-edit-icon-wrap .payment-edit {
  margin-right: 10px;
}

.host-received-payments .host_my_properties_header {
  margin-bottom: 10px;
}

.host-received-payments.host-dashboard-div {
  padding-bottom: 50px;
}

.host-my-profile-sec .activity_detail_header {
  padding-bottom: 10px;
}

.add-req-modal-popup h2 {
  font-size: 33px;
}

.host-my-act-sec .activity_detail_header {
  padding-bottom: 0px;
}

.host-my-act-sec .activity_detail_header .default_breadcrumb {
  padding-bottom: 24px;
}

.host-act-header-wrap .host-my-act-btn .btn.btn_defaults {
  padding: 16px 37px;
}

.host-my-act-sec .accordion-collapse {
  border-top: 2px solid rgba(229, 240, 221, 0.3) !important;
}

.host-my-act-sec .side_bar_admin .accordion-collapse {
  border: none !important;
}

.my-proper-slider .item:before {
  background: rgba(0, 0, 0, 0.4);
  visibility: visible;
}

.my-proper-slider .item:hover:before {
  background: rgba(20, 76, 96, 0.4);
}

.traveler-welcome-sec .confirmed-booking-desc p {
  max-width: 750px;
}

.cancel-booking-modal-popup .btn-close {
  width: 22px;
  background: transparent url(../images/modal_cross_icon.svg);
  background-color: transparent !important;
  background-repeat: no-repeat;
  border-radius: 0px;
}

.traveler-wishlist-listing .booking_slider_content h3,
.traveler-wishlist-listing .booking_slider_content h3 a {
  font-size: 22px;
}

.traveler-wishlist-listing .featured-tags_listing ul {
  margin-bottom: 0px;
  min-height: 37px;
}

.traveler-my-profile-sec .dateofbirth_picker {
  background-position: 98.4% 17px;
}

.message-detail-sec .chatbox {
  padding: 30px 0px;
}

.msg-detail-head .flex-grow-1.ms-3 {
  margin-bottom: 30px;
}

.msg-detail-body .package-box.message-loading:last-child {
  margin-bottom: 30px;
}

.msg-detail-body .package-box.message-loading p:hover {
  color: var(--primary_color);
}

.msg-detail-body ul li:empty {
  display: none;
}

.msg-detail-body ul {
  padding-left: 0px;
  list-style: none;
}

.msg-detail-body::-webkit-scrollbar {
  padding-left: 10px;
  width: 4px;
}

/* Track */
.msg-detail-body::-webkit-scrollbar-track {
  background: rgba(19, 75, 95, 0.1);
}

/* Handle */
.msg-detail-body::-webkit-scrollbar-thumb {
  background: rgba(19, 75, 95, 0.5);
}

.repaly .msg-detail-img {
  padding-right: 6px;
}

.repaly .msg-detail-img img {
  max-width: 36px;
}

.traveler_nav_btn_mobile {
  display: none;
}

.bar-chart-wrap .res-bar-chart-title {
  display: none;
}

.res-recent-act-link {
  display: none;
  margin-top: 20px;
}

.default_pagination a.page-active {
  background-color: var(--secondary_color);
  color: #fff;
  padding: 14px 18px;
  border-radius: 100px;
}

.eclipse-class {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#act-residency-namee {
  font-weight: 600;
  font-family: var(--heading_font_style);
  color: var(--primary_color);
  font-size: 15px;
}

.act-right-features-wrap #act-residency-pricee {
  font-weight: 600;
  font-family: var(--heading_font_style);
  color: #10828f;
  font-size: 15px;
}

.confirm-acc-wrap {
  display: flex;
  align-items: center;
}

.confirm-booking-sec .act-label-date-wrap.act-persons-range {
  min-height: 54px;
}

.top-reviews .top-review-wrap .rateyo.jq-ry-container {
  padding: 0px;
  margin-bottom: 12px;
}

.top-review-wrap
  .rateyo.jq-ry-container
  .jq-ry-container
  > .jq-ry-group-wrapper
  > .jq-ry-group
  > svg {
  margin-right: 4px;
}

.select2-dropdown.select2-dropdown--below {
  min-width: 100px;
}

.dual-calender-range span.dual-range-img {
  margin-right: 5px;
}

.select2-results__option:first-child img {
  display: none !important;
}

.dual-calender-range span.dual-range-img {
  min-width: 8px;
}

p#chargeText {
  display: block;
  position: absolute;
  left: 0px;
  padding: 2px 25px;
  height: 50px;
}

#residency-group-container .residency-group.residency-groupq {
  margin-bottom: 40px;
}

.home-featured-packages .featured_items_wrap .package-detail-tag {
  padding: 10px 20px 7px;
}

.main-featured-package .package-detail-tag {
  padding: 16.5px 25px;
}

.home-featured-packages .featured_items_wrap .package-detail-tag strong {
  font-size: 20px;
}

.home-featured-packages .featured_items_wrap .package-detail-tag span {
  font-size: 13px;
  text-transform: uppercase;
}

.home-testimonial-sec .sub-heading-sec {
  position: relative;
  left: 25px;
}

/* Chrome, Safari, Edge, Opera */
.hideNumArrows::-webkit-outer-spin-button,
.hideNumArrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Chrome, Safari, Edge, Opera */
.hideNumArrows {
  -moz-appearance: textfield;
}

.featured-tags_listing li:empty {
  border: unset;
}

.activities-listing-sec .booking_slider_content p.eclipse-class {
  height: 48px;
}

.chatbox .booking_slider_content h3,
.chatbox .booking_slider_content h3 a {
  font-size: 18px;
  margin-bottom: 0px;
}

.chatbox .booking_slider_content .btn.package-box {
  text-transform: capitalize;
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 0px;
}

.chatbox .msg-detail-body .booking_slider_item {
  display: flex;
  padding-bottom: 30px;
  width: 100%;
}

.chatbox .chat_boxes figure {
  width: 50px;
  margin-bottom: 15px !important;
  height: 50px;
}

.chatbox .booking_slider_content .btn.package-box {
  padding: 0px;
  border: none;
  color: var(--secondary_color);
  background: transparent;
}

.chatbox .chat_boxes figure img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  object-fit: cover;
  object-position: center;
}

.chatbox .msg-detail-body .booking_slider_content {
  margin-left: 10px;
}

.chatbox .msg-detail-body .col-md-3 {
  flex-direction: row;
  display: flex;
  width: 30%;
  padding: 0px 12px;
}

.confirm-booking-sec .confirm-acc-wrap input.quantity-field {
  left: 8px;
  outline: none !important;
  background-color: transparent;
  width: auto !important;
}

.my-proper-list-col-loc .my-proper-list-loc {
  padding-right: 20px;
}

.search_form_item.dual-celender-sec .search_form_item_icon i.fa-solid {
  display: block;
  background: url(../images/menu-calendar.svg);
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
}

.search_form_item.dual-celender-sec .search_form_item_icon i.fa-solid:before {
  display: none;
}

.search_form_item.dual-celender-sec {
  padding-right: 10px;
}

.default_pagination a.page-next,
.default_pagination a.page-prev {
  background-color: transparent;
  height: 40px;
  width: 40px;
  padding: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}

input#phonecountryflag {
  padding-left: 70px;
}

#phonecountryflag::placeholder {
  opacity: 0.5;
}

.btn_wrap-host-dash-act .btn_black_border {
  background-color: transparent;
  border: 1px solid var(--primary_color) !important;
  color: var(--primary_color);
  font-family: var(--heading_font_style);
  padding: 14px 28px;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  border-radius: 7px;
}

.btn_wrap-host-dash-act .btn.btn_defaults:first-child {
  background-color: var(--secondary_color);
  color: #fff;
  margin-right: 16px;
}

.btn_wrap-host-dash-act .btn.btn_defaults:first-child:hover {
  background-color: transparent;
  color: var(--secondary_color);
}

.btn_wrap-host-dash-act .btn_black_border:hover {
  background-color: var(--primary_color);
  color: #fff;
}

.add-req-modal-popup .selectize-input > input::placeholder {
  color: var(--secondary_color) !important;
  font-weight: 600 !important;
  font-size: 14px;
}

.rateyo.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  padding-right: 3px;
}

.featured-tags-listing ul li:empty {
  display: none;
  margin: 0px !important;
}

.my-pro-col-order-wrap .my-pro-order-left {
  flex: 0 0 39%;
}

.home-about-sec .btn_wrap .btn_defaults {
  padding: 11px 32px 10px;
}

.home-about-txtwrap p {
  margin-bottom: 24px;
}

.home-about-txtwrap .main-heading-sec {
  margin-bottom: 16px;
}

.filter_form_wrap h1 {
  text-align: center;
}

input#zip-code::-webkit-outer-spin-button,
input#zip-code::-webkit-inner-spin-button,
input#host-zip::-webkit-outer-spin-button,
input#host-zip::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.traveler_top_bar_admin .traveler-navigation-menu {
  padding-right: 0px;
}

.traveler_top_bar_admin ul {
  padding-right: 0px;
}

.traveler_top_bar_admin .favorite-icon:hover svg path {
  color: var(--secondary_color);
  stroke: var(--secondary_color);
}

.traveler_top_bar_admin .col-2 {
  padding-left: 2%;
}

.traveler-mybooking-sec .book-request-status-btn .btn.btn_defaultsss {
  font-family: var(--heading_font_style);
  padding: 12px 34px;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  border: 1px solid var(--secondary_color);
  border-radius: 7px;
}

.message-detail-sec .msg-detail-right-sec {
  padding: 30px 20px 40px;
}

.message-detail-sec .chatlist {
  padding-bottom: 40px;
}

.home-categories-sec .cat-slider-content.active-link,
.web_navigation .activities_drop_down li.active-link {
  border: none;
  background-position: left !important;
}

.home-categories-sec .cat-slider-content.active-link img,
.web_navigation .activities_drop_down li.active-link img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
}

.home-categories-sec .cat-slider-content.active-link h4,
.web_navigation .activities_drop_down li.active-link h4 {
  color: #fff;
}

.featured-tags_listing li.active-link {
  color: #fff;
  background-color: var(--secondary_color);
  border: 1px solid var(--secondary_color);
}

.confirm_booking_wrap button.accordion-button::after {
  display: none;
}

.confirm_booking_wrap button.accordion-button {
  cursor: inherit;
}

.home-top-destinations .res-top-des.btn_wrap {
  display: none;
}

/*form autofill color*/
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.faq_accordion_sec.become-host-faq .sub-heading-sec {
  line-height: 30px;
}

.dash-recent-activities .dash-act-content label {
  width: unset !important;
  white-space: unset !important;
}

.dataTables_wrapper table.dataTable.table-striped > thead > tr th {
  vertical-align: middle;
}

.host-book-request-listing .book-mem-content-wrap strong {
  padding-right: 10px;
}

.host-my-properties-sec .my-proper-list-col .activity-delete {
  display: none;
}

.residency-group.resideny-group.row {
  position: relative;
}

.property_sales .dashboard-tables-header-links .export-excel button {
  padding: 0px;
  font-weight: 400;
  font-family: var(--regular_font_style);
  color: var(--primary_color);
  font-size: 14px;
}

.property_sales .dashboard-tables-header-links .export-excel {
  position: relative;
  top: 4px;
}

.property_sales .dashboard-tables-header-links .export-excel:hover {
  color: var(--secondary_color);
}

.property_sales div#properties-datatable_length {
  display: none;
}

.property_sales .dashboard-tables-header {
  padding-top: 10px;
}

.property_sales .my-properties-header-wrap h6 {
  color: var(--primary_color);
  font-size: 23px;
}

.property_sales .host-add-new-activity h6 {
  margin-bottom: 10px;
}

div#properties-datatable_info {
  display: none;
}

.host-pro-gallery .position-relative-thumb-img img {
  width: 100%;
}

.chatlist .chat-detail.ms-3 {
  width: 100%;
}

.service-fee-feature {
  margin-top: -2.5em;
}

.service-fee-text {
  font-size: 12px !important;
}

.home-featured-packages .home_desc_p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 56px;
  margin-bottom: 10px;
}

.search_form_item.dual-celender-sec
  .form_item_get.form_item_date_popper_updated {
  padding-bottom: 20px;
}

.lightpick__day {
  font-weight: 500 !important;
  font-family: "Montserrat";
  height: 50px !important;
  color: #000;
  font-size: 12px;
  min-height: 40px;
  border-bottom: 1px solid rgba(20, 76, 96, 0.1) !important;
  border-radius: 0px !important;
}

.lightpick__days-of-the-week {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(20, 76, 96, 0.1) !important;
}

.act-right-top-sec .act-right-features-wrap .act-features-left {
  text-align: right;
  flex: 0 0 50%;
}

.lightpick__month-title {
  height: 40px;
  margin-top: -10px !important;
}

.lightpick__day:not(.is-disabled):hover {
  background-color: #e0e0e0 !important;
  background-image: none !important;
}

.search_form_item.dual-celender-sec .search_form_item_icon {
  right: -20px;
}

.blog_detail_wrap p:empty,
.blog_detail_text p:empty {
  display: none;
}

.featured_carousel_item .home_desc_p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 56px;
  margin-bottom: 10px;
}

.featured_carousel_item .featured-tags_listing ul {
  min-height: 37px;
}

.home-featured-packages .featured-tags_listing ul {
  margin-bottom: 5px;
}

.home-about-sec.become-host-about-sec .host-about-txtwrap .sub-heading-sec {
  max-width: 100%;
  width: 100%;
  font-size: 80px;
  display: block;
  line-height: 50px;
  word-spacing: 10px;
}

.review-sec .rating-sec .side.left label {
  min-width: 14px;
}

#mypackagesModal .jq-ry-container svg {
  padding-right: 4px;
  width: 23px;
}

.drop_down_menu_wrap ul.sub_menu_list_see_all li.drop_down_item a {
  font-weight: 600;
  font-size: 17px !important;
  color: rgb(16, 130, 143) !important;
}

.social_share_default li a:hover .fa-brands.fa-whatsapp:before {
  color: #fff;
}

.blog_detail_text p:contains("&nbsp;") {
  display: none;
}

.filter_form form.form-control {
  border: none;
  background: transparent;
  display: flex;
  margin-bottom: 30px;
  padding-left: 0px;
  flex-wrap: wrap;
}

.filter_form form.form-control input {
  background: #fff !important;
  margin-right: 10px;
}

.filter_form form.form-control select.form-control.result_filter_sort {
  flex: 0 0 70%;
  background-image: url(../images/select-icon.svg) !important;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: 98% 50% !important;
  border-bottom: none;
  background: transparent;
  border-width: 0 0 1px 0px !important;
}

.filter_form form.form-control input[type="text"] {
  line-height: 4px;
  flex: 0 0 20%;
  margin-bottom: 10px;
}

.filter_form form.form-control .select-book-frm-filter {
  margin-bottom: 10px;
}

.filter_form form.form-control select.form-control.select-book-frm-filter {
  background-image: url(../images/select-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
}

.filter_form form.form-control .select-book-frm-filter {
  padding: 0rem 0.75rem;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
  flex: 0 0 22%;
  margin-right: 10px;
  background: #fff;
}

.filter_form form.form-control .select-book-frm-filter span {
  display: block;
  width: 70px !important;
}

.host-booking-request.host-book-request-sec.host-dashboard-div
  .host_my_properties_header {
  margin-bottom: 0px !important;
  padding-bottom: 20px !important;
}

.filter_form form.form-control input[type="submit"] {
  width: 100px;
  background-color: #028090 !important;
  color: #fff !important;
  height: 40px;
  /* text-transform: uppercase; */
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
}

.filter_form form.form-control input[type="submit"]:hover {
  background-color: var(--secondary_color) !important;
}

.filter_form form.form-control .select-book-frm-filter:focus {
  border: 1px solid #000;
}

.filter_form .form-control {
  min-height: 38px !important;
}

.filter_form form.form-control .select-book-frm-filter span {
  display: block;
  min-width: 54px !important;
}

.host-my-properties-sec .host-my-proper-list .my-proper-list-cont-wrap {
  width: 100%;
}

.host-my-properties-sec
  .host-my-proper-list
  .my-proper-list-cont-wrap
  .my-proper-list-loc {
  width: unset;
}

.home-res-featured-packages .featured_carousel_item .res-fea-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.host-pro-thumb-img img.image-preview {
  width: 230px;
}

.host-add-act-edit-title-wrap {
  margin-bottom: 14px;
}

.host-upcoming-booking .dashboard-tables-header-links .export-excel button,
.host-booking-request .dashboard-tables-header-links .export-excel button {
  padding: 0px;
  border: none;
  font-size: 14px;
  font-weight: 400 !important;
  font-family: var(--regular_font_style);
  color: var(--primary_color);
}

.host-upcoming-booking
  .dashboard-tables-header-links
  .export-excel
  button:hover,
.host-booking-request
  .dashboard-tables-header-links
  .export-excel
  button:hover {
  background-color: transparent;
  color: var(--secondary_color);
}

.act-detail_right_sec .act-right-activities .input-group.w-auto {
  flex: 0 0 40%;
}

.act-detail_right_sec input.quantity-field,
.act-detail_right_sec input.quantity-field-person {
  min-width: 40px;
}

.act-detail_right_sec .act-right-residency #act-select-residency {
  /*width: 99%;*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* background-position: 100% 5px;*/
}

.contact-main-sec
  .contact-form-wrap
  button#submit_footer_form
  i.fas.fa-circle-notch.fa-spin {
  margin-left: 5px;
}

.contact-main-sec .contact-form-wrap button#submit_footer_form {
  display: inline-flex;
}

.confirm-book_right_sec .confirm_book_img {
  min-width: 80px;
}

.search-top-cross-icon:before {
  font-size: 18px;
  border-radius: 100px;
  padding: 6px;
  color: #fff;
  background-color: var(--secondary_color);
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  content: "\f00d";
  align-items: center;
  justify-content: center;
  display: flex;
  height: 30px;
  width: 30px;
  z-index: 1;
}

.search-top-cross-icon {
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: flex;
  top: 10%;
  right: 10%;
  position: absolute;
  max-width: 1140px;
  height: 30px;
  width: 30px;
}

.search-top-cross-icon:hover:before {
  background-color: var(--primary_color) !important;
}

.payment-method-options span.badge {
  border-radius: 0px;
  padding: 5px 6px 2px;
  margin-left: 12px;
  font-size: 12px;
  min-width: 80px;
}

.host-payment-method-wrap .payment-method-content h5 {
  min-width: 230px;
}

.host-payment-method-wrap .payment-method-content label:empty {
  display: none;
}

.property-desc strong {
  text-decoration: none;
  font-family: var(--heading_font_style);
  font-weight: 700;
  font-size: 20px;
  color: var(--primary_color);
}

.top-destination-slider .owl-nav,
.home-blog-slider .owl-nav,
.home-packages-slider .owl-nav {
  position: absolute;
  top: 15px;
  right: 14%;
}

.home-instagram-slider .owl-nav {
  position: absolute;
  top: 0%;
  right: 50%;
}

.top-destination-slider button.owl-prev,
.home-blog-slider button.owl-prev,
.home-packages-slider button.owl-prev,
.home-instagram-slider button.owl-prev {
  right: 8px;
}

.top-destination-slider button.owl-prev,
.top-destination-slider button.owl-next,
.home-blog-slider button.owl-prev,
.home-blog-slider button.owl-next,
.home-packages-slider button.owl-prev,
.home-packages-slider button.owl-next,
.home-instagram-slider button.owl-prev,
.home-instagram-slider button.owl-next {
  position: absolute;
  margin: 2px !important;
  border-radius: 0px;
  z-index: 1;
  background-color: transparent;
  width: max-content;
  top: unset !important;
}

.top-destination-slider button.owl-prev:hover,
.top-destination-slider button.owl-next:hover,
.testimonial-slider button.owl-prev:hover,
.testimonial-slider button.owl-next:hover,
.home-blog-slider button.owl-prev:hover,
.home-blog-slider button.owl-next:hover,
.home-packages-slider button.owl-prev:hover,
.home-packages-slider button.owl-next:hover {
  background: transparent !important;
}

.top-destination-slider button.owl-prev img:hover,
.top-destination-slider button.owl-next img:hover,
.testimonial-slider button.owl-prev img:hover,
.testimonial-slider button.owl-next img:hover {
  filter: invert(23%) sepia(82%) saturate(431%) hue-rotate(149deg)
    brightness(38%) contrast(95%);
}

.top-destination-slider button.owl-prev img,
.top-destination-slider button.owl-next img,
.home-blog-slider button.owl-prev img,
.home-blog-slider button.owl-next img,
.home-packages-slider button.owl-prev img,
.home-packages-slider button.owl-next img,
.home-instagram-slider button.owl-prev img,
.home-instagram-slider button.owl-next img {
  width: 24px;
  filter: invert(55%) sepia(53%) saturate(6311%) hue-rotate(343deg)
    brightness(97%) contrast(74%);
}

.testimonial-slider button.owl-prev img,
.testimonial-slider button.owl-next img {
  width: 24px;
}

.home-instagram-slider button.owl-prev:hover,
.home-instagram-slider button.owl-next:hover {
  background: transparent !important;
}

.testimonial-slider .owl-nav {
  position: absolute;
  top: -15%;
  right: 14%;
}

.testimonial-slider button.owl-prev {
  position: relative;
  right: 10px !important;
}

.testimonial-slider button.owl-prev,
.testimonial-slider button.owl-next {
  margin: 2px !important;
}

h2.accordion-header {
  margin-bottom: 0px;
}

.act-detail-map iframe {
  width: 100%;
}

.side_bar_admin #dashboard_accordion .accordion-button:after {
  display: none;
}

.payment-fields.branch-name-field span.select2.select2-container {
  width: 100% !important;
}

.payment-fields.branch-name-field .col-12 {
  position: relative;
}

.payment-fields.branch-name-field
  span.select2-dropdown.select2-dropdown--below {
  width: 97% !important;
}

.payment-fields.branch-name-field
  span.select2-container.select2-container--default.select2-container--open {
  width: 100%;
}

.host-add-new-activity .host-add-act-edit-title-wrap {
  width: 100%;
}

.host-add-act-edit-title-wrap .host-title-wrp {
  width: 100%;
}

.host-dash_act_detail .host-add-act-edit-title {
  width: 100%;
}

.act-detail-topsec .social_share_click .share-button .fa-copy:before {
  font-family: "Font Awesome 6 Free";
}

.host-dashboard-main .dashboard-tables-header {
  align-items: center;
}

.dashboard-tables-header-links .export-excel button {
  padding: 0px;
}

.dashboard-tables-header-links .export-excel button:hover {
  color: var(--secondary_color) !important;
}

.book-request-mem-details.res-cancel-request tr th:last-child,
.book-request-mem-details.res-cancel-request tr td:last-child {
  min-width: 90px;
}

#residencyCheckboxes .activity-chkbox-wrap {
  flex-wrap: wrap;
}

.act-chkbox-bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 6px;
}

span.res-name {
  margin-right: 10px;
  flex: 0 0 58%;
  color: #028090;
  font-family: var(--heading_font_style);
  font-size: 11px;
  font-weight: 600;
  left: 23px;
  position: relative;
  margin-top: 4px;
}

.occuptions {
  margin-left: 5px;
  text-align: right;
  flex: 0 0 40%;
  font-family: var(--regular_font_style);
  color: rgba(20, 76, 96, 0.7);
  font-weight: 500;
  font-size: 13px;
}

.occuptions span {
  margin: 0px 2px;
  font-weight: 600;
  font-size: 9px;
  color: #144c60;
}

.act-right-top-sec .col-md-12.property-calender {
  padding: 0px;
}

.property-calender .lightpick__toolbar {
  position: absolute;
  top: 0;
  width: 100%;
  justify-content: space-between;
  bottom: 0;
  align-items: center;
}

.act-right-top-sec .col-md-12.property-calender select.lightpick__select {
  background-image: unset;
}

.property-calender .lightpick__day.is-start-date.is-in-range,
.property-calender .lightpick__day.is-end-date.is-in-range {
  background-image: none;
  background-size: auto;
  background-position: center;
  color: #fff;
  font-weight: bold;
  background-color: var(--secondary_color) !important;
  opacity: 1;
}

.property-calender .lightpick__day.is-disabled.is-in-range {
  opacity: 1;
}

.property-calender .lightpick__day.is-available {
  background-color: rgba(38, 139, 210, 0.1);
}

.lightpick__day.is-available.is-in-range {
  border: 1px solid rgba(216, 94, 64, 0.5) !important;
}

.property-calender .lightpick {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.property-calender .lightpick__previous-action,
.property-calender .lightpick__next-action {
  margin: 0px !important;
  top: -6px;
}

.property-calender .lightpick__next-action {
  right: 5px;
}

.activity-chkbox-wrap .input-group {
  align-items: center;
}

.act-detail-sec #ActivityDetailAccordian .activity-accor-top {
  justify-content: space-between;
}

.act-detail-sec .accor-top-title-wrap {
  display: flex;
  width: 100%;
}

.act-detail-sec #ActivityDetailAccordian .act-accordian-icon {
  min-width: 68px;
  flex: unset;
}

.checkout #button-text {
  color: var(--secondary_color);
}

.checkout button:hover #button-text {
  color: var(--secondary_color) !important;
}

.checkout button#submit:hover {
  background-color: #fff;
}

.checkout button#submit {
  background-color: var(--secondary_color);
  margin-top: 30px !important;
}

.checkout button#submit #button-text {
  color: #fff;
}

.my-proper-list-col-content li {
  color: var(--primary_color);
  line-height: 24px;
  font-family: "Montserrat";
  font-size: 14px;
  list-style: none;
}

.my-proper-list-col-content li:before {
  content: url(../images/list-icon.svg);
  margin-right: 10px;
}

.my-proper-list-col-content ul {
  padding-top: 10px;
}

.my-proper-list-col-content p:empty {
  display: none;
}

.payment-edit-icon-wrap {
  justify-content: flex-end;
  display: flex;
  flex: 0 0 30%;
  align-items: center;
}

b.label-toggle {
  color: var(--primary_color);
  line-height: 24px;
  font-family: "Montserrat";
  font-size: 13px;
  top: 24px;
  position: relative;
}

#residency-group-container .residency-group.residency-groupq label.form-label {
  min-height: 43px;
  margin-bottom: 0px;
}

.act-start-date-wrap {
  color: var(--primary_color);
  font-family: "Montserrat";
  font-size: 16px;
  padding-bottom: 14px;
}

.act-start-date-wrap .form-check.form-check-inline {
  padding-left: 0px;
}

.isExpN .act-start-date-wrap {
  padding-bottom: unset;
}

.isFixSd .host-remove-icon a {
  cursor: pointer;
  background-color: var(--secondary_color);
  padding: 6px 8px;
  border-radius: 100px;
}

.isFixSd .host-remove-icon a img {
  width: 11px;
  height: 11px;
}

.isFixSd .form-check.form-check-inline {
  margin-right: 0px !important;
  width: 100%;
}

.isFixSd h6 {
  margin-bottom: 10px;
  font-size: 16px;
}

.isFixSd .host-specific-days-check-in tr th {
  color: var(--primary_color);
  font-size: 13px;
  text-align: left;
}

.host-specific-days-check-in #addCheckINRowButton,
.host-specific-days-check-in #addCheckOUTRowButton {
  padding: 8px 16px;
  font-size: 14px;
  margin-left: 0.5rem;
}

.isFixSd .host-specific-days-check-in tr select {
  background-position: 90% 14px;
}

.isExp .act-start-date-wrap:before {
  content: "";
  background-image: url(../images/calendar-icon.svg);
  background-repeat: no-repeat;
  background-position: 95.4% 17px;
  height: 20px;
  width: 20px;
}

.isExp .calender-str:before {
  content: "";
  background-image: url(../images/calendar-icon.svg);
  background-repeat: no-repeat;
  background-position: 95.4% 17px;
  height: 37px;
  width: 20px;
  position: absolute;
  right: 10px;
}

.calender-str {
  position: relative;
}

.isFixSd .host-specific-days-check-in.host-act-paneld select,
.isFixSd .host-specific-days-check-in.host-act-paneld input {
  min-height: unset;
}

.host-specific-days-check-in.host-act-paneld {
  margin: 10px 0px 30px;
}

.gdrp-btnwrap {
  justify-content: flex-end;
  display: flex;
  background: #fff;
  padding: 10px 30px;
}

#GDRPmodal {
  z-index: 999999;
}

.gdrp-btnwrap button.btn.btn_defaults {
  margin: 0px;
  font-size: 16px;
}

.gdrp-btnwrap .accept-gdrp {
  margin-right: 14px !important;
}

#GDRPmodal .btn-close {
  margin: 12px;
  position: relative;
  font-weight: bold;
}

.gdrp-top {
  background-color: #fff;
  position: relative;
}

#GDRPmodal .modal-body {
  padding: 20px 30px 40px !important;
}

#GDRPmodal li {
  color: var(--primary_color);
  font-size: 15px;
}

#GDRPmodal h2 {
  margin-bottom: 10px;
  font-size: 30px;
}

.modal-backdrop.fade.show {
  display: none;
}

.withdraw-pay-table div#properties-datatable_paginate {
  padding: 30px 0px 0px;
}

.host-pro-general-info .select2-container--default .select2-selection--multiple,
.select2-discount .select2-container--default .select2-selection--multiple {
  color: var(--primary_color) !important;
  font-size: 14px !important;
  font-family: var(--regular_font_style);
  min-height: 54px !important;
  border-radius: 0px;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
  border: 1px solid #ced4da !important;
  border-radius: 0px !important;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 96% 23px;
  padding: 0rem 0.75rem;
}

.select2-discount
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  font-size: 14px !important;
}

.select2-discount .select2-container--default .select2-selection--multiple {
  background-position: 98% 23px;
}

.select2-discount
  .select2-container--default
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  height: 27px;
}

.host-pro-general-info
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove,
.select2-discount
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  font-size: 1em;
  color: #fff;
  font-weight: 400;
  font-size: 25px;
  border: none;
}

.host-pro-general-info
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice,
.select2-discount
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  color: #fff;
  background-color: var(--secondary_color);
  font-family: var(--heading_font_style);
  border: none;
}

.host-pro-general-info
  .select2-container--default
  .select2-selection--multiple
  button.select2-selection__choice__remove:hover,
.select2-discount
  .select2-container--default
  .select2-selection--multiple
  button.select2-selection__choice__remove:hover {
  background-color: transparent !important;
}

.activities_filter_listing .fps-top-sec .fcc_rating {
  min-width: 65px;
}

.activities_filter_listing .booking_slider_content .fps-top-sec {
  align-items: flex-start;
}

.activities_filter_listing .fps-top-sec .fps_loc_date {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 24px;
}

.property-calender .lightpick {
  padding: 0px;
}

.property-calender .lightpick__inner {
  width: 100%;
}

.property-calender .lightpick__month {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px;
}

span.select2-container.select2-container--default.select2-container--open {
  z-index: 999999;
}

#blocking-modal .host-remove-icon a.delete-checkbox2 {
  padding: 7px !important;
  background-color: rgb(217, 217, 217);
  border-radius: 100px;
  background-color: var(--secondary_color);
  cursor: pointer;
}

#blocking-modal th {
  color: var(--primary_color);
  font-family: var(--heading_font_style);
}

.grecaptcha-badge {
  max-width: 70px !important;
  right: 0px !important;
}

.rc-anchor-invisible-hover-hovered {
  transition: none !important;
}

.confirm-booking-sec .btn_wrap {
  margin-top: 30px;
  width: 66.66666667%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.confirm-book_right_sec .price-txt-wrap .price-detail-left {
  text-align: right;
}

.confirm-booking-sec
  .act-label-date-wrap.act-persons-range
  input#act-booking-persons {
  left: unset;
}

.confirm-booking-sec
  #ActivityDetailAccordian
  .confirm-acc-wrap
  input.quantity-field {
  left: unset;
}

.confirm-booking-sec
  #ActivityDetailAccordian
  .confirm-acc-wrap
  div.input-group {
  min-width: 100px;
}

.booking-confirmed .confirm-book-btn-wrap .btn.btn_defaults {
  padding: 14px 10px;
}

.host-dash_act_detail .host-add-act-edit-title.update_detail.active {
  background: transparent;
  border: none;
}

.nav__submenu.admin-mobile-profile img {
  height: 28px;
  width: 28px;
  border-radius: 100px;
  object-fit: cover;
}

.admin-mobile-profile .admin-mobile-wrap img {
  margin-right: 10px;
}

.isFixSd .host-specific-days-check-in td {
  border: none !important;
  background: transparent;
  --bs-table-accent-bg: transparent !important;
}

.isFixSd .host-specific-days-check-in tr {
  border: transparent;
}

.isFixSd
  .host-specific-days-check-in
  #chk-rows-in
  td
  .form-check.form-check-inline {
  padding: 0px;
}

.isFixSd
  .host-specific-days-check-in
  #chk-rows-out
  td
  .form-check.form-check-inline {
  padding: 0px;
}

.host-discount-sec .act-start-date-wrap.calender-str {
  padding-bottom: 0px;
}

.preview-property-div {
  display: flex;
}

.preview-property-div h4 {
  font-size: 24px;
}

.preview-property-div h4:hover {
  color: var(--primary_color) !important;
}

.host-require-table.host-act-panel tbody tr td:first-child {
  width: 50%;
}

.host-require-table.host-act-panel tbody tr td:last-child img {
  cursor: pointer;
}

.act-right-features input#property_coupon {
  min-height: 30px;
  font-size: 12px !important;
}

.act-right-features input#property_coupon::placeholder {
  font-size: 12px !important;
}

.act-right-features button#apply_coupon {
  padding: 10px 28px;
  border-radius: 0px;
}

.lightpick__tooltip {
  z-index: 9;
  visibility: visible !important;
  margin-top: -10px !important;
}

.lightpick__day.is-forward-selected.is-in-range {
  text-decoration: line-through;
  color: rgb(176, 176, 176);
}

.lightpick__day.is-disabled.is-in-range:not(.is-start-date):not(.is-end-date) {
  text-decoration: line-through !important;
  color: rgb(176, 176, 176) !important;
}

.lightpick__day.is-forward-selected.is-in-range.is-start-date {
  text-decoration: none;
  color: #fff;
}

.blog_slide_item_badge h4 {
  height: 71px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.act-detail_right_sec
  .act-right-activities
  .input-group.w-auto
  .residency-title {
  color: var(--primary_color);
  font-family: var(--heading_font_style);
  display: block;
  font-size: 13px;
  width: 100%;
  margin-right: 10px;
  text-align: right;
  margin-bottom: 2px;
}

.occuptions {
  flex-direction: column;
  display: flex;
  margin-top: 5px;
}

div#residencyCheckboxes .activity-chkbox-wrap {
  flex-direction: row;
  display: flex;
}

.multiselect-activity-detail #residencyCheckboxes .chkbox-act-wrap {
  flex: 0 0 50%;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}

.multiselect-activity-detail #residencyCheckboxes .act-chkbox-bottom {
  flex-direction: column;
  flex: 0 0 50%;
}

.multiselect-activity-detail #residencyCheckboxes .chkbox-act-top {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.multiselect-activity-detail #residencyCheckboxes span.res-name {
  flex: 0 0 100%;
  font-size: 10px;
}

.property-calender .lightpick__tooltip {
  display: none;
}

#activityCheckboxes .chkbox-act-bottom span,
#activityCheckboxes .chkbox-act-bottom strong {
  font-weight: 600;
  font-size: 10px;
  color: #028090;
}

#add-req-pro-modal .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}

#add-req-pro-modal .modal-content {
  height: 588px;
  overflow-y: auto;
}

#add-req-pro-modal h2 {
  margin-bottom: 10px;
}

#add-req-pro-modal .modal-content {
  height: 560px;
  overflow-y: auto;
}

.act-resi-chk-wrap {
  display: inline-flex;
}

.preview-property-div h4 {
  margin-bottom: 30px;
  padding: 8px 13px !important;
  font-size: 16px !important;
}

#decline-modal .modal-body,
.add-account-modal-popup .modal-body {
  overflow: visible;
}

.host-payment-method-wrap .payment-method-content h5 {
  min-width: unset;
}

.gall-imgs-errs p,
.thumb-imgs-errs p {
  color: red;
}

.notification-icon {
  position: relative;
}

.notification-icon .badge {
  font-family: --regular_font_style;
  padding: 3px 5px 2px;
  position: absolute;
  top: 3px;
  right: 3px;
  display: inline-block;
  min-width: 10px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #db5565;
  border-radius: 10px;
}

.accord_icon_text.notification-icon .badge {
  right: -16px;
  top: -9px;
}

.side_bar_admin
  .accordion-button:hover
  .accord_icon_text.notification-icon
  .badge {
  color: #fff !important;
}

.side_bar_admin .notification-icon .badge {
  top: 12px;
  left: 121px;
  right: unset;
}

.confirm-booking-sec .btn_wrap {
  display: flex;
  justify-content: space-between;
}

.confirm-booking-sec .btn.btn_defaults {
  min-height: 45px;
}

.disclaimer-checkout {
  color: rgba(19, 75, 95, 1);
  font-family: var(--regular_font_style);
  font-weight: 500;
  font-size: 15px;
  margin-top: 17px;
}

label.p-FieldLabel {
  margin-bottom: 0.5rem;
  font-family: var(--heading_font_style);
  font-weight: 600;
  font-size: 15px;
  color: var(--primary_color);
}

.chat-profile span.badge.badge-danger:empty {
  display: none;
}

.chatbox {
  height: 100vh;
}

.msg-send-box {
  bottom: 20%;
  position: sticky;
}

.chat-profile span.badge.badge-danger {
  min-width: unset !important;
  font-family: --regular_font_style;
  padding: 3px 5px 2px;
  position: absolute;
  top: 0px;
  right: -11px;
  display: inline-block;
  min-width: 10px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #db5565;
  border-radius: 10px;
}

.chat-profile h3 {
  position: relative;
}

.chatbox .msg-detail-body .col-md-3 {
  position: relative;
  padding: 10px;
}

.chat-profile span.badge.badge-danger {
  min-width: unset !important;
  font-family: --regular_font_style;
  padding: 3px 5px 2px;
  position: absolute;
  top: 0px;
  right: -11px;
  display: inline-block;
  min-width: 10px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #db5565;
  border-radius: 10px;
}

.chatbox .msg-detail-body .booking_slider_content span.badge.badge-danger {
  font-family: --regular_font_style;
  padding: 3px 5px 2px;
  position: absolute;
  top: 3px;
  right: 0px;
  display: inline-block;
  min-width: 10px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #db5565;
  border-radius: 10px;
}

.home_slider_content .slider-btn:empty {
  display: none;
}

.slick-initialized .slick-slide {
  position: relative;
}

.slider-galeria-home .slider_overlay {
  display: none;
}

.home_slide_item-wrap:before {
  content: "";
  background: #134b5f;
  width: 550px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}

ul.sub-menu-list {
  padding-top: 10px;
}

/*css 14-03-2024*/

.web_navigation .traveler-menu-icon a svg {
  opacity: 1;
}

.traveler_top_bar_admin .traveler-profile-logged-in b {
  align-items: center;
  justify-content: flex-start;
  display: inline-block;
  max-width: 65px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.traveler_top_bar_admin .profile-logged-in-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.traveler-profile-logged-in .profile-admin-img img {
  margin-right: 5px;
  min-width: 28px;
}

.traveler-menu.traveler_top_bar_admin li {
  padding: 0px;
}

.traveler_top_bar_admin {
  /*padding: 18px 20px 18px 40px;*/
  padding: 0px 20px 0px 40px;
}

.traveler_top_bar_admin .navigation_group {
  justify-content: flex-end;
}

.traveler_top_bar_admin .traveler-profile-logged-in,
.traveler-menu.traveler_top_bar_admin .traveler-profile-logged-in {
  padding: 24px 0px;
}

li.traveler-menu-icon.notification-icon a {
  padding: 30px 15px !important;
  text-align: center;
}

.traveler-menu-icon.notification-icon .badge {
  padding: 2px 4px 2px;
  top: -6px;
  right: 3px;
  font-size: 10px;
}

.traveler_top_bar_admin .traveler-profile-logged-in {
  padding-left: 15px;
}

.traveler-navigation-menu .web_navigation li a svg {
  opacity: 1;
}

.traveler_top_bar_admin .drop_down_holder:hover .drop_down_menu_wrap {
  display: block;
}

.traveler_top_bar_admin.traveler-menu ul.web_navigation {
  padding: 0px;
}

.traveler_top_bar_admin.traveler-menu ul.drop_down_menu {
  padding: 30px 0px;
}

.traveler_top_bar_admin.traveler-menu ul.drop_down_menu {
  padding: 30px 0px;
  justify-content: flex-start !important;
  align-items: flex-start;
  /* display: none; */
  justify-content: center;
  flex-direction: row;
  display: flex;
  background:
    linear-gradient(0deg, rgba(16, 130, 143, 0.03), rgba(16, 130, 143, 0.03)),
    #ffffff;
  margin: 0;
  text-align: center;
  min-width: 200px;
  width: 100%;
  border-radius: 0px;
  box-shadow:
    0 16px 24px rgb(3 54 63 / 16%),
    0 8px 16px rgb(3 54 63 / 4%),
    0 4px 8px rgb(3 54 63 / 4%),
    0 2px 4px rgb(3 54 63 / 2%),
    0 1px 2px rgb(3 54 63 / 4%),
    0 -1px 2px rgb(3 54 63 / 4%);
}

.traveler_top_bar_admin.traveler-menu ul.sub-menu-list {
  display: block;
}

.traveler_top_bar_admin.traveler-menu .sub_menu_list_see_all {
  display: block;
}

.traveler_top_bar_admin.traveler-menu ul.select2-results__options {
  display: block;
  padding: unset;
}

.traveler_top_bar_admin.traveler-menu .select2-results__option {
  padding: 6px;
}

.traveler_top_bar_admin.traveler-menu .web_navigation .drop_down_menu_wrap,
.traveler_top_bar_admin.traveler-menu .web_navigation .activities_drop_down {
  top: 76px;
}

ul.traveler_profile_drop_down li a {
  font-size: 16px;
  padding: 0px;
}

.keyword-search input#search-keyword {
  font-size: 13px;
  font-family: var(--regular_font_style);
  border: none;
  min-height: 0px;
  padding: 0px;
  color: var(--primary_color);
  font-weight: 500;
}

ul.drop_down_menu li.drop_down_item li.sub_menu_item a {
  padding-top: 10px;
  padding-bottom: 10px;
}

#search-dropdown-sec input,
#search-dropdown-sec input::placeholder,
#responsive-search-dropdown input,
#responsive-search-dropdown input::placeholder {
  font-size: 13px;
  font-family: var(--regular_font_style);
  border: none;
  min-height: 0px;
  padding: 0px;
  color: var(--primary_color);
  font-weight: 500;
}

.add_price_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.add_price_container .add-price {
  position: relative;
  top: 15px;
  padding: 15px 15px;
}

.recidency_prices_popup {
  padding: 60px 40px;
}

.recidency_prices_popup th,
.recidency_prices_popup td {
  color: var(--primary_color);
  font-family: var(--heading_font_style);
  width: 120px;
}

.inner_instruction_recidency ul {
  color: var(--primary_color);
  font-family: var(--heading_font_style);
  padding: 15px 35px;
  font-size: 16px;
  margin: 15px 0 0 0;
  line-height: 35px;
}

.recidency_prices_popup .btn-close {
  z-index: 9;
  background-color: #d9d9d9 !important;
  background: transparent url(../images/icon-cross-white-icon.svg);
  background-repeat: no-repeat;
  width: 36px;
  background-position: 50%;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 100px;
}

.recidency_prices_popup .form-control {
  min-height: 45px;
  margin: 10px 0;
}

.inner_radio_buttons {
  margin: 20px 0;
}

.inner_radio_buttons label {
  color: var(--primary_color);
  font-family: var(--heading_font_style);
}

/*23th may*/
.orderdet-table h3 {
  font-size: 20px;
  margin-bottom: 0px;
}

.orderdet-wrap {
  display: flex;
  justify-content: space-between;
}

.orderdet-wrap {
  padding: 1rem 0px 0px;
  display: flex;
  justify-content: space-between;
}

.orderdet-right label {
  font-weight: 600;
  font-size: 15px;
  color: var(--primary_color);
}

.orderdet-left strong {
  font-weight: 600;
  font-size: 15px;
  color: #000;
}

hr.order-hr {
  border: 1px solid rgba(16, 130, 143, 0.03) !important;
  opacity: 1 !important;
}

.pricedet-table h3 {
  margin-top: 26px;
  font-size: 20px;
  margin-bottom: 0px;
}

.pricedel-left label {
  display: block;
  font-size: 15px;
  font-family: var(--heading_font_style);
  font-weight: 600;
  color: var(--primary_color);
}

.pricedel-left span {
  color: rgba(20, 76, 96, 0.7);
  font-family: var(--regular_font_style);
  font-weight: 500;
  font-size: 13px;
}

.pricedet-wrap {
  margin: 1rem 0px;
  display: flex;
  justify-content: space-between;
}

.pricedet-right strong {
  color: #10828f;
  font-size: 15px;
  font-family: var(--heading_font_style);
  font-weight: 600;
}

.pricedet-total-wrap label {
  color: #000;
  font-size: 17px;
  font-family: var(--heading_font_style);
  font-weight: 600;
}

.pricedet-total-wrap .total-price {
  font-weight: 700;
  font-size: 25px;
  font-family: var(--heading_font_style);
  color: var(--secondary_color);
}

.pricedet-total-wrap {
  align-items: center;
  justify-content: space-between;
  display: flex;
  margin-top: 20px;
}

.price-tag-wrap label {
  display: inline-block;
}

.price-tag-wrap label {
  display: inline-block;
}

.price-tag-wrap span,
.calender-tags-wrap label {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter";
}

.calender-tags-wrap label {
  padding: 5px 14px;
  border-radius: 3px;
  margin-right: 2px;
}

.calender-tags-wrap {
  margin: 28px 0px 26px;
}

.calender-tags-wrap label.high {
  background-color: rgba(242, 172, 174, 0.6);
}

.calender-tags-wrap label.medium {
  background-color: rgba(247, 205, 138, 0.5);
}

.calender-tags-wrap label.low {
  background-color: rgba(160, 223, 190, 0.5);
}

.price-tag-wrap span {
  margin-left: 4px;
  border-radius: 43px;
  padding: 1px 10px;
}

.price-tag-wrap span.low {
  background: rgba(160, 223, 190, 0.5);
}

.price-tag-wrap span.mid {
  background-color: rgba(247, 205, 138, 0.5);
}

.price-tag-wrap span.high {
  background: rgba(242, 172, 174, 0.6);
}

.pro-order-detail-wrap {
  padding: 20px 0px 30px;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
  border-radius: 7px;
}

.orderdet-table,
.pricedet-table {
  padding: 0px 20px;
}

.property-calender .low-cal,
.property-calender .lowSeason {
  background-color: rgba(160, 223, 190, 0.5) !important;
}

.property-calender .med-cal,
.medSeason {
  background-color: rgba(247, 205, 138, 0.5) !important;
}

.property-calender .high-cal,
.highSeason {
  background-color: rgba(242, 172, 174, 0.6) !important;
}

.res-name span.lowSeason,
.res-name span.medSeason,
.res-name span.highSeason {
  margin: 0px;
  text-transform: capitalize;
  border-radius: 43px;
  padding: 1px 6px;
  font-size: 10px;
  font-size: 11px;
  font-weight: 500;
  font-family: "Inter";
}

.col-md-12.property-calender {
  margin-bottom: 10px;
}

.property-calender .highSeason,
.property-calender .medSeason,
.property-calender .lowSeason {
  padding: 5px 14px;
  border-radius: 3px;
  margin-right: 2px;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter";
  /* background-color: rgba(160, 223, 190, 0.5) !important; */
}

div#activityCheckboxes .input-group.w-auto {
  min-width: 100px;
}

/*end 23th may*/
.room-cal {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

/*10th june*/
.penalty-table table th,
.penalty-table table td {
  padding: 0.375rem 0.75rem;
}

.penalty-table table th {
  font-family: var(--heading_font_style);
  color: var(--primary_color);
  font-weight: 700;
}

.penalty-table table td {
  color: var(--primary_color);
  font-family: var(--regular_font_style);
  font-weight: 400;
  font-size: 14px;
}

.penalty-table table {
  border: 1px solid #ced4da;
}

.penalty-table table th {
  padding: 1rem 0.75rem 0rem;
}

.penalty-table table tr:last-child td {
  padding-bottom: 1rem;
}

.decline-modal-popup .msg-host-txt-wrap {
  padding-bottom: 16px;
}

.decline-modal-popup .row.mt-2 h3 {
  font-size: 24px;
}

#cancelation-group-container {
  margin-top: 30px;
}

/*26-06-2024*/
.pricedet-right {
  float: right;
  min-width: 91px;
}

.pricedet-right strong {
  float: right;
}

.recidency_prices_popup td.add-low-date,
.recidency_prices_popup td.add-mid-date,
.recidency_prices_popup td.add-high-date,
.recidency_prices_popup td.remove-date,
.recidency_prices_popup th:last-child {
  width: 40px !important;
}

.recidency_prices_popup span.fas.fa-add,
.recidency_prices_popup span.fas.fa-close {
  cursor: pointer;
  width: unset !important;
  display: inline-flex;
  height: 30px !important;
  width: 30px !important;
  background: var(--secondary_color) !important;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recidency_prices_popup td {
  padding: 5px;
}

.recidency_prices_popup span.fas::before {
  color: #fff;
}

.recidency_prices_popup .inner_radio_buttons label {
  padding: 0px 10px;
}

.recidency_prices_popup button#doneButton {
  margin-top: 10px;
}

.currency-menu select {
  font-weight: 600;
  font-size: 16px !important;
  font-family: var(--heading_font_style);
  padding: 35px 0px;
  color: var(--primary_color) !important;
  text-decoration: none;
  list-style-type: none;
  border: none !important;
  max-width: 80px;
}

.currency-menu select:focus-visible {
  border: none !important;
  outline: none !important;
}

.currency-menu select option {
  padding: 10px;
  color: var(--primary_color);
  font-size: 14px;
  font-family: var(--regular_font_style);
}

.member-profile-logged-in b {
  max-width: 93px;
}

div.sub_menu_list_see_all.tbl {
  top: 100px;
}

/*4-07-2024*/
.modal-open .main-div.website_header {
  z-index: 1;
}

#marketing_advise .modal-content {
  overflow-y: auto;
  padding: 60px 40px;
}

#marketing_advise h1 {
  margin-bottom: 20px !important;
  max-width: 433px;
  font-size: 36px;
  text-align: center;
  margin: auto;
}

#marketing_advise p {
  text-align: center;
  color: rgba(19, 75, 95, 0.7);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat";
}

#marketing_advise input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  min-height: 48px;
  border-radius: 0px !important;
  color: var(--primary_color) !important;
  font-size: 14px !important;
  font-family: var(--regular_font_style);
  margin: 20px 0px 6px;
  outline: none !important;
}

#marketing_advise input:first-child {
  margin-top: 0px;
}

body.modal-open .host_top_bar_admin {
  z-index: 1;
}

#ui-datepicker-div span.ui-datepicker-year,
#ui-datepicker-div .ui-datepicker-prev.ui-corner-all,
#ui-datepicker-div a.ui-datepicker-next.ui-corner-all {
  display: none;
}

#marketing_advise .modal-body {
  padding: 0px !important;
}

#marketing_advise .modal-dialog {
  max-width: 700px;
}

#marketing_advise input.btn.btn_defaults.accept-gdrp {
  border: 1px solid var(--secondary_color) !important;
  font-family: var(--heading_font_style);
  padding: 16px 34px !important;
  font-weight: 600;
  font-size: 15px !important;
  line-height: 15px;
  border-radius: 7px !important;
  color: #fff !important;
  text-transform: capitalize;
  margin-top: 20px;
  background: var(--secondary_color) !important;
}

#marketing_advise input.btn.btn_defaults.accept-gdrp:hover {
  color: var(--secondary_color) !important;
  background: transparent !important;
}

#marketing_advise button.btn-close {
  z-index: 9;
  background-color: #d9d9d9 !important;
  background: transparent url(../images/icon-cross-white-icon.svg);
  background-repeat: no-repeat;
  width: 36px;
  background-position: 50%;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 100px;
}

#marketing_advise button.btn-close span {
  display: none;
}

#marketing_advise label span {
  color: red;
  font-size: 14px;
}

@media screen and (min-width: 1440px) {
  .sub_menu_list_see_all .sub_menu_item {
    min-width: 260px;
    display: inline-block;
  }
}

@media screen and (min-width: 1580px) {
  .sub_menu_list_see_all .sub_menu_item {
    min-width: 300px;
    display: inline-block;
  }
}

.our-ocean_passion_Wrap {
}

.Our-Ocean-Passionate-Team {
  color: #144c60;
  font-family: var(--heading_font_style);
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
}

.tidal_trip {
  color: #144c60;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat";
}

.col_heading {
  color: rgb(216, 94, 64);
  font-size: 25px;
  font-weight: 600;
}

.col_image {
  border-radius: 12px;
}

.stuart-wrap {
  margin-top: 55px;
  align-items: center;
  margin-bottom: 60px;
}

.daniel-wrap {
  margin: 55px 0;
  align-items: center;
}

.growing_up p {
  color: #134b5f;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat";
}

.stuart-wrap img {
  margin-left: 50px;
}

.daniel-wrap .growing_up {
  margin-left: 50px;
}

.back_button {
  position: relative;
}

.sub_menu_list_see_all {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 10;
  width: 100%;
  background:
    linear-gradient(0deg, rgba(16, 130, 143, 0.03), rgba(16, 130, 143, 0.03)),
    #ffffff;
  padding: 0;
  height: calc(100% - 100px);
}

.outer-anchor {
  display: flex;
  position: absolute;
  width: 100%;
  background: #f7fbfb;
  height: 40%;
  top: -85px;
  align-items: start;
  flex-direction: column;
}

.region-heading {
  font-family: var(--heading_font_style) !important;
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 17px !important;
  color: var(--primary_color) !important;
}

.top-bar-tidal-trip {
  background: #124a5c;
  padding: 5px 0;
}

.header_social_icons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.header_social_icons li {
  display: inline-block;
}

.header_social_icons li a {
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}

.tob-bar-container {
  margin: 0 auto;
  max-width: 95%;
}

span.select2.select2-container.select2-container--default.select2-container--below {
  outline: none !important;
}

select.top-bar-lang-selector {
  padding-left: 5px;
}

span.select2-search.select2-search--dropdown {
  outline: none !important;
}

@media screen and (max-width: 767px) {
  .daniel-wrap .col-md-6 {
    padding: 0;
  }

  .Our-Ocean-Passionate-Team {
    font-size: 35px;
  }

  .stuart-wrap {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .daniel-wrap {
    flex-direction: column-reverse;
    margin: 20px 0;
  }

  .stuart-wrap .growing_up {
    margin-right: 0px;
  }

  .daniel-wrap .growing_up {
    margin-left: 0px;
  }

  .stuart-wrap img {
    margin-left: 0px;
  }
}

.host-body .web_navigation .drop_down_menu_wrap {
  top: 85px;
}

.message-host-section label {
  text-transform: capitalize !important;
}

#reset_coupon {
  transition: all 0.4s ease-in-out;
}

#reset_coupon:hover {
  color: #d85e40 !important;
}

.msg-detail-body .repaly .msg-detail-txt {
  word-break: break-word;
}

.message-detail-sec .new_message {
  width: 100%;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .message-detail-sec .new_message {
    padding-right: 0px !important;
  }
}

.msg-detail-body {
  /* max-height: 350px !important; */
  min-height: calc(90vh - 300px);
  height: 100%;
}

.act-detail_right_sec .selectBox.active select {
  background-image: url(../images/select-icon.svg) !important;
}

.simple_search_form #search_travel_date,
.simple_search_form .dual-calender-select-wrap {
  display: none;
}

.search_sec_wrap .lowSeason {
  background-color: transparent !important;
}

.traveler-profile-logged-in .profile-logged-in-wrap img {
  transition: all 0.4s ease-in-out;
}

.traveler-profile-logged-in:hover .profile-logged-in-wrap img {
  transform: scale(-1);
}

.traveler-profile-logged-in:hover
  .profile-logged-in-wrap
  .profile-admin-img
  img {
  transform: scale(1) !important;
}

.file_type {
  margin-bottom: 0 !important;
  color: #144c60 !important;
}

@media (min-width: 991px) {
  .received-payments-table .form-control {
    font-size: 11px !important;
    padding: 0.375rem 0.3rem;
    white-space: break-spaces;
  }

  .dashboard-tables-details-table th,
  .dashboard-tables-details-table td,
  .dashboard-tables-details-table tr:nth-of-type(odd) {
    font-size: 11px !important;
    padding: 0.5rem 0.3rem !important;
  }

  .received-payments-table tbody tr td:nth-child(6) {
    max-width: 260px !important;
  }
}
.instagram-feed-sec {
  padding-bottom: 0;
}
.instagram-feed-sec .instagram-feed {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .instagram-feed-sec {
    padding: 50px 17px;
  }
}
@media (max-width: 767px) {
  .instagram-feed-sec .home-instagram-slider {
    padding-left: 0;
    padding-right: 0;
  }
}

/*11-july-2025 reviews section*/
.activities-gallery-banner + .faq_accordion_sec {
  margin-top: 134px;
}
.review-sec {
  padding: 100px 0px;
}
.review-sec .rating-sec {
  margin-bottom: 32px;
}
.review-sec .main-heading-sec {
  font-size: 40px;
}
.review-sec .review-rating-wrap {
  padding-top: 52px;
}
.review-sec .rating-sec strong {
  line-height: initial;
  margin-bottom: 11px;
}
.review-sec .rating-sec .review-rating label:first-child {
  margin-bottom: 20px;
}
.review-sec .bar-container {
  overflow: hidden;
}
.review-sec .rating-sec .profile-rating {
  margin-left: 15px;
}
.review-sec .middle {
  margin: 0 19px 0 14px;
}
.review-sec .star-line .side.left .fa-star:before {
  font-size: 14px;
}
.rating-sec .review-score .rateyo.jq-ry-container {
  width: 100% !important;
}
.review-sec .star-line .side.left .fa-star {
  padding-right: 7px;
}
.review-sec .review-rating-wrap {
  padding-top: 56px;
  padding-bottom: 28px;
}
.review-sec .rating-sec .review-rating label {
  line-height: initial;
}
.review-sec .star-line .side.left .fa-star:before {
  font-size: 14px;
  top: -2px;
  position: relative;
}
.top-reviews .profile-review-title {
  margin-left: 10px;
}
.profile-review-title h4 {
  font-weight: 600;
}
.top-reviews .profile-review-title label {
  display: inline-block;
  line-height: initial;
}
.top-reviews .top-review-wrap .rateyo.jq-ry-container {
  margin-bottom: 7px;
}
.top-reviews .review-desc {
  line-height: 26px;
}
.top-reviews .top-review-wrap {
  padding-top: 80px;
}
.top-reviews .top-review-wrap:first-child {
  padding-top: 44px;
}
.review-host-res {
  margin-top: 24px;
  background: rgba(224, 235, 237, 0.5);
  border-radius: 5px;
  padding: 18px 23px 30px 24px;
}
.review-host-desc,
.review-host-desc p {
  color: rgba(20, 76, 96, 0.7);
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.review-sec.review_dashboard_property_detail {
  padding: 72px 54px 30px;
}
.review-sec.review_dashboard_property_detail .based-review {
  margin-top: unset;
}
.review_dashboard_property_detail .heading-rv {
  line-height: initial;
  margin-bottom: 19px;
}
.review-sec.review_dashboard_property_detail .rating-sec .profile-rating {
  margin-left: unset;
}
.review_dashboard_property_detail .based-review p {
  font-size: 15px;
}
.review_dashboard_property_detail .rating-sec .profile-rating {
  margin-bottom: 21px;
}
.review_dashboard_property_detail .rating-sec .profile-rating li img {
  border: 0.7875px solid #ffffff;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.review_dashboard_property_detail .profile-rating li:last-child {
  z-index: 1;
}
.review_dashboard_property_detail.review-sec .star-line label:first-child {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.review_dashboard_property_detail.review-sec .middle {
  margin: 0 27px 0 30px;
}
.review_dashboard_property_detail.review-sec .bar {
  height: 8px;
}
.review_dashboard_property_detail.review-sec .middle {
  width: 183px;
}
.review_dashboard_property_detail .rating-sec .star-line .profile-rating {
  margin-bottom: unset;
}
.review_dashboard_property_detail.review-sec .star-line .side.left .fa-star {
  padding-right: 2px;
}
.review_dashboard_property_detail.review-sec
  .star-line
  .side.left
  .fa-star:before {
  font-size: 16px;
}
.review-sec.review_dashboard_property_detail .top-review-wrap {
  padding-top: unset;
  display: flex;
  flex-direction: column;
}
.review_dashboard_property_detail .top-reviews .profile-review-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.profile-rev-wrap label {
  color: rgba(19, 75, 95, 0.7);
  font-family: var(--regular_font_style);
  font-size: 14px;
  font-weight: 400;
}
.review_dashboard_property_detail .top-reviews .profile-review-title {
  margin-left: unset;
}
.review_dashboard_property_detail .top-reviews .profile-review-title h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: initial;
  margin-bottom: 4px;
}
.review_dashboard_property_detail
  .top-reviews
  .top-review-wrap
  .rateyo.jq-ry-container {
  margin-bottom: unset;
}
.review_dashboard_property_detail .profile-rev-wrap label {
  font-weight: 500;
  color: rgba(19, 75, 95, 0.7);
  font-family: var(--regular_font_style);
  font-size: 14px;
  margin-left: 16px;
}
.profile-rev-wrap {
  margin-left: 10px;
  display: flex;
}
.profile-img-right img {
  margin-right: 6px;
  width: auto;
  height: auto;
  border-radius: unset;
}
.profile-img-right .btn {
  border: 1px solid rgba(22, 22, 22, 0.1);
  border-radius: 5px;
  font-family: var(--regular_font_style);
  color: rgba(22, 22, 22, 0.5);
  font-size: 11px;
  font-weight: 600;
}
.profile-img-right .btn:hover {
  border-color: var(--secondary_color);
  background-color: var(--secondary_color);
  color: #fff;
}
.profile-img-right .btn:hover img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(22%)
    hue-rotate(67deg) brightness(107%) contrast(100%);
}
.review_dashboard_property_detail .profile-review-img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
}
.review_dashboard_property_detail .profile-img-left {
  display: flex;
  align-items: center;
}
.review_dashboard_property_detail .profile-img-right .btn:last-child {
  margin-left: 12px;
}
.review_dashboard_property_detail .review-desc {
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
}
.review-commentbox textarea {
  padding: 16px 8px 8px 16px;
  width: 100%;
  min-height: 138px;
  background: #ffffff;
  border: 1px solid rgba(20, 76, 96, 0.1);
  border-radius: 5px;
}
.review-commentbox textarea::placeholder,
.review-commentbox textarea {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: rgba(20, 76, 96, 0.7);
  outline: none;
}
.review-commentbox .btn_defaults.btn-comment {
  padding: 9.5px 28px;
  font-weight: 500;
  position: absolute;
  right: 6.5px;
  bottom: 17px;
  z-index: 1;
}
.review-commentbox {
  position: relative;
  margin-top: 17px;
}
.review_dashboard_property_detail .top-reviews hr {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 30px 0px 30px;
}
.review-host-res.review-commentbox {
  margin-left: 50px;
  margin-top: 11px;
}
.review_dashboard_property_detail h3 {
  margin-bottom: 33px;
}
.review_dashboard_property_detail .star-line-wrapp .star-line {
  margin-bottom: 5px;
}

/* 24-12-2025 */
.act-listing-img .slick-prev,
.img-featured-main .slick-prev {
  left: 0;
  z-index: 2;
}
.act-listing-img .slick-next,
.img-featured-main .slick-next {
  right: 20px;
}
.act-listing-img .slick-prev:before,
.img-featured-main .slick-prev:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(https://ttuat.scdwapps.com/assets/images/banner-previous.svg);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #10828f;
  opacity: 0.85;
}

.act-listing-img .slick-next:before,
.img-featured-main .slick-next:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(https://ttuat.scdwapps.com/assets/images/banner-next.svg);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #10828f;
  opacity: 0.85;
}

/* 24-12-2025 */

@media (min-width: 1300px) {
  .rating-sec
    .review-score
    .rateyo.jq-ry-container
    > .jq-ry-group-wrapper
    > .jq-ry-group
    > svg {
    width: 26px !important;
  }
  .review-text-left
    .rateyo.jq-ry-container
    > .jq-ry-group-wrapper
    > .jq-ry-group
    > svg {
    padding-right: 5px;
    width: 22px !important;
  }
}
@media (max-width: 1280px) {
  .activities-gallery-banner + .faq_accordion_sec {
    margin-top: 80px;
  }
  .review-sec {
    padding: 80px 0px;
  }
}
@media (min-width: 768px) {
  .review_dashboard_property_detail .rating-sec .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (max-width: 767px) {
  .activities-gallery-banner + .faq_accordion_sec {
    margin-top: 50px;
  }
  .review_dashboard_property_detail .top-reviews hr {
    margin: 30px 0px 30px;
  }
  .review_dashboard_property_detail .profile-review-img {
    flex-direction: column;
  }
  .review-host-res.review-commentbox {
    margin-left: unset;
  }
  .review_dashboard_property_detail .profile-img-left {
    margin-bottom: 18px;
  }
  .review_dashboard_property_detail .top-reviews .profile-review-img {
    margin-top: unset;
  }
  .review-sec.review_dashboard_property_detail .based-review {
    margin-top: unset;
  }
  .review_dashboard_property_detail .heading-rv {
    margin-bottom: unset;
  }
  .review_dashboard_property_detail .rating-sec {
    margin-bottom: 10px;
  }
  .review-sec {
    padding: 50px 0px;
  }
  .review-sec .review-rating-wrap .review-rating:first-child {
    display: block !important;
  }
  .review-sec .review-rating-wrap {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .review-sec .rating-sec .review-rating label {
    padding-bottom: unset;
  }
  .review-rating {
    margin-bottom: 30px;
  }
  .add-review-rating {
    margin: 20px 0 0;
  }
}
/*11-july-2025 end reviews section*/

/*19-aug-2025 start */
.inner-destination-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 25px;
}
@media screen and (max-width: 767px) {
  .inner-destination-wrap h4 {
    font-size: 40px !important;
  }
  .inner-destination-wrap {
    padding: 60px 25px;
  }
}
