h1 {
  font-size: 30px;
  line-height: 40px;
}

h2 {
  font-size: 28px;
  line-height: 38px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

.header-menu > ul > li > a, .steps .singleStep, .sectionHeader p {
  font-size: 16px;
  line-height: 26px;
}

.messageFrame .messageFrameRight .bookingSummery p, .propertyForm ul li, .header-menu > ul > li.has-sub > .submenu > li.has-sub .submenu li a, .header-menu > ul > li.has-sub > .submenu > li > a, .inputGroup label, .inputGroup input, a, body {
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 991px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (min-width: 1024px) {
  .messageFrame .messageFrameRight .bookingSummery p, .propertyForm ul li, .header-menu > ul > li.has-sub > .submenu > li.has-sub .submenu li a, .header-menu > ul > li.has-sub > .submenu > li > a, .inputGroup label, .inputGroup input, a, body {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1366px) {
  .messageFrame .messageFrameRight .bookingSummery p, .propertyForm ul li, .header-menu > ul > li.has-sub > .submenu > li.has-sub .submenu li a, .header-menu > ul > li.has-sub > .submenu > li > a, .inputGroup label, .inputGroup input, a, body {
    font-size: 16px;
    line-height: 26px;
  }
  .header-menu > ul > li > a, .steps .singleStep, .sectionHeader p {
    font-size: 18px;
    line-height: 26px;
  }
}
/****************************************************************************
  Body
 ***************************************************************************/
body {
  font-family: "Montserrat", "Arial", sans-serif;
  color: #4d4d4f;
  scroll-behavior: smooth;
  overflow-x: hidden;
  /* width */
  /* Track */
  /* Handle */
}
body::-webkit-scrollbar {
  width: 7px;
}
body::-webkit-scrollbar-track {
  background: #e6e2df;
}
body::-webkit-scrollbar-thumb {
  background: #20535a;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

html {
  overflow-x: hidden;
}

h1 {
  margin: 0 0 20px 0;
  word-wrap: break-word;
  font-weight: normal;
}

h2 {
  margin: 0 0 20px 0;
  font-weight: 500;
  letter-spacing: 1px;
  word-wrap: break-word;
}

h3 {
  margin: 0 0 15px 0;
  font-weight: 500;
  color: #20535a;
  font-family: "Baskervville", serif;
  word-wrap: break-word;
}
@media (min-width: 1024px) {
  h3 {
    margin-bottom: 25px;
  }
}

h4 {
  margin-bottom: 15px;
  word-wrap: break-word;
}

img {
  max-width: 100%;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #20535a;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  text-underline-offset: 3px;
}
a:hover {
  color: #20535a;
  text-decoration: none;
}

.bootstrap-datetimepicker-widget .btn {
  border-radius: 0 !important;
  border: none !important;
}
.bootstrap-datetimepicker-widget .up-arrow {
  background: url("../images/arrow-up.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  background-color: transparent;
  border: solid 1px #20535a;
  border-radius: 0;
  width: 30px;
  height: 30px;
}
.bootstrap-datetimepicker-widget .up-arrow:hover {
  background: url("../images/arrow-up.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  background-color: transparent;
}
.bootstrap-datetimepicker-widget .down-arrow {
  width: 30px;
  height: 30px;
  background: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  background-color: transparent;
  border: solid 1px #20535a;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget .down-arrow:hover {
  background: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  background-color: transparent;
}
.bootstrap-datetimepicker-widget button[data-action] {
  border-radius: 0 !important;
  border: solid 1px #20535a !important;
  background: #20535a !important;
  font-weight: 600;
}
.bootstrap-datetimepicker-widget button[data-action]:hover {
  background: transparent !important;
  color: #20535a !important;
}

p {
  margin: 0 0 15px 0;
}

.main {
  padding: 40px 0 0;
  position: relative;
  margin-top: 83px;
  margin-bottom: 115px;
}
@media (min-width: 1200px) {
  .main {
    margin-top: 96px;
  }
}
@media (min-width: 1400px) {
  .main {
    margin-top: 103px;
  }
}

.container {
  max-width: 1670px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .container {
    padding: 0 15px;
  }
}

hr {
  background-color: #8b9297;
  opacity: 0.25;
}
@media (min-width: 1024px) {
  hr {
    margin: 25px 0;
  }
}

/***Buttons Style****/
.allBtn {
  text-align: center;
  padding: 14px 20px 11px;
  display: inline-block;
  background-color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  min-height: 50px;
  border-radius: 0;
  cursor: pointer;
  border: solid 1px #20535a;
  font-family: "Montserrat", "Arial", sans-serif;
  transition: all 0.2s ease 0s;
  color: #20535a;
  min-width: 120px;
}
.allBtn + .allBtn {
  margin-top: 15px;
}
.allBtn.initApproveBtn {
  background-color: #C3EBFC;
  border-color: #C3EBFC;
}
.allBtn.initApproveBtn:hover {
  background-color: #ffffff;
  color: #20535a;
}
.allBtn.fullApproveBtn {
  background-color: #4794AC;
  border-color: #4794AC;
}
.allBtn.fullApproveBtn:hover {
  background-color: #ffffff;
  color: #4794AC;
}
.allBtn.incompleteBtn {
  background-color: #f1cdc8;
  border-color: #f1cdc8;
}
.allBtn.incompleteBtn:hover {
  background-color: #ffffff;
  color: #f1cdc8;
}
.allBtn.declineBtn {
  background-color: #F8BBF4;
  border-color: #F8BBF4;
}
.allBtn.declineBtn:hover {
  background-color: #ffffff;
  color: #F8BBF4;
}
.allBtn.inactiveBtn {
  background-color: #8b9297;
  border-color: #8b9297;
  color: #ffffff;
}
.allBtn.inactiveBtn:hover {
  background-color: #ffffff;
  color: #8b9297;
}
.allBtn.activeBtn {
  background-color: #cbefc2;
  border-color: #cbefc2;
}
.allBtn.activeBtn:hover {
  background-color: #ffffff;
  color: #20535a;
}
@media (min-width: 991px) {
  .allBtn {
    min-height: 55px;
    min-width: 200px;
    font-size: 13px;
  }
}
.allBtn:hover {
  background-color: #20535a;
  color: #ffffff;
}
.allBtn.dark {
  background-color: #20535a;
  color: #ffffff;
  border: solid 1px #20535a;
}
.allBtn.dark:hover {
  background-color: #ffffff;
  color: #20535a;
}
.allBtn.redBtn {
  background-color: #BE1600;
  border-color: #BE1600;
  color: #ffffff;
}
.allBtn.redBtn:hover {
  background-color: #ffffff;
  color: #BE1600;
}
.allBtn.border {
  border: 1px solid;
}
.allBtn.btnIcon.userBtn svg {
  width: 14px;
}
.allBtn.btnIcon svg,
.allBtn.btnIcon img {
  margin-right: 8px;
}
.allBtn.btnIcon:hover svg {
  fill: #20535a;
}
.allBtn.btnIcon:hover svg g,
.allBtn.btnIcon:hover svg path {
  stroke: #20535a;
}
.allBtn.btnIcon.backBtn svg {
  width: 10px;
  height: 12px;
  margin-top: -2px;
  margin-right: 5px;
}

.customFormWrap {
  margin-bottom: 15px;
}
.customFormWrap .form-control {
  border-radius: 6px;
}
.customFormWrap .form-select {
  border-radius: 6px;
}

.inputGroup {
  position: relative;
  text-align: left;
  margin-bottom: 15px;
}

.image-item .form-select {
  position: relative;
  z-index: 1;
}

.form-select {
  border-radius: 0;
  border: solid 1px #20535a !important;
  outline: none !important;
  box-shadow: none !important;
}
.form-select.is-invalid {
  border: solid 1px #BE1600 !important;
}
.form-select.large-select {
  padding: 20px;
}

/**** Switch Design*****/
.switchOuter {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.tableSwitch .switch .slider {
  background-color: #BE1600;
}
.tableSwitch input:checked + .slider {
  background-color: #20535a;
}
.tableSwitch input:focus + .slider {
  box-shadow: 0 0 1px #20535a;
}

.payoutswitch .switch .slider {
  background-color: #20535a;
}
.payoutswitch .switch input:checked + .slider {
  background-color: #BE1600;
}
.payoutswitch .switch input:focus + .slider {
  box-shadow: 0 0 1px #BE1600;
}

.status-payout {
  text-align: right;
  display: block;
  padding-right: 30px;
  font-size: 16px;
  display: block;
  text-align: left;
  margin-right: 15px;
  min-width: 300px;
}
.status-payout.green {
  color: #20535a;
}
.status-payout.red {
  color: #BE1600;
}

.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8b9297;
  border-radius: 34px;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 8px;
  bottom: 4px;
  background-color: #ffffff;
  transition: 0.4s;
  border-radius: 50%;
}
.switch input:checked + .slider {
  background-color: #20535a;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #20535a;
}
.switch input:checked + .slider:before {
  transform: translateX(26px);
  left: 12px;
}

.inputGroup input {
  padding: 5px 20px;
  border: 1px solid #4d4d4f !important;
  color: #4d4d4f;
  outline: none;
  width: 100%;
  font-family: inherit;
  border-radius: 0;
}
@media (min-width: 767px) {
  .inputGroup input {
    padding: 6px 20px;
  }
}
.inputGroup label {
  margin-bottom: 5px;
}

.inputGroup input:placeholder {
  opacity: 0.5;
}

.sectionHeader {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.sectionHeader h1 {
  margin-bottom: 10px;
}
.pageHeader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.pageHeader h3 {
  margin-bottom: 10px;
}
.pageHeader .pageHeaderLeft ul {
  margin-bottom: 20px;
}
.pageHeader .pageHeaderRight.btnRowGroup .allBtn {
  min-width: 250px;
}
.pageHeader .pageHeaderBtns {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.pageHeader .pageHeaderBtns .allBtn + .allBtn {
  margin-top: 0;
}

/***Table Common CSS******/
.tbleShortBlock {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
}
@media (min-width: 1200px) {
  .tbleShortBlock {
    display: none;
  }
}

.defaultTable {
  margin: 30px 0;
  text-align: center;
  position: relative;
  /* Track */
  /* Handle */
}
.defaultTable.admin-booking-detail > .table.table-striped tbody tr td:first-of-type {
  text-align: left;
}
.defaultTable.fixHeightTable {
  height: 220px;
  overflow-y: auto;
}
.defaultTable.tbl-horizontal {
  text-align: left;
}
.defaultTable::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.defaultTable::-webkit-scrollbar-track {
  background: #e6e2df;
}
.defaultTable::-webkit-scrollbar-thumb {
  background: #20535a;
}
.defaultTable.userServiceTable > .table.table-striped thead tr.firstHead th {
  padding: 10px 0;
}
.defaultTable.userServiceTable > .table.table-striped thead tr.firstHead th:nth-last-of-type(3) {
  background-color: transparent;
}
.defaultTable.userServiceTable > .table.table-striped thead tr.firstHead th:nth-last-of-type(1), .defaultTable.userServiceTable > .table.table-striped thead tr.firstHead th:nth-last-of-type(2), .defaultTable.userServiceTable > .table.table-striped thead tr.firstHead th:nth-last-of-type(4), .defaultTable.userServiceTable > .table.table-striped thead tr.firstHead th:nth-last-of-type(3) {
  background-color: #20535a;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.defaultTable.userHostTable > .table.table-striped thead tr.firstHead th {
  padding: 10px 0;
}
.defaultTable.userHostTable > .table.table-striped thead tr.firstHead th:nth-last-of-type(3) {
  background-color: transparent;
}
.defaultTable.userHostTable > .table.table-striped thead tr.firstHead th:nth-last-of-type(1), .defaultTable.userHostTable > .table.table-striped thead tr.firstHead th:nth-last-of-type(2), .defaultTable.userHostTable > .table.table-striped thead tr.firstHead th:nth-last-of-type(4), .defaultTable.userHostTable > .table.table-striped thead tr.firstHead th:nth-last-of-type(5), .defaultTable.userHostTable > .table.table-striped thead tr.firstHead th:nth-last-of-type(6), .defaultTable.userHostTable > .table.table-striped thead tr.firstHead th:nth-last-of-type(7), .defaultTable.userHostTable > .table.table-striped thead tr.firstHead th:nth-last-of-type(8) {
  background-color: #20535a;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.defaultTable > .table.table-striped thead tr {
  background-color: #20535a;
  color: #ffffff;
}
.defaultTable > .table.table-striped thead tr.firstHead {
  background-color: transparent;
}
.defaultTable > .table.table-striped thead tr.firstHead th {
  padding: 10px 20px 0;
}
.defaultTable > .table.table-striped thead tr.firstHead th:nth-last-of-type(2), .defaultTable > .table.table-striped thead tr.firstHead th:nth-last-of-type(3) {
  background-color: #20535a;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.defaultTable > .table.table-striped thead tr th {
  padding: 15px 10px;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  color: #ffffff;
  position: relative;
}
.defaultTable > .table.table-striped thead tr th a.sorting {
  color: #ffffff;
  text-decoration: none;
  padding-right: 10px;
  word-wrap: break-word;
  display: inline-block;
  font-weight: 600;
}
.defaultTable > .table.table-striped thead tr th a.sorting:before, .defaultTable > .table.table-striped thead tr th a.sorting:after {
  content: "";
  border: solid #8b9297;
  width: 0;
  height: 0;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
}
.defaultTable > .table.table-striped thead tr th a.sorting:before {
  top: 40%;
  right: -4px;
  transform: rotate(-140deg) translateY(-50%);
}
.defaultTable > .table.table-striped thead tr th a.sorting:after {
  top: 63%;
  transform: rotate(45deg) translateY(-50%);
}
.defaultTable > .table.table-striped thead tr th a.sorting.sorting_asc:before {
  border-color: #ffffff;
}
.defaultTable > .table.table-striped thead tr th a.sorting.sorting_dsc:after {
  border-color: #ffffff;
}
.defaultTable > .table.table-striped thead tr th a.sorting:last-of-type:before {
  right: 8px;
}
.defaultTable > .table.table-striped thead tr th a.sorting:last-of-type:after {
  right: 12px;
}
@media (min-width: 1400px) {
  .defaultTable > .table.table-striped thead tr th:first-of-type {
    padding-left: 20px;
  }
  .defaultTable > .table.table-striped thead tr th:last-of-type {
    padding-right: 25px;
  }
  .defaultTable > .table.table-striped thead tr th:last-of-type:before {
    right: 8px;
  }
  .defaultTable > .table.table-striped thead tr th:last-of-type:after {
    right: 13px;
  }
  .defaultTable > .table.table-striped thead tr th.sorting::before, .defaultTable > .table.table-striped thead tr th.sorting:after {
    padding: 3px;
  }
  .defaultTable > .table.table-striped thead tr th.sorting:before {
    right: -5px;
  }
}
.defaultTable > .table.table-striped tbody tr {
  background-color: #e6e2df;
}
.defaultTable > .table.table-striped tbody tr.scheduleBg, .defaultTable > .table.table-striped tbody tr.purple-bg {
  background-color: #e1d2f1 !important;
}
.defaultTable > .table.table-striped tbody tr.paidBg, .defaultTable > .table.table-striped tbody tr.green-bg {
  background-color: #cbefc2 !important;
}
.defaultTable > .table.table-striped tbody tr.authBg, .defaultTable > .table.table-striped tbody tr.red-bg {
  background-color: #f1cdc8 !important;
}
.defaultTable > .table.table-striped tbody tr.blue-bg {
  background-color: #C3EBFC !important;
}
.defaultTable > .table.table-striped tbody tr.cream-bg {
  background-color: #e6e2df !important;
}
.defaultTable > .table.table-striped tbody tr:nth-child(even) {
  background-color: #F2F0EE;
}
.defaultTable > .table.table-striped tbody tr td {
  padding: 15px 10px;
  background-color: transparent;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .defaultTable > .table.table-striped tbody tr td:first-of-type {
    padding-left: 20px;
  }
  .defaultTable > .table.table-striped tbody tr td:last-of-type {
    padding-right: 20px;
  }
}
.defaultTable > .table.table-striped tbody tr td[data-title="Property Name"] {
  max-width: 180px;
}
@media (max-width: 767px) {
  .defaultTable.tbl-sm-vertical > .table thead tr {
    display: none;
  }
  .defaultTable.tbl-sm-vertical > .table thead tr.firstHead {
    display: flex;
    justify-content: flex-end;
  }
  .defaultTable.tbl-sm-vertical > .table thead tr.firstHead th {
    padding: 10px 20px;
  }
  .defaultTable.tbl-sm-vertical > .table tbody tr {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 10px 0;
  }
  .defaultTable.tbl-sm-vertical > .table tbody tr td {
    width: 48%;
    position: relative;
    display: block;
    text-align: right;
    box-shadow: none;
    padding: 7px 15px;
  }
  .defaultTable.tbl-sm-vertical > .table tbody tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    margin-right: 10px;
    width: 50%;
    text-align: left;
  }
}
@media (max-width: 567px) {
  .defaultTable.tbl-sm-vertical > .table tbody tr td {
    width: 100%;
  }
}
.defaultTable.enquiriesTbl > .table.table-striped thead tr th a.sorting {
  position: relative;
}
.defaultTable.enquiriesTbl > .table.table-striped thead tr th a.sorting:before {
  right: -11px;
  margin-top: -4px;
}
.defaultTable.enquiriesTbl > .table.table-striped thead tr th a.sorting:after {
  right: -7px;
}
@media (min-width: 1400px) {
  .defaultTable.userHostTable > .table thead tr th, .defaultTable.userServiceTable > .table thead tr th {
    font-size: 14px;
  }
  .defaultTable.userHostTable > .table thead tr th a, .defaultTable.userServiceTable > .table thead tr th a {
    font-size: 14px;
  }
  .defaultTable.userHostTable > .table tbody tr td, .defaultTable.userServiceTable > .table tbody tr td {
    font-size: 14px;
  }
  .defaultTable.userHostTable > .table tbody tr td a, .defaultTable.userServiceTable > .table tbody tr td a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .defaultTable.tbl-vertical > .table thead tr {
    display: none;
  }
  .defaultTable.tbl-vertical > .table thead tr.firstHead {
    display: flex;
    justify-content: flex-end;
  }
  .defaultTable.tbl-vertical > .table thead tr.firstHead th {
    padding: 10px 20px;
  }
  .defaultTable.tbl-vertical > .table tbody tr {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 10px 0;
  }
  .defaultTable.tbl-vertical > .table tbody tr td {
    width: 48% !important;
    max-width: 100% !important;
    position: relative;
    display: block;
    text-align: right;
    box-shadow: none;
    padding: 7px 15px;
  }
  .defaultTable.tbl-vertical > .table tbody tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    margin-right: 10px;
    width: 50%;
    text-align: left;
  }
}
@media (max-width: 567px) {
  .defaultTable.tbl-vertical > .table tbody tr td {
    width: 100% !important;
  }
}

@media (max-width: 1400px) {
  .tabsRight .defaultTable.tbl-vertical > .table thead tr {
    display: none;
  }
  .tabsRight .defaultTable.tbl-vertical > .table tbody tr {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 10px 0;
  }
  .tabsRight .defaultTable.tbl-vertical > .table tbody tr td {
    width: 48% !important;
    position: relative;
    display: block;
    text-align: right;
    box-shadow: none;
    padding: 7px 15px;
    max-width: 100% !important;
  }
  .tabsRight .defaultTable.tbl-vertical > .table tbody tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    margin-right: 10px;
    width: 50%;
    text-align: left;
  }
}
@media (max-width: 567px) {
  .tabsRight .defaultTable.tbl-vertical > .table tbody tr td {
    width: 100% !important;
  }
}

.slick-arrow {
  position: absolute;
  border: solid 1px #20535a;
  background-color: #ffffff;
  font-size: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.slick-arrow:before {
  content: "";
  display: block;
  border: solid #20535a;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.slick-arrow.slick-prev {
  left: 10px;
  padding-left: 9px;
}
.slick-arrow.slick-prev:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.slick-arrow.slick-next {
  right: 10px;
  padding-right: 9px;
}
.slick-arrow.slick-next:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: flex;
  gap: 5px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li button {
  font-size: 0;
  background-color: #20535a;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  padding: 0;
}
.slick-dots li.slick-active button {
  background-color: #ffffff;
}
.slick-dots li:last-child button {
  width: 7px;
  height: 7px;
}

.paginationBottom {
  display: flex;
  justify-content: flex-end;
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination li a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 12px;
  font-family: "Montserrat", "Arial", sans-serif;
}
@media (min-width: 767px) {
  .pagination li a {
    padding: 10px 15px;
  }
}
.pagination li a.activePage {
  background-color: #20535a;
  color: #ffffff;
  position: relative;
  padding: 5px 17px;
}
.pagination li a.activePage:hover {
  text-decoration: none;
}
@media (min-width: 767px) {
  .pagination li a.activePage {
    padding: 10px 20px;
  }
}
.pagination li a.activePage::after {
  content: "";
  width: 42%;
  height: 42%;
  position: absolute;
  top: -1px;
  right: -1px;
  background: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 0 0);
}
.pagination li.prevIcon, .pagination li.nextIcon {
  width: 30px;
  display: flex;
  justify-content: center;
}
.pagination li.prevIcon a, .pagination li.nextIcon a {
  border: solid #20535a;
  width: 0;
  height: 0;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: all 0.3s ease 0s;
}
.pagination li.prevIcon {
  margin-right: 15px;
}
.pagination li.prevIcon > a {
  transform: rotate(135deg) translateY(-50%);
}
.pagination li.nextIcon {
  margin-left: 15px;
  position: relative;
  top: 4px;
}
.pagination li.nextIcon > a {
  transform: rotate(-48deg) translateY(-50%);
}
.pagination li:hover a {
  text-decoration: underline;
}

.tblselectGroup {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tblselectGroup .form-select {
  width: auto;
}
@media (min-width: 1024px) {
  .tblselectGroup .form-select {
    min-width: 180px;
  }
}

.borderedBox {
  padding: 12px 20px;
  border: solid 1px #20535a;
  display: block;
  margin-bottom: 20px;
}

.lightBg {
  background-color: #F2F0EE !important;
}

.customModal .logoutOuter {
  min-height: 200px;
}
.customModal .modalTitle {
  margin-bottom: 0;
}
.customModal .btn-close {
  background: url("../images/close.svg") no-repeat center;
  outline: none;
  background-size: 15px;
  box-shadow: none;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
}
.customModal .btn-close:hover {
  opacity: 0.6;
}
.customModal .modal-body {
  padding: 20px 30px 30px;
}
@media (min-width: 1024px) {
  .customModal .modal-body {
    padding: 20px 50px 30px;
  }
}
.customModal .modal-body .hostBlockOuter .hostImg img {
  width: 140px;
  height: 140px;
}
.customModal .modal-header {
  border-bottom: none;
  padding: 35px 30px 10px 50px;
}
.customModal .modal-footer {
  border-top: none;
  padding-bottom: 40px;
}
.customModal .modal-footer .footerBtn {
  flex-wrap: wrap;
  gap: 30px;
}
.customModal .modal-footer .allBtn {
  margin-top: 0;
  margin-left: 30px;
}

/***Form Design***/
.customBoxCheck .boxCheckLabel {
  position: relative;
  width: 100%;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  padding: 25px 40px 15px;
  border: solid 1px #20535a;
  background-color: #ffffff;
  font-weight: 700;
  color: #20535a;
  text-align: center;
}
.customBoxCheck .boxCheckLabel:after {
  content: attr(data-title);
  line-height: 16px;
  display: block;
  color: #ffffff;
  font-weight: 400;
}
.customBoxCheck input[type=checkbox] {
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0 5px 0 0;
  border: none;
  visibility: hidden;
  opacity: 0;
}
.customBoxCheck input[type=checkbox]:checked + .boxCheckLabel::after {
  color: #ffffff;
}
.customBoxCheck input[type=radio] {
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0 5px 0 0;
  border: none;
  visibility: hidden;
  opacity: 0;
}
.customBoxCheck input[type=radio]:checked + .boxCheckLabel {
  background-color: #20535a;
  color: #ffffff;
}

.customCheck {
  margin-bottom: 15px;
}
.customCheck .checkLabel {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 0 30px;
  cursor: pointer;
  display: inline-block;
}
.customCheck .checkLabel::after {
  background: url("../images/tick-mark.svg") no-repeat center;
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 24px;
  height: 31px;
  display: none;
}
.customCheck .checkLabel::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border-radius: 0;
  content: "";
  border: 1px solid #4d4d4f;
  background-color: #fff;
}
.customCheck input[type=checkbox] {
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0 5px 0 0;
  border: none;
  visibility: hidden;
  opacity: 0;
}
.customCheck input[type=checkbox]:checked + .checkLabel::after {
  display: block;
}
.customCheck input[type=radio] {
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0 5px 0 0;
  border: none;
  visibility: hidden;
  opacity: 0;
}
.customCheck input[type=radio]:checked + .checkLabel::after {
  display: block;
}

.voucher_code_box {
  max-width: 380px;
  color: #20535a;
  font-weight: 500;
}

.form-control {
  border-radius: 0;
  border: solid 1px #20535a;
}
.form-control.hour_box {
  max-width: 100px;
}

.customEditorOuter textarea.form-control {
  min-height: 600px;
  margin-bottom: 30px;
}

textarea.form-control {
  resize: none;
  min-height: 100px;
  padding-top: 14px;
  padding-left: 20px;
  border-radius: 0;
  border: solid 1px #20535a;
  /* Track */
  /* Handle */
}
textarea.form-control::-webkit-scrollbar {
  width: 7px;
}
textarea.form-control::-webkit-scrollbar-track {
  background: #e6e2df;
}
textarea.form-control::-webkit-scrollbar-thumb {
  background: #20535a;
}

.formWrap {
  margin-bottom: 15px;
  position: relative;
}

.form-label {
  font-size: 15px;
  background: #ffffff;
  position: absolute;
  left: 40px;
  top: -7px;
  line-height: 15px;
  padding: 0 5px;
}

/****Steps Design******/
.steps {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0 40px;
  position: relative;
}
.steps .singleStep {
  text-decoration: none;
  font-family: "Baskervville", serif;
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.steps .singleStep.current {
  display: flex;
}
.steps .singleStep .stepCount {
  z-index: 2;
  width: 75px;
  height: 75px;
  border: solid 2px #20535a;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-family: "Montserrat", "Arial", sans-serif;
  border-radius: 50%;
  margin-bottom: 15px;
  position: relative;
  padding-top: 7px;
  color: #ffffff;
}
.steps .singleStep .stepCount span {
  position: relative;
  z-index: 1;
}
.steps .singleStep .stepCount:before {
  content: "";
  width: 40px;
  height: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #20535a;
  -webkit-clip-path: polygon(50% 0%, 100% 42%, 100% 100%, 0 100%, 0% 42%);
          clip-path: polygon(50% 0%, 100% 42%, 100% 100%, 0 100%, 0% 42%);
  margin-top: -1px;
}
.steps .singleStep.current .stepCount, .steps .singleStep.finish .stepCount {
  background-color: #20535a;
  color: #20535a;
}
.steps .singleStep.current .stepCount:before, .steps .singleStep.finish .stepCount:before {
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .steps {
    flex-direction: row;
  }
  .steps:before {
    content: "";
    height: 2px;
    background-color: #8b9297;
    width: calc(100% - 100px);
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
  }
  .steps .singleStep {
    display: flex;
  }
  .steps .singleStep.finish:after {
    content: "";
    height: 2px;
    width: 138px;
    background-color: #20535a;
    position: absolute;
    left: 27%;
    top: 34px;
  }
  .steps .singleStep.finish:nth-child(2):after {
    left: 37%;
  }
  .steps .singleStep.finish:nth-child(5):after {
    width: 150px;
  }
}
@media (min-width: 991px) {
  .steps .singleStep.finish:after {
    width: 170px;
  }
  .steps .singleStep.finish:nth-child(4):after {
    left: 91%;
  }
  .steps .singleStep.finish:nth-child(5):after {
    width: 200px;
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .steps .singleStep.finish:after {
    width: 210px;
    left: 40%;
  }
  .steps .singleStep.finish:nth-child(2):after {
    left: 54%;
    width: 200px;
  }
  .steps .singleStep.finish:nth-child(5):after {
    left: 72%;
    width: 230px;
  }
  .steps.directorySteps .singleStep.finish:nth-child(2):after {
    left: 80%;
  }
}
@media (min-width: 1600px) {
  .steps .singleStep.finish:after {
    left: 78%;
  }
}

.cardDigit {
  padding: 10px 40px;
  background-color: #ffffff;
  font-weight: 700;
  color: #20535a;
  text-align: center;
}

.profileUploadBox {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.profileUploadBox .profilePic {
  width: 180px;
  height: 180px;
  border: solid 1px #ddd;
  border-radius: 50%;
}
.profileUploadBox .profilePic img {
  border-radius: 50%;
}
.profileUploadBox .profileuplodImg {
  width: 200px;
  text-align: center;
}
.profileUploadBox .attributeIcon {
  text-align: justify;
}

.contactLinkBox {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.contactLinkBox .contactLinkImg img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contactLinkBox .contactLinkContent {
  width: calc(100% - 35px);
}

.tblSortingMobile {
  display: flex;
  gap: 15px;
  justify-content: end;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .tblSortingMobile {
    display: none;
  }
}

.directoryListingBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.directoryListingBox .listingLeft {
  width: 100%;
}
@media (min-width: 991px) {
  .directoryListingBox .listingLeft {
    width: 65%;
  }
  .directoryListingBox .listingLeft .directoryTable {
    max-width: 100%;
  }
}
.directoryListingBox .listingRight {
  width: 100%;
}
@media (min-width: 991px) {
  .directoryListingBox .listingRight {
    width: 32%;
  }
}

.deleteListingBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
}
@media (min-width: 991px) {
  .deleteListingBox {
    max-width: 100%;
  }
}
.deleteListingBox .deleteListingBoxLeft {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .deleteListingBox .deleteListingBoxLeft {
    width: 40%;
    margin-bottom: 0;
  }
  .deleteListingBox .deleteListingBoxLeft img {
    max-width: 100%;
    max-height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.deleteListingBox .deleteListingBoxRight {
  width: 100%;
}
@media (min-width: 991px) {
  .deleteListingBox .deleteListingBoxRight {
    width: 58%;
  }
  .deleteListingBox .deleteListingBoxRight .hostBlockOuter {
    max-width: 100%;
  }
  .deleteListingBox .deleteListingBoxRight .hostBlockOuter .hostImg {
    width: 140px;
  }
  .deleteListingBox .deleteListingBoxRight .hostBlockOuter .hostContent {
    max-width: calc(100% - 180px);
  }
}

.allBtn.refundBtn {
  background-color: #cbefc2;
  color: #4d4d4f;
  border-color: #cbefc2;
}
.allBtn.refundBtn:hover {
  background-color: #ffffff;
  color: #20535a;
  border-color: #20535a;
}
.allBtn .loaderBtn img {
  filter: invert(1) brightness(2);
  width: 28px;
  height: 28px;
}
.allBtn.dark .loaderBtn img {
  filter: none !important;
}

.outerLoader {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modalRefundBoxOuter {
  width: 100%;
  padding: 30px 0 20px;
}
.modalRefundBoxOuter .modalRefundBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.modalRefundBoxOuter .modalRefundBox .transactionList {
  height: 240px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
}
.modalRefundBoxOuter .modalRefundBox .transactionList li {
  padding-right: 20px;
}
.modalRefundBoxOuter .modalRefundBox .transactionList::-webkit-scrollbar {
  width: 7px;
}
.modalRefundBoxOuter .modalRefundBox .transactionList::-webkit-scrollbar-track {
  background: #e6e2df;
}
.modalRefundBoxOuter .modalRefundBox .transactionList::-webkit-scrollbar-thumb {
  background: #20535a;
}
.modalRefundBoxOuter .modalRefundBox .refundAmount {
  text-align: center;
}
.modalRefundBoxOuter .modalRefundBox .refundAmount label {
  font-weight: 700;
}
.modalRefundBoxOuter .modalRefundBox .refundAmount .allBtn {
  min-width: 280px;
}
@media (min-width: 991px) {
  .modalRefundBoxOuter {
    max-width: 68%;
  }
  .modalRefundBoxOuter .modalRefundBox .refundAmount {
    margin-right: 25px;
  }
}

.buttonList {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.buttonList .allBtn {
  margin-top: 0 !important;
  min-width: 120px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: #20535a;
  border-color: #20535a;
}

.registrationDetailForm .customCheckInline .status-error-msg {
  bottom: 15px;
}

.logTeaser {
  width: 100%;
  justify-content: space-between;
}
.logTeaser .logTeaserCol {
  width: 100%;
}
.logTeaser .logTeaserCol .form-control {
  min-height: 112px;
}
@media (min-width: 991px) {
  .logTeaser .logTeaserCol {
    width: 48%;
  }
}

.customIconUpload {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  margin: 10px 5px;
}

.customIconUpload .listIcon {
  margin: 0;
}

.customIconUpload > input[type=file] {
  display: none;
}

.customIconUpload > label {
  width: 100%;
  cursor: pointer;
}

.customIconUpload > label .link {
  text-underline-offset: 5px;
  text-decoration: underline;
  color: #20535a;
  text-align: center;
}

.customIconUpload > label .link:hover {
  text-decoration: none;
}

.customIconMain {
  display: flex;
  align-items: self-start;
  padding: 10px 10px;
  flex-wrap: wrap;
}
.customIconMain .settingError {
  width: 100%;
}

.customIconUpload.customIconPreview img {
  width: 85px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}

.customIconUpload .imgBlock {
  width: 100%;
  height: 100%;
  background-color: #8b9297;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 13px;
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.customIconUpload .imgBlock img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vatInput .dateFormUntillOuter.locationEditPopup .inlineInput {
  text-align: left;
}

.modalImageOuter .modalImgLeft img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

.userBookingOuter {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.userBookingOuter img {
  margin: 0;
  width: 60px;
  height: 55px;
  padding: 4px;
  margin: 0 auto;
  display: block;
}
.userBookingOuter .lastIcon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 7px 5px;
     object-position: 7px 5px;
}

.attributeName {
  text-transform: capitalize;
  word-wrap: break-word;
}

.actionIcon {
  cursor: pointer;
}

.modal-title {
  word-wrap: break-word;
}

.modal-body h5,
.modal-body p {
  word-wrap: break-word;
}

.bookIconGroupOuter {
  display: flex;
  gap: 5px;
  margin: 0;
}
.bookIconGroupOuter > span {
  color: #333;
  padding: 0;
  border-radius: 8px;
  font-weight: bold;
  display: block;
  width: 62px;
  height: 55px;
  vertical-align: middle;
}
.bookIconGroupOuter > span img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.bookIconGroupOuter > span.requestIcon {
  background-color: #f1cdc8;
}
.bookIconGroupOuter > span.confirmIcon {
  background-color: #e1d2f1;
}
.bookIconGroupOuter > span.completedIcon {
  background-color: #cbefc2;
}
.bookIconGroupOuter > span.cancelledIcon {
  background-color: #C3EBFC;
}
.bookIconGroupOuter > span.declinedIcon {
  background-color: #e6e2df;
}

.tabsRightfluid {
  width: 100%;
  border: none;
  min-height: unset;
  padding-bottom: 0;
}
.tabsRightfluid .messageFrame {
  padding-bottom: 0;
}

.disableInput {
  pointer-events: none;
  opacity: 0.6;
}

.main-header {
  background-color: #e6e2df;
  padding-bottom: 4px;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 22;
}
.main-header .logo {
  width: 150px;
}
.main-header .logo img {
  width: 100%;
}
@media (min-width: 1200px) {
  .main-header .logo {
    width: 170px;
  }
}
@media (min-width: 1400px) {
  .main-header .logo {
    width: 200px;
  }
}

.closeBtn {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.menu-block {
  position: relative;
}
.menu-block.active .profileBox {
  display: flex;
}
.menu-block .profileBox {
  position: absolute;
  top: 55px;
  right: 0;
  background-color: #20535a;
  padding: 20px;
  width: 230px;
  display: flex;
  gap: 20px;
  z-index: 22;
  display: none;
  transition: display 0.4s ease 0s;
}
.menu-block .profileBox:after {
  right: 10px;
  content: "";
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  border-bottom: 10px solid #20535a;
}
.menu-block .profileBox .profileImg img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.menu-block .profileBox .profileContent .profileLink {
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
}
.menu-block .profileBox .profileContent .profileLink:hover {
  text-decoration: underline;
}

.menuBtn {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.homeIcon img {
  width: 40px;
}

.headerMenuOuter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-right: 40px;
  position: relative;
}
@media (min-width: 1200px) {
  .headerMenuOuter {
    padding-right: 0;
  }
}

.menuTigger {
  width: 22px;
  display: block;
  right: 0;
  top: 20px;
  position: absolute;
  cursor: pointer;
  z-index: 633;
}
.menuTigger .bar {
  display: block;
  height: 2px;
  margin: 0 auto 5px;
  width: 100%;
  background-color: #20535a;
  transition: all 0.3s ease 0s;
}
.menuTigger .bar:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .menuTigger {
    display: none;
  }
}

.menu--open .menuTigger .bar:first-child {
  transform: translateY(7px) rotate(139deg);
}
.menu--open .menuTigger .bar:last-child {
  transform: translateY(-7px) rotate(-140deg);
}
.menu--open .menuTigger .bar:nth-child(2) {
  transform: scale(0);
}
.menu--open .header-menu {
  right: 0;
}

.header-menu {
  position: fixed;
  top: 0;
  background-color: #E1E3E4;
  width: 100%;
  max-width: 320px;
  right: -350px;
  transition: right 1s ease 0s;
  z-index: 11;
  height: auto;
  height: 100%;
  overflow-y: auto;
}
.header-menu > ul > li {
  position: relative;
}
.header-menu > ul > li > a {
  border-bottom: solid 1px #4d4d4f;
  color: #4d4d4f;
  padding: 17px 10px 17px 25px;
  display: block;
  text-decoration: none;
  color: #4d4d4f;
}
.header-menu > ul > li.has-sub > .submenu {
  position: absolute;
  top: 60px;
  padding: 6px 0 15px;
  text-align: center;
  width: 100%;
  background-color: #E1E3E4;
  transition: all 0.5s ease 0s;
  display: none;
  z-index: 444;
}
.header-menu > ul > li.has-sub > .submenu > li {
  position: relative;
}
.header-menu > ul > li.has-sub > .submenu > li > a {
  padding: 10px;
  text-decoration: none;
  color: #4d4d4f;
  display: block;
}
.header-menu > ul > li.has-sub > .submenu > li .arrow {
  top: 3px;
  right: 0;
}
.header-menu > ul > li.has-sub > .submenu > li.has-sub .submenu {
  display: none;
}
@media (max-width: 991px) {
  .header-menu > ul > li.has-sub > .submenu > li.has-sub .submenu {
    padding-bottom: 40px;
  }
}
.header-menu > ul > li.has-sub > .submenu > li.has-sub .submenu li a {
  text-decoration: none;
  color: #4d4d4f;
  display: block;
}
.header-menu > ul > li.has-sub > .submenu > li.has-sub.activeMenu > a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
.header-menu > ul > li.has-sub > .submenu > li.has-sub.activeMenu .submenu {
  display: block;
}
.header-menu > ul > li.has-sub > .submenu > li.has-sub.activeMenu .arrow:after {
  transform: rotate(-140deg) translateY(-50%);
  right: 7px;
}
.header-menu > ul > li.has-sub .arrow {
  top: 11px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 333;
  transition: all 0.2s ease 0s;
}
.header-menu > ul > li.has-sub .arrow:after {
  content: "";
  border: solid #20535a;
  width: 0;
  height: 0;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s ease 0s;
}
.header-menu > ul > li.has-sub.activeMenu {
  background-color: #20535a;
}
.header-menu > ul > li.has-sub.activeMenu > a {
  color: #ffffff;
}
.header-menu > ul > li.has-sub.activeMenu > .submenu {
  display: block;
}
.header-menu > ul > li.has-sub.activeMenu > .arrow:after {
  transform: rotate(-140deg) translateY(-50%);
  border-color: #ffffff;
}
@media (min-width: 1200px) {
  .header-menu {
    display: block;
    justify-content: space-between;
    position: relative;
    right: auto !important;
    max-width: none;
    background-color: transparent;
    max-width: 1250px;
    overflow-y: unset;
  }
  .header-menu > ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header-menu > ul > li {
    padding: 25px 30px 25px 0;
  }
  .header-menu > ul > li:last-child {
    padding-right: 0;
  }
  .header-menu > ul > li > a {
    color: #20535a;
    border: none;
    padding: 0;
  }
  .header-menu > ul > li:hover > a {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
  }
  .header-menu > ul > li.has-sub .arrow {
    top: 19px;
    right: 0;
  }
  .header-menu > ul > li.has-sub > .submenu {
    width: 320px;
    padding: 20px 0;
    max-height: 600px;
    overflow-y: auto;
    /* width */
    /* Track */
    /* Handle */
  }
  .header-menu > ul > li.has-sub > .submenu::-webkit-scrollbar {
    width: 7px;
    height: 0;
  }
  .header-menu > ul > li.has-sub > .submenu::-webkit-scrollbar-track {
    background: #e6e2df;
  }
  .header-menu > ul > li.has-sub > .submenu::-webkit-scrollbar-thumb {
    background: #20535a;
  }
  .header-menu > ul > li.has-sub > .submenu > li {
    padding: 9px 20px;
    padding-right: 30px;
    text-align: left;
  }
  .header-menu > ul > li.has-sub > .submenu > li > a {
    padding: 0;
  }
  .header-menu > ul > li.has-sub > .submenu > li.has-sub .arrow {
    top: 6px;
    right: 0;
  }
  .header-menu > ul > li.has-sub > .submenu > li.has-sub .arrow:after {
    transform: rotate(-48deg) translateY(-50%);
  }
  .header-menu > ul > li.has-sub > .submenu > li.has-sub:hover .arrow::after {
    border-color: #ffffff;
  }
  .header-menu > ul > li.has-sub > .submenu > li.has-sub:hover .submenu {
    display: block;
  }
  .header-menu > ul > li.has-sub > .submenu > li.has-sub .submenu {
    position: absolute;
    width: 250px;
    right: -250px;
    top: 0;
    background: #E1E3E4;
    padding: 10px 0;
  }
  .header-menu > ul > li.has-sub > .submenu > li.has-sub .submenu > li {
    padding: 6px 20px;
  }
  .header-menu > ul > li.has-sub > .submenu > li.has-sub .submenu > li:hover {
    background-color: #20535a;
  }
  .header-menu > ul > li.has-sub > .submenu > li.has-sub .submenu > li:hover > a {
    color: #ffffff;
  }
  .header-menu > ul > li.has-sub > .submenu > li:hover {
    background-color: #20535a;
  }
  .header-menu > ul > li.has-sub > .submenu > li:hover > a {
    color: #ffffff;
  }
  .header-menu > ul > li.has-sub:hover > .submenu {
    display: block;
  }
  .header-menu > ul > li.has-sub:hover > .arrow::after {
    transform: rotate(-140deg) translateY(-50%);
  }
  .header-menu > ul > li:nth-last-of-type(2).has-sub > .submenu {
    left: -80px;
    max-height: unset;
    overflow: unset;
    max-width: 260px;
  }
  .header-menu > ul > li:nth-last-of-type(2).has-sub > .submenu > li.has-sub .submenu {
    right: unset;
    left: -250px;
  }
}

@media (max-width: 1200px) {
  .header-menu > ul > li.has-sub > .submenu > li.has-sub .submenu {
    margin: 15px 0;
    padding: 20px 0;
    border-top: solid 1px #20535a;
    border-bottom: solid 1px #20535a;
  }
  .header-menu > ul > li.has-sub > .submenu > li.has-sub .submenu li {
    padding-bottom: 10px;
  }
  .header-menu > ul > li.has-sub > .submenu > li.has-sub .submenu li a {
    text-decoration: underline;
  }
}
.footer {
  position: relative;
}

.footer-top {
  position: relative;
  background-color: #e6e2df;
  padding: 30px 0;
  padding: 50px 0 45px;
  margin: 0;
}
.footer-top::after {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  top: -10%;
  right: 0;
  background: #e6e2df;
  -webkit-clip-path: polygon(100% 53%, 0 100%, 0 0, 0 0, 50% 0);
  clip-path: polygon(100% 53%, 0 100%, 0 0, 0 0, 50% 0);
}
@media (min-width: 991px) {
  .footer-top {
    padding: 50px 0 45px;
  }
  .footer-top:after {
    height: 31%;
    top: -16%;
  }
}

.footerBlockGrid {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.footerBlockGrid .footerBlock {
  width: 100%;
  text-align: center;
}
.footerBlockGrid .footerBlock h3 {
  font-family: "Baskervville", serif;
  position: relative;
  cursor: pointer;
}
.footerBlockGrid .footerBlock h3:after {
  content: "+";
  display: inline-block;
  padding-left: 15px;
  font-size: 25px;
  line-height: 25px;
  top: 2px;
  position: relative;
}
.footerBlockGrid .footerBlock h3.active:after {
  content: "-";
}
@media (min-width: 991px) {
  .footerBlockGrid .footerBlock h3 {
    cursor: auto;
    pointer-events: none;
  }
  .footerBlockGrid .footerBlock h3::after {
    display: none;
  }
}
.footerBlockGrid .footerBlock ul {
  margin-bottom: 20px;
}
.footerBlockGrid .footerBlock ul.footerLinkBlock {
  display: none;
}
@media (min-width: 991px) {
  .footerBlockGrid .footerBlock ul.footerLinkBlock li {
    display: inline-block;
    width: 48%;
  }
}
.footerBlockGrid .footerBlock ul li {
  margin-bottom: 8px;
}
.footerBlockGrid .footerBlock ul li a {
  text-decoration: none;
}
.footerBlockGrid .footerBlock ul li a:hover {
  text-decoration: underline;
}
.footerBlockGrid .footerBlock .footerSocial.desktop {
  display: none;
}
@media (min-width: 991px) {
  .footerBlockGrid .footerBlock .footerSocial.desktop {
    display: block;
  }
}
.footerBlockGrid .footerBlock .footerSocial.mobile {
  display: block;
}
@media (min-width: 991px) {
  .footerBlockGrid .footerBlock .footerSocial.mobile {
    display: none;
  }
}
@media (min-width: 991px) {
  .footerBlockGrid .footerBlock {
    width: 33.33%;
    text-align: left;
  }
  .footerBlockGrid .footerBlock ul.footerLinkBlock {
    display: block;
  }
}
.footerBlockGrid .footerBlock .footerSocial ul {
  display: flex;
  gap: 18px;
  justify-content: center;
}
.footerBlockGrid .footerBlock .footerSocial ul li {
  width: auto;
}
@media (min-width: 991px) {
  .footerBlockGrid .footerBlock .footerSocial ul {
    justify-content: flex-start;
  }
}

.footerLogo {
  margin-bottom: 35px;
}
@media (min-width: 991px) {
  .footerLogo {
    margin-bottom: 0;
  }
}

.footerBottom {
  position: relative;
  padding: 30px 0 10px;
}

.copyInfoGrid {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 991px) {
  .copyInfoGrid {
    text-align: left;
  }
}
.copyInfoGrid .copyInfo {
  width: 100%;
}
.copyInfoGrid .copyInfo p {
  letter-spacing: 1;
  font-size: 14px;
}
.copyInfoGrid .copyInfo .cardBlocks {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .copyInfoGrid .copyInfo {
    width: 33.33%;
  }
  .copyInfoGrid .copyInfo .cardBlocks {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .copyInfoGrid .copyInfo p {
    text-align: right;
  }
}

.homePropertyBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 30px 0;
  border: solid 1px #20535a;
  margin-bottom: 30px;
}
.homePropertyBox.specialBox {
  background-color: #E1E3E4;
}
.homePropertyBox .homePropertyLeft {
  width: 100%;
  margin-bottom: 30px;
}
.homePropertyBox .homePropertyRight {
  width: 100%;
}
.homePropertyBox .homePropertyRight.specialBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.homePropertyBox .homePropertyRight.specialBox .properyInfo {
  width: 100%;
}
@media (min-width: 1400px) {
  .homePropertyBox .homePropertyRight.specialBox {
    justify-content: space-between;
  }
  .homePropertyBox .homePropertyRight.specialBox .properyInfo {
    width: calc(100% - 325px);
  }
}
.homePropertyBox .homePropertyRight h3 {
  margin-bottom: 10px;
}
.homePropertyBox .homePropertyRight .defaultTable {
  height: 220px;
  overflow-y: auto;
}
.homePropertyBox .homePropertyRight .btnRowGroup .allBtn {
  min-width: 320px;
}
@media (min-width: 567px) {
  .homePropertyBox .homePropertyLeft {
    width: 46%;
  }
  .homePropertyBox .homePropertyRight {
    width: 52%;
  }
}

.btnRowGroup {
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 20px;
}
.btnRowGroup li {
  width: 100%;
  text-align: right;
}
.btnRowGroup li + li {
  margin-top: 20px;
}
.btnRowGroup .allBtn {
  min-width: 285px;
  display: inline-block;
}
@media (min-width: 991px) {
  .btnRowGroup .allBtn {
    min-width: 345px;
  }
}

.sliderBlock {
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sliderBlock .smallSliderWrap {
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
}
.sliderBlock .smallSliderWrap img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sliderBlock .smallSliderWrap .slick-dots {
  flex-wrap: wrap;
}
.sliderBlock .sliderBlockRight {
  width: 100%;
}
@media (min-width: 1400px) {
  .sliderBlock .smallSliderWrap {
    width: calc(100% - 280px);
  }
  .sliderBlock .sliderBlockRight {
    width: 260px;
  }
}

.hostBlock h3 {
  margin-bottom: 10px;
}

.hostBlockOuter {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 500px;
}
.hostBlockOuter .hostImg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hostBlockOuter .hostImg img {
  border-radius: 50%;
  margin-bottom: 20px;
  width: 150px;
  height: 150px;
  border: solid 1px #4d4d4f;
}
.hostBlockOuter .hostContent {
  max-width: 180px;
}
.hostBlockOuter .ratingBlock {
  margin: 2px 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hostBlockOuter .ratingBlock img {
  width: 20px;
  margin-top: -4px;
}
.hostBlockOuter address {
  margin-bottom: 10px;
}

.homeApplication {
  padding-top: 20px;
}

.directoryBoxOuter {
  padding: 30px 30px 0;
  border: solid 1px #20535a;
  margin-bottom: 30px;
}

.directoryAppBox {
  display: flex;
  justify-content: space-between;
}
.directoryAppBox .directoryLeft {
  width: 49%;
}
.directoryAppBox .directoryRight {
  width: 49%;
}
@media (max-width: 991px) {
  .directoryAppBox {
    flex-wrap: wrap;
  }
  .directoryAppBox .directoryLeft {
    width: 100%;
  }
  .directoryAppBox .directoryRight {
    width: 100%;
  }
}

.directoryHeader {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  gap: 50px;
  margin-bottom: 30px;
}

@media (min-width: 991px) {
  .directoryTable {
    max-width: 60%;
  }
}

.searchOuter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.searchOuter .searchLeft,
.searchOuter .searchRight {
  width: 100%;
}
.searchOuter .searchRight {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .searchOuter {
    justify-content: space-between;
  }
  .searchOuter .searchLeft {
    width: 38%;
  }
  .searchOuter .searchRight {
    width: 59%;
    justify-content: flex-end;
    align-items: center;
  }
}
.searchOuter form {
  background: #ffffff;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 570px;
  margin-top: 0;
  border: 1px solid #4d4d4f;
  margin-right: 42px;
}
@media (max-width: 1366px) {
  .searchOuter form {
    max-width: 440px;
  }
}
@media (max-width: 1240px) {
  .searchOuter form {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .searchOuter form {
    max-width: 100%;
    margin: 0 0 18px 0;
  }
}
.searchOuter form > div {
  flex: 0 0 90%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1240px) {
  .searchOuter form > div {
    flex: 0 0 86%;
  }
}
.searchOuter form > div label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.searchOuter form input {
  border: none;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  min-height: auto;
  margin: 0;
}
.searchOuter form button {
  flex: 0 0 10%;
  border: none;
  background: transparent;
  cursor: pointer;
  height: 50px;
  border-left: 1px solid #4d4d4f;
}
.searchOuter form button img {
  width: 20px;
}
@media (max-width: 1240px) {
  .searchOuter form button {
    flex: 0 0 14%;
  }
}

.pageHeader.propertyHeader {
  align-items: flex-start;
}

.twoColRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.twoColRow .twoColBlock {
  width: 100%;
  position: relative;
}
.twoColRow .twoColBlock.fluidBlock {
  width: 100%;
}
.twoColRow .twoColBlock + .twoColBlock {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #20535a;
}
@media (min-width: 767px) {
  .twoColRow .twoColBlock {
    width: 47%;
  }
  .twoColRow .twoColBlock:nth-child(2) {
    width: 49%;
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    border-left: solid 1px #20535a;
    padding-left: 25px;
  }
  .twoColRow .hostBlockOuter {
    gap: 30px;
  }
}
@media (min-width: 991px) {
  .twoColRow .twoColBlock:nth-child(2) {
    padding-left: 50px;
  }
  .twoColRow .twoColBlock .mediumTbl {
    max-width: 60%;
  }
  .twoColRow .hostBlockOuter {
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .twoColRow .twoColBlock:nth-child(2) {
    padding-left: 80px;
  }
}
.twoColRow .hostBlockOuter .hostImg .allBtn {
  min-height: auto;
  min-width: 160px;
  padding: 10px 20px;
}
@media (min-width: 1024px) {
  .twoColRow .hostBlockOuter .hostImg img {
    width: 200px;
    height: 200px;
  }
}
.twoColRow .hostBlockOuter .hostContent {
  max-width: none;
}

.propertyLightBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.propertyLightBox .propertyImg img {
  width: 100%;
  margin-bottom: 30px;
  max-height: 430px;
}
.propertyLightBox .propertyLightLeft,
.propertyLightBox .propertyLightRight {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .propertyLightBox .propertyLightLeft {
    width: 42%;
    margin-bottom: 0;
  }
  .propertyLightBox .propertyLightRight {
    width: 54%;
    margin-bottom: 0;
  }
}
@media (min-width: 1366px) {
  .propertyLightBox .propertyLightLeft {
    width: 38%;
  }
  .propertyLightBox .propertyLightRight {
    width: 58%;
  }
}

.propertyBtnGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1366px) {
  .propertyBtnGroup .allBtn {
    min-width: 280px;
  }
}

.communicationBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.communicationBox .communicateLeft {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 567px) {
  .communicationBox .communicateLeft {
    width: 180px;
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  .communicationBox .communicateLeft {
    width: 230px;
  }
}
.communicationBox .borderedBox {
  width: 100%;
}
@media (min-width: 567px) {
  .communicationBox .borderedBox {
    width: calc(100% - 210px);
  }
}
@media (min-width: 991px) {
  .communicationBox .borderedBox {
    width: calc(100% - 300px);
  }
}

.noteTeaser {
  border: solid 1px #20535a;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 10px;
}
.noteTeaser .noteHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #F2F0EE;
  color: #20535a;
  border-radius: 10px;
  margin-bottom: 15px;
}
.noteTeaser .noteHeader h4 {
  margin-bottom: 5px;
  font-weight: 600;
}
.noteTeaser .noteTextarea {
  border: none;
  resize: none;
  width: 100%;
  min-height: 100px;
  /* Track */
  /* Handle */
}
.noteTeaser .noteTextarea::-webkit-scrollbar {
  width: 7px;
}
.noteTeaser .noteTextarea::-webkit-scrollbar-track {
  background: #e6e2df;
}
.noteTeaser .noteTextarea::-webkit-scrollbar-thumb {
  background: #20535a;
}

.actionBtn {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.actionBtn img {
  width: 22px;
}

.propertyForm input.form-control {
  padding-left: 20px;
}
.propertyForm .propertyInput .form-control {
  min-height: 60px;
}
.propertyForm .checkBoxGrid {
  display: flex;
  flex-wrap: wrap;
}
.propertyForm .checkBoxGrid.parentGrid .checkboxInner {
  width: 100%;
}
.propertyForm .checkBoxGrid.parentGrid .checkboxInner .customCheck {
  width: 100%;
}
@media (min-width: 767px) {
  .propertyForm .checkBoxGrid.parentGrid .checkboxInner {
    width: 48%;
  }
}
.propertyForm .checkBoxGrid .customCheck {
  width: 100%;
  margin-right: 5px;
}
@media (min-width: 480px) {
  .propertyForm .checkBoxGrid .customCheck {
    width: calc(50% - 5px);
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
}
@media (min-width: 567px) {
  .propertyForm .checkBoxGrid .customCheck {
    width: calc(50% - 5px);
  }
}
@media (min-width: 767px) {
  .propertyForm {
    max-width: 90%;
    margin: 0 auto;
  }
  .propertyForm .checkBoxGrid .customCheck {
    width: calc(33.33% - 5px);
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 991px) {
  .propertyForm {
    max-width: 90%;
    margin: 0 auto;
  }
  .propertyForm .checkBoxGrid .customCheck {
    width: calc(25% - 5px);
    display: flex;
    flex-wrap: wrap;
  }
}
.propertyForm .checkBoxGrid .propertyInput {
  max-width: 90%;
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-top: 10px;
}
@media (min-width: 1366px) {
  .propertyForm {
    max-width: 1200px;
    margin: 30px auto 0;
  }
}
.propertyForm .customCheck .checkLabel {
  text-transform: capitalize;
}

.customFileUpload {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88%;
  margin: 0 auto;
}
.customFileUpload > input[type=file] {
  display: none;
}
.customFileUpload > label {
  width: 100%;
  cursor: pointer;
}
.customFileUpload > label .link {
  text-underline-offset: 5px;
  text-decoration: underline;
  color: #20535a;
}
.customFileUpload > label .link:hover {
  text-decoration: none;
}
.customFileUpload .imgBlock {
  width: 100%;
  height: 100%;
  background-color: #8b9297;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 13px;
}
.customFileUpload .imgBlock img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10%;
}

.imageUploadBlock {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.imageUploadBlock li {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding: 15px 0 0;
}
@media (min-width: 567px) {
  .imageUploadBlock li {
    width: 48%;
    margin-bottom: 0;
  }
}
.imageUploadBlock li.featured {
  background-color: #20535a;
}
.imageUploadBlock li.featured h3 {
  color: #ffffff;
  margin-top: 10px;
}
.imageUploadBlock li.featured .imageBlock .deleteicon {
  bottom: 85px;
}
.imageUploadBlock li .imageBlock {
  width: 88%;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.imageUploadBlock li .imageBlock.withCategory .deleteicon {
  bottom: 77px;
}
.imageUploadBlock li .imageBlock img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 767px) {
  .imageUploadBlock li .imageBlock img {
    width: 340px;
    height: 340px;
  }
}
.imageUploadBlock li .imageBlock .deleteicon {
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.imageUploadBlock li .imageBlock .deleteicon img {
  width: 25px;
  height: 25px;
  filter: invert(1) brightness(100);
}
@media (min-width: 567px) {
  .imageUploadBlock li {
    width: 32%;
  }
}
@media (min-width: 991px) {
  .imageUploadBlock li {
    padding: 30px 0 0;
    margin-bottom: 0;
  }
}

.imageUploadCheck {
  max-width: 1200px;
  margin: 0 auto;
}

.customCheckInline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  gap: 30px;
}
.customCheckInline .status-error-msg {
  width: 100%;
  position: absolute;
  bottom: 0.25rem;
}

.propertyForm .step-content .customCheckInline ~ .is-invalid + .invalid-feedback {
  position: relative;
  top: -10px;
}
.propertyForm .step-content .allBtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.propertyForm .step-content .allBtn.dark.quantitySubmit {
  min-width: 10px;
}
.propertyForm h2 {
  font-family: "Baskervville", serif;
}
.propertyForm .allBtn.nextBtn svg, .propertyForm .allBtn.prevBtn svg {
  height: 11px;
  margin-top: -1px;
}
.propertyForm .allBtn.nextBtn:hover svg path, .propertyForm .allBtn.prevBtn:hover svg path {
  stroke: #20535a;
}
.propertyForm ul li {
  font-family: "Montserrat", "Arial", sans-serif;
  padding-bottom: 7px;
}

.modalImageOuter {
  display: flex;
  flex-wrap: nowrap;
  max-width: 650px;
  width: 100%;
  justify-content: space-between;
  grid-template-columns: 20px;
}
@media (max-width: 991px) {
  .modalImageOuter {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
}
.modalImageOuter .modalImgLeft {
  margin-bottom: 20px;
}
.modalImageOuter .modalImgLeft img {
  max-height: 340px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 991px) {
  .modalImageOuter .modalImgLeft {
    width: calc(100% - 260px);
  }
}
.modalImageOuter .modalImgRight {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .modalImageOuter .modalImgRight {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .modalImageOuter .modalImgRight .allBtn {
    margin-top: 10px;
  }
}

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

.downloadicon img {
  width: 38px !important;
  height: 38px !important;
  filter: brightness(100);
}

.popup-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.actionbtnIcon {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  flex-direction: row-reverse;
}
.actionbtnIcon .deleteicon {
  position: static !important;
}

.authFormOuter {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 30px 20px;
  background-color: #e6e2df;
}
.authFormOuter .authForm {
  max-width: 550px;
  width: 100%;
  background-color: #ffffff;
}
.authFormOuter .authForm .authFormHeader {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.authFormOuter .authForm .authFormHeader img {
  min-width: 220px;
}
.authFormOuter .authForm .inputGroup .form-control {
  max-width: 100%;
}
.authFormOuter .authForm form {
  padding: 0px 20px 30px;
  max-width: 90%;
  margin: 0 auto;
}
.authFormOuter .authForm form .allBtn {
  min-width: 150px;
}

.tabsOuter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .tabsOuter.asideTabOuter .tabsRight {
    width: calc(100% - 275px);
    min-height: 600px;
    margin-left: -1px;
    border-radius: 0 10px 10px 10px;
  }
}
.tabsOuter.asideTabOuter .tabsLeft {
  width: 275px;
  position: fixed;
  left: -275px;
  top: 83px;
  z-index: 3;
  transition: left 0.5s ease 0s;
  height: calc(100% - 160px);
  border-radius: 0 0 10px 0;
}
@media (min-width: 1200px) {
  .tabsOuter.asideTabOuter .tabsLeft {
    position: relative;
    left: auto;
    top: auto;
    border-radius: 0;
  }
}
.tabsOuter.asideTabOuter .tabsLeft ul {
  border: solid 1px #20535a;
  background-color: #20535a;
  height: 100%;
  overflow-y: auto;
  border-radius: 0 0 10px 0;
  /* Track */
  /* Handle */
}
.tabsOuter.asideTabOuter .tabsLeft ul::-webkit-scrollbar {
  width: 6px;
}
.tabsOuter.asideTabOuter .tabsLeft ul::-webkit-scrollbar-track {
  background: #ffffff;
}
.tabsOuter.asideTabOuter .tabsLeft ul::-webkit-scrollbar-thumb {
  background: #8b9297;
}
.tabsOuter.asideTabOuter .tabsLeft ul li:last-child a {
  border-bottom: 0;
}
.tabsOuter.asideTabOuter .tabsLeft ul li a {
  display: block;
  text-decoration: none;
  padding: 12px 25px;
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
}
.tabsOuter.asideTabOuter .tabsLeft ul li.active a, .tabsOuter.asideTabOuter .tabsLeft ul li:hover a {
  background-color: #ffffff;
  color: #20535a;
  border-bottom-color: #ffffff;
}
@media (min-width: 1200px) {
  .tabsOuter.asideTabOuter .tabsLeft ul {
    border-radius: 10px 0 0 10px;
    background-color: #fff;
    overflow-y: hidden;
  }
  .tabsOuter.asideTabOuter .tabsLeft ul li:first-child {
    border-radius: 10px 0 0 0;
  }
  .tabsOuter.asideTabOuter .tabsLeft ul li:first-child a {
    border-radius: 10px 0 0 0;
  }
  .tabsOuter.asideTabOuter .tabsLeft ul li:last-child {
    border-radius: 0 0 0 10px;
  }
  .tabsOuter.asideTabOuter .tabsLeft ul li:last-child a {
    border-radius: 0 0 0 10px;
  }
  .tabsOuter.asideTabOuter .tabsLeft ul li a {
    color: #20535a;
    border-bottom: solid 1px #20535a;
  }
  .tabsOuter.asideTabOuter .tabsLeft ul li.active a, .tabsOuter.asideTabOuter .tabsLeft ul li:hover a {
    background-color: #20535a;
    color: #ffffff;
  }
}
.tabsOuter.asideTabOuter .tabsRight .steps .singleStep.finish:after {
  width: 195px;
}
.tabsOuter .tabsRight {
  width: 100%;
  border: solid 1px #20535a;
  padding: 30px 25px;
  border-radius: 10px;
}
.tabsOuter .tabsRight .userBookingBtn {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.tabsOuter .tabsRight .userBookingBtn .allBtn {
  margin-top: 0;
}

.reviewText {
  display: flex;
  gap: 10px;
  align-items: center;
}
.reviewText img {
  width: 30px;
}

.edit_category .form-control {
  border-color: transparent;
  background-color: transparent;
}
.edit_category.edited .form-control {
  border-color: #20535a;
  background-color: #20535a;
  color: #fff;
}

.userIdMsg h3 {
  color: #BE1600;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 30px 0;
}

/**** Aside Menu Responsive*****/
.tabsTriggerLink {
  width: 40px;
  height: 32px;
  background-color: #20535a;
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -39px;
}
@media (min-width: 1200px) {
  .tabsTriggerLink {
    display: none;
  }
}

.tabsTrigger {
  width: 22px;
  display: -block;
  position: relative;
  cursor: pointer;
  z-index: 333;
}
.tabsTrigger .bar {
  display: block;
  height: 2px;
  margin: 0 auto 5px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease 0s;
}
.tabsTrigger .bar:last-child {
  margin-bottom: 0;
}

.userProfileBox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
}

.aside--open .tabsOuter.asideTabOuter .tabsLeft {
  left: 0;
}
.aside--open .tabsTrigger .bar:first-child {
  transform: translateY(7px) rotate(139deg);
}
.aside--open .tabsTrigger .bar:last-child {
  transform: translateY(-7px) rotate(-140deg);
}
.aside--open .tabsTrigger .bar:nth-child(2) {
  transform: scale(0);
}

.actionIcon img {
  width: 20px;
}
.actionIcon.mergeIcon img {
  width: 26px;
}

.reviewBoxOuter .hostBlock .hostBlockOuter {
  padding: 40px 30px 30px;
  border: solid 1px #20535a;
  margin-bottom: 30px;
  max-width: 100%;
  position: relative;
}
.reviewBoxOuter .hostBlock .hostBlockOuter .ratingBlock img {
  width: 26px;
}
@media (min-width: 767px) {
  .reviewBoxOuter .hostBlock .hostBlockOuter {
    padding-top: 70px;
  }
}
.reviewBoxOuter .hostBlock .hostBlockOuter .allBtn {
  position: absolute;
  right: 20px;
  top: 20px;
  min-height: unset;
  padding: 7px 20px 10px;
}
.reviewBoxOuter .hostBlock .hostBlockOuter .hostImg {
  width: 110px;
  justify-content: flex-start;
}
.reviewBoxOuter .hostBlock .hostBlockOuter .hostImg img {
  width: 100px;
  height: 100px;
}
.reviewBoxOuter .hostBlock .hostBlockOuter .hostContent {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 767px) {
  .reviewBoxOuter .hostBlock .hostBlockOuter .hostContent {
    width: calc(100% - 150px);
    max-width: 90%;
  }
}
.reviewBoxOuter .hostBlock .hostBlockOuter .hostContent h5 a {
  font-size: inherit;
}
.reviewBoxOuter .hostBlock .hosteInnerReview {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.reviewBoxOuter .hostBlock .hosteInnerReview p {
  min-width: 90px;
  padding-top: 15px;
}
.reviewBoxOuter .hostBlock .hosteInnerReview h5 {
  display: flex;
  align-items: center;
}
.reviewBoxOuter .hostBlock .hosteInnerReview h5 img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin-right: 30px;
  border: solid 1px #4d4d4f;
}
.reviewBoxOuter .hostBlock .hosteInnerReview h5 a {
  text-decoration: underline;
}
.reviewBoxOuter .hostBlock .hosteInnerReview h5 a:hover {
  text-decoration: none;
}

@media (min-width: 767px) {
  .searchOuter.messageSearch .searchLeft {
    width: 75%;
  }
  .searchOuter.messageSearch .searchLeft form {
    max-width: 80%;
  }
}

.messageFrame {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
  width: 100%;
}
.messageFrame .messageFrameLeft {
  width: 100%;
}
.messageFrame .messageFrameLeft .messgeUserBox {
  padding: 15px 10px;
}
.messageFrame .messageFrameLeft .messgeUserBox .allBtn {
  min-height: unset;
  padding: 6px 12px 8px;
  min-width: 170px;
  margin: 15px 0 10px;
  position: relative;
  z-index: 1;
}
.messageFrame .messageFrameLeft .messgeUserBox:nth-child(odd) {
  background-color: #e6e2df;
}
.messageFrame .messageFrameLeft .messgeUserBox:nth-child(even) {
  background-color: #F2F0EE;
}
.messageFrame .messageFrameLeft .messgeUserBox p {
  word-break: break-all;
}
.messageFrame .messageFrameLeft .messgeUserBox p.lastMessage {
  max-width: 175px;
}
.messageFrame .messageFrameRight {
  width: 100%;
  padding-left: 20px;
  padding-right: 10px;
}
.messageFrame .messageFrameRight .allBtn {
  padding: 6px 10px 8px;
  min-height: unset;
  margin-bottom: 20px;
  min-width: unset;
}
.messageFrame .messageFrameRight .bookingSummery {
  padding: 10px;
  border: solid 1px #20535a;
}
.messageFrame .messageFrameRight .crewDetail {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.messageFrame .messageFrameRight .areaInfo {
  display: flex;
  justify-content: space-between;
}
.messageFrame .messageFrameRight .areaInfo a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  color: #20535a;
}
.messageFrame .messageFrameRight.scrollable-section {
  max-height: 1000px;
  overflow-y: auto;
  height: 850px;
}
.messageFrame .messageFrameRight.scrollable-section::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.messageFrame .messageFrameRight.scrollable-section::-webkit-scrollbar-track {
  background: #e6e2df;
}
.messageFrame .messageFrameRight.scrollable-section::-webkit-scrollbar-thumb {
  background: #20535a;
}
.messageFrame .messageFrameCenter {
  width: 100%;
  padding: 0 20px;
}
.messageFrame .messageBoxOuter {
  padding-bottom: 30px;
}
.messageFrame .messageBoxOuter .hostBlock .hostBlockOuter {
  max-width: 100%;
  gap: 25px;
}
.messageFrame .messageBoxOuter .hostBlock .hostBlockOuter .hostImg {
  justify-content: flex-start;
  width: 90px;
}
.messageFrame .messageBoxOuter .hostBlock .hostBlockOuter .hostImg img {
  width: 90px;
  height: 90px;
}
.messageFrame .messageBoxOuter .hostBlock .hostBlockOuter .hostContent {
  max-width: 100%;
  width: calc(100% - 115px);
}
.messageFrame .messageBoxOuter .hostBlock .hostBlockOuter .messageTitle span {
  color: #8b9297;
}
.messageFrame .messageBookingBox {
  padding: 20px 15px;
  border: solid 1px #20535a;
  margin-bottom: 20px;
}
.messageFrame .messageBookingBox .messageRequest {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.messageFrame .messageBookingBox .messageRequest img {
  width: 60px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  position: absolute;
  left: 0;
}
.messageFrame .messageBookingBox .messageRequest p {
  font-weight: 600;
  word-break: break-word;
  padding-left: 70px;
  position: relative;
}
.messageFrame .messageBookingBox .userBookingBtn {
  margin-bottom: 0;
}
.messageFrame .messageBookingBox .userBookingBtn .allBtn {
  padding: 6px 20px 8px;
  min-height: unset;
  min-width: 100px;
}
@media (min-width: 480px) {
  .messageFrame .messageFrameLeft {
    width: 50%;
    overflow-y: auto;
    /* Track */
    /* Handle */
    height: 820px;
    margin-bottom: 30px;
  }
  .messageFrame .messageFrameLeft::-webkit-scrollbar {
    height: 4px;
    width: 4px;
  }
  .messageFrame .messageFrameLeft::-webkit-scrollbar-track {
    background: #e6e2df;
  }
  .messageFrame .messageFrameLeft::-webkit-scrollbar-thumb {
    background: #20535a;
  }
  .messageFrame .messageFrameRight {
    width: 50%;
    order: 2;
  }
  .messageFrame .messageFrameCenter {
    width: 100%;
    order: 3;
  }
}
@media (min-width: 991px) {
  .messageFrame .messageFrameLeft {
    width: 18%;
    height: 850px;
    margin-bottom: 0;
  }
  .messageFrame .messageFrameRight {
    width: 22%;
    order: 3;
  }
  .messageFrame .messageFrameCenter {
    width: 60%;
    height: 850px;
    order: 2;
    overflow-y: auto;
    /* Track */
    /* Handle */
  }
  .messageFrame .messageFrameCenter::-webkit-scrollbar {
    height: 4px;
    width: 4px;
  }
  .messageFrame .messageFrameCenter::-webkit-scrollbar-track {
    background: #e6e2df;
  }
  .messageFrame .messageFrameCenter::-webkit-scrollbar-thumb {
    background: #20535a;
  }
}

.enquiriesOuter .page-header {
  max-width: 980px;
  margin-bottom: 30px;
  justify-content: space-between;
}
.enquiriesOuter h4 {
  margin-bottom: 0;
}
.enquiriesOuter .btnLink {
  margin-left: 30px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  display: inline-block;
}
.enquiriesOuter .btnLink img {
  width: 10px;
  margin-right: 8px;
}
.enquiriesOuter textarea.form-control {
  min-height: 190px;
}

.messgeUserBox {
  position: relative;
}
.messgeUserBox > .linkTxtBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.radioButtonGroup {
  position: relative;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 767px) {
  .radioButtonGroup.yesNoButton > label {
    width: 195px;
  }
}
.radioButtonGroup.yesNoButton .allBtn {
  min-height: 40px;
  padding: 5px 10px;
  min-width: 100px;
}

@media (min-width: 767px) {
  .vatInput.serverDateTime .inlineInput label {
    width: 195px;
  }
}

.radioButton {
  position: relative;
}
.radioButton input[type=radio] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.011;
  z-index: 100;
  cursor: pointer;
}
.radioButton label {
  cursor: pointer;
  position: relative;
}

.radioButton input[type=radio]:checked + label {
  background: #20535a;
  color: #ffffff;
}

.inlineInput {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  justify-content: flex-start;
}
.inlineInput input {
  width: auto;
}
.inlineInput input.delayInput {
  max-width: 100px;
}
.inlineInput .form-select {
  max-width: 500px;
  width: 100%;
}
.inlineInput .form-select.voucherSelect {
  max-width: 100%;
}
@media (min-width: 767px) {
  .inlineInput .form-select.voucherSelect {
    max-width: 350px;
  }
}
.inlineInput.selectInput {
  padding-bottom: 20px;
}
.inlineInput.selectInput label {
  width: 220px;
}

.vatInput .inlineInput label {
  width: 100%;
}
@media (min-width: 767px) {
  .vatInput .inlineInput label {
    max-width: 250px;
  }
}
.vatInput .inlineInput .form-control {
  width: 100%;
  text-align: center;
}
@media (min-width: 767px) {
  .vatInput .inlineInput .form-control {
    max-width: 350px;
  }
}
.vatInput .inlineInput .dateBox {
  width: 100%;
  position: relative;
}
.vatInput .inlineInput .dateBox .dateIcon {
  position: absolute;
  right: 10px;
  top: 3px;
  width: 20px;
  pointer-events: none;
}
@media (min-width: 767px) {
  .vatInput .inlineInput .dateBox {
    max-width: 350px;
  }
}
.vatInput .editAttributeModal .inlineInput label {
  text-align: left;
}
.vatInput .editAttributeModal .inlineInput label.switch {
  width: 70px;
}
.vatInput .AddAttributeCategoryModal .inlineInput label {
  text-align: left;
}
.vatInput .AddAttributeCategoryModal .inlineInput label.switch {
  width: 70px;
}
.vatInput .dateFormUntillOuter {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.vatInput .dateFormUntillOuter .inlineInput {
  width: 100%;
}
@media (min-width: 991px) {
  .vatInput .dateFormUntillOuter .inlineInput {
    width: 45%;
  }
}

.emailChaseInput .inlineInput label {
  width: 100%;
}
@media (min-width: 767px) {
  .emailChaseInput .inlineInput label {
    width: 50%;
    max-width: 650px;
  }
}
.emailChaseInput .inlineInput .form-control {
  width: auto;
  max-width: 120px;
  text-align: center;
}

.serviceInput .inlineInput label {
  width: 100%;
}
@media (min-width: 767px) {
  .serviceInput .inlineInput label {
    width: 250px;
  }
}
.serviceInput .inlineInput .inputWithError {
  width: 100%;
}
@media (min-width: 767px) {
  .serviceInput .inlineInput .inputWithError {
    max-width: 450px;
  }
}
.serviceInput .inlineInput .inputWithError .invalid-feedback {
  text-align: left;
}
.serviceInput .inlineInput .form-control {
  width: 100%;
}
@media (min-width: 767px) {
  .serviceInput .inlineInput .form-control {
    max-width: 450px;
  }
}
.serviceInput .editAttributeModal .inlineInput label {
  text-align: left;
}
.serviceInput .editAttributeModal .inlineInput label.switch {
  width: 70px;
}
.serviceInput .AddAttributeCategoryModal .inlineInput label {
  text-align: left;
}
.serviceInput .AddAttributeCategoryModal .inlineInput label.switch {
  width: 70px;
}

.cancelTermInput .inlineInput label {
  width: 100%;
}
@media (min-width: 767px) {
  .cancelTermInput .inlineInput label {
    width: 300px;
  }
}
.cancelTermInput .inlineInput .inputWithError {
  width: 100%;
}
@media (min-width: 767px) {
  .cancelTermInput .inlineInput .inputWithError {
    width: calc(100% - 320px);
  }
}
.cancelTermInput .inlineInput .form-control {
  width: auto;
  max-width: 120px;
  text-align: center;
}

.stripeKeyBox .inlineInput .inputWithError {
  width: 100%;
}
.stripeKeyBox .inlineInput label {
  width: 100%;
}
.stripeKeyBox .inlineInput .form-control {
  width: 100%;
}
@media (min-width: 767px) {
  .stripeKeyBox .inlineInput label {
    width: 170px;
  }
  .stripeKeyBox .inlineInput .form-control,
  .stripeKeyBox .inlineInput .inputWithError {
    width: calc(100% - 190px);
  }
}

.inlineInputKeyBox .inlineInput .inputWithError {
  width: 100%;
}
.inlineInputKeyBox .inlineInput label {
  width: 100%;
}
.inlineInputKeyBox .inlineInput .form-control {
  width: 100%;
}
@media (min-width: 767px) {
  .inlineInputKeyBox .inlineInput label {
    width: 170px;
  }
  .inlineInputKeyBox .inlineInput .form-control,
  .inlineInputKeyBox .inlineInput .inputWithError {
    max-width: 790px;
    width: calc(100% - 190px);
  }
}

.defaultTable.tbl-sm-vertical > .table tbody tr.tblAccordianBody {
  display: none;
}
.defaultTable.tbl-sm-vertical > .table tbody tr.tblAccordianBody td {
  width: 100%;
  text-align: left;
}
.defaultTable.tbl-sm-vertical > .table tbody tr.tblAccordianBody td:before {
  display: none;
}

.voucherEditData {
  padding: 30px 10px 40px;
  position: relative;
}
.voucherEditData .closeBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: none;
}
.voucherEditData .closeBtn img {
  width: 15px;
}

.attributeImgOuter {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 13px;
  max-width: 70px;
  max-height: 70px;
  margin: 0 auto;
}
.attributeImgOuter.attributenotImgOuter {
  background-color: #8b9297;
}
.attributeImgOuter.attributenotImgOuter img {
  padding: 10%;
}
.attributeImgOuter img {
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=main.css.map */