@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root
{
  --position-relative: relative;
  --text-uppercase: uppercase;
  --text-size-menu: 14px;
  --btn-text-color: #d4891c;
  --btn-border-color: #d4891c;
  --btn-border-radius: 5px;
  --text-jostmedium: jostmedium;
  --text-color-primary: #d4891c;
  --sub-heading: #963821;
  --text-content-color: #494949;
  --text-content-line-height: 28px;
  --background-primry: #f8f4f4;
  --text-regular-Jost: Jost;
  --text-semibold: jostsemi;
}

::selection
{
  background-color: #d4891c;
  color: white;
}

@media(min-width:1200px)
{
  *
  {
    scrollbar-width: auto;
    scrollbar-color: #d4891c #ddd;
    scroll-behavior: auto;
    overscroll-behavior: none;
    --play-on-load: running;
    touch-action: pan-x;
  }
}

a
{
  color: #d4891c;
}

html
{
  scroll-behaviour: smooth;
}

body
{
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #494949;
  font-family: 'Jost';
  font-weight: 400;
  line-height: var(--text-content-line-height)
}

strong,
b
{
  font-family: 'Jost';
  font-weight: 600;
}

a
{
  text-decoration: none;
}

body .main__wrap
{
  position: relative;
  overflow-x: hidden;
}

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

.text-indent
{
  display: block;
  text-indent: -99999999px;
  opacity: 0;
  width: 0;
  height: 0;
}

p
{
  font-size: 18px;
  color: #5c5d5f;
  font-family: 'Jost';
  font-weight: 400;
}

.w-100,
.img-fluid
{
  height: auto;
  width: 100%;
}

.btn1
{
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #ff751b;
  transition: color 0.125s 0.75s;
  margin-right: 0px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border-radius: 5px;
  min-width: 190px;
  text-align: center;
  font-family: 'Jost';
  font-weight: 600;
  font-size: 16px;
  padding: 0 30px;
}

*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a
{
  text-decoration: none;
  color: #ff751b;
}

.container
{
  width: 100%;
  max-width: 1720px;
  margin: auto;
}

.text-justify
{
  text-align: justify !important;
  margin-left: 10px;
}

/* TOP BAR */
.topbar
{
  background: #f7f7f7;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  color: #666;
}

.topbar .container
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.top-links
{
  display: flex;
  gap: 20px;
}

.hamburger
{
  display: none;
}

.hotel__header
{
  position: relative;
  width: 100%;
  z-index: 100;
  padding-top: 0px;
  transition: all 0.5s;
  -webkit-animation: .5s ease-in-out fadeInDown;
  animation: .5s ease-in-out fadeInDown;
  border-bottom: 7px solid #f7f7f7;
}

.logo
{
  position: absolute;
  width: 133px;
  z-index: 2;
}

.hotel__header.scroll-on
{
  position: fixed;
  top: 0;
  background: #fff;
  -webkit-animation: .5s ease-in-out fadeInUp;
  animation: .5s ease-in-out fadeInUp;
  box-shadow: 3px 3px 11px rgb(0 0 0 / 20%);
}

.hotel__header.scroll-on .navbar-nav .nav-item:first-child a img,
.hotel__header.scroll-on .topHeader ul li .nav-link img
{
  filter: invert(1);
}

.hotel__header.scroll-on .navbar .nav-item>.nav-link
{
  color: #000;
}

.navbar-collapse
{
  display: flex !important;
}

.navbar .nav-item>.nav-link
{
  font-size: 14px;
  padding: 15px 8px;
  position: relative;
  text-align: left;
  display: flex;
  transition: all .5s;
  text-transform: var(--text-uppercase);
  color: #5c5d5f;
  margin: 0 30px;
  font-family: 'Jost';
  font-weight: 400;
}

.navbar a.logo:hover
{
  background-color: transparent;
}

.navbar .nav-item>.nav-link.active
{
  font-family: 'Jost';
  font-weight: 600;
}

.navbar .nav-item>.nav-link.active:after
{
  content: "";
  width: 100%;
  position: absolute;
  bottom: -9px;
  height: 3px;
  background: #ff751b;
  left: 0;
  right: 0;
}

.hotel__header .container
{
  max-width: 1720px;
  width: 95%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.hamburger
{
  padding: 0px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover
{
  opacity: 0.7;
}

.hamburger.is-active:hover
{
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after
{
  background-color: #fff;
}

.hamburger-box
{
  width: 24px;
  height: 15px;
  display: inline-block;
  position: relative;
  margin-top: 10px
}

.hamburger-inner
{
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after
{
  width: 24px;
  height: 2px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after
{
  content: "";
  display: block;
}

.hamburger-inner::before
{
  top: -7px;
}

.hamburger-inner::after
{
  bottom: -7px;
}

.hamburger--spin .hamburger-inner
{
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before
{
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after
{
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner
{
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before
{
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after
{
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mob__ham
{
  display: none;
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center
{
  position: relative;
}

.carret
{
  display: block;
  width: 11px;
  height: 6px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: -10px;
  background: url(https://storage.aerocrs.com/473/system/arrow-down.png)no-repeat right;
}

.navbar-collapse .navbar-nav .dropdown .dropdown-menu li.dropdown .carret
{
  right: 35px;
  top: 25px;
}

.navbar-collapse .navbar-nav .dropdown>.dropdown-menu .nav-link
{
  background: transparent;
  padding: 8px 0px;
  color: #5c5d5f;
  font-family: 'Jost';
  font-weight: 400;
  font-size: 14px;
  transition: all .5s;
  text-transform: capitalize;
  padding: 12px 15px;
  font-weight: normal;
  text-align: center;
  border-bottom: solid 1px #d7d7d6;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
}

.plain-img
{
  position: absolute;
  z-index: 2;
  top: 50px;
  right: 200px;
}

.form-img
{
  position: absolute;
  z-index: 100;
  top: 18%;
  text-align: center;
  left: 0;
  right: 0;
}

.hotel__header.home_brd
{
  border-bottom: 0px solid #f7f7f7;
}

.display-2
{
  font-size: 32px;
  color: #1d5a9b;
  font-family: 'Jost';
  font-weight: 600;
  text-transform: uppercase;
}

.display-3
{
  font-size: 19px;
  color: #5c5d5f;
  font-family: 'Jost';
  font-weight: 500;
}

.routes_wrap h2:after,
.whychoose_wrap h2:after,
.dest_wrap h2:after,
.escapeoffer_wrap h2:after
{
  content: "";
  position: absolute;
  background: #ff7a23;
  left: 0;
  right: 0;
  width: 106px;
  height: 4px;
  margin: 50px auto;
}

.routes_wrap,
.dest_wrap
{
  padding-top: 65px;
  padding-bottom: 65px;
}

.display-4
{
  font-size: 16px;
  color: #1d5a9b;
  font-family: 'Jost';
  font-weight: 600;
  text-transform: uppercase;
}

.display-5
{
  font-size: 18px;
  color: #5c5d5f;
  font-family: 'Jost';
  font-weight: 600;
  text-transform: uppercase;
}

.routes_text
{
  text-align: left;
  padding-top: 30px;
}

.routes_text h4 a
{
  color: #5c5d5f;
}

.txt-white
{
  color: #fff;
}

.whychoose_wrap
{
  background: url(https://storage.aerocrs.com/473/system/why-choose-banner.jpg)no-repeat center;
  background-size: cover;
  height: 500px;
  object-fit: cover;
}

.whychoose_wrap
{
  padding-top: 65px;
  padding-bottom: 65px;
}

.whychoose_box
{
  margin: 0 auto;
  text-align: center;
  max-width: 75%;
  padding: 150px 0px 50px;
  width: 100%;
}

.whychoose_box ul li
{
  width: 25%;
}

.whychoose_box ul li p
{
  font-size: 20px;
  color: #fff;
  font-family: 'Jost';
  font-weight: 200;
  line-height: 30px;
  margin-top: 25px;
}

.whychoose_box ul
{
  position: relative;
}

.whychoose_box ul li::after
{
  content: '';
  position: absolute;
  border-right: 1px solid #fff;
  text-align: center;
  margin-right: 0;
  width: 2px;
  height: 120px;
  margin-left: 156px;
  top: 0;
}

.whychoose_box ul li:last-child::after
{
  border-right: 0px solid #fff;
}

.dest_wrap .dest_text
{
  margin: 0 auto;
  text-align: center;
  margin-top: -85px;
  margin-bottom: 30px;
}

.dest_wrap .dest_text h4
{
  color: #fff;
}

.dest_wrap .dest_text .btn1
{
  color: #ff751b;
  background: transparent;
  height: auto;
  line-height: normal;
}

.escapeoffer
{
  padding: 25px 10px;
  display: inline-flex;
  width: 100%;
}

.escapeoffer h5
{
  padding-top: 15px;
  width: 75%;
  text-align: left;
}

.escapeoffer .btn1
{
  right: 0;
  width: 25%;
}

.logo_wrap
{
  display: block;
  width: 100%;
}

.logo_wrap.top-logo
{
  margin-bottom: 15px;
}

.logo_wrap.btm-logo
{
  margin-bottom: 65px;
}

.logo_wrap .container
{
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  padding: 10px 35px;
}

.logo_wrap ul li
{
  text-align: center;
  margin: 0 auto;
}

.logo_wrap .first-layer
{
  margin: 0 auto;
  text-align: center;
  max-width: 60%;
}

.logo_wrap .first-layer div:nth-child(1) ul li:nth-child(1)
{
  vertical-align: middle;
  margin-top: 25px;
}

.logo_wrap .first-layer div:nth-child(2) ul li:nth-child(1)
{
  vertical-align: middle;
  margin-top: 30px;
}

.logo_wrap .second-layer div ul li:nth-child(1)
{
  vertical-align: middle;
  margin-top: 25px;
}

.logo_wrap .first-layer div
{
  max-width: 49%;
  width: 100%;
  display: inline-block;
  margin-left: 0px;
  position: relative;
  padding: 20px 0px;
}

.logo_wrap .second-layer div
{
  max-width: 100%;
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 20px 0px;
}

.logo_wrap .first-layer div:nth-child(1):after
{
  content: '';
  position: absolute;
  border-right: 1px solid #d7d7d6;
  text-align: center;
  margin-right: 0;
  width: 2px;
  height: 65px;
  margin-left: 235px;
  top: 22px;
}

.logo_wrap .second-layer
{
  border-top: 0px solid #d7d7d6;
}

.logo_wrap .second-layer ul li
{
  text-align: center;
  margin: 0 auto;
}

/* .logo_wrap .row div:nth-child(2):after {content: '';position: absolute;border-right: 1px solid #d7d7d6;text-align: center;margin-right: 12px;width: 2px;height: 130px;margin-left: 0;top: -15px;right: 0;} */
.ul-list
{
  column-count: 2;
  max-width: 50%;
  width: 100%;
  margin: 0 auto !important;
  list-style: disc;
  margin-left: 30% !important;
  margin-top: 30px !important;
}

.ul-list li,
.ul-list1 li
{
  list-style: disc;
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
  color: #5c5d5f;
  font-family: 'Jost';
  font-weight: 400;
}

.ul-list1
{
  column-count: 2;
  max-width: 100%;
  width: 100%;
  margin: 0 auto !important;
  list-style: disc;
  margin-left: 3.5% !important;
  margin-top: 30px !important;
}

.text-red
{
  color: #a94442;
  margin-top: 15px;
  font-family: 'Jost';
  font-weight: 600;
}

.ul-list2
{
  column-count: 1;
  max-width: 100%;
  width: 100%;
  margin: 0 auto !important;
  list-style: disc;
  margin-left: 13% !important;
  margin-top: 30px !important;
}

.ul-list2 li
{
  list-style: disc;
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
  color: #5c5d5f;
  font-family: 'Jost';
  font-weight: 400;
}

.ul-list li. .ul-list1 li,
.ul-list2 li
{
  font-size: 16px;
  color: #5c5d5f;
  font-family: 'Jost';
  font-weight: 400;
}

.ml-2
{
  margin-left: 0% !important;
}

.ml-3
{
  margin-left: 3% !important;
}

.ml-8
{
  margin-left: 8% !important;
}

/* PAGE TITLE */
.page-header
{
  padding: 55px 10px 0px;
  border-bottom: 1px solid #d7d7d6;
}

.page-header h1
{
  color: #1d5a9b;
  font-size: 32px;
  margin-bottom: 15px;
  font-family: 'Jost';
  font-weight: 500;
  text-transform: uppercase;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a
{
  font-size: 16px;
  color: #5c5d5f;
  font-family: 'Jost';
  font-weight: 400;
}

.breadcrumb .breadcrumb-item.active
{
  color: #ff751b;
}

.heading h1:after
{
  content: "";
  position: absolute;
  background: #ff7a23;
  left: 0;
  right: 0;
  width: 106px;
  height: 4px;
  margin: 50px auto;
}

/* BOOKING SECTION */
.booking-wrapper
{
  margin: 40px auto;
}

.booking-tabs
{
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}

.booking-tabs button
{
  padding: 14px 24px;
  border: none;
  background: #1b5fa7;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border-radius: 6px 6px 0 0;
}

.booking-box
{
  background: #1b5fa7;
  padding: 25px;
  border-radius: 0 8px 8px 8px;
}

.trip-options
{
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
}

.form-grid
{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.form-grid input,
.form-grid select
{
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
}

.search-btn
{
  background: #f47b20;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
}

.search-btn:hover
{
  background: #dd6d18;
}

/* HERO IMAGE */
.hero
{
  margin: 0 auto;
}

.hero img
{
  width: 100%;
  border-radius: 0;
  display: block;
}

.intro
{
  margin-top: 40px;
  margin-bottom: 70px;
  text-align: center;
}

/* SCHEDULES */
.schedules
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.schedules.single
{
  display: block;
}

.schedule-title
{
  text-align: center;
  color: #1d5a9b;
  font-size: 31.97px;
  margin-bottom: 20px;
  font-family: 'Jost';
  font-weight: 500;
  font-weight: normal;
  text-transform: uppercase;
}

.schedules p
{
  font-size: 18.98px;
  text-align: center;
  margin-bottom: 20px;
}

table
{
  width: 100%;
  border-collapse: collapse;
}

th
{
  background: #c5e0f3;
  padding: 15px;
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-family: 'Jost';
  font-weight: 600;
}

td
{
  padding: 14px 15px;
  border-bottom: 1px solid #cde1f3;
  font-size: 18px;
  color: #5c5d5f;
  text-align: center;
  background: #e6f2fa;
  font-family: 'Jost';
  font-weight: 400;
}

/* DESCRIPTION */
.description
{
  text-align: justify;
  color: #666;
  margin-bottom: 60px;
  line-height: 1.9;
}

.description.container p
{
  text-align: justify !important;
}

.description p
{
  padding: 0px 10px;
}

.description a
{
  text-decoration: underline;
}

/* FEATURES */
.features
{
  margin-bottom: 100px;
  margin-top: 100px;
}

.feature-card
{
  border-right: 1px solid #d7d7d6;
  padding: 0px 32px;
  text-align: center;
  border-radius: 0;
  transition: 0.3s;
  height: 255px;
}

.feature-card:last-child
{
  border-right: 0px solid #d7d7d6;
}

.feature-card:hover
{
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.feature-card h3
{
  color: #5c5d5f;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: 'Jost';
  font-weight: 600;
  text-transform: uppercase;
}

.feature-card p
{
  color: #5c5d5f;
  font-size: 18px;
  font-family: 'Jost';
  font-weight: 400;
}

.features1
{
  margin-bottom: 50px;
  margin-top: 50px;
}

.features1 .feature-card:last-child
{
  border-right: 0px solid #d7d7d6;
}

/* FOOTER */
.footer
{
  background: #1d5a9b;
  color: #fff;
  padding-top: 60px;
}

.footer-grid
{
  padding-bottom: 50px;
}

.footer-grid div:nth-child(1) ul li
{
  padding-left: 0px;
}

.footer-grid div:nth-child(1) ul.phone-ul
{
  margin-bottom: 40px;
}

.footer-grid div:nth-child(1) ul.phone-ul li:first-child:before
{
  content: "";
  position: absolute;
  background: url(https://storage.aerocrs.com/473/system/call-icon.png) no-repeat left;
  width: 15px;
  height: 14px;
  margin-top: 8px;
  margin-left: -30px;
}

.footer-grid div:nth-child(1) ul.email-ul li:first-child:before
{
  content: "";
  position: absolute;
  background: url(https://storage.aerocrs.com/473/system/email-icon.png) no-repeat left;
  width: 16px;
  height: 13px;
  margin-top: 8px;
  margin-left: -30px;
}

.footer-grid div:nth-child(3) ul
{
  column-count: 2;
}

.footer-grid div:nth-child(3) ul li
{
  padding-left: 15px;
}

.footer-grid div:nth-child(3) ul li:before
{
  content: "";
  position: absolute;
  background: url(https://storage.aerocrs.com/473/system/li-arrow.png) no-repeat left;
  width: 5px;
  height: 10px;
  margin-top: 8px;
  margin-left: -15px;
}

.footer-grid div:nth-child(5) ul
{
  column-count: 4;
  margin-right: 80px;
}

.footer-grid h4
{
  margin-bottom: 20px;
  font-size: 16px;
  font-family: 'Jost';
  font-weight: 600;
  text-align: left;
}

.footer-grid ul
{
  list-style: none;
}

.footer-grid ul li,
.footer-grid ul li a
{
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-family: 'Jost';
  font-weight: 400;
}

.copyright p,
.copyright ul li
{
  border-top: 0px solid rgba(255, 255, 255, 0.15);
  padding: 20px 0px;
  color: #fff;
  font-size: 16px;
  font-family: 'Jost';
  font-weight: 500;
}

.copyright p
{
  margin-top: 18px;
}

.copyright p a
{
  text-decoration: underline;
}

.copyright ul
{
  float: right;
  clear: right;
}

.copyright ul li:first-child
{
  margin-right: 40px;
  margin-top: 18px;
}

.copyright ul li a img
{
  margin-left: 10px;
}

.footer-logo
{
  background: #fff;
  display: block;
  width: 100%;
  padding: 20px 0px;
}

.footer-logo ul li
{
  margin-bottom: 0px;
  margin-right: 40px;
}

.footer-logo p
{
  font-size: 16px;
  color: #5c5d5f;
  font-family: 'Jost';
  font-weight: 500;
  text-align: left;
}

.footer-logo .row div:nth-child(1)
{
  max-width: 23%;
  width: 100%;
  display: inline-block;
  margin-left: 9px;
  position: relative;
}

.footer-logo .row div:nth-child(2)
{
  max-width: 16%;
  width: 100%;
  display: inline-block;
  position: relative;
}

.footer-logo .row div:nth-child(3)
{
  max-width: 17%;
  width: 100%;
  display: inline-block;
}

.footer-logo .row div:nth-child(4)
{
  max-width: 29%;
  width: 100%;
  display: inline-block;
}

.footer-logo .row div:nth-child(5)
{
  max-width: 13%;
  width: 100%;
  display: inline-block;
}

.footer-logo .row div:nth-child(1) ul li::after
{
  content: '';
  position: absolute;
  border-right: 1px solid #d7d7d6;
  text-align: center;
  margin-right: 0;
  width: 2px;
  height: 145px;
  margin-left: 20px;
  top: -32px;
}

.footer-logo .row div:nth-child(2) ul li::before
{
  content: '';
  position: absolute;
  background: url(https://storage.aerocrs.com/473/system/footer-logo-arrow.png)no-repeat right;
  right: 0px;
  width: 50px;
  height: 138px;
  top: -26px;
}

.ourfleet__wrap
{
  padding: 65px 17px 0px;
}

.ourfleet__box,
.packages__box
{
  border: 1px solid #e1e1e1;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 65px;
  padding: 0;
}

.ourfleet_page
{
  padding: 98px 95px;
}

.ourfleetText,
.packagesText
{
  position: relative;
  width: 100%;
  text-align: left;
  z-index: 2;
}

.ourfleet-title,
.packages-title
{
  color: #1d5a9b;
  font-size: 25px;
  margin-bottom: 10px;
  font-family: 'Jost';
  font-weight: 500;
  font-weight: normal;
  text-transform: uppercase;
}

.packages_page
{
  padding: 90px 95px;
}

.packages__wrap
{
  padding: 15px 17px 0px;
}

.last-package .packages_page
{
  padding: 60px 95px;
}

.headerBottom_menuPop
{
  min-width: 255px !important;
}

.headerBottom_menuPop a
{
  color: #616161;
}

.headerMenu>ul>li>a.headerMenu_toggle:after
{
  border-top-color: #616161 !important;
}

.headerBottom
{
  position: relative !important;
  background-color: #fff !important;
}

.plazmaFrame
{
  margin-top: 0px !important;
  height: auto;
}

.horizontalse
{
  position: absolute;
  margin: 0 auto;
  display: block;
  width: 100%;
  right: 0;
  top: 330px !important;
}

#clips
{
  margin-top: 0 !important;
}

#clips.centeredContent
{
  max-width: none !important;
  width: 100% !important;
}

#clips
{
  max-width: none !important;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.centeredContent
{
  max-width: 1720px !important;
  width: 100% !important;
  padding: 0 !important;
}

.Pagefooter
{
  display: none !important
}

.legalRow
{
  padding: 0 !important
}

#clips section
{
  margin: 0px !important;
  padding: 0px !important;
}

.routes_text h3,
.routes_text h4
{
  text-align: left !important;
  margin-bottom: .5rem;
}

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

.enginePanels
{
  min-height: auto !important;
}

.searchCenter .engineFrame
{
  margin-top: 0 !important;
  margin-bottom: 2% !important;
  position: relative !important;
  top: 0 !important;
}

.contentContainer p
{
  text-align: center !important;
}

.descriprtion.container p
{
  text-align: justify !important;
}

.pageDestination
{
  padding-top: 0 !important;
}

.pageDestination .titelTop h1
{
  color: #1d5a9b;
  font-size: 32px;
  margin-bottom: 15px;
  font-family: 'Jost';
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
  padding-bottom: 0px;
}

.pageDestination .titelTop
{
  border-bottom: 1px solid #d7d7d6 !important;
  padding: 0px 8px 0px;
}

.breadcrumbsString a
{
  font-size: 16px;
  color: #5c5d5f !important;
  font-family: 'Jost';
  font-weight: 400;
}

.breadcrumbsString span:not(:last-child):before
{
  color: #212529bf !important;
}

.breadcrumbsString a:last-child
{
  color: #ff751b !important;
}

header
{
  border-bottom: 7px solid #f7f7f7 !important;
}

/* RESPONSIVE */
@media (min-width: 1200px) and (max-width: 1366px)
{
  .centeredContent
  {
    max-width: 1300px !important;
  }

  .feature-card
  {
    height: 360px;
  }

  .container
  {
    width: 95%;
  }

  .whychoose_box ul li::after
  {
    margin-left: 110px;
  }

  .logo_wrap .first-layer
  {
    max-width: 80%;
    width: 100%;
  }

  .whychoose_wrap
  {
    height: auto;
    background-position: 95%;
  }

  .whychoose_box
  {
    padding: 120px 0px 50px;
  }

  .logo_wrap .first-layer div:nth-child(1):after
  {
    margin-left: 250px;
  }

  .copyright .col-md-8
  {
    flex: 0 0 auto;
    width: 60.666667%;
  }

  .copyright .col-md-4
  {
    flex: 0 0 auto;
    width: 39.333333%;
  }

  .copyright ul li:first-child
  {
    margin-right: 25px;
  }

  .footer-logo .container
  {
    width: 100%;
  }

  .footer-logo .container .row
  {
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .logo_wrap .second-layer div ul li:nth-child(1)
  {
    margin-top: 6px;
  }

  .logo_wrap .second-layer ul li
  {
    margin-right: 15px;
  }

  .footer-logo ul li
  {
    margin-right: 50px;
  }

  .footer-logo .row div:nth-child(1)
  {
    max-width: 32%;
    margin-left: 0;
    margin-bottom: 50px;
  }

  .footer-logo .row div:nth-child(2)
  {
    max-width: 25%;
    margin-bottom: 50px;
  }

  .footer-logo .row div:nth-child(3)
  {
    max-width: 25%;
    margin-bottom: 50px;
  }

  .footer-logo .row div:nth-child(4)
  {
    max-width: 48%;
    margin-bottom: 0px;
  }

  .footer-logo .row div:nth-child(5)
  {
    max-width: 20%;
    margin-bottom: 0px;
  }

  .footer-logo .row div:nth-child(2) ul li::before
  {
    top: -10px;
    right: 35px;
  }

  .footer-logo .row div:nth-child(1) ul li::after
  {
    height: 110px;
    top: -20px;
  }

  .ul-list2
  {
    margin-left: 2.5%;
  }

  .h-94
  {
    min-height: 94px;
  }
}

@media (min-width: 1025px)
{
  .navbar-expand-md .navbar-nav
  {
    width: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }

  .navbar-expand-md .navbar-nav .nav-item
  {
    display: inline-block;
  }

  ul.dropdown-menu li
  {
    display: block !important;
    white-space: nowrap;
  }

  /* Sub Dropdown */
  ul.dropdown-menu ul.dropdown-menu
  {
    top: 0;
    background-color: #fff;
  }

  /* Display none by Default */
  ul.dropdown-menu
  {
    display: none;
  }

  .navbar-collapse .navbar-nav .dropdown .dropdown-menu,
  .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown ul.dropdown-menu
  {
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -o-transform: rotateX(0);
    -moz-transform: rotateX(0);
    visibility: visible;
    z-index: 1;
    border: 0;
    background: #fff;
    position: absolute;
    top: 66px;
    border-radius: 0;
    width: 215px;
    left: 30px;
    right: 0;
    padding: 0px;
    justify-content: space-between;
    flex-direction: column;
  }

  .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown ul.dropdown-menu
  {
    position: relative;
    left: 0;
    right: 0;
    top: 0px;
    background: #fff;
    width: 255px;
  }

  .navbar-collapse .navbar-nav .dropdown.nav-item:nth-child(7) .dropdown-menu
  {
    left: -55px;
    width: 255px;
    cursor: pointer;
  }
}

@media (max-width: 1024px)
{
  .navbar-collapse
  {
    position: fixed;
    left: 0;
    background: #fff;
    top: 0;
    transform: translateX(-100vw);
    transition: transform 3s cubic-bezier(.19, 1, .22, 1), height 1s, width 1s;
    align-items: start;
    z-index: 10;
    width: 0%;
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
  }

  .navbar-collapse.open
  {
    transform: translateX(0);
    width: 100vw;
    padding: 15px;
  }

  .hotel__header.scroll-on
  {
    background: #fff;
    box-shadow: none;
  }

  .hamburger
  {
    position: absolute;
    right: 0;
    display: block;
    top: -35px;
    z-index: 101;
    opacity: 1 !important;
  }

  .hamburger.is-active
  {
    filter: invert(1);
  }

  .navbar .nav-item>.nav-link
  {
    color: #5c5d5f;
    padding: 5px 0px;
    display: inline-block;
    margin: 5px 0;
    font-size: 14px;
  }

  .nav-item.d-none
  {
    display: block !important;
  }

  .navbar .nav-item>.nav-link img
  {
    filter: invert(1);
  }

  .logo
  {
    width: 133px;
    top: -55px;
  }

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

  span.carret
  {
    transform: translateY(-0%);
    top: -17px;
    right: -200px;
    position: relative;
  }

  .navbar-collapse .navbar-nav .dropdown .dropdown-menu li.dropdown .carret
  {
    right: -108px;
    top: -17px;
  }

  .navbar-collapse.open .dropdown .dropdown-menu
  {
    display: none;
  }

  .navbar-collapse.open .dropdown .dropdown-menu .dropdown ul.dropdown-menu
  {
    display: none;
  }

  .navbar-collapse.open .dropdown .dropdown-menu
  {
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 4;
    top: -10px;
  }

  .navbar-collapse.open .dropdown-menu
  {
    border: none;
    box-shadow: none;
    overflow: scroll;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    top: 5px;
    left: 20px;
    height: 100vh;
    width: 0;
    transition: all .3s;
    opacity: 0;
    z-index: -1;
    padding: 0;
  }

  .navbar-collapse .navbar-nav .dropdown>.dropdown-menu .nav-link
  {
    color: #5c5d5f;
    border-bottom: solid 0px #d7d7d6;
  }

  .navbar-collapse.open .dropdown .dropdown-menu li.dropdown ul.dropdown-menu
  {
    border: none;
    box-shadow: none;
    overflow: scroll;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    top: 5px;
    left: 20px;
    transition: all .3s;
    padding: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 4;
  }

  .hotelBanner img.w-100,
  .hotelBanner video
  {
    height: 90vh;
    object-fit: cover;
  }
}

@media(max-width:992px)
{
  body .main__wrap
  {
    overflow-x: hidden;
  }

  .container
  {
    width: 100%;
  }

  .headerBottom_logo
  {
    padding-bottom: 0px !important;
  }

  .plazmaFrame.uprightEngine,
  .engineFrame.uprightEngine .centeredContent
  {
    height: 100vh !important;
    object-fit: cover !important;
  }

  .engineFrame.horizontalse
  {
    margin-top: -50% !important;
  }

  .more-destination
  {
    margin-top: 53%;
  }

  .dest_wrap .mb-4
  {
    margin-bottom: 3rem !important;
  }

  .escapeoffer h5
  {
    padding-top: 10px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }

  .footer-logo
  {
    padding: 20px 10px;
  }

  .form-grid
  {
    grid-template-columns: 1fr 1fr;
  }

  .schedules
  {
    grid-template-columns: 1fr;
    display: block;
    margin-bottom: 20px;
  }

  .features,
  .features1
  {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid
  {
    grid-template-columns: 1fr 1fr;
  }

  .display-3
  {
    font-size: 14px;
  }

  .display-2
  {
    font-size: 25px;
  }

  .display-4
  {
    font-size: 13px;
  }

  .display-5
  {
    font-size: 15px;
  }

  .routes_wrap,
  .dest_wrap,
  .whychoose_wrap
  {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .plain-img
  {
    top: 15px;
    right: 15px;
  }

  .plain-img img
  {
    max-width: 100px;
    height: 35px;
    object-fit: cover;
  }

  .more-destination img
  {
    height: 180px;
    object-fit: cover;
  }

  .whychoose_box
  {
    max-width: 100%;
    padding: 90px 0px 0px;
  }

  .whychoose_box ul
  {
    display: block !important;
  }

  .whychoose_box ul li
  {
    width: 49%;
    display: inline-block;
    margin-bottom: 15px;
  }

  .whychoose_box ul li::after
  {
    border-right: 0px solid #fff;
  }

  .whychoose_box ul li p
  {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }

  .whychoose_wrap .btn-group
  {
    display: block;
  }

  .whychoose_wrap .btn-group .me-3
  {
    margin-right: 0rem !important;
  }

  .whychoose_wrap
  {
    height: 585px;
  }

  .escapeoffer
  {
    display: block;
    text-align: center;
    padding: 15px 0px;
  }

  .escapeoffer h4
  {
    width: 100%;
    padding-top: 5px;
  }

  .logo_wrap .container
  {
    padding: 0px 0px;
  }

  .logo_wrap .row div:nth-child(1):after,
  .logo_wrap .row div:nth-child(2):after
  {
    border-right: 0px solid #d7d7d6;
  }

  .logo_wrap .row div:nth-child(1) ul,
  .logo_wrap .row div:nth-child(2) ul
  {
    display: block !important;
  }

  .logo_wrap .second-layer div ul li
  {
    margin-bottom: 15px;
  }

  .logo_wrap .row div:nth-child(2) ul li
  {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .logo_wrap .row div:nth-child(1)
  {
    max-width: 100%;
    margin-bottom: 0px;
    margin-right: 0px;
    text-align: center;
  }

  .logo_wrap .row div:nth-child(2)
  {
    max-width: 100%;
    margin-bottom: 25px;
    margin-right: 0px;
    text-align: center;
  }

  .logo_wrap .row div:nth-child(3)
  {
    max-width: 100%;
    text-align: center;
  }

  .logo_wrap .first-layer div
  {
    padding: 0px 0px;
  }

  .logo_wrap .second-layer div
  {
    padding: 0px 0px;
    margin-top: 20px;
  }

  .hotelBanner
  {
    margin-top: 3px;
  }

  ul.navbar-nav li:hover>ul.dropdown-menu
  {
    display: block;
  }

  .ul-list,
  .ul-list1,
  .ul-list2
  {
    column-count: 1;
    max-width: 100%;
    margin-left: 15px !important;
    margin-top: 15px !important;
    width: 95%;
    padding-left: 5px !important;
  }

  .packages_page,
  .last-package .packages_page
  {
    padding: 20px 17px;
  }

  .packages__box
  {
    margin-bottom: 30px;
  }

  .ourfleet_page
  {
    padding: 20px 17px;
  }

  .ourfleet__box,
  .packages__box
  {
    margin-bottom: 30px;
  }

  .pageDestination .titelTop h1
  {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 35px;
  }

  .uprightEngine_frame
  {
    margin-top: 50%;
  }

  .clipContent.content
  {
    margin-top: 5%;
  }

  .description.container p
  {
    text-align: center !important;
  }

  .descriprtion.container p
  {
    text-align: center !important;
  }

  .schedule-title.mt-5
  {
    margin-top: 0.5rem !important;
  }

  .description.container.mt-5,
  .descriprtion.container.mt-5
  {
    margin-top: 0.5rem !important;
  }

  .feature-card
  {
    height: auto;
  }

  .ourfleet__wrap
  {
    padding: 20px 17px 0px;
  }

  .pageDestination .titelTop
  {
    margin-bottom: 0 !important;
  }

  .schedules.single.mt-5
  {
    margin-top: 0rem !important;
  }
}

@media(max-width:768px)
{
  .hotel__header
  {
    padding-top: 55px;
    border-bottom: 2px solid #f7f7f7;
  }

  .navbar .container
  {
    flex-direction: column;
    gap: 20px;
  }

  .nav-links
  {
    flex-wrap: wrap;
    justify-content: center;
  }

  .form-grid
  {
    grid-template-columns: 1fr;
  }

  .features,
  .features1
  {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    margin-top: 30px;
    gap: 20px;
  }

  .footer-grid
  {
    grid-template-columns: 1fr;
  }

  .page-header h1
  {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 35px;
  }

  .page-header
  {
    padding: 30px 8px 0px;
  }

  .intro
  {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .schedule-title
  {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 25px;
  }

  .schedules div:nth-child(2)
  {
    margin-top: 30px;
  }

  .description p
  {
    padding: 0;
  }

  .description
  {
    margin-bottom: 30px;
    text-align: center;
  }

  .feature-card
  {
    border-right: 0px solid #d7d7d6;
    border-bottom: 1px solid #d7d7d6;
    padding: 0px 10px;
  }

  .feature-card:first-child
  {
    border-top: 1px solid #d7d7d6;
    padding: 25px 10px;
  }

  .feature-card:last-child
  {
    border-bottom: 0px solid #d7d7d6;
  }

  .footer-grid div:nth-child(2) ul
  {
    column-count: 2;
  }

  .footer-grid div:nth-child(4) ul
  {
    column-count: 2;
  }

  .copyright ul li
  {
    padding: 0px 0px;
    display: block;
    width: 100%;
  }

  .copyright p
  {
    padding: 20px 0px 0px;
  }

  .copyright ul
  {
    float: none;
    clear: none;
    display: block !important;
  }

  .copyright ul li:first-child
  {
    margin-right: 0;
    margin-top: 5px;
  }

  .footer-logo .row div:nth-child(1),
  .footer-logo .row div:nth-child(2),
  .footer-logo .row div:nth-child(3),
  .footer-logo .row div:nth-child(4),
  .footer-logo .row div:nth-child(5)
  {
    max-width: 100%;
  }

  .footer-logo .row div:nth-child(1) ul li::after
  {
    border-right: 0px solid #d7d7d6;
  }

  .footer-logo ul li
  {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .footer-logo .row div:nth-child(2) ul li::before
  {
    background: none;
  }

  .footer-logo .row div:nth-child(3) ul li
  {
    margin-right: 45px;
  }

  .footer-logo .row div:nth-child(4) ul
  {
    display: block !important;
  }

  .footer-logo .row div:nth-child(4) ul li
  {
    margin-right: 15px;
    display: inline-block;
    width: 42%;
  }

  .footer-logo .row div:nth-child(5) ul li
  {
    margin-right: 50px;
  }
}

.d-flex
{
  display: flex !important;
}

@media(min-width: 992px)
{
  .col-lg
  {
    flex: 1 0 0
  }

  .row-cols-lg-auto>*
  {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-lg-1>*
  {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-lg-2>*
  {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-lg-3>*
  {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-lg-4>*
  {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-lg-5>*
  {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-lg-6>*
  {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-lg-auto
  {
    flex: 0 0 auto;
    width: auto
  }

  .col-lg-1
  {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-lg-2
  {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-lg-3
  {
    flex: 0 0 auto;
    width: 25%
  }

  .col-lg-4
  {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-lg-5
  {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-lg-6
  {
    flex: 0 0 auto;
    width: 50%
  }

  .col-lg-7
  {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-lg-8
  {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-lg-9
  {
    flex: 0 0 auto;
    width: 75%
  }

  .col-lg-10
  {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-lg-11
  {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-lg-12
  {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-lg-0
  {
    margin-left: 0
  }

  .offset-lg-1
  {
    margin-left: 8.33333333%
  }

  .offset-lg-2
  {
    margin-left: 16.66666667%
  }

  .offset-lg-3
  {
    margin-left: 25%
  }

  .offset-lg-4
  {
    margin-left: 33.33333333%
  }

  .offset-lg-5
  {
    margin-left: 41.66666667%
  }

  .offset-lg-6
  {
    margin-left: 50%
  }

  .offset-lg-7
  {
    margin-left: 58.33333333%
  }

  .offset-lg-8
  {
    margin-left: 66.66666667%
  }

  .offset-lg-9
  {
    margin-left: 75%
  }

  .offset-lg-10
  {
    margin-left: 83.33333333%
  }

  .offset-lg-11
  {
    margin-left: 91.66666667%
  }

  .g-lg-0,
  .gx-lg-0
  {
    --bs-gutter-x: 0
  }

  .g-lg-0,
  .gy-lg-0
  {
    --bs-gutter-y: 0
  }

  .g-lg-1,
  .gx-lg-1
  {
    --bs-gutter-x: .25rem
  }

  .g-lg-1,
  .gy-lg-1
  {
    --bs-gutter-y: .25rem
  }

  .g-lg-2,
  .gx-lg-2
  {
    --bs-gutter-x: .5rem
  }

  .g-lg-2,
  .gy-lg-2
  {
    --bs-gutter-y: .5rem
  }

  .g-lg-3,
  .gx-lg-3
  {
    --bs-gutter-x: 1rem
  }

  .g-lg-3,
  .gy-lg-3
  {
    --bs-gutter-y: 1rem
  }

  .g-lg-4,
  .gx-lg-4
  {
    --bs-gutter-x: 1.5rem
  }

  .g-lg-4,
  .gy-lg-4
  {
    --bs-gutter-y: 1.5rem
  }

  .g-lg-5,
  .gx-lg-5
  {
    --bs-gutter-x: 3rem
  }

  .g-lg-5,
  .gy-lg-5
  {
    --bs-gutter-y: 3rem
  }
}

@media(min-width: 768px)
{
  .col-md
  {
    flex: 1 0 0
  }

  .row-cols-md-auto>*
  {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-md-1>*
  {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-md-2>*
  {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-md-3>*
  {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-md-4>*
  {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-md-5>*
  {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-md-6>*
  {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-md-auto
  {
    flex: 0 0 auto;
    width: auto
  }

  .col-md-1
  {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-md-2
  {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-md-3
  {
    flex: 0 0 auto;
    width: 25%
  }

  .col-md-4
  {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-md-5
  {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-md-6
  {
    flex: 0 0 auto;
    width: 50%
  }

  .col-md-7
  {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-md-8
  {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-md-9
  {
    flex: 0 0 auto;
    width: 75%
  }

  .col-md-10
  {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-md-11
  {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-md-12
  {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-md-0
  {
    margin-left: 0
  }

  .offset-md-1
  {
    margin-left: 8.33333333%
  }

  .offset-md-2
  {
    margin-left: 16.66666667%
  }

  .offset-md-3
  {
    margin-left: 25%
  }

  .offset-md-4
  {
    margin-left: 33.33333333%
  }

  .offset-md-5
  {
    margin-left: 41.66666667%
  }

  .offset-md-6
  {
    margin-left: 50%
  }

  .offset-md-7
  {
    margin-left: 58.33333333%
  }

  .offset-md-8
  {
    margin-left: 66.66666667%
  }

  .offset-md-9
  {
    margin-left: 75%
  }

  .offset-md-10
  {
    margin-left: 83.33333333%
  }

  .offset-md-11
  {
    margin-left: 91.66666667%
  }

  .g-md-0,
  .gx-md-0
  {
    --bs-gutter-x: 0
  }

  .g-md-0,
  .gy-md-0
  {
    --bs-gutter-y: 0
  }

  .g-md-1,
  .gx-md-1
  {
    --bs-gutter-x: .25rem
  }

  .g-md-1,
  .gy-md-1
  {
    --bs-gutter-y: .25rem
  }

  .g-md-2,
  .gx-md-2
  {
    --bs-gutter-x: .5rem
  }

  .g-md-2,
  .gy-md-2
  {
    --bs-gutter-y: .5rem
  }

  .g-md-3,
  .gx-md-3
  {
    --bs-gutter-x: 1rem
  }

  .g-md-3,
  .gy-md-3
  {
    --bs-gutter-y: 1rem
  }

  .g-md-4,
  .gx-md-4
  {
    --bs-gutter-x: 1.5rem
  }

  .g-md-4,
  .gy-md-4
  {
    --bs-gutter-y: 1.5rem
  }

  .g-md-5,
  .gx-md-5
  {
    --bs-gutter-x: 3rem
  }

  .g-md-5,
  .gy-md-5
  {
    --bs-gutter-y: 3rem
  }
}

.mb-0
{
  margin-bottom: 0 !important
}

.mb-1
{
  margin-bottom: .25rem !important
}

.mb-2
{
  margin-bottom: .5rem !important
}

.mb-3
{
  margin-bottom: 1rem !important
}

.mb-4
{
  margin-bottom: 1.5rem !important
}

.mb-5
{
  margin-bottom: 3rem !important
}

.mt-5
{
  margin-top: 3rem !important;
}

.mb-auto
{
  margin-bottom: auto !important
}

.ms-0
{
  margin-left: 0 !important
}

.ms-1
{
  margin-left: .25rem !important
}

.ms-2
{
  margin-left: .5rem !important
}

.ms-3
{
  margin-left: 1rem !important
}

.ms-4
{
  margin-left: 1.5rem !important
}

.ms-5
{
  margin-left: 3rem !important
}

.ms-auto
{
  margin-left: auto !important
}

.p-0
{
  padding: 0 !important;
}

.pt-5
{
  padding-top: 3rem !important;
}

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