@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px "Montserrat", system-ui;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  font-family: "Montserrat", system-ui;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
    font-family: "Montserrat", system-ui;
}

/***** Font Files *****/

@font-face {
  font-family: "trajan-pro";
  src: url(../fonts/trajan-pro-3-regular.otf);
  font-weight: 400;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8 {
  padding-top: 80px;
}

.pb_8 {
  padding-bottom: 80px;
}

.py_8 {
  padding: 80px 0px;
}

.theme_btn {
  padding: 0px 25px;
  border: unset;
  border-radius: 15px;
  color: #000;
  z-index: 1;
  background: #ffffff;
  position: relative;
  font-size: 10px;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 40px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid #ffffff;
}

.theme_btn:hover {
  background: #000;
  color: #fff;
}

.theme_btn:hover {
  color: #fff;
}

.theme_btn:hover::before {
  width: 100%;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
    font-family: "trajan-pro";
    font-size: 55px;
    line-height: 2.45 !important;
    color: #fff;
    margin: 0 0 17px;
    text-transform: uppercase;
}

h2 {
    font-family: "trajan-pro";
    line-height: 1.2;
    margin: 0 0 30px;
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
}

h3 {
  font-family: "trajan-pro";
  font-size: 18px;
  line-height: 1.2;
  color: #2c2c2c;
  margin: 0 0 28px;
  text-transform: uppercase;
}

h4 {
  font-family: "Poppins", Sans-Serif;
  font-size: 24px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Poppins", Sans-Serif;
  font-size: 20px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Poppins", Sans-Serif;
  font-size: 18px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
  appearance: auto;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}


.logo a {
    font-size: 27px !important;
    font-family: 'trajan-pro';
    color: #fff;
    line-height: 1;
}


.top-info  option {
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    background: #ffffff87 !important;
}

.topSec .row {
    align-items: center;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

/* Tab slider fix  */

.tab_sec .tab-pane {
  display: block;
  border: 0;
  height: 0;
}

.tab_sec .tab-pane.active {
  display: block !important;
  height: auto;
}

/* Tab slider fix  */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  background: red;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: #003c96;
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

/*banner css end*/

.blog_sec {
  padding: 5% 0;
}

/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
  background: #242889;
  color: #fff;
}

.tab_sec .nav-tabs .nav-link {
  background: #ccc;
  border-radius: 50px;
  color: #000;
  padding: 7px 28px;
}

.tab_sec .nav-tabs {
  border: none;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

/* Tabs  */

.menu_sec #menu li a {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 4px 10px 4px 3px;
}

.menu_sec #menu {
  /* justify-content: start; */
  margin: 0;
  /* gap: 20px; */
}

.menu_sec #menu > li > ul {
  background: #000;
  width: 240px;
  position: absolute;
  top: -90px;
  padding: 20px 20px;
  transition: 0.3s all;
  opacity: 0;
  z-index: -1;
}

.menu_sec #menu > li:nth-child(3) {
  position: relative;
}

.menu_sec #menu > li > ul > li > a {
  color: #fff;
}

.menu_sec #menu > li:nth-child(3):hover:after {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.menu_sec #menu > li:nth-child(3):hover ul {
  opacity: 1;
  transition: 0.5s ease-in-out;
  top: 40px;
  z-index: 2;
  padding: 10px;
}

.menu_sec #menu > li:nth-child(3):hover ul li {
  margin-bottom: 11px;
  background: green;
  padding: 10px;
}

/* Header */

header {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 0px;
  left: 0;
}

.topSec {
    border-bottom: 1px solid #ffffff;
    padding: 20px 0;
    margin-bottom: 10px;
}

.top-info select {
    background: #ffff;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 35px 10px 25px;
    border: unset;
    font-family: "Montserrat", system-ui;
    cursor: pointer;
    font-weight: 600;
    border-radius: 2px;
}

.top-info > div > a > i,
.top-info > div > i {
  color: #fff;
  font-size: 20px;
}

.top-info > div > a > p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff8f;
  font-family: "Montserrat", system-ui;
}

.top-info > div > a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.top-info {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.globe {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
}

ul#menu li a span {
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 10px #ccc;
}

ul#menu li a span img {
  object-fit: contain;
}

ul#menu li a p {
  margin: 0;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  width: fit-content;
  font-family: "Montserrat", system-ui;
}

ul#menu li {
  width: 18%;
}

ul#menu {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  flex-wrap: wrap;
}

ul#menu li a span:first-child {
  width: 30px;
}

ul#menu li a p:last-child {
  width: 70%;
}

ul#menu li a.active span {
  background: #508bd5;
}

ul#menu li a.active span img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(93deg) brightness(103%) contrast(103%);
}

ul#menu li a.active {
  border-color: #003c96;
}

/* end */
.connect-travell-main p {
    text-align: center;
}
.connect-travell-img {
    position: relative;
    z-index: 1;
}

.connect-travell-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
img.img-fluid {
    width: 100%;
    height: 457px;
}
.home-inn-banner img.img-fluid {
    height: 457px !important;
}

.inn-banner img.img-fluid {
    height: 247px;
}

.inn-banner h1 {
    font-size: 24px;
}

.home-inn-banner h1 {
    font-size: 55px;
}

/* search options */
.daterangepicker .drp-calendar.left {
    clear: none !important;
    background: #123e94;
}
.daterangepicker .drp-calendar.right {
    margin-left: 0;
    background: #123e94;
}
.ban-select {
    background: #fff;
    z-index: 999;
    position: relative;
    margin: 25px 0 70px 0;
    border-radius: 8px;
    box-shadow: unset;
    padding: 0px;
}
.daterangepicker * {
    font-family: 'Montserrat';
    font-weight: 600;
}

.ban-select .tab-main {
  display: flex;
  align-items: center;
}

.ban-select .theme_btn.btn2:hover {
  background: #1f3e5e;
}

.ban-select div#myTabContent {
    background: #fff;
    padding: 0px;
    border: 2px solid #000000;
    border-radius: 8px;
}

.ban-select .banner_text {
  width: 90%;
}

.ban-select .tab-main label {
  font-size: 11px;
  font-weight: 500;
  color: #003c96;
  margin-bottom: 0px;
  display: block;
  text-transform: uppercase;
  line-height: 1;
}

.ban-select .tab-main select {
  border: unset !important;
  padding: 10px;
  width: 100%;
  /* -webkit-appearance: auto; */
  appearance: none;
  background-image: unset;
  cursor: pointer;
  height: 44px;
  font-size: 14px;
  color: #050505;
  font-weight: 500;
  background: transparent;
}

.ban-select .tab-wrap input {
  border: unset !important;
  /* padding: 10px; */
  width: 100%;
  -webkit-appearance: auto;
  border-radius: 0;
  cursor: pointer;
  height: 50px;
  font-size: 12px;
  color: #050505;
  font-weight: 500;
  background: transparent;
  padding-left: 24px !important;
  font-family: "Montserrat", system-ui;
}

.ban-select .tab-wrap {
  width: 100%;
  position: relative;
}

.ban-select .theme_btn.btn2 {
  background: #ff6f61;
  border-radius: 40px;
  transition: 0.5s;
}

.ban-select .theme_btn.btn2:before {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  background: #fff;
}

.ban-select .tab-main button.theme_btn.btn2 {
    width: 90%;
    margin: 0 0 0 auto;
    display: block;
    font-size: 13px;
    color: #fff;
    background: #000;
    height: 55px;
}

.ban-select .tab-main button.theme_btn.btn2:hover {
  background: #000;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow:unset;
}

.serh-main button {
  border: unset;
  background: unset;
  color: #003c96;
  font-size: 15px;
  position: absolute;
  right: 23px;
  top: 50%;
    transform: translateY(-50%);
}

.serh-main {
  position: relative;
}

.ban-select .tab-wrap input::placeholder {
  font-size: 14px;
  color: #050505;
  font-weight: 500;
}

.type1.date-inn input#type1-start {
  padding: 0;
}
input#type1-deadline {
  padding-left: 2px !important;
}
.type1.date-outt input#type1-deadline {
  padding: 0;
}

.select-persons {
  position: relative;
}

.select-persons i {
    transform: translateY(-50%);
    position: absolute;
    right: 30px;
    top: 50%;
    color: #003c96;
}

/* Calender */

:root {
  --primary: #2196f3;
  --primary-md: #42a5f5;
  --primary-lt: #64b5f6;
  --primary-lightest: #e3f2fd;
  --secondary: #ff6f00;
  --gray-200: #eeeeee;
  --gray-300: #e0e0e0;
  --gray-400: #bdbdbd;
  --gray-500: #9e9e9e;
  --gray-700: #616161;
  --shadow-2dp: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  --shadow-4dp: 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  --shadow-8dp: 0 8px 10px 0 rgba(0, 0, 0, 0.14),
    0 3px 12px 2px rgba(0, 0, 0, 0.12);
}

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

/* Type 1 */

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

.fields {
  /* display: flex; */
}

.input-wrapper {
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
}

.input-wrapper label {
  display: block;
  color: white;
  margin-bottom: 6px;
}

.date-field {
  cursor: pointer;
}

.calendar-widget {
  position: relative;
}

.calendar-widget:focus {
  outline: none;
}

.calendar-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 8px;
  z-index: 2;
}

.dual-calendar {
  display: flex;
  /*   height: 300px; */
  border-radius: 3px;
  padding: 16px;
  box-shadow: var(--shadow-2dp);
  background-color: white;
}

.dual-calendar .calendar:first-child {
  margin-right: 16px;
}

.calendar {
  width: auto;
}

.calendar-header {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
    justify-content: space-around;
}

.month-text {
  font-family: "Nunito";
  color: var(--gray-700);
}

.prev-btn,
.next-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50px;
  box-shadow: var(--shadow-2dp);
  background-color: var(--primary);
  color: white;
  transition: background-color 0.2s, box-shadow 0.2s;
}

.prev-btn:hover,
.next-btn:hover {
  box-shadow: var(--shadow-4dp);
  background-color: var(--primary-md);
}

.prev-btn:active,
.next-btn:active {
  box-shadow: var(--shadow-8dp);
  background-color: var(--primary-lt);
}

.prev-btn.disabled,
.next-btn.disabled {
  cursor: default;
  box-shadow: none;
  background-color: var(--gray-300);
  color: var(--gray-500);
}

.prev-btn *,
.next-btn * {
  user-select: none;
}

.prev-btn {
  left: 0;
}

.next-btn {
  right: 0;
}

.date-table-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 8px;
}

.day {
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  color: var(--gray-700);
}

.day.saturday {
  color: var(--primary);
}

.day.sunday {
  color: var(--secondary);
}

.tab-wrap.tab-cal {
  display: flex;
  align-items: end;
}
.ban-select .tab-main .tab-wrap:before {
  position: absolute;
  content: "";
  background: #000;
  width: 2px;
  height: 100%;
  right: 13px;
  top: 0;
}

.ban-select .tab-main .tab-wrap:nth-child(2):before {
  right: 10px;
}

.ban-select .tab-main .tab-wrap:nth-child(3):before {
  right: 0px;
}

.ban-select .tab-main .tab-wrap:last-child:before {
  display: none;
}

/* Date Styling */

.date-table-row {
  display: flex;
  height: 40px;
  justify-content: space-between;
}

.date {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: color 0.2s;
}

/* DO NOT CHANGE THE ORDER */

.date.sunday {
  color: var(--secondary);
}

.date.today {
  color: var(--primary);
}

.date.selected {
  color: white;
}

.date.disabled {
  color: var(--gray-300);
}

.date.empty {
  cursor: default;
  user-select: none;
}

.date * {
  cursor: pointer;
  user-select: none;
}

.date.disabled * {
  cursor: not-allowed;
}

.date .help-text {
  position: absolute;
  top: 0;
  display: none;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 15px;
  font-size: 10px;
  z-index: 1;
}

.date .date-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 90%;
  z-index: 1;
}

.date .date-ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 40px;
  height: 100%;
  background-color: transparent;
  will-change: transform;
  transition: transform 0.18s cubic-bezier(0, 0.75, 0.5, 1),
    background-color 0.2s;
}

.date .date-ripple.no-transition {
  transition: none;
}

.date.hover .date-ripple {
  background-color: var(--gray-300);
  transform: translate(-50%, -50%) scale(1);
}

.date.in-range .date-ripple {
  background-color: var(--primary-lightest);
  transform: translate(-50%, -50%) scale(1);
}

.date.selected .date-ripple {
  background-color: var(--primary);
  transform: translate(-50%, -50%) scale(1);
}
/*
.prev-btn i {
    display: none;
}

.next-btn i {
    display: none;
}*/

.type1.date-inn label {
  margin-left: 30px;
}

/* end  */

/* search options end*/

/* Offers */

section.offers {
  padding: 80px 0;
}

.off-wrap img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: 361px;
}

.off-abs {
  background: #003c96;
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 20px;
  border-radius: 10px;
}

.off-wrap {
  position: relative;
}

.off-abs span {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  font-weight: 300;
  font-size: 11px;
}

.off-abs h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.off-abs ul li {
  font-size: 13px;
  color: #fff;
  list-style: inside disc;
}

.off-wrap:before {
  position: absolute;
  content: "";
  background: transparent;
  border: 1px solid #fff;
  width: 97.5%;
  height: 95%;
  left: 1%;
  bottom: 2%;
  z-index: 9;
  border-radius: 10px;
  z-index: 0;
}

.theme_btn.btn2 {
  color: #003c96;
}

.theme_btn.btn2:hover {
  background: #003c96;
  color: #fff;
}

.offer-slider .slick-slide {
  opacity: 1;
  margin: 0 10px;
  transition: 0.4s;
}

.offer-slider
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active
  .off-abs {
  background: #003c96;
}

section.offers h2 {
  border-bottom: 1px solid #e9e9e8;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.offer-slider .slick-prev:before,
.offer-slider .slick-next:before,
.testi-slider .slick-prev:before,
.testi-slider .slick-next:before {
  position: absolute;
  content: "";
  background-image: url(../images/arr.png);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.offer-slider .slick-next:before,
.testi-slider .slick-next:before {
  transform: unset;
}

.offer-slider .slick-prev,
.offer-slider .slick-next,
.testi-slider .slick-prev,
.testi-slider .slick-next {
  top: -100px;
}

.offer-slider .slick-prev,
.testi-slider .slick-prev {
  left: unset;
  right: 100px;
}

.offer-slider .slick-next,
.testi-slider .slick-next {
  right: 49px;
  top: -103px;
}

/* end */

/* Property type */

.top-heading {
  margin-top: 0;
  text-align: center;
  margin-bottom: 30px;
}

.top-heading p {
  /*width: 50%;*/
  margin: 0 auto;
}

.pro-img img {
  border-radius: 6px;
}

.pro-img {
  position: relative;
}

.square {
  position: relative;
  height: 100%;
  display: block;
}

.square:before {
  position: absolute;
  content: "";
  border: 1px solid #003c96;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  border-radius: 4px;
  z-index: 0;
  display: none;
}

.property-wrap h3 {
  margin: 0;
  margin-top: 20px;
}

/* end */

/* Destination */

section.trending-destination {
  padding: 80px 0;
}

section.trending-destination .container-fluid .trending_slider {
  padding: 0;
  /* padding-left: 8%; */
  margin-left: 9%;
}
.trending_slider .slick-dots li button:before {
  font-size: 9px;
}

.dest-img a {
  background: #1a3d5f;
  width: 100%;
  display: block;
  border-radius: 6px;
  position: relative;
}

.dest-img a img {
  height: 120px;
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.dest-img {
  border-radius: 10px;
  position: relative;
}

.trend-wrap {
  position: relative;
}

.abs-trend h6 {
  color: #fff;
  font-size: 10px;
  margin-bottom: 10px;
}

.abs-trend h3 {
  color: #ffffff;
  margin: 10px 0 0;
  font-size: 12px;
  text-align: center;
}

.trending_slider .slick-slide {
  opacity: 1;
  margin: 0 10px;
}

/*.dest-img a:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    border: 1px solid #003c96;*/
/*    width: 90%;*/
/*    height: 90%;*/
/*    left: 5%;*/
/*    top: 5%;*/
/*    border-radius: 4px;*/
/*    z-index: 0;*/
/*}*/

.trend-heading p {
  padding-right: 0;
  margin: 0;
}

.trend-heading h2 {
  margin: 0;
  font-size: 40px;
}

.trend-heading {
  margin-bottom: 40px;
}

.book-wrap:hover {
  background: #003c96;
}

.hotel-slider .slick-prev {
  /*background: #003c96;*/
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.hotel-slider .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  opacity: 1;
  color: #fff;
}

.trending_slider ul.slick-dots,
.hotel-slider ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  top: unset;
  position: absolute;
  right: 51px;
  height: 30px;
  bottom: -50px;
}

.trending_slider {
  position: relative;
}

.trending_slider ul.slick-dots li,
.hotel-slider ul.slick-dots li {
  opacity: 1;
}

.trending_slider .slick-dots li.slick-active button:before,
.hotel-slider .slick-dots li.slick-active button:before {
  color: #1c74f9;
  border: 1px solid #1c74f9;
  border-radius: 50%;
}

.trending_slider .slick-dots li button:before,
.hotel-slider .slick-dots li button:before {
  color: #b9b8b5;
  opacity: 1;
}

/* end */

/* Hotels */

section.hotels {
  /* background: #f5f7fa; */
  padding: 80px 0 70px;
  margin-top: -25px;
}

section.hotels .container-fluid {
  padding: 0;
  padding-left: 10%;
}

.hotel-slider .slick-slide {
  opacity: 1;
}

.hotel-box {
    /* background: #ffffff; */
    /* border: 1px solid #e0e0e0; */
    border-radius: 7px;
    box-shadow: 0px 8px 12px 0px #0000006e;
}

.hotel-img img {
  height: 250px;
  width: 100%;
  border-radius: 5px;
}

.btm-htl ul li img {
  width: auto;
  filter: brightness(0) saturate(100%) invert(53%) sepia(16%) saturate(1820%)
    hue-rotate(172deg) brightness(97%) contrast(90%);
}

.btm-htl ul {
  display: flex;
  display: block;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  /* border-top: 1px solid #e0e0e0; */
  padding: 0px 10px 20px;
}

.btm-htl ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.htl-text h5 {
  font-size: 14px;
  color: #003c96;
  margin-bottom: 16px;
}

.htl-text h3 {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    height: 50px;
    text-align: center;
}
    

.btm-htl ul img {
  width: 22px;
}

.btm-htl ul > li:first-child {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    line-height: 1.3;
    margin: 0 0 10px;
    justify-content: center;
}

.htl-text {
  padding: 10px 10px 0;
}

.btm-htl span {
    font-size: 11px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}

.theme_btn.btn3 {
  background: #003c96;
  color: #ffffff;
  height: 44px;
  box-shadow: none;
  text-decoration: none;
}

/* end */

/* Booking */

section.booking {
  margin: 0;
  padding: 80px;
  background-image: url(../images/booking-process.png);
  background-size: cover;
}

section.booking .trend-heading * {
  color: #fff;
}

.book-wrap {
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 0 30px 30px;
}

.book-wrap h3 {
  color: #fff;
  margin: 30px 0;
}

.book-wrap p {
  color: #fff;
}

.book-wrap span {
  width: 90px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003c96;
  margin: 0 auto;
  margin-bottom: 50px;
}

.abt-img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 #000000bd;
}

.abt-img:after {
  position: absolute;
  content: "";
  background-image: url(../images/abt-bfr.png);
  background-size: cover;
  background-position: center;
  width: 130px;
  height: 100%;
  right: 0;
  z-index: 0;
  border-radius: 0 10px 10px 0;
}

.abt-img {
  width: 90%;
}

.abt-text a {
  background: #fff;
  color: #000;
  font-size: 12px;
  border: 1px solid #000;
}

.about-us .row {
  align-items: center;
}

/* end  */

/*Testimonial Section Start*/

.slick-center .testi-slide-content::after {
  position: absolute;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  content: "";
  width: 30px;
  height: 30px;
  left: 20px;
  top: -29px;
  z-index: -1;
  background: #003c96;
}

.testimonial-sec .sec-head {
}

.testimonial-top-box {
  position: relative;
}

.profile-top img {
  width: 70px;
  height: 70px;
  object-fit: scale-down;
  border-radius: 70px;
  box-shadow: 0 0 0px 13px #003c9682;
  background-color: #003c96;
}

.testi-slider .slick-slide {
  margin-top: 0;
  padding-top: 50px;
  position: relative;
}

.profile-top {
  margin: -30px 0 80px 0;
  z-index: 1;
  position: relative;
}

.testi-slide-content {
  padding: 30px;
  box-shadow: 0 0 20px 0 #000000ab;
  border-radius: 10px;
  min-height: 380px;
}

ul.testi-profile-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

ul.star {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}

ul.star i {
  font-size: 20px;
  color: #ffb503;
  font-family: "Font Awesome 5 Free";
}

ul.testi-profile-list h5 {
  font-size: 22px;
  font-family: "trajan-pro";
  text-transform: uppercase;
  margin: 0;
}

.slick-slide.slick-current.slick-active.slick-center
  .testi-slide-content:before {
  position: absolute;
  content: "";
  border: 1px solid #003c96;
  width: 92%;
  height: 92%;
  left: 4%;
  top: 4%;
  border-radius: 4px;
  z-index: 0;
}

ul.testi-profile-list h6 {
  font-size: 16px;
  font-family: "Montserrat";
  text-transform: capitalize;
  margin: 0;
}

.testi-slide-content p {
  font-size: 16px;
  color: #888;
  line-height: 36px;
}

.testi-slider .slick-list {
  /* padding: 0px 130px !important; */
  margin: 0 auto;
  width: 100%;
}

.testi-slider .slick-slide {
  opacity: 1;
}

.slick-center .testi-slide-content {
  position: relative;
  z-index: 3;
  background: #003c96;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.slick-center .testi-slide-content h5 {
  color: #fff;
}

.slick-center .testi-slide-content h6 {
  color: #fff;
}

.slick-center .testi-slide-content p {
  color: #fff;
}

.profile-top img.prf-2 {
  display: none;
}

.sec-head.heading h2 {
  /* border-bottom: 1px solid #e9e9e8; */
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-align: start;
  font-size: 40px;
}

section.testimonial-sec {
  padding: 80px 0;
  /* background: #f5f7fa; */
}

/*Testimonial Section End*/

section.hotels.blogs .btm-htl ul li i {
  color: #000;
  font-size: 20px;
}

section.hotels.blogs .hotel-box {
  width: 95%;
  margin: 0 auto;
}

/* Footer Section Start */

footer {
  background-image: url(../images/ftr-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 0px;
}

footer button.theme_btn.btn-3 {
  background: #000;
  color: #fff;
  width: 100%;
  border: unset;
  font-size: 15px;
}

.foter-box.ftr-bx-4 input::placeholder {
  color: #fff;
}

.logo-slider {
  padding: 0 0 100px;
}
.foter-box.ftr-bx-1 p {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  margin: 10px 0;
}

.foter-box.ftr-bx-1 img {
    margin-bottom: 20px;
    width: 230px;
}

ul.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin: 20px 0;
}

ul.footer-social i {
  font-size: 17px;
  color: #fff;
  background: transparent;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
  border: 1px solid #fff;
}

ul.footer-social i:hover {
  background: #000;
  color: #fff;
  box-shadow: 0 0 5px 1px #0000;
}

.foter-box h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
  letter-spacing: 1px;
  display: inline-flex;
}

.foter-box h3::before {
  position: absolute;
  content: "";
  width: 15%;
  height: 3px;
  background: #0e7cdb;
  bottom: 0;
  left: auto;
  right: auto;
  transition: 0.5s all;
}

.foter-box:hover h3::before {
  width: 100%;
}

ul.foter-links a {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0;
  margin-bottom: 13px;
  display: block;
}

ul.ftr-contact-list p,
ul.ftr-contact-list a {
  font-size: 16px;
  color: #fff;
  width: 90%;
  margin: 0;
}

ul.ftr-contact-list i {
  font-size: 20px;
  color: #fff;
  color: #fff;
}

ul.ftr-contact-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin: 20px 0;
}

.foter-box.ftr-bx-4 p {
  font-size: 14px;
  color: #fff;
  width: 75%;
}

.foter-box.ftr-bx-4 input {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  border-radius: 46px;
  border: 0;
  margin: 10px 0;
  background: transparent;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
}

.ftr-bx-2 {
  padding-left: 70px;
}

.footer-nav {
  background: #003c96;
  padding: 10px 0;
  text-align: center;
  margin-top: 30px;
}

.footer-nav p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-align: right;
}

.foter-box.ftr-bx-1 {
  position: relative;
  z-index: 0;
}

.foter-box.ftr-bx-1:before {
    position: absolute;
    content: "";
    background: #003c96;
    width: 130%;
    height: 152%;
    z-index: -1;
    left: -15%;
    top: -31%;
}


.slick-prev {
    left: -35px;
}
/* Footer Section End */

section.hotels h2 {
    font-size: 40px;
}

.logo-slider img {
  object-fit: contain;
  width: 180px;
  height: 50px;
}

section.com-logo {
  background: #f5f7fa;
  padding-top: 80px;
}

section.com-logo .slick-slide {
  opacity: 1;
}

/* Inner Pages */

/* About */

section.about-us.inn-abt {
  padding-top: 80px;
  /* background-color: transparent; */
  /*margin-top: 80px;*/
}

section.booking.inn-booking {
  padding: 0;
  margin-bottom: 0;
  background: transparent;
  padding-top: 80px;
}

section.booking.inn-booking * {
  color: #000;
}

section.about-us.chs ul li {
  font-size: 16px;
  text-transform: uppercase;
  color: #2c2c2c;
}

section.about-us.chs ul li img {
  width: auto;
  height: auto;
}

section.about-us.chs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

section.about-us.chs {
  padding-top: 80px;
}

section.about-us.chs .row {
  align-items: center;
}

section.about-us.chs .abt-img:after {
  display: none;
}

section.about-us.chs.abt-img {
  width: 100%;
}

/* about end */

/* Experience */

section.top-attraction {
  padding: 80px 0;
}

section.top-attraction h3 {
  font-size: 16px;
}

section.exper-cov {
  margin-top: 0;
  background: unset;
  padding: 0;
}

section.exper-cov .book-wrap span {
  background: #003c96;
}

section.exper-cov .book-wrap {
  border: unset;
}

section.exper-cov h2 {
  text-align: center;
}

section.booking.exper-cov * {
  color: #000;
}

section.com-logo.cum-inn {
  background: transparent;
}

/* end */

/* Contact Page Start */

.contact-page {
  position: relative;
  padding: 100px 0 50px;
}

.cont-pg-form {
  width: 90%;
}

.contact-page img.bk-3 {
  position: absolute;
  right: 5%;
  bottom: -15%;
  width: 7%;
}

.contact-top-box {
  background: #3c454e;
  width: 90%;
  margin: 0 auto;
  height: 280px;
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  transition: 0.5s all;
}

.contact-top-box i {
  font-size: 60px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
  font-family: "FontAwesome";
}

.contact-top-box h3 {
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.contact-top-box a,
.contact-top-box p {
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat";
  height: 25px;
}

.contact-top-box:hover {
  background: #ac725c;
}

.contact-pg-form {
  padding: 80px 0px 80px 80px;
  position: relative;
  margin-top: 70px;
}

.contact-pg-form .row {
  align-items: center;
}

.cont-pg-form form {
  margin-top: 40px;
}

.cont-pg-input input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ffffff;
  height: 50px;
  margin-bottom: 50px;
  font-size: 14px;
  padding: 10px;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
}

.cont-pg-input input::placeholder {
  text-transform: uppercase;
  color: #fff;
}

.cont-pg-input textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #fff;
  height: 100px;
  margin-bottom: 50px;
  font-size: 14px;
  display: block;
  align-content: flex-end;
  padding: 10px;
  resize: none;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

.cont-pg-input textarea::placeholder {
  text-transform: uppercase;
  color: #fff;
}

.contact-pg-imag img {
  width: 100%;
  border-radius: 15px;
}

.contact-map iframe {
  width: 100%;
  height: 500px;
}

.contact-map {
  margin-bottom: 30px;
}

.contact-page img.bk-2 {
  width: 8%;
  bottom: 0;
}

.contact-page img.bk-1 {
  bottom: 30%;
  width: 6%;
  right: 30px;
}

.cont-pg-form h2 {
  font-size: 40px;
  color: #fff;
}

.theme_btn.btn3:hover {
  background: #003c96;
  color: #fff;
}

.contact-top-box.top-box1 {
  background: #1a3d5f;
}

.contact-top-box.top-box2 {
  background: #ff6f61;
}

.contact-top-box.top-box3 {
  background: #003c96;
}

.cont-pg-button button {
  background: #003c96 !important;
  color: #fff !important;
  font-family: "Montserrat";
  font-size: 14px;
}

.contact-pg-form:before {
  content: "";
  position: absolute;
  background: #003c96;
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 20px;
  background-image: linear-gradient(45deg, black, transparent);
}

.cont-pg-form p {
  color: #fff;
}

/* Contact Page End */

/* Destination */

section.trend-inn .trend-heading {
  text-align: center;
  width: 52%;
  margin: 0 auto;
  margin-bottom: 50px;
}

section.trend-inn .trend-heading p {
  padding: 0;
}

section.trend-inn .trend-wrap {
  margin-bottom: 30px;
}

section.trending-destination.trend-inn .col-md-3 {
  width: 20%;
}

section.trending-destination.trend-inn .dest-img > a > img {
  height: 350px;
}

section.trending-destination.trend-inn a.theme_btn {
  margin: 0 auto;
  margin-top: 20px;
  border: 1px solid #f76a64;
  color: #f76a64;
}

section.trending-destination.trend-inn a.theme_btn:hover {
  background: #f76a64;
  color: #fff;
}

/* end */

/*login start*/

.log-form .theme_btn {
  width: 100%;
  background: #ff6f61;
  color: #fff;
  padding: 12px 25px;
  text-transform: uppercase;
  border: unset;
  font-size: 21px;
  margin-top: 10px;
  font-weight: 500;
}

.log-p {
  padding: 7% 0px;
  /* background: #f8f7e1; */
}

.log-form {
  border: 1px solid #e1edfa;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 8px;
}

.log-form h2 {
  color: #000000;
  font-size: 33px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.log-form input {
  width: 100%;
  border: 1px solid #e1edfa;
  padding: 15px 30px;
  margin-top: 10px;
  background: transparent;
  margin-bottom: 10px;
  border-radius: 8px;
}

.log-form select {
  width: 100%;
  border: 1px solid #e1edfa;
  padding: 15px 30px;
  margin-top: 10px;
  background: transparent;
  margin-bottom: 10px;
  border-radius: 8px;
}

.log-form ::placeholder {
  color: rgba(0, 0, 0, 0.575);
  font-size: 15px;
}

.btn-submits {
  /* background: #326651; */
  color: #fff;
  font-size: 17px;
  padding: 13px 30px;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 20px;
  border: 1px solid transparent;
  font-weight: 500;
  border-radius: 30px;
  text-transform: capitalize;
}

.btn-submits:hover {
  box-shadow: inset 300px 0 0 0px #fff, inset -295px 0 0 0px #fff;
  color: #000;
  border: 1px solid #000;
  transition: 1.3s ease-in-out;
}

.log-form-footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 10px;
}

.log-form-footer input {
  width: 20px;
}

.log-form-footer a {
  color: #00000087;
  font-size: 15px;
  font-weight: 500;
}

.log-form p {
  color: #00000087;
  font-size: 15px;
  padding-top: 20px;
  font-weight: 500;
}

.log-form p a {
  text-decoration: underline;
  color: #ff6f61;
  /* float: right; */
  font-weight: 500;
}

.login_header a {
  color: #000;
}

.log-form.log-form-1 {
  background: #1a3d5f;
}

.log-form.log-form-1 input {
  border: 1px solid #fff;
  color: #fff;
}

.log-form.log-form-1 input::placeholder {
  color: #fff;
}

.log-form.log-form-1 .log-form-footer a {
  color: #fff;
}

.log-form-1 h2 {
  color: #fff;
}

/*login end*/

/* property type */

section.offers.offer-inn .off-abs {
  height: 120px;
  bottom: 10px;
  transition: 0.5s;
  overflow: hidden;
}

section.offers.offer-inn .off-wrap:hover .off-abs {
  height: 260px;
  background: #003c96;
}

section.offers.offer-inn .off-wrap {
  margin-bottom: 20px;
}

/* end */

/* product */

section.hotels-inn .container-fluid {
  padding: 0 6%;
  padding-left: 0;
}

.range-slider {
  width: 100%;
  position: relative;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.range-slider input {
  border: none;
}

.range-slider .rangeValues {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.range-slider input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  position: absolute;
  left: 0;
  border: none;
  padding: 0px !important;
  height: 0;
  top: -15%;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  background: #003c96;
  border: none;
  border-radius: 3px;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #000;
  margin-top: -5px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.range-slider input[type="range"]:focus {
  outline: none;
}

.range-slider input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #000;
}

.range-slider input[type="range"]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #006df0;
  border: none;
  border-radius: 3px;
}

.range-slider input[type="range"]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #006df0;
}

.product-bar1 a {
  display: block;
  color: #2c2c2c;
  font-size: 14px;
  line-height: 35px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
  padding-bottom: 10px;
  transition: 0.5s;
  font-family: "Montserrat";
  font-weight: 600;
}

.product-bar1 {
  background: #fff;
  padding-left: 60px;
  border-top: 1px solid #f5f5f6;
  padding-top: 40px;
}

.product-bar1 a:hover {
  color: #013626;
  padding-left: 2px;
  letter-spacing: 1px;
}

section.hotels.hotels-inn {
  background: #fff;
}

.product-bar1 h5,
.range-main h5 {
  font-size: 22px;
  color: #101010;
  font-family: "trajan-pro";
  font-weight: 500;
}

.product-bar1 a:last-child {
  border: 0;
}

.range-main {
  padding-left: 60px;
  padding-bottom: 30px;
}

.prd-tabs .nav-tabs .nav-link.active {
  background: #000;
  color: #fff;
  border-radius: 40px;
}

.prd-tabs .nav-tabs .nav-item.show .nav-link {
  color: #000;
}

.prd-tabs ul#myTab {
  background: #f5f5f6;
  width: fit-content;
  border-radius: 30px;
  border: 0;
}

.prd-tabs .nav-tabs .nav-link {
  color: #1a3d5f;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 30px;
}

.prd-tabs .tab-content .hotel-box {
  margin-top: 30px;
  background: #fff;
}

.prd-tabs {
  border-left: 3px solid #f5f5f6;
  padding-left: 20px;
}

/* end */

/* Inner Detail Start*/

section.property-detail {
  padding: 80px 0;
}

.detail-slider.detail-slider-for {
  margin-bottom: 10px;
}

.detail-slider .slick-slide {
  margin: 0px 5px;
}

.detail-slider.detail-slider-for img {
  height: 410px;
  object-fit: cover;
  border-radius: 0;
}

.property-listing-sec.inner {
  padding: 40px 0 100px;
}

.detail-slider.detail-slider-nav img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.detail-slider.detail-slider-nav {
  margin-top: 20px;
}

.detail-txt h5 {
  font-size: 21px;
  color: #000000;
  margin-bottom: 20px;
}

.detail-txt h3 {
  color: #111212;
  margin-bottom: 15px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
}

ul.detail-lists {
  display: flex;
  align-items: flex-end;
  margin-left: 5px;
  margin: 15px 0;
}

.detail-checks {
  margin-left: 5px;
}

ul.detail-lists li {
  width: 100%;
}

ul.detail-lists li p {
  font-size: 17px;
  color: #000000;
  border-bottom: 1px solid #607f6c;
  display: inline-flex;
  align-items: end;
  margin: 0;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-right: 15px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

ul.detail-lists li p img {
  margin-right: 10px;
  filter: brightness(0) saturate(100%) invert(52%) sepia(68%) saturate(562%)
    hue-rotate(180deg) brightness(93%) contrast(87%);
}

ul.detail-lists li ul {
  padding-left: 20px;
  margin: 15px 0;
  line-height: 28px;
}

ul.detail-lists li ul li {
  font-size: 13px;
  color: #666666;
  list-style: disc;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.detail-checks ul li span {
  font-size: 13px;
  color: #000000;
  margin-left: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.detail-checks ul li i {
  color: #5492e0;
  border: 1px solid #5492e0;
  font-size: 15px;
  width: 15px;
  height: 15px;
}

.detail-checks ul {
  padding: 0;
  margin: 0;
}

.detail-checks ul li {
  margin-bottom: 20px;
}

section.smilar-property {
  padding: 30px 0 0px 0;
}

.smilar-top {
  text-align: center;
  margin-bottom: 50px;
}

.smilar-top h4 {
  font-size: 55.63px;
  color: #000000;
}

.detail-slider .slick-slide {
  opacity: 1.5;
}

.detail-txt h4 {
  font-size: 19px;
  color: #5492e0;
}

.detail-txt p {
  font-size: 14px;
  color: #666666;
  margin: 10px 0;
  margin-bottom: 40px;
}

.detail-txt {
  margin-left: 5px;
}

ul.detail-lists li ul li::marker {
  color: #5492e0;
  font-size: 19px;
}

ul.prd-btm li {
  font-size: 13px;
  color: #666666;
  list-style: disc;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

ul.prd-btm li::marker {
  color: #5492e0;
  font-size: 19px;
}

ul.prd-btm {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

ul.prd-btm li {
  width: 20%;
  padding-left: 0px;
  list-style: inside disc;
}

/* Inner Detail End */

/* end */
/*form styles =================================*/
#msform {
  width: 100%;
  margin: 50px auto;
  text-align: center;
  position: relative;
}
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;

  /*stacking fieldsets above each other*/
  position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
#msform input,
#msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 13px;
}
/*buttons*/
#msform .action-button {
  width: 100px;
  background: #003c96;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  border-radius: 30px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27ae60;
}
/*headings*/

.fs-title {
  font-size: 34px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: 600;
  padding: 20px 0;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  width: 33.33%;
  float: left;
  position: relative;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  line-height: 40px;
  display: block;
  font-size: 20px;
  color: #333;
  background: white;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #003c96;
  color: white;
}

/*set form 1 End */

/*set 2*/

/* book now */
.list-itms {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 10px 0;
}

.list-itms b {
  width: 24%;
}

.more-detai {
  margin: 0 0 30px;
}
button.btn-r-1 {
  height: 50px;
  padding: 0 30px;
  background: #cd0102;
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.payemnt-fee-box {
  position: unset;
  background: #fff;
  display: flex;
  align-items: center;
}

.wrap-iner-apy input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #c1c1c1;
}

.wrap-iner-apy {
  color: #000;
  background: #fff;
  padding: 100px 50px;
  position: relative;
}

.wrap-iner-apy label {
  margin: 20px 0 10px;
}

.wrap-iner-apy > h3 {
  font-weight: 700;
  font-size: 40px;
  margin: 0;
  line-height: 1;
}

.icon-container {
  font-size: 30px;
}

button.btn-r-1 {
  border: none;
}

.ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 #00000045;
}
section.book-now-sec {
  background: #f8f6f6;
  padding: 100px 0;
  margin-bottom: 80px;
}

a.ui-datepicker-next {
  order: 3;
}

table.ui-datepicker-calendar {
  width: 90%;
  text-align: center;
  margin: auto;
}

table.ui-datepicker-calendar thead {
  border-bottom: 2px solid #000;
}

div#datepicker {
  background: #ffffff;
  border-radius: 10px;
}

td.ui-datepicker-current-day {
  background: #003c96;
  border-radius: 5px;
}

table.ui-datepicker-calendar th {
  padding-top: 30px;
}

p.bgText {
  font-size: 20px;
  font-family: "trajan-pro";
}

.select-time {
  margin-top: 0;
}

.select-time > span {
  font-size: 20px;
  font-family: "trajan-pro";
}

.time-box-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  flex-flow: wrap;
}

.time-btn {
  width: 48%;
  position: relative;
  margin: 20px 0;
}

.time-btn input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.time-btn span {
  font-size: 13px;
  height: 65px;
  width: 100%;
  background: #ff9091;
  padding: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 10px;
}
.time-btn span[status="0"] {
  background: #ff9091;
}

.time-btn span[status="1"] {
  background: #003c96;
}

.time-btn span:before {
  position: absolute;
  width: 100%;
  bottom: -42%;
  text-align: center;
}

.time-btn span[status="1"]:before {
  content: "(Available)";
}
.time-btn span[status="0"]:before {
  content: "(Booked)";
}
.time-btn input:checked + span {
  background: #cd0102;
  color: #fff;
}

a.btn-lg-mo {
  height: 70px;
  display: inline-flex;
  background: #cd0102;
  align-items: center;
  justify-content: start;
  width: 100%;
  padding: 0 20px;
  font-size: 18px;
  border-radius: 10px;
  color: #fff !important;
  margin-top: 20px;
}

a.btn-lg-mo i {
  margin-left: 30px;
  font-size: 30px;
}

.book-form {
  margin-top: 20px;
}

.book-form input,
.book-form textarea {
  height: 50px;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px;
  border: none;
  box-shadow: 0 0 20px 0 #0003;
  border-radius: 6px;
}

.book-form textarea {
  height: 150px;
}

.book-form button.btn-1 {
  height: 50px;
  padding: 0 30px;
  background: #c70203;
  border: none;
  color: #fff;
}
section.book-now-sec a {
  color: #000;
}

span.ui-icon.ui-icon-circle-triangle-e i {
  color: #000;
}

span.ui-icon.ui-icon-circle-triangle-w i {
  color: #000;
}

a.ui-state-default {
  color: #000;
}

.thnkyou-txt h2 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  position: relative;
}

.thnkyou-txt {
  padding: 90px 0 50px;
  position: relative;
}

.thnkyou-txt:before {
  content: "";
  position: absolute;
  background-image: url(../images/about-head.png);
  width: 100%;
  height: 100%;
  top: 10px;
  left: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(0) brightness(0.5);
}

/* book now */

.btm-htl ul {
  /* display: flex; */
  align-items: center;
  flex-wrap: wrap;
}

.btm-htl a {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
  /* text-align: center; */
  /* margin: 0 auto 0; */
}

.font-10 {
  font-size: 10px !important;
}

.serh-main {
  position: relative;
  display: flex;
  align-items: center;
}
.search-offer-icon svg {
  width: 16px;
  height: 16px;
}
.search-offer-icon {
  position: absolute;
}
section.propery-type {
  padding-top: 40px;
}

.gt_container--hich1m .gt_switcher .gt_selected {
  background: transparent !important;
}
.gt_container--hich1m .gt_switcher .gt_option {
  position: absolute !important;
}
.gt_container--hich1m .gt_switcher .gt_selected a {
    border: none !important;
    color: #000 !important;
    padding: 10px 55px 10px 15px  !important;
    background: #fff !important;
    width: auto !important;
}
.gt_container--hich1m .gt_switcher .gt_selected a:after {
  filter: brightness(0) saturate(100%) invert(68%) sepia(58%) saturate(205%)
    hue-rotate(180deg) brightness(85%) contrast(86%) !important;
}
.gt_container--hich1m .gt_switcher .gt_option {
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    background-color: #ffffff87 !important;
    width: 100% !important;
}
.gt_container--hich1m .gt_switcher .gt_option a {
  color: #ffff !important;
  padding: 3px 5px;
}
/*.gt_container--hich1m .gt_switcher .gt_option a:hover {*/
/*  background: #003c96 !important;*/
/*}*/
/*.gt_container--hich1m .gt_switcher .gt_selected a:hover {*/
/*  background: inherit !important;*/
/*}*/

.gt_container--hich1m .gt_switcher .gt_option a:hover {
    background: #fff;
    color: #000 !important;
}

.select-persons-quitity-box {
    display: none;
    position: absolute;
    top: 105%;
    background: #fff;
    width: 100%;
    padding: 20px 20px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 10px 0 #0000004d;
    width: 144%;
    left: -6%;
}
.daterangepicker{
      box-shadow: 0 0 10px 0 #0000004d !important;
}
.select-persons-text p {
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  color: #050505;
  font-weight: 500;
  background: transparent;
  padding-left: 35px !important;
  margin-bottom: 0;
  padding: 12px 0;
}
.select-persons {
    position: relative;
    display: flex;
    align-items: center;
    padding: 3px 0;
}

.quantity {
  display: flex;
  border: 2px solid #003c96;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quantity button {
  background-color: #003c96;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 35px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}
.ban-select .tab-wrap input {
    height: 55px;
}
.gt_container--hich1m .gt_switcher {
  width: 100% !important;
}

html .quantity input {
  padding-left: 5px !important;
}

html body .select-persons-quitity-box-btn input.input-box {
    width: auto;
    height: 35px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.quantity button:hover {
  background-color: #000;
}

.input-box {
  width: 40px;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}

.select-persons-quitity-box-text p {
  margin-bottom: 0;
  color: #050505;
  font-weight: 600;
  font-size: 16px;
}
.select-persons-quitity-box-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.toggle-button-container {
  position: relative;
  width: 200px;
  height: 140px;
  box-sizing: border-box;
}

.toggle-button {
  position: relative;
}
.vai-viajar-com-animal {
  border-top: 1px solid #838383;
  margin-top: 25px;
  padding-top: 20px;
}
.vai-viajar-com-animal ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: space-between;
}
.vai-viajar-com-animal ul li p {
    margin-bottom: 0;
    width: 100%;
    font-weight: 600;
    color: #000;
}

.animais-assistencia p {
    margin-bottom: 0;
    width: 100%;
    color: #000;
    font-weight: 600;
}

.animais-assistencia {
  margin-top: 10px;
}
.animais-assistencia a {
  font-size: 12px;
  color: #003c96;
  font-weight: 600;
  text-decoration: underline;
}
.animais-assistencia button {
  width: 100%;
  margin-top: 15px;
  height: 40px;
  font-size: 18px;
  background: none;
  border: 2px solid #003c96;
  border-radius: 5px;
  color: #000;
  font-weight: 600;
}
.toggle-button:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.knob,
.btn-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btn {
    position: relative;
    top: 50%;
    width: 57px;
    height: 31px;
    margin: -20px auto 0 auto;
    overflow: hidden;
    border: 1px solid #000000;
}

.btn.btn-pill,
.btn.btn-pill > .btn-bg {
  border-radius: 100px;
}

.btn.btn-rect {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knob {
  z-index: 2;
}

.btn-bg {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 1 */
.select-persons-quitity-box #button-1 .knob:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #003c96;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

.select-persons-quitity-box #button-1 .checkbox:checked + .knob:before {
    content: "";
    left: 30px;
    background-color: #003c96;
}

.select-persons-quitity-box #button-1 .checkbox:checked ~ .btn-bg {
    background-color: #c1cbff;
}

.select-persons-quitity-box #button-1 .knob,
#button-1 .knob:before,
#button-1 .btn-bg {
  transition: 0.3s ease all;
}
.banner_text {
    padding-top: 100px;
    text-align: center;
}
.home-inn-banner .banner_text p { 
    font-size: 20px !important;
}
    
.banner_text p {
    text-transform: capitalize;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    /*font-size: 20px;*/
}

.btn-search-tab-wrap {
    width: 38% !important;
    display: inline-flex;
    align-items: center;
    justify-content: end;
}

.btn-search-tab-wrap button {
  margin-left: 0 !important;
  border-radius: 0 !important;
  border: 0;
  width: 100% !important;
}

/* HOTEL PAGE */

.ratio {
  position: relative;
  display: block;
  overflow: hidden;
}

.ratio::before {
  display: block;
  width: 100%;
  content: "";
}

.ratio-1\:1::before {
  padding-bottom: 100%;
}

.ratio-2\:1::before {
  padding-bottom: 50%;
}

.ratio-3\:2::before {
  padding-bottom: 66.66667%;
}

.ratio-3\:4::before {
  padding-bottom: 133.33333%;
}

.ratio-4\:3::before {
  padding-bottom: 75%;
}

.ratio-4\:1::before {
  padding-bottom: 25%;
}

.ratio-5\:4::before {
  padding-bottom: 80%;
}

.ratio-8\:5::before {
  padding-bottom: 62.5%;
}

.ratio-15\:9::before {
  padding-bottom: 60%;
}

.ratio-16\:9::before {
  padding-bottom: 56.25%;
}

.ratio-64\:45::before {
  padding-bottom: 70.3125%;
}

.ratio-6\:5::before {
  padding-bottom: 83.33333%;
}

.ratio-23\:18::before {
  padding-bottom: 78.26087%;
}

.ratio-41\:35::before {
  padding-bottom: 85.36585%;
}

.ratio-41\:45::before {
  padding-bottom: 109.7561%;
}

.ratio-63\:55::before {
  padding-bottom: 87.30159%;
}

:root {
  --font-primary: "Montserrat", sans-serif;
}

:root {
  --text-4: 4px;
  --text-7: 7px;
  --text-10: 10px;
  --text-12: 12px;
  --text-13: 13px;
  --text-14: 14px;
  --text-15: 15px;
  --text-16: 16px;
  --text-18: 18px;
  --text-20: 20px;
  --text-22: 22px;
  --text-24: 24px;
  --text-25: 25px;
  --text-26: 26px;
  --text-30: 30px;
  --text-40: 40px;
  --text-50: 50px;
  --text-60: 60px;
  --text-80: 80px;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-border: #dddddd;
  --color-dark-1: #051036;
  --color-dark-2: #0d2857;
  --color-dark-3: #13357b;
  --color-dark-4: #163c8c;
  --color-light-1: #697488;
  --color-light-2: #f5f5f5;
  --color-light-3: #fbfcff;
  --color-blue-1: #3554d1;
  --color-blue-2: #e5f0fd;
  --color-green-1: #ebfcea;
  --color-green-2: #008009;
  --color-yellow-1: #f8d448;
  --color-yellow-2: #e1c03f;
  --color-yellow-3: #ffc700;
  --color-yellow-4: #fff8dd;
  --color-brown-1: #923e01;
  --color-purple-1: #7e53f9;
  --color-red-1: #d93025;
  --color-red-2: #f1416c;
  --color-red-3: #fff5f8;
  --color-info-1: #cde9f6;
  --color-info-2: #4780aa;
  --color-warning-1: #f7f3d7;
  --color-warning-2: #927238;
  --color-error-1: #ecc8c5;
  --color-error-2: #ab3331;
  --color-success-1: #def2d7;
  --color-success-2: #5b7052;
}

[data-anim-wrap] {
  pointer-events: none;
}

[data-anim-wrap].animated {
  pointer-events: auto;
}

@keyframes reveal {
  100% {
    opacity: 1;
  }
}

[data-anim^="slide-"],
[data-anim-child^="slide-"] {
  opacity: 0;
  transition-property: opacity, transform;
  pointer-events: none;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-anim^="slide-"].is-in-view,
[data-anim-child^="slide-"].is-in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

[data-anim^="slide-up"],
[data-anim-child^="slide-up"] {
  transform: translate3d(0, 40px, 0);
}

[data-anim^="slide-down"],
[data-anim-child^="slide-down"] {
  transform: translate3d(0, -40px, 0);
}

[data-anim^="slide-right"],
[data-anim-child^="slide-right"] {
  transform: translate3d(-40px, 0, 0);
}

[data-anim^="slide-left"],
[data-anim-child^="slide-left"] {
  transform: translate3d(40px, 0, 0);
}

[data-anim^="fade"],
[data-anim-child^="fade"] {
  opacity: 0;
  transition-property: opacity;
  pointer-events: none;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-anim^="fade"].is-in-view,
[data-anim-child^="fade"].is-in-view {
  opacity: 1;
  pointer-events: auto;
}

[data-anim*="delay-1"],
[data-anim-child*="delay-1"] {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}

[data-anim*="delay-1"]::after,
[data-anim-child*="delay-1"]::after {
  animation-delay: 0.1s;
}

[data-anim*="delay-1"] > *,
[data-anim-child*="delay-1"] > * {
  animation-delay: 0.1s;
}

[data-anim*="delay-2"],
[data-anim-child*="delay-2"] {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}

[data-anim*="delay-2"]::after,
[data-anim-child*="delay-2"]::after {
  animation-delay: 0.2s;
}

[data-anim*="delay-2"] > *,
[data-anim-child*="delay-2"] > * {
  animation-delay: 0.2s;
}

[data-anim*="delay-3"],
[data-anim-child*="delay-3"] {
  transition-delay: 0.3s;
  animation-delay: 0.3s;
}

[data-anim*="delay-3"]::after,
[data-anim-child*="delay-3"]::after {
  animation-delay: 0.3s;
}

[data-anim*="delay-3"] > *,
[data-anim-child*="delay-3"] > * {
  animation-delay: 0.3s;
}

[data-anim*="delay-4"],
[data-anim-child*="delay-4"] {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}

[data-anim*="delay-4"]::after,
[data-anim-child*="delay-4"]::after {
  animation-delay: 0.4s;
}

[data-anim*="delay-4"] > *,
[data-anim-child*="delay-4"] > * {
  animation-delay: 0.4s;
}

[data-anim*="delay-5"],
[data-anim-child*="delay-5"] {
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}

[data-anim*="delay-5"]::after,
[data-anim-child*="delay-5"]::after {
  animation-delay: 0.5s;
}

[data-anim*="delay-5"] > *,
[data-anim-child*="delay-5"] > * {
  animation-delay: 0.5s;
}

[data-anim*="delay-6"],
[data-anim-child*="delay-6"] {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}

[data-anim*="delay-6"]::after,
[data-anim-child*="delay-6"]::after {
  animation-delay: 0.6s;
}

[data-anim*="delay-6"] > *,
[data-anim-child*="delay-6"] > * {
  animation-delay: 0.6s;
}

[data-anim*="delay-7"],
[data-anim-child*="delay-7"] {
  transition-delay: 0.7s;
  animation-delay: 0.7s;
}

[data-anim*="delay-7"]::after,
[data-anim-child*="delay-7"]::after {
  animation-delay: 0.7s;
}

[data-anim*="delay-7"] > *,
[data-anim-child*="delay-7"] > * {
  animation-delay: 0.7s;
}

[data-anim*="delay-8"],
[data-anim-child*="delay-8"] {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}

[data-anim*="delay-8"]::after,
[data-anim-child*="delay-8"]::after {
  animation-delay: 0.8s;
}

[data-anim*="delay-8"] > *,
[data-anim-child*="delay-8"] > * {
  animation-delay: 0.8s;
}

[data-anim*="delay-9"],
[data-anim-child*="delay-9"] {
  transition-delay: 0.9s;
  animation-delay: 0.9s;
}

[data-anim*="delay-9"]::after,
[data-anim-child*="delay-9"]::after {
  animation-delay: 0.9s;
}

[data-anim*="delay-9"] > *,
[data-anim-child*="delay-9"] > * {
  animation-delay: 0.9s;
}

[data-anim*="delay-10"],
[data-anim-child*="delay-10"] {
  transition-delay: 1s;
  animation-delay: 1s;
}

[data-anim*="delay-10"]::after,
[data-anim-child*="delay-10"]::after {
  animation-delay: 1s;
}

[data-anim*="delay-10"] > *,
[data-anim-child*="delay-10"] > * {
  animation-delay: 1s;
}

[data-anim*="delay-11"],
[data-anim-child*="delay-11"] {
  transition-delay: 1.1s;
  animation-delay: 1.1s;
}

[data-anim*="delay-11"]::after,
[data-anim-child*="delay-11"]::after {
  animation-delay: 1.1s;
}

[data-anim*="delay-11"] > *,
[data-anim-child*="delay-11"] > * {
  animation-delay: 1.1s;
}

[data-anim*="delay-12"],
[data-anim-child*="delay-12"] {
  transition-delay: 1.2s;
  animation-delay: 1.2s;
}

[data-anim*="delay-12"]::after,
[data-anim-child*="delay-12"]::after {
  animation-delay: 1.2s;
}

[data-anim*="delay-12"] > *,
[data-anim-child*="delay-12"] > * {
  animation-delay: 1.2s;
}

[data-anim*="delay-13"],
[data-anim-child*="delay-13"] {
  transition-delay: 1.3s;
  animation-delay: 1.3s;
}

[data-anim*="delay-13"]::after,
[data-anim-child*="delay-13"]::after {
  animation-delay: 1.3s;
}

[data-anim*="delay-13"] > *,
[data-anim-child*="delay-13"] > * {
  animation-delay: 1.3s;
}

[data-anim*="delay-14"],
[data-anim-child*="delay-14"] {
  transition-delay: 1.4s;
  animation-delay: 1.4s;
}

[data-anim*="delay-14"]::after,
[data-anim-child*="delay-14"]::after {
  animation-delay: 1.4s;
}

[data-anim*="delay-14"] > *,
[data-anim-child*="delay-14"] > * {
  animation-delay: 1.4s;
}

[data-anim*="delay-15"],
[data-anim-child*="delay-15"] {
  transition-delay: 1.5s;
  animation-delay: 1.5s;
}

[data-anim*="delay-15"]::after,
[data-anim-child*="delay-15"]::after {
  animation-delay: 1.5s;
}

[data-anim*="delay-15"] > *,
[data-anim-child*="delay-15"] > * {
  animation-delay: 1.5s;
}

[data-anim*="delay-16"],
[data-anim-child*="delay-16"] {
  transition-delay: 1.6s;
  animation-delay: 1.6s;
}

[data-anim*="delay-16"]::after,
[data-anim-child*="delay-16"]::after {
  animation-delay: 1.6s;
}

[data-anim*="delay-16"] > *,
[data-anim-child*="delay-16"] > * {
  animation-delay: 1.6s;
}

[data-anim*="delay-17"],
[data-anim-child*="delay-17"] {
  transition-delay: 1.7s;
  animation-delay: 1.7s;
}

[data-anim*="delay-17"]::after,
[data-anim-child*="delay-17"]::after {
  animation-delay: 1.7s;
}

[data-anim*="delay-17"] > *,
[data-anim-child*="delay-17"] > * {
  animation-delay: 1.7s;
}

[data-anim*="delay-18"],
[data-anim-child*="delay-18"] {
  transition-delay: 1.8s;
  animation-delay: 1.8s;
}

[data-anim*="delay-18"]::after,
[data-anim-child*="delay-18"]::after {
  animation-delay: 1.8s;
}

[data-anim*="delay-18"] > *,
[data-anim-child*="delay-18"] > * {
  animation-delay: 1.8s;
}

[data-anim*="delay-19"],
[data-anim-child*="delay-19"] {
  transition-delay: 1.9s;
  animation-delay: 1.9s;
}

[data-anim*="delay-19"]::after,
[data-anim-child*="delay-19"]::after {
  animation-delay: 1.9s;
}

[data-anim*="delay-19"] > *,
[data-anim-child*="delay-19"] > * {
  animation-delay: 1.9s;
}

[data-anim*="delay-20"],
[data-anim-child*="delay-20"] {
  transition-delay: 2s;
  animation-delay: 2s;
}

[data-anim*="delay-20"]::after,
[data-anim-child*="delay-20"]::after {
  animation-delay: 2s;
}

[data-anim*="delay-20"] > *,
[data-anim-child*="delay-20"] > * {
  animation-delay: 2s;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
}

body {
  padding: 0;
  font-family: var(--font-primary);
  width: 100%;
  background-color: white;
  color: var(--color-dark-1);
  font-size: 16px;
  line-height: 1.875;
}

/* select,
  input:not([type="range"]),
  textarea {
    border: 0;
    outline: none;
    width: 100%;
    background-color: transparent;
  } */

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
  } */

/* p {
    margin: 0;
    font-size: 16px;
    color: var(--color-light-1);
  }
   */
/* button {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
  } */

button:focus {
  outline: 0;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button.-md {
  padding: 14px 30px;
}

.button.-lg {
  padding: 19px 30px;
}

.button.-min-180 {
  min-width: 180px;
}

.button.-underline:hover {
  text-decoration: underline;
}

.button.-white:hover {
  border-color: var(--color-white);
  background-color: var(--color-white) !important;
  color: white !important;
}

.button.-outline-white {
  border-color: var(--color-white);
}

.button.-outline-white:hover {
  background-color: var(--color-white);
  border-color: transparent;
  color: white !important;
}

.button.-black:hover {
  border-color: var(--color-black);
  background-color: var(--color-black) !important;
  color: white !important;
}

.button.-outline-black {
  border-color: var(--color-black);
}

.button.-outline-black:hover {
  background-color: var(--color-black);
  border-color: transparent;
  color: white !important;
}

.button.-border:hover {
  border-color: var(--color-border);
  background-color: var(--color-border) !important;
  color: white !important;
}

.button.-outline-border {
  border-color: var(--color-border);
}

.button.-outline-border:hover {
  background-color: var(--color-border);
  border-color: transparent;
  color: white !important;
}

.button.-dark-1:hover {
  border-color: var(--color-dark-1);
  background-color: var(--color-dark-1) !important;
  color: white !important;
}

.button.-outline-dark-1 {
  border-color: var(--color-dark-1);
}

.button.-outline-dark-1:hover {
  background-color: var(--color-dark-1);
  border-color: transparent;
  color: white !important;
}

.button.-dark-2:hover {
  border-color: var(--color-dark-2);
  background-color: var(--color-dark-2) !important;
  color: white !important;
}

.button.-outline-dark-2 {
  border-color: var(--color-dark-2);
}

.button.-outline-dark-2:hover {
  background-color: var(--color-dark-2);
  border-color: transparent;
  color: white !important;
}

.button.-dark-3:hover {
  border-color: var(--color-dark-3);
  background-color: var(--color-dark-3) !important;
  color: white !important;
}

.button.-outline-dark-3 {
  border-color: var(--color-dark-3);
}

.button.-outline-dark-3:hover {
  background-color: var(--color-dark-3);
  border-color: transparent;
  color: white !important;
}

.button.-dark-4:hover {
  border-color: var(--color-dark-4);
  background-color: var(--color-dark-4) !important;
  color: white !important;
}

.button.-outline-dark-4 {
  border-color: var(--color-dark-4);
}

.button.-outline-dark-4:hover {
  background-color: var(--color-dark-4);
  border-color: transparent;
  color: white !important;
}

.button.-light-1:hover {
  border-color: var(--color-light-1);
  background-color: var(--color-light-1) !important;
  color: white !important;
}

.button.-outline-light-1 {
  border-color: var(--color-light-1);
}

.button.-outline-light-1:hover {
  background-color: var(--color-light-1);
  border-color: transparent;
  color: white !important;
}

.button.-light-2:hover {
  border-color: var(--color-light-2);
  background-color: var(--color-light-2) !important;
  color: white !important;
}

.button.-outline-light-2 {
  border-color: var(--color-light-2);
}

.button.-outline-light-2:hover {
  background-color: var(--color-light-2);
  border-color: transparent;
  color: white !important;
}

.button.-light-3:hover {
  border-color: var(--color-light-3);
  background-color: var(--color-light-3) !important;
  color: white !important;
}

.button.-outline-light-3 {
  border-color: var(--color-light-3);
}

.button.-outline-light-3:hover {
  background-color: var(--color-light-3);
  border-color: transparent;
  color: white !important;
}

.button.-blue-1:hover, .button.-blue-1.active {
  border-color: #003c96;
  background-color: #003c96 !important;
  color: white !important;
}

input[name="star_rating"]:checked + label {
    border-color: #003c96;
    background-color: #003c96 !important;
    color: white !important;
}

.button.-outline-blue-1 {
  border-color: var(--color-blue-1);
}

.button.-outline-blue-1:hover {
  background-color: var(--color-blue-1);
  border-color: transparent;
  color: white !important;
}

.button.-blue-2:hover {
  border-color: var(--color-blue-2);
  background-color: var(--color-blue-2) !important;
  color: white !important;
}

.button.-outline-blue-2 {
  border-color: var(--color-blue-2);
}

.button.-outline-blue-2:hover {
  background-color: var(--color-blue-2);
  border-color: transparent;
  color: white !important;
}

.button.-green-1:hover {
  border-color: var(--color-green-1);
  background-color: var(--color-green-1) !important;
  color: white !important;
}

.button.-outline-green-1 {
  border-color: var(--color-green-1);
}

.button.-outline-green-1:hover {
  background-color: var(--color-green-1);
  border-color: transparent;
  color: white !important;
}

.button.-green-2:hover {
  border-color: var(--color-green-2);
  background-color: var(--color-green-2) !important;
  color: white !important;
}

.button.-outline-green-2 {
  border-color: var(--color-green-2);
}

.button.-outline-green-2:hover {
  background-color: var(--color-green-2);
  border-color: transparent;
  color: white !important;
}

.button.-yellow-1:hover {
  border-color: var(--color-yellow-1);
  background-color: var(--color-yellow-1) !important;
  color: white !important;
}

.button.-outline-yellow-1 {
  border-color: var(--color-yellow-1);
}

.button.-outline-yellow-1:hover {
  background-color: var(--color-yellow-1);
  border-color: transparent;
  color: white !important;
}

.button.-yellow-2:hover {
  border-color: var(--color-yellow-2);
  background-color: var(--color-yellow-2) !important;
  color: white !important;
}

.button.-outline-yellow-2 {
  border-color: var(--color-yellow-2);
}

.button.-outline-yellow-2:hover {
  background-color: var(--color-yellow-2);
  border-color: transparent;
  color: white !important;
}

.button.-yellow-3:hover {
  border-color: var(--color-yellow-3);
  background-color: var(--color-yellow-3) !important;
  color: white !important;
}

.button.-outline-yellow-3 {
  border-color: var(--color-yellow-3);
}

.button.-outline-yellow-3:hover {
  background-color: var(--color-yellow-3);
  border-color: transparent;
  color: white !important;
}

.button.-yellow-4:hover {
  border-color: var(--color-yellow-4);
  background-color: var(--color-yellow-4) !important;
  color: white !important;
}

.button.-outline-yellow-4 {
  border-color: var(--color-yellow-4);
}

.button.-outline-yellow-4:hover {
  background-color: var(--color-yellow-4);
  border-color: transparent;
  color: white !important;
}

.button.-brown-1:hover {
  border-color: var(--color-brown-1);
  background-color: var(--color-brown-1) !important;
  color: white !important;
}

.button.-outline-brown-1 {
  border-color: var(--color-brown-1);
}

.button.-outline-brown-1:hover {
  background-color: var(--color-brown-1);
  border-color: transparent;
  color: white !important;
}

.button.-purple-1:hover {
  border-color: var(--color-purple-1);
  background-color: var(--color-purple-1) !important;
  color: white !important;
}

.button.-outline-purple-1 {
  border-color: var(--color-purple-1);
}

.button.-outline-purple-1:hover {
  background-color: var(--color-purple-1);
  border-color: transparent;
  color: white !important;
}

.button.-red-1:hover {
  border-color: var(--color-red-1);
  background-color: var(--color-red-1) !important;
  color: white !important;
}

.button.-outline-red-1 {
  border-color: var(--color-red-1);
}

.button.-outline-red-1:hover {
  background-color: var(--color-red-1);
  border-color: transparent;
  color: white !important;
}

.button.-red-2:hover {
  border-color: var(--color-red-2);
  background-color: var(--color-red-2) !important;
  color: white !important;
}

.button.-outline-red-2 {
  border-color: var(--color-red-2);
}

.button.-outline-red-2:hover {
  background-color: var(--color-red-2);
  border-color: transparent;
  color: white !important;
}

.button.-red-3:hover {
  border-color: var(--color-red-3);
  background-color: var(--color-red-3) !important;
  color: white !important;
}

.button.-outline-red-3 {
  border-color: var(--color-red-3);
}

.button.-outline-red-3:hover {
  background-color: var(--color-red-3);
  border-color: transparent;
  color: white !important;
}

.button.-info-1:hover {
  border-color: var(--color-info-1);
  background-color: var(--color-info-1) !important;
  color: white !important;
}

.button.-outline-info-1 {
  border-color: var(--color-info-1);
}

.button.-outline-info-1:hover {
  background-color: var(--color-info-1);
  border-color: transparent;
  color: white !important;
}

.button.-info-2:hover {
  border-color: var(--color-info-2);
  background-color: var(--color-info-2) !important;
  color: white !important;
}

.button.-outline-info-2 {
  border-color: var(--color-info-2);
}

.button.-outline-info-2:hover {
  background-color: var(--color-info-2);
  border-color: transparent;
  color: white !important;
}

.button.-warning-1:hover {
  border-color: var(--color-warning-1);
  background-color: var(--color-warning-1) !important;
  color: white !important;
}

.button.-outline-warning-1 {
  border-color: var(--color-warning-1);
}

.button.-outline-warning-1:hover {
  background-color: var(--color-warning-1);
  border-color: transparent;
  color: white !important;
}

.button.-warning-2:hover {
  border-color: var(--color-warning-2);
  background-color: var(--color-warning-2) !important;
  color: white !important;
}

.button.-outline-warning-2 {
  border-color: var(--color-warning-2);
}

.button.-outline-warning-2:hover {
  background-color: var(--color-warning-2);
  border-color: transparent;
  color: white !important;
}

.button.-error-1:hover {
  border-color: var(--color-error-1);
  background-color: var(--color-error-1) !important;
  color: white !important;
}

.button.-outline-error-1 {
  border-color: var(--color-error-1);
}

.button.-outline-error-1:hover {
  background-color: var(--color-error-1);
  border-color: transparent;
  color: white !important;
}

.button.-error-2:hover {
  border-color: var(--color-error-2);
  background-color: var(--color-error-2) !important;
  color: white !important;
}

.button.-outline-error-2 {
  border-color: var(--color-error-2);
}

.button.-outline-error-2:hover {
  background-color: var(--color-error-2);
  border-color: transparent;
  color: white !important;
}

.button.-success-1:hover {
  border-color: var(--color-success-1);
  background-color: var(--color-success-1) !important;
  color: white !important;
}

.button.-outline-success-1 {
  border-color: var(--color-success-1);
}

.button.-outline-success-1:hover {
  background-color: var(--color-success-1);
  border-color: transparent;
  color: white !important;
}

.button.-success-2:hover {
  border-color: var(--color-success-2);
  background-color: var(--color-success-2) !important;
  color: white !important;
}

.button.-outline-success-2 {
  border-color: var(--color-success-2);
}

.button.-outline-success-2:hover {
  background-color: var(--color-success-2);
  border-color: transparent;
  color: white !important;
}

.button.-white:hover {
  background-color: var(--color-light-3) !important;
  color: var(--color-dark-1) !important;
}

.button.-blue-1-05:hover {
  background-color: rgba(53, 84, 209, 0.05) !important;
  color: var(--color-blue-1) !important;
}

.button.-outline-white:hover {
  background-color: white !important;
  color: var(--color-dark-1) !important;
}

.contact-form select,
.contact-form input:not([type="range"]),
.contact-form textarea {
  border-radius: 4px;
  padding: 17px 20px;
  font-size: 15px;
  letter-spacing: 0.02em;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.contact-form select:focus,
.contact-form input:not([type="range"]):focus,
.contact-form textarea:focus {
  outline: none;
}

.contact-form ::-moz-placeholder {
  font-weight: 400;
}

.contact-form ::placeholder {
  font-weight: 400;
}

input.text-white::-moz-placeholder {
  color: white;
}

input.text-white::placeholder {
  color: white;
}

.form-checkbox {
  cursor: pointer;
  position: relative;
  display: flex;
}

.form-checkbox label {
  margin: 0;
  margin-left: 9px;
  font-size: 14px;
}

.form-checkbox__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-dark-1);
  border-radius: 4px;
}

.form-checkbox__icon {
  display: none;
  position: absolute;
  font-size: 8px;
  color: white;
}

.form-checkbox input {
  cursor: pointer;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.form-checkbox input:checked ~ .form-checkbox__mark {
  background-color: #003c96;
  border-color: #003c96;
}

.form-checkbox input:checked ~ .form-checkbox__mark .form-checkbox__icon {
  display: block;
}

.form-checkbox:hover input ~ .form-checkbox__mark {
  background-color: var(--color-blue-1);
}

.form-checkbox:hover input:checked ~ .form-checkbox__mark {
  background-color: var(--color-blue-1);
}

.form-radio {
  display: flex;
  align-items: center;
}

.form-radio .radio {
  cursor: pointer;
  position: relative;
  display: block;
}

.form-radio .radio__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  border: 1px solid var(--color-dark-1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.form-radio .radio__icon {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--color-white);
  transform-origin: center;
  opacity: 1;
  transform: scale(0.2);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.form-radio .radio input {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.form-radio .radio input:checked ~ .radio__mark {
  border-color: var(--color-blue-1);
  background-color: var(--color-blue-1);
}

.form-radio .radio input:checked ~ .radio__mark .radio__icon {
  opacity: 1;
  transform: scale(1);
}

.form-switch .switch {
  position: relative;
  width: 60px;
  height: 30px;
}

.form-switch .switch__slider {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  border-radius: 30px;
  border: 1px solid var(--color-blue-1);
}

.form-switch .switch__slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 4px;
  background-color: var(--color-blue-1);
  border-radius: 50%;
  transition: 0.3s;
}

.form-switch .switch input {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.form-switch .switch input:checked + .switch__slider {
  background-color: var(--color-blue-1);
}

.form-switch .switch input:checked + .switch__slider::before {
  transform: translateX(29px);
  background-color: white;
}

.single-field input {
  border-radius: 4px;
  padding: 17px 20px;
  font-size: 15px;
  letter-spacing: 0.02em;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.single-field.-w-410 input {
  width: 410px;
}

@media (max-width: 991px) {
  .single-field.-w-410 input {
    width: 100%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.45;
  font-weight: 600;
}

.text-4 {
  font-size: var(--text-4) !important;
}

.text-7 {
  font-size: var(--text-7) !important;
}

.text-10 {
  font-size: var(--text-10) !important;
}

.text-12 {
  font-size: var(--text-12) !important;
}

.text-13 {
  font-size: var(--text-13) !important;
}

.text-14 {
  font-size: var(--text-14) !important;
}

.text-15 {
  font-size: var(--text-15) !important;
}

.text-16 {
  font-size: var(--text-16) !important;
}

.text-18 {
  font-size: var(--text-18) !important;
}

.text-20 {
  font-size: var(--text-20) !important;
}

.text-22 {
  font-size: var(--text-22) !important;
}

.text-24 {
  font-size: var(--text-24) !important;
}

.text-25 {
  font-size: var(--text-25) !important;
}

.text-26 {
  font-size: var(--text-26) !important;
}

.text-30 {
  font-size: var(--text-30) !important;
}

.text-40 {
  font-size: var(--text-40) !important;
}

.text-50 {
  font-size: var(--text-50) !important;
}

.text-60 {
  font-size: var(--text-60) !important;
}

.text-80 {
  font-size: var(--text-80) !important;
}

@media (max-width: 1199px) {
  .xl\:text-4 {
    font-size: var(--text-4) !important;
  }
  .xl\:text-7 {
    font-size: var(--text-7) !important;
  }
  .xl\:text-10 {
    font-size: var(--text-10) !important;
  }
  .xl\:text-12 {
    font-size: var(--text-12) !important;
  }
  .xl\:text-13 {
    font-size: var(--text-13) !important;
  }
  .xl\:text-14 {
    font-size: var(--text-14) !important;
  }
  .xl\:text-15 {
    font-size: var(--text-15) !important;
  }
  .xl\:text-16 {
    font-size: var(--text-16) !important;
  }
  .xl\:text-18 {
    font-size: var(--text-18) !important;
  }
  .xl\:text-20 {
    font-size: var(--text-20) !important;
  }
  .xl\:text-22 {
    font-size: var(--text-22) !important;
  }
  .xl\:text-24 {
    font-size: var(--text-24) !important;
  }
  .xl\:text-25 {
    font-size: var(--text-25) !important;
  }
  .xl\:text-26 {
    font-size: var(--text-26) !important;
  }
  .xl\:text-30 {
    font-size: var(--text-30) !important;
  }
  .xl\:text-40 {
    font-size: var(--text-40) !important;
  }
  .xl\:text-50 {
    font-size: var(--text-50) !important;
  }
  .xl\:text-60 {
    font-size: var(--text-60) !important;
  }
  .xl\:text-80 {
    font-size: var(--text-80) !important;
  }
}

@media (max-width: 991px) {
  .lg\:text-4 {
    font-size: var(--text-4) !important;
  }
  .lg\:text-7 {
    font-size: var(--text-7) !important;
  }
  .lg\:text-10 {
    font-size: var(--text-10) !important;
  }
  .lg\:text-12 {
    font-size: var(--text-12) !important;
  }
  .lg\:text-13 {
    font-size: var(--text-13) !important;
  }
  .lg\:text-14 {
    font-size: var(--text-14) !important;
  }
  .lg\:text-15 {
    font-size: var(--text-15) !important;
  }
  .lg\:text-16 {
    font-size: var(--text-16) !important;
  }
  .lg\:text-18 {
    font-size: var(--text-18) !important;
  }
  .lg\:text-20 {
    font-size: var(--text-20) !important;
  }
  .lg\:text-22 {
    font-size: var(--text-22) !important;
  }
  .lg\:text-24 {
    font-size: var(--text-24) !important;
  }
  .lg\:text-25 {
    font-size: var(--text-25) !important;
  }
  .lg\:text-26 {
    font-size: var(--text-26) !important;
  }
  .lg\:text-30 {
    font-size: var(--text-30) !important;
  }
  .lg\:text-40 {
    font-size: var(--text-40) !important;
  }
  .lg\:text-50 {
    font-size: var(--text-50) !important;
  }
  .lg\:text-60 {
    font-size: var(--text-60) !important;
  }
  .lg\:text-80 {
    font-size: var(--text-80) !important;
  }
}

@media (max-width: 767px) {
  .md\:text-4 {
    font-size: var(--text-4) !important;
  }
  .md\:text-7 {
    font-size: var(--text-7) !important;
  }
  .md\:text-10 {
    font-size: var(--text-10) !important;
  }
  .md\:text-12 {
    font-size: var(--text-12) !important;
  }
  .md\:text-13 {
    font-size: var(--text-13) !important;
  }
  .md\:text-14 {
    font-size: var(--text-14) !important;
  }
  .md\:text-15 {
    font-size: var(--text-15) !important;
  }
  .md\:text-16 {
    font-size: var(--text-16) !important;
  }
  .md\:text-18 {
    font-size: var(--text-18) !important;
  }
  .md\:text-20 {
    font-size: var(--text-20) !important;
  }
  .md\:text-22 {
    font-size: var(--text-22) !important;
  }
  .md\:text-24 {
    font-size: var(--text-24) !important;
  }
  .md\:text-25 {
    font-size: var(--text-25) !important;
  }
  .md\:text-26 {
    font-size: var(--text-26) !important;
  }
  .md\:text-30 {
    font-size: var(--text-30) !important;
  }
  .md\:text-40 {
    font-size: var(--text-40) !important;
  }
  .md\:text-50 {
    font-size: var(--text-50) !important;
  }
  .md\:text-60 {
    font-size: var(--text-60) !important;
  }
  .md\:text-80 {
    font-size: var(--text-80) !important;
  }
}

@media (max-width: 575px) {
  .sm\:text-4 {
    font-size: var(--text-4) !important;
  }
  .sm\:text-7 {
    font-size: var(--text-7) !important;
  }
  .sm\:text-10 {
    font-size: var(--text-10) !important;
  }
  .sm\:text-12 {
    font-size: var(--text-12) !important;
  }
  .sm\:text-13 {
    font-size: var(--text-13) !important;
  }
  .sm\:text-14 {
    font-size: var(--text-14) !important;
  }
  .sm\:text-15 {
    font-size: var(--text-15) !important;
  }
  .sm\:text-16 {
    font-size: var(--text-16) !important;
  }
  .sm\:text-18 {
    font-size: var(--text-18) !important;
  }
  .sm\:text-20 {
    font-size: var(--text-20) !important;
  }
  .sm\:text-22 {
    font-size: var(--text-22) !important;
  }
  .sm\:text-24 {
    font-size: var(--text-24) !important;
  }
  .sm\:text-25 {
    font-size: var(--text-25) !important;
  }
  .sm\:text-26 {
    font-size: var(--text-26) !important;
  }
  .sm\:text-30 {
    font-size: var(--text-30) !important;
  }
  .sm\:text-40 {
    font-size: var(--text-40) !important;
  }
  .sm\:text-50 {
    font-size: var(--text-50) !important;
  }
  .sm\:text-60 {
    font-size: var(--text-60) !important;
  }
  .sm\:text-80 {
    font-size: var(--text-80) !important;
  }
}

@media (max-width: 479px) {
  .xs\:text-4 {
    font-size: var(--text-4) !important;
  }
  .xs\:text-7 {
    font-size: var(--text-7) !important;
  }
  .xs\:text-10 {
    font-size: var(--text-10) !important;
  }
  .xs\:text-12 {
    font-size: var(--text-12) !important;
  }
  .xs\:text-13 {
    font-size: var(--text-13) !important;
  }
  .xs\:text-14 {
    font-size: var(--text-14) !important;
  }
  .xs\:text-15 {
    font-size: var(--text-15) !important;
  }
  .xs\:text-16 {
    font-size: var(--text-16) !important;
  }
  .xs\:text-18 {
    font-size: var(--text-18) !important;
  }
  .xs\:text-20 {
    font-size: var(--text-20) !important;
  }
  .xs\:text-22 {
    font-size: var(--text-22) !important;
  }
  .xs\:text-24 {
    font-size: var(--text-24) !important;
  }
  .xs\:text-25 {
    font-size: var(--text-25) !important;
  }
  .xs\:text-26 {
    font-size: var(--text-26) !important;
  }
  .xs\:text-30 {
    font-size: var(--text-30) !important;
  }
  .xs\:text-40 {
    font-size: var(--text-40) !important;
  }
  .xs\:text-50 {
    font-size: var(--text-50) !important;
  }
  .xs\:text-60 {
    font-size: var(--text-60) !important;
  }
  .xs\:text-80 {
    font-size: var(--text-80) !important;
  }
}

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

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-17 {
  line-height: 1.7 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-19 {
  line-height: 1.9 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 1199px) {
  .xl\:text-center {
    text-align: center !important;
  }
  .xl\:text-right {
    text-align: right !important;
  }
  .xl\:text-left {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  .lg\:text-center {
    text-align: center !important;
  }
  .lg\:text-right {
    text-align: right !important;
  }
  .lg\:text-left {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .md\:text-center {
    text-align: center !important;
  }
  .md\:text-right {
    text-align: right !important;
  }
  .md\:text-left {
    text-align: left !important;
  }
}

@media (max-width: 575px) {
  .sm\:text-center {
    text-align: center !important;
  }
  .sm\:text-right {
    text-align: right !important;
  }
  .sm\:text-left {
    text-align: left !important;
  }
}

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

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

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

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

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

.sectionTitle.-md .sectionTitle__title {
  font-size: var(--text-30);
}

@media (max-width: 767px) {
  .sectionTitle.-md .sectionTitle__title {
    font-size: var(--text-26);
  }
}

.sectionTitle.-lg .sectionTitle__title {
  font-size: var(--text-40);
}

.masthead.-type-1 {
  position: relative;
  padding-top: 330px;
  padding-bottom: 210px;
}

@media (max-width: 991px) {
  .masthead.-type-1 {
    padding-top: 260px;
    padding-bottom: 180px;
  }
}

@media (max-width: 575px) {
  .masthead.-type-1 {
    padding-top: 160px;
    padding-bottom: 20px;
  }
}

.masthead.-type-1 .masthead__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.masthead.-type-1 .masthead__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.masthead.-type-1 .masthead__bg::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(5, 16, 54, 0.5) 0%, #051036 72.43%);
  opacity: 0.85;
}

.masthead.-type-2 {
  position: relative;
}

.masthead.-type-2 .mainSearch {
  position: absolute;
  bottom: 30px;
}

@media (max-width: 1199px) {
  .masthead.-type-2 .mainSearch {
    position: relative;
    bottom: 0;
    width: 100%;
  }
}

.masthead.-type-2 .masthead__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
}

@media (max-width: 1199px) {
  .masthead.-type-2 .masthead__bg {
    height: 100%;
  }
}

.masthead.-type-2 .masthead__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.masthead.-type-2 .masthead__tabs {
  padding-top: 90px;
}

@media (max-width: 767px) {
  .masthead.-type-2 .masthead__tabs {
    padding-top: 74px;
  }
}

.masthead.-type-2 .masthead__content {
  padding-top: 120px;
}

@media (max-width: 1199px) {
  .masthead.-type-2 .masthead__content {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-2 .masthead__content {
    padding-top: 40px;
  }
}

@media (max-width: 575px) {
  .masthead.-type-2 .masthead__content {
    padding-bottom: 20px;
  }
}

.masthead.-type-2 .masthead__images {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr 1fr;
  gap: 30px;
}

@media (max-width: 575px) {
  .masthead.-type-2 .masthead__images {
    gap: 12px;
  }
}

.masthead.-type-2 .masthead__images img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.masthead.-type-2 .masthead__images > *:nth-child(1) {
  grid-row: span 2;
}

.masthead.-type-3 {
  position: relative;
  padding-top: 360px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .masthead.-type-3 {
    padding-top: 220px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-3 {
    padding-top: 160px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
    .topSec .col-md-3, .topSec .col-md-9 {
    width: 50% !important;
}
.ban-select .tab-main {flex-wrap: wrap !important;justify-content: center !important;row-gap: 25px !important;padding: 20px !important;}

.ban-select .tab-main .tab-wrap:nth-child(2):before {
    display: none !important;
}

.ban-select .tab-main .tab-wrap:before {
    display: none !important;
}

.serh-main {
    left: 0 !important;
    border: 1px solid #989898 !important;
    padding: 0 10px !important;
}

.ban-select .tab-wrap .search-offer {
}

.tab-wrap.tab-cal {
    border: 1px solid #989898 !important;
    padding: 0 10px !important;
}

.tab-wrap.select-persons-box {
    border: 1px solid #989898 !important;
}

html {
    overflow-x: hidden !important;
}

.select-persons-quitity-box {
    left: 0 !important;
    width: 100% !important;
    z-index: 9 !important;
}

.htl-text h3 {
    font-size: 12px !important;
}

.hotel-slider .slick-next {
    right: 2px !important;
}

.hotel-slider .slick-prev {
    left: -9px !important;
}

.connect-travell-sec .slick-next {
    right: 0 !important;
}

.connect-travell-sec .slick-prev {
    left: -9px !important;
    z-index: 9 !important;
}

.connect-travell-txt h4 {
    font-size: 12px !important;
}

.best-seller-txt h4 {
    font-size: 12px !important;
}

.best-seller-txt h6 {
    font-size: 12px !important;
}

section.hotels.blogs .hotel-img img {
    height: 400px !important;
    object-fit: cover !important;
}

section.hotels.blogs .hotel-box {
    margin: 10px 0 !important;
}
}
.masthead.-type-3 .masthead__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.masthead.-type-3 .masthead__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.masthead.-type-3 .masthead__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 16, 54, 0.5);
}

.masthead.-type-3 .masthead__tabs {
  margin-top: 110px;
}

@media (max-width: 767px) {
  .masthead.-type-3 .masthead__tabs {
    margin-top: 40px;
  }
}

.masthead.-type-3 .masthead__tabs .tabs__controls {
  bottom: -5px;
}

.masthead.-type-3 .masthead__tabs .tabs__button {
  height: 64px;
}

.masthead.-type-4 {
  position: relative;
  margin: 20px 20px 0 20px;
}

@media (max-width: 1199px) {
  .masthead.-type-4 {
    margin: 0;
  }
}

.masthead.-type-4 .masthead__content {
  position: relative;
  z-index: 1;
  padding-top: 360px;
  padding-bottom: 140px;
}

@media (max-width: 991px) {
  .masthead.-type-4 .masthead__content {
    padding-top: 220px;
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-4 .masthead__content {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}

.masthead.-type-4 .masthead__scroll {
  position: absolute;
  z-index: 5;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .masthead.-type-4 .masthead__scroll {
    display: none;
  }
}

.masthead.-type-4 .masthead__scroll .-line {
  width: 1px;
  height: 48px;
  background-color: white;
  margin-top: 3px;
}

.masthead.-type-4 .masthead-slider {
  position: relative;
  z-index: 0;
}

.masthead.-type-4 .masthead-slider .masthead__image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.masthead.-type-4 .masthead-slider .masthead__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 16, 54, 0.5);
}

.masthead.-type-4 .masthead-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.masthead.-type-4 .masthead-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

.masthead.-type-4 .masthead-slider__nav.-prev {
  left: 40px;
}

.masthead.-type-4 .masthead-slider__nav.-next {
  right: 40px;
}

@media (max-width: 767px) {
  .masthead.-type-4 .masthead-slider__nav {
    top: unset;
    bottom: 30px;
    transform: none;
  }
  .masthead.-type-4 .masthead-slider__nav.-prev {
    left: unset;
    right: calc(50% + 10px);
  }
  .masthead.-type-4 .masthead-slider__nav.-next {
    right: unset;
    left: calc(50% + 10px);
  }
}

.masthead.-type-4 .mainSearch {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .masthead.-type-4 .mainSearch {
    margin-top: 40px;
  }
}

.masthead.-type-5 {
  position: relative;
  padding-top: 260px;
  padding-bottom: 200px;
}

@media (max-width: 991px) {
  .masthead.-type-5 {
    padding-top: 220px;
    padding-bottom: 160px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-5 {
    padding-top: 160px;
    padding-bottom: 40px;
  }
}

.masthead.-type-5 .masthead__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 58%;
  z-index: -1;
}

@media (max-width: 767px) {
  .masthead.-type-5 .masthead__bg {
    width: 100%;
  }
}

.masthead.-type-5 .masthead__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.masthead.-type-5 .masthead__image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42%;
  z-index: -2;
}

.masthead.-type-5 .masthead__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.masthead.-type-5 .-line {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
}

.masthead.-type-5 .-line img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.masthead.-type-6 {
  position: relative;
  padding-top: 360px;
  padding-bottom: 300px;
}

@media (max-width: 1199px) {
  .masthead.-type-6 {
    padding-top: 240px;
    padding-bottom: 180px;
  }
}

@media (max-width: 991px) {
  .masthead.-type-6 {
    padding-top: 200px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-6 {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

.masthead.-type-6 .masthead__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.masthead.-type-6 .masthead__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.masthead.-type-6 .masthead__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 16, 54, 0.5);
}

.masthead.-type-7 {
  position: relative;
  padding-top: 90px;
}

@media (max-width: 991px) {
  .masthead.-type-7 {
    padding-bottom: 200px;
  }
}

.masthead.-type-7 .masthead__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.masthead.-type-7 .masthead__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.masthead.-type-7 .masthead__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 16, 54, 0.5);
}

.masthead.-type-7 .masthead__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 650px;
}

@media (max-width: 991px) {
  .masthead.-type-7 .masthead__content {
    height: auto;
    width: 400px;
    max-width: 100%;
    padding-top: 100px;
    padding-bottom: 220px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-7 .masthead__content {
    padding-top: 60px;
    padding-bottom: 260px;
  }
}

.masthead.-type-7 .masthead-slider {
  overflow: hidden;
  position: relative;
  width: 1720px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 4px;
}

.masthead.-type-7 .masthead-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.masthead.-type-7 .masthead-slider__nav.-prev {
  left: 40px;
}

.masthead.-type-7 .masthead-slider__nav.-next {
  right: 40px;
}

@media (max-width: 767px) {
  .masthead.-type-7 .masthead-slider__nav {
    top: 52%;
  }
  .masthead.-type-7 .masthead-slider__nav.-prev {
    left: unset;
    right: 51%;
  }
  .masthead.-type-7 .masthead-slider__nav.-next {
    right: unset;
    left: 51%;
  }
}

.masthead.-type-7 .mainSearch {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  z-index: 1;
}

@media (max-width: 991px) {
  .masthead.-type-7 .mainSearch {
    bottom: 0;
    width: 480px;
    max-width: calc(100% - 40px);
  }
}

.masthead.-type-8 {
  position: relative;
  padding-top: 200px;
}

@media (max-width: 991px) {
  .masthead.-type-8 {
    padding-top: 160px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-8 {
    padding-top: 120px;
  }
}

.masthead.-type-8 .masthead__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  z-index: -1;
}

.masthead.-type-8 .masthead-bottom {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}

.masthead.-type-8 .mainSearch {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  z-index: 2;
}

@media (max-width: 991px) {
  .masthead.-type-8 .mainSearch {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    max-width: 600px;
  }
}

.masthead.-type-8 .masthead-slider {
  position: relative;
  border-radius: 16px;
  margin: 0 24px;
}

@media (max-width: 767px) {
  .masthead.-type-8 .masthead-slider {
    border-radius: 0;
    margin: 0;
  }
}

.masthead.-type-8 .masthead-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.masthead.-type-8 .masthead-slider__nav.-prev {
  left: 40px;
}

@media (max-width: 767px) {
  .masthead.-type-8 .masthead-slider__nav.-prev {
    left: 12px;
  }
}

.masthead.-type-8 .masthead-slider__nav.-next {
  right: 40px;
}

@media (max-width: 767px) {
  .masthead.-type-8 .masthead-slider__nav.-next {
    right: 12px;
  }
}

.masthead.-type-9 {
  position: relative;
  z-index: 0;
}

.masthead.-type-9 .masthead__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.masthead.-type-9 .masthead__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.masthead.-type-9 .masthead__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 6, 20, 0.3);
}

.masthead.-type-9 .masthead__scroll {
  position: absolute;
  bottom: 30px;
  right: 50px;
}

@media (max-width: 1199px) {
  .masthead.-type-9 .masthead__scroll {
    display: none;
  }
}

.masthead.-type-9 .masthead__scroll .-icon {
  position: relative;
}

.masthead.-type-9 .masthead__scroll .-icon > *:nth-child(1) {
  width: 28px;
  height: 40px;
  border: 2px solid white;
  border-radius: 200px;
}

.masthead.-type-9 .masthead__scroll .-icon > *:nth-child(2) {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 8px;
  height: 8px;
  border: 2px solid white;
  border-radius: 100%;
  transition: all 0.5s ease;
}

.masthead.-type-9 .masthead__scroll:hover .-icon > *:nth-child(2) {
  transform: translateY(16px);
}

.masthead.-type-9 .masthead-slider {
  position: relative;
  z-index: -1;
}

.masthead.-type-9 .masthead-slider .swiper-slide {
  padding-top: 385px;
  padding-bottom: 285px;
}

@media (max-width: 991px) {
  .masthead.-type-9 .masthead-slider .swiper-slide {
    padding-top: 200px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-9 .masthead-slider .swiper-slide {
    padding-top: 160px;
    padding-bottom: 40px;
  }
}

.masthead.-type-9 .masthead-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.masthead.-type-9 .masthead-slider__nav.-prev {
  left: 40px;
}

@media (max-width: 767px) {
  .masthead.-type-9 .masthead-slider__nav.-prev {
    left: 12px;
  }
}

.masthead.-type-9 .masthead-slider__nav.-next {
  right: 40px;
}

@media (max-width: 767px) {
  .masthead.-type-9 .masthead-slider__nav.-next {
    right: 12px;
  }
}

.masthead.-type-9 .mainSearch-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  width: 55vw;
}

@media (max-width: 1300px) {
  .masthead.-type-9 .mainSearch-wrap {
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    width: 100%;
    background-color: transparent !important;
  }
}

@media (max-width: 991px) {
  .masthead.-type-9 .mainSearch-wrap {
    left: unset;
    transform: none;
    position: relative;
    margin-top: 50px;
  }
}

.masthead.-type-10 {
  position: relative;
  padding-top: 360px;
  padding-bottom: 205px;
  background: linear-gradient(
    180deg,
    rgba(53, 84, 209, 0.1) 0%,
    rgba(196, 196, 196, 0) 100%
  );
}

@media (max-width: 991px) {
  .masthead.-type-10 {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-10 {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

.masthead.-type-10 .masthead__content {
  position: relative;
  z-index: 1;
}

.masthead.-type-10 .masthead__image {
  position: absolute;
  z-index: 0;
  display: flex;
  top: 160px;
  right: 0;
}

@media (max-width: 991px) {
  .masthead.-type-10 .masthead__image {
    top: unset;
    position: relative;
    margin-top: 30px;
  }
}

.masthead.-type-10 .container-1500 {
  margin: 0 auto;
  max-width: 1530px;
  padding: 0 15px;
}

@media (max-width: 1600px) {
  .masthead.-type-10 .container-1500 {
    max-width: 1320px;
  }
}

@media (max-width: 1399px) {
  .masthead.-type-10 .container-1500 {
    max-width: 1140px;
  }
}

@media (max-width: 1199px) {
  .masthead.-type-10 .container-1500 {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .masthead.-type-10 .container-1500 {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-10 .container-1500 {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  .masthead.-type-10 .container-1500 {
    max-width: 100%;
  }
}

.masthead.-type-10 .mainSearch .button-grid {
  grid-template-columns: 1fr 1fr auto auto auto auto;
}

@media (max-width: 991px) {
  .masthead.-type-10 .mainSearch .button-grid {
    grid-template-columns: 1fr;
  }
}

.citiesCard.-type-1 {
  position: relative;
  z-index: 0;
}

.citiesCard.-type-1 .citiesCard__image {
  border-radius: inherit;
}

.citiesCard.-type-1 .citiesCard__image img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.citiesCard.-type-1 .citiesCard__content {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.citiesCard.-type-1 .citiesCard__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 16, 54, 0.4);
  border-radius: inherit;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.citiesCard.-type-1 .citiesCard__top {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.citiesCard.-type-1 .citiesCard__bottom {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(80px);
}

.citiesCard.-type-1:hover {
  cursor: pointer;
}

.citiesCard.-type-1:hover .citiesCard__top {
  opacity: 1;
}

.citiesCard.-type-1:hover .citiesCard__bottom {
  transform: translateY(0);
}

.citiesCard.-type-1:hover .citiesCard__bg {
  opacity: 1;
}

.citiesCard.-type-2 {
  position: relative;
  z-index: 0;
}

.citiesCard.-type-2 .citiesCard__image {
  overflow: hidden;
}

.citiesCard.-type-2 .citiesCard__image img {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.citiesCard.-type-2:hover {
  cursor: pointer;
}

.citiesCard.-type-2:hover .citiesCard__image img {
  transform: scale(1.15);
}

.citiesCard.-type-3 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

@media (max-width: 575px) {
  .citiesCard.-type-3 {
    width: 100%;
    padding-bottom: 100%;
  }
  .citiesCard.-type-3 > * {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.citiesCard.-type-3 .citiesCard__image {
  overflow: hidden;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}

.citiesCard.-type-3 .citiesCard__image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.citiesCard.-type-3 .citiesCard__content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.citiesCard.-type-3 .citiesCard__content::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(5, 16, 54, 0.6) 0%,
    rgba(5, 16, 54, 0) 63.5%
  );
}

.citiesCard.-type-3:hover .citiesCard__image img {
  transform: scale(1.1);
}

.citiesCard.-type-4 .citiesCard__image {
  overflow: hidden;
}

.citiesCard.-type-4 .citiesCard__image img {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.citiesCard.-type-4:hover .citiesCard__image img {
  transform: scale(1.1);
}

.citiesCard.-type-5 {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.citiesCard.-type-5:hover {
  background-color: var(--color-blue-1) !important;
}

.citiesCard.-type-5:hover * {
  color: white !important;
}

.ctaCard.-type-1 {
  position: relative;
  z-index: 0;
}

.ctaCard.-type-1 .ctaCard__image {
  border-radius: inherit;
}

.ctaCard.-type-1 .ctaCard__image img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.ctaCard.-type-1 .ctaCard__content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.ctaCard.-type-1 .ctaCard__content::before {
  content: "";
  border-radius: inherit;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(5, 16, 54, 0.7) 0%,
    rgba(5, 16, 54, 0) 100%
  );
}

.ctaCard.-type-1.-no-overlay .ctaCard__content::before {
  display: none;
}

.tabs__content {
  position: relative;
}

.tabs__pane {
  position: absolute;
  top: 0;
  visibility: hidden;
  transition: none;
  opacity: 0;
}

.tabs__pane.is-tab-el-active {
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  position: relative;
  opacity: 1;
  visibility: visible;
}

.tabs.-pills .tabs__controls .tabs__button {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-pills .tabs__controls .tabs__button:hover {
  color: var(--color-blue-1) !important;
}

.tabs.-pills .tabs__controls .tabs__button.is-tab-el-active {
  color: var(--color-blue-1) !important;
  background-color: rgba(53, 84, 209, 0.05);
}

.tabs.-pills-2 .tabs__controls .tabs__button {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-pills-2 .tabs__controls .tabs__button:hover {
  color: var(--color-blue-1) !important;
}

.tabs.-pills-2 .tabs__controls .tabs__button.is-tab-el-active {
  color: var(--color-white) !important;
  background-color: var(--color-blue-1) !important;
}

.tabs.-pills-3 .tabs__controls .tabs__button {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-pills-3 .tabs__controls .tabs__button:hover {
  color: var(--color-dark-3) !important;
}

.tabs.-pills-3 .tabs__controls .tabs__button.is-tab-el-active {
  color: var(--color-white) !important;
  background-color: var(--color-dark-3) !important;
}

.tabs__controls {
  position: relative;
  overflow: auto;
  scroll-snap-type: x mandatory;
  white-space: nowrap;
}

.tabs__controls > div {
  scroll-snap-align: center;
}

.tabs.-bookmark .tabs__controls {
  position: relative;
  overflow: auto;
  scroll-snap-type: x mandatory;
}

.tabs.-bookmark .tabs__controls > div {
  scroll-snap-align: center;
}

.tabs.-bookmark .tabs__button {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-bookmark .tabs__button:hover {
  color: var(--color-blue-1) !important;
}

.tabs.-bookmark .tabs__button.is-tab-el-active {
  color: var(--color-dark-1) !important;
  background-color: white;
}

.tabs.-bookmark-2 .tabs__controls {
  position: relative;
  overflow: auto;
  scroll-snap-type: x mandatory;
}

.tabs.-bookmark-2 .tabs__controls > div {
  scroll-snap-align: center;
}

.tabs.-bookmark-2 .tabs__button {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-bookmark-2 .tabs__button:hover {
  color: var(--color-blue-1) !important;
}

.tabs.-bookmark-2 .tabs__button.is-tab-el-active {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.1);
}

.tabs.-underline .tabs__controls .tabs__button {
  position: relative;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-underline .tabs__controls .tabs__button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.tabs.-underline .tabs__controls .tabs__button:hover {
  color: var(--color-blue-1) !important;
}

.tabs.-underline .tabs__controls .tabs__button.is-tab-el-active::after {
  opacity: 1;
}

.tabs.-underline-2 .tabs__controls .tabs__button {
  position: relative;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-underline-2 .tabs__controls .tabs__button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-blue-1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.tabs.-underline-2 .tabs__controls .tabs__button:hover {
  color: var(--color-blue-1) !important;
}

.tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active {
  color: var(--color-blue-1) !important;
}

.tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active::after {
  opacity: 1;
}

.accordion__icon {
  position: relative;
}

.accordion__icon .icon {
  transition: all 0.2s ease-out;
}

.accordion__icon .icon:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}

.accordion__icon .icon:nth-child(2) {
  position: relative;
  transform: rotate(-90deg);
  opacity: 0;
}

.accordion__item.is-active .accordion__icon > *:nth-child(1) {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion__item.is-active .accordion__icon > *:nth-child(2) {
  transform: none;
  opacity: 1;
}

.accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.accordion__button {
  cursor: pointer;
}

.accordion.-simple .accordion__button {
  cursor: pointer;
  transition: 0.4s;
}

.accordion.-simple .accordion__button button {
  color: var(--text-dark-1);
}

.accordion.-simple .accordion__icon {
  transition: all 0.2s ease-out;
}

.accordion.-simple .accordion__icon > *:nth-child(1) {
  position: absolute;
  transition: all 0.2s ease-out;
}

.accordion.-simple .accordion__icon > *:nth-child(2) {
  position: relative;
  transform: rotate(-90deg);
  opacity: 0;
  transition: all 0.2s ease-out;
}

.accordion.-simple .accordion__item.is-active .accordion__icon {
  background-color: var(--color-dark-1) !important;
  color: white !important;
}

.accordion.-simple
  .accordion__item.is-active
  .accordion__icon
  > *:nth-child(1) {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion.-simple
  .accordion__item.is-active
  .accordion__icon
  > *:nth-child(2) {
  transform: none;
  opacity: 1;
}

.accordion.-map .accordion__icon {
  transition: all 0.2s ease-out;
}

.accordion.-map .accordion__item.is-active .accordion__icon {
  background-color: var(--color-blue-1) !important;
  color: white !important;
}

.accordion.-map .accordion__item.is-active .accordion__icon > * {
  transform: none !important;
  opacity: 1 !important;
}

.accordion.-db-sidebar .accordion__button {
  cursor: pointer;
  transition: 0.4s;
}

.accordion.-db-sidebar .accordion__button button {
  color: var(--text-dark-1);
}

.accordion.-db-sidebar .accordion__icon {
  transition: all 0.2s ease-out;
}

.accordion.-db-sidebar .accordion__icon > *:nth-child(1) {
  position: absolute;
  transition: all 0.2s ease-out;
}

.accordion.-db-sidebar .accordion__icon > *:nth-child(2) {
  position: relative;
  transform: rotate(-90deg);
  opacity: 0;
  transition: all 0.2s ease-out;
}

.accordion.-db-sidebar .accordion__item.is-active .sidebar__button {
  background-color: rgba(53, 84, 209, 0.05) !important;
  color: var(--color-blue-1) !important;
}

.accordion.-db-sidebar .accordion__item.is-active .accordion__icon {
  background-color: var(--color-dark-1) !important;
  color: white !important;
}

.accordion.-db-sidebar
  .accordion__item.is-active
  .accordion__icon
  > *:nth-child(1) {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion.-db-sidebar
  .accordion__item.is-active
  .accordion__icon
  > *:nth-child(2) {
  transform: none;
  opacity: 1;
}

.header-margin {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .header-margin {
    margin-top: 80px;
  }
}

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 767px) {
  .header {
    height: 80px;
  }
}

.header.-fixed {
  position: absolute !important;
}

.header .is-menu-opened-hide {
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header.is-menu-opened {
  background-color: white !important;
  border-bottom: 1px solid var(--color-border);
}

.header.is-menu-opened .is-menu-opened-hide {
  opacity: 0;
  pointer-events: none;
}

.header.is-sticky {
  margin: 0 !important;
}

.header .row {
  flex-wrap: nowrap;
}

.header__container {
  width: 100%;
}

.header__container-1500 {
  max-width: 1560px;
}

.header .header-logo {
  position: relative;
}

.header .header-logo img {
  width: 140px;
}

@media (max-width: 767px) {
  .header .header-logo img {
    max-width: 120px;
  }
}

.header .header-logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.header .header-logo.is-logo-dark img:nth-child(1) {
  opacity: 0;
}

.header .header-logo.is-logo-dark img:nth-child(2) {
  opacity: 1;
}

.header.-type-2 {
  margin-top: 20px;
  transition: background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    margin 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 1199px) {
  .header.-type-2 {
    margin-top: 0;
  }
}

.header.-type-2.is-sticky {
  margin: 0;
}

@media (max-width: 1199px) {
  .header.-type-2 .col-auto-menu {
    position: absolute;
  }
}

@media (max-width: 767px) {
  .header.-type-5 .header__buttons > *:nth-child(1) {
    color: white !important;
    background-color: var(--color-dark-1) !important;
    border-color: var(--color-dark-1) !important;
  }
  .header.-type-5 .header__buttons > *:nth-child(1):hover {
    background-color: var(--color-blue-1) !important;
    color: white !important;
    border-color: var(--color-blue-1) !important;
  }
  .header.-type-5 .header__buttons > *:nth-child(2) {
    color: var(--color-dark-1) !important;
    border-color: var(--color-dark-1) !important;
  }
  .header.-type-5 .header__buttons > *:nth-child(2):hover {
    background-color: var(--color-blue-1) !important;
    color: white !important;
    border-color: var(--color-blue-1) !important;
  }
}

.header.-type-5.-header-5-sticky {
  background-color: white !important;
  box-shadow: 0px 10px 30px 0px #05103608;
}

.header.-type-5.-header-5-sticky .header__buttons > *:nth-child(1) {
  color: white !important;
  background-color: var(--color-dark-1) !important;
  border-color: var(--color-dark-1) !important;
}

.header.-type-5.-header-5-sticky .header__buttons > *:nth-child(1):hover {
  background-color: var(--color-blue-1) !important;
  color: white !important;
  border-color: var(--color-blue-1) !important;
}

.header.-type-5.-header-5-sticky .header__buttons > *:nth-child(2) {
  color: var(--color-dark-1) !important;
  border-color: var(--color-dark-1) !important;
}

.header.-type-5.-header-5-sticky .header__buttons > *:nth-child(2):hover {
  background-color: var(--color-blue-1) !important;
  color: white !important;
  border-color: var(--color-blue-1) !important;
}

@media (max-width: 1199px) {
  .header.-type-9 .header-menu {
    top: 120px;
    height: calc(100vh - 120px);
  }
}

.header.-dashboard .header__container {
  display: flex;
  align-items: center;
}

.header.-dashboard .header__container > .row {
  width: 100%;
}

.header.-dashboard .-left-side {
  flex-shrink: 0;
  width: calc(var(--dashboard-width) - 30px);
}

@media (max-width: 991px) {
  .header.-dashboard .-left-side {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .header .header-menu .menu li {
    position: relative;
  }
  .header .header-menu .menu li a {
    cursor: pointer;
  }
  .header .header-menu .menu li:hover > .subnav {
    opacity: 1;
    pointer-events: auto;
  }
  .header .header-menu .menu li.-has-mega-menu:hover > .mega {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .header .header-menu .menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .header-menu .menu__nav {
    display: flex;
  }
  .header .header-menu .menu__nav > li {
    padding: 25px 0;
  }
  .header .header-menu .menu__nav > li.menu-item-has-children > a .icon {
    font-size: 7px;
  }
  .header .header-menu .menu__nav > li > .subnav::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 20px;
    width: 10px;
    height: 10px;
    background-color: white;
    transform: rotate(45deg);
  }
  .header .header-menu .menu__nav a {
    padding: 0 10px;
  }
  .header .header-menu .menu .subnav {
    position: absolute;
    top: 100%;
    background-color: white;
    border-radius: 4px;
    color: var(--color-dark-1) !important;
    min-width: 240px;
    padding: 20px;
    box-shadow: 0px 10px 60px 0px #0510360d;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .header-menu .menu .subnav__backBtn {
    display: none;
  }
  .header .header-menu .menu .subnav .subnav {
    top: 0;
    left: 100%;
  }
  .header .header-menu .menu .subnav > li > a {
    padding: 5px 15px;
    border-radius: 4px;
  }
  .header .header-menu .menu .subnav > li > a:hover {
    color: var(--color-blue-1);
    background-color: rgba(53, 84, 209, 0.05);
  }
  .header .header-menu .menu .mega-mobile {
    display: none;
  }
  .header .header-menu .menu .mega {
    position: absolute;
    top: 100%;
    background-color: white;
    padding: 30px;
    border-radius: 4px;
    color: var(--color-dark-1);
    width: 800px;
    box-shadow: 0px 10px 30px 0px #05103608;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    pointer-events: none;
  }
  .header .header-menu .menu .mega__content {
    display: flex;
    justify-content: space-between;
  }
  .header .header-menu .menu .mega__grid {
    display: grid;
    gap: 60px;
    grid-template-columns: auto auto auto;
  }
  .header .header-menu .menu .mega__image {
    width: 270px;
  }
  .header .header-menu .menu .mega__image img {
    width: 100%;
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .header .header-menu .menu .mega a {
    padding-left: 0px;
    padding-right: 0px;
  }
  .header .header-menu .menu__backButton {
    display: none;
  }
  .header .header-menu .mobile-overlay {
    display: none;
  }
  .header .header-menu .mobile-bg {
    display: none;
  }
  .header .header-menu .mobile-back-button {
    display: none;
  }
  .header .header-menu .mobile-footer {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header .header-menu {
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: calc(100vh - 80px);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    pointer-events: none;
  }
  .header .header-menu.is-menu-active {
    opacity: 1;
    pointer-events: auto;
  }
  .header .header-menu.is-menu-active .-is-active {
    pointer-events: auto !important;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .header .header-menu .mega {
    display: none;
  }
  .header .header-menu ul {
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .header .header-menu__content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .header .header-menu .mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(5, 16, 54, 0.7);
    z-index: -2;
  }
  .header .header-menu .mobile-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: white;
  }
  .header .header-menu .menu {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    padding: 20px;
    padding-top: 40px;
  }
  .header .header-menu .menu ul {
    pointer-events: none;
  }
  .header .header-menu .menu li {
    overflow: hidden;
  }
  .header .header-menu .menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    font-weight: 500;
    color: var(--color-dark-1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .header-menu .menu a .icon {
    font-size: 8px;
    transform: rotate(-90deg);
  }
  .header .header-menu .menu a:hover {
    color: var(--color-blue-1);
  }
  .header .header-menu .menu__nav {
    display: flex;
    flex-direction: column;
  }
  .header .header-menu .menu__nav > li > a {
    font-size: 20px;
  }
  .header .header-menu .menu__nav > li > a:hover {
    background-color: rgba(53, 84, 209, 0.05) !important;
  }
  .header .header-menu .menu .subnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 40px;
  }
  .header .header-menu .menu .subnav li {
    padding: 0 20px;
  }
  .header .header-menu .menu .subnav a {
    height: 40px;
    font-size: 18px;
    padding: 0 20px;
    transform: translateY(100%);
  }
  .header .header-menu .menu .subnav__backBtn {
    margin-bottom: 20px;
  }
  .header .header-menu .menu .subnav__backBtn li {
    padding: 0;
  }
  .header .header-menu .menu .subnav__backBtn a {
    justify-content: flex-start;
    height: 50px;
    font-size: 20px;
    color: var(--color-blue-1);
    background-color: rgba(53, 84, 209, 0.05) !important;
  }
  .header .header-menu .menu .subnav__backBtn a .icon {
    margin-right: 12px;
    transform: rotate(90deg);
  }
}

.cardImage {
  position: relative;
  z-index: 0;
  border-radius: inherit;
}

.cardImage:hover .cardImage-slider__nav {
  opacity: 1 !important;
}

.cardImage:hover .pagination__item {
  opacity: 1 !important;
}

.cardImage__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: inherit;
  box-shadow: 0 0 20px 0 #000;
}

.cardImage__content > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}

.cardImage .cardImage-slider .swiper-wrapper {
  position: relative;
  z-index: 0;
}

.cardImage .cardImage-slider__pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  color: rgba(255, 255, 255, 0.7);
}

.cardImage .cardImage-slider__pagination.-sm {
  bottom: 15px;
}

.cardImage .cardImage-slider__pagination > * + * {
  margin-left: 7px;
}

.cardImage .cardImage-slider__pagination .pagination__item {
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0.75);
  opacity: 0;
}

.cardImage .cardImage-slider__pagination .pagination__item.is-active {
  transform: scale(1);
  background-color: var(--color-white);
  opacity: 1;
}

.cardImage .cardImage-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.cardImage .cardImage-slider__nav.-prev {
  left: 20px;
}

.cardImage .cardImage-slider__nav.-next {
  right: 20px;
}

.cardImage__wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
}

.cardImage__wishlist.-sm {
  top: 10px;
  right: 10px;
}

.cardImage__leftBadge {
  position: absolute;
  top: 20px;
  left: 0;
}

.footer.-dashboard {
  border-top: 1px solid var(--color-border);
}

.footer.-dashboard .footer__row {
  padding: 15px 0;
}

.mainSearch {
  position: relative;
  z-index: 20;
}

@media (max-width: 991px) {
  .mainSearch {
    width: 100%;
    border-radius: 4px !important;
  }
}

.mainSearch .button-grid {
  display: grid;
  grid-template-columns: 1fr 250px 290px auto;
}

.mainSearch .button-grid > * + * {
  border-left: 1px solid var(--color-border);
}

@media (max-width: 991px) {
  .mainSearch .button-grid {
    grid-template-columns: 1fr;
  }
  .mainSearch .button-grid > * + * {
    border-left: 0;
    border-top: 1px solid var(--color-border);
  }
}

.mainSearch .button-item {
  border: none !important;
}

@media (max-width: 991px) {
  .mainSearch__submit {
    border-radius: 4px !important;
  }
}

.mainSearch.-col-2 .button-grid {
  grid-template-columns: 1fr 1fr min-content;
}

@media (max-width: 991px) {
  .mainSearch.-col-2 .button-grid {
    grid-template-columns: 1fr;
  }
}

.mainSearch.-col-4 .button-grid {
  grid-template-columns: auto auto 200px 200px min-content;
}

@media (max-width: 991px) {
  .mainSearch.-col-4 .button-grid {
    grid-template-columns: 1fr;
  }
}

.mainSearch.-col-3-big .button-grid {
  grid-template-columns: 1fr 0.6fr 0.6fr auto;
}

@media (max-width: 991px) {
  .mainSearch.-col-3-big .button-grid {
    grid-template-columns: 1fr;
  }
}

.mainSearch.-col-5 .button-grid {
  grid-template-columns: auto auto auto auto auto min-content;
}

@media (max-width: 991px) {
  .mainSearch.-col-5 .button-grid {
    grid-template-columns: 1fr;
  }
  .mainSearch.-col-5 .button-grid > * + * {
    border-left: 0;
    border-top: 1px solid var(--color-border);
  }
}

.mainSearch.-w-900 {
  width: 900px;
}

@media (max-width: 991px) {
  .mainSearch.-w-900 {
    width: auto;
  }
}

.mainSearch.-w-1070 {
  width: 1070px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .mainSearch.-w-1070 {
    width: auto;
  }
}

.searchMenu-loc {
  position: relative;
}

.searchMenu-loc__field {
  position: absolute;
  margin-top: 30px;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 500px;
  max-width: 100vw;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .searchMenu-loc__field {
    width: auto;
    left: -20px;
    right: -20px;
  }
}

@media (max-width: 575px) {
  .searchMenu-loc__field {
    left: -35px;
    right: -35px;
  }
}

.searchMenu-loc__field.-is-active {
  pointer-events: auto;
  opacity: 1;
}

.searchMenu-loc .-link:hover {
  background-color: rgba(53, 84, 209, 0.05) !important;
}

.searchMenu-date {
  position: relative;
}

.searchMenu-date.-left .searchMenu-date__field {
  transform: none !important;
}

.searchMenu-date.-right .searchMenu-date__field {
  left: unset;
  right: 0;
  transform: none !important;
}

.searchMenu-date__field {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  width: 900px;
  max-width: 100vw;
  margin-top: 30px;
  box-shadow: 0px 10px 60px 0px #0510360d;
  transform: translateX(-31%);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
}

.searchMenu-date__field.-is-active {
  pointer-events: auto;
  opacity: 1;
}

@media (max-width: 991px) {
  .searchMenu-date__field {
    transform: none;
    width: auto;
    left: -20px;
    right: -20px;
  }
}

@media (max-width: 575px) {
  .searchMenu-date__field {
    left: -35px;
    right: -35px;
  }
}

.searchMenu-guests {
  position: relative;
}

.searchMenu-guests__field {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  width: 400px;
  max-width: 100vw;
  margin-top: 30px;
  box-shadow: 0px 10px 60px 0px #0510360d;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .searchMenu-guests__field {
    width: auto;
    left: -20px;
    right: -20px;
  }
}

@media (max-width: 575px) {
  .searchMenu-guests__field {
    left: -35px;
    right: -35px;
  }
}

.searchMenu-guests__field.-is-active {
  pointer-events: auto;
  opacity: 1;
}

.featureIcon.-type-1.-hover-shadow {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.featureIcon.-type-1.-hover-shadow:hover {
  box-shadow: 0px 20px 40px 0px #05103612;
}

.testimonials-slider-2 .swiper-slide {
  opacity: 0.8;
}

.testimonials-slider-2 .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.testimonials.-type-2 .testimonials__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.testimonials.-type-2 .testimonials__image > img:nth-child(2) {
  position: absolute;
  z-index: 1;
  width: 96px;
  height: 96px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pagination.-dots {
  display: flex;
}

.pagination.-dots > * {
  margin: 0 5px;
}

.pagination.-dots .pagination__item {
  background-color: currentColor;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0.75);
}

.pagination.-dots .pagination__item.is-active {
  background-color: var(--color-blue-1);
  transform: scale(1);
}

.arrow-left-hover {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.arrow-left-hover:hover {
  color: var(--color-purple-1);
  transform: translateX(-5px) scale(1.25);
}

.arrow-right-hover {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.arrow-right-hover:hover {
  color: var(--color-purple-1);
  transform: translateX(5px) scale(1.25);
}

.pagination.-buttons {
  display: flex;
  align-items: center;
}

.pagination.-buttons > * + * {
  margin-left: 40px;
}

.pagination.-buttons .pagination__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  background-color: var(--color-light-7);
  color: var(--color-purple-1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pagination.-buttons .pagination__button .icon {
  font-size: 12px;
}

.pagination.-buttons .pagination__button:hover {
  background-color: var(--color-purple-1);
  color: white;
}

.pagination.-buttons .pagination__count > * {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: var(--color-dark-1);
}

.pagination.-buttons .pagination__count > * + * {
  margin-left: 30px;
}

.pagination.-buttons .pagination__count a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 16px;
  height: 2px;
  transform: translateX(-50%);
  background-color: var(--color-purple-1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.pagination.-buttons .pagination__count a.-count-is-active {
  color: var(--color-purple-1);
}

.pagination.-buttons .pagination__count a.-count-is-active::after {
  opacity: 1;
}

.pagination.-avatars {
  display: flex;
  align-items: center;
}

.pagination.-avatars .pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination.-avatars .pagination__item::before {
  content: "";
  position: absolute;
  border-radius: 100%;
  width: 92px;
  height: 92px;
  border: 2px solid var(--color-dark-1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.pagination.-avatars .pagination__item.is-active::before {
  opacity: 1;
}

:root {
  --dashboard-width: 300px;
}

@media (max-width: 1199px) {
  :root {
    --dashboard-width: 250px;
  }
}

.dashboard {
  display: flex;
}

@media (max-width: 991px) {
  .dashboard {
    flex-direction: column;
  }
}

.dashboard__main {
  overflow: hidden;
  width: 100%;
  padding-left: var(--dashboard-width);
  will-change: padding-left;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dashboard__main::after {
  content: "";
  display: none;
  position: fixed;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .dashboard__main {
    padding-left: 0;
  }
  .dashboard__main::after {
    display: block;
  }
}

.dashboard__content {
  width: 100%;
  padding: 60px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .dashboard__content {
    padding: 30px;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .dashboard__content {
    padding: 20px;
    padding-bottom: 0;
  }
}

.dashboard__sidebar {
  overflow-y: scroll;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: var(--dashboard-width);
  height: calc(100% - 90px);
  padding: 30px;
  padding-top: 60px;
  padding-bottom: 40px;
  will-change: transform;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 991px) {
  .dashboard__sidebar {
    transform: translateX(-100%);
  }
}

@media (max-width: 767px) {
  .dashboard__sidebar {
    width: 80%;
    height: calc(100% - 80px);
  }
}

@media (max-width: 991px) {
  .dashboard.-is-sidebar-open .dashboard__sidebar {
    transform: none;
  }
  .dashboard.-is-sidebar-open .dashboard__main::after {
    pointer-events: auto;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .dashboard.-is-sidebar-open .dashboard__sidebar {
    transform: translateX(-100%);
  }
  .dashboard.-is-sidebar-open .dashboard__main {
    padding-left: 0;
  }
  .dashboard.-is-sidebar-open .dashboard__main::after {
    pointer-events: auto;
    opacity: 1;
  }
}

.sidebar.-dashboard .sidebar__item {
  border: none;
}

.sidebar.-dashboard .sidebar__button {
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 0 15px;
  height: 55px;
}

@media (max-width: 575px) {
  .sidebar.-dashboard .sidebar__button {
    height: 45px;
  }
}

.sidebar.-dashboard .sidebar__button.-is-active {
  background-color: rgba(53, 84, 209, 0.05);
  color: var(--color-blue-1) !important;
}

.scroll-bar-1::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.scroll-bar-1::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}

.dropdown {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

.dropdown__button {
  height: 40px;
}

.dropdown .icon {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dropdown.-is-dd-active .border-light {
  border: 2px solid var(--color-dark-1) !important;
}

.dropdown.-is-dd-active .icon {
  transform: rotate(180deg);
}

.dropdown__item {
  position: absolute;
  z-index: 500;
  pointer-events: none;
  top: 100%;
  left: 50%;
  padding: 26px;
  background-color: white;
  box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  min-width: 180px;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(-50%);
  opacity: 0;
}

.dropdown:hover .dropdown__item {
  z-index: 20;
  transform: translateX(-50%);
  opacity: 1;
  pointer-events: auto;
}

.toggle-element {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  pointer-events: none;
}

.toggle-element.-down {
  transform: translateY(20px);
}

.toggle-element.-is-el-visible {
  z-index: 25;
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.toggle-element.-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  padding: 14px 20px;
  background-color: white;
  box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  min-width: 160px;
  border-radius: 4px;
  border: 1px solid var(--color-border);
  font-weight: 500;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(-50%);
}

.toggle-element.-dropdown-2 {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 10px;
  background-color: white;
  box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  min-width: 120px;
  border-radius: 4px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(-50%);
}

.toggle-element.-dropdown-2 a {
  padding: 10px;
}

.toggle-element.-dropdown-2 a:hover {
  background-color: var(--color-light-2);
  color: var(--color-dark-1);
}

.blogCard.-type-1 .blogCard__image {
  overflow: hidden;
}

.blogCard.-type-1 .blogCard__image img {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blogCard.-type-1:hover .blogCard__image img {
  transform: scale(1.1);
}

.blogCard.-type-2 .blogCard__image {
  overflow: hidden;
}

.blogCard.-type-2 .blogCard__image img {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blogCard.-type-2:hover .blogCard__image img {
  transform: scale(1.15);
}

.blogCard.-type-3 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.blogCard.-type-3 .blogCard__image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.blogCard.-type-3 .blogCard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blogCard.-type-3 .blogCard__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(5, 16, 54, 0) 0%,
    rgba(5, 16, 54, 0.7) 100%
  );
  padding-left: 50px;
  padding-bottom: 30px;
  padding: 20px 20px;
}

.blogCard.-type-3:hover .blogCard__image img {
  transform: scale(1.1);
}

[data-slider] > div > [data-sign] {
  background-color: unset;
  width: unset;
  height: unset;
  border-radius: unset;
  display: inline-block;
  text-align: unset;
  margin-top: 22px;
  color: black;
}

[data-slider] > div > [data-sign]:last-child {
  float: right;
}

[data-slider] > div > [data-sign] span::before {
  content: "Min Price: $";
  display: inline-block;
}

[data-slider] > div > [data-sign]:last-child span::before {
  content: "Max Price: $";
  display: inline-block;
}

[data-slider] > div > [data-sign] > span {
  font-size: 14px;
  line-height: 16px;
}

[data-slider] {
  position: relative;
  border-radius: 10px;
  text-align: left;
}

[data-slider] > div {
  width: 100%;
}

[data-slider] > div > [data-inverse-left] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
  background-color: var(--color-blue-2);
}

[data-slider] > div > [data-inverse-right] {
  position: absolute;
  right: 0;
  height: 5px;
  border-radius: 10px;
  background-color: var(--color-blue-2);
}

[data-slider] > div > [data-range] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 14px;
  background-color: var(--color-blue-1);
}

[data-slider] > div > [data-thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 17px;
  width: 17px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  outline: none;
  border: 2px solid var(--color-blue-1);
}

div[data-slider] > input[type="range"]::-ms-thumb {
  pointer-events: all;
  width: 17px;
  height: 17px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[data-slider] > input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  width: 17px;
  height: 17px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[data-slider] > input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 17px;
  height: 17px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[data-slider] > input[type="range"]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[data-slider] > input[type="range"]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

[data-slider] > input[type="range"] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 5px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[data-slider] > input[type="range"]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[data-slider] > input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[data-slider] > input[type="range"]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[data-slider] > input[type="range"]:focus {
  outline: none;
}

div[data-slider] > input[type="range"]::-ms-tooltip {
  display: none;
}

[data-slider] > div > [data-sign] {
  display: inline-block;
  text-align: center;
  padding: 4px 16px;
  border-radius: 8px;
  margin-top: 22px;
}

[data-slider] > div > [data-sign] > span {
  font-size: 12px;
  line-height: 28px;
}

[data-slider]:hover > div > [data-sign] {
  opacity: 1;
}

.select {
  position: relative;
}

.select__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  height: 70px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  background-color: white;
  text-align: left;
}

.select__icon {
  width: 20px;
  height: 20px;
}

.select__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid var(--color-light-8);
  background-color: white;
  padding: 20px;
  width: 100%;
  min-height: 150px;
  max-height: 300px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #dddddd;
  transition: all 0.2s ease;
  pointer-events: none;
  opacity: 0;
}

.select__dropdown.-is-visible {
  opacity: 1;
  pointer-events: auto;
}

.select__options {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
}

.select__options::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.select__options::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

.select__options__button {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 6px 0;
  text-align: left;
  transition: all 0.15s ease;
}

.select__options__button:hover {
  cursor: pointer;
  color: var(--color-purple-1) !important;
}

.select__options__button:focus {
  color: var(--color-purple-1) !important;
}

.select__search {
  flex-shrink: 0;
  height: 50px;
  border-radius: 4px;
  background-color: #f5f5f5 !important;
  color: black;
  padding: 0 20px;
  margin-bottom: 12px;
}

.mapFilter {
  overflow: hidden;
  position: fixed;
  top: 30px;
  bottom: 70px;
  left: 30px;
  right: 30px;
  z-index: 1000;
  border-radius: 4px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 1400px) {
  .mapFilter {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}

@media (max-width: 1199px) {
  .mapFilter {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
  }
}

.mapFilter.-is-active {
  pointer-events: auto;
  opacity: 1;
}

.mapFilter__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 16, 54, 0.4);
}

.mapFilter__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}

@media (max-width: 575px) {
  .mapFilter__close {
    right: 50%;
    transform: translateX(50%);
  }
}

.mapFilter__grid {
  display: grid;
  gap: 0;
  grid-template-columns: 515px 1fr;
  width: 100%;
  height: 100%;
  background-color: white;
  padding-left: 340px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 991px) {
  .mapFilter__grid {
    grid-template-columns: 420px 1fr;
  }
}

@media (max-width: 767px) {
  .mapFilter__grid {
    grid-template-columns: 250px 1fr;
    padding-left: 330px;
  }
  .mapFilter__grid .ratio {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 575px) {
  .mapFilter__grid {
    grid-template-columns: 1fr;
  }
}

.mapFilter__grid.-filters-hidden {
  padding-left: 80px;
}

.mapFilter__grid.-filters-hidden .mapFilter-filter {
  transform: translateX(-255px);
}

@media (max-width: 767px) {
  .mapFilter__grid.-filters-hidden {
    padding-left: 70px;
  }
}

.mapFilter-filter {
  overflow-y: scroll;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0px 10px 35px 0px #0510361a;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mapFilter-filter__item {
  border-top: 1px solid var(--color-border);
  padding-top: 20px;
  margin-top: 20px;
}

.mapFilter-results {
  overflow-y: scroll;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 575px) {
  .mapFilter-results {
    display: none;
  }
}

.mapFilter-results__item {
  border-top: 1px solid var(--color-border);
  padding-top: 20px;
  margin-top: 20px;
}

.mapFilter-map {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mapFilter-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.scroll-bar-1::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.scroll-bar-1::-webkit-scrollbar-thumb {
  background-color: #e7e7e7;
  border-radius: 4px;
}

.hotelsCard.-type-1 .hotelsCard__image {
  overflow: hidden;
  border-radius: 4px;
}

.hotelsCard.-type-1 .hotelsCard__image .cardImage__content .swiper-slide,
.hotelsCard.-type-1 .hotelsCard__image .cardImage__content > img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hotelsCard.-type-1 .hotelsCard__image .swiper-slide-active {
  position: relative;
  z-index: 2;
}

.hotelsCard.-type-1 .hotelsCard__title span {
  background-image: linear-gradient(transparent 24px, black 20px);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.hotelsCard.-type-1:hover .hotelsCard__image .cardImage__content > img,
.hotelsCard.-type-1:hover .hotelsCard__image .swiper-slide {
  transform: scale(1.15);
}

.hotelsCard.-type-1:hover .hotelsCard__title span {
  background-size: 100% !important;
}

.tourCard.-type-1 .tourCard__image {
  overflow: hidden;
  border-radius: 4px;
}

.tourCard.-type-1 .tourCard__image .cardImage__content .swiper-slide,
.tourCard.-type-1 .tourCard__image .cardImage__content > img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tourCard.-type-1 .tourCard__image .swiper-slide-active {
  position: relative;
  z-index: 2;
}

.tourCard.-type-1 .tourCard__title span {
  background-image: linear-gradient(transparent 24px, black 20px);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.tourCard.-type-1:hover .tourCard__image .cardImage__content > img,
.tourCard.-type-1:hover .tourCard__image .swiper-slide {
  transform: scale(1.15);
}

.tourCard.-type-1:hover .tourCard__title span {
  background-size: 100% !important;
}

.activityCard.-type-1 .activityCard__image {
  overflow: hidden;
  border-radius: 4px;
}

.activityCard.-type-1 .activityCard__image .cardImage__content .swiper-slide,
.activityCard.-type-1 .activityCard__image .cardImage__content > img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.activityCard.-type-1 .activityCard__image .swiper-slide-active {
  position: relative;
  z-index: 2;
}

.activityCard.-type-1 .activityCard__title span {
  background-image: linear-gradient(transparent 24px, black 20px);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.activityCard.-type-1:hover .activityCard__image .cardImage__content > img,
.activityCard.-type-1:hover .activityCard__image .swiper-slide {
  transform: scale(1.15);
}

.activityCard.-type-1:hover .activityCard__title span {
  background-size: 100% !important;
}

.rentalCard.-type-1 .rentalCard__image {
  overflow: hidden;
  border-radius: 4px;
}

.rentalCard.-type-1 .rentalCard__image .cardImage__content .swiper-slide,
.rentalCard.-type-1 .rentalCard__image .cardImage__content > img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rentalCard.-type-1 .rentalCard__image .swiper-slide-active {
  position: relative;
  z-index: 2;
}

.rentalCard.-type-1 .rentalCard__title span {
  background-image: linear-gradient(transparent 24px, black 20px);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.rentalCard.-type-1:hover .rentalCard__image .cardImage__content > img,
.rentalCard.-type-1:hover .rentalCard__image .swiper-slide {
  transform: scale(1.15);
}

.rentalCard.-type-1:hover .rentalCard__title span {
  background-size: 100% !important;
}

.rentalCard.-type-2 .rentalCard__image {
  overflow: hidden;
  border-radius: 4px;
}

.rentalCard.-type-2 .rentalCard__image .cardImage__content .swiper-slide,
.rentalCard.-type-2 .rentalCard__image .cardImage__content > img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rentalCard.-type-2 .rentalCard__image .swiper-slide-active {
  position: relative;
  z-index: 2;
}

.rentalCard.-type-2 .rentalCard__title span {
  background-image: linear-gradient(transparent 24px, black 20px);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.rentalCard.-type-2:hover .rentalCard__image .cardImage__content > img,
.rentalCard.-type-2:hover .rentalCard__image .swiper-slide {
  transform: scale(1.15);
}

.rentalCard.-type-2:hover .rentalCard__title span {
  background-size: 100% !important;
}

.carCard.-type-1 .carCard__image {
  overflow: hidden;
  border-radius: 4px;
}

.carCard.-type-1 .carCard__image .cardImage__content .swiper-slide,
.carCard.-type-1 .carCard__image .cardImage__content > img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.carCard.-type-1 .carCard__image .swiper-slide-active {
  position: relative;
  z-index: 2;
}

.carCard.-type-1:hover .carCard__image .cardImage__content > img,
.carCard.-type-1:hover .carCard__image .swiper-slide {
  transform: scale(1.05);
}

.cruiseCard.-type-1 .cruiseCard__image {
  overflow: hidden;
  border-radius: 4px;
}

.cruiseCard.-type-1 .cruiseCard__image .cardImage__content .swiper-slide,
.cruiseCard.-type-1 .cruiseCard__image .cardImage__content > img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cruiseCard.-type-1 .cruiseCard__image .swiper-slide-active {
  position: relative;
  z-index: 2;
}

.cruiseCard.-type-1 .cruiseCard__title span {
  background-image: linear-gradient(transparent 24px, black 20px);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.cruiseCard.-type-1:hover .cruiseCard__image .cardImage__content > img,
.cruiseCard.-type-1:hover .cruiseCard__image .swiper-slide {
  transform: scale(1.15);
}

.cruiseCard.-type-1:hover .cruiseCard__title span {
  background-size: 100% !important;
}

.tourTypeCard.-type-1 {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tourTypeCard.-type-1:hover {
  background-color: var(--color-blue-1) !important;
  transform: translateY(-10px);
}

.tourTypeCard.-type-1:hover .tourTypeCard__content > * {
  color: white !important;
}

.destCard.-type-1 {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.destCard.-type-1 .destCard__image {
  overflow: hidden;
}

.destCard.-type-1 .destCard__image img {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.destCard.-type-1:hover .destCard__image img {
  transform: scale(1.15);
}

.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.preloader__wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 30px;
  background-color: white;
  box-shadow: 0px 2px 24px 0px #00000014;
  animation-name: preloaderWraper;
  animation-iteration-count: infinite;
  animation-duration: 1.8s;
  animation-timing-function: ease;
}

.preloader__icon {
  position: absolute;
  animation-name: preloader;
  animation-iteration-count: infinite;
  animation-duration: 1.8s;
  animation-timing-function: ease;
}

.preloader__title {
  font-size: 47px;
  font-weight: 600;
  line-height: 68px;
  letter-spacing: 0em;
  margin-top: 16px;
}

.preloader.-is-hidden {
  opacity: 0;
  pointer-events: none;
}

@keyframes preloaderWraper {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: none;
  }
}

@keyframes preloader {
  0% {
    transform: translateY(150%) scale(1);
  }
  50% {
    transform: translateY(0%) scale(1.2) rotate(20deg);
  }
  100% {
    transform: translateY(-150%) rotate(-20deg);
  }
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

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

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pl-28 {
  padding-left: 28px !important;
}

.pr-28 {
  padding-right: 28px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.mr-28 {
  margin-right: 28px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

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

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

@media (max-width: 1199px) {
  .xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .xl\:pt-0 {
    padding-top: 0px !important;
  }
  .xl\:pb-0 {
    padding-bottom: 0px !important;
  }
  .xl\:pl-0 {
    padding-left: 0px !important;
  }
  .xl\:pr-0 {
    padding-right: 0px !important;
  }
  .xl\:mt-0 {
    margin-top: 0px !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0px !important;
  }
  .xl\:ml-0 {
    margin-left: 0px !important;
  }
  .xl\:mr-0 {
    margin-right: 0px !important;
  }
  .xl\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .xl\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .xl\:pt-4 {
    padding-top: 4px !important;
  }
  .xl\:pb-4 {
    padding-bottom: 4px !important;
  }
  .xl\:pl-4 {
    padding-left: 4px !important;
  }
  .xl\:pr-4 {
    padding-right: 4px !important;
  }
  .xl\:mt-4 {
    margin-top: 4px !important;
  }
  .xl\:mb-4 {
    margin-bottom: 4px !important;
  }
  .xl\:ml-4 {
    margin-left: 4px !important;
  }
  .xl\:mr-4 {
    margin-right: 4px !important;
  }
  .xl\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .xl\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .xl\:pt-5 {
    padding-top: 5px !important;
  }
  .xl\:pb-5 {
    padding-bottom: 5px !important;
  }
  .xl\:pl-5 {
    padding-left: 5px !important;
  }
  .xl\:pr-5 {
    padding-right: 5px !important;
  }
  .xl\:mt-5 {
    margin-top: 5px !important;
  }
  .xl\:mb-5 {
    margin-bottom: 5px !important;
  }
  .xl\:ml-5 {
    margin-left: 5px !important;
  }
  .xl\:mr-5 {
    margin-right: 5px !important;
  }
  .xl\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .xl\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .xl\:pt-10 {
    padding-top: 10px !important;
  }
  .xl\:pb-10 {
    padding-bottom: 10px !important;
  }
  .xl\:pl-10 {
    padding-left: 10px !important;
  }
  .xl\:pr-10 {
    padding-right: 10px !important;
  }
  .xl\:mt-10 {
    margin-top: 10px !important;
  }
  .xl\:mb-10 {
    margin-bottom: 10px !important;
  }
  .xl\:ml-10 {
    margin-left: 10px !important;
  }
  .xl\:mr-10 {
    margin-right: 10px !important;
  }
  .xl\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .xl\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .xl\:pt-15 {
    padding-top: 15px !important;
  }
  .xl\:pb-15 {
    padding-bottom: 15px !important;
  }
  .xl\:pl-15 {
    padding-left: 15px !important;
  }
  .xl\:pr-15 {
    padding-right: 15px !important;
  }
  .xl\:mt-15 {
    margin-top: 15px !important;
  }
  .xl\:mb-15 {
    margin-bottom: 15px !important;
  }
  .xl\:ml-15 {
    margin-left: 15px !important;
  }
  .xl\:mr-15 {
    margin-right: 15px !important;
  }
  .xl\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .xl\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .xl\:pt-20 {
    padding-top: 20px !important;
  }
  .xl\:pb-20 {
    padding-bottom: 20px !important;
  }
  .xl\:pl-20 {
    padding-left: 20px !important;
  }
  .xl\:pr-20 {
    padding-right: 20px !important;
  }
  .xl\:mt-20 {
    margin-top: 20px !important;
  }
  .xl\:mb-20 {
    margin-bottom: 20px !important;
  }
  .xl\:ml-20 {
    margin-left: 20px !important;
  }
  .xl\:mr-20 {
    margin-right: 20px !important;
  }
  .xl\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .xl\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .xl\:pt-24 {
    padding-top: 24px !important;
  }
  .xl\:pb-24 {
    padding-bottom: 24px !important;
  }
  .xl\:pl-24 {
    padding-left: 24px !important;
  }
  .xl\:pr-24 {
    padding-right: 24px !important;
  }
  .xl\:mt-24 {
    margin-top: 24px !important;
  }
  .xl\:mb-24 {
    margin-bottom: 24px !important;
  }
  .xl\:ml-24 {
    margin-left: 24px !important;
  }
  .xl\:mr-24 {
    margin-right: 24px !important;
  }
  .xl\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .xl\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .xl\:pt-28 {
    padding-top: 28px !important;
  }
  .xl\:pb-28 {
    padding-bottom: 28px !important;
  }
  .xl\:pl-28 {
    padding-left: 28px !important;
  }
  .xl\:pr-28 {
    padding-right: 28px !important;
  }
  .xl\:mt-28 {
    margin-top: 28px !important;
  }
  .xl\:mb-28 {
    margin-bottom: 28px !important;
  }
  .xl\:ml-28 {
    margin-left: 28px !important;
  }
  .xl\:mr-28 {
    margin-right: 28px !important;
  }
  .xl\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .xl\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .xl\:pt-30 {
    padding-top: 30px !important;
  }
  .xl\:pb-30 {
    padding-bottom: 30px !important;
  }
  .xl\:pl-30 {
    padding-left: 30px !important;
  }
  .xl\:pr-30 {
    padding-right: 30px !important;
  }
  .xl\:mt-30 {
    margin-top: 30px !important;
  }
  .xl\:mb-30 {
    margin-bottom: 30px !important;
  }
  .xl\:ml-30 {
    margin-left: 30px !important;
  }
  .xl\:mr-30 {
    margin-right: 30px !important;
  }
  .xl\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .xl\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .xl\:pt-35 {
    padding-top: 35px !important;
  }
  .xl\:pb-35 {
    padding-bottom: 35px !important;
  }
  .xl\:pl-35 {
    padding-left: 35px !important;
  }
  .xl\:pr-35 {
    padding-right: 35px !important;
  }
  .xl\:mt-35 {
    margin-top: 35px !important;
  }
  .xl\:mb-35 {
    margin-bottom: 35px !important;
  }
  .xl\:ml-35 {
    margin-left: 35px !important;
  }
  .xl\:mr-35 {
    margin-right: 35px !important;
  }
  .xl\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .xl\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .xl\:pt-40 {
    padding-top: 40px !important;
  }
  .xl\:pb-40 {
    padding-bottom: 40px !important;
  }
  .xl\:pl-40 {
    padding-left: 40px !important;
  }
  .xl\:pr-40 {
    padding-right: 40px !important;
  }
  .xl\:mt-40 {
    margin-top: 40px !important;
  }
  .xl\:mb-40 {
    margin-bottom: 40px !important;
  }
  .xl\:ml-40 {
    margin-left: 40px !important;
  }
  .xl\:mr-40 {
    margin-right: 40px !important;
  }
  .xl\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .xl\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .xl\:pt-45 {
    padding-top: 45px !important;
  }
  .xl\:pb-45 {
    padding-bottom: 45px !important;
  }
  .xl\:pl-45 {
    padding-left: 45px !important;
  }
  .xl\:pr-45 {
    padding-right: 45px !important;
  }
  .xl\:mt-45 {
    margin-top: 45px !important;
  }
  .xl\:mb-45 {
    margin-bottom: 45px !important;
  }
  .xl\:ml-45 {
    margin-left: 45px !important;
  }
  .xl\:mr-45 {
    margin-right: 45px !important;
  }
  .xl\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .xl\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .xl\:pt-50 {
    padding-top: 50px !important;
  }
  .xl\:pb-50 {
    padding-bottom: 50px !important;
  }
  .xl\:pl-50 {
    padding-left: 50px !important;
  }
  .xl\:pr-50 {
    padding-right: 50px !important;
  }
  .xl\:mt-50 {
    margin-top: 50px !important;
  }
  .xl\:mb-50 {
    margin-bottom: 50px !important;
  }
  .xl\:ml-50 {
    margin-left: 50px !important;
  }
  .xl\:mr-50 {
    margin-right: 50px !important;
  }
  .xl\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .xl\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .xl\:pt-60 {
    padding-top: 60px !important;
  }
  .xl\:pb-60 {
    padding-bottom: 60px !important;
  }
  .xl\:pl-60 {
    padding-left: 60px !important;
  }
  .xl\:pr-60 {
    padding-right: 60px !important;
  }
  .xl\:mt-60 {
    margin-top: 60px !important;
  }
  .xl\:mb-60 {
    margin-bottom: 60px !important;
  }
  .xl\:ml-60 {
    margin-left: 60px !important;
  }
  .xl\:mr-60 {
    margin-right: 60px !important;
  }
  .xl\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .xl\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .xl\:pt-70 {
    padding-top: 70px !important;
  }
  .xl\:pb-70 {
    padding-bottom: 70px !important;
  }
  .xl\:pl-70 {
    padding-left: 70px !important;
  }
  .xl\:pr-70 {
    padding-right: 70px !important;
  }
  .xl\:mt-70 {
    margin-top: 70px !important;
  }
  .xl\:mb-70 {
    margin-bottom: 70px !important;
  }
  .xl\:ml-70 {
    margin-left: 70px !important;
  }
  .xl\:mr-70 {
    margin-right: 70px !important;
  }
  .xl\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .xl\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .xl\:pt-80 {
    padding-top: 80px !important;
  }
  .xl\:pb-80 {
    padding-bottom: 80px !important;
  }
  .xl\:pl-80 {
    padding-left: 80px !important;
  }
  .xl\:pr-80 {
    padding-right: 80px !important;
  }
  .xl\:mt-80 {
    margin-top: 80px !important;
  }
  .xl\:mb-80 {
    margin-bottom: 80px !important;
  }
  .xl\:ml-80 {
    margin-left: 80px !important;
  }
  .xl\:mr-80 {
    margin-right: 80px !important;
  }
  .xl\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .xl\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .xl\:pt-90 {
    padding-top: 90px !important;
  }
  .xl\:pb-90 {
    padding-bottom: 90px !important;
  }
  .xl\:pl-90 {
    padding-left: 90px !important;
  }
  .xl\:pr-90 {
    padding-right: 90px !important;
  }
  .xl\:mt-90 {
    margin-top: 90px !important;
  }
  .xl\:mb-90 {
    margin-bottom: 90px !important;
  }
  .xl\:ml-90 {
    margin-left: 90px !important;
  }
  .xl\:mr-90 {
    margin-right: 90px !important;
  }
  .xl\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .xl\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .xl\:pt-120 {
    padding-top: 120px !important;
  }
  .xl\:pb-120 {
    padding-bottom: 120px !important;
  }
  .xl\:pl-120 {
    padding-left: 120px !important;
  }
  .xl\:pr-120 {
    padding-right: 120px !important;
  }
  .xl\:mt-120 {
    margin-top: 120px !important;
  }
  .xl\:mb-120 {
    margin-bottom: 120px !important;
  }
  .xl\:ml-120 {
    margin-left: 120px !important;
  }
  .xl\:mr-120 {
    margin-right: 120px !important;
  }
}

@media (max-width: 991px) {
  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lg\:pt-0 {
    padding-top: 0px !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0px !important;
  }
  .lg\:pl-0 {
    padding-left: 0px !important;
  }
  .lg\:pr-0 {
    padding-right: 0px !important;
  }
  .lg\:mt-0 {
    margin-top: 0px !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }
  .lg\:ml-0 {
    margin-left: 0px !important;
  }
  .lg\:mr-0 {
    margin-right: 0px !important;
  }
  .lg\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .lg\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .lg\:pt-4 {
    padding-top: 4px !important;
  }
  .lg\:pb-4 {
    padding-bottom: 4px !important;
  }
  .lg\:pl-4 {
    padding-left: 4px !important;
  }
  .lg\:pr-4 {
    padding-right: 4px !important;
  }
  .lg\:mt-4 {
    margin-top: 4px !important;
  }
  .lg\:mb-4 {
    margin-bottom: 4px !important;
  }
  .lg\:ml-4 {
    margin-left: 4px !important;
  }
  .lg\:mr-4 {
    margin-right: 4px !important;
  }
  .lg\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .lg\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .lg\:pt-5 {
    padding-top: 5px !important;
  }
  .lg\:pb-5 {
    padding-bottom: 5px !important;
  }
  .lg\:pl-5 {
    padding-left: 5px !important;
  }
  .lg\:pr-5 {
    padding-right: 5px !important;
  }
  .lg\:mt-5 {
    margin-top: 5px !important;
  }
  .lg\:mb-5 {
    margin-bottom: 5px !important;
  }
  .lg\:ml-5 {
    margin-left: 5px !important;
  }
  .lg\:mr-5 {
    margin-right: 5px !important;
  }
  .lg\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .lg\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .lg\:pt-10 {
    padding-top: 10px !important;
  }
  .lg\:pb-10 {
    padding-bottom: 10px !important;
  }
  .lg\:pl-10 {
    padding-left: 10px !important;
  }
  .lg\:pr-10 {
    padding-right: 10px !important;
  }
  .lg\:mt-10 {
    margin-top: 10px !important;
  }
  .lg\:mb-10 {
    margin-bottom: 10px !important;
  }
  .lg\:ml-10 {
    margin-left: 10px !important;
  }
  .lg\:mr-10 {
    margin-right: 10px !important;
  }
  .lg\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .lg\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .lg\:pt-15 {
    padding-top: 15px !important;
  }
  .lg\:pb-15 {
    padding-bottom: 15px !important;
  }
  .lg\:pl-15 {
    padding-left: 15px !important;
  }
  .lg\:pr-15 {
    padding-right: 15px !important;
  }
  .lg\:mt-15 {
    margin-top: 15px !important;
  }
  .lg\:mb-15 {
    margin-bottom: 15px !important;
  }
  .lg\:ml-15 {
    margin-left: 15px !important;
  }
  .lg\:mr-15 {
    margin-right: 15px !important;
  }
  .lg\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .lg\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .lg\:pt-20 {
    padding-top: 20px !important;
  }
  .lg\:pb-20 {
    padding-bottom: 20px !important;
  }
  .lg\:pl-20 {
    padding-left: 20px !important;
  }
  .lg\:pr-20 {
    padding-right: 20px !important;
  }
  .lg\:mt-20 {
    margin-top: 20px !important;
  }
  .lg\:mb-20 {
    margin-bottom: 20px !important;
  }
  .lg\:ml-20 {
    margin-left: 20px !important;
  }
  .lg\:mr-20 {
    margin-right: 20px !important;
  }
  .lg\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .lg\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .lg\:pt-24 {
    padding-top: 24px !important;
  }
  .lg\:pb-24 {
    padding-bottom: 24px !important;
  }
  .lg\:pl-24 {
    padding-left: 24px !important;
  }
  .lg\:pr-24 {
    padding-right: 24px !important;
  }
  .lg\:mt-24 {
    margin-top: 24px !important;
  }
  .lg\:mb-24 {
    margin-bottom: 24px !important;
  }
  .lg\:ml-24 {
    margin-left: 24px !important;
  }
  .lg\:mr-24 {
    margin-right: 24px !important;
  }
  .lg\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .lg\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .lg\:pt-28 {
    padding-top: 28px !important;
  }
  .lg\:pb-28 {
    padding-bottom: 28px !important;
  }
  .lg\:pl-28 {
    padding-left: 28px !important;
  }
  .lg\:pr-28 {
    padding-right: 28px !important;
  }
  .lg\:mt-28 {
    margin-top: 28px !important;
  }
  .lg\:mb-28 {
    margin-bottom: 28px !important;
  }
  .lg\:ml-28 {
    margin-left: 28px !important;
  }
  .lg\:mr-28 {
    margin-right: 28px !important;
  }
  .lg\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .lg\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .lg\:pt-30 {
    padding-top: 30px !important;
  }
  .lg\:pb-30 {
    padding-bottom: 30px !important;
  }
  .lg\:pl-30 {
    padding-left: 30px !important;
  }
  .lg\:pr-30 {
    padding-right: 30px !important;
  }
  .lg\:mt-30 {
    margin-top: 30px !important;
  }
  .lg\:mb-30 {
    margin-bottom: 30px !important;
  }
  .lg\:ml-30 {
    margin-left: 30px !important;
  }
  .lg\:mr-30 {
    margin-right: 30px !important;
  }
  .lg\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .lg\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .lg\:pt-35 {
    padding-top: 35px !important;
  }
  .lg\:pb-35 {
    padding-bottom: 35px !important;
  }
  .lg\:pl-35 {
    padding-left: 35px !important;
  }
  .lg\:pr-35 {
    padding-right: 35px !important;
  }
  .lg\:mt-35 {
    margin-top: 35px !important;
  }
  .lg\:mb-35 {
    margin-bottom: 35px !important;
  }
  .lg\:ml-35 {
    margin-left: 35px !important;
  }
  .lg\:mr-35 {
    margin-right: 35px !important;
  }
  .lg\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .lg\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .lg\:pt-40 {
    padding-top: 40px !important;
  }
  .lg\:pb-40 {
    padding-bottom: 40px !important;
  }
  .lg\:pl-40 {
    padding-left: 40px !important;
  }
  .lg\:pr-40 {
    padding-right: 40px !important;
  }
  .lg\:mt-40 {
    margin-top: 40px !important;
  }
  .lg\:mb-40 {
    margin-bottom: 40px !important;
  }
  .lg\:ml-40 {
    margin-left: 40px !important;
  }
  .lg\:mr-40 {
    margin-right: 40px !important;
  }
  .lg\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .lg\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .lg\:pt-45 {
    padding-top: 45px !important;
  }
  .lg\:pb-45 {
    padding-bottom: 45px !important;
  }
  .lg\:pl-45 {
    padding-left: 45px !important;
  }
  .lg\:pr-45 {
    padding-right: 45px !important;
  }
  .lg\:mt-45 {
    margin-top: 45px !important;
  }
  .lg\:mb-45 {
    margin-bottom: 45px !important;
  }
  .lg\:ml-45 {
    margin-left: 45px !important;
  }
  .lg\:mr-45 {
    margin-right: 45px !important;
  }
  .lg\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .lg\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .lg\:pt-50 {
    padding-top: 50px !important;
  }
  .lg\:pb-50 {
    padding-bottom: 50px !important;
  }
  .lg\:pl-50 {
    padding-left: 50px !important;
  }
  .lg\:pr-50 {
    padding-right: 50px !important;
  }
  .lg\:mt-50 {
    margin-top: 50px !important;
  }
  .lg\:mb-50 {
    margin-bottom: 50px !important;
  }
  .lg\:ml-50 {
    margin-left: 50px !important;
  }
  .lg\:mr-50 {
    margin-right: 50px !important;
  }
  .lg\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .lg\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .lg\:pt-60 {
    padding-top: 60px !important;
  }
  .lg\:pb-60 {
    padding-bottom: 60px !important;
  }
  .lg\:pl-60 {
    padding-left: 60px !important;
  }
  .lg\:pr-60 {
    padding-right: 60px !important;
  }
  .lg\:mt-60 {
    margin-top: 60px !important;
  }
  .lg\:mb-60 {
    margin-bottom: 60px !important;
  }
  .lg\:ml-60 {
    margin-left: 60px !important;
  }
  .lg\:mr-60 {
    margin-right: 60px !important;
  }
  .lg\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .lg\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .lg\:pt-70 {
    padding-top: 70px !important;
  }
  .lg\:pb-70 {
    padding-bottom: 70px !important;
  }
  .lg\:pl-70 {
    padding-left: 70px !important;
  }
  .lg\:pr-70 {
    padding-right: 70px !important;
  }
  .lg\:mt-70 {
    margin-top: 70px !important;
  }
  .lg\:mb-70 {
    margin-bottom: 70px !important;
  }
  .lg\:ml-70 {
    margin-left: 70px !important;
  }
  .lg\:mr-70 {
    margin-right: 70px !important;
  }
  .lg\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .lg\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .lg\:pt-80 {
    padding-top: 80px !important;
  }
  .lg\:pb-80 {
    padding-bottom: 80px !important;
  }
  .lg\:pl-80 {
    padding-left: 80px !important;
  }
  .lg\:pr-80 {
    padding-right: 80px !important;
  }
  .lg\:mt-80 {
    margin-top: 80px !important;
  }
  .lg\:mb-80 {
    margin-bottom: 80px !important;
  }
  .lg\:ml-80 {
    margin-left: 80px !important;
  }
  .lg\:mr-80 {
    margin-right: 80px !important;
  }
  .lg\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .lg\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .lg\:pt-90 {
    padding-top: 90px !important;
  }
  .lg\:pb-90 {
    padding-bottom: 90px !important;
  }
  .lg\:pl-90 {
    padding-left: 90px !important;
  }
  .lg\:pr-90 {
    padding-right: 90px !important;
  }
  .lg\:mt-90 {
    margin-top: 90px !important;
  }
  .lg\:mb-90 {
    margin-bottom: 90px !important;
  }
  .lg\:ml-90 {
    margin-left: 90px !important;
  }
  .lg\:mr-90 {
    margin-right: 90px !important;
  }
  .lg\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .lg\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .lg\:pt-120 {
    padding-top: 120px !important;
  }
  .lg\:pb-120 {
    padding-bottom: 120px !important;
  }
  .lg\:pl-120 {
    padding-left: 120px !important;
  }
  .lg\:pr-120 {
    padding-right: 120px !important;
  }
  .lg\:mt-120 {
    margin-top: 120px !important;
  }
  .lg\:mb-120 {
    margin-bottom: 120px !important;
  }
  .lg\:ml-120 {
    margin-left: 120px !important;
  }
  .lg\:mr-120 {
    margin-right: 120px !important;
  }
}

@media (max-width: 767px) {
  .md\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .md\:pt-0 {
    padding-top: 0px !important;
  }
  .md\:pb-0 {
    padding-bottom: 0px !important;
  }
  .md\:pl-0 {
    padding-left: 0px !important;
  }
  .md\:pr-0 {
    padding-right: 0px !important;
  }
  .md\:mt-0 {
    margin-top: 0px !important;
  }
  .md\:mb-0 {
    margin-bottom: 0px !important;
  }
  .md\:ml-0 {
    margin-left: 0px !important;
  }
  .md\:mr-0 {
    margin-right: 0px !important;
  }
  .md\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .md\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .md\:pt-4 {
    padding-top: 4px !important;
  }
  .md\:pb-4 {
    padding-bottom: 4px !important;
  }
  .md\:pl-4 {
    padding-left: 4px !important;
  }
  .md\:pr-4 {
    padding-right: 4px !important;
  }
  .md\:mt-4 {
    margin-top: 4px !important;
  }
  .md\:mb-4 {
    margin-bottom: 4px !important;
  }
  .md\:ml-4 {
    margin-left: 4px !important;
  }
  .md\:mr-4 {
    margin-right: 4px !important;
  }
  .md\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .md\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .md\:pt-5 {
    padding-top: 5px !important;
  }
  .md\:pb-5 {
    padding-bottom: 5px !important;
  }
  .md\:pl-5 {
    padding-left: 5px !important;
  }
  .md\:pr-5 {
    padding-right: 5px !important;
  }
  .md\:mt-5 {
    margin-top: 5px !important;
  }
  .md\:mb-5 {
    margin-bottom: 5px !important;
  }
  .md\:ml-5 {
    margin-left: 5px !important;
  }
  .md\:mr-5 {
    margin-right: 5px !important;
  }
  .md\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .md\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .md\:pt-10 {
    padding-top: 10px !important;
  }
  .md\:pb-10 {
    padding-bottom: 10px !important;
  }
  .md\:pl-10 {
    padding-left: 10px !important;
  }
  .md\:pr-10 {
    padding-right: 10px !important;
  }
  .md\:mt-10 {
    margin-top: 10px !important;
  }
  .md\:mb-10 {
    margin-bottom: 10px !important;
  }
  .md\:ml-10 {
    margin-left: 10px !important;
  }
  .md\:mr-10 {
    margin-right: 10px !important;
  }
  .md\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .md\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .md\:pt-15 {
    padding-top: 15px !important;
  }
  .md\:pb-15 {
    padding-bottom: 15px !important;
  }
  .md\:pl-15 {
    padding-left: 15px !important;
  }
  .md\:pr-15 {
    padding-right: 15px !important;
  }
  .md\:mt-15 {
    margin-top: 15px !important;
  }
  .md\:mb-15 {
    margin-bottom: 15px !important;
  }
  .md\:ml-15 {
    margin-left: 15px !important;
  }
  .md\:mr-15 {
    margin-right: 15px !important;
  }
  .md\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .md\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .md\:pt-20 {
    padding-top: 20px !important;
  }
  .md\:pb-20 {
    padding-bottom: 20px !important;
  }
  .md\:pl-20 {
    padding-left: 20px !important;
  }
  .md\:pr-20 {
    padding-right: 20px !important;
  }
  .md\:mt-20 {
    margin-top: 20px !important;
  }
  .md\:mb-20 {
    margin-bottom: 20px !important;
  }
  .md\:ml-20 {
    margin-left: 20px !important;
  }
  .md\:mr-20 {
    margin-right: 20px !important;
  }
  .md\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .md\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .md\:pt-24 {
    padding-top: 24px !important;
  }
  .md\:pb-24 {
    padding-bottom: 24px !important;
  }
  .md\:pl-24 {
    padding-left: 24px !important;
  }
  .md\:pr-24 {
    padding-right: 24px !important;
  }
  .md\:mt-24 {
    margin-top: 24px !important;
  }
  .md\:mb-24 {
    margin-bottom: 24px !important;
  }
  .md\:ml-24 {
    margin-left: 24px !important;
  }
  .md\:mr-24 {
    margin-right: 24px !important;
  }
  .md\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .md\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .md\:pt-28 {
    padding-top: 28px !important;
  }
  .md\:pb-28 {
    padding-bottom: 28px !important;
  }
  .md\:pl-28 {
    padding-left: 28px !important;
  }
  .md\:pr-28 {
    padding-right: 28px !important;
  }
  .md\:mt-28 {
    margin-top: 28px !important;
  }
  .md\:mb-28 {
    margin-bottom: 28px !important;
  }
  .md\:ml-28 {
    margin-left: 28px !important;
  }
  .md\:mr-28 {
    margin-right: 28px !important;
  }
  .md\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .md\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .md\:pt-30 {
    padding-top: 30px !important;
  }
  .md\:pb-30 {
    padding-bottom: 30px !important;
  }
  .md\:pl-30 {
    padding-left: 30px !important;
  }
  .md\:pr-30 {
    padding-right: 30px !important;
  }
  .md\:mt-30 {
    margin-top: 30px !important;
  }
  .md\:mb-30 {
    margin-bottom: 30px !important;
  }
  .md\:ml-30 {
    margin-left: 30px !important;
  }
  .md\:mr-30 {
    margin-right: 30px !important;
  }
  .md\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .md\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .md\:pt-35 {
    padding-top: 35px !important;
  }
  .md\:pb-35 {
    padding-bottom: 35px !important;
  }
  .md\:pl-35 {
    padding-left: 35px !important;
  }
  .md\:pr-35 {
    padding-right: 35px !important;
  }
  .md\:mt-35 {
    margin-top: 35px !important;
  }
  .md\:mb-35 {
    margin-bottom: 35px !important;
  }
  .md\:ml-35 {
    margin-left: 35px !important;
  }
  .md\:mr-35 {
    margin-right: 35px !important;
  }
  .md\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .md\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .md\:pt-40 {
    padding-top: 40px !important;
  }
  .md\:pb-40 {
    padding-bottom: 40px !important;
  }
  .md\:pl-40 {
    padding-left: 40px !important;
  }
  .md\:pr-40 {
    padding-right: 40px !important;
  }
  .md\:mt-40 {
    margin-top: 40px !important;
  }
  .md\:mb-40 {
    margin-bottom: 40px !important;
  }
  .md\:ml-40 {
    margin-left: 40px !important;
  }
  .md\:mr-40 {
    margin-right: 40px !important;
  }
  .md\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .md\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .md\:pt-45 {
    padding-top: 45px !important;
  }
  .md\:pb-45 {
    padding-bottom: 45px !important;
  }
  .md\:pl-45 {
    padding-left: 45px !important;
  }
  .md\:pr-45 {
    padding-right: 45px !important;
  }
  .md\:mt-45 {
    margin-top: 45px !important;
  }
  .md\:mb-45 {
    margin-bottom: 45px !important;
  }
  .md\:ml-45 {
    margin-left: 45px !important;
  }
  .md\:mr-45 {
    margin-right: 45px !important;
  }
  .md\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .md\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .md\:pt-50 {
    padding-top: 50px !important;
  }
  .md\:pb-50 {
    padding-bottom: 50px !important;
  }
  .md\:pl-50 {
    padding-left: 50px !important;
  }
  .md\:pr-50 {
    padding-right: 50px !important;
  }
  .md\:mt-50 {
    margin-top: 50px !important;
  }
  .md\:mb-50 {
    margin-bottom: 50px !important;
  }
  .md\:ml-50 {
    margin-left: 50px !important;
  }
  .md\:mr-50 {
    margin-right: 50px !important;
  }
  .md\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .md\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .md\:pt-60 {
    padding-top: 60px !important;
  }
  .md\:pb-60 {
    padding-bottom: 60px !important;
  }
  .md\:pl-60 {
    padding-left: 60px !important;
  }
  .md\:pr-60 {
    padding-right: 60px !important;
  }
  .md\:mt-60 {
    margin-top: 60px !important;
  }
  .md\:mb-60 {
    margin-bottom: 60px !important;
  }
  .md\:ml-60 {
    margin-left: 60px !important;
  }
  .md\:mr-60 {
    margin-right: 60px !important;
  }
  .md\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .md\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .md\:pt-70 {
    padding-top: 70px !important;
  }
  .md\:pb-70 {
    padding-bottom: 70px !important;
  }
  .md\:pl-70 {
    padding-left: 70px !important;
  }
  .md\:pr-70 {
    padding-right: 70px !important;
  }
  .md\:mt-70 {
    margin-top: 70px !important;
  }
  .md\:mb-70 {
    margin-bottom: 70px !important;
  }
  .md\:ml-70 {
    margin-left: 70px !important;
  }
  .md\:mr-70 {
    margin-right: 70px !important;
  }
  .md\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .md\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .md\:pt-80 {
    padding-top: 80px !important;
  }
  .md\:pb-80 {
    padding-bottom: 80px !important;
  }
  .md\:pl-80 {
    padding-left: 80px !important;
  }
  .md\:pr-80 {
    padding-right: 80px !important;
  }
  .md\:mt-80 {
    margin-top: 80px !important;
  }
  .md\:mb-80 {
    margin-bottom: 80px !important;
  }
  .md\:ml-80 {
    margin-left: 80px !important;
  }
  .md\:mr-80 {
    margin-right: 80px !important;
  }
  .md\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .md\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .md\:pt-90 {
    padding-top: 90px !important;
  }
  .md\:pb-90 {
    padding-bottom: 90px !important;
  }
  .md\:pl-90 {
    padding-left: 90px !important;
  }
  .md\:pr-90 {
    padding-right: 90px !important;
  }
  .md\:mt-90 {
    margin-top: 90px !important;
  }
  .md\:mb-90 {
    margin-bottom: 90px !important;
  }
  .md\:ml-90 {
    margin-left: 90px !important;
  }
  .md\:mr-90 {
    margin-right: 90px !important;
  }
  .md\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .md\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .md\:pt-120 {
    padding-top: 120px !important;
  }
  .md\:pb-120 {
    padding-bottom: 120px !important;
  }
  .md\:pl-120 {
    padding-left: 120px !important;
  }
  .md\:pr-120 {
    padding-right: 120px !important;
  }
  .md\:mt-120 {
    margin-top: 120px !important;
  }
  .md\:mb-120 {
    margin-bottom: 120px !important;
  }
  .md\:ml-120 {
    margin-left: 120px !important;
  }
  .md\:mr-120 {
    margin-right: 120px !important;
  }
}

@media (max-width: 575px) {
  .sm\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sm\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sm\:pt-0 {
    padding-top: 0px !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0px !important;
  }
  .sm\:pl-0 {
    padding-left: 0px !important;
  }
  .sm\:pr-0 {
    padding-right: 0px !important;
  }
  .sm\:mt-0 {
    margin-top: 0px !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }
  .sm\:ml-0 {
    margin-left: 0px !important;
  }
  .sm\:mr-0 {
    margin-right: 0px !important;
  }
  .sm\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .sm\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .sm\:pt-4 {
    padding-top: 4px !important;
  }
  .sm\:pb-4 {
    padding-bottom: 4px !important;
  }
  .sm\:pl-4 {
    padding-left: 4px !important;
  }
  .sm\:pr-4 {
    padding-right: 4px !important;
  }
  .sm\:mt-4 {
    margin-top: 4px !important;
  }
  .sm\:mb-4 {
    margin-bottom: 4px !important;
  }
  .sm\:ml-4 {
    margin-left: 4px !important;
  }
  .sm\:mr-4 {
    margin-right: 4px !important;
  }
  .sm\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .sm\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .sm\:pt-5 {
    padding-top: 5px !important;
  }
  .sm\:pb-5 {
    padding-bottom: 5px !important;
  }
  .sm\:pl-5 {
    padding-left: 5px !important;
  }
  .sm\:pr-5 {
    padding-right: 5px !important;
  }
  .sm\:mt-5 {
    margin-top: 5px !important;
  }
  .sm\:mb-5 {
    margin-bottom: 5px !important;
  }
  .sm\:ml-5 {
    margin-left: 5px !important;
  }
  .sm\:mr-5 {
    margin-right: 5px !important;
  }
  .sm\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .sm\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .sm\:pt-10 {
    padding-top: 10px !important;
  }
  .sm\:pb-10 {
    padding-bottom: 10px !important;
  }
  .sm\:pl-10 {
    padding-left: 10px !important;
  }
  .sm\:pr-10 {
    padding-right: 10px !important;
  }
  .sm\:mt-10 {
    margin-top: 10px !important;
  }
  .sm\:mb-10 {
    margin-bottom: 10px !important;
  }
  .sm\:ml-10 {
    margin-left: 10px !important;
  }
  .sm\:mr-10 {
    margin-right: 10px !important;
  }
  .sm\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .sm\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sm\:pt-15 {
    padding-top: 15px !important;
  }
  .sm\:pb-15 {
    padding-bottom: 15px !important;
  }
  .sm\:pl-15 {
    padding-left: 15px !important;
  }
  .sm\:pr-15 {
    padding-right: 15px !important;
  }
  .sm\:mt-15 {
    margin-top: 15px !important;
  }
  .sm\:mb-15 {
    margin-bottom: 15px !important;
  }
  .sm\:ml-15 {
    margin-left: 15px !important;
  }
  .sm\:mr-15 {
    margin-right: 15px !important;
  }
  .sm\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .sm\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sm\:pt-20 {
    padding-top: 20px !important;
  }
  .sm\:pb-20 {
    padding-bottom: 20px !important;
  }
  .sm\:pl-20 {
    padding-left: 20px !important;
  }
  .sm\:pr-20 {
    padding-right: 20px !important;
  }
  .sm\:mt-20 {
    margin-top: 20px !important;
  }
  .sm\:mb-20 {
    margin-bottom: 20px !important;
  }
  .sm\:ml-20 {
    margin-left: 20px !important;
  }
  .sm\:mr-20 {
    margin-right: 20px !important;
  }
  .sm\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .sm\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .sm\:pt-24 {
    padding-top: 24px !important;
  }
  .sm\:pb-24 {
    padding-bottom: 24px !important;
  }
  .sm\:pl-24 {
    padding-left: 24px !important;
  }
  .sm\:pr-24 {
    padding-right: 24px !important;
  }
  .sm\:mt-24 {
    margin-top: 24px !important;
  }
  .sm\:mb-24 {
    margin-bottom: 24px !important;
  }
  .sm\:ml-24 {
    margin-left: 24px !important;
  }
  .sm\:mr-24 {
    margin-right: 24px !important;
  }
  .sm\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .sm\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .sm\:pt-28 {
    padding-top: 28px !important;
  }
  .sm\:pb-28 {
    padding-bottom: 28px !important;
  }
  .sm\:pl-28 {
    padding-left: 28px !important;
  }
  .sm\:pr-28 {
    padding-right: 28px !important;
  }
  .sm\:mt-28 {
    margin-top: 28px !important;
  }
  .sm\:mb-28 {
    margin-bottom: 28px !important;
  }
  .sm\:ml-28 {
    margin-left: 28px !important;
  }
  .sm\:mr-28 {
    margin-right: 28px !important;
  }
  .sm\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sm\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .sm\:pt-30 {
    padding-top: 30px !important;
  }
  .sm\:pb-30 {
    padding-bottom: 30px !important;
  }
  .sm\:pl-30 {
    padding-left: 30px !important;
  }
  .sm\:pr-30 {
    padding-right: 30px !important;
  }
  .sm\:mt-30 {
    margin-top: 30px !important;
  }
  .sm\:mb-30 {
    margin-bottom: 30px !important;
  }
  .sm\:ml-30 {
    margin-left: 30px !important;
  }
  .sm\:mr-30 {
    margin-right: 30px !important;
  }
  .sm\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .sm\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .sm\:pt-35 {
    padding-top: 35px !important;
  }
  .sm\:pb-35 {
    padding-bottom: 35px !important;
  }
  .sm\:pl-35 {
    padding-left: 35px !important;
  }
  .sm\:pr-35 {
    padding-right: 35px !important;
  }
  .sm\:mt-35 {
    margin-top: 35px !important;
  }
  .sm\:mb-35 {
    margin-bottom: 35px !important;
  }
  .sm\:ml-35 {
    margin-left: 35px !important;
  }
  .sm\:mr-35 {
    margin-right: 35px !important;
  }
  .sm\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .sm\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .sm\:pt-40 {
    padding-top: 40px !important;
  }
  .sm\:pb-40 {
    padding-bottom: 40px !important;
  }
  .sm\:pl-40 {
    padding-left: 40px !important;
  }
  .sm\:pr-40 {
    padding-right: 40px !important;
  }
  .sm\:mt-40 {
    margin-top: 40px !important;
  }
  .sm\:mb-40 {
    margin-bottom: 40px !important;
  }
  .sm\:ml-40 {
    margin-left: 40px !important;
  }
  .sm\:mr-40 {
    margin-right: 40px !important;
  }
  .sm\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .sm\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .sm\:pt-45 {
    padding-top: 45px !important;
  }
  .sm\:pb-45 {
    padding-bottom: 45px !important;
  }
  .sm\:pl-45 {
    padding-left: 45px !important;
  }
  .sm\:pr-45 {
    padding-right: 45px !important;
  }
  .sm\:mt-45 {
    margin-top: 45px !important;
  }
  .sm\:mb-45 {
    margin-bottom: 45px !important;
  }
  .sm\:ml-45 {
    margin-left: 45px !important;
  }
  .sm\:mr-45 {
    margin-right: 45px !important;
  }
  .sm\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .sm\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .sm\:pt-50 {
    padding-top: 50px !important;
  }
  .sm\:pb-50 {
    padding-bottom: 50px !important;
  }
  .sm\:pl-50 {
    padding-left: 50px !important;
  }
  .sm\:pr-50 {
    padding-right: 50px !important;
  }
  .sm\:mt-50 {
    margin-top: 50px !important;
  }
  .sm\:mb-50 {
    margin-bottom: 50px !important;
  }
  .sm\:ml-50 {
    margin-left: 50px !important;
  }
  .sm\:mr-50 {
    margin-right: 50px !important;
  }
  .sm\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .sm\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .sm\:pt-60 {
    padding-top: 60px !important;
  }
  .sm\:pb-60 {
    padding-bottom: 60px !important;
  }
  .sm\:pl-60 {
    padding-left: 60px !important;
  }
  .sm\:pr-60 {
    padding-right: 60px !important;
  }
  .sm\:mt-60 {
    margin-top: 60px !important;
  }
  .sm\:mb-60 {
    margin-bottom: 60px !important;
  }
  .sm\:ml-60 {
    margin-left: 60px !important;
  }
  .sm\:mr-60 {
    margin-right: 60px !important;
  }
  .sm\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .sm\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .sm\:pt-70 {
    padding-top: 70px !important;
  }
  .sm\:pb-70 {
    padding-bottom: 70px !important;
  }
  .sm\:pl-70 {
    padding-left: 70px !important;
  }
  .sm\:pr-70 {
    padding-right: 70px !important;
  }
  .sm\:mt-70 {
    margin-top: 70px !important;
  }
  .sm\:mb-70 {
    margin-bottom: 70px !important;
  }
  .sm\:ml-70 {
    margin-left: 70px !important;
  }
  .sm\:mr-70 {
    margin-right: 70px !important;
  }
  .sm\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .sm\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .sm\:pt-80 {
    padding-top: 80px !important;
  }
  .sm\:pb-80 {
    padding-bottom: 80px !important;
  }
  .sm\:pl-80 {
    padding-left: 80px !important;
  }
  .sm\:pr-80 {
    padding-right: 80px !important;
  }
  .sm\:mt-80 {
    margin-top: 80px !important;
  }
  .sm\:mb-80 {
    margin-bottom: 80px !important;
  }
  .sm\:ml-80 {
    margin-left: 80px !important;
  }
  .sm\:mr-80 {
    margin-right: 80px !important;
  }
  .sm\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .sm\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .sm\:pt-90 {
    padding-top: 90px !important;
  }
  .sm\:pb-90 {
    padding-bottom: 90px !important;
  }
  .sm\:pl-90 {
    padding-left: 90px !important;
  }
  .sm\:pr-90 {
    padding-right: 90px !important;
  }
  .sm\:mt-90 {
    margin-top: 90px !important;
  }
  .sm\:mb-90 {
    margin-bottom: 90px !important;
  }
  .sm\:ml-90 {
    margin-left: 90px !important;
  }
  .sm\:mr-90 {
    margin-right: 90px !important;
  }
  .sm\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .sm\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .sm\:pt-120 {
    padding-top: 120px !important;
  }
  .sm\:pb-120 {
    padding-bottom: 120px !important;
  }
  .sm\:pl-120 {
    padding-left: 120px !important;
  }
  .sm\:pr-120 {
    padding-right: 120px !important;
  }
  .sm\:mt-120 {
    margin-top: 120px !important;
  }
  .sm\:mb-120 {
    margin-bottom: 120px !important;
  }
  .sm\:ml-120 {
    margin-left: 120px !important;
  }
  .sm\:mr-120 {
    margin-right: 120px !important;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.xl\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.lg\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.md\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.sm\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.x-gap-0 {
  margin-left: -0px;
  margin-right: -0px;
}

.x-gap-0 > * {
  padding-left: 0px;
  padding-right: 0px;
}

.y-gap-0 {
  margin-top: -0px;
  margin-bottom: -0px;
}

.y-gap-0 > * {
  padding-top: 0px;
  padding-bottom: 0px;
}

.x-gap-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.x-gap-5 > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.y-gap-5 {
  margin-top: -2.5px;
  margin-bottom: -2.5px;
}

.y-gap-5 > * {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.x-gap-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.x-gap-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.y-gap-10 {
  margin-top: -5px;
  margin-bottom: -5px;
}

.y-gap-10 > * {
  padding-top: 5px;
  padding-bottom: 5px;
}

.x-gap-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.x-gap-15 > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.y-gap-15 {
  margin-top: -7.5px;
  margin-bottom: -7.5px;
}

.y-gap-15 > * {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.x-gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.x-gap-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.y-gap-20 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.y-gap-20 > * {
  padding-top: 10px;
  padding-bottom: 10px;
}

.x-gap-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.x-gap-30 > * {
  padding-left: 15px;
  padding-right: 15px;
}

.y-gap-30 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.y-gap-30 > * {
  padding-top: 15px;
  padding-bottom: 15px;
}

.x-gap-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.x-gap-40 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.y-gap-40 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.y-gap-40 > * {
  padding-top: 20px;
  padding-bottom: 20px;
}

.x-gap-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.x-gap-50 > * {
  padding-left: 25px;
  padding-right: 25px;
}

.y-gap-50 {
  margin-top: -25px;
  margin-bottom: -25px;
}

.y-gap-50 > * {
  padding-top: 25px;
  padding-bottom: 25px;
}

.x-gap-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.x-gap-60 > * {
  padding-left: 30px;
  padding-right: 30px;
}

.y-gap-60 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.y-gap-60 > * {
  padding-top: 30px;
  padding-bottom: 30px;
}

.x-gap-80 {
  margin-left: -40px;
  margin-right: -40px;
}

.x-gap-80 > * {
  padding-left: 40px;
  padding-right: 40px;
}

.y-gap-80 {
  margin-top: -40px;
  margin-bottom: -40px;
}

.y-gap-80 > * {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .md\:x-gap-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .md\:x-gap-0 > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:y-gap-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }
  .md\:y-gap-0 > * {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:x-gap-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .md\:x-gap-5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .md\:y-gap-5 {
    margin-top: -2.5px;
    margin-bottom: -2.5px;
  }
  .md\:y-gap-5 > * {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }
  .md\:x-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .md\:x-gap-10 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .md\:y-gap-10 {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .md\:y-gap-10 > * {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .md\:x-gap-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .md\:x-gap-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .md\:y-gap-15 {
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
  .md\:y-gap-15 > * {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .md\:x-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .md\:x-gap-20 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .md\:y-gap-20 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .md\:y-gap-20 > * {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .md\:x-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .md\:x-gap-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .md\:y-gap-30 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .md\:y-gap-30 > * {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md\:x-gap-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .md\:x-gap-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:y-gap-40 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .md\:y-gap-40 > * {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md\:x-gap-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .md\:x-gap-50 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .md\:y-gap-50 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .md\:y-gap-50 > * {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .md\:x-gap-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .md\:x-gap-60 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .md\:y-gap-60 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .md\:y-gap-60 > * {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md\:x-gap-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .md\:x-gap-80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:y-gap-80 {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  .md\:y-gap-80 > * {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .sm\:x-gap-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .sm\:x-gap-0 > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:y-gap-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }
  .sm\:y-gap-0 > * {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sm\:x-gap-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .sm\:x-gap-5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .sm\:y-gap-5 {
    margin-top: -2.5px;
    margin-bottom: -2.5px;
  }
  .sm\:y-gap-5 > * {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }
  .sm\:x-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sm\:x-gap-10 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sm\:y-gap-10 {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .sm\:y-gap-10 > * {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sm\:x-gap-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .sm\:x-gap-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .sm\:y-gap-15 {
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
  .sm\:y-gap-15 > * {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .sm\:x-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sm\:x-gap-20 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sm\:y-gap-20 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .sm\:y-gap-20 > * {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sm\:x-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sm\:x-gap-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm\:y-gap-30 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .sm\:y-gap-30 > * {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sm\:x-gap-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .sm\:x-gap-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm\:y-gap-40 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .sm\:y-gap-40 > * {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sm\:x-gap-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .sm\:x-gap-50 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sm\:y-gap-50 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .sm\:y-gap-50 > * {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sm\:x-gap-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .sm\:x-gap-60 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm\:y-gap-60 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .sm\:y-gap-60 > * {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sm\:x-gap-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .sm\:x-gap-80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sm\:y-gap-80 {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  .sm\:y-gap-80 > * {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.layout-pt-sm {
  padding-top: 30px;
}

.layout-pb-sm {
  padding-bottom: 30px;
}

.layout-pt-md {
  padding-top: 60px;
}

.layout-pb-md {
  padding-bottom: 60px;
}

.layout-pt-lg {
  padding-top: 120px;
}

.layout-pb-lg {
  padding-bottom: 120px;
}

.layout-pt-xl {
  padding-top: 140px;
}

.layout-pb-xl {
  padding-bottom: 140px;
}

@media (max-width: 767px) {
  .layout-pt-sm {
    padding-top: 30px;
  }
  .layout-pb-sm {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .layout-pt-md {
    padding-top: 60px;
  }
  .layout-pb-md {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .layout-pt-lg {
    padding-top: 100px;
  }
  .layout-pb-lg {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .layout-pt-xl {
    padding-top: 120px;
  }
  .layout-pb-xl {
    padding-bottom: 120px;
  }
}

@media (max-width: 575px) {
  .layout-pt-sm {
    padding-top: 30px;
  }
  .layout-pb-sm {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .layout-pt-md {
    padding-top: 30px;
  }
  .layout-pb-md {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .layout-pt-lg {
    padding-top: 60px;
  }
  .layout-pb-lg {
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .layout-pt-xl {
    padding-top: 60px;
  }
  .layout-pb-xl {
    padding-bottom: 60px;
  }
}

.w-1\/7 {
  width: 14.285714% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/1 {
  width: 100% !important;
}

@media (max-width: 1199px) {
  .xl\:w-1\/5 {
    width: 20% !important;
  }
  .xl\:w-1\/4 {
    width: 25% !important;
  }
  .xl\:w-1\/3 {
    width: 33.333333% !important;
  }
  .xl\:w-1\/2 {
    width: 50% !important;
  }
  .xl\:w-1\/1 {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .lg\:w-1\/5 {
    width: 20% !important;
  }
  .lg\:w-1\/4 {
    width: 25% !important;
  }
  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }
  .lg\:w-1\/2 {
    width: 50% !important;
  }
  .lg\:w-1\/1 {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .md\:w-1\/5 {
    width: 20% !important;
  }
  .md\:w-1\/4 {
    width: 25% !important;
  }
  .md\:w-1\/3 {
    width: 33.333333% !important;
  }
  .md\:w-1\/2 {
    width: 50% !important;
  }
  .md\:w-1\/1 {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .sm\:w-1\/5 {
    width: 20% !important;
  }
  .sm\:w-1\/4 {
    width: 25% !important;
  }
  .sm\:w-1\/3 {
    width: 33.333333% !important;
  }
  .sm\:w-1\/2 {
    width: 50% !important;
  }
  .sm\:w-1\/1 {
    width: 100% !important;
  }
}

.flex-column {
  flex-direction: column;
}

@media (max-width: 1199px) {
  .xl\:flex-column {
    flex-direction: column !important;
  }
}

@media (max-width: 991px) {
  .lg\:flex-column {
    flex-direction: column !important;
  }
}

@media (max-width: 767px) {
  .md\:flex-column {
    flex-direction: column !important;
  }
}

@media (max-width: 575px) {
  .sm\:flex-column {
    flex-direction: column !important;
  }
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

@media (max-width: 1199px) {
  .xl\:justify-start {
    justify-content: flex-start !important;
  }
  .xl\:justify-end {
    justify-content: flex-end !important;
  }
  .xl\:justify-center {
    justify-content: center !important;
  }
  .xl\:justify-between {
    justify-content: space-between !important;
  }
  .xl\:items-start {
    align-items: flex-start !important;
  }
  .xl\:items-end {
    align-items: flex-end !important;
  }
  .xl\:items-center {
    align-items: center !important;
  }
}

@media (max-width: 991px) {
  .lg\:justify-start {
    justify-content: flex-start !important;
  }
  .lg\:justify-end {
    justify-content: flex-end !important;
  }
  .lg\:justify-center {
    justify-content: center !important;
  }
  .lg\:justify-between {
    justify-content: space-between !important;
  }
  .lg\:items-start {
    align-items: flex-start !important;
  }
  .lg\:items-end {
    align-items: flex-end !important;
  }
  .lg\:items-center {
    align-items: center !important;
  }
}

@media (max-width: 767px) {
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  .md\:justify-center {
    justify-content: center !important;
  }
  .md\:justify-between {
    justify-content: space-between !important;
  }
  .md\:items-start {
    align-items: flex-start !important;
  }
  .md\:items-end {
    align-items: flex-end !important;
  }
  .md\:items-center {
    align-items: center !important;
  }
}

@media (max-width: 575px) {
  .sm\:justify-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-center {
    justify-content: center !important;
  }
  .sm\:justify-between {
    justify-content: space-between !important;
  }
  .sm\:items-start {
    align-items: flex-start !important;
  }
  .sm\:items-end {
    align-items: flex-end !important;
  }
  .sm\:items-center {
    align-items: center !important;
  }
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

@media (max-width: 1199px) {
  .xl\:order-1 {
    order: 1;
  }
  .xl\:order-2 {
    order: 2;
  }
  .xl\:order-3 {
    order: 3;
  }
}

@media (max-width: 991px) {
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
}

@media (max-width: 767px) {
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
}

@media (max-width: 575px) {
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:order-3 {
    order: 3;
  }
}

.bg-white {
  background-color: var(--color-white) !important;
}

.bg-black {
  background-color: var(--color-black) !important;
}

.bg-border {
  background-color: var(--color-border) !important;
}

.bg-dark-1 {
  background-color: var(--color-dark-1) !important;
}

.bg-dark-2 {
  background-color: var(--color-dark-2) !important;
}

.bg-dark-3 {
  background-color: var(--color-dark-3) !important;
}

.bg-dark-4 {
  background-color: var(--color-dark-4) !important;
}

.bg-light-1 {
  background-color: var(--color-light-1) !important;
}

.bg-light-2 {
  background-color: var(--color-light-2) !important;
}

.bg-light-3 {
  background-color: var(--color-light-3) !important;
}

.bg-blue-1 {
  background-color: #003c96 !important;
}

.bg-blue-2 {
  background-color: var(--color-blue-2) !important;
}

.bg-green-1 {
  background-color: var(--color-green-1) !important;
}

.bg-green-2 {
  background-color: var(--color-green-2) !important;
}

.bg-yellow-1 {
  background-color: var(--color-yellow-1) !important;
}

.bg-yellow-2 {
  background-color: var(--color-yellow-2) !important;
}

.bg-yellow-3 {
  background-color: var(--color-yellow-3) !important;
}

.bg-yellow-4 {
  background-color: var(--color-yellow-4) !important;
}

.bg-brown-1 {
  background-color: var(--color-brown-1) !important;
}

.bg-purple-1 {
  background-color: var(--color-purple-1) !important;
}

.bg-red-1 {
  background-color: var(--color-red-1) !important;
}

.bg-red-2 {
  background-color: var(--color-red-2) !important;
}

.bg-red-3 {
  background-color: var(--color-red-3) !important;
}

.bg-info-1 {
  background-color: var(--color-info-1) !important;
}

.bg-info-2 {
  background-color: var(--color-info-2) !important;
}

.bg-warning-1 {
  background-color: var(--color-warning-1) !important;
}

.bg-warning-2 {
  background-color: var(--color-warning-2) !important;
}

.bg-error-1 {
  background-color: var(--color-error-1) !important;
}

.bg-error-2 {
  background-color: var(--color-error-2) !important;
}

.bg-success-1 {
  background-color: var(--color-success-1) !important;
}

.bg-success-2 {
  background-color: var(--color-success-2) !important;
}

.bg-blue-1-05 {
  background-color: rgba(53, 84, 209, 0.05);
}

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.text-white {
  color: var(--color-white);
}

.text-black {
  color: var(--color-black);
}

.text-border {
  color: var(--color-border);
}

.text-dark-1 {
  color: var(--color-dark-1);
}

.text-dark-2 {
  color: var(--color-dark-2);
}

.text-dark-3 {
  color: var(--color-dark-3);
}

.text-dark-4 {
  color: var(--color-dark-4);
}

.text-light-1 {
  color: var(--color-light-1);
}

.text-light-2 {
  color: var(--color-light-2);
}

.text-light-3 {
  color: var(--color-light-3);
}

.text-blue-1 {
  color: #003c96;
}

.text-blue-2 {
  color: var(--color-blue-2);
}

.text-green-1 {
  color: var(--color-green-1);
}

.text-green-2 {
  color: #003c96;
}

.text-yellow-1 {
  color: var(--color-yellow-1);
}

.text-yellow-2 {
  color: var(--color-yellow-2);
}

.text-yellow-3 {
  color: var(--color-yellow-3);
}

.text-yellow-4 {
  color: var(--color-yellow-4);
}

.text-brown-1 {
  color: var(--color-brown-1);
}

.text-purple-1 {
  color: var(--color-purple-1);
}

.text-red-1 {
  color: var(--color-red-1);
}

.text-red-2 {
  color: var(--color-red-2);
}

.text-red-3 {
  color: var(--color-red-3);
}

.text-info-1 {
  color: var(--color-info-1);
}

.text-info-2 {
  color: var(--color-info-2);
}

.text-warning-1 {
  color: var(--color-warning-1);
}

.text-warning-2 {
  color: var(--color-warning-2);
}

.text-error-1 {
  color: var(--color-error-1);
}

.text-error-2 {
  color: var(--color-error-2);
}

.text-success-1 {
  color: var(--color-success-1);
}

.text-success-2 {
  color: var(--color-success-2);
}

.text-inherit {
  color: inherit;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media (max-width: 1199px) {
  .xl\:d-none {
    display: none !important;
  }
  .xl\:d-inline-block {
    display: inline-block !important;
  }
  .xl\:d-block {
    display: block !important;
  }
  .xl\:d-flex {
    display: flex !important;
  }
}

@media (max-width: 991px) {
  .lg\:d-none {
    display: none !important;
  }
  .lg\:d-inline-block {
    display: inline-block !important;
  }
  .lg\:d-block {
    display: block !important;
  }
  .lg\:d-flex {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .md\:d-none {
    display: none !important;
  }
  .md\:d-inline-block {
    display: inline-block !important;
  }
  .md\:d-block {
    display: block !important;
  }
  .md\:d-flex {
    display: flex !important;
  }
}

@media (max-width: 575px) {
  .sm\:d-none {
    display: none !important;
  }
  .sm\:d-inline-block {
    display: inline-block !important;
  }
  .sm\:d-block {
    display: block !important;
  }
  .sm\:d-flex {
    display: flex !important;
  }
}

@media (max-width: 1300px) {
  .xxl\:d-none {
    display: none !important;
  }
}

.html-overflow-hidden {
  overflow: hidden !important;
}

.html-overflow-hidden body {
  overflow-y: scroll;
}

.origin-top {
  transform-origin: top !important;
}

.origin-left {
  transform-origin: left !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-normal {
  overflow: initial !important;
}

.overflow-visible {
  overflow: visible !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.img-ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.line-through {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal {
  text-transform: none;
}

.rounded-0 {
  border-radius: 0;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-16 {
  border-radius: 16px;
}

.rounded-22 {
  border-radius: 22px;
}

.rounded-100 {
  border-radius: 100px;
}

.rounded-full {
  border-radius: 100%;
}

.rounded-right-4 {
  border-radius: 0 4px 4px 0;
}

@media (max-width: 991px) {
  .lg\:border-none {
    border: none !important;
  }
}

.border-type-1 {
  border: 1px dashed var(--color-blue-1);
}

.border-top-light {
  border-top: 1px solid var(--color-border);
}

.border-left-light {
  border-left: 1px solid var(--color-border);
}

.border-bottom-light {
  border-bottom: 1px solid var(--color-border);
}

.border-white {
  border: 1px solid white;
}

.border-dark-1 {
  border: 1px solid var(--color-dark-1);
}

.border-dark-4 {
  border: 1px solid var(--color-dark-4);
}

.border-blue-1 {
  border: 1px solid var(--color-blue-1);
}

.border-white-15 {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.border-top-white-15 {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.border-light {
  border: 1px solid var(--color-border) !important;
}

.size-3 {
  flex-shrink: 0;
  width: 3px;
  height: 3px;
}

.size-4 {
  flex-shrink: 0;
  width: 4px;
  height: 4px;
}

.size-10 {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
}

.size-30 {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}

.size-38 {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
}

.size-35 {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
}

.size-40 {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.size-180 {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
}

.size-140 {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
}

.size-80 {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}

.size-50 {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}

.size-60 {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

.size-65 {
  flex-shrink: 0;
  width: 65px;
  height: 65px;
}

.size-20 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.size-70 {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
}

.size-100 {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}

.size-120 {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}

.size-250 {
  flex-shrink: 0;
  width: 250px;
  height: 250px;
}

.size-160 {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
}

.size-130 {
  flex-shrink: 0;
  width: 130px;
  height: 130px;
}

.shadow-1 {
  box-shadow: 0px 20px 40px 0px #05103612;
}

.shadow-2 {
  box-shadow: 0px 10px 35px 0px #0510361a;
}

.shadow-3 {
  box-shadow: 0px 10px 30px 0px #05103608;
}

.shadow-4 {
  box-shadow: 0px 10px 60px 0px #0510360d;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.h-full {
  height: 100% !important;
}

.h-34 {
  height: 34px !important;
}

.h-60 {
  height: 60px !important;
}

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

.h-68 {
  height: 68px !important;
}

.h-50 {
  height: 50px !important;
}

.h-20 {
  height: 20px !important;
}

.h-40 {
  height: 40px !important;
}

.w-48 {
  width: 48px;
}

.w-28 {
  width: 28px;
}

.w-max-300 {
  max-width: 300px;
}

.slider-scrollbar {
  width: 100%;
  border-radius: 4px;
  height: 3px;
}

.slider-scrollbar .swiper-scrollbar-drag {
  cursor: grab;
  background-color: var(--color-dark-1);
}

.slider-scrollbar .swiper-scrollbar-drag:active:hover {
  cursor: grabbing;
}

.slider-scrollbar.-light .swiper-scrollbar-drag {
  background-color: var(--color-white);
}

.pointer {
  cursor: pointer;
}

.section-bg {
  position: relative;
  z-index: 0;
}

.section-bg__item {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}

.section-bg__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-bg__item.-w-1500 {
  width: 1500px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .section-bg__item.-w-1500 {
    width: 100%;
  }
}

.section-bg__item.-w-1165 {
  width: 64vw;
}

@media (max-width: 1199px) {
  .section-bg__item.-w-1165 {
    width: 100%;
  }
}

.section-bg__item.-video-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40vw;
  height: unset;
}

@media (max-width: 1199px) {
  .section-bg__item.-video-left {
    top: unset;
    width: 100%;
    transform: none;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .section-bg__item.-video-left {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .section-bg__item.-video-left {
    max-width: 540px;
  }
}

.section-bg__item.-left {
  left: 0;
}

.section-bg__item.-right {
  right: 0;
}

.section-bg__item.-left-100 {
  left: 100px;
}

@media (max-width: 991px) {
  .section-bg__item.-left-100 {
    left: 0;
  }
}

.section-bg__item.-right-100 {
  right: 100px;
}

@media (max-width: 991px) {
  .section-bg__item.-right-100 {
    right: 0;
  }
}

.section-bg__item.-mx-20 {
  left: 20px;
  right: 20px;
}

@media (max-width: 767px) {
  .section-bg__item.-mx-20 {
    left: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .section-bg__item.-image {
    position: relative;
    width: 100%;
  }
}

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

.currencyMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  z-index: 1100;
  pointer-events: auto;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.currencyMenu.is-hidden {
  pointer-events: none;
  opacity: 0;
}

.currencyMenu__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 16, 54, 0.4);
}

.currencyMenu__content {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 1070px;
  height: auto;
  transform: translateX(-50%);
}

.modalGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}

@media (max-width: 991px) {
  .modalGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .modalGrid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}

.modalGrid__item {
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modalGrid__item > * > *:nth-child(1) {
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modalGrid__item:hover {
  background-color: rgba(53, 84, 209, 0.05) !important;
}

.modalGrid__item:hover > * > *:nth-child(1) {
  color: var(--color-blue-1);
}

.modalGrid__item.-is-active {
  background-color: #f5f5f5;
}

.langMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  pointer-events: auto;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.langMenu.is-hidden {
  pointer-events: none;
  opacity: 0;
}

.langMenu__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 16, 54, 0.4);
}

.langMenu__content {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 1070px;
  max-width: 100%;
  height: auto;
  transform: translateX(-50%);
}

.relative {
  position: relative;
}

.ph-white::-moz-placeholder {
  color: var(--color-white);
}

.ph-white::placeholder {
  color: var(--color-white);
}

.absolute {
  position: absolute;
}

.bottom-0 {
  bottom: 0;
}

.flightLine {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: var(--color-border);
}

.flightLine > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border: 1px solid var(--color-border);
  border-radius: 100%;
}

.flightLine > *:nth-child(1) {
  left: 0;
  background-color: var(--color-white);
}

.flightLine > *:nth-child(2) {
  right: 0;
  background-color: var(--color-border);
}

.blog-grid-1 {
  display: grid;
  grid-template-columns: 0.66fr 0.33fr;
  grid-template-rows: 250px 250px;
  gap: 30px;
}

@media (max-width: 991px) {
  .blog-grid-1 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.blog-grid-1 > *:nth-child(1) {
  grid-row: span 2;
}

@media (max-width: 991px) {
  .blog-grid-1 > *:nth-child(1) {
    grid-row: unset;
  }
}

.border-center > *:nth-child(2n + 2) {
  border-left: 1px solid var(--color-light-2);
}

.border-center > *:nth-child(1n + 3) {
  border-top: 1px solid var(--color-light-2);
}

@media (max-width: 991px) {
  .border-center > *:nth-child(1n + 2) {
    border-top: 1px solid var(--color-light-2);
  }
  .border-center > * {
    border-left: 0;
  }
}

.header-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.section-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.section-slider-nav.-prev {
  left: -20px;
}

.section-slider-nav.-next {
  right: -20px;
}

@media (max-width: 767px) {
  .md\:size-full {
    width: 100%;
    height: auto;
  }
}

.sidebar__item:not(.-no-border) {
  border-top: 1px solid var(--color-border);
}

.sidebar.-mobile-filter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-top: 70px;
}

.sidebar.-mobile-filter .-icon-close {
  position: absolute;
  top: 20px;
  left: 24px;
}

@media (max-width: 767px) {
  .sidebar.-mobile-filter {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .sidebar.-mobile-filter {
    grid-template-columns: 1fr;
  }
}

.sidebar.-mobile-filter > * {
  border-top: none !important;
}

.w-250 {
  width: 250px;
  max-width: 100%;
}

.w-1 {
  width: 1px;
  max-width: 100%;
}

.w-200 {
  width: 200px;
  max-width: 100%;
}

.w-180 {
  width: 180px;
  max-width: 100%;
}

.halfMap {
  display: flex;
  width: 100%;
  min-height: calc(100vh - 90px);
  margin-top: 90px;
}

@media (max-width: 991px) {
  .halfMap {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .halfMap {
    margin-top: 80px;
  }
}

.halfMap__content {
  width: 865px;
  max-width: 100%;
  flex-shrink: 0;
  padding: 30px;
  min-height: 100%;
}

@media (max-width: 1199px) {
  .halfMap__content {
    width: 660px;
  }
}

@media (max-width: 991px) {
  .halfMap__content {
    width: 100%;
    order: 2;
  }
}

@media (max-width: 767px) {
  .halfMap__content {
    padding: 20px;
  }
}

.halfMap__map {
  width: 100%;
  min-height: 100%;
}

@media (max-width: 991px) {
  .halfMap__map {
    order: 1;
  }
}

.halfMap__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.galleryGrid.-type-1 {
  display: grid;
  grid-template-columns: 0.52fr 0.24fr 0.24fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

@media (max-width: 991px) {
  .galleryGrid.-type-1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .galleryGrid.-type-1 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .galleryGrid.-type-1 {
    grid-template-columns: 1fr;
  }
}

.galleryGrid.-type-1 > *:nth-child(1) {
  grid-row: 2 span;
}

@media (max-width: 991px) {
  .galleryGrid.-type-1 > *:nth-child(1) {
    grid-row: 1;
  }
}

.galleryGrid.-type-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .galleryGrid.-type-1 img {
    width: 100%;
  }
}

.galleryGrid.-type-2 {
  display: grid;
  grid-template-columns: 0.6fr 0.2fr 0.2fr;
  grid-template-rows: 0.4fr 0.6fr;
  gap: 10px;
}

@media (max-width: 991px) {
  .galleryGrid.-type-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .galleryGrid.-type-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .galleryGrid.-type-2 {
    grid-template-columns: 1fr;
  }
}

.galleryGrid.-type-2 > *:nth-child(1) {
  grid-row: 2 span;
}

.galleryGrid.-type-2 > *:nth-child(4) {
  grid-column: 2 span;
}

.galleryGrid.-type-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .galleryGrid.-type-2 img {
    width: 100%;
  }
}

.min-h-250 {
  min-height: 250px;
}

.roomGrid {
  width: 100%;
}

.roomGrid__header {
  display: grid;
  grid-template-columns: 180px 1fr 60px 170px 140px 270px;
  gap: 30px;
  background-color: var(--color-dark-3);
  color: white;
  font-weight: 500;
  padding: 15px 0;
}

@media (max-width: 1400px) {
  .roomGrid__header {
    grid-template-columns: 140px 1fr 60px 170px 140px 180px;
  }
}

@media (max-width: 1199px) {
  .roomGrid__header {
    display: none;
  }
}

.roomGrid__header > *:first-child {
  padding-left: 30px;
}

.roomGrid__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 180px auto 270px;
}

@media (max-width: 1400px) {
  .roomGrid__grid {
    grid-template-columns: 140px auto 180px;
  }
}

@media (max-width: 1199px) {
  .roomGrid__grid {
    grid-template-columns: 140px auto;
  }
  .roomGrid__grid > *:nth-child(3) {
    grid-column: 2 span;
  }
}

@media (max-width: 991px) {
  .roomGrid__grid {
    grid-template-columns: 1fr;
  }
  .roomGrid__grid > *:nth-child(1) {
    display: flex;
    align-items: center;
  }
  .roomGrid__grid > *:nth-child(1) > *:first-child {
    min-width: 200px;
    margin-right: 20px;
  }
  .roomGrid__grid > *:nth-child(2) {
    grid-column: 2 span;
  }
}

@media (max-width: 767px) {
  .roomGrid__grid > *:nth-child(1) {
    display: block;
    align-items: unset;
  }
  .roomGrid__grid > *:nth-child(1) > *:first-child {
    min-width: auto;
    width: 100%;
    margin-right: 0;
  }
}

.roomGrid__grid > * {
  padding-top: 20px;
}

.roomGrid__grid > *:nth-child(3) {
  background-color: rgba(53, 84, 209, 0.05);
  padding: 20px 30px;
}

.roomGrid__content {
  display: grid;
  grid-template-columns: 1fr 60px 170px 140px;
  gap: 30px;
}

@media (max-width: 767px) {
  .roomGrid__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.roomGrid__content:nth-child(1n + 2) {
  border-top: 1px solid var(--color-border);
}

.progressBar {
  position: relative;
}

.progressBar__bg {
  width: 100%;
  height: 4px;
  border-radius: 4px;
}

.progressBar__bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  border-radius: 4px;
}

.progressBar__bar span {
  position: absolute;
  right: 0;
  bottom: 100%;
}

.tooltip {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #615e5e;
}

.tooltip__content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 11px;
  font-size: 14px;
  line-height: 1.2;
  background-color: var(--color-dark-1);
  color: white;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.tooltip__content::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: black;
  transform: rotate(45deg);
}

.tooltip.-top .tooltip__content {
  bottom: calc(100% + 6px);
  transform: translateY(8px);
}

.tooltip.-top .tooltip__content::after {
  bottom: -4px;
}

.tooltip.-bottom .tooltip__content {
  top: calc(100% + 6px);
  transform: translateY(-8px);
}

.tooltip.-bottom .tooltip__content::after {
  top: -4px;
}

.tooltip.-left .tooltip__content {
  right: calc(100% + 6px);
  transform: translateX(8px);
}

.tooltip.-left .tooltip__content::after {
  right: -4px;
}

.tooltip.-right .tooltip__content {
  left: calc(100% + 6px);
  transform: translateX(-8px);
}

.tooltip.-right .tooltip__content::after {
  left: -4px;
}

.tooltip:hover .tooltip__content {
  transform: none;
  opacity: 1;
}

.gallery__item {
  position: relative;
  display: block;
}

.gallery__item:hover .gallery__button {
  opacity: 1;
}

.gallery__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: black;
  border-radius: 100%;
  width: rem(52px);
  height: rem(52px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.gallery__button .icon {
  color: white;
  stroke-width: 1;
  width: rem(28px);
  height: rem(28px);
}

.gallery__button.-bottom-right {
  top: unset;
  left: unset;
  transform: unset;
  bottom: rem(30px);
  right: rem(30px);
}

/*.form-input {*/
/*  position: relative;*/
/*  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);*/
/*  display: flex;*/
/*}*/

.form-input label {
  position: absolute;
  top: 0;
  top: 26px;
  padding: 0 15px;
  pointer-events: none;
  font-size: 14px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.form-input textarea,
.form-input input {
  border: 1px solid var(--color-border);
  border-radius: 4px;
  padding: 0 15px;
  padding-top: 25px;
  min-height: 70px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.form-input textarea:focus,
.form-input input:focus {
  border: 2px solid #051036 !important;
}

.form-input textarea:focus ~ label,
.form-input textarea:valid ~ label,
.form-input input:focus ~ label,
.form-input input:valid ~ label {
  transform: translateY(-10px);
}

.sidebar.-blog > * + * {
  padding-top: 30px;
  margin-top: 30px;
}

.list-disc li {
  list-style-type: disc;
  list-style-position: inside;
}

.w-360 {
  width: 360px;
}

@media (max-width: 991px) {
  .lg\:w-full {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .sm\:w-full {
    width: 100% !important;
  }
}

.w-140 {
  width: 140px;
  max-width: 100%;
}

.w-210 {
  width: 210px;
  max-width: 100%;
}

.w-230 {
  width: 230px;
  max-width: 100%;
}

.no-page__title {
  font-size: 200px;
  font-weight: 600;
  line-height: 1.2;
}

table.table th {
  padding: 25px 40px;
  line-height: 1;
  font-weight: 500;
}

table.table th:first-child {
  border-radius: 8px 0 0 8px;
}

table.table th:last-child {
  border-radius: 0 8px 8px 0;
}

table.table tbody > tr + tr {
  border-top: 1px solid var(--color-border);
}

table.table td {
  padding: 20px 40px;
  font-size: 15px;
  border-bottom: 1px solid var(--color-light-5);
}

table.table-2 th {
  font-weight: 500;
  padding: 15px 10px;
  line-height: 1.2;
}

table.table-2 th:first-child {
  border-radius: 8px 0 0 8px;
}

table.table-2 th:last-child {
  border-radius: 0 8px 8px 0;
}

table.table-2 th:nth-child(1) {
  padding-left: 0;
}

table.table-2 th:last-child {
  text-align: right;
  padding-right: 0;
}

table.table-2 tbody > tr {
  border-top: 1px dashed var(--color-border);
  vertical-align: top;
}

table.table-2 td {
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.2;
}

table.table-2 td:nth-child(1) {
  padding-left: 0;
}

table.table-2 td:last-child {
  text-align: right;
  padding-right: 0;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

table.table-3 th {
  font-weight: 500;
  padding: 20px 30px;
  line-height: 1.2;
  min-width: 130px;
}

@media (max-width: 1199px) {
  table.table-3 th {
    padding: 15px 15px;
    min-width: 100px;
  }
}

table.table-3 th:first-child {
  border-radius: 8px 0 0 8px;
}

table.table-3 th:last-child {
  border-radius: 0 8px 8px 0;
}

table.table-3 tbody tr {
  vertical-align: top;
}

table.table-3 tbody > tr + tr {
  border-top: 1px dashed var(--color-border);
}

table.table-3 td {
  padding: 15px 30px;
  font-size: 15px;
  line-height: 1.2;
  min-width: 130px;
}

@media (max-width: 1199px) {
  table.table-3 td {
    padding: 15px 15px;
  }
}

table.table-3.-border-bottom tbody > tr {
  border-top: none;
  border-bottom: 1px dashed var(--color-border);
}

table.table-4 th {
  font-weight: 500;
  padding: 20px 30px;
  line-height: 1.2;
  min-width: 130px;
}

@media (max-width: 1199px) {
  table.table-4 th {
    padding: 15px 15px;
    min-width: 100px;
  }
}

table.table-4 th:first-child {
  border-radius: 8px 0 0 8px;
}

table.table-4 th:last-child {
  border-radius: 0 8px 8px 0;
}

table.table-4 tbody tr {
  vertical-align: top;
}

table.table-4 tbody > tr + tr {
  border-top: 1px dashed var(--color-border);
}

table.table-4 td {
  padding: 20px 30px;
  font-size: 15px;
  line-height: 1.2;
  min-width: 130px;
}

@media (max-width: 1199px) {
  table.table-4 td {
    padding: 15px 15px;
  }
}

table.table-4.-border-bottom tbody > tr {
  border-top: none;
  border-bottom: 1px dashed var(--color-border);
}

table.table-5 {
  width: 100%;
}

table.table-5 th {
  font-weight: 500;
  padding: 20px 15px;
  line-height: 1.2;
  min-width: 130px;
}

@media (max-width: 1199px) {
  table.table-5 th {
    padding: 15px 15px;
    min-width: 100px;
  }
}

table.table-5 th:first-child {
  border-radius: 8px 0 0 8px;
}

table.table-5 th:last-child {
  border-radius: 0 8px 8px 0;
}

table.table-5 tbody tr {
  vertical-align: top;
}

table.table-5 tbody > tr {
  border-bottom: 1px solid var(--color-border);
}

table.table-5 td {
  padding: 20px 15px;
  font-size: 15px;
  line-height: 1.2;
  min-width: 130px;
}

@media (max-width: 1199px) {
  table.table-5 td {
    padding: 15px 15px;
  }
}

.z--1 {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.side-badge {
  position: absolute;
  top: -7px;
  left: -3px;
}

.side-badge > * {
  border: 3px solid white;
}

.map-500 {
  min-height: 500px;
  height: 500px;
}

@media (max-width: 575px) {
  .map-500 {
    min-height: 400px;
    height: 400px;
  }
}

.map-form {
  position: relative;
  margin-top: -680px;
}

@media (max-width: 991px) {
  .map-form {
    margin-top: 40px;
  }
}

.h-400 {
  height: 400px;
  min-height: 400px;
}

.table-calendar {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.table-calendar__header {
  font-size: 14px;
  font-weight: 600;
}

.table-calendar__grid {
  font-size: 15px;
}

.table-calendar__cell {
  cursor: pointer;
  position: relative;
  z-index: 0;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.table-calendar__cell:hover {
  background-color: var(--color-dark-3);
  color: white;
}

.table-calendar__cell.-is-in-path {
  position: relative;
  z-index: 0;
  color: var(--color-dark-1) !important;
}

.table-calendar__cell.-is-in-path::before {
  content: "";
  background-color: var(--color-light-2);
  position: absolute;
  top: 0;
  left: -16px;
  right: -16px;
  z-index: -2;
  height: 100%;
}

.table-calendar__cell.-is-active {
  position: relative;
  z-index: 2;
  background-color: var(--color-dark-3);
  color: white;
}

.table-calendar__header,
.table-calendar__grid {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 8px;
}

.table-calendar__header > *,
.table-calendar__grid > * {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .table-calendar__header > *,
  .table-calendar__grid > * {
    width: 32px;
    height: 32px;
  }
}

.desktopMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 450px;
  max-width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  pointer-events: none;
}

.desktopMenu .mobile-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: white;
}

.desktopMenu__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.desktopMenu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background-color: rgba(5, 16, 54, 0.5);
}

.desktopMenu.is-menu-active {
  opacity: 1;
  pointer-events: auto;
}

.desktopMenu.is-menu-active .-is-active {
  pointer-events: auto !important;
  overflow-x: hidden;
}

.desktopMenu .menu {
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  height: 100%;
}

.desktopMenu .menu ul {
  pointer-events: none;
}

.desktopMenu .menu li {
  overflow: hidden;
}

.desktopMenu .menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  border-radius: 4px;
  font-weight: 500;
  color: var(--color-dark-1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.desktopMenu .menu a .icon {
  font-size: 8px;
  transform: rotate(-90deg);
}

.desktopMenu .menu a:hover {
  color: var(--color-blue-1);
}

.desktopMenu .menu__nav {
  display: flex;
  flex-direction: column;
}

.desktopMenu .menu__nav > li > a {
  font-size: 20px;
}

.desktopMenu .menu__nav > li > a:hover {
  background-color: rgba(53, 84, 209, 0.05) !important;
}

.desktopMenu .menu .subnav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.desktopMenu .menu .subnav a {
  height: 40px;
  font-size: 18px;
  padding: 0 20px;
  transform: translateY(100%);
}

.desktopMenu .menu .subnav__backBtn {
  margin-bottom: 10px;
}

.desktopMenu .menu .subnav__backBtn li {
  padding: 0;
}

.desktopMenu .menu .subnav__backBtn a {
  justify-content: flex-start;
  height: 50px;
  font-size: 20px;
  color: var(--color-blue-1);
  background-color: rgba(53, 84, 209, 0.05) !important;
}

.desktopMenu .menu .subnav__backBtn a .icon {
  margin-right: 12px;
  transform: rotate(90deg);
}

.searchMenu {
  position: relative;
}

.searchMenu__field {
  position: absolute;
  padding-top: 30px;
  top: 100%;
  left: 0;
  z-index: 5;
  width: 500px;
  max-width: 100vw;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
}

.searchMenu__field.is-visible {
  pointer-events: auto;
  opacity: 1;
}

.searchMenu .-link:hover {
  background-color: rgba(53, 84, 209, 0.05) !important;
}

.h-34 {
  height: 34px;
}

.dropRating {
  position: absolute;
  top: calc(100% + 10px);
  z-index: 10;
  width: 340px;
  max-width: 100vw;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
}

.dropRating.-is-active {
  pointer-events: auto;
  opacity: 1;
}

.quote {
  position: relative;
  padding: 20px 0;
  padding-left: 75px;
  width: 740px;
  max-width: 100%;
}

.quote__line {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.quote__icon {
  position: absolute;
  top: 12px;
  left: 22px;
  z-index: -1;
}

.hotelSingleGrid {
  /*display: grid;*/
  /*gap: 30px;*/
  grid-template-columns: 1fr 360px;
}

@media (max-width: 767px) {
  .hotelSingleGrid {
    grid-template-columns: 1fr;
  }
}

.border-test {
  position: absolute;
  top: 0;
  bottom: 40px;
  left: 19px;
  z-index: -1;
  border-left: 2px dashed #e5f0fd;
}

.border-line-2 {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 13px;
  z-index: -1;
  border-left: 1px solid var(--color-border);
}

@media (max-width: 575px) {
  .border-line-2 {
    display: none;
  }
}

.map {
  width: 100%;
  height: 100%;
  background-color: #a3a3a3;
}

.carsSlider {
  display: grid;
  gap: 10px;
  grid-template-columns: 120px calc(100% - 130px);
}

@media (max-width: 767px) {
  .carsSlider {
    grid-template-columns: 1fr;
  }
}

.carsSlider .carsSlider-slides {
  display: flex;
  flex-direction: column;
}

.carsSlider .carsSlider-slides > * + * {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .carsSlider .carsSlider-slides {
    flex-direction: row;
    order: 2;
  }
  .carsSlider .carsSlider-slides > * + * {
    margin-top: 0;
    margin-left: 10px;
  }
}

.carsSlider .carsSlider-slides__item {
  border: 1px solid #dddddd;
}

.carsSlider .carsSlider-slides__item.-is-active {
  border: 1px solid #051036;
}

.carsSlider .carsSlider-slider {
  overflow: hidden;
  width: 100%;
}

@media (max-width: 767px) {
  .carsSlider .carsSlider-slider {
    order: 1;
  }
}

.carsSlider .carsSlider-slider img {
  border: 1px solid #dddddd;
  width: 100%;
  max-height: 510px;
}

.cruiseSlider .cruiseSlider-slides__item {
  border: 1px solid #dddddd;
}

.cruiseSlider .cruiseSlider-slides__item.-is-active {
  border: 1px solid #051036;
}

.cruiseSlider .cruiseSlider-slider {
  overflow: hidden;
  width: 100%;
}

@media (max-width: 767px) {
  .cruiseSlider .cruiseSlider-slider {
    order: 1;
  }
}

.cruiseSlider .cruiseSlider-slider img {
  border: 1px solid #dddddd;
  width: 100%;
  max-height: 510px;
}

.cruiseSlider__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

.cruiseSlider__nav.-prev {
  left: 20px;
}

.cruiseSlider__nav.-next {
  right: 20px;
}

@media (max-width: 767px) {
  .cruiseSlider__nav {
    top: unset;
    bottom: 30px;
    transform: none;
  }
  .cruiseSlider__nav.-prev {
    left: unset;
    right: calc(50% + 10px);
  }
  .cruiseSlider__nav.-next {
    right: unset;
    left: calc(50% + 10px);
  }
}

.w-max-120 {
  max-width: 120px;
}

.singleMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  top: 0;
  background-color: white;
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  pointer-events: none;
}

.singleMenu.-is-active {
  opacity: 1;
  pointer-events: auto;
}

.singleMenu__content {
  width: 100%;
  min-height: 80px;
  padding: 15px 0;
}

.singleMenu__links a {
  font-size: 15px;
  font-weight: 500;
}

.overflow-x-hidden {
  overflow-x: clip;
}

.-is-dd-wrap-active .-dd-button {
  border-color: var(--color-dark-1) !important;
  outline: 1px solid var(--color-dark-1) !important;
}

.-is-dd-wrap-active .-dd-button .icon {
  transform: rotate(180deg);
}

.noUi-target {
  height: 4px;
  border: none;
  outline: 1px solid rgba(0, 0, 0, 0.08);
}

.noUi-connect {
  background-color: var(--color-blue-1) !important;
  box-shadow: 0 !important;
}

.noUi-handle {
  border-radius: 100%;
  width: 20px !important;
  height: 20px !important;
  top: 50% !important;
  transform: translateY(-50%);
  border: 2px solid var(--color-blue-1);
  box-shadow: 0 !important;
}

.noUi-handle::before {
  display: none;
}

.noUi-handle::after {
  display: none;
}

.filterPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  overflow-y: scroll;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  pointer-events: none;
}

.filterPopup.-is-active {
  opacity: 1;
  pointer-events: auto;
}

.base-tr {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.date-input {
  display: flex;
  flex-flow: row-reverse;
  width: 100%;
}

.date-input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  background: none;
  z-index: 2;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.calendar-icon {
  position: absolute;
  top: 28px;
}

.calendar-icon.-left {
  left: 40px;
}

.calendar-icon.-right {
  right: 40px;
}

.gm-style-iw-t {
  right: unset !important;
  left: 25px;
  bottom: 20px !important;
}

.mapMarker {
  position: relative;
  z-index: 100;
}

.mapMarker:hover {
  background-color: var(--color-dark-1) !important;
  border-color: var(--color-dark-1) !important;
  color: white !important;
}

.gm-style .gm-style-iw-c {
  border-radius: 4px;
}

.mapItem__img {
  width: 100px !important;
  height: 100px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.mapItem__content {
  height: 100px;
}

.map-ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 700px;
}

.show-more__content {
  overflow: hidden;
  max-height: 0;
  transition: 0.2s;
}

.show-more.-h-60 .show-more__content {
  max-height: 80px;
}

.elCalendar__slider {
  overflow: hidden;
}

.elCalendar__sliderNav {
  position: absolute;
  top: 40px;
  z-index: 10;
}

.elCalendar__sliderNav.-prev {
  left: 60px;
}

.elCalendar__sliderNav.-next {
  right: 60px;
}

@media (max-width: 767px) {
  .elCalendar__sliderNav.-prev {
    left: 54px;
  }
  .elCalendar__sliderNav.-next {
    right: 54px;
  }
}

.elCalendar__month {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.elCalendar__header {
  display: grid;
  grid-template-columns: repeat(7, min-content);
  gap: 8px;
}

.elCalendar__header__sell {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .elCalendar__header__sell {
    width: 32px;
    height: 32px;
  }
}

.elCalendar__body {
  display: grid;
  grid-template-columns: repeat(7, min-content);
  gap: 8px;
}

.elCalendar__sell {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .elCalendar__sell {
    width: 32px;
    height: 32px;
  }
}

.elCalendar__sell.-dark {
  opacity: 0.4;
}

.elCalendar__sell:hover {
  background-color: rgba(0, 0, 0, 0.041);
}

.elCalendar__sell.-is-active {
  position: relative;
  color: white;
  background-color: var(--color-dark-3);
  z-index: 1;
}

.elCalendar__sell.-is-in-path {
  position: relative;
  color: var(--color-dark-1) !important;
  z-index: 0;
}

.elCalendar__sell.-is-in-path::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  right: -12px;
  height: 100%;
  background-color: var(--color-light-2);
  z-index: -2;
}

.text-colorrr {
  color: #000;
}
/* HOTEL PAGE */

.search-icon-ser button {
  background: inherit;
  border: 0;
}

.show-map-btn {
  background-color: inherit;
  border: 0;
  margin-top: -10px;
}

/*asdsadsadsda  */

.trend-wrap {
  /* box-shadow: 0 0 20px 0 #000; */
  border: 1px solid #003c96;
  border-radius: 10px;
}

.abs-trend {
  padding: 16px 0;
  background: #003c96;
  margin-top: -10px;
  border-radius: 0 0 7px 7px;
}

.hotel-slider .slick-slide {
  margin: 20px 10px;
}

.testimonial-top-box:before {
  content: "";
  position: absolute;
  border-top: 4px dashed #000;
  width: 97%;
  top: 13%;
  right: 0;
  /*z-index: -1;*/
}

.testi-slider .slick-slide {
  margin: 20px;
}

.slick-prev,
.slick-next {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 999;
}

.hotel-slider .slick-next {
  right: -15px;
}

.hotel-slider .slick-next::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  opacity: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003c96;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 #0000006b;
}

ul.store-btn {
  display: flex;
}

ul.store-btn {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
}

section.about-us {
  background: #003c96;
  padding: 100px 0;
  background-image: linear-gradient(45deg, black, transparent);
  /* margin-top: 80px; */
}

.abt-text h2 {
  font-size: 40px;
  color: #fff;
}

.abt-text p {
  color: #fff !important;
}

.htl-text p {
  color: #000000;
  font-size: 12px;
  line-height: 20px;
}

ul.store-btn li i {
  color: #000000 !important;
  font-size: 16px;
}

ul.store-btn li span {
  font-size: 13px;
  color: #000000;
  line-height: 15px;
}

ul.store-btn li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.store-read {
  text-align: center;
  border-top: 1px solid #000000;
  padding: 10px 0;
}

.trending_slider .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  opacity: 1;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003c96;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.trending_slider .slick-prev {
  left: -25px;
  opacity: 1;
}

.trending_slider .slick-next {
  right: 25px;
}

.trending_slider .slick-next::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  opacity: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003c96;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 #0000006b;
}

.inn-booking .book-wrap {
  border: 2px solid #003c96;
}

.inn-booking {
  padding: 100px 0 !important;
}

section.booking.inn-booking .book-wrap:hover * {
  color: #fff;
}

.inner-testimonial-sec {
  background: #f5f7fa;
}

section.testimonial-sec .sec-head h2 {
  text-align: center;
  margin: 0 auto;
}

.mapboxgl-ctrl-geocoder,
.mapboxgl-ctrl-geocoder .suggestions {
  box-shadow: inherit !important;
}

.blogs {
  /* background: #003c96 !important; */
  /* background-image: linear-gradient(45deg, black, transparent) !important; */
}

.blogs .top-heading h2 {
  color: #000000;
}

.blogs .top-heading p {
  color: #000000;
}

form#filterForm label {
  /*margin-top: 20px !important;*/
  font-weight: 700;
  font-family: "trajan-pro";
  margin-top: 10px;
}

form#filterForm {
  /* box-shadow: 0 0 15px 0 #00000075; */
  padding: 0 20px;
  /* border-radius: 10px; */
  border: 0;
}

.other-extra-listing {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  column-count: 2;
  margin-top: 0 !important;
  width: 150%;
}

.other-extra-listing div {
  border: 1px solid #ffffff;
  padding: 0 8px;
  border-radius: 30px;
  font-size: 12px;
}

.tab-content > .active form#filterForm {
  padding: 0;
}

.highlight-other {
  border: 0 !important;
  color: #000 !important;
  font-family: "trajan-pro";
  width: 100%;
  font-size: 14px !important;
}

.listing-main-box {
  /* box-shadow: 0 0 20px 0 #0000006b; */
  /* border-radius: 10px; */
  /* background: #003c96; */
  position: relative;
  z-index: 1;
}

.listing-main-box * {
  /* color: #fff !important; */
}

.listing-main-box i {
  color: orange !important;
}

.listing-main-box h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listing-main-box .button.-md {
  background: #000 !important;
}

.listing-main-box h3 i {
  font-size: 14px;
}

.listing-main-box h3 div {
  display: flex;
  align-items: center;
  gap: 2px;
}

.cardImage__wishlist button {
  position: absolute;
  right: 20px;
}

.detail-img {
  width: 15%;
}

/*.product-detail-sec {*/
/*    padding: 100px 0 !important;*/
/*}*/

/*.product-detail-sec {*/
/*    padding: 100px 0 !important;*/
/*}*/

.gridImages img {
  border: 4px solid #003c96;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

i {
  font-family: "FontAwesome";
}

.iimge-drtl-liste {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
}

.popular-facilities-list .text-15 {
  position: relative;
  padding-left: 20px;
  font-family: "Montserrat";
}

.popular-facilities-list .text-15:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #003c96;
  left: 0;
  top: 20px;
  border-radius: 50%;
}

.daily-price-txt .text-15 {
  font-size: 14px !important;
  line-height: 22px;
}

.bg-blue-2 {
  background-color: var(--color-blue-2) !important;
  padding: 0 30px !important;
}

.badge-custom {
  background: #003c96;
  padding: 4px 5px;
  border-radius: 17px;
  font-size: 12px !important;
  font-weight: 400;
}

.facilities-generl ul {
  display: flex;
  flex-wrap: wrap;
  max-height: 210px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.facilities-generl ul li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 0 5px;
  font-size: 12px;
}

.facilities-generl .d-flex.items-center.text-16.fw-500 {
  font-size: 17px !important;
  font-weight: bold;
}

.daterangepicker .drp-buttons .btn {
  margin: auto !important;
}

.daterangepicker .drp-buttons .btn-primary {
  border-color: #003c96;
  color: #fff;
  background-color: #003c96;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #003c96 !important;
  color: #fff !important;
}

/*connet section*/

.connect-travell-img img {
  height: 315px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.connect-travell-txt h4 {
    font-size: 15px;
    font-family: "trajan-pro";
    color: #000;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}

.connect-travell-txt {
  padding: 10px 0;
}

.connect-travell-txt h6 {
  font-size: 12px;
  line-height: 20px;
  font-family: "Montserrat";
}

.slick-next::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  opacity: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003c96;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 #0000006b;
}

.slick-prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  opacity: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003c96;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 #0000006b;
}

.connect-travell-slider .slick-active {
  opacity: 1;
}

.connect-travell-slider .slick-slide {
  margin: 0px 10px;
}

section.best-seller-sec {
  padding: 0px 0 70px;
}

.best-seller-img img {
  border-radius: 5px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: 1s ease-on-out;
}

.slick-slide {
  margin: 0 10px;
}

.best-seller-txt h4 {
  color: #000;
  font-family: "trajan-pro";
  font-size: 16px;
  margin: 0 0 10px;
}

.best-seller-txt {
    padding: 10px 0;
    text-align: center;
}

.best-seller-txt h5 {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  margin: 0 0 10px;
}

.best-seller-txt ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.best-seller-txt ul li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #003c96;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    font-size: 13px;
    display: none;
}

.best-seller-txt ul li em {
  font-size: 13px;
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
}

.best-seller-txt ul li h6 {
  margin: 0;
  font-family: "Montserrat";
  font-size: 14px;
  color: #7c7c7c;
}

.best-seller-txt h5 span {
  color: #003c96;
  font-family: "trajan-pro";
  font-weight: 600;
  font-size: 20px;
}

.slick-active {
  opacity: 1;
}

.best-seller-txt h6 {
  font-size: 14px;
  margin: 0 0 15px;
  font-family: "trajan-pro";
  color: #7c7c7c;
}

.top-heading h2 {
    font-size: 34px;
    line-height: 1.2;
    color: #000;
}

.popular-hotel-sec {
  padding: 0 !important;
}

ul.g-list {
  display: flex;
  align-items: center;
  gap: 20px;
}

ul.g-list li span {
  background: no-repeat;
  color: #000;
  width: auto;
}

ul.g-list li {
  list-style: disc;
  color: #000;
  display: block;
}

ul.g-list li i {
  font-family: "Font Awesome 5 Free";
  color: #003c96;
}

.best-seller-img {
  position: relative;
  overflow: hidden;
  transition: 1s ease-in-out;
}

.heart-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px 0 #0000007a;
}

.best-seller-main:hover .best-seller-img img {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
  border-radius: 5px;
}

section.connect-travell-sec {
  padding: 70px 0;
}

.heart-icon.active i {
  color: red;
  font-weight: 700;
}

.best-seller-txt h5 del {
  color: red;
  font-size: 20px;
  font-family: "trajan-pro";
}

.tending-destination-img img {
    border-radius: 10px;
    height: 320px;
    width: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition: 0.3s  ease-in-out;
}
.tending-destination-img img:hover {
    transform: scale(1.1);
    transition: 0.3s  ease-in-out;
}   

.trending-destination-main {
  position: relative;
  margin: 0 0 30px;
}

.trending-destination-txt {
  position: absolute;
  top: 20px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.trending-destination-txt h4 {
  font-size: 20px;
  color: #fff;
  font-family: "trajan-pro";
  margin: 0;
  line-height: 30px;
}

.tending-destination-img {
    border-radius: 10px;
    background: #000;
    height: 320px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.trending-destination-txt img {
  width: 50px;
  object-fit: contain;
}

.blogs h3 {
  height: auto;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 10px;
}

.blog-box {
}

.blog-box ul.store-btn {
  background: #003c96;
  padding: 12px;
  border-radius: 3px;
  border: 0;
  position: relative;
}

.blog-box ul.store-btn span {
  color: #fff;
  font-weight: 400;
  font-family: "trajan-pro";
}

.blog-box ul.store-btn i {
  color: #fff !important;
  font-size: 18px;
}

.blog-box ul.store-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.blog-box .store-read {
  border-top: 0;
  background: #003c96;
  color: #fff;
  border-radius: 0 0 6px 6px;
}

.blog-box .store-read a {
  color: #fff;
  text-decoration: none;
}

.blog-box .store-read:hover {
  background: #000;
}

.sidebar__item input {
  height: 50px !important;
  border: 1px solid #000 !important;
}

input#searchInput {
  border: 1px solid #000;
  height: 50px;
  margin: 0 0 20px !important;
}
.sidebar__item input {
  height: 50px !important;
  border: 1px solid #000 !important;
}

input#searchInput {
  border: 1px solid #000;
  height: 50px;
  margin: 0 0 20px !important;
}

h3.text-18.lh-16.fw-500 a {
  font-family: "trajan-pro";
  font-weight: 600;
}

.product-detail-sec {
  position: relative;
}

.detail-side-map {
  position: sticky;
  display: flex;
  height: fit-content;
  flex: 1;
  top: 0;
}

.facilities-generl {
  background: #e5f0fd;
  padding: 20px;
  border-radius: 10px;
}

/*connet section*/

@media (max-width: 1400px) {
  .trending-destination-txt h4 {
    font-size: 15px;
  }

  section.connect-travell-sec .col-12.centerCol {
    width: 80%;
  }

  .connect-travell-txt h4 {
    font-size: 15px;
    line-height: 20px;
  }

  .connect-travell-img {
    position: relative;
  }

  .connect-travell-img p {
    width: 100% !important;
    font-size: 13px;
    bottom: 0px !important;
    line-height: 20px;
  }

  .blogs h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .foter-box.ftr-bx-1:before {
    height: 187%;
  }

  section.com-logo {
    overflow: hidden;
  }
  
  .text-18 {
  font-size: 14px !important;
  line-height: 21px !important;
}

.button.-dark-1 {
  padding: 7px 10px !important;
  font-size: 12px;
  height: 46px !important;
  width: 100% !important;
}

input#searchInput {
  font-size: 12px;
}

.listing-main-box * {
  font-size: 13px !important;
  line-height: 21px !important;
}


}

@media (max-width: 1024px) {
  .logo a {
    font-size: 15px !important  ;
  }

  h1 {
    font-size: 35px;
  }

  .banner_text {
    padding-top: 120px;
  }

  .search-offer-icon svg {
    width: 18px;
    height: 18px;
  }

  .ban-select .tab-wrap input {
    padding-left: 29px !important;
  }

  .ban-select .tab-main .tab-wrap:nth-child(2):before {
    right: 11px;
  }

  .hotel-img img {
    height: 200px;
    object-fit: cover;
  }

  .htl-text h3 {
    font-size: 12px;
    line-height: 20px;
  }

  section.hotels {
    padding: 60px 0 40px;
  }

  .trending-destination-txt {
    left: 10px;
    top: 30px;
  }

  .connect-travell-img img {
    height: 245px;
  }

  .connect-travell-txt h4 {
    font-size: 13px;
    line-height: 20px;
  }

  section.hotels h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .top-heading p {
    font-size: 12px;
    line-height: 19px;
  }

  .foter-box.ftr-bx-1 p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .foter-box.ftr-bx-1:before {
    height: 189%;
  }

  .footer-nav a.text-white {
    font-size: 12px;
    line-height: 22px;
  }

  .foter-box h3 {
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  ul.ftr-contact-list li {
    margin: 14px 0;
    font-size: 12px;
  }

  ul.ftr-contact-list i {
    font-size: 12px;
  }

  ul.ftr-contact-list p,
  ul.ftr-contact-list a {
    font-size: 12px;
    line-height: 20px;
  }

  .foter-box.ftr-bx-4 p {
    width: auto;
    font-size: 12px;
    line-height: 20px;
  }

  .foter-box.ftr-bx-4 input {
    font-size: 12px;
    height: 45px;
    padding: 0 14px;
  }

  footer button.theme_btn.btn-3 {
    font-size: 12px;
  }

  .footer-nav p {
    font-size: 12px;
    line-height: 20px;
  }

  footer {
    padding: 50px 0 0px;
  }

  .foter-box.ftr-bx-1:before {
    height: 170%;
    top: -43%;
  }

  section.com-logo {
    padding-top: 60px;
  }
  


.product-dtl-nav-inner img {
    height: 180px;
}

.product-dtl-for-inner img {
    height: 360px;
}
.px-30 .px-30.py-30.border-light.rounded-4.w-100 {
  padding: 10px !important;
}

.detail-side-map .px-30.py-30.border-light.rounded-4.w-100 {
  padding: 10px !important;
}

.detail-side-map .text-14 {
  font-size: 12px !important;
  line-height: 22px !important;
}

section.about-us.chs {
  padding: 50px 0;
}

.abt-text h2 {
  font-size: 25px;
  line-height: 34px;
  padding-bottom: 10px;
}

.abt-text p {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 16px !important;
}

.abt-text h3 {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 7px;
}

section.about-us.chs ul li {
  font-size: 12px;
  line-height: 22px;
}


}





@media (max-width: 880px) {
  .logo a {
    font-size: 12px !important;
  }
  h1 {
    font-size: 24px;
  }

  .banner_text {
    padding-top: 80px;
  }

  .carousel-item img.img-fluid {
    height: 340px;
  }

  .banner_text p {
    font-size: 12px;
    line-height: 20px;
  }

  .ban-select .tab-wrap .search-offer {
    width: 100%;
  }

  .search-offer-icon svg {
    width: 11px;
    height: 11px;
  }

  .ban-select .tab-wrap input {
    padding-left: 21px !important;
    font-size: 12px;
  }

  .ban-select .tab-wrap input::placeholder {
    font-size: 12px;
  }

  .serh-main button i {
    font-size: 12px;
  }

  .type1.date-inn input#type1-start {
    padding-left: 15px !important;
  }

  .select-persons-text p {
    font-size: 12px;
    padding-left: 23px !important;
    padding: 7px 0;
  }

  .select-persons i {
    font-size: 11px;
  }

  .ban-select .tab-main button.theme_btn.btn2 {
    font-size: 11px;
    padding: 9px 0px;
  }

  .select-persons {
    width: 93%;
    float: right;
  }

  .ban-select .tab-main .tab-wrap:nth-child(2):before {
    right: -8px;
  }

  .ban-select .tab-main .tab-wrap:nth-child(3):before {
    right: 18px;
  }

  .tending-destination-img img {
    height: 320px;
  }

  .trending-destination-txt {
    gap: 10px;
    right: 0px;
    left: 0px;
    padding: 0px 10px;
  }

  .trending-destination-txt h4 {
    font-size: 12px;
    line-height: 18px;
  }

  section.best-seller-sec {
    padding-bottom: 30px;
  }

  section.hotels.blogs .hotel-box {
    width: 100%;
  }

  .hotel-img img {
    height: 170px;
  }

  .blog-box ul.store-btn {
    padding: 10px 4px;
  }

  .blog-box ul.store-btn i {
    font-size: 11px;
  }

  .blog-box ul.store-btn span {
    font-size: 10px;
  }

  ul.store-btn li {
    gap: 4px;
  }

  .htl-text h3 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .blog-box .store-read a {
    font-size: 12px;
  }

  .blog-box .store-read {
    padding: 5px 0;
  }

  .logo-slider {
    padding: 0 0 60px;
  }

  section.com-logo {
    padding-top: 40px;
  }


footer .row {
    justify-content: center;
    width: 100%;
    align-items: center;
    text-align: center;
}

.foter-box.ftr-bx-1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}

ul.footer-social {
    justify-content: center;
}

.foter-box.ftr-bx-1:before {
    left: -42px;
    right: 0;
    width: 130%;
    margin: 0px auto;
    display: table;
    height: 138%;
}

.foter-box.ftr-bx-1 p {
    text-align: center;
}

ul.ftr-contact-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .offset-1 {margin-left: 0px;}

ul.ftr-contact-list li {
    margin: 5px 0;
}

.footer-nav p {
    text-align: center;
}



.product-dtl-nav-inner img {
    height: 130px;
    width: 100% !important;
}

.product-dtl-for-inner img {
    height: 260px;
}

.px-30 .px-30.py-30.border-light.rounded-4.w-100 {
    padding: 10px !important;
}


.detail-side-map .px-30.py-30.border-light.rounded-4.w-100 {
    padding: 10px !important;
}

.detail-side-map .text-14 {
    font-size: 12px !important;
    line-height: 22px !important;
}

.y-gap-10 > * {padding: 4px 0 10px !important;}

h1.text-26.fw-600.text-colorrr {
    font-size: 17px !important;
}

.y-gap-20 > * {
    padding: 6px !important;
}

.y-gap-20 > * i {
    font-size: 10px !important;
}

span.text-22.text-dark-1.fw-500 {
    font-size: 14px !important;
}

.text-15.text-light-1 {
    font-size: 10px !important;
}

a.text-blue-1.text-15.underline {
    font-size: 12px !important;
}

.text-dark-1 {
    font-size: 13px !important;
}

.detail-img {
    width: 100%;
}


}



@media (max-width: 480px) {
  .hotel-slider .slick-next {
    top: 104%;
    right: 41%;
  }

  .hotel-slider .slick-prev {
    top: 105%;
    left: 43%;
  }

  .hotel-slider {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }

  .hotel-img img {
    height: 240px;
  }

  .top-heading h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .trending-destination-txt h4 {
    font-size: 16px;
    line-height: 28px;
  }

  section.connect-travell-sec .col-12.centerCol {
    width: auto;
  }

  .connect-travell-img p {
    font-size: 14px;
  }

  .connect-travell-txt h4 {
    font-size: 20px;
    line-height: 30px;
  }

  section.connect-travell-sec {
    padding: 40px 0;
  }

  .connect-travell-slider {
    padding-bottom: 20px;
  }

  .connect-travell-slider button.slick-next {
    right: 42%;
    top: 92%;
  }

  .connect-travell-slider button.slick-prev {
    left: 42%;
    top: 92%;
    opacity: 1 !important;
  }

  .hotel-img img {
    height: 300px;
  }

  .blog-box ul.store-btn i {
    font-size: 16px;
  }

  .blog-box ul.store-btn span {
    font-size: 13px;
  }

  ul.store-btn li {
    gap: 12px;
  }

  .blog-box ul.store-btn {
    padding: 16px 12px;
  }

  .blog-box .store-read {
    margin-bottom: 40px;
  }

  .foter-box.ftr-bx-1:before {
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
  }

  .foter-box.ftr-bx-1 {
    padding: 18px 10px 10px;
  }

  .foter-box.ftr-bx-1 p {
    font-size: 12px;
    line-height: 24px;
  }

  .hotel-slider .slick-next {
    top: 104%;
    right: 38%;
  }

  .hotel-slider .slick-prev {
    top: 105%;
    left: 38%;
  }
  .ban-select div#myTabContent {
    margin-top: 15px;
}

  .hotel-slider {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }

  .hotel-img img {
    height: 240px;
  }

  .top-heading h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .trending-destination-txt h4 {
    font-size: 16px;
    line-height: 28px;
  }

  section.connect-travell-sec .col-12.centerCol {
    width: auto;
  }

  .connect-travell-img p {
    font-size: 14px;
  }

  .connect-travell-txt h4 {
    font-size: 20px;
    line-height: 30px;
  }

  section.connect-travell-sec {
    padding: 40px 0;
  }

  .connect-travell-slider {
    padding-bottom: 20px;
  }

  .connect-travell-slider button.slick-next {
    right: 38%;
    top: 92%;
  }

  .connect-travell-slider button.slick-prev {
    left: 38%;
    top: 92%;
    opacity: 1 !important;
  }

  .hotel-img img {
    height: 300px;
    object-fit: cover;
  }
  .logo-slider {
        padding: 0 0 30px;
    }

  .blog-box ul.store-btn i {
    font-size: 16px;
  }

  .blog-box ul.store-btn span {
    font-size: 13px;
  }

  ul.store-btn li {
    gap: 12px;
  }

  .blog-box ul.store-btn {
    padding: 16px 12px;
  }

  .blog-box .store-read {
    margin-bottom: 40px;
  }

  .foter-box.ftr-bx-1:before {
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
  }

  .foter-box.ftr-bx-1 {
    padding: 18px 10px 10px;
  }

  .foter-box.ftr-bx-1 p {
    font-size: 12px;
    line-height: 24px;
  }

  section.hotels {
    overflow: hidden;
  }

  .centerCol {
    width: auto;
  }

  .top-heading {
    padding: 0px 10px;
  }

  .logo a {
    font-size: 18px !important;
    text-align: center;
  }

  .logo {
    text-align: center;
    margin-bottom: 10px;
  }

  .top-info {
    justify-content: center;
    gap: 10px;
  }

  .gt_container--hich1m .gt_switcher .gt_selected a {
    border: 1px solid #ffffff26 !important;
  }

  .top-info select {
    border: 1px solid #ffffff26 !important;
    padding: 7px;
  }

  .ban-select .tab-main {
        flex-wrap: wrap;
        padding: 15px 10px;
        row-gap: 15px;
  }
.btn-search-tab-wrap {
    width: 100% !important;
}
  .ban-select .tab-wrap input {
    border: 1px solid #00000066 !important;
    border-radius: 6px !important;
    padding: 2px 28px !important;
    width: 100% !important;
    font-size: 11px;
  }

  .serh-main {
    width: 100%;
    position: relative;
  }

  .search-offer-icon svg {
    width: 22px;
    height: 10px;
  }
.serh-main {
    left: 0 !important;
}
  .ban-select .tab-wrap .search-offer {
    margin: 0px auto !important;
    width: 100% !important;
  }

  .ban-select .tab-main .tab-wrap:before {
    display: none;
  }

  .select-persons {
    width: 100%;
    /*border: 1px solid #00000073;*/
    border-radius: 5px;
    padding: 0px 20px;
  }
.select-persons-quitity-box {
    left: 0;
    width: 100% !important;
    z-index: 3;
}

.select-persons-quitity-box-btn {
    width: 50%;
}

.animais-assistencia p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
  .ban-select .tab-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #8c8c8c;
    border-radius: 10px;
  }
.ban-select .tab-wrap input {
    border: 0 !important;
}
input#type1-deadline {
    padding: 0 0 !important;
}
  .serh-main button {
    right: 7px;
    top: 20%;
    font-size: 12px;
  }

  .type1.date-inn input#type1-start {
    padding-left: 25px !important;
  }
  footer .row {
    margin: 0px auto;
}

.col-9.row {
  width: 100%;
  margin: 0px auto;
}

.product-dtl-nav-inner img {
  margin: 14px 0;
}

.product-dtl-nav-inner img .col-8 {
  width: 100% !important;
}

.product-detail-sec .col-8 {
  width: 100% !important;
}

.product-detail-sec .col-4 {
  width: 100% !important;
  margin-bottom: 30px;
}

.product-detail-sec .text-14.text-right {
  text-align: center;
}

.popular-facilities-list .text-15 {
  margin-left: 23px;
}

section#rooms .bg-blue-2 {
  padding: 0px 10px !important;
}
section.main_slider.inn-banner img.img-fluid {
  height: 280px;
}

section.main_slider.inn-banner .banner_text {
  margin-top: 60px;
}

section.main_slider.inn-banner .banner_text h1 {
  font-size: 18px;
  line-height: 24px;
}

.abt-text h2 {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 9px;
}

.abt-text .container.mx-auto.px-6.py-12 {
  padding: 0px !important;
}

.abt-text p {
  line-height: 20px;
  margin-bottom: 14px !important;
}

.abt-text h3 {
  font-size: 12px;
  line-height: 20px;
  padding: 10px 0 10px;
}


}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25 !important;
}


/* New Listing Page Css Start */
.list-sec {
    padding: 80px 0;
}

.list-box {
    /* padding: 30px 20px; */
    box-shadow: 0 0 20px 0px #0000000f;
    border-radius: 10px;
}


ul.listing-list li {
    position: relative;
    z-index: 1;
    padding: 0 0 0 10px;
    margin: 10px 0 10px;
}

ul.listing-list li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #000;
    z-index: -1;
    content: '';
    border-radius: 50%;
}

.list-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
    margin-bottom: 16px;
}

.list-box .box-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: default;
}

.list-box .box-head .title {
    font-weight: 600;
    font-size: 14px;
}

.list-box .box-body {}

.list-sidebar {
    position: sticky;
    top: 16px;
}

.address-box a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.address-box h5 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.3;
}

.listing-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.listing-list li {
    color: #6b7280;
    font-size: 13px;
}

.muted {
    color: #6b7280;
}

.reset-btn {
    appearance: none;
    border: 0;
    background: transparent;
    color: #00a87a;
    font-weight: 600;
    cursor: pointer;
}

.reset-btn:disabled {
    opacity: .45;
    cursor: not-allowed;
}

.accordion {
    border-top: 1px solid #e5e7eb;
}

.accordion-item {
    border-bottom: 1px solid #e5e7eb;
}

.accordion-header {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    padding: 12px 16px;
    cursor: pointer;
}

.accordion-title {
    font-weight: 600;
}

.accordion-chevron {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease;
}

.accordion-item[aria-expanded="true"] .accordion-chevron {
    transform: rotate(180deg);
}

.accordion-panel {
    display: none;
    padding: 0 16px 14px;
}

.accordion-item[aria-expanded="true"] .accordion-panel {
    display: block;
}

.filter-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
}

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

.filter-list input[type="checkbox"],
.filter-list input[type="radio"] {
    width: 16px;
    height: 16px;
}



.chip-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 6px 0 10px;
}

.chip {
    border: 1px solid #d1d5db;
    background: #f3f4f6;
    border-radius: 999px;
    padding: 7px 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    user-select: none;
}

.chip:hover {
    background: #eef2f7;
}

.chip.active {
    border-color: #00a87a;
    outline: 2px solid rgba(0, 168, 122, .12);
}

.range-wrap {
    padding: 6px 0 2px;
}

.range-values {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #6b7280;
    margin-top: 6px;
}

.slider-track {
    position: relative;
    height: 4px;
    background: #e5e7eb;
    border-radius: 999px;
}

.slider-progress {
    position: absolute;
    height: 100%;
    background: #00a87a;
    border-radius: 999px;
}

.range-inputs {
    position: relative;
    margin-top: 10px;
}

.range-inputs input[type="range"] {
    position: absolute;
    left: 0;
    top: -8px;
    width: 100%;
    height: 24px;
    pointer-events: none;
    -webkit-appearance: none;
    background: none;
}

.range-inputs input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
}

.range-inputs input[type="range"]::-moz-range-thumb {
    pointer-events: auto;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 999px;
}

.show-more {
    appearance: none;
    background: transparent;
    border: 0;
    color: #00a87a;
    font-weight: 600;
    padding: 6px 0;
    cursor: pointer;
}

.tip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #eef2f7;
    color: #334155;
    font-size: 11px;
    font-weight: 700;
}

.tip[data-title]:hover:after {
    content: attr(data-title);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background: #111827;
    color: #fff;
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
}

.filters-cta {
    display: none;
}

@media (max-width: 992px) {
    .filters-cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        border-top: 1px solid #e5e7eb;
        display: flex;
        gap: 10px;
        padding: 12px;
        z-index: 40;
    }

    .filters-cta .btn {
        flex: 1 1 auto;
    }
}

.btn {
    appearance: none;
    border: 1px solid #d1d5db;
    background: #fff;
    border-radius: 10px;
    padding: 10px 12px;
    font-weight: 600;
    cursor: pointer;
}

.btn.primary {
    background: #00a87a;
    border-color: #00a87a;
    color: #fff;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.divider {
    height: 1px;
    background: #e5e7eb;
    margin: 8px 0;
}








/* Adress Modal Css */
/* ==== MODAL BASE ==== */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.modal {
    background: #fff;
    border-radius: 12px;
    max-width: 540px;
    width: 95%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    transform: translate(-50%, -50%);
    transition: transform .3s ease;
    left: 50%;
    top: 50%;
    height: auto;
    overflow: visible;
}

.modal-overlay.active .modal {
    display: block;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 20px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 18px;
    font-weight: 600;
}

.modal-body {
    padding: 20px;
    display: grid;
    gap: 16px;
}

.modal-footer {
    padding: 16px 20px;
}

.modal-footer .btn-primary {
    width: 100%;
    background: #003c96;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Montserrat';
}

/* ==== INPUT FIELDS ==== */
.form-control {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d1d5db !important;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    background: transparent !important;
    font-weight: 600;
    color: #000;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

/* ==== CUSTOM DROPDOWN ==== */
.custom-dropdown {
    position: relative;
}

.custom-dropdown input {
    width: 100%;
    border: 1px solid #d1d5db !important;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.custom-dropdown .dropdown-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
    display: none;
    z-index: 20;
}

.custom-dropdown.active .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    padding: 10px 14px;
    cursor: pointer;
    font-size: 14px;
}

.dropdown-menu li:hover {
    background: #f1f5f9;
}

/* ==== DATE PICKER ==== */
.calendar {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    /*left: 0;*/
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
    padding: 16px;
    z-index: 30;
}

.calendar.active {
    display: block;
}

.calendar table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.calendar th {
    padding: 6px;
    font-weight: 600;
    font-size: 13px;
}

.calendar td {
    padding: 8px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 13px;
}

.calendar td:hover {
    background: #f1f5f9;
}

.calendar td.selected {
    background: #003c96;
    color: #fff;
}

/* ==== GUEST SELECTOR ==== */
.guest-box {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
    padding: 16px;
    z-index: 30;
    width: 260px;
}

.guest-box.active {
    display: block;
}

.guest-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.counter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.counter button {
    background: #f1f5f9;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 600;
}

.counter span {
    min-width: 20px;
    text-align: center;
    font-weight: 600;
}

.guest-footer {
    display: flex;
    justify-content: flex-end;
}

.guest-footer button {
    background: #003c96;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 14px;
    cursor: pointer;
}

.modal-body * {
    font-family: montserrat;
}

.form-control::placeholder {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

.custom-dropdown input::placeholder {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

/* Adress Modal Css */


/* Toggle Css */
.toggle {
    position: relative;
    width: 50px;
    height: 26px;
}

.toggle input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .3s;
    border-radius: 50px;
    width: auto;
    margin: 0;
}

.slider::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .3s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #003c96;
    /* Tumhari theme ka color */
}

input:checked+.slider::before {
    transform: translateX(24px);
}


.fav-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fav-heart {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fav-heart i {
    font-size: 20px;
    color: #C71027;
}

/* Toggle Css */


/* dropdown Css */
.form-dropdown {
    position: relative;
    display: inline-block;
    font-family: Inter, sans-serif;
    width: 100%;
}

.form-dropdown-btn {
    background: #fff;
    border: 1px solid #d1d5db;
    color: #121417;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 10px;
    cursor: pointer;
    min-width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: montserrat;
    width: 100%;
    position: relative;
    z-index: 1;
}

.form-dropdown-btn::after {
    content: "▼";
    font-size: 18px;
    margin-left: 8px;
    transition: transform 0.2s ease;
}

.form-dropdown-menu {
    position: unset;
    top: 110%;
    left: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    min-width: 100%;
    display: none;
    z-index: 10;
    margin: -10px 0 0 0;
    padding: 10px 0 0;
}

.form-dropdown-menu a {
    display: block;
    padding: 10px 14px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-family: montserrat;
    opacity: 0.8;
    border-radius: 8px;
}

.form-dropdown-menu a:hover {
    background: #f3f4f6;
    color: #003c96;
    /* Theme highlight */
}

.form-dropdown.active .form-dropdown-menu {
    display: block;
    z-index: 9999;
}

.form-dropdown.active .form-dropdown-btn::after {
    transform: rotate(180deg);
}



label.form-label {
    font-family: 'Montserrat';
    font-weight: 700;
    display: block;
}

.list-inner-box {
    padding: 20px 20px;
    border: 1px solid #e5e7eb;
}

.list-box.address-box {
    padding: 30px 20px;
}

/* dropdown Css */



/* Price Css Start */
.price-box {
    font-family: 'Montserrat';
    font-size: 14px;
    margin-bottom: 20px;
}

.form-label .blue {
    color: #003c96;
    font-weight: 600;
}

.price-list {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.input-wrap {
    position: relative;
    flex: 1;
}

.input-wrap input {
    width: 100%;
    padding: 8px 28px 8px 8px;
    border: 1px solid #d1d5db !important;
    border-radius: 8px;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    font-family: 'Montserrat';
}

.input-wrap .suffix {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #111827;
    font-weight: 600;
}

/* Slider Track */
.price-progress {
    position: relative;
    height: 6px;
    border-radius: 6px;
}

.price-progress-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    width: 100%;
    background: #e5e7eb;
    border-radius: 6px;
}

.price-progress-bar-fill {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    background: #051036;
    border-radius: 6px;
}

.range {
    position: absolute;
    top: -1px;
    width: 100%;
    height: 6px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 9999;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #051036;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

.range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #051036;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

/* Price Css End */



/* Filter Css Start */
.filter-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    user-select: none;
    margin: 6px 0;
}

.filter-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    width: 23px;
    height: 22px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    display: inline-block;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.filter-item input:checked~.checkmark {
    background: #003c96;
    border-color: #003c96;
    position: relative;
}

.filter-item input:checked~.checkmark::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter-item p {
    margin: 0;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    opacity: 1;
    font-weight: 500;
    font-size: 15px;
}

.count {
    font-size: 13px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 500;
    opacity: 0.7;
}

.info {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 600;
    background: #f3f4f6;
    color: #111827;
    cursor: pointer;
    position: relative;
    margin: 0;
}

.info::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 130%;
    left: 0;
    /* transform: translateX(-50%); */
    white-space: normal;
    max-width: 250px;
    background: #111827;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    padding: 8px 10px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 20;
    width: 250px;
}

.info::before {
    content: "";
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #111827;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.info:hover::after,
.info:hover::before {
    opacity: 1;
    visibility: visible;
}

.list-inner-box h5 {
    font-family: 'trajan-pro';
    margin: 0 0 10px 0;
    color: #000;
}

.star-box p {
    display: flex;
    align-items: center;
    gap: 0;
}

.star-box p i {

    color: #F49F24;
}

/* Filter Css End */


/* listing box css start */



.listing-box {
    display: flex;
    padding: 10px 10px;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    margin: 20px 0;
}

/* Left Image Slider */
.listing-slider {
    position: relative;
    width: 40%;
    overflow: hidden;
}

.listing-slider img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.listing-slider .slick-prev {
    left: 15px;
}

.listing-slider .slick-next {
    right: 15px;
}

.listing-slider .slick-prev,
.listing-slider .slick-next {
    z-index: 10;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.listing-slider:hover .slick-prev,
.listing-slider:hover .slick-next {
    opacity: 1;
}

.listing-slider .slick-prev:before,
.listing-slider .slick-next:before {
    font-family: "FontAwesome";
    font-weight: 900;
    color: #fff;
    font-size: 16px;
}

.listing-slider .slick-prev:before {
    content: "\f053";
}

/* fa-chevron-left */
.listing-slider .slick-next:before {
    content: "\f054";
}

.listing-slider .slick-slide {
    margin: 0;
}

/* fa-chevron-right */

/* Right Content */
.listing-content {
    width: 59%;
    padding: 15px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.listing-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.listing-header h2 {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Trajan Pro', serif;
    display: flex;
    align-items: start;
    gap: 0;
    flex-direction: column;
}

.listing-header h2 span {
    color: #f2a900;
}

.review-box {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
}

.review-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}

.review-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.review-count {
    font-size: 12px;
    color: #666;
}

.review-badge {

    /* green badge */

    color: #fff;

    font-size: 16px;

    font-weight: 600;

    padding: 10px 6px;

    border-radius: 4px;

    position: relative;

    z-index: 1;
}

.listing-location {
    font-size: 12px;
    color: #000;
    margin: 0;
    line-height: 1.4;
    font-weight: 500;
}

.icons-row {
    display: flex;
    gap: 8px;
    margin: 0;
    justify-content: end;
}

.icons-row img,
.icons-row i {
    width: 20px;
    height: 20px;
    object-fit: contain;
    color: #444;
}

.room-info {
    background: #f9f9f9;
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 13px;
    line-height: 1.6;
    margin: 3px 0;
    display: flex;
    align-items: center;
}

.room-info div {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 3px 0;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 12px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-top: 10px;
}

.price-row strong {
    font-size: 18px;
    color: #000;
}

.show-btn {
    display: block;
    background: #051036;
    color: #fff;
    font-family: 'Montserrat';
    text-align: center;
    padding: 8px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 5px;
    transition: background 0.3s ease;
    font-size: 14px;
}

.show-btn:hover {
    background: #051036;
}

.room-info-list {
    display: block !important;
}

.price-row {
    flex-direction: column-reverse;
    align-items: end !important;
}

.price-row span {
    font-size: 11px;
}

.review-badge svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 50px;
    width: auto;
}


.room-info-list i::before {
    font-family: 'FontAwesome';
}

.icons-row i::before {
    font-family: 'FontAwesome';
}

.fa-heart:before {
    content: "\f004";
    font-family: 'FontAwesome';
}


ul#pills-tab {
    background: #ffff;
    justify-content: center;
    padding: 0;
    /* box-shadow: 0 1px 12px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1); */
    border-radius: 3px;
    border: 1px solid #e5e7eb;
    width: fit-content;
    margin: 0 !important;
}


.nav-pills .nav-link {
    padding: 13px 40px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: #051036;
}

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

.page-link {
    color: #051036;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #051036;
    border-color: #051036;
}

/* New Listing Page Css End */

/* New Listing Detail Page Css Start */
        
/* Hotel Info */
.inner-listing-detail-top {
    display: flex;
    margin-bottom: 20px;
    padding: 10px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
    background: #fff;
    align-items: center;
    gap: 20px;
}

.hotel-title {
    font-family: 'Trajan Pro', serif;
    font-size: 30px !important;
    font-weight: bold;
}

.hotel-price {
    font-size: 16px;
    font-weight: bold;
    color: #051036;
}

.hotel-price span {
    font-size: 18px;
}

/* Sliders */
.gallery-slider img {
    width: 100%;
    border-radius: 6px;
    height: 160px;
    object-fit: cover;
}

.review-slider {
    margin-top: 10px;
}

.review-slider-box {
    background: #f9f9f9;
    padding: 10px;
    font-size: 13px;
    border-radius: 6px;
}

.read-all {
    display: inline-block;
    margin-top: 10px;
    background: #fdd;
    padding: 9px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-family: montserrat;
    font-weight: 600;
}

/* Badge */
.badge {
    background: #8cc63f;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: bold;
}

/* Amenities & Location */
.inner-amenities-location ul {
    list-style: none;
    padding: 0;
    font-family: 'Montserrat';
    column-count: 2;
}

.inner-amenities-location li {
    margin-bottom: 8px;
    font-size: 12px;
    /* column-count: 2; */
    font-weight: 400;
}

/* Check-in Box */
.checkin-box {
    display: flex;
    justify-content: start;
    padding: 15px;
    border-radius: 6px;
    font-size: 14px;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
    margin: 0 0 20px 0;
    gap: 10%;
}

/* Travel Blog */
.travel-blog h3 {
    font-family: 'Trajan Pro', serif;
    font-size: 41px;
    margin-bottom: 15px;
}

.blog-box {
    margin-bottom: 20px;
}

.blog-box img {
    width: 100%;
    border-radius: 6px;
}

.blog-box .date {
    font-size: 12px;
    color: #999;
}

.blog-box h4 {
    font-size: 14px;
    margin-top: 5px;
}

section.inner-list-detail-section {
    padding: 80px 0;
}

.inner-listing-detail-top-text {
    border-left: 1px solid #e5e7eb;
    padding: 0 0 0 20px;
    width: 76%;
}

.inner-listing-detail-top-icon i {
    font-size: 21px;
    color: #676767;
}

.inner-listing-detail-top-text * {
    font-size: 12px;
}

.inner-listing-detail-top-text a {
    color: #051036;
    font-weight: 600;
}

.inner-listing-detail-top-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #c8c8c8;
}

.inner-review-slider .review-box {
    border-bottom: 1px solid #e5e7eb;
    padding: 10px;
    justify-content: space-between;
}

.review-slider-box {}

.review-slider-box p {
    font-size: 11px;
    line-height: 1.5;
    color: #000;
}

.review-slider-box p b {
    font-size: 18px;
    opacity: 0.7;
}

.review-slider .slick-next {
    right: 0;
}

.review-slider .slick-prev {
    left: 0;
}

.review-slider .slick-prev:before,
.review-slider .slick-next:before {
    color: #051036;
}


.review-slider .slick-prev:before {
    content: "\f053";
    font-family: 'FontAwesome';
}

.review-slider .slick-next:before {
    content: "\f054";
    font-family: 'FontAwesome';
}


.inner-gallery-image.slick-slide {
    margin: 0 2px;
    opacity: 1;
}



.inner-gallery-slider .slick-prev {
    left: 15px;
}

.inner-gallery-slider .slick-next {
    right: 15px;
}

.inner-gallery-slider .slick-prev,
.inner-gallery-slider .slick-next {
    z-index: 10;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}

.inner-gallery-slider:hover .slick-prev,
.inner-gallery-slider:hover .slick-next {
    opacity: 1;
}

.inner-gallery-slider .slick-prev:before,
.inner-gallery-slider .slick-next:before {
    font-family: "FontAwesome";
    font-weight: 900;
    color: #fff;
    font-size: 16px;
}

.inner-gallery-slider .slick-prev:before {
    content: "\f053";
}

/* fa-chevron-left */
.inner-gallery-slider .slick-next:before {
    content: "\f054";
}

.inner-review-slider {
    padding: 10px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
    background: #fff;
}


.inner-amenities-location {
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
    margin: 0 0 20px 0;
}

.inner-amenities-location h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.inner-amenities-location li a {
    color: #051036;
    font-weight: 600;
}


.location {
    border-left: 1px solid #e5e7eb;
    padding: 0 0 0 20px;
}


.checkin-box h4 {
    margin: 0 0 10px;
    font-size: 20px;
}

.checkin-box p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkin-box p br {
    display: none;
}


.checkin-box p a {
    color: #051036;
    font-weight: 600;
}

section.inner-list-detail-section h3 {
    margin: 0 0 10px;
    font-size: 20px;
}


.card-content {
    padding: 10px;
}

.list-detail-box {
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
    margin: 0 0 20px 0;
}

.available-form {
    display: flex;
    gap: 30px;
    margin: 10px 0;
}


.standard-box {
    width: 100%;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-size: 14px;
    margin: 20px 0;
}

.standard-box img {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.photo-tag {
    position: relative;
}

.photo-tag span {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.photo-tag span i {
    font-size: 12px;
}

.standard-box-content {
    padding: 12px 15px 15px;
}

.title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
    font-family: 'Montserrat';
}

.subtitle {
    font-size: 13px;
    color: #555;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}

.features {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #555;
    font-size: 13px;
    gap: 6px;
}

.features i {
    color: #555;
}

.badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.badge {
    background-color: #f2f2f2;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-family: 'Montserrat';
}

.badge i {
    font-size: 13px;
}

.more {
    color: #007BFF;
    font-size: 13px;
    margin-top: 10px;
    cursor: pointer;
    font-family: 'Montserrat';
}

.card-content p {
    font-family: 'Montserrat';
}


.standard-box-right {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    opacity: 1;
    margin: 20px 15px;
}

.feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 8px;
    background: #fafafa;
}

.feature i {
    margin-right: 8px;
    color: #333;
    width: 18px;
    text-align: center;
}

.feature span {
    display: flex;
    align-items: center;
    color: #333;
    font-family: 'Montserrat';
    font-size: 11px;
    font-weight: 600;
}

.info {
    position: relative;
    background: #eee;
    color: #555;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}



.price-section {
    border-top: 1px solid #eee;
    padding-top: 12px;
}

.best-price {
    background: #d4edda;
    font-family: 'Montserrat';
    color: #2e7d32;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px;
}

.price {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #000;
}

.tax-info {
    font-size: 12px;
    color: #1a7f37;
    margin-bottom: 10px;
    font-family: 'Montserrat';
}

.book-btn {
    width: 100%;
    background: #051036;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s;
}

.book-btn:hover {
    background: #051036;
}



.standard-box-right-slider .slick-prev {
    left: -30px;
}

.standard-box-right-slider .slick-next {
    right: -15px;
}

.standard-box-right-slider .slick-prev,
.standard-box-right-slider .slick-next {
    z-index: 10;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}

.standard-box-right-slider:hover .slick-prev,
.standard-box-right-slider:hover .slick-next {
    opacity: 1;
}

.standard-box-right-slider .slick-prev:before,
.standard-box-right-slider .slick-next:before {
    font-family: "FontAwesome";
    font-weight: 900;
    color: #fff;
    font-size: 16px;
}

.standard-box-right-slider .slick-prev:before {
    content: "\f053";
}

/* fa-chevron-left */
.standard-box-right-slider .slick-next:before {
    content: "\f054";
}



.location-list {
    background: #ffffff;
    padding: 0;
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    padding: 40px 0;
}

.location-category {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.location-category h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #333;
}

.location-item {
    display: flex;
    align-items: center;
    color: #0071c2;
    text-decoration: none;
    gap: 6px;
    line-height: 1.4;
    transition: color 0.2s;
    font-size: 12px;
}

.location-item i {
    width: 16px;
    text-align: center;
    color: #333;
}

.location-item:hover {
    text-decoration: underline;
    color: #005999;
}

@media (max-width: 768px) {
    .location-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .location-list {
        grid-template-columns: 1fr;
    }
}



.locationn-map {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 12px;
}

iframe.map-frame {
    width: 100%;
    height: 100%;
    border: 0;
}

.hotel-popup {
    position: absolute;
    top: 35%;
    left: 42%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10;
}

.hotel-popup img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.hotel-popup .info {
    display: flex;
    flex-direction: column;
}

.hotel-popup .info span {
    font-size: 13px;
    color: #555;
}

.rating-box {
    background-color: #4caf50;
    color: white;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: auto;
}

.marker {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 11;
    font-size: 30px;
    color: #003580;
}

.zoom-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    /*z-index: 12;*/
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.zoom-controls button {
    background: white;
    border: none;
    padding: 6px 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.view-hotels-btn {
    position: absolute;
    top: 10px;
    right: 80px;
    background-color: #f46464;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: bold;
    cursor: pointer;
    z-index: 12;
}

/* Modal */
.location-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.location-modal .modal-content {
    background: white;
    width: 90%;
    height: 90%;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.location-modal iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.close-modal {
    position: absolute;
    top: 12px;
    right: 16px;
    background: #f46464;
    border: none;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    z-index: 20;
}

.search-bar {
    position: absolute;
    top: 16px;
    right: 120px;
    z-index: 20;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 6px;
    padding: 4px 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.search-bar input {
    border: none;
    outline: none;
    padding: 6px;
    font-size: 14px;
    font-family: 'Montserrat';
    width: 50%;
}

.search-bar button {
    background: #003580;
    color: white;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    margin-left: 6px;
    cursor: pointer;
    width: 50%;
}

.search-bar i {
    margin-right: 6px;
    color: #888;
}

@media (max-width: 768px) {
    .hotel-popup {
        flex-direction: column;
        left: 50%;
        top: 38%;
    }
}

/* New Listing Detail Page Css End */


/* =================================================== listing detail starts  */


.service-antities h3 {
    padding: 0 0 10px 0 !important;
}

.row.desc-hotel {
    background: white;
    border-radius: 20px;
    margin: 20px 0 0 0;
    max-height: 240px;
    overflow: hidden;
}

.row.desc-hotel h3 {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    padding: 0;
}

button.expand-desc {
    margin: 30px 0 0 0;
    color: rgb(0, 95, 138);
}

.row.desc-hotel h4 {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.row.desc-hotel h4 img {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
}

.row.desc-hotel h3 img {
    margin: 0 10px 0 0;
}

.desc-hotel>h3 {
    font-size: 24px !important;
}

.service-antities h3 {
    font-size: 16px !important;
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.service-antities-box img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 10px;
}

.service-antities h3 img {
    margin: 0 10px 0 0;
}

.desc-hotel-wrapper {
    position: relative;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
    margin: 0 0 20px 0;
}

button.expand-desc {
    position: absolute;
    bottom: 0;
    background: white;
    z-index: 9;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
}

.service-antities .col-md-3 {
    padding: 0;
    margin: 0;
}

.service-antities-box.popular-box {
    padding: 20px;
    background: #f8f8f8;
    margin: 0 10px 10px 0;
    border-radius: 20px;
}

.service-antities ul {
    padding: 0 0 30px 10%;
}

.service-antities h3 {
    font-size: 16px !important;
    display: inline-flex;
    align-items: center;
}

.service-antities h3 img {
    margin: 0 10px 0 0;
    height: 20px;
    width: 20px;
    object-fit: scale-down;
}

.service-antities li {
    font-size: 14px !important;
    color: rgb(45, 49, 55);
    position: relative;
}

.service-antities li::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #00000073;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.additional-info {
    background: white;
    padding: 30px;
    border-radius: 20px;
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
    margin: 0 0 20px 0;
}

.condition-box {
    background: white;
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
    margin: 0 0 20px 0;
}

.check-list-box {
    display: flex;
    gap: 10px;
    max-width: max-content;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 20px;
}

.check-list-box h3 {
    font-size: 18px;
}

.check-list-box h6 {
    font-size: 14px;
    color: gray;
}

.check-list-box p {
    font-size: 16px;
    color: black;
    font-weight: 400;
}

.payment-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    min-height: 230px;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
    margin: 0 0 20px 0;
}

.corporate-client {
    background: white;
    border-radius: 10px;
    padding: 20px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
    margin: 0 0 20px 0;
}

.listing_dt h3 {
    font-size: 24px;
    font-family: "Montserrat";
    padding: 0 0 20px 0;
}

.listing_dt h5 {
    font-size: 16px;
}

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

.listing_dt a {
    color: #08a3db;
}

a.learn-more {
    height: 40px;
    width: fit-content;
    padding: 0 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f9ebea;
    color: rgb(245 111 107) !important;
    border-radius: 10px;
}

.service-antities {
    background: white;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .1);
    margin: 0 0 20px 0;
}

.desc-hotel-right h3 {
    font-size: 16px !important;
}

.desc-hotel-right p {
    font-size: 12px !important;
}

.desc-hotel-right h6 {
    font-size: 14px !important;
    padding: 0 0 10px 0;
}

.available-form .form-dropdown-menu {
    position: absolute;
}

/* =================================================== listing detail ends */


.service-antities h3 i {
    margin: 0 10px 0 0;
    height: 20px;
    width: 20px;
    object-fit: scale-down;
}


input.child-age {
    border: 4px solid #000 !important;
    width: 150px !important;
    outline: 1px solid #000;
    height: 40px !important;
    border-radius: 5px !important;
}

div#child-age-fields {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

div#guest-child-age-fields .guest-child-age-row label {
    font-size: 12px;
    color: #003c96;
    font-weight: 600;
}

div#guest-child-age-fields .guest-child-age-row input {
    width: 100px;
    border: 1px solid #000;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

div#guest-child-age-fields {
    margin-bottom: 20px;
}

div#guest-child-age-fields .guest-child-age-row {
    margin: 0 0 6px;
}

.modal-overlay.active .modal {
        top: 32%;
}

.calendar-header button {
    border: 1px solid #000;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: #003c96;
    color: #fff;
    border-radius: 2px;
}

.child-age-row label {
    margin-bottom: 5px !important;
}

.child-age-row input.child-age {
    padding-left: 10px !important;
}

.filter-btn{
    padding:10px 15px;
    background:#051036;
    color:#fff;
    border:none;
     display: none; 
}

.apply-btn {
  border: unset;
  background: #051036;
  color: #fff;
  padding: 10px 30px;
}
/* PANEL */
.mobile-filter{
    position:fixed;
    top:0;
    right:-100%;
    width:100%;
    height:100%;
    background:#f3f3f3;
    z-index:9999;
    transition:.3s;
    display:flex;
    flex-direction:column;
}

.mobile-filter.active{
    right:0;
}

.filter-header{
    display:flex;
    justify-content:space-between;
    padding:20px;
    border-bottom:1px solid #ccc;
}

.filter-body{
    flex:1;
    overflow:auto;
    padding:15px 20px;
}

.f-head{
    display:flex;
    justify-content:space-between;
    font-weight:600;
    padding:15px 0;
    border-bottom:1px solid #ccc;
    cursor:pointer;
    letter-spacing:1px;
}

.f-body{
    display:none;
    padding:10px 0;
}

.f-acc.active .f-body{
    display:block;
}

.f-body label{
    display:block;
    margin-bottom:12px;
    font-size:14px;
}

.filter-footer{
    padding:15px;
    border-top:1px solid #ccc;
}

.apply{
    width:100%;
    padding:14px;
    background:#000;
    color:#fff;
    border:none;
}


.book_modal {
    max-width: 100% !important;
    width: 100%;
    background: #00000080;
    height: 100%;
    border-radius: 0;
}
.payment_modall{
     max-width: 100% !important;
    width: 100%;
    background: #00000080;
    height: 100%;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    padding: 0 10px !important;
}
.payment_modall .modal-dialog {
    max-width: 40% !important;
    margin:20px auto !important;
}
.payment_modall input {
    margin-bottom: 10px;
}

.payment_modall label {
    font-size: 12px;
}

.payment_modall input::placeholder {
    color: #ccc;
    font-weight: 400;
}
.book_modal .modal-dialog {
    max-width: 40% !important;
}
.book_modal input {
    margin-bottom: 10px;
}

.book_modal label {
    font-size: 12px;
}

.book_modal input::placeholder {
    color: #ccc;
    font-weight: 400;
}

/*.book_modal select {*/
/*    appearance: auto;*/
/*}*/
.book_modal h4.droopdwon.guest_heading {
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.book_modal h4.droopdwon{
    
}
.book_modal select {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d1d5db !important;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    /*background: transparent !important;*/
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    font-weight: 600;
    color: #000;
}
h4.guest_subheading {
    font-size: 15px;
    color: #000;
    position: relative;
    padding-left: 15px;
}

h4.guest_subheading::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 10px;
    top: 9px;
    left: 0;
}
.popup_price{
    margin-bottom:0px;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
}

.what-we-do-row {
    margin: 100px 0;
}
.blogs-details {
    margin: 100px 0;   
}