@charset "UTF-8";
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-60 {
  padding: 60px 0px;
}

.voucher-sec {
  width: 100%;
}
.voucher-sec .accordion-collapse {
  border: none;
  border-bottom: 1px solid #CFCECE;
  margin-bottom: 20px;
}
.voucher-sec .collapsed {
  border-bottom: 1px solid #CFCECE !important;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
}
.voucher-sec .accordion-button {
  border: none;
}
.voucher-sec .accordion-button::after {
  display: none;
}
.voucher-sec .accordion-body {
  padding: 0;
}
.voucher-sec .info-head {
  font-size: 20px;
  padding: 5px 0px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  color: #000;
  align-items: baseline;
  background-color: transparent;
}
.voucher-sec .info-head:focus {
  outline: none;
  box-shadow: none;
}
.voucher-sec .info-content-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.voucher-sec .info-content-sec .box-sec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.voucher-sec .info-content-sec .box-sec .info-box {
  width: 50%;
  padding-right: 25px;
  margin-bottom: 1.2rem;
}
.voucher-sec .info-content-sec .box-sec .info-box h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.voucher-sec .info-content-sec .box-sec .info-box p {
  margin: 0;
}
.voucher-sec .buttons-area {
  width: 100%;
}
.voucher-sec .price-details-sec {
  width: 100%;
  border: 1px solid #CFCECE;
  border-radius: 20px;
  box-shadow: 2px -1px 10px 1px rgba(0, 0, 0, 0.1);
  padding: 40px 25px;
  border: 1px solid rgba(62, 59, 59, 0.2);
}
.voucher-sec .price-details-sec .package-area {
  width: 100%;
  border-bottom: 1px solid #CFCECE;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
}
.voucher-sec .price-details-sec .package-area .package-img {
  width: 60%;
  height: 130px;
}
.voucher-sec .price-details-sec .package-area .package-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.voucher-sec .price-details-sec .package-area .package-content {
  width: 100%;
  padding-left: 15px;
}
.voucher-sec .price-details-sec .package-area .package-content h4 {
  font-size: 12px;
  color: #655F5F;
  margin-bottom: 3px;
}
.voucher-sec .price-details-sec .package-area .package-content h5 {
  font-size: 16px;
  font-family: "airbnbcereal_bold";
  margin-bottom: 3px;
}
.voucher-sec .price-details-sec .package-area .package-content p {
  font-size: 14px;
  color: #0B0A0A;
  margin-bottom: 4px;
}
.voucher-sec .price-details-sec .package-area .package-content .rating-area {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.voucher-sec .price-details-sec .package-area .package-content .rating-area i {
  margin-right: 5px;
}
.voucher-sec .price-details-sec .package-area .package-content .rating-area .border-left {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.voucher-sec .price-details-sec .package-area .package-content .rating-area .border-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  border-left: 1px solid #000;
}
.voucher-sec .price-details-sec .price-header {
  width: 100%;
  padding-top: 10px;
}
.voucher-sec .price-details-sec .price-header h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
.voucher-sec .price-details-sec .price-header .price-view-sec {
  width: 100%;
}
.voucher-sec .price-details-sec .price-header .price-view-sec .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.voucher-sec .price-details-sec .price-header .price-view-sec .box .txt {
  font-size: 16px;
}
.voucher-sec .price-details-sec .price-header .price-view-sec .box .txt-rtl {
  text-align: right;
}
.voucher-sec .price-details-sec .price-header .price-view-sec .box .total-sum {
  font-size: 20px;
  font-weight: 600;
}
.voucher-sec .price-details-sec .price-header .price-view-sec .light-color {
  color: #908B8B;
}
.voucher-sec .price-details-sec .price-header .price-view-sec hr {
  border-color: #CFCECE;
}
.voucher-sec .price-details-sec .price-header .price-view-sec .policy-area {
  width: 100%;
  padding-top: 20px;
}
.voucher-sec .host-sec {
  width: 100%;
}
.voucher-sec .host-sec h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.voucher-sec .host-sec .host {
  width: 100%;
  display: flex;
  align-items: center;
}
.voucher-sec .host-sec .host .pic {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.voucher-sec .host-sec .host .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voucher-sec .host-sec .host .host-txt {
  padding-left: 10px;
}
.voucher-sec .host-sec .host .host-txt h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.voucher-sec .host-sec .host .host-txt p {
  font-size: 15px;
  margin: 0;
}
.voucher-sec .host-sec .itinerary-sec {
  width: 100%;
}
.voucher-sec .host-sec .itinerary-sec ul li {
  width: 100%;
  background-image: url(/images/itinerary-icon.svg?9a7041a0655f4f88c97b106c4baaaac5);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 32px;
}

.green {
  color: #0B7B69 !important;
}

.red {
  color: #ff0000 !important;
}

@media (max-width: 990px) {
  .p-60 {
    padding: 20px 0px;
  }
}
@media (max-width: 500px) {
  .voucher-sec .info-content-sec .box-sec .info-box {
    width: 100%;
    padding-right: 0;
  }

  .voucher-sec .info-content-sec .box-sec {
    display: block;
    flex-wrap: inherit;
  }

  .accordion-button::after {
    display: inline-block !important;
  }
}
.chat-box {
  width: 100%;
  max-height: 525px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.chat-box .chat-log {
  height: 400px;
  overflow-y: scroll;
  padding: 10px;
}
.chat-box .chat-suggest {
  width: 100%;
  display: flex;
  background-color: #f9f9f9;
  border: #b9b9b9 solid 1px;
  border-right: 0px;
  border-left: 0px;
  padding: 5px;
  overflow: auto;
}
.chat-box .chat-suggest-option {
  padding: 2px 20px 1px 20px;
  border-radius: 20px;
  border: #92712a solid 1px;
  margin-right: 6px;
  font-size: 14px;
  color: #92712a;
  font-weight: 600;
  white-space: nowrap;
}
.chat-box .chat {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.chat-box .user-photo {
  margin: 0px 5px;
}
.chat-box .user-photo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.chat-box .chat-message {
  margin: 0;
  padding: 10px;
  border-radius: 5px;
  max-width: 250px;
  background-color: #f1f0f0;
  color: #333;
}
.chat-box .other .chat-message {
  margin-right: 10px;
}
.chat-box .self {
  justify-content: end;
  flex-direction: row-reverse;
}
.chat-box .self .chat-message {
  background-color: #927121;
  color: #fff !important;
  margin-left: 10px;
  border: #af9865 solid 1px;
}
.chat-box .chat-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #f9f9f9;
}
.chat-box .chat-form input {
  width: 100%;
  margin-right: 10px;
  padding: 10px;
  border: none;
  border-radius: 5px;
}
.chat-box .chat-form button {
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #927121;
  color: #fff;
  cursor: pointer;
}

.left-sidebar {
  border: 1px solid gray;
  border-radius: 20px;
}

.sidebar-wrapper {
  box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
  width: 280px;
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 15px 0px;
  transition: 0.5s;
  left: 0px;
  background: #ffffff;
  z-index: 9;
}
.sidebar-wrapper.show {
  left: 0px;
}
@media screen and (max-width: 991px) {
  .sidebar-wrapper {
    transition: 0.5s;
    left: -280px;
  }
}
.sidebar-wrapper .sidebar-logo-wrapper {
  padding: 0px 15px 15px;
}

.mobile-view-btn {
  padding: 10px;
  border: 1px solid #84641a;
  border-radius: 5px;
  margin: 10px;
  display: none;
}
@media screen and (max-width: 991px) {
  .mobile-view-btn {
    display: block;
  }
}

.black-drop {
  display: none;
  position: fixed;
  background: #00000075;
  inset: 0;
  z-index: 8;
}
@media screen and (min-width: 992px) {
  .black-drop {
    display: none !important;
  }
}

.sidebar-content .custom-nav-bar {
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow-y: auto;
  max-height: 90vh;
  padding-bottom: 30px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.sidebar-content .custom-nav-bar::-webkit-scrollbar {
  width: 5px;
}
.sidebar-content .custom-nav-bar::-webkit-scrollbar-track {
  background: #84641a70;
  display: none;
}
.sidebar-content .custom-nav-bar::-webkit-scrollbar-thumb {
  background: #84641a70;
  border-radius: 5px;
}
.sidebar-content .custom-nav-bar::-webkit-scrollbar-thumb:hover {
  background: #84641a;
}
.sidebar-content .custom-nav-bar .custom-nav-item {
  margin-bottom: 5px;
  border-radius: 10px;
}
.sidebar-content .custom-nav-bar .custom-nav-item:hover .custom-nav-link {
  background: #84641a;
  color: #ffffff;
}
.sidebar-content .custom-nav-bar .custom-nav-item.active {
  background: #84641a17;
}
.sidebar-content .custom-nav-bar .custom-nav-item.active .custom-sub-nav-bar {
  display: block;
  transition: 0.5s;
  -webkit-animation: growDown 0.5ms ease-in-out forwards;
          animation: growDown 0.5ms ease-in-out forwards;
  height: 100%;
}
.sidebar-content .custom-nav-bar .custom-nav-item.active .custom-nav-link {
  background: #84641a;
  color: #ffffff;
}
.sidebar-content .custom-nav-bar .custom-nav-item.active .custom-nav-link::before {
  transform: rotate(180deg);
  transition: 0.5s;
}
.sidebar-content .custom-nav-bar .custom-nav-item:has(.custom-sub-nav-bar) .custom-nav-link::before {
  font-family: FontAwesome;
  content: "\f107";
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: 0.5s;
}
.sidebar-content .custom-nav-bar .custom-nav-item .custom-nav-link {
  border-radius: 10px;
  transition: all 0.5s ease;
  position: relative;
  background-color: #ffffff;
  padding: 12px 15px;
  width: 100%;
  display: flex;
  color: #2c323f;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.sidebar-content .custom-nav-bar .custom-nav-item .custom-nav-link i {
  padding-right: 5px;
  line-height: 1.5;
}
.sidebar-content .custom-nav-bar .custom-nav-item .custom-sub-nav-bar {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: none;
  position: relative;
  transition: 0.5s;
  height: 0px;
}
.sidebar-content .custom-nav-bar .custom-nav-item .custom-sub-nav-bar li {
  padding: 12px 20px 12px 30px;
  text-align: left;
  margin-bottom: 5px;
}
.sidebar-content .custom-nav-bar .custom-nav-item .custom-sub-nav-bar li:hover, .sidebar-content .custom-nav-bar .custom-nav-item .custom-sub-nav-bar li.active {
  background-color: #84641a4a;
}
.sidebar-content .custom-nav-bar .custom-nav-item .custom-sub-nav-bar li:last-child:hover, .sidebar-content .custom-nav-bar .custom-nav-item .custom-sub-nav-bar li:last-child.active {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sidebar-content .custom-nav-bar .custom-nav-item .custom-sub-nav-bar li .custom-sub-nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #2c323f;
  text-decoration: none;
  position: relative;
  padding-left: 10px;
  width: 100%;
  display: block;
}

.gift-card-modal-wrapper .amount-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 10px;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.gift-card-modal-wrapper .amount-list .btn {
  border: 1px solid #dddddd;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  padding: 0.6rem 0.8rem;
}
.gift-card-modal-wrapper .amount-list .form-control {
  border: 1px solid #dddddd;
  border-radius: 8px;
  max-width: 150px;
  font-size: 16px;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
}
.gift-card-modal-wrapper .form-check-label {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}
.gift-card-modal-wrapper .form-control {
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 1rem 0.75rem;
}

.a-hover:hover {
  color: #222;
  text-decoration: underline !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.trip-tab-wrapper nav .nav {
  gap: 10px;
}
.trip-tab-wrapper nav .nav::after {
  display: none;
}
.trip-tab-wrapper nav .nav .nav-link {
  font-weight: 600;
  border-radius: 10px !important;
  border: 1px solid #222 !important;
}
.trip-tab-wrapper nav .nav .nav-link.active {
  background: #927121;
  color: #ffffff !important;
  border-color: #927121 !important;
}
.trip-tab-wrapper nav .nav .nav-link.active:hover {
  border-color: #927121 !important;
  background: #927121;
}
.trip-tab-wrapper nav .nav .nav-link.active::after {
  display: none;
}
.trip-tab-wrapper nav .nav .nav-link:hover {
  border: 1px solid #222 !important;
}

.trips-card-wrapper {
  padding-top: 30px;
}
.trips-card-wrapper .card {
  border-radius: 10px;
  overflow: hidden;
  margin: 6px 0px;
}
.trips-card-wrapper .card .card-body .dropdown .dropdown-toggle {
  padding: 5px;
  color: #222;
  background: transparent;
  border: none;
}
.trips-card-wrapper .card .card-body .dropdown .dropdown-toggle:focus {
  border: none;
  box-shadow: none;
}
.trips-card-wrapper .card .card-body .dropdown .dropdown-toggle::after {
  display: none;
}
.trips-card-wrapper .card .card-body h3 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.trips-card-wrapper .card .card-body p {
  color: #717171;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}
.trips-card-wrapper .card .card-body h4 {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}
.trips-card-wrapper .card .card-footer {
  background: transparent;
}
.trips-card-wrapper .card .card-footer a {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 5px 0px;
}
.trips-card-wrapper .card .card-footer a p {
  font-size: 14px;
}

.empty-trip-card {
  border: 1px solid #71717138;
  border-radius: 6px;
  overflow: hidden;
}
.empty-trip-card p {
  color: #717171;
  font-size: 16px;
  font-weight: 400;
}
.empty-trip-card .btn {
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  padding: 8px 15px;
}
.empty-trip-card .empty-trip-bg {
  background-image: url("http://127.0.0.1:8000/front/images/banner2.jpg");
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.empty-trip-card img {
  border-radius: 0px 6px 6px 0px;
}
@media screen and (max-width: 992px) {
  .empty-trip-card img {
    border-radius: 0px 0px 6px 6px;
  }
}

.aamali-color {
  color: #4472c4;
}

.purchasing-wrapper {
  border: 1px solid #84641a;
  margin: 10px 0px;
  padding: 15px;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .purchasing-wrapper {
    border-radius: 10px;
  }
}
.purchasing-wrapper .purchasing-details-titles {
  text-align: center;
}
.purchasing-wrapper .purchasing-details-titles h2 {
  color: #000000;
}
.purchasing-wrapper .purchasing-details-titles p {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  display: inline-block;
}
.purchasing-wrapper .purchasing-details-titles p a {
  margin-left: 5px;
  font-size: 15px;
  text-decoration: underline;
  color: #000000;
  font-weight: 500;
  display: inline-block;
}
.purchasing-wrapper .purchasing-form-wrapper h6 {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}
.purchasing-wrapper .purchasing-form-wrapper p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 5px;
}
.purchasing-wrapper .purchasing-form-wrapper .form-control {
  border-radius: 10px;
  border: 1px solid #84641a;
}

.pakage-details-wrapper .pakage-details-titles {
  text-align: center;
}
.pakage-details-wrapper .pakage-details-titles h2 {
  color: #000000;
}
.pakage-details-wrapper .pakage-details-titles h2 span {
  color: #4472c4;
}
.pakage-details-wrapper .pakage-details-titles p {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}
.pakage-details-wrapper .pakage-details-content {
  margin: 50px 0px;
}
.pakage-details-wrapper .pakage-details-content .table-responsive {
  padding-bottom: 5px;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table {
  border-collapse: separate;
  border-spacing: 20px 0px;
  /* Adjust the spacing between columns */
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table thead tr:first-child th {
  border: none;
  border-radius: 0;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table thead tr:nth-child(2) th {
  border-top: 1px solid #000000;
  border-radius: 20px 20px 0px 0px;
  padding-top: 30px;
  width: 25%;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table thead tr th {
  padding: 10px 20px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  position: relative;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table thead tr th:nth-child(2) {
  border-color: #4472c4;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table thead tr th:nth-child(3) {
  border-color: red;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table thead tr th:last-child {
  border-color: #e0a104;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table thead tr th .popular-pakage-wrapper {
  border-radius: 50px;
  padding: 8px 30px;
  text-align: center;
  border: 1px solid;
  position: absolute;
  top: -20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table thead tr th .popular-pakage-wrapper.professional-pakage {
  border-color: red;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table thead tr th h3 {
  margin-bottom: 0px;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table thead tr th p {
  margin-bottom: 0px;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table thead tr th h6 {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin: 0px;
  font-size: 14px;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table thead tr:nth-child(5) th {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-radius: 0px 0px 20px 20px;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table thead tr:nth-child(5) th h6 {
  border: none;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table thead tr:last-child th {
  border: none;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table tbody {
  padding-top: 10px;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table tbody tr:first-child td {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-radius: 20px 20px 0px 0px;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table tbody tr:nth-child(18) td {
  border-bottom: 1px solid;
  border-radius: 0px 0px 20px 20px;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table tbody tr:nth-child(19) {
  background-color: #ffffff;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table tbody tr:nth-child(19) td {
  border: none;
  padding: 10px 0px;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table tbody tr td {
  padding: 12px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #000000;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table tbody tr td img {
  width: 10%;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table tbody tr td button {
  width: 100%;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table tbody tr td:nth-child(2) {
  border-color: #4472c4;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table tbody tr td:nth-child(3) {
  border-color: red;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table tbody tr td:last-child {
  border-color: #e0a104;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table tbody tr td p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table tbody tr:last-child td {
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  padding: 5px 30px;
}
.pakage-details-wrapper .pakage-details-content .table-responsive table tbody tr:last-child td:first-child {
  border: none;
  background-color: #ffffff;
}

@font-face {
  font-family: "airbnbcereal_bold";
  src: url(/fonts/airbnbcereal_w_bd-webfont.eot?47e2f7898d02ebfb06811edf32616544);
  src: url(/fonts/airbnbcereal_w_bd-webfont.eot?47e2f7898d02ebfb06811edf32616544?#iefix) format("embedded-opentype"), url(/fonts/airbnbcereal_w_bd-webfont.woff2?cdd12bdfa2149f2272e7ab74f5c3747a) format("woff2"), url(/fonts/airbnbcereal_w_bd-webfont.woff?e996a8f94bbcdd67c7b84aaa007643eb) format("woff"), url(/fonts/airbnbcereal_w_bd-webfont.ttf?d37ea5516cde67c28444b405dfe13ca7) format("truetype"), url(/fonts/airbnbcereal_w_bd-webfont.svg?33fbd72b7ad1a0709f4dccdd5a51bbb7#airbnbcereal_w_bdbold) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "airbnbcereal_regular";
  src: url(/fonts/airbnbcereal_w_bk-webfont.eot?b1945316f898eb0377c6b450c15175bd);
  src: url(/fonts/airbnbcereal_w_bk-webfont.eot?b1945316f898eb0377c6b450c15175bd?#iefix) format("embedded-opentype"), url(/fonts/airbnbcereal_w_bk-webfont.woff2?35cc6fd62f3c574191515d5b1e46ea1a) format("woff2"), url(/fonts/airbnbcereal_w_bk-webfont.woff?b5eb321550034731f3f44d13282c97ff) format("woff"), url(/fonts/airbnbcereal_w_bk-webfont.ttf?d563595a86d1c458607f67ce36cd3e90) format("truetype"), url(/fonts/airbnbcereal_w_bk-webfont.svg?a35aae68e9065c7933e8b75fd53e71a5#airbnbcereal_w_bkregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "airbnbcereal_black";
  src: url(/fonts/airbnbcereal_w_blk-webfont.eot?d0abfcae9cdcaa9e9cdf7c8a49ae9d9c);
  src: url(/fonts/airbnbcereal_w_blk-webfont.eot?d0abfcae9cdcaa9e9cdf7c8a49ae9d9c?#iefix) format("embedded-opentype"), url(/fonts/airbnbcereal_w_blk-webfont.woff2?9cb3e0e10239c51d245b060eaac670a8) format("woff2"), url(/fonts/airbnbcereal_w_blk-webfont.woff?ca0d00e0abf81fad59c930bc70a1e65a) format("woff"), url(/fonts/airbnbcereal_w_blk-webfont.ttf?68ea1abc180c6250540daa0d14b641d5) format("truetype"), url(/fonts/airbnbcereal_w_blk-webfont.svg?e9aec4bafa28918c5aec3dc7d231de14#airbnbcereal_w_bluploadedfile) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "airbnbcereal_light";
  src: url(/fonts/airbnbcereal_w_lt-webfont.eot?d5c8e196950c926c21db15b77ce58be6);
  src: url(/fonts/airbnbcereal_w_lt-webfont.eot?d5c8e196950c926c21db15b77ce58be6?#iefix) format("embedded-opentype"), url(/fonts/airbnbcereal_w_lt-webfont.woff2?7655b22e4a58c736cbb8dc607e641481) format("woff2"), url(/fonts/airbnbcereal_w_lt-webfont.woff?88673ec63d7e0a1c48c8e4cfbd2984d3) format("woff"), url(/fonts/airbnbcereal_w_lt-webfont.ttf?76bf08da1811a1a35d8c5f5ac940514d) format("truetype"), url(/fonts/airbnbcereal_w_lt-webfont.svg?0f3191d4e9129e61b0143fec644f3700#airbnbcereal_w_ltuploadedfile) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "airbnbcereal_extrabold";
  src: url(/fonts/airbnbcereal_w_xbd-webfont.eot?e14782c57d038b4ba2ec81cb1b471d45);
  src: url(/fonts/airbnbcereal_w_xbd-webfont.eot?e14782c57d038b4ba2ec81cb1b471d45?#iefix) format("embedded-opentype"), url(/fonts/airbnbcereal_w_xbd-webfont.woff2?f0c1ba74d8c22b07e216019c9bc67636) format("woff2"), url(/fonts/airbnbcereal_w_xbd-webfont.woff?4a6e9307dbb3bd9ca17913f5aa5c0042) format("woff"), url(/fonts/airbnbcereal_w_xbd-webfont.ttf?175b1671ac90de3a3c807a6bfb7e106f) format("truetype"), url(/fonts/airbnbcereal_w_xbd-webfont.svg?d7ed1dba282076c02a3450d1cd7fdd63#airbnbcereal_w_xbuploadedfile) format("svg");
  font-weight: 800;
  font-style: normal;
}
body {
  font-family: "airbnbcereal_regular";
}

.color-gray:hover {
  color: #84641a !important;
}

.justify {
  text-align: justify;
}

.btn {
  text-transform: none;
}

.border-btn {
  border: 1px solid #c7c5c5;
  border-radius: 10px;
}

.form-control {
  border-radius: 10px;
}

.border-btn:hover {
  background-color: white;
  color: #84641a;
  transition: all 0.5s ease;
  border: 1px solid #84641a;
  box-shadow: 1px 11px 20px 0px rgba(132, 100, 26, 0.22);
}

.modal .modal-footer {
  border-top: none;
}

.bg-Light {
  background-color: #429c73;
}

.bg-Extreme {
  background-color: #f6293ed9;
}

.bg-Strenuous {
  background-color: #ffa735;
}

.bg-Moderate {
  background-color: #ffcc33;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.6875rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-17 {
  font-size: 1.0625rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-19 {
  font-size: 1.1875rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-21 {
  font-size: 1.3125rem !important;
}

.fs-22 {
  font-size: 1.375rem !important;
}

.fs-23 {
  font-size: 1.4375rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-25 {
  font-size: 1.5625rem !important;
}

.fs-26 {
  font-size: 1.625rem !important;
}

.fs-27 {
  font-size: 1.6875rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-29 {
  font-size: 1.8125rem !important;
}

.fs-30 {
  font-size: 1.875rem !important;
}

.fs-31 {
  font-size: 1.9375rem !important;
}

.fs-32 {
  font-size: 2rem !important;
}

.fs-33 {
  font-size: 2.0625rem !important;
}

.fs-34 {
  font-size: 2.125rem !important;
}

.fs-35 {
  font-size: 2.1875rem !important;
}

.fs-36 {
  font-size: 2.25rem !important;
}

.fs-37 {
  font-size: 2.3125rem !important;
}

.fs-38 {
  font-size: 2.375rem !important;
}

.fs-39 {
  font-size: 2.4375rem !important;
}

.fs-40 {
  font-size: 2.5rem !important;
}

.fs-41 {
  font-size: 2.5625rem !important;
}

.fs-42 {
  font-size: 2.625rem !important;
}

.fs-43 {
  font-size: 2.6875rem !important;
}

.fs-44 {
  font-size: 2.75rem !important;
}

.fs-45 {
  font-size: 2.8125rem !important;
}

.fs-46 {
  font-size: 2.875rem !important;
}

.fs-47 {
  font-size: 2.9375rem !important;
}

.fs-48 {
  font-size: 3rem !important;
}

.fs-49 {
  font-size: 3.0625rem !important;
}

.fs-50 {
  font-size: 3.125rem !important;
}

.fs-51 {
  font-size: 3.1875rem !important;
}

.fs-52 {
  font-size: 3.25rem !important;
}

.fs-53 {
  font-size: 3.3125rem !important;
}

.fs-54 {
  font-size: 3.375rem !important;
}

.fs-55 {
  font-size: 3.4375rem !important;
}

.fs-56 {
  font-size: 3.5rem !important;
}

.fs-57 {
  font-size: 3.5625rem !important;
}

.fs-58 {
  font-size: 3.625rem !important;
}

.fs-59 {
  font-size: 3.6875rem !important;
}

.fs-60 {
  font-size: 3.75rem !important;
}

.fs-61 {
  font-size: 3.8125rem !important;
}

.fs-62 {
  font-size: 3.875rem !important;
}

.fs-63 {
  font-size: 3.9375rem !important;
}

.fs-64 {
  font-size: 4rem !important;
}

.fs-65 {
  font-size: 4.0625rem !important;
}

.fs-66 {
  font-size: 4.125rem !important;
}

.fs-67 {
  font-size: 4.1875rem !important;
}

.fs-68 {
  font-size: 4.25rem !important;
}

.fs-69 {
  font-size: 4.3125rem !important;
}

.fs-70 {
  font-size: 4.375rem !important;
}

.fs-71 {
  font-size: 4.4375rem !important;
}

.fs-72 {
  font-size: 4.5rem !important;
}

.fs-73 {
  font-size: 4.5625rem !important;
}

.fs-74 {
  font-size: 4.625rem !important;
}

.fs-75 {
  font-size: 4.6875rem !important;
}

.fs-76 {
  font-size: 4.75rem !important;
}

.fs-77 {
  font-size: 4.8125rem !important;
}

.fs-78 {
  font-size: 4.875rem !important;
}

.fs-79 {
  font-size: 4.9375rem !important;
}

.fs-80 {
  font-size: 5rem !important;
}

.fs-81 {
  font-size: 5.0625rem !important;
}

.fs-82 {
  font-size: 5.125rem !important;
}

.fs-83 {
  font-size: 5.1875rem !important;
}

.fs-84 {
  font-size: 5.25rem !important;
}

.fs-85 {
  font-size: 5.3125rem !important;
}

.fs-86 {
  font-size: 5.375rem !important;
}

.fs-87 {
  font-size: 5.4375rem !important;
}

.fs-88 {
  font-size: 5.5rem !important;
}

.fs-89 {
  font-size: 5.5625rem !important;
}

.fs-90 {
  font-size: 5.625rem !important;
}

.fs-91 {
  font-size: 5.6875rem !important;
}

.fs-92 {
  font-size: 5.75rem !important;
}

.fs-93 {
  font-size: 5.8125rem !important;
}

.fs-94 {
  font-size: 5.875rem !important;
}

.fs-95 {
  font-size: 5.9375rem !important;
}

.fs-96 {
  font-size: 6rem !important;
}

.fs-97 {
  font-size: 6.0625rem !important;
}

.fs-98 {
  font-size: 6.125rem !important;
}

.fs-99 {
  font-size: 6.1875rem !important;
}

.fs-100 {
  font-size: 6.25rem !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

[data-notify] button {
  top: 4px;
  background: transparent;
  border: 0;
  font-size: 30px;
  color: gray;
}

/* Detail page*/
.detail-pages h4 {
  font-size: 32px !important;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}

.detail-pages h5 {
  font-size: 14px;
  color: #717171;
  font-weight: 600;
  line-height: 16px;
}

.detail-pages p {
  color: #717171 !important;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 14px;
}

.detail-pages img {
  border-radius: 25px;
}

.detail-pages .content-box {
  width: 100%;
  border-bottom: 1px solid #8080804f;
  /* padding-bottom: 20px;
  margin-bottom:20px; */
}

.detail-pages .related-topics {
  /* width:79%; */
  padding: 25px;
  border-radius: 15px;
  border: 1px solid gray;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .detail-pages .related-topics {
    width: 100%;
  }
}
.detail-pages .related-topics h2 {
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 0px !important;
}

.detail-pages .related-topics a {
  display: block;
}

/* end detail page */
.feedback > div {
  font-size: 18px;
  font-weight: 600;
  margin-right: 24px;
}

.feedback a {
  color: #222222 !important;
  text-decoration: underline;
  font-size: 16px;
  margin-right: 16px;
}

/* ckeditor styles */
.article-section p {
  font-size: 16px;
  font-weight: 400;
  color: #222222 !important;
  text-align: justify !important;
}

.article-section a {
  color: #222222 !important;
  font-weight: 600;
  text-decoration: underline;
  font-size: 16px;
}

.article-section ul {
  margin: 0;
  padding: 0;
  display: inline-grid;
  /*list-style: none;*/
}

.article-section ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 5px;
  font-size: 16px;
  text-align: justify;
}

.article-section ul li:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 8px;
  border-radius: 50%;
  border: 3px solid black;
}

.article-section .tip {
  border: 1px solid grey;
  border-radius: 8px;
  padding: 10px;
  margin: 10px 0 10px 0;
}

.article-section .tip::before {
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f0eb";
  padding: 5px;
  font-size: larger;
  color: #eb9800;
}

.article-section ul > li::marker {
  display: none;
  color: white;
}

.article-section ol li::marker {
  font-weight: normal;
}

.article-section ol li {
  font-size: 16px;
}

.article-section ol {
  padding-left: 50px;
}

/* end ckeditor styles */
.swal2-icon {
  width: 3em !important;
  height: 3em !important;
  line-height: 3em !important;
}

.swal2-popup .swal2-actions .btn-outline {
  margin-right: 10px !important;
}

.swal2-icon-text {
  font-size: 2.75em !important;
}

.swal2-popup .swal2-title {
  font-size: 20px !important;
}

.form-control:focus {
  border-color: #717171;
  box-shadow: 0 0 0 0.15rem rgba(115, 116, 118, 0.2);
}

.primary-bg-color {
  background: #84641a !important;
}

.primary-black-bg {
  background: #222 !important;
}

.main-primary-bg-color {
  background: #927121 !important;
}

.main-primary-font-color {
  color: #927121 !important;
}

.primary-font-color {
  color: #222 !important;
}

.secondary-font-color {
  color: #717171 !important;
}

.text-black {
  color: #000000 !important;
}

[lazy-load] {
  display: none !important;
}

[lazy-load].loaded {
  display: block !important;
}

.ck-editor__editable_inline {
  min-height: 250px;
}

.f-color-rangoon-green {
  color: #1b1b1b !important;
}

.border-radius-8 {
  border-radius: 8px !important;
}

.border-radius-15 {
  border-radius: 15px !important;
}

header {
  position: initial;
  border-bottom: 1px solid #e5e5e5;
}

p {
  color: black !important;
}

.vr {
  border-right: 1px solid #e8e3e3;
}

.hr {
  border-bottom: 1px solid #e8e3e3;
  margin: 15px 0;
}

h2 {
  text-transform: none;
}

h4 {
  text-transform: none;
}

.color-brown {
  color: #84641a;
}

.rounded50 {
  border-radius: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.fs-12 {
  font-size: 12px;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

@media screen and (max-width: 767px) {
  .fs-28 {
    font-size: 24px !important;
  }
}
.fs-32 {
  font-size: 32px;
}

.fs-48 {
  font-size: 48px !important;
}

@media screen and (max-width: 767px) {
  .fs-48 {
    font-size: 38px !important;
  }
}
.fw-400 {
  font-weight: 400 !important;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.pt-87 {
  padding-top: 87px;
}
@media screen and (max-width: 576px) {
  .pt-87 {
    padding-top: 0px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .pt-87 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .pt-87 {
    padding-top: 80px;
  }
}

.labels {
  font-size: 16px;
  margin-bottom: 10px;
}

.banner-text {
  position: absolute;
  top: 40px;
  left: 25px;
  color: white;
  text-transform: Capitalize;
  font-size: 32px;
  font-weight: bold;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}

.fb {
  display: flex;
  align-items: center;
  margin-top: 10px;
  height: 45px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 6px 12px;
  border-radius: 20px;
}

.catCard {
  background-color: transparent !important;
  align-items: center;
  border: none;
  border-radius: 0px;
  position: relative;
}
.catCard::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0px;
  transition: 0.3s all ease-in-out;
  border-bottom: 2px solid #c7c7c7;
  opacity: 0;
}

.catBox {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.catBox:hover .catCard::before {
  opacity: 1;
}

.catCardBody {
  padding-left: 2px;
  padding-top: 6px !important;
  padding-bottom: 0px !important;
  padding-right: 2px;
}

.catTitle {
  font-size: 12px;
  text-transform: capitalize;
  color: #717171;
}

.list-shadow {
  box-shadow: -1px 4px 10px 4px rgba(0, 0, 0, 0.1);
}

.line-height20 {
  line-height: 20px;
}

.overlay-brown {
  background-color: #84641a;
}

.booking-box {
  border-radius: 20px;
  box-shadow: 2px -1px 10px 1px rgba(0, 0, 0, 0.1);
  padding: 40px 25px;
  border: 1px solid rgba(62, 59, 59, 0.2);
}
.booking-box p {
  font-size: 13px;
  color: black;
  line-height: 5px;
}

.outline-none {
  outline: none;
}

.verified {
  position: absolute;
  bottom: 15px;
  background-color: #84641a;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 100px;
  color: white;
}

.avatar-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.icon-search {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #84641a;
  height: 46px;
  width: 46px;
  border-radius: 50%;
}

.profile-box {
  width: 100%;
  height: 174px;
  background-color: white;
  border-radius: 11px;
  box-shadow: 2px 1px 11px 0px rgba(0, 0, 0, 0.1);
  padding: 23px;
}

.profile-info {
  margin-top: 21px;
}
.profile-info h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.pic {
  height: 65px;
  width: 65px;
  border-radius: 10px;
}

.check-wishlist {
  position: absolute;
  right: 30px;
  font-size: 25px;
  transform: translate(-30%, 30%);
}

.color-gray {
  color: darkgray;
}
.color-gray .active {
  color: red;
}

.right-box {
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  margin-top: 21px;
  border: 1px solid rgba(62, 59, 59, 0.2);
}

.header-right .sp-sec {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.checkout-process .checkout-box {
  box-shadow: none;
  padding: 20px 0px;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev {
  background-image: url(/images/previous.svg?47872f3dc2ad68becb32ca33b5f2e5e7) !important;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 40px;
  top: -42px;
  left: inherit;
  opacity: 0.5;
}

.slick-next {
  background-image: url(/images/next.svg?82c1a3aec7f1048aa91802cb08a58062) !important;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 17px;
  top: -42px;
  opacity: 0.5;
}

.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
}
.slick-track .slick-slide div {
  width: 100%;
  margin: 0 !important;
}
.slick-track .slick-slide .slide {
  height: 100%;
  padding: 0 2px;
}
.slick-track .slick-slide .slide .address-box {
  height: 100%;
}
.slick-track .slick-slide .slide .address-box .address {
  margin-bottom: 13px !important;
}

.pr-126 {
  padding-right: 126px;
}

.box-txt {
  width: 100%;
}
.box-txt p {
  font-size: 14px;
  margin-bottom: 10px;
}
.box-txt a {
  padding: 14px 24px;
  border-radius: 8px;
  background: #222222;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
.box-txt a:hover {
  background: #000;
}

.head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.head h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: green;
}
.head p {
  font-size: 21px;
  text-transform: capitalize;
  line-height: 0;
}

.wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.wrapper .wrapper-icon {
  padding: 13px;
  background-color: #ddd;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}

.details h3 {
  background-color: #c4c4c48a;
  font-weight: 800;
  padding: 8px;
  padding-left: 8px;
  padding-left: 20px;
  font-size: 20px;
  margin-top: 26px;
  margin-bottom: 26px;
}

.value {
  margin-left: 10px;
}
.value h4 {
  margin-bottom: 0px;
}
.value span {
  font-size: 17px;
}

.padding4 {
  padding: 10px;
}

@media (min-width: 768px) {
  .padding4 {
    padding: 35px;
  }
}
.exp-rating {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 20px;
}
.exp-rating p {
  margin-bottom: 0px;
}

.plain-btn {
  border-bottom: 2px solid black;
  margin-bottom: 15px;
  color: black;
  padding: 0;
}

.dropdown-item:active,
.dropdown-item:hover {
  background-color: #84641a;
  color: white;
}

.box-sec {
  width: 100%;
  padding: 10px 0px;
  position: relative;
}
.box-sec .box-area {
  width: 100%;
  border: 1px solid #b0b0b0;
  border-radius: 12px;
  display: flex;
  margin-bottom: 10px;
}
.box-sec .box-area .col-box {
  width: 100%;
  border: none;
  padding: 12px 27px 12px 16px;
  cursor: pointer;
  background: url(/images/arrow-down.svg?283ea608bc9c7730b80987c52bb07c45) no-repeat center right;
  text-align: left;
  transition: 0.3s all ease-in-out;
  border: 2px solid transparent;
}
.box-sec .box-area .col-box:focus {
  border: 2px solid #000;
  border-radius: 12px;
}
.box-sec .box-area .col-box .label {
  font-size: 12px;
  text-transform: uppercase;
}
.box-sec .box-area .col-box .date {
  font-size: 18px;
}
.box-sec .box-area .l-border {
  border-left: 1px solid #b0b0b0;
}
.box-sec .guest-sec {
  width: 100%;
  padding: 16px;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
  position: absolute;
  background: #fff;
  z-index: 9;
  box-shadow: 0px 0px 16px #c7c7c7;
}
.box-sec .guest-sec .group-sec {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.box-sec .guest-sec .group-sec:last-child {
  margin-bottom: 0px;
}
.box-sec .guest-sec .group-sec .title {
  flex: 1 1 0% !important;
  font-size: 16px;
}
.box-sec .guest-sec .group-sec .title span {
  font-size: 12px;
}
.box-sec .guest-sec .group-sec .b-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 97px;
}
.box-sec .guest-sec .group-sec .b-sec button {
  width: 32px;
  height: 32px;
  border: 1px solid #b0b0b0;
  color: #717171;
  border-radius: 50%;
  font-weight: bold;
  font-size: 16px;
  background: #fff;
}

.box-r {
  border-radius: 20px;
  overflow: hidden;
}

/* search */
.h-search {
  width: 100%;
  position: relative;
  padding-bottom: 13px;
}

.search-form {
  width: 100%;
  border: 1px solid #b3b3b3;
  border-radius: 150px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
}

.text-fields {
  display: flex;
  position: relative;
}

.text-fields .box1 {
  width: 220px;
  position: relative;
}

.text-fields .box1::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 34px;
  border-right: 1px solid #b3b3b3;
}

.text-fields .box1:nth-child(2)::after {
  display: none;
}

.box1 .txt-f {
  width: 100%;
  height: 54px;
  border: none;
  padding: 15px;
  font-size: 15px;
  color: #7b7676;
  font-family: "airbnbcereal_regular";
}

.box1 .txt-f:focus {
  outline: none;
}

.box2 {
  padding: 7px;
}
.box2 .search-btn {
  width: 42px;
  height: 42px;
  background: #927121;
  border-radius: 50%;
  border: none;
  font-size: 15px;
}

.mb-search {
  display: none;
  background: #927121;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}

.advanced-search {
  position: absolute;
  bottom: -16px;
  right: 0;
  left: 0;
  font-family: "airbnbcereal_regular";
  font-size: 14px;
  color: #000;
}

.ads {
  width: 100% !important;
  position: absolute;
  z-index: 5;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 15px;
  margin-top: 34px;
  box-shadow: 0px 0px 33px rgba(104, 104, 104, 0.3);
  display: flex;
  padding: 10px;
}

.select2-container {
  width: 100% !important;
}

.ads .a-txt {
  position: relative;
  width: 100%;
}
.ads .a-txt select {
  height: 40px;
}
.ads .select2 {
  width: 100% !important;
}
.ads .select2-selection--single {
  border: none;
  height: 40px;
  text-align: left;
}
.ads .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-size: 15px;
}
.ads .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  top: 0px;
  right: 4px;
}

.select2-container--open .select2-dropdown {
  top: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0px;
}

.select2-container--default .select2-selection--single {
  border-radius: 8px;
  padding: 6px 10px !important;
}

.select2-container .select2-selection--single {
  height: 100%;
}

.select2-results__option {
  width: 100%;
  border-bottom: 1px dashed #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #927121;
}

.select2-results__options::-webkit-scrollbar {
  width: 2px;
}

.selection {
  height: 40px;
  display: block;
}

.select2-results__options::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #bb912d;
  outline: 1px solid #bb912d;
}

.ads .a-txt input:focus,
.ads .a-txt select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.ads .a-txt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 34px;
  border-right: 1px solid #b3b3b3;
}

.ads .a-txt:nth-child(3)::after {
  display: none;
}

.s-place {
  width: 100%;
  position: absolute;
  top: 61px;
  border-radius: 10px;
  background: #fff;
  z-index: 99;
  box-shadow: 0px 0px 30px rgba(104, 104, 104, 0.5);
  padding: 20px;
}

.s-place a {
  display: block;
  border-bottom: 1px dashed #b3b3b3;
  text-align: left;
  padding: 10px !important;
  transition: 0.3s all ease-in-out;
}

.s-place a:hover {
  background: #ebebeb;
}

.s-place a:last-child {
  border-bottom: none;
}

header .menu .header-right .lang-icon img {
  width: 19px;
  margin-right: 8px;
}
@media screen and (max-width: 576px) {
  header .menu .header-right .lang-icon img {
    width: 30px;
  }
}

header .menu .header-right .lang-text {
  color: #000;
  font-size: 16px;
  font-family: "airbnbcereal_regular";
}

header .menu .header-right .setting i {
  color: white;
  font-size: 12px;
}

header .brand-logo a {
  display: flex;
  align-items: center;
}

header .brand-logo span {
  color: #927121;
  font-size: 30px;
  font-family: "airbnbcereal_black";
  text-transform: uppercase;
  padding: 0px 12px;
}

#banner {
  border-radius: 15px;
  overflow: hidden;
}

.banner-sec {
  width: 100%;
  padding-top: 0px;
  margin-bottom: 20px;
}

.banner-sec .carousel-inner img {
  width: 100%;
  border-radius: 15px;
}

.banner-sec .carousel-inner .carousel-item {
  border-radius: 15px;
  overflow: hidden;
}

.banner-sec .carousel-inner .carousel-caption {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  display: flex;
  align-items: center;
}

.banner-sec .carousel-inner .carousel-caption .caption-sec {
  width: 50%;
  padding-left: 10%;
}

.banner-sec .carousel-inner .carousel-caption h3 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "airbnbcereal_black";
  font-size: 33px;
}

.banner-sec .carousel-inner .carousel-caption p {
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-family: "airbnbcereal_light";
  font-size: 18px;
  line-height: 28px;
}

.banner-sec .carousel-inner .carousel-caption::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/banner-shade.png?84abaeeabd2d4c5abeb4e892ee1c3b14);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
}

.categories {
  padding: 20px 0px;
}

.catTitle {
  font-family: "airbnbcereal_light";
  font-size: 13px;
}

.slick-slide {
  height: auto;
}
.slick-slide img {
  width: 24px;
  height: 24px;
}
.slick-slide div {
  margin: 0px 2px;
}

.navbar-nav .nav-item {
  font-size: 20px;
  font-weight: 600;
}

.navbar-nav .nav-item .nav-link {
  color: white;
}

.navbar-nav > li {
  position: relative;
  float: left;
  display: block;
  margin-right: -10px;
}

.dropdown-menu > li {
  display: contents;
}

.name {
  vertical-align: -5px;
  margin-left: 8px;
}

.dropdown-toggle::after {
  vertical-align: middle;
}

.fs-15 {
  font-size: 15px !important;
  padding-top: 5px;
}

.nav-item.active > a.nav-link {
  color: black;
}

.menu-top .nav-tabs .nav-item .nav-link {
  border: none;
  color: black;
}

.menu-top .nav-tabs .nav-item .nav-link.active {
  border: none;
  border-bottom: 2px solid #896b24;
  color: #896b24 !important;
}

.boxed label {
  display: inline-block;
  width: 100%;
  padding: 10px;
  transition: all 0.3s;
}

.button-item {
  display: flex;
  align-items: center;
}

/*=====================
24. Footer css
==========================*/
footer {
  background-color: #f7f7f7;
}

.f-nav {
  padding: 30px 0px 3px 0px;
}

.f-nav h4 {
  font-family: "airbnbcereal_bold";
  font-size: 18px;
  color: #000;
  margin-bottom: 12px;
}

.f-nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.f-nav ul li {
  width: 100%;
}

.f-nav ul li a {
  display: inline-block;
  font-family: "airbnbcereal_light";
  font-size: 17px;
  color: #000;
  padding: 4px 0px;
  transition: 0.2s all ease-in-out;
}

.f-nav ul li a:hover {
  color: #84641a;
  padding-left: 5px;
}

.visa {
  padding: 10px 0px;
}

.visa img {
  width: 60px;
}

.app-sec {
  width: 100%;
  padding-top: 7px;
}

.app-sec .store-icon a {
  display: inline-block;
  margin-right: 5px;
}

.app-sec .store-icon a img {
  width: 120px;
}

.s-media {
  display: flex;
}

.copyright {
  font-size: 18px;
  font-family: "airbnbcereal_light";
  color: #000;
  padding-right: 15px;
}

.c-link a {
  font-size: 18px;
  font-family: "airbnbcereal_light";
  color: #000;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  transition: 0.3s all ease-in-out;
  border-right: 1px solid #c5c4c4;
}

.c-link a:last-child {
  border-right: transparent;
}

.c-link a:hover {
  color: #84641a;
}

.f-sec {
  display: flex;
  justify-content: right;
}

.fl-sec {
  display: flex;
}

.f-lang {
  padding-right: 10px;
  display: flex;
  align-items: center;
}

.f-lang .lang-icon {
  margin-right: 10px;
}

.f-lang .lang-icon img {
  width: 27px;
}

.f-lang .lang-text {
  color: #000;
  font-size: 18px;
  font-family: "airbnbcereal_bold";
}

.currency {
  padding-right: 20px;
}

.currency button {
  color: #000;
  font-size: 18px;
  font-family: "airbnbcereal_bold";
}

.currency ul {
  padding: 0px;
  overflow: hidden;
}

.currency ul li a {
  padding: 10px;
}

.s-media a {
  display: block;
  margin-right: 14px;
  border-radius: 50%;
  text-align: center;
  color: #241f21;
  font-size: 18px;
  line-height: 35px;
  transition: 0.3s all ease-in-out;
}

.s-media a:hover {
  color: #84641a;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background-size: 17px;
}

.package-sec {
  width: 100%;
  padding: 13px 0px;
}
.package-sec h2 {
  font-family: "airbnbcereal_bold";
  text-align: center;
  font-size: 25px;
  color: #000;
}
.package-sec p {
  font-family: "airbnbcereal_regular";
  text-align: center;
  font-size: 18px;
}
.package-sec .p-box {
  width: 100%;
  position: relative;
}
.package-sec .p-box .wishlist {
  position: absolute;
  z-index: 1;
  background: #fff;
  border: none;
  right: 10px;
  top: 16px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.package-sec .p-box .wishlist:hover {
  color: red;
}
.package-sec .p-box .wishlist:hover i {
  color: red;
}
.package-sec .p-box .wishlist img {
  width: 28px;
}
.package-sec .p-box .img-sec {
  width: 100%;
  margin-bottom: 15px;
}
.package-sec .p-box .img-sec .carousel-inner {
  border-radius: 15px;
  overflow: hidden;
}
.package-sec .p-box .img-sec .carousel-item {
  height: 250px;
}
.package-sec .p-box .img-sec .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.package-sec .p-box .img-sec .carousel-indicators button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 2px;
  margin-left: 2px;
}
.package-sec .p-box .img-sec .carousel-control-next,
.package-sec .p-box .img-sec .carousel-control-prev {
  opacity: 0;
}
.package-sec .p-box .img-sec:hover .carousel-control-next,
.package-sec .p-box .img-sec:hover .carousel-control-prev {
  opacity: 1;
}
.package-sec .p-box .description-sec {
  width: 100%;
}
.package-sec .p-box .description-sec h4 {
  font-size: 16px;
  font-family: "airbnbcereal_bold";
  margin-bottom: 5px;
  position: relative;
  padding-right: 64px;
  color: #000;
}
.package-sec .p-box .description-sec h4 span {
  font-size: 14px;
  font-family: "airbnbcereal_regular";
  color: #717171;
  text-align: right;
}
.package-sec .p-box .description-sec h4 span i {
  margin-right: 3px;
  color: #927121;
}
.package-sec .p-box .description-sec p {
  font-size: 15px;
  color: #717171;
  font-family: "airbnbcereal_light";
  text-align: left;
  margin-bottom: 3px;
}
.package-sec .p-box .description-sec .price-sec {
  font-size: 16px;
  font-family: "airbnbcereal_bold";
  color: #000;
}
.package-sec .p-box .description-sec .price-sec span {
  font-size: 15px;
  color: #717171;
  font-family: "airbnbcereal_light";
}
.package-sec .more {
  padding: 10px 20px;
  border: 1px solid #403f3f;
  border-radius: 10px;
  font-family: "airbnbcereal_regular";
  font-size: 16px;
  background: #fff;
  transition: 0.3s all ease-in-out;
}
.package-sec .more:hover {
  background: #927121;
  color: #fff;
  border-color: #927121;
}

.corporate-host {
  width: 100%;
  padding: 13px 0px;
}
.corporate-host h3 {
  font-family: "airbnbcereal_bold";
  text-align: center;
  font-size: 25px;
  color: #000;
}
.corporate-host p {
  font-family: "airbnbcereal_regular";
  text-align: center;
  font-size: 18px;
}
.corporate-host .corporate {
  padding-top: 20px;
}
.corporate-host .host-sec {
  width: 100%;
  padding: 0px 10px;
}
.corporate-host .host-sec .img-sec {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.corporate-host .host-sec .img-sec img {
  width: 140px;
  height: 140px;
  margin: auto;
  border-radius: 50%;
}
.corporate-host .host-sec .description {
  width: 100%;
  padding-top: 8px;
}
.corporate-host .host-sec .description h5 {
  font-family: "airbnbcereal_bold";
  font-size: 1rem;
  color: #000;
  margin-bottom: 5px;
  text-align: center;
}
.corporate-host .host-sec .description p {
  font-size: 15px;
  color: #000;
  font-family: "airbnbcereal_light";
  text-align: center;
}
.corporate-host .host-sec .description .verified {
  width: 100%;
  text-align: center;
  color: #84641a;
  position: relative;
  background: transparent;
  font-family: "airbnbcereal_bold";
  padding-top: 14px;
  font-size: 16px;
}

.show-map-sec {
  position: fixed;
  z-index: 9;
  display: flex;
  justify-content: center;
  left: 0;
  bottom: 25px;
  width: 100%;
}
.show-map-sec .show-map {
  padding: 14px 19px;
  border-radius: 25px;
  background: #222222;
  color: #fff;
  font-family: "airbnbcereal_regular";
  font-size: 14px;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.show-map-sec .show-map i {
  margin-left: 5px;
}
.show-map-sec .show-map:hover {
  transform: scale(1.04) !important;
  box-shadow: 0px 0px 0px 1px transparent;
}

.login-popup h5 {
  font-family: "airbnbcereal_bold";
  color: #222222;
  font-size: 17px;
  letter-spacing: 0;
  text-align: center;
  margin: auto;
}
.login-popup .modal-body {
  padding: 25px 25px;
}
.login-popup .modal-dialog {
  max-width: 568px;
}
.login-popup .nav-tabs {
  margin-bottom: 25px;
}
.login-popup .nav-item a {
  font-family: "airbnbcereal_regular";
  font-size: 15px;
}
.login-popup .modalTitle {
  font-size: 20px;
  font-family: "airbnbcereal_bold";
  color: #84641a;
  margin-bottom: 25px;
}
.login-popup .form-text {
  border: 1px solid #ced4da;
  border-bottom: none;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
}
.login-popup .form-text .form-group {
  margin-bottom: 0px;
}
.login-popup .form-text .form-group .form-control {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0px;
  height: 53px;
  background: transparent;
}
.login-popup p,
.login-popup a {
  font-family: "airbnbcereal_regular";
  font-size: 15px;
}
.login-popup .submit-btn {
  width: 100%;
  background: #84641a;
  border: none;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
  font-family: "airbnbcereal_regular";
  transition: 0.3s all ease-in-out;
  margin-bottom: 10px;
}
.login-popup .submit-btn:hover {
  background: #222222;
}
.login-popup .media-sec {
  display: flex;
  text-align: center;
  margin-top: 10px;
  height: 45px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 13px 23px;
  transition: 0.3s all ease-in-out;
}
.login-popup .media-sec:hover {
  background-color: #f7f7f7;
}
.login-popup .media-sec .icon {
  flex: 0 1 0%;
}
.login-popup .media-sec .text-media {
  flex: 1 1 0%;
}

.tap-top {
  z-index: 9;
}

.home-wrapper {
  width: 100%;
}

.map-view {
  display: none;
}

.filter-category {
  display: flex;
  height: 36px;
  overflow: hidden;
  flex-flow: wrap;
}
.filter-category .btn-size {
  margin-right: 7px;
}

.dropdown-toggle::after {
  background-image: url(/images/arrow-down.svg?283ea608bc9c7730b80987c52bb07c45);
  border: none;
  background-size: 17px;
  width: 11px;
  height: 7px;
}

.filter-icon {
  display: flex;
  align-items: center;
}
.filter-icon img {
  width: 16px;
  margin-right: 5px;
}

.filter-sec {
  display: flex;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.filter-sec::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  border-right: 1px solid #dddddd;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.popup {
  font-family: "airbnbcereal_regular";
}
.popup .modal-title {
  width: 100%;
  font-family: "airbnbcereal_bold";
  font-size: 16px;
}
.popup .modal-header {
  position: relative;
}
.popup .modal-header .btn-close {
  left: 20px;
  position: absolute;
}
.popup .filter-head {
  font-family: "airbnbcereal_bold";
  font-size: 18px;
}
.popup .form-check-input {
  width: 2em;
  height: 2em;
  float: inherit;
  margin-right: 7px;
  margin-top: 0px;
}
.popup .form-check {
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  font-size: 16px;
}
.popup .show-more-button {
  font-family: "airbnbcereal_bold";
  font-size: 16px;
  color: #000;
}
.popup .modal-footer {
  display: flex;
  justify-content: space-between;
}
.popup .clear-btn {
  font-size: 16px;
  font-family: "airbnbcereal_bold";
  padding: 14px 0px;
  text-transform: initial;
}
.popup .show-btn {
  text-transform: initial;
  background: #222222;
  color: #fff;
  padding: 14px 24px;
  border-radius: 8px;
}

.modal-content {
  border-radius: 12px;
}

.drop-ul {
  min-width: 300px;
}

.price-slider .slider {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

@media (max-width: 1200px) {
  .f-nav h4,
.f-nav ul li a,
.copyright,
.c-link a,
.lang-text,
.currency button,
.s-media a {
    font-size: 16px;
  }

  .text-fields .box1 {
    width: 171px;
    position: relative;
  }
}
@media (max-width: 990px) {
  .f-box {
    border: 1px dashed #a5a5a5;
    height: 100%;
    padding: 14px;
    border-radius: 8px;
  }

  .md-txt-center {
    justify-content: center;
  }

  .f-sec {
    justify-content: center;
    padding-top: 23px;
  }

  footer .pb-5 {
    padding-bottom: 1rem !important;
  }

  footer .pt-4 {
    padding-top: 1rem !important;
  }

  header .brand-logo span {
    display: none;
  }

  .banner-sec .carousel-inner .carousel-caption .caption-sec {
    width: 90%;
  }

  .banner-sec .carousel-inner .carousel-caption h3 {
    font-size: 25px;
  }

  .banner-sec .carousel-inner .carousel-caption p {
    font-size: 16px;
  }

  .filter-category {
    display: none;
  }

  .mb-center {
    justify-content: center;
  }

  .filter-sec::after {
    display: none;
  }

  .filter-sec {
    padding-right: 0px;
    margin-right: 0px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: scroll;
  }

  .filter-sec::-webkit-scrollbar {
    display: none;
  }

  .pr-126 {
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  footer .d-flex {
    display: block !important;
  }

  footer .md-txt-center {
    text-align: center;
  }

  .copyright {
    width: 100%;
    margin-bottom: 10px;
  }

  .mb-search {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-navbar {
    display: none;
  }

  header .main-navbar {
    position: fixed;
    left: 0;
    top: 90px;
    z-index: 9;
    background: #fff;
    width: 100% !important;
    border-radius: 9px;
    padding: 15px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  }

  .text-fields .box1 {
    width: 100%;
  }

  .h-search {
    padding-bottom: 40px;
  }

  .advanced-search {
    bottom: 9px;
  }

  .ads {
    position: relative;
    margin-top: 11px;
  }
}
@media (max-width: 500px) {
  .ads {
    display: block;
  }

  .ads .a-txt {
    width: 100%;
    border-bottom: 1px solid #efefef;
  }

  .ads .a-txt:nth-child(3) {
    border-bottom: none;
  }

  .ads .a-txt::after {
    display: none;
  }

  .banner-sec .carousel-inner img {
    height: 198px;
  }
}
.experience-sec .exp-head {
  margin-bottom: 40px;
  position: relative;
}
.experience-sec .exp-head h2 {
  font-size: 27px;
  position: relative;
  padding-right: 135px;
}
.experience-sec .exp-head a {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  border-radius: 8px;
}
.experience-sec .box-sec {
  border-radius: 8px;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
  margin-bottom: 12px;
  padding: 0px;
}
.experience-sec .box-sec .cm-box {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  transition: 0.3s all ease-in-out;
}
.experience-sec .box-sec .cm-box .cm-box-content,
.experience-sec .box-sec .cm-box a {
  display: flex;
  padding: 25px;
  color: #000;
}
.experience-sec .box-sec .cm-box .cm-box-content {
  gap: 40px;
}
.experience-sec .box-sec .cm-box .ex-img {
  width: 164px;
}
.experience-sec .box-sec .cm-box .ex-img img {
  width: 100%;
  border-radius: 8px;
}
.experience-sec .box-sec .cm-box .bg-img1 {
  background-image: url(/images/send.svg?68cdaddca39766ec26da1280c748ebaf);
  background-position: center left;
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 34px;
}
.experience-sec .box-sec .cm-box .txt-sec {
  width: 100%;
}
.experience-sec .box-sec .cm-box .txt-sec .box-progress {
  border: 1px solid #d8d8d8;
  position: relative;
  font-size: 18px;
  background-color: #fff;
  padding-left: 10px;
  border-left: 1px solid #ffb400;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 15px;
  border-radius: 8px;
}
.experience-sec .box-sec .cm-box .txt-sec h3 {
  font-size: 32px;
  font-weight: 600;
}
.experience-sec .box-sec .cm-box .txt-sec h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 0px;
}
.experience-sec .box-sec .cm-box .txt-sec p {
  font-size: 18px;
}
.experience-sec .box-sec .cm-box:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.experience-sec .box-sec .box-btns {
  width: 100%;
  padding: 25px;
}
.experience-sec .box-sec .box-btns .btn-se {
  display: inline-block;
}
.experience-sec .box-sec .box-btns .btn-se .btn1 {
  padding: 10px 9px;
  border-radius: 9px;
  font-size: 16px;
  background: #fff;
  margin-right: 5px;
  transition: 0.3s all ease-in-out;
  text-decoration: underline;
  color: #191a19;
  font-weight: 600;
}
.experience-sec .box-sec .box-btns .btn-se .btn1:hover {
  background: #f7f7f7;
}

.add-expericence-sec {
  width: 100%;
  position: absolute;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: stretch;
}
.add-expericence-sec .cmn-area-sec {
  width: 100%;
}
.add-expericence-sec .cmn-area-sec h1 {
  font-size: 32px;
  color: #000;
  text-transform: inherit;
  margin-bottom: 20px;
}
.add-expericence-sec .cmn-area-sec h3 {
  font-size: 16px;
  color: #222;
  font-weight: 600;
  margin-bottom: 10px;
}
.add-expericence-sec .cmn-area-sec p span {
  color: #717171 !important;
  font-size: 14px;
}
.add-expericence-sec .cmn-area-sec .check {
  display: block;
  position: relative;
  padding-left: 31px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 15px;
}
.add-expericence-sec .cmn-area-sec .check h4 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 3px;
}
.add-expericence-sec .cmn-area-sec .check p {
  color: #717171;
  font-size: 14px;
}
.add-expericence-sec .cmn-area-sec .check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.add-expericence-sec .cmn-area-sec .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #b0b0b0;
}
.add-expericence-sec .cmn-area-sec .check:hover input ~ .checkmark {
  background-color: #fff;
}
.add-expericence-sec .cmn-area-sec .check input:checked ~ .checkmark {
  background-color: #84641a;
  border: 1px solid #84641a;
}
.add-expericence-sec .cmn-area-sec .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.add-expericence-sec .cmn-area-sec .check input:checked ~ .checkmark:after {
  display: block;
}
.add-expericence-sec .cmn-area-sec .check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.add-expericence-sec .cmn-area-sec .radio-img {
  display: inline-block !important;
}
.add-expericence-sec .cmn-area-sec .radio-img h3 {
  font-weight: 500 !important;
  padding: 0px 5px;
}

.add-expericence-sec #sidebar {
  min-width: 260px;
  max-width: 260px;
  background: #f7f7f7;
  color: #fff;
  transition: all 0.3s;
  padding: 16px 24px 0px;
  overflow: hidden auto !important;
}

.add-expericence-sec #sidebar.active {
  margin-left: -260px;
}

.add-expericence-sec #sidebar .sidebar-header {
  padding: 20px;
}

.add-expericence-sec #sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #f7f7f7;
}

.add-expericence-sec #sidebar ul li a {
  padding: 8px 8px 8px 21px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #717171;
  font-weight: 600;
  border-radius: 16px;
  align-items: center;
}
.add-expericence-sec #sidebar ul li a i {
  position: absolute;
  left: 7px;
  top: 11px;
  font-size: 12px;
}
.add-expericence-sec #sidebar ul li a:hover {
  background: #ebebeb;
  color: #717171;
}
.add-expericence-sec #sidebar ul li a .lock-round {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #222;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
}

.add-expericence-sec .submenu li a {
  font-weight: 500 !important;
}
.add-expericence-sec .submenu li a svg {
  display: block;
  height: 16px;
  width: 16px;
  fill: #e07912;
  float: right;
  top: 0px;
  position: relative;
}
.add-expericence-sec .nav-item a.active {
  color: black !important;
  border: 2px solid black;
  border-radius: 100px;
  padding-top: 4px;
  padding-bottom: 7px;
  transition: none;
}

.add-expericence-sec a[data-toggle=collapse] {
  position: relative;
}

.add-expericence-sec .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#sidebarCollapse {
  display: none;
}

#sidebar li {
  display: block;
  width: 100%;
}

#sidebar li .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
}

#sidebar .nav-link {
  font-weight: 500;
  color: var(--bs-dark);
  background-color: transparent;
  color: #000;
  cursor: pointer;
}

#sidebar .nav-pills .nav-link.active,
#sidebar .nav-pills .show > .nav-link {
  background-color: transparent;
  color: #000;
  cursor: pointer;
}

#sidebar .nav-link:hover {
  color: var(--bs-primary);
}

.side-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.side-wrapper .save-link a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}

.sidebar-head {
  margin: 32px 0px;
}
.sidebar-head h3 {
  font-weight: 600;
  word-break: break-word;
  font-size: 26px;
  line-height: 30px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.add-expericence-sec #content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
  position: relative;
}

.content-head {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #222;
  font-weight: 600;
  padding: 12px 22px;
}
.content-head .btn-style {
  border: 1px solid #ddd;
  padding: 7px 10px;
  color: #222;
  background: #fff;
  border-radius: 6px;
  margin-right: 10px;
}
.content-head .btn-style i {
  color: #222;
}

.main-content {
  width: 100%;
  height: 100%;
  /*  */
  /* m */
}
.main-content .box-content {
  display: flex;
  justify-content: center;
  width: 100%;
  height: calc(100% - 140px);
  overflow: hidden auto;
  padding: 0px 24px 24px;
  /* toggle switch */
}
.main-content .box-content .form-floating {
  padding-left: 0px;
  padding-right: 0px;
}
.main-content .box-content .option-detail-section {
  width: 100%;
  padding-bottom: 40px;
}
.main-content .box-content .option-detail-section .radio-img .image {
  width: 100%;
}
.main-content .box-content .option-detail-section .form-control {
  border-radius: 8px;
  background: #fff;
  padding-top: 10px;
}
.main-content .box-content .option-detail-section .link a {
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #222;
  color: #222;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.main-content .box-content .option-detail-section .link a:hover {
  background: #222;
}
.main-content .box-content .option-detail-section .exp-type-info h3 {
  margin-bottom: 0px;
  font-size: 14px;
}
.main-content .box-content .option-detail-section .search {
  display: flex;
}
.main-content .box-content .option-detail-section .search .currency {
  left: 10px !important;
  top: 17px !important;
  font-weight: 600;
}
.main-content .box-content .option-detail-section .label {
  font-size: 15px;
  margin-bottom: 5px;
  color: #222;
}
.main-content .box-content .cmn-sec {
  width: 100%;
  max-width: 60%;
}
.main-content .box-content .cmn-sec h1 {
  font-size: 32px;
  color: #000;
  text-transform: inherit;
  margin-bottom: 20px;
}
.main-content .box-content .cmn-sec h3 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-content .box-content .cmn-sec img {
  width: 100%;
  border-radius: 7px;
  margin-bottom: 10px;
}
.main-content .box-content .cmn-sec p span {
  color: #222;
}
.main-content .box-content .cmn-sec ul li {
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.main-content .box-content .cmn-sec ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 7px;
  background-color: #222;
  border-radius: 50%;
}
.main-content .box-content .cmn-sec ul li p {
  font-size: 16px;
}
.main-content .box-content .cmn-sec .language .form-check-input {
  width: 21px;
  height: 21px;
}
.main-content .box-content .cmn-sec .language .form-check {
  margin-top: 14px !important;
}
.main-content .box-content .cmn-sec .language .form-check-input:checked {
  background-color: #84641a;
  border-color: #84641a;
}
.main-content .box-content .cmn-sec .language .form-check-input:disabled {
  top: -2px;
  margin-left: 0px;
}
.main-content .box-content .cmn-sec .language .form-check label {
  margin-left: 20px !important;
  font-size: 16px;
}
.main-content .box-content .cmn-sec .exp-sub-title2 {
  color: #717171 !important;
}
.main-content .box-content .cmn-sec .language-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-top: 35px;
  align-content: center;
  align-items: center;
  margin-bottom: 13px;
}
.main-content .box-content .cmn-sec .language-wrapper h3 {
  font-size: 18px;
}
.main-content .box-content .radio-img {
  display: block;
}
.main-content .box-content .radio-img > input {
  display: none;
}
.main-content .box-content .radio-img > .image {
  cursor: pointer;
  border: 1px solid #dddddd;
}
.main-content .box-content .radio-img > input:checked + .image {
  border: 2px solid black;
}
.main-content .box-content input.switch {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 49px !important;
  height: 31px;
  border-radius: 30px;
  cursor: pointer;
  background: #ccc;
  transition: box-shadow 0.3s ease-in-out, padding 0.25s ease-in-out;
  transition-delay: 0.1s, 0s;
}
.main-content .box-content input.switch:focus {
  border: 0;
  outline: 0;
}
.main-content .box-content input.switch:checked {
  transition-delay: 0s, 0s;
  box-shadow: inset 0 0 0 2.62857em #000000 !important;
  padding-left: 19px;
}
.main-content .box-content input.switch:before {
  display: inline-block;
  height: 24px;
  width: 23px;
  margin: 3px;
  background-color: #fff;
  border-radius: 2.1em;
  transition: all 0.1s ease 0.1s;
  text-align: center;
}
.main-content .box-content input.switch:before,
.main-content .box-content input.switch:after {
  content: "";
  display: block;
}
.main-content .box-content input.switch:checked::before {
  content: "✔";
  display: block;
}
.main-content .box-content input.switch:active::before {
  transition: all 0.1s ease 0.05s;
}
.main-content .image {
  opacity: 0.8;
  width: 75%;
  background-position: center center;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  padding: 25px;
  border-radius: 10px;
}
.main-content .image:hover {
  opacity: 1;
}
.main-content .image h3,
.main-content .exp-sub-title {
  font-size: 18px;
  font-weight: 600;
}
.main-content .image p {
  font-size: 16px;
}
.main-content .exp-type-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.main-content .language-icon .fa-chevron-right {
  font-size: 19px;
}
.main-content .modal-title {
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.main-content .modal .modal-footer {
  padding: 10px 10px;
}
.main-content .theme-radio {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 12px;
}
.main-content .img-radius {
  border-radius: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.main-content .text-area {
  display: block !important;
  min-width: 100% !important;
  max-width: 100% !important;
  outline: currentcolor none medium !important;
  border: 1px solid #80808070;
  margin: 0px !important;
  padding: 17px !important;
  font-weight: 400 !important;
  border-radius: 9px;
  background: transparent;
  font-size: 16px;
}
.main-content .example {
  font-size: 14px;
  font-weight: 600;
}
.main-content .text-count {
  font-size: 14px !important;
}
.main-content .mt-10 {
  margin-top: 40px;
}
.main-content .flex-start {
  justify-content: flex-start !important;
}
.main-content .language-name img {
  height: 93px;
  border-radius: 6px;
}
.main-content .sub-head {
  font-size: 22px !important;
  line-height: 26px !important;
  font-weight: 800;
}
.main-content .search-text {
  border-radius: 100px;
  padding-left: 20px;
}
.main-content input[name=search] {
  width: 450px;
  padding: 5px;
  margin: 15px;
  height: 25px;
  outline: none;
}
.main-content input[name=searchid]:focus {
  border: 2px solid black;
}
.main-content textarea:focus {
  border: 2px solid black;
}
.main-content .search {
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.main-content .search input {
  text-indent: 30px;
  border-radius: 100px;
}
.main-content .search .fa-search,
.main-content .currency {
  position: absolute;
  top: 12px;
  left: 15px;
  font-size: 15px;
}
.main-content .currency {
  top: 8px !important;
}
.main-content ul.liststyle1 li {
  list-style: disc;
  display: block;
  position: relative;
  padding-left: 18px;
}
.main-content ul.liststyle1 li::before {
  position: absolute;
  top: 9px;
  left: 0px;
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #b02626;
  font-size: 5px;
  border: 1px solid black;
  background-color: black;
  border-radius: 100px;
  width: 9px;
  height: 9px;
}
.main-content .exp-proile-image {
  width: 61px !important;
  height: 61px !important;
  margin-top: -50px;
}
.main-content .link {
  display: flex;
}
.main-content .link a {
  text-decoration: underline;
  display: block;
  margin-right: 10px;
}
.main-content .link a h3 {
  font-size: 16px;
}
.main-content .w-100 {
  width: 100%;
}
.main-content .w-50 {
  width: 50%;
}
.main-content .padd-25 {
  padding: 15px !important;
}
.main-content .small-radio {
  padding: 9px !important;
  width: 57px !important;
  text-align: center !important;
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}
.main-content .small-radio h3 {
  font-size: 14px;
}
.main-content .width-auto {
  width: auto;
}
.main-content ._n3t7h5 {
  position: relative;
  margin-top: 20px;
  margin-left: 24px;
  max-width: 500px;
  color: #222222;
}
.main-content ._1ku5k6q {
  position: absolute;
  left: -30px;
}
.main-content textarea[name=large]::-moz-placeholder {
  font-size: 30px;
  font-weight: 800;
  color: rgba(128, 128, 128, 0.781);
}
.main-content textarea[name=large]:-ms-input-placeholder {
  font-size: 30px;
  font-weight: 800;
  color: rgba(128, 128, 128, 0.781);
}
.main-content textarea[name=large]::placeholder {
  font-size: 30px;
  font-weight: 800;
  color: rgba(128, 128, 128, 0.781);
}
.main-content .example-c-2 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.main-content .example-c-1 {
  border-radius: 12px;
  flex: 0 0 auto;
  height: 320px;
  margin-top: 4px;
  margin-bottom: 4px;
  overflow: hidden;
  position: relative;
  width: 240px;
}
.main-content .example-c-3 {
  display: none;
  background-image: none;
}
.main-content .example-c-4 {
  font-size: 18px;
  line-height: 24px;
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0% 0%;
  color: white;
  font-weight: 600;
  padding: 16px;
  position: absolute;
  inset: 0px;
}
.main-content .validation-box {
  width: 100%;
  background-color: #80808017;
  border-radius: 12px;
  padding: 25px;
}
.main-content .validate-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.main-content .validate-wrapper p {
  margin-bottom: 0px;
  margin-left: 15px;
  font-size: 14px;
}
.main-content .small-text {
  font-size: 14px;
  line-height: 20px;
}
.main-content .alert-custom {
  background: #f7f7f7;
}
.main-content .span-text {
  font-size: 17px;
}
.main-content .lock-round {
  border-radius: 50px;
  border: 1px solid #222222;
  color: #222222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  float: right;
}

.box-content .form-check-input:checked {
  background-color: white;
  border-color: white;
}

.box-content .form-check-input[type=radio] {
  border-color: white;
}

._b328lf {
  flex: 1 1 0%;
}

._13ucou1 {
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

._v0gz4uz {
  padding-top: var(--dls-liteimage-padding-top);
  position: relative;
  flex: 1 1 0%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

._4626ulj {
  -moz-box-pack: center;
  -moz-box-align: center;
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._91slf2a {
  height: 100%;
  width: 100%;
  position: static;
}

._19hruxm {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  display: flex;
  padding-top: 8px;
  align-items: center;
}

._1sg2u1o {
  flex: 0 0 auto;
  margin-right: 8px;
}

/*  */
._1jj61m9 {
  position: relative;
  cursor: text;
  display: flex;
  min-height: 56px;
  width: 100%;
  margin: 0px;
  border: medium none;
  color: #222222;
  background-color: white;
  border-radius: 8px;
  box-shadow: #b0b0b0 0px 0px 0px 1px inset;
  font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

._1yw7hpv {
  position: relative;
  flex: 1 1 0%;
  padding: 0px;
}

._1m2ich98 {
  position: absolute;
  top: 18px;
  left: 12px;
  right: 12px;
  margin: 0px;
  padding: 0px;
  color: #717171;
  pointer-events: none;
  transform-origin: 0% 0% 0px;
  font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  transform: translateY(-8px) scale(0.75);
  font-weight: 400;
}

._fywymp7 {
  display: flex;
  opacity: 1;
}

._utak6qs {
  padding-top: 26px;
  padding-left: 12px;
  margin-right: -6px;
}

._yrzsibu {
  width: 100%;
  border: medium none;
  outline: currentcolor none medium;
  padding: 0px;
  margin: 26px 12px 6px;
  min-height: 1px;
  color: inherit;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.language-name {
  font-size: 15px !important;
  color: #222;
}
.language-name span {
  color: #717171;
}

.check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  border: 1px solid #bbb3b3;
  border-radius: 50%;
}

.check:hover input ~ .checkmark {
  background-color: #ccc;
}

.check input:checked ~ .checkmark {
  background-color: #84641a;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check input:checked ~ .checkmark:after {
  display: block;
}

.check .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-check {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.form-check:hover input ~ .checkmark {
  background-color: #ccc;
}

.form-check input:checked ~ .checkmark {
  background-color: #84641a;
  border: 1px solid #84641a;
}

.form-check input:checked ~ .checkmark:after {
  display: block;
}

.form-check .checkmark:after {
  top: 5px;
  left: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}

.box-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  height: 60px;
  background-color: white;
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 0px;
  padding: 20px 24px;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  align-items: center;
}
.box-footer p {
  font-size: 12px;
  color: #767676 !important;
  margin: 0px;
}
.box-footer .btn-previous {
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #222;
  color: #222;
  border-radius: 6px;
  font-weight: 600;
}
.box-footer .btn-next {
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  background: #222;
  border: 1px solid #222;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
}

.btn-style {
  display: inline-block;
  padding: 8px 15px;
  font-size: 16px;
  background: #222;
  border: 1px solid #222;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
}

.btn-style:hover {
  color: white !important;
}

.form-floating label {
  font-size: 16px;
  color: #717171;
}
.form-floating .form-select {
  padding-top: 0px;
  padding-bottom: 0px;
}

.modal-footer button {
  background: #84641a !important;
  border: 1px solid #84641a !important;
  padding: 10px;
  text-transform: none;
  border-radius: 6px;
  padding-left: 19px;
  padding-right: 19px;
  color: #fff;
  font-weight: 500;
}

.modal-footer button:hover {
  background-color: white !important;
  color: #84641a;
  transition: all 0.5s ease;
  border: 1px solid #84641a !important;
  box-shadow: 1px 11px 20px 0px rgba(132, 100, 26, 0.22);
}

.customButton {
  background: #222 !important;
  border: 1px solid #222 !important;
  padding: 10px;
  text-transform: none;
  border-radius: 6px;
  padding-left: 19px;
  padding-right: 19px;
  color: #fff;
  font-weight: 500;
}
.customButton:hover {
  color: #fff !important;
}

.customButton-outline {
  border: 1px solid #222 !important;
  background: transparent;
  padding: 10px;
  text-transform: none;
  border-radius: 6px;
  padding-left: 19px;
  padding-right: 19px;
}

.lang-sec a {
  background-color: #e3e3e3;
  color: #222;
  font-weight: 500;
  font-size: 16px;
  border: none;
}
.lang-sec a:focus {
  box-shadow: none !important;
}
.lang-sec a:first-child {
  border-top-left-radius: 6px;
}
.lang-sec a:last-child {
  border-top-right-radius: 6px;
}
.lang-sec .active {
  background-color: #222;
}

.lang-textarea {
  width: 100%;
  height: 196px;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 15px;
}
.lang-textarea:focus {
  border: 2px solid #222;
}

.profile-sec {
  width: 100%;
  padding: 45px 0px;
}
.profile-sec .profile-pic-sec {
  width: 100%;
  padding: 24px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 20px;
}
.profile-sec .profile-pic-sec .p1-sec {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.profile-sec .profile-pic-sec .p1-sec .profile {
  width: 100px;
  height: 100px;
}
.profile-sec .profile-pic-sec .p1-sec .profile img {
  width: 100%;
  border-radius: 50%;
}
.profile-sec .profile-pic-sec .p1-sec .btn-style {
  padding: 6px 13px;
  border-radius: 6px;
  transition: 0.3s all ease-in-out;
  margin-top: 10px;
}
.profile-sec .profile-pic-sec .p1-sec .btn-style:hover {
  background: #927121;
  color: #fff;
}
.profile-sec .profile-pic-sec .p1-sec h5 {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  letter-spacing: normal;
  margin: 0;
  line-height: normal;
  display: none;
}
.profile-sec .profile-pic-sec .p1-sec h5 span {
  font-size: 14px;
  color: #717171;
  font-weight: normal;
  margin-bottom: 20px;
}
.profile-sec .profile-pic-sec .p2-sec {
  width: 100%;
}
.profile-sec .profile-pic-sec .p2-sec .link1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  font-weight: 600;
}
.profile-sec .profile-pic-sec .p2-sec .link1 img {
  width: 20px;
  margin-right: 10px;
}
.profile-sec .profile-pic-sec hr {
  background-color: #b9b3b3;
}
.profile-sec .profile-pic-sec .host-sec {
  width: 100%;
}
.profile-sec .profile-pic-sec .host-sec h4 {
  font-size: 22px;
  font-weight: 600;
  color: #222;
  margin-bottom: 13px;
}
.profile-sec .profile-pic-sec .host-sec ul {
  margin-bottom: 15px;
}
.profile-sec .profile-pic-sec .host-sec ul li {
  width: 100%;
  background-image: url(/images/check.svg?f998ae22ddfcac3e7c382f01e8ab4f88);
  margin-bottom: 7px;
  background-repeat: no-repeat;
  padding-left: 24px;
  font-size: 16px;
  background-size: 15px;
  background-position: 0px 3px;
  display: block;
}
/* RTL support: move check icon and padding to the right in Arabic */
.rtl .profile-sec .profile-pic-sec .host-sec ul li,
[dir='rtl'] .profile-sec .profile-pic-sec .host-sec ul li {
  padding-left: 0 !important;
  padding-right: 24px !important;
  background-position: right 0 top 3px !important;
}
.profile-sec .host-details {
  width: 100%;
  padding-left: 20px;
}
.profile-sec .host-details h5 {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  letter-spacing: normal;
  margin: 0;
  line-height: normal;
}
.profile-sec .host-details h5 span {
  font-size: 14px;
  color: #717171;
  font-weight: normal;
  margin-bottom: 20px;
}
.profile-sec .host-details .btn-style {
  padding: 6px 13px;
  border-radius: 6px;
  transition: 0.3s all ease-in-out;
  margin-top: 10px;
}
.profile-sec .host-details .btn-style:hover {
  background: #927121;
  color: #fff;
}
.profile-sec .host-details .about {
  width: 100%;
  padding: 20px 0px;
}
.profile-sec .host-details .about .moretext {
  display: none;
}
.profile-sec .host-details .about a {
  font-size: 16px;
  text-decoration: underline;
  color: #222;
}
.profile-sec .host-details .edit-profile {
  width: 100%;
  padding: 20px 0px;
}
.profile-sec .host-details .edit-profile label {
  margin-bottom: 5px;
}
.profile-sec .host-details .edit-profile input {
  height: 50px;
  border-radius: 6px;
}
.profile-sec .host-details .edit-profile textarea {
  height: 150px;
  border-radius: 6px;
  resize: vertical;
}
.profile-sec .host-details .documents-sec {
  width: 100%;
  padding: 10px 0px;
  position: relative;
}
.profile-sec .host-details .documents-sec h4 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.profile-sec .host-details .documents-sec h4 img {
  width: 20px;
  margin-right: 10px;
}
.profile-sec .host-details .documents-sec ul {
  display: flex;
  flex-wrap: wrap;
}
.profile-sec .host-details .documents-sec ul li {
  width: 25%;
  padding-right: 15px;
  position: relative;
  margin-bottom: 10px;
}
.profile-sec .host-details .documents-sec ul li .close {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #f00;
  border-radius: 50%;
  padding: 8px;
  right: 24px;
  top: 6px;
  cursor: pointer;
}
.profile-sec .host-details .documents-sec ul li img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 6px;
}
.profile-sec .host-details .documents-sec ul li p {
  font-size: 14px;
}
.profile-sec .host-details .documents-sec .experiences-scroll {
  width: 100%;
}
.profile-sec .host-details .documents-sec .experiences-scroll .experiences-box {
  width: 100%;
  position: relative;
}
.profile-sec .host-details .documents-sec .experiences-scroll .experiences-box .star-rating {
  display: flex;
  font-size: 16px;
  color: #212529;
  padding: 7px 0px;
}
.profile-sec .host-details .documents-sec .experiences-scroll .experiences-box .star-rating i {
  margin-right: 5px;
  color: black;
}
.profile-sec .host-details .documents-sec .experiences-scroll .experiences-box img {
  width: 100%;
  height: 190px;
  border-radius: 6px;
}
.profile-sec .host-details .documents-sec .experiences-scroll .experiences-box h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #212529;
}
.profile-sec .host-details .documents-sec .experiences-scroll .experiences-box p {
  margin-bottom: 0px;
  font-size: 14px;
}
.profile-sec .host-details .documents-sec .experiences-scroll .slick-track {
  margin-left: inherit;
}
.profile-sec .host-details .documents-sec .experiences-scroll .slide {
  padding: 0 4px;
}
.profile-sec .host-details .documents-sec .experiences-scroll .slick-next {
  right: 0px;
}
.profile-sec .host-details .documents-sec .experiences-scroll .slick-prev {
  right: 25px;
}
.profile-sec .host-details .icon-with-txt {
  width: 100%;
}
.profile-sec .host-details .icon-with-txt .cmn-sec-host {
  width: 100%;
  display: flex;
}
.profile-sec .host-details .icon-with-txt .cmn-sec-host span {
  padding-right: 10px;
}
.profile-sec .host-details .icon-with-txt .cmn-sec-host span img {
  height: 16px;
}
.profile-sec .host-details hr {
  background-color: #b9b3b3;
}
.profile-sec .host-details .review-sec h4 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.profile-sec .host-details .review-sec h4 img {
  width: 20px;
  margin-right: 10px;
}
.profile-sec .host-details .review-sec .nav-tabs .nav-link:hover,
.profile-sec .host-details .review-sec .nav-tabs .nav-link:focus {
  border: none;
}
.profile-sec .host-details .review-sec .nav-tabs .nav-link.active,
.profile-sec .host-details .review-sec .nav-tabs .nav-item.show .nav-link {
  border: none;
  border-bottom: 2px solid #000;
}
.profile-sec .host-details .review-sec .nav-link {
  font-size: 16px;
  padding: 6px 0px;
  margin-right: 25px;
  color: #000;
}
.profile-sec .host-details .review-sec .guests-box {
  width: 100%;
  margin-bottom: 50px;
}
.profile-sec .host-details .review-sec .guests-box .sec1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 15px;
}
.profile-sec .host-details .review-sec .guests-box .sec1 .txt-sec {
  width: 100%;
}
.profile-sec .host-details .review-sec .guests-box .sec1 .txt-sec h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.profile-sec .host-details .review-sec .guests-box .sec1 .txt-sec h6 span {
  font-size: 14px;
  color: #717171;
  font-weight: normal;
}
.profile-sec .host-details .review-sec .guests-box .sec1 .img-sec {
  width: 70px;
}
.profile-sec .host-details .review-sec .guests-box .sec1 .img-sec img {
  width: 100%;
  border-radius: 6px;
}
.profile-sec .host-details .review-sec .guests-box a {
  font-size: 16px;
  text-decoration: underline;
  color: #222;
}
.profile-sec .host-details .review-sec .guests-box .posted-sec {
  width: 100%;
  padding-top: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.profile-sec .host-details .review-sec .guests-box .posted-sec .pic {
  width: 56px;
  height: 56px;
  margin-right: 12px;
}
.profile-sec .host-details .review-sec .guests-box .posted-sec .pic img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 50%;
}
.profile-sec .host-details .review-sec .guests-box .posted-sec .posted-details {
  width: 100%;
}
.profile-sec .host-details .review-sec .guests-box .posted-sec .posted-details h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
}
.profile-sec .host-details .review-sec .guests-box .posted-sec .posted-details h4 span {
  font-size: 14px;
  color: #717171;
  font-weight: normal;
}

.exp-host-sec {
  width: 100%;
  padding: 30px 0px;
}
.exp-host-sec .experience-host h1 {
  text-align: center;
  font-size: 30px;
  text-transform: capitalize;
}
.exp-host-sec .exp-sec h3 {
  font-size: 22px;
  font-family: "airbnbcereal_bold";
  margin-bottom: 15px;
}
.exp-host-sec .exp-sec .exp-link {
  width: 100%;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  transition: 0.3s all ease-in-out;
  font-family: "airbnbcereal_regular";
}
.exp-host-sec .exp-sec .exp-link:hover {
  border: 1px solid #222;
}
.exp-host-sec .exp-sec .exp-link .icon {
  width: 30px;
  height: 30px;
  padding: 8px;
  border: 1px solid #222;
  border-radius: 50%;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exp-host-sec .exp-sec .exp-link .icon img {
  width: 100%;
}
.exp-host-sec .new-listing {
  padding-top: 30px;
}
.exp-host-sec .new-listing h3 {
  font-size: 20px;
  font-family: "airbnbcereal_bold";
  margin-bottom: 20px;
}
.exp-host-sec .new-listing a {
  width: 100%;
  padding: 3px 0px 20px 0px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  transition: 0.3s all ease-in-out;
  font-family: "airbnbcereal_regular";
  color: #000;
  margin-bottom: 13px;
}
.exp-host-sec .new-listing a:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.exp-host-sec .new-listing a .icon {
  width: 30px;
  height: 30px;
  padding: 8px;
  border: 1px solid #222;
  border-radius: 50%;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exp-host-sec .new-listing a .icon img {
  width: 100%;
}

.steps-sec {
  width: 100%;
  padding: 30px 0px;
}
.steps-sec .head-title {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1b1b1b;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.steps-sec .head-title h4 {
  font-size: 34px;
  font-family: "airbnbcereal_bold";
  margin: 0;
  color: #fff;
}
.steps-sec .steps-list {
  width: 100%;
  padding-left: 50px;
}
.steps-sec .steps-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps-sec .steps-list ul li {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0px;
}
.steps-sec .steps-list ul li h5 {
  font-size: 20px;
  font-family: "airbnbcereal_bold";
}
.steps-sec .steps-list ul li:last-child {
  border-bottom: none;
}
.steps-sec .get-start {
  width: 100%;
}
.steps-sec .get-start button {
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  background: #927121;
  text-align: center;
  color: #fff;
  font-family: "airbnbcereal_regular";
}

.discount-sec {
  width: 100%;
  display: flex;
  align-items: center;
}
.discount-sec .box-cm {
  width: 100%;
  display: flex;
  align-items: center;
}
.discount-sec .box-cm .box-cm1 {
  width: 100%;
  padding-right: 8px;
}
.discount-sec .box-cm .box-cm1 label {
  font-family: "airbnbcereal_regular";
  font-size: 15px;
  margin-bottom: 8px;
  color: #222222;
}
.discount-sec .box-cm .box-cm1 .txt-box {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.discount-sec .box-cm .box-cm1 .txt-box .g-size {
  width: 100%;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
}
.discount-sec .box-cm .box-cm1 .txt-box .line {
  width: 30px;
  height: 100%;
  padding: 0px 6px;
}
.discount-sec .box-cm .box-cm1 .txt-box .discount {
  width: 100%;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  padding-right: 28px;
}
.discount-sec .box-cm .box-cm1 .txt-box .discount-label {
  font-family: "airbnbcereal_regular";
  font-size: 15px;
  color: #222222;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.discount-sec .box-cm .box-cm1 .txt-box .price {
  width: 100%;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  padding-left: 40px;
}
.discount-sec .box-cm .box-cm1 .txt-box .price-label {
  font-family: "airbnbcereal_regular";
  font-size: 15px;
  color: #222222;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-sec {
  min-width: 325px;
  height: 100%;
  border-left: 4px solid #f7f7f7;
  padding-top: 70px;
  overflow: hidden auto !important;
}
.right-sec .side-box {
  width: 320px;
  padding: 0px 20px;
}
.right-sec .side-box h6 {
  font-family: "airbnbcereal_bold";
  margin-bottom: 24px;
  color: #222;
  font-size: 18px;
}
.right-sec .side-box .side-box-content {
  width: 100%;
  padding: 20px;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px;
}
.right-sec .side-box .side-box-content .box-right-cm {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.right-sec .side-box .side-box-content .box-right-cm:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.right-sec .side-box .side-box-content .box-right-cm .icon {
  width: 56px;
  height: 56px;
  background: #f7f7f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 11px;
}
.right-sec .side-box .side-box-content .box-right-cm .txt {
  width: 76%;
  display: flex;
}
.right-sec .side-box .side-box-content .box-right-cm .txt .box1 {
  width: 100%;
}
.right-sec .side-box .side-box-content .box-right-cm .txt .box1 .box-head {
  font-size: 16px;
  font-family: "airbnbcereal_regular";
  line-height: 18px;
}
.right-sec .side-box .side-box-content .box-right-cm .txt .box1 .box-txt {
  padding-top: 5px;
  font-size: 12px;
  font-family: "airbnbcereal_regular";
}
.right-sec .side-box .side-box-content .box-right-cm .txt .box-price2 {
  padding-left: 8px;
  width: 57px;
  font-family: "airbnbcereal_bold";
}

@media (max-width: 990px) {
  .experience-sec .box-sec .cm-box {
    display: block;
  }

  .experience-sec .box-sec .cm-box .btn-se {
    width: 100%;
    justify-content: left;
    padding-top: 16px;
  }

  .host-details h5 {
    display: none;
  }

  .profile-sec .profile-pic-sec .p1-sec .btn-style {
    margin-bottom: 20px;
  }

  .profile-sec .profile-pic-sec .p1-sec h5 {
    display: block;
  }

  .profile-sec .host-details {
    padding-left: 0px;
  }

  .experience-host h1 {
    text-align: left;
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .experience-sec .exp-head h2 {
    padding-right: 0;
  }

  .experience-sec .exp-head {
    margin-bottom: 72px;
  }

  .experience-sec .exp-head a {
    position: absolute;
    right: auto;
    bottom: -51px;
    top: auto;
    left: 0;
  }

  .add-expericence-sec #sidebar {
    margin-left: -260px;
  }

  .add-expericence-sec #sidebar.active {
    margin-left: 0;
  }

  .add-expericence-sec #sidebarCollapse span {
    display: none;
  }

  #sidebarCollapse {
    display: block;
  }

  .profile-action {
    padding: initial !important;
  }

  .profile-action .bread {
    margin-left: 0px !important;
  }

  .main-content .box-content .cmn-sec {
    max-width: 100%;
  }

  .nav-tabs {
    display: flex;
  }

  .card {
    border: none;
  }
  .card .card-header {
    display: none;
  }
  .card .collapse {
    display: block;
  }

  .profile-sec .host-details .documents-sec ul li {
    width: 50%;
  }

  .right-sec {
    display: none;
  }
}
@media (max-width: 450px) {
  .profile-sec .host-details .documents-sec ul li {
    width: 100%;
  }
}
/* datepicker */
.daterangepicker {
  padding: 25px;
  border-radius: 20px;
}

.daterangepicker .drp-calendar {
  max-width: none;
}

.daterangepicker .calendar-table td {
  min-width: 40px;
  height: 40px;
  font-size: 13px;
  border: 0px solid transparent;
}

.daterangepicker td.start-date {
  border-radius: 50px;
}

.daterangepicker td.end-date {
  border-radius: 50px;
}

.daterangepicker td.start-date.end-date {
  border-radius: 50px;
}

.daterangepicker td.in-range {
  background-color: #f1f1f1;
}

.daterangepicker td.active {
  background-color: black;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: black;
}

.daterangepicker td {
  position: relative;
}

.daterangepicker td.start-date::after {
  content: attr(title);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.2;
  background-color: #c0c0c0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.daterangepicker td.end-date::before {
  content: attr(title);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.2;
  background-color: #c0c0c0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.daterangepicker td.start-date.end-date::before {
  opacity: 0;
}

.daterangepicker td.start-date.end-date::after {
  opacity: 0;
}

#hidden-date-range-booking:focus-visible {
  outline: 0px;
}

/* end datepicker */
/*host profile*/
@media (max-width: 768px) {
  .userborder {
    border: none !important;
    padding: 24px 0px !important;
    max-width: 100% !important;
  }

  .max {
    max-width: 100% !important;
  }

  .dn {
    display: none;
  }

  .dmo {
    display: block !important;
  }

  .proimgs img {
    width: 88px !important;
    height: 88px !important;
  }
}
.userborder {
  border: 1px solid #dddddd;
  border-radius: 12px !important;
  max-width: 308px;
  padding: 24px;
  width: 100%;
}

.imglist {
  background-color: white;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.linkpre {
  font-weight: 600;
  color: #000;
}

.linkpre:hover {
  text-decoration: underline;
  color: #000;
}

.hr_pro {
  background: #767676 !important;
  margin-bottom: 32px !important;
  margin-top: 32px !important;
  cursor: pointer;
}

.remfont {
  font-size: 2rem;
}

.joinedpr {
  font-size: 14px !important;
  line-height: 18px !important;
  color: #717171 !important;
  margin-bottom: 8px !important;
}

.els {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.liststyle_pro li {
  font-size: 1rem;
  color: #000;
  margin-bottom: 5px;
  margin-right: 5px;
}

.smimg {
  width: 24px;
  height: 24px;
  border-radius: 100%;
}

.review_plc {
  width: 70px;
  height: 48px;
  border-radius: 10px;
  overflow: hidden;
}

.more_review {
  padding: 13px 23px;
  border: #000 solid 1px;
  border-radius: 8px;
  background-color: #fff;
  color: #222222;
  font-weight: 600;
}

.forslick .slick-arrow {
  width: 32px !important;
  height: 32px !important;
  border-radius: 100%;
  box-shadow: #191a198f 1px 1px 5px;
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  top: calc(50% - 16px);
  z-index: 9;
  right: 1px;
  opacity: 0.7;
}

.forslick .slick-arrow:hover {
  background-position: center center;
  opacity: 1;
}

.forslick .slick-prev {
  left: 0px;
  right: auto;
}

.max {
  max-width: 632px;
  width: 100%;
}

.dmo {
  display: none;
}

.proimgs img {
  width: 105px;
  height: 105px;
}

.label-offer {
  position: absolute;
  background-color: red;
  color: white;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  text-transform: capitalize;
  top: 10px;
  left: 20px;
  padding: 2px 10px;
  font-weight: 800;
  border-radius: 10px;
}

.rtl .label-offer {
  left: unset;
  right: -10px;
}

.rtl .label-offer:after {
  left: unset;
  right: 0;
  border-left: unset;
  border-right: 10px solid transparent;
}

.tap-top {
  transform: none;
}

.tap-top:after {
  background: none;
}

.rtl .tap-top {
  transform: none;
}

.select2-dropdown {
  border: 1px solid #aaaaaa45 !important;
  box-shadow: 0px 4px 10px #dddddd61;
  padding: 4px;
  border-radius: 10px !important;
}
.select2-dropdown .select2-search__field {
  outline: none;
}
.select2-dropdown .select2-results__options {
  max-height: 210px !important;
}
.select2-dropdown .select2-results__options li.select2-results__option {
  padding: 12px 10px;
}
.select2-dropdown .select2-results__options li.select2-results__option:last-child {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom: none;
}
.select2-dropdown .select2-results__options li.select2-results__option.select2-results__option--selectable:last-child {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 10px !important;
}

/******* custome checkbox  start *******/
[type=checkbox]:focus:checked + label::before, [type=checkbox]:focus:not(:checked) + label::before {
  box-shadow: none !important;
}
[type=checkbox]:checked + label, [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 10px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
[type=checkbox]:checked + label::before, [type=checkbox]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #ffffff !important;
  border: 1px solid #b0b0b0;
  box-sizing: border-box;
  border-radius: 4px;
}
[type=checkbox]:checked + label::after, [type=checkbox]:not(:checked) + label::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  width: 20px;
  height: 20px;
  background-color: #927121 !important;
  position: absolute;
  top: 0px;
  left: -20px;
  border: none;
  border-radius: 4px;
  transition: all 0.2s ease;
  background-image: none !important;
}
[type=checkbox]:not(:checked) + label::before {
  background-color: #ffffff !important;
}
[type=checkbox]:not(:checked) + label::after {
  background-color: #ffffff !important;
  display: none;
}
[type=checkbox]:not(:checked) + label:hover::before {
  border-color: #222222;
}
/******* custome checkbox End *******/
/******* custome radio btns start *******/
[type=radio]:focus:checked + label::before, [type=radio]:focus:not(:checked) + label::before {
  box-shadow: none !important;
}
[type=radio]:checked + label, [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 10px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
[type=radio]:checked + label::before, [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: 1px solid #b0b0b0;
  box-sizing: border-box;
}
[type=radio]:checked + label::after, [type=radio]:not(:checked) + label::after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  width: 6px;
  height: 6px;
  background-color: #ffffff !important;
  position: absolute;
  top: 7px;
  left: -13px;
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease;
  background-image: none !important;
}
[type=radio]:not(:checked) + label::before {
  background-color: #ffffff !important;
}
[type=radio]:not(:checked) + label::after {
  background-color: #ffffff !important;
  display: none;
}
[type=radio]:checked + label::before {
  background-color: #927121 !important;
  border-color: #927121;
}

/******* custome radio btns End *******/
.languages-wrapper {
  border: 1px solid transparent;
}
.languages-wrapper:has(input:checked) {
  border-color: #84641a;
  border-radius: 8px;
}
.languages-wrapper label {
  padding-left: 38px !important;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.languages-wrapper label span {
  color: #717171;
  font-size: 13px;
  font-weight: 400;
}
.languages-wrapper label::before {
  left: 10px !important;
  top: 10px !important;
}
.languages-wrapper label::after {
  left: 17px !important;
  top: 17px !important;
}

.experience-hosting-wrapper {
  padding: 100px 0;
}
.experience-hosting-wrapper .host-sec {
  border-radius: 0px !important;
}
.experience-hosting-wrapper .host-sec h5 {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .experience-hosting-wrapper .host-sec h5 {
    font-size: 20px;
  }
}
.experience-hosting-wrapper .host-sec a {
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  padding: 13px 25px;
  transition: 0.3s all ease-in-out;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 15px;
}
.experience-hosting-wrapper .host-sec a:hover {
  background: #ffffff;
  color: #222222;
}
.experience-hosting-wrapper img {
  border-radius: 8px;
  width: 100%;
}
.experience-hosting-wrapper h6 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-top: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .experience-hosting-wrapper h6 {
    font-size: 18px;
  }
}

.more-about .about-box .img {
  border-radius: 8px !important;
}
.more-about .about-box .img img {
  border-radius: 8px !important;
}
.more-about .about-box .content {
  border: none !important;
  padding: 15px 0px !important;
}
.more-about .about-box .content h5 {
  font-size: 16px !important;
}
.more-about .about-box .content p {
  color: #717171;
  font-size: 14px;
}

.why-hosting-wrapper .hekaya-box {
  background: #000000;
  padding: 10% 0px;
}
.why-hosting-wrapper .why-host::after {
  display: none;
}
.why-hosting-wrapper .why-host .article-sec {
  height: auto;
}
.why-hosting-wrapper .why-host .why-host-img img {
  width: 100%;
  border-radius: 16px;
}
.why-hosting-wrapper .why-host.why-host-highlight {
  background: #84641a;
}
.why-hosting-wrapper .why-host.why-host-highlight .highlight-sec {
  height: auto;
}
.why-hosting-wrapper .help-sec {
  padding: 10% 0px 5%;
}

.login-form-wrapper {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-form-wrapper form .form-control {
  border: 1px solid #ced4da;
  min-height: 53px;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
.login-form-wrapper form .form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}
.login-form-wrapper form .form-control.login-email {
  border-radius: 16px 16px 0 0;
  border-bottom: none;
}
.login-form-wrapper form .form-control.login-password {
  border-radius: 0px 0px 16px 16px;
}
.login-form-wrapper form button {
  border: none;
  border-radius: 10px;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  background: #84641a;
}
.login-form-wrapper form button:hover {
  background: #222222;
}
.login-form-wrapper .login-border {
  padding: 50px;
  border-radius: 20px;
  box-shadow: 2px 1px 11px 0px rgba(0, 0, 0, 0.1);
}
.login-form-wrapper h6 {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}
.login-form-wrapper .login-with-social-media a {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  text-decoration: none;
  min-height: 45px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  align-items: center;
  padding: 13px 23px;
  margin-bottom: 16px;
}
.login-form-wrapper .login-with-social-media a:hover {
  background-color: #f7f7f7;
}
.login-form-wrapper a {
  font-size: 15px;
  font-weight: 400;
  color: #84641a;
  text-decoration: none;
  display: flex;
}
.login-form-wrapper a:hover {
  color: #222222;
}

.cancellation-content-wrapper p {
  font-size: 15px;
  font-weight: 400;
  color: #222222;
}
.cancellation-content-wrapper .tab-login-wrapper {
  border: 1px solid #dddddd;
  border-radius: 16px;
  padding: 20px;
}
.cancellation-content-wrapper .cancellation-policy-wrapper {
  border-bottom: 1px solid #dddddd;
  margin: 30px 0px 10px;
  padding-bottom: 10px;
}
.cancellation-content-wrapper .cancellation-policy-wrapper .img-radius {
  border-radius: 16px;
}
.cancellation-content-wrapper .cancellation-policy-wrapper h5 {
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 16px;
}
.cancellation-content-wrapper .cancellation-policy-wrapper p {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}
.cancellation-content-wrapper .cancellation-policy-wrapper a {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}

.tip-wrapper {
  border: 1px solid #dddddd;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
}
.tip-wrapper i {
  color: #84641a;
  margin-right: 10px;
}
.tip-wrapper a {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}

.transportation-ticket h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: #000000;
}
.transportation-ticket p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.transportation-ticket p span {
  font-weight: 600;
}

.card-view-wrapper {
  border: none;
  box-shadow: 0px 0px 5px #ddd;
  border-radius: 20px;
}

.rtl .header-right .sp-sec {
  left: 0px !important;
}
.rtl .why-hosting-wrapper .help-sec .link .more-sec .check {
  padding-left: inherit;
  padding-right: 31px;
}
.rtl .why-hosting-wrapper .help-sec .link .more-sec .check .checkmark {
  left: inherit;
  right: 0;
}
.rtl .why-hosting-wrapper .full-video .video-area .share i {
  margin-right: 0px;
  margin-left: 7px;
}
.rtl .search-wrapper form input {
  padding: 20px 15px 20px 75px;
}
.rtl .search-wrapper form input:focus {
  padding: 20px 15px 20px 125px;
}
.rtl .search-wrapper form input:focus + .btn i {
  transition: 0.5s;
  margin-left: 5px;
}
.rtl .search-wrapper form .btn {
  right: inherit;
  left: 10px;
}
.rtl .help-tab-wrapper .nav-link.browse-all {
  margin-left: inherit !important;
  margin-right: auto;
}
.rtl .newsletter-sec .news-box .news-input input {
  border-radius: 0px 7px 7px 0px;
}
.rtl .newsletter-sec .news-box .news-input button {
  border-radius: 7px 0px 0px 7px;
}
.rtl .all-topics-wrapper p {
  margin-left: 0px;
  margin-right: 10px;
}
.rtl .all-topics-wrapper .svg-arrow svg {
  transform: rotate(180deg);
}

/*---------- Category slider in landing page ------------*/
.category-sec .slider {
  display: flex;
}
.category-sec .slider .slick-list .slick-track {
  gap: 10px;
}

.category-sec .slider .slide {
  width: 123px;
}

.category-sec .slider .slide img {
  width: 24px;
}

/*---------- End of Category slider in landing page ------------*/
.a-link {
  color: #222222 !important;
  font-weight: 600;
  text-decoration: underline;
  font-size: 16px;
}

/*---------    Responsive -----------*/
header > .container {
  padding: 24px 12px;
}

@media (max-width: 575px) {
  header > .container {
    padding: 5px;
  }

  .brand-logo img {
    width: 35px;
  }
}
/*---------  End of Responsive -----------*/
.dropdown-menu > li > .dropdown-item {
  padding: 0.5rem 1.5rem !important;
}

.header-right .sp-sec {
  left: auto !important;
  min-width: 220px;
}

.line-h-1 {
  line-height: 1 !important;
}

.btn-hover-black {
  border-radius: 8px;
}

.btn-hover-black:hover {
  background: #222 !important;
  color: #ffffff !important;
}

.view-more-btn {
  padding: 10px 25px;
}

.view-more-btn:focus {
  box-shadow: none;
}

.main-wrapper {
  margin: 80px 0px 48px;
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    margin: 80px 0px 38px;
  }
}
.main-wrapper h3 {
  margin: 6px 0px 30px;
}

.main-wrapper h3:hover a {
  text-decoration: underline;
  color: #222;
}

.main-wrapper h3 a {
  text-decoration: none;
}

.main-wrapper a.btn {
  padding: 14px 24px;
  border-radius: 8px;
}

.main-wrapper a.btn:hover {
  border: 1px solid #84641a;
  background: #fff !important;
  color: #1b1b1b !important;
}

.news-card img {
  width: 119px;
  height: 119px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.news-card h4 {
  margin: 0px 0px 5px;
}

.news-card h4:hover a {
  text-decoration: underline;
  color: #222;
}

.news-card h4 a {
  text-decoration: none;
}

.news-wrapper {
  margin-bottom: 48px;
}

.news-wrapper .news-separate {
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #ddd;
}

.news-wrapper .social-media {
  display: flex;
}

.news-wrapper .social-media a {
  text-decoration: none;
  margin: 0px 12px;
}

.news-wrapper .social-media a:first-child {
  margin: 0px 12px 0px 0px;
}

.categories-wrapper {
  margin-bottom: 80px;
}

.categories-wrapper .categories-tab-wrapper ul.nav-tabs {
  margin-bottom: 40px;
  border: none;
}

.categories-wrapper .categories-tab-wrapper ul.nav-tabs .nav-item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.categories-wrapper .categories-tab-wrapper ul.nav-tabs .nav-item .nav-link {
  padding: 12px 20px;
  border: 1px solid #b0b0b0;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  background: #fff;
}

.categories-wrapper .categories-tab-wrapper ul.nav-tabs .nav-item .nav-link.active {
  background-color: #f7f7f7;
  border: 2px solid #222;
  font-weight: 600;
}

.categories-wrapper .categories-tab-wrapper ul.nav-tabs .nav-item .nav-link:hover {
  border-color: #222;
}

.categories-wrapper .categories-tab-wrapper .view-more-item {
  display: none;
}

.categories-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .categories-card img {
    max-width: 290px;
    width: 40vw;
  }
}
.categories-card h3 {
  margin: 16px 0 5px;
}

@media screen and (max-width: 767px) {
  .categories-card h3 {
    margin: 0 0 5px;
  }
}
.categories-card h3:hover a {
  text-decoration: underline;
  color: #222;
}

.categories-card h3 a {
  text-decoration: none;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .categories-card h3 a {
    font-size: 14px;
  }
}
.categories-card h4 {
  margin: 16px 0 5px;
}

@media screen and (max-width: 767px) {
  .categories-card h4 {
    margin: 0 0 5px;
  }
}
.categories-card h4:hover a {
  text-decoration: underline;
  color: #222;
}

.categories-card h4 a {
  text-decoration: none;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .categories-card h4 a {
    font-size: 14px;
  }
}
.carousel-slider-wrapper {
  position: relative;
  margin: 80px 0px;
  padding-bottom: 80px;
}

.carousel-slider-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 57.5%;
  background-color: #000;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .carousel-slider-wrapper::before {
    height: 100%;
  }
}
.carousel-slider-wrapper .carousel {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1300px) {
  .carousel-slider-wrapper .carousel {
    padding: 0 80px;
  }
}
.carousel-slider-wrapper .carousel .flickity-slider .carousel-cell {
  width: 700px;
  padding: 0px 10px;
}

@media screen and (max-width: 767px) {
  .carousel-slider-wrapper .carousel .flickity-slider .carousel-cell {
    width: 100%;
  }
}
.carousel-slider-wrapper .carousel .flickity-slider .carousel-cell.is-selected .slider-content {
  display: block;
  -webkit-animation: fadeInFromNone 1.5s ease-out;
  animation: fadeInFromNone 1.5s ease-out;
  opacity: 1;
}

.carousel-slider-wrapper .carousel .flickity-slider .carousel-cell .slider-content {
  opacity: 0;
  padding: 20px 0;
}

.carousel-slider-wrapper .carousel .flickity-slider .carousel-cell .slider-content h3 {
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
}

.carousel-slider-wrapper .carousel .flickity-slider .carousel-cell .slider-content time {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.carousel-slider-wrapper .carousel .flickity-slider .carousel-cell img {
  width: 100%;
  border-radius: 10px;
}

.carousel-slider-wrapper .carousel .flickity-button {
  width: 32px;
  height: 32px;
  background-color: #717171;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: inherit;
  position: inherit;
}

.carousel-slider-wrapper .carousel .flickity-button:hover {
  opacity: 0.6;
}

.carousel-slider-wrapper .carousel .flickity-button:focus {
  box-shadow: none;
}

.carousel-slider-wrapper .carousel .flickity-button.previous {
  left: inherit;
  margin-left: auto;
  margin-right: 100px;
}

@media screen and (min-width: 1300px) {
  .carousel-slider-wrapper .carousel .flickity-button.previous {
    margin-right: 50px;
  }
}
.carousel-slider-wrapper .carousel .flickity-button.next {
  right: inherit;
  margin-left: auto;
  margin-right: 50px;
  margin-top: -32px;
}

@media screen and (min-width: 1300px) {
  .carousel-slider-wrapper .carousel .flickity-button.next {
    margin-right: 0px;
  }
}
.carousel-slider-wrapper .carousel .flickity-button .flickity-button-icon {
  fill: #fff;
  width: 16px;
  height: 16px;
  position: static;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.search-wrapper {
  margin-bottom: 56px;
}

.search-wrapper form {
  position: relative;
}

.search-wrapper form input {
  padding: 20px 75px 20px 15px;
  border-radius: 50px;
  background: #f7f7f7;
  border: 1px solid #dddddd;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.search-wrapper form input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222;
  opacity: 1;
  /* Firefox */
  font-weight: 500;
}

.search-wrapper form input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222;
  opacity: 1;
  /* Firefox */
  font-weight: 500;
}

.search-wrapper form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222;
  opacity: 1;
  /* Firefox */
  font-weight: 500;
}

.search-wrapper form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #222;
  font-weight: 500;
}

.search-wrapper form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #222;
  font-weight: 500;
}

.search-wrapper form input:hover {
  background-color: #ebebeb;
}

.search-wrapper form input:focus {
  border: 1px solid #dddddd;
  padding: 20px 125px 20px 15px;
  box-shadow: 0 0 16px 0rem rgba(14, 15, 16, 0.25);
}

.search-wrapper form input:focus:hover {
  background-color: #ffffff;
}

.search-wrapper form input:focus + .btn {
  width: 110px;
}

.search-wrapper form input:focus + .btn span {
  display: flex;
  margin-left: 5px;
  margin-right: 0px;
}

.search-wrapper form input:focus ~ .search-drop-list {
  display: block;
}

.search-wrapper form .btn {
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #927121;
  border-radius: 50px;
  right: 10px;
  top: 10px;
  margin: auto 0;
  padding: 12px 10px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  height: 50px;
  text-transform: inherit;
}

.search-wrapper form .btn:focus {
  box-shadow: none;
}

.search-wrapper form .btn i {
  font-size: 18px;
}

.search-wrapper form .btn span {
  display: none;
  transition: 0.5s;
  margin-right: -50px;
}

.search-wrapper form .search-drop-list {
  box-shadow: 0 0 16px 0rem rgba(14, 15, 16, 0.25);
  border-radius: 30px;
  padding: 20px 0px;
  width: 100%;
  position: absolute;
  margin-top: 20px;
  transition: 0.5s;
  display: none;
  z-index: 99;
  background: #ffffff;
}

.search-wrapper form .search-drop-list:hover {
  display: block;
}

.search-wrapper form .search-drop-list h6 {
  padding: 0px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

.search-wrapper form .search-drop-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-wrapper form .search-drop-list ul li {
  width: 100%;
}

.search-wrapper form .search-drop-list ul li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #717171;
  padding: 10px 20px;
}

.search-wrapper form .search-drop-list ul li a:hover {
  background: #71717126;
}

.search-wrapper form .search-drop-list ul li a i {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  background: #717171c7;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  flex-shrink: 0;
}

.help-tab-wrapper nav.help-tab-nav {
  position: relative;
}

@media screen and (max-width: 767px) {
  .help-tab-wrapper nav.help-tab-nav {
    padding: 0px 35px;
  }
}
.help-tab-wrapper nav.help-tab-nav #btnRight {
  display: none;
}

@media screen and (max-width: 767px) {
  .help-tab-wrapper nav.help-tab-nav #btnRight {
    display: block;
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 0;
    bottom: 0;
    padding: 0px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white, white);
  }

  .help-tab-wrapper nav.help-tab-nav #btnRight:focus {
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) {
  .help-tab-wrapper nav.help-tab-nav #btnRight {
    display: none !important;
  }
}
.help-tab-wrapper nav.help-tab-nav #btnLeft {
  display: none;
}

@media screen and (max-width: 767px) {
  .help-tab-wrapper nav.help-tab-nav #btnLeft {
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 0;
    bottom: 0;
    padding: 0px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white, white);
  }

  .help-tab-wrapper nav.help-tab-nav #btnLeft:focus {
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) {
  .help-tab-wrapper nav.help-tab-nav #btnLeft {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .help-tab-wrapper nav.help-tab-nav #helpTabNav {
    margin: 0px 10px;
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .help-tab-wrapper nav {
    overflow: hidden;
  }
}
.help-tab-wrapper nav .nav-tabs {
  border: 0px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .help-tab-wrapper nav .nav-tabs {
    min-width: 700px;
    padding-bottom: 10px;
    flex-wrap: nowrap;
  }
}
.help-tab-wrapper nav .nav-tabs::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: calc(100% - 35px);
  height: 1px;
  background-color: #71717138;
  left: 0;
  right: 0;
  margin: auto;
}

.help-tab-wrapper nav .nav-tabs .nav-link {
  border: none;
  color: #717171;
  border-radius: 8px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.help-tab-wrapper nav .nav-tabs .nav-link:hover {
  border: none;
  background: #f7f7f7;
}

.help-tab-wrapper nav .nav-tabs .nav-link.active {
  position: relative;
  color: #222222;
  font-weight: 600;
}

.help-tab-wrapper nav .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: calc(100% - 10px);
  height: 3px;
  background-color: #222;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.help-tab-wrapper .tab-content {
  padding: 15px;
}

.tab-login-wrapper {
  margin: 56px 0px 64px;
  border: 1px solid #dddddd;
  border-radius: 16px;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .tab-login-wrapper.border-1 {
    border: 1px solid #dddddd;
    padding: 20px;
    margin: 0px 0px;
  }
}
@media screen and (max-width: 991px) {
  .tab-login-wrapper {
    border: none;
    padding: 0;
    margin: 36px 0px;
  }
}
.tab-login-wrapper h4 {
  font-size: 26px;
  font-weight: 500;
}

.tab-login-wrapper a {
  transition: 0.5s;
  padding: 12px 0px;
  text-transform: inherit;
}

.tab-login-wrapper a:hover {
  letter-spacing: 0.3px;
}

.tab-login-wrapper a:focus {
  box-shadow: none;
}

.help-tab-wrapper .tab-content .getting-started-wrapper-lg .getting-started-lg {
  margin-bottom: 32px;
}

.help-tab-wrapper .tab-content .getting-started-wrapper-lg .getting-started-lg a:hover {
  color: #222;
}

.help-tab-wrapper .tab-content .getting-started-wrapper-lg .getting-started-lg a i {
  margin-left: 5px;
}

.help-tab-wrapper .tab-content .getting-started-wrapper-lg img {
  width: 100%;
  border-radius: 16px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.help-tab-wrapper .tab-content .getting-started-wrapper-lg h6 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.help-tab-wrapper .tab-content .tab-login-wrapper {
  margin: 56px 0px 64px;
  border: 1px solid #dddddd;
  border-radius: 16px;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .help-tab-wrapper .tab-content .tab-login-wrapper.border-1 {
    border: 1px solid #dddddd;
    padding: 20px;
    margin: 0px 0px;
  }
}
@media screen and (max-width: 991px) {
  .help-tab-wrapper .tab-content .tab-login-wrapper {
    border: none;
    padding: 0;
    margin: 36px 0px;
  }
}
.help-tab-wrapper .tab-content .tab-login-wrapper h4 {
  font-size: 26px;
  font-weight: 500;
}

.help-tab-wrapper .tab-content .tab-login-wrapper a {
  transition: 0.5s;
  padding: 12px 0px;
  text-transform: inherit;
}

.help-tab-wrapper .tab-content .tab-login-wrapper a:hover {
  letter-spacing: 0.3px;
}

.help-tab-wrapper .tab-content .tab-login-wrapper a:focus {
  box-shadow: none;
}

.help-tab-wrapper .tab-content .getting-started-wrapper-lg .getting-started-lg a:hover {
  color: #222;
}

.help-tab-wrapper .tab-content .getting-started-wrapper-lg .getting-started-lg a i {
  margin-left: 5px;
}

.help-tab-wrapper .tab-content .getting-started-wrapper-lg img {
  width: 100%;
  border-radius: 16px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.help-tab-wrapper .tab-content .getting-started-wrapper-lg h6 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.top-articles-wrapper {
  margin: 64px 0px;
}

.top-articles-wrapper .card {
  border: 0px;
  border-bottom: 1px solid #71717169;
  border-radius: 0px;
  display: flex;
  justify-content: stretch;
  height: 100%;
}

.top-articles-wrapper .card .card-body {
  padding: 0px 0px 20px;
}

.top-articles-wrapper .card .card-body a {
  text-decoration: none;
}

.top-articles-wrapper .card .card-body a h5 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  text-decoration: underline;
}

.top-articles-wrapper .card .card-body a p {
  color: #717171;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.explore-more-wrapper {
  background: #000000;
  padding: 56px 0;
}

.explore-more-wrapper .explore-more-content a {
  border-radius: 16px;
  position: relative;
  text-decoration: none;
  height: 100%;
  display: flex;
}

.explore-more-wrapper .explore-more-content a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.explore-more-wrapper .explore-more-content a .img-over-content {
  background-color: #222222;
  padding: 16px;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 0px 0px 16px 16px;
}

.explore-more-wrapper .explore-more-content a .img-over-content h6 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0px;
}

.explore-more-wrapper .explore-more-content a .img-over-content p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0px;
}

.explore-more-wrapper .explore-more-content h5 {
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
}

.explore-more-wrapper .explore-more-content p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff !important;
}

.explore-more-wrapper .explore-more-content p a {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: underline;
}

.explore-more-wrapper .explore-more-content a.btn {
  background: #ffffff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 23px;
  text-transform: none;
  border-radius: 8px;
  transition: box-shadow 0.2s ease, transform 0.1s ease;
  max-width: 300px;
}

.explore-more-wrapper .explore-more-content a.btn:active {
  transform: scale(0.96);
}

@media screen and (max-width: 576px) {
  .explore-more-wrapper .explore-more-content a.btn {
    max-width: 100%;
  }
}
.getting-started-wrapper-md ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
}

.getting-started-wrapper-md ul li {
  box-shadow: 0 1px 0 #dddddd;
  padding: 20px 0px;
}

.getting-started-wrapper-md ul li:last-child {
  box-shadow: none;
}

.getting-started-wrapper-md ul li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  display: flex;
}

.getting-started-wrapper-md ul li a p {
  flex-grow: 1;
  margin-bottom: 0px;
  margin-left: 10px;
}

.policies-list-wrapper h6 {
  font-size: 22px;
  font-weight: 600 !important;
  margin-bottom: 24px;
}

.policies-list-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.policies-list-wrapper ul li {
  /* padding: 5px 0; */
  margin-bottom: 16px;
}

.policies-list-wrapper ul li a {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

.highlight-sec {
  width: 100%;
  height: 100%;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 26px #e9e6e6 !important;
}

.tip {
  border: 1px solid grey;
  border-radius: 8px;
  padding: 10px;
  margin: 10px 0 10px 0;
}

.tip::before {
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f0eb";
  padding: 5px;
  font-size: larger;
  color: #eb9800;
}

.category-center {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-exp-price-table td {
  vertical-align: bottom;
  padding: 0;
}

.add-exp-discount-table td {
  vertical-align: bottom;
  padding: 0 5px;
}

.weather-place {
  font-size: 22px;
  font-weight: 600;
  color: white;
  height: 65px;
}

.form-select {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

.basic-requirements-table-wrapper {
  margin-top: 20px;
}
.basic-requirements-table-wrapper h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
}
.basic-requirements-table-wrapper table thead tr th {
  font-size: 19px;
  font-weight: 600;
  color: black;
  border-bottom: 1px dotted #222;
}
.basic-requirements-table-wrapper table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  border-bottom: 1px dotted #222;
  vertical-align: middle;
  padding: 16px 8px;
}
.basic-requirements-table-wrapper table tbody tr td h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.basic-requirements-table-wrapper table tbody tr td p {
  font-size: 14px;
  font-weight: 400;
  color: #717171;
  margin-bottom: 0px;
}

.lear-more-link p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.lear-more-link p a {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.lear-more-link p a:hover {
  text-decoration: none;
}

.check-out-status {
  background-color: #f7f7f7;
  padding: 35px 30px;
}
.check-out-status h5 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}
.check-out-status .form-floating label {
  padding: 10px 13px;
}
.check-out-status .form-floating .form-select {
  border-radius: 10px;
}
.check-out-status .form-floating .form-select:focus {
  box-shadow: none;
  border-color: #222;
}
.check-out-status .status-card {
  border: 1px solid #717171;
  border-radius: 20px;
  background: #ffffff;
  padding: 15px;
}
.check-out-status .status-card h5 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}
.check-out-status .status-card h6 {
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 500;
  color: #717171;
}
.check-out-status .status-card p {
  font-size: 13px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0px;
}

.find-more-btn {
  border-radius: 5px;
  text-transform: capitalize;
  padding: 14px;
}

.chat-message-list-wrapper {
  border-right: 1px solid #ebebeb;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .chat-message-list-wrapper {
    display: none;
    position: fixed;
    height: 100vh !important;
    width: 300px;
    background: #fff;
    z-index: 999;
    box-shadow: 8px 4px 4px #0000001f;
    top: 0px;
    bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .chat-message-list-wrapper {
    display: flex !important;
  }
}
.chat-message-list-wrapper .chat-message-list-content {
  overflow: hidden;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
}
.chat-message-list-wrapper .chat-message-list-content::-webkit-scrollbar {
  width: 2px;
}
.chat-message-list-wrapper .chat-message-list-content::-webkit-scrollbar-track {
  display: none;
}
.chat-message-list-wrapper .chat-message-list-content::-webkit-scrollbar-thumb {
  background-color: #818181;
}
.chat-message-list-wrapper ul {
  list-style: none;
  margin: 0px 0px 0px 12px;
  padding: 0px 10px 0px 0px;
}
.chat-message-list-wrapper ul li {
  border-radius: 12px;
}
.chat-message-list-wrapper ul li.active {
  background-color: #f7f7f7;
}
.chat-message-list-wrapper ul li.message-list .group-chat-images-list {
  position: absolute;
  right: 0px;
  bottom: 0;
  display: flex;
}
.chat-message-list-wrapper ul li.message-list .group-chat-images-list img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 0;
}
.chat-message-list-wrapper ul li.message-list .group-chat-images-list img:first-child {
  position: relative;
  z-index: 1;
  right: 16px;
}
.chat-message-list-wrapper ul li.message-list .group-chat-images-list img:last-child {
  position: absolute;
  bottom: 16px;
  z-index: 0;
}
.chat-message-list-wrapper ul li.message-list .group-chat-images-list img:only-child {
  position: static;
}
.chat-message-list-wrapper ul li a {
  display: flex;
  padding: 24px 12px 24px 12px;
  text-transform: capitalize;
  text-align: start;
}
.chat-message-list-wrapper ul li a img {
  width: 65px;
  height: 75px;
  border-radius: 20px;
}
.chat-message-list-wrapper ul li a h5 {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.chat-message-list-wrapper ul li a p {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}
.chat-message-list-wrapper ul li a p .unread-badge {
  background-color: #000000;
}
.chat-message-list-wrapper .chat-message-search-btn,
.chat-message-list-wrapper .chat-message-filter-btn {
  background-color: #f7f7f7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.chat-message-list-wrapper .chat-message-search-btn:hover,
.chat-message-list-wrapper .chat-message-filter-btn:hover {
  background-color: #222;
  color: #ffffff;
}
.chat-message-list-wrapper .chat-message-search-bar-wrapper {
  display: none;
  width: 100%;
  margin: 10px 0;
}
.chat-message-list-wrapper .chat-message-search-bar-wrapper .input-group {
  border: 1px solid #ebebeb;
  border-radius: 30px;
  overflow: hidden;
}
.chat-message-list-wrapper .chat-message-search-bar-wrapper .input-group:has(input:focus) {
  border-color: #222222;
}
.chat-message-list-wrapper .chat-message-search-bar-wrapper .input-group span {
  background: transparent;
  border: none;
}
.chat-message-list-wrapper .chat-message-search-bar-wrapper .input-group input {
  border: none;
}
.chat-message-list-wrapper .chat-message-search-bar-wrapper .btn {
  color: #222;
}

.messaging-settings-modal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.messaging-settings-modal ul li .btn {
  display: flex;
  gap: 10px;
  align-items: center;
}

.status-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.status-wrapper .status {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.status-wrapper .status.status-green {
  background-color: #00c000;
}
.status-wrapper .status.status-red {
  background-color: #ff0000;
}
.status-wrapper .status.status-orange {
  background-color: #ffb42a;
}

.chat-message-list-tab-wrapper {
  width: 100%;
}
.chat-message-list-tab-wrapper .nav {
  margin: 0;
  padding: 0;
  gap: 10px;
}
.chat-message-list-tab-wrapper .nav .nav-item {
  padding: 1px;
  border-radius: 30px;
  border: 2px solid transparent;
}
.chat-message-list-tab-wrapper .nav .nav-item:has(.nav-link.active) {
  border-color: #222;
}
.chat-message-list-tab-wrapper .nav .nav-item .nav-link {
  border-radius: 30px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.chat-message-list-tab-wrapper .nav .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #222;
}
.chat-message-list-tab-wrapper .nav .nav-item .nav-link.active::after {
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f107";
  color: #ffffff;
}

.chat-header {
  padding: 24px;
  border: 1px solid #ebebeb;
  border-right: none;
  border-left: none;
}
.chat-header h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #000000;
}
.chat-header .dropdown button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 2px solid transparent;
}
.chat-header .dropdown button::after {
  display: none;
}
.chat-header .dropdown button:hover {
  background-color: #f7f7f7;
}
.chat-header .dropdown button.show {
  background-color: #f7f7f7;
  border-color: #000000;
}

.chat-view-wrapper {
  border-right: 1px solid #ebebeb;
  width: 100%;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
}
.chat-view-wrapper .chat-header .group-chat-images-list img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.chat-view-wrapper .chat-header .group-chat-images-list img:first-child {
  position: relative;
}
.chat-view-wrapper .chat-header .group-chat-images-list img:last-child {
  margin-left: -16px;
}
.chat-view-wrapper .chat-header .get-details-btn {
  border: 1px solid #b0b0b0;
  border-radius: 30px;
  background-color: #ffffff;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  text-transform: capitalize;
}
.chat-view-wrapper .chat-header .get-details-btn:hover {
  border-color: #000000;
  background-color: #f7f7f7;
}
.chat-view-wrapper .chat-header .get-details-btn.active {
  border: 2px solid #000000;
  background-color: #f7f7f7;
}

.chat-input-wrapper {
  padding: 5px;
  margin: 0px 12px 12px;
  background-color: #f7f7f7;
  border-radius: 36px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
}
.chat-input-wrapper:has(input:focus) {
  border-color: #2222222e;
}
.chat-input-wrapper input {
  border: none;
  background: transparent;
  margin-right: 5px;
}
.chat-input-wrapper input:focus {
  background: transparent;
}
.chat-input-wrapper .message-send-btn {
  background-color: #000000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 36px;
  font-size: 16px;
  font-weight: 400;
}
.chat-input-wrapper .message-send-btn:hover {
  color: #fff;
}
.chat-input-wrapper .message-send-btn i {
  margin-right: 5px;
}

.chat-view-content {
  margin: 0px 12px 0px;
  padding: 0px 10px 0px 0px;
  overflow: hidden;
  overflow-y: auto;
  flex-grow: 1;
  /* width */
  /* Track */
  /* Handle */
}
.chat-view-content::-webkit-scrollbar {
  width: 2px;
}
.chat-view-content::-webkit-scrollbar-track {
  display: none;
}
.chat-view-content::-webkit-scrollbar-thumb {
  background-color: #818181;
}
.chat-view-content ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.chat-view-content ul li {
  display: flex;
  padding: 12px;
  border-radius: 12px;
}
.chat-view-content ul li.message-continue img {
  visibility: hidden;
}
.chat-view-content ul li:hover {
  background-color: #f7f7f7;
}
.chat-view-content ul li:hover .dropdown {
  opacity: 1;
}
.chat-view-content ul li img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-right: 12px;
}
.chat-view-content ul li h5 {
  font-size: 16px;
  font-weight: 800;
  color: #000000;
}
.chat-view-content ul li h5 span {
  margin-left: 2px;
  font-size: 13px;
  font-weight: 400;
  color: #717171;
}
.chat-view-content ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: start;
  margin-bottom: 0px;
}
.chat-view-content ul li .dropdown {
  margin-left: 10px;
  opacity: 0;
}
.chat-view-content ul li .dropdown .dropdown-toggle {
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  border: none;
  background: transparent;
  transition: transform 0.25s var(--itr-yy-z);
}
.chat-view-content ul li .dropdown .dropdown-toggle.show {
  background: #ffffff;
  border: 1px solid #000000;
}
.chat-view-content ul li .dropdown .dropdown-toggle:hover {
  background: #ffffff;
}
.chat-view-content ul li .dropdown .dropdown-toggle::after {
  display: none;
}
.chat-view-content ul li .dropdown .dropdown-menu {
  border-radius: 10px;
}
.chat-view-content ul li .dropdown .dropdown-menu li {
  padding: 10px;
}
.chat-view-content ul li .dropdown .dropdown-menu li:hover {
  background-color: #f7f7f7;
}
.chat-view-content ul li .dropdown .dropdown-menu li button {
  background-color: transparent;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
.chat-view-content ul li .dropdown .dropdown-menu li button:focus {
  background-color: transparent;
  color: #000000;
}

.messaged-date {
  display: flex;
  justify-content: center;
  padding: 10px 0px;
}
.messaged-date h6 {
  color: #717171;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 0px;
}

#chatDetailsViewMainWrapper {
  display: none;
}

.sender-message-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sender-message-wrapper p {
  font-size: 12px !important;
  font-weight: 400;
  color: #000000;
}
.sender-message-wrapper .sender-message {
  background-color: #222222;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px 10px 0px 10px;
  padding: 15px;
}
.sender-message-wrapper .sender-message h6 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}

.chat-details-wrapper {
  display: flex;
  flex-direction: column;
  width: 0px;
  transition: 0.5s;
  overflow: hidden;
  transition-duration: 0.5s !important;
}
@media screen and (max-width: 991px) {
  .chat-details-wrapper {
    position: fixed;
    right: 0px;
    background-color: #ffffff;
    height: 100vh;
    box-shadow: -3px -3px 4px #0000001f;
    z-index: 99;
    top: 0px;
    bottom: 0px;
  }
}
.chat-details-wrapper.details-show {
  width: 100%;
  transition-duration: 0.5s !important;
}
@media screen and (max-width: 991px) {
  .chat-details-wrapper.details-show {
    width: 100%;
  }
}
.chat-details-wrapper .chat-header .details-close-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat-details-wrapper .chat-header .details-close-btn:hover {
  background-color: #f7f7f7;
}
.chat-details-wrapper .chat-details-content {
  overflow: hidden;
  overflow-y: auto;
  flex-grow: 1;
  padding-right: 5px;
  /* width */
  /* Track */
  /* Handle */
}
.chat-details-wrapper .chat-details-content::-webkit-scrollbar {
  width: 2px;
}
.chat-details-wrapper .chat-details-content::-webkit-scrollbar-track {
  display: none;
}
.chat-details-wrapper .chat-details-content::-webkit-scrollbar-thumb {
  background-color: #818181;
}

.message-list:hover .chat-message-action-wrapper h5 {
  display: none;
}
.message-list:hover .chat-message-action-wrapper .dropdown {
  display: block;
}

.chat-message-action-wrapper .dropdown {
  display: none;
}
.chat-message-action-wrapper .dropdown .dropdown-toggle {
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #f7f7f7;
  color: #000000;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.chat-message-action-wrapper .dropdown .dropdown-toggle:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.chat-message-action-wrapper .dropdown .dropdown-toggle::after {
  display: none;
}
.chat-message-action-wrapper .dropdown .dropdown-menu {
  border-radius: 10px;
  overflow: hidden;
  flex-direction: column;
  gap: 5px;
  margin: 0px;
  padding: 0px;
}
.chat-message-action-wrapper .dropdown .dropdown-menu.show {
  display: flex;
}
.chat-message-action-wrapper .dropdown .dropdown-menu li {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 0px;
  padding: 5px 10px;
}

.chat-details-btns-wrapper {
  display: grid;
  gap: 10px;
}
.chat-details-btns-wrapper .btn {
  border-radius: 20px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.chat-details-btns-wrapper .btn:hover {
  color: #ffffff;
  background-color: #222;
  border-color: #222;
}

.chat-details-group-profile {
  align-items: center;
  flex-wrap: wrap;
}
.chat-details-group-profile img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chat-details-group-profile h5 {
  font-size: 20px;
  font-weight: 800;
}
.chat-details-group-profile h6 {
  margin-bottom: 5px !important;
}

.chat-details-review-wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
}
.chat-details-review-wrapper p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}
.chat-details-review-wrapper span {
  height: 15px;
  width: 1px;
  background-color: #dddddd;
}

.chat-details-content {
  margin: 12px;
}
.chat-details-content ul {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 15px;
}
.chat-details-content ul li {
  display: flex;
  align-items: center;
}
.chat-details-content ul li img {
  width: 46px;
  height: 56px;
  border-radius: 50%;
  margin-right: 12px;
}
.chat-details-content ul li h5 {
  font-size: 16px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 0px;
}
.chat-details-content h6 {
  color: #717171;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
.chat-details-content hr {
  border-color: #717171;
}

.page-link {
  color: #84641a;
}

.page-item.active .page-link {
  background-color: #84641a;
  border-color: #84641a;
}

.majeed-badge {
  background: white;
  position: absolute;
  top: 60%;
  left: 60%;
  color: goldenrod;
  font-size: 16px;
  border: 1px solid lightgray;
  border-radius: 50%;
  height: 40%;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/majeed.jpeg);
  background-position: center;
  background-size: cover;
}

.generate-gift-card-wrapper {
  border: 1px solid #dddddd;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.generate-gift-card-wrapper h5 {
  font-size: 28px !important;
}

.menu-top {
  box-shadow: none !important;
  border-radius: 20px !important;
  padding: 8px !important;
}

.single-section .description-section .menu-top li a {
  text-transform: capitalize;
}

.switch-to-btn:hover {
  background-color: #efefef;
  border-radius: 20px;
}

.error-close {
  position: absolute;
  right: 5px;
  background: transparent;
  border: 0;
  font-size: 25px;
}

.error-div {
  display: grid;
}

.notifications-list .accordion-item h2 a {
  color: #000;
}
.notifications-list .accordion-item span {
  color: #000 !important;
}
.notifications-list.unread .accordion-item h2,
.notifications-list.unread .accordion-item span {
  color: #717171 !important;
}
.notifications-list.unread .accordion-item h2 a,
.notifications-list.unread .accordion-item span a {
  color: #717171;
}

.filter-btns-wrappper {
  margin: 25px 0px;
}
.filter-btns-wrappper .btn {
  padding: 8px 24px !important;
  text-transform: capitalize;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #222;
  border-radius: 100px;
}
.filter-btns-wrappper .btn:hover, .filter-btns-wrappper .btn.active {
  background-color: #222;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .filter-btns-wrappper .btn {
    width: 100%;
  }
}

.filter-list-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-list-wrapper .filter-clear-wrapper ul {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  gap: 10px;
}
.filter-list-wrapper .filter-clear-wrapper ul li {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-right: 5px;
}
.filter-list-wrapper .filter-clear-wrapper ul li::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #222;
  display: flex;
  position: absolute;
  right: -2px;
  top: 4px;
}
.filter-list-wrapper .filter-clear-wrapper ul li:last-child::after {
  display: none;
}
.filter-list-wrapper .filter-clear-wrapper ul li .btn {
  text-transform: capitalize;
  text-decoration: underline;
}
.filter-list-wrapper .filter-view-btns {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  gap: 10px;
}
.filter-list-wrapper .filter-view-btns .btn {
  padding: 8px 24px !important;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #222;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #222;
  border-radius: 100px;
}
.filter-list-wrapper .filter-view-btns .btn:hover, .filter-list-wrapper .filter-view-btns .btn.active {
  background-color: #ffffff;
  color: #222;
}

.filter-carousel-wrapper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.filter-carousel-wrapper ul li {
  margin-bottom: 10px;
}
.filter-carousel-wrapper .carousel .carousel-inner .carousel-item {
  overflow: hidden;
  height: 250px;
  border-radius: 15px;
}
.filter-carousel-wrapper .carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.filter-carousel-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
}
.filter-carousel-wrapper p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #717171;
}
.filter-carousel-wrapper h6 {
  font-size: 16px;
  font-weight: 400;
  color: #717171;
}
.filter-carousel-wrapper h6 i {
  margin-right: 5px;
}
.filter-carousel-wrapper h5 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.review-list-wrapper {
  padding-top: 20px;
}
.review-list-wrapper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.review-list-wrapper ul li {
  display: flex;
  gap: 10px;
  box-shadow: 0px 0px 9px #00000030;
  border-radius: 10px;
  padding: 10px;
}
.review-list-wrapper ul li img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-list-wrapper ul li h6 {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}
.review-list-wrapper ul li p {
  font-size: 13px;
  font-weight: 400;
  color: #717171;
  margin-bottom: 0px;
}

.close-btn {
  position: absolute;
  z-index: 100;
  background: #f6f6f6;
  border-radius: 50%;
  right: 5px;
  top: 5px;
}

.select2-container--default .select2-results__option--disabled {
  display: none;
}

.reviews-list-wrapper .review-content-wrapper .review-content-header {
  padding-bottom: 15px;
  background-color: #ffffff;
}
.reviews-list-wrapper .review-content-wrapper .review-content-header .review-count-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.reviews-list-wrapper .review-content-wrapper .review-content-header .review-count-wrapper h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
}
.reviews-list-wrapper .review-content-wrapper .review-content-header .review-count-wrapper .dropdown .dropdown-toggle {
  border: 1px solid #b0b0b07a;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 40px;
  color: #000000;
}
.reviews-list-wrapper .review-content-wrapper .review-content-header .review-count-wrapper .dropdown .dropdown-menu {
  border-radius: 5px;
  padding: 0px;
  overflow: hidden;
}
.reviews-list-wrapper .review-content-wrapper .review-content-header .input-group {
  position: relative;
}
.reviews-list-wrapper .review-content-wrapper .review-content-header .input-group .input-group-text {
  background: transparent;
  border: none;
  position: absolute;
  left: 5px;
  z-index: 9;
  top: 5px;
}
.reviews-list-wrapper .review-content-wrapper .review-content-header .input-group .form-control {
  border-radius: 50px !important;
  padding-left: 50px;
}
.reviews-list-wrapper .review-content-wrapper .review-content-body {
  padding: 15px 0px 0px;
}
.reviews-list-wrapper .review-content-wrapper .review-content-body ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.reviews-list-wrapper .review-content-wrapper .review-content-body ul li {
  margin-bottom: 10px;
}
.reviews-list-wrapper .review-content-wrapper .review-content-body ul li:last-child {
  margin-bottom: 0px;
}
.reviews-list-wrapper .review-content-wrapper .review-content-body ul li .user-details {
  display: flex;
  gap: 10px;
  align-items: center;
}
.reviews-list-wrapper .review-content-wrapper .review-content-body ul li .user-details img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.reviews-list-wrapper .review-content-wrapper .review-content-body ul li .user-details h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #000000;
  line-height: 1;
}
.reviews-list-wrapper .review-content-wrapper .review-content-body ul li .user-details p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #bcbcbc;
  line-height: 1;
}
.reviews-list-wrapper .review-content-wrapper .review-content-body ul li .user-review-star-rating {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
}
.reviews-list-wrapper .review-content-wrapper .review-content-body ul li .user-review-star-rating .star-list {
  display: flex;
  gap: 2px;
  align-items: center;
}
.reviews-list-wrapper .review-content-wrapper .review-content-body ul li .user-review-star-rating p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #000000;
  line-height: 1;
}
.reviews-list-wrapper .review-content-wrapper .review-content-body ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin: 0px;
}
.reviews-list-wrapper .review-content-wrapper .review-content-body ul li .user-review-content {
  padding-top: 10px;
}
.reviews-list-wrapper .review-content-wrapper .review-content-body ul li .user-review-content p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin: 0px;
}
.reviews-list-wrapper .review-rate {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviews-list-wrapper .review-rate h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000000;
  line-height: 1;
}
.reviews-list-wrapper .overall-rating-wrapper h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin: 0px 0px 8px;
}
.reviews-list-wrapper .overall-rating-wrapper p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin: 0px;
  line-height: 1.3;
}
.reviews-list-wrapper .overall-rating-wrapper .progress {
  width: 100%;
  height: 4px;
}
.reviews-list-wrapper .overall-rating-wrapper .progress .progress-bar {
  background-color: #222222;
}
.reviews-list-wrapper .ratings-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.reviews-list-wrapper .ratings-list ul li {
  display: flex;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.reviews-list-wrapper .ratings-list ul li:last-child {
  border: none;
  margin-bottom: none;
}
.reviews-list-wrapper .ratings-list ul li h6 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0px;
  line-height: 1.2;
  flex-grow: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.reviews-list-wrapper .ratings-list ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0px;
  line-height: 1.2;
}

.rtl .package-sec .description-sec p {
  text-align: right !important;
}
.rtl .ads .a-txt::after {
  left: 0;
  right: inherit;
}
.rtl .select2-dropdown .select2-results__options li.select2-results__option {
  text-align: right;
}
.rtl .header-right .dropdown .dropdown-menu .dropdown-item {
  text-align: right;
}

.co-hosts-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.co-hosts-wrapper p {
  margin-bottom: 0px;
}
.co-hosts-wrapper ul {
  flex-grow: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.co-hosts-wrapper ul li {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
}
.co-hosts-wrapper ul li img {
  width: 45px;
  height: 45px;
}

.intro-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  /* Approximate height for 2 lines */
}

.show-more-btn {
  position: absolute;
  bottom: 0;
  left: 10px;
}

.guest-requirements-list li {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 15px;
}

.list-slider-wrapper .list-slider-action-btns {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  gap: 5px;
  margin-bottom: 10px;
}
.list-slider-wrapper .list-slider-action-btns .btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #191a19;
  color: #191a19;
}
.list-slider-wrapper .list-slider-action-btns .btn:disabled {
  border-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}
.list-slider-wrapper .list-container-wrapper {
  overflow: hidden;
}
.list-slider-wrapper .list-container-wrapper.review-list-container-wrapper ul li {
  width: 366px;
  padding: 15px;
  border-radius: 16px;
  border: 1px solid #191a19;
}
@media screen and (max-width: 576px) {
  .list-slider-wrapper .list-container-wrapper.review-list-container-wrapper ul li {
    width: 310px;
  }
}
.list-slider-wrapper .list-container-wrapper.review-list-container-wrapper ul li p {
  font-size: 16px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* Limit to 5 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.4;
  /* Adjust line height if necessary */
  height: 7em;
  /* height = line-height * number of lines */
}
.list-slider-wrapper .list-container-wrapper.review-list-container-wrapper ul li img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.list-slider-wrapper .list-container-wrapper.review-list-container-wrapper ul li h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000000;
}
.list-slider-wrapper .list-container-wrapper.review-list-container-wrapper ul li h6 {
  font-size: 15px;
  color: gray;
  font-weight: 400;
  margin-bottom: 0;
}
.list-slider-wrapper .list-container-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
}

.become-host-wrapper .radio-img {
  max-width: 100%;
}
.become-host-wrapper .radio-img .exp-type-wrapper {
  display: flex;
  gap: 15px;
}
.become-host-wrapper .radio-img .exp-type-wrapper h3 {
  font-size: 20px;
  font-weight: bold;
}
.become-host-wrapper .radio-img .exp-type-wrapper img {
  width: 180px;
  height: 180px;
}
.become-host-wrapper .radio-img .exp-type-wrapper ul {
  list-style: disc;
  margin-left: 20px;
}
.become-host-wrapper .radio-img .exp-type-wrapper ul li {
  padding: 5px 0px;
  font-size: 14px;
  font-weight: 400;
}

.promocode-modal-wrapper .modal-content .modal-header {
  border: 0;
  padding-bottom: 0;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper {
  margin-top: 3rem;
  border-top: 1px solid #ccc;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper input[type=radio] {
  display: none;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper input[type=radio] + label {
  height: 100%;
  width: 100%;
  padding: 0 !important;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper input[type=radio] + label .promocode-card {
  border: 1px solid #ccc;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper input[type=radio] + label .promocode-card .promocode-discount {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #84641a;
  padding: 5px;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper input[type=radio] + label .promocode-card .promocode-discount h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper input[type=radio] + label .promocode-card h5 {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin-bottom: 5px;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper input[type=radio] + label .promocode-card h6 {
  font-size: 16px;
  color: #222;
  font-weight: 400;
  margin-bottom: 0px;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper input[type=radio] + label .promocode-card p {
  font-size: 12px;
  color: #222;
  font-weight: 400;
  margin-bottom: 0;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper input[type=radio]:not(:checked) + label:after {
  display: none;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper input[type=radio]:not(:checked) + label::before {
  display: none;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper input[type=radio]:checked + label:after {
  display: none;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper input[type=radio]:checked + label::before {
  display: none;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper input[type=radio]:checked + label .promocode-card {
  box-shadow: 1px 11px 20px 0px rgba(132, 100, 26, 0.12);
  border-color: #84641a;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper .promocode-gift-card-wrapper {
  margin-bottom: 0;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper .promocode-gift-card-wrapper input[type=checkbox] {
  display: none;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper .promocode-gift-card-wrapper input[type=checkbox] + label {
  height: 100%;
  width: 100%;
  padding: 0 !important;
  position: relative;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper .promocode-gift-card-wrapper input[type=checkbox] + label .promocode-card {
  border: 1px solid #ccc;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  padding: 20px 20px 20px 50px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper .promocode-gift-card-wrapper input[type=checkbox] + label .promocode-card .promocode-discount {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #84641a;
  padding: 5px;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper .promocode-gift-card-wrapper input[type=checkbox] + label .promocode-card .promocode-discount h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper .promocode-gift-card-wrapper input[type=checkbox] + label .promocode-card h5 {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin-bottom: 5px;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper .promocode-gift-card-wrapper input[type=checkbox] + label .promocode-card h6 {
  font-size: 16px;
  color: #222;
  font-weight: 400;
  margin-bottom: 0px;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper .promocode-gift-card-wrapper input[type=checkbox] + label .promocode-card p {
  font-size: 12px;
  color: #222;
  font-weight: 400;
  margin-bottom: 0;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper .promocode-gift-card-wrapper input[type=checkbox]:not(:checked) + label:after {
  display: none;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper .promocode-gift-card-wrapper input[type=checkbox]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #b0b0b0;
  box-sizing: border-box;
  border-radius: 4px;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper .promocode-gift-card-wrapper input[type=checkbox]:checked + label:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  width: 20px;
  height: 20px;
  background-color: #927121 !important;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 20px;
  border: none;
  border-radius: 4px;
  transition: all 0.2s ease;
  background-image: none !important;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper .promocode-gift-card-wrapper input[type=checkbox]:checked + label::before {
  display: none;
}
.promocode-modal-wrapper .modal-content .promocode-list-wrapper .promocode-gift-card-wrapper input[type=checkbox]:checked + label .promocode-card {
  box-shadow: 1px 11px 20px 0px rgba(132, 100, 26, 0.12);
  border-color: #84641a;
}

/*------------------- Rating ---------------------*/
.rating .rating-stars ul {
  list-style-type: none;
  padding: 0;
}
.rating .rating-stars ul > li.star {
  display: inline-block;
}
.rating .rating-stars ul > li.star > i.fa {
  font-size: 28px;
  color: #000;
  /* Uncomment for alternative color */
}
.rating .rating-stars ul > li.star.hover > i.fa {
  color: #ffcc36;
}
.rating .rating-stars ul > li.star.selected > i.fa {
  color: #ff912c;
}

.read-only {
  pointer-events: none;
  opacity: 0.6;
}

/*------------------- End of Rating ---------------------*/
.open-hours-modal-wrapper .btn-close-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  box-shadow: 2px -1px 10px 1px rgba(0, 0, 0, 0.1);
}
.open-hours-modal-wrapper .modal-header {
  border: none;
}
.open-hours-modal-wrapper .modal-body .floating-dropdown-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.open-hours-modal-wrapper .modal-body .floating-dropdown-wrapper .form-floating .form-control {
  border-radius: 20px;
  min-width: 100px;
  padding-top: 20px;
  height: 64px;
  box-shadow: none !important;
  background-color: #fbfbfb;
}
.open-hours-modal-wrapper .modal-body .floating-dropdown-wrapper .form-floating ~ label {
  transform: scale(0.85) translateY(-0.7rem) translateX(0.15rem);
}
.open-hours-modal-wrapper .modal-body .input-wrapper {
  margin: 20px 0;
}
.open-hours-modal-wrapper .modal-body .input-wrapper .form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #dddddd;
}
.open-hours-modal-wrapper .modal-body .time-list-wrapper h4 {
  color: #000000;
  font-weight: 700;
}
.open-hours-modal-wrapper .modal-body .time-list-wrapper p {
  color: #000000;
}
.open-hours-modal-wrapper .modal-body .time-list-wrapper ul {
  list-style: 0;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.open-hours-modal-wrapper .modal-body .time-list-wrapper ul li input:checked + label {
  color: #222222;
  border-color: #000;
}
.open-hours-modal-wrapper .modal-body .time-list-wrapper ul li label {
  border-radius: 20px;
  color: #71717178;
  background-color: #ffffff;
  border: 1px solid #71717178;
  box-shadow: none !important;
  width: 100px;
  font-size: 14px;
}
.open-hours-modal-wrapper .modal-body .time-list-wrapper ul li label::before {
  display: none;
}
.open-hours-modal-wrapper .modal-body .time-list-wrapper ul li label::after {
  display: none;
}
.open-hours-modal-wrapper .modal-footer {
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.open-hours-modal-wrapper .modal-footer p {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  margin: 0;
}
.open-hours-modal-wrapper .modal-footer h5 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

.black-btn {
  background-color: #222222;
  color: #ffffff;
}
.black-btn:hover {
  background-color: #ffffff;
  color: #222222;
  border: 1px solid #222222;
  box-shadow: 0px 0px 9px #00000030;
}

.gray-top-border {
  border-top: 1px solid #7171712e;
}

.border-right-active {
  border-right: 1px solid #7171712e;
}

.opacity-100 {
  opacity: 1 !important;
}

.sort-by-list-wrapper ul {
  padding-left: 1.3rem;
}
.sort-by-list-wrapper.mobile-sort-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 250px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 9999;
  padding: 20px;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.sort-by-list-wrapper.mobile-sort-wrapper ul {
  flex-grow: 1;
  overflow: hidden;
  overflow-y: auto;
}
.sort-by-list-wrapper.mobile-sort-wrapper.active {
  transform: translateX(0);
}

.black-drop {
  background-color: #000000e0;
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: none;
}
.black-drop.active {
  display: block;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.image-gallery-wrapper > div a {
  height: 100%;
}
.image-gallery-wrapper > div:first-child a {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .image-gallery-wrapper > div:first-child a {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .image-gallery-wrapper > div:nth-child(2) a:last-child {
    border-bottom-left-radius: 1rem;
  }
}
.image-gallery-wrapper > div:last-child a:first-child {
  border-top-right-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .image-gallery-wrapper > div:last-child a:first-child {
    border-top-right-radius: 0;
  }
}
.image-gallery-wrapper > div:last-child a:last-child {
  border-bottom-right-radius: 1rem;
}

.slider-container {
  overflow: hidden;
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}
.slider-container .slider-track {
  display: flex;
  transition: transform 0.3s ease;
  scroll-behavior: smooth;
  overflow-x: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  user-select: none;
  /* Standard */
  -webkit-user-select: none;
  /* Chrome, Safari */
  -ms-user-select: none;
  /* IE/Edge */
  -moz-user-select: none;
  /* Chrome, Safari, Opera */
  scrollbar-width: none;
  /* Firefox */
}
.slider-container .slider-track::-webkit-scrollbar {
  display: none;
}
.slider-container .slider-track .slider-item {
  flex-shrink: 0;
}

.other-experiences-wrapper .slider-container .slider-track {
  gap: 25px;
}
.other-experiences-wrapper .slider-container .slider-track .slider-item {
  width: 250px;
}
.other-experiences-wrapper .slider-container .slider-track .slider-item img {
  border-radius: 1rem;
  margin-bottom: 0.5rem;
  pointer-events: none;
}

.reviews-comments-wrapper .slider-container .slider-track {
  gap: 25px;
  padding: 5px;
}
.reviews-comments-wrapper .slider-container .slider-track .slider-item {
  width: 500px;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0px 0px 9px #00000030;
  background-color: #fbfbfb;
}
.reviews-comments-wrapper .slider-container .slider-track .slider-item img {
  pointer-events: none;
}

.result-view-control-btns .btn {
  border: 1px solid #896b24;
  color: #896b24;
}
.result-view-control-btns .btn.active, .result-view-control-btns .btn:hover {
  background-color: #896b24;
  color: #ffffff;
}

.attraction-place-list-wrapper li {
  border-bottom: 1px solid #7171712e;
  padding: 1rem;
}
.attraction-place-list-wrapper li:last-child {
  border: none;
  margin-bottom: 0;
}

.tick-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: relative;
}
.tick-icon-wrapper .fa-certificate {
  font-size: 20px;
}
.tick-icon-wrapper .fa-check {
  color: #ffffff;
  position: absolute;
  font-size: 10px;
}

.open-hours-modal-attraction-wrapper .modal-dialog .modal-content {
  border-radius: 24px;
}
.open-hours-modal-attraction-wrapper .modal-dialog .modal-content .modal-header {
  padding: 35px 35px 10px;
}
.open-hours-modal-attraction-wrapper .modal-dialog .modal-content .modal-body {
  padding: 0 35px 35px;
}

.text-gray-color {
  color: #a7acb1 !important;
}

.floating-dropdown-wrapper {
  flex-wrap: wrap;
}
.floating-dropdown-wrapper .form-floating .form-select {
  border-radius: 16px !important;
  background-color: #fbfbfb;
  border: 1px solid #dddddd;
  padding-top: 16px !important;
  min-width: 180px !important;
}

.date-list-wrapper .date-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.date-list-wrapper .date-list .date-list-item h6 {
  color: #a7acb1;
}
.date-list-wrapper .date-modal-btn {
  border-radius: 20px;
  color: #71717178;
  background-color: #ffffff;
  border: 1px solid #71717178;
  box-shadow: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  margin: 10px auto;
}
.date-list-wrapper .date-modal-btn:hover {
  color: #222222;
  border-color: #000;
}
