body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6, .pkg-title {
    font-family: 'Ubuntu', sans-serif;
    
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.sm-simple {
    border: none;
    box-shadow: none;
    background: none;
}

.logo img {
    max-height: 80px;
    z-index: 10000;
    position: relative;
}

.website-wrap {
    overflow: hidden;
}

.main-wrapper {
  transition-duration: 0.5s;
  transition-timing-function: swing;
  background-color: white;
  width: 100%;
  height: 100%;
  position: relative;
}
.main-wrapper.right-open {
  transform: translateX(-415px) translateY(0px);
  -webkit-transform: translateX(-415px) translateY(0px);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  position: relative;
}

.main-wrapper.left-open {
  transform: translateX(415px) translateY(0px);
  -webkit-transform: translateX(415px) translateY(0px);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  position: relative;
}

.main-wrapper.right-open:before, .main-wrapper.left-open:before{
    background: rgba(0,0,0,0.5);
    z-index: 100;;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
}

.mainnav {
  width: 415px;
  height: 100%;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #f4f4f4;
}

.mainnav.right-open {
    z-index: 10000;
    overflow-y: scroll;
}

.searchnav {
  width: 415px;
  max-width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #f4f4f4;
}

.searchnav.left-open {
    z-index: 10000;
    overflow-y: scroll;
}

.header button {
    z-index: 10001;
    position: relative;
}

.header-enquire {
    z-index: 10000;
    position: relative;
}

.mainnav ul {
    margin: 0;
    padding: 0;
}
.mainnav a, .mainnav label {
    display: block;
    padding: 5px 15px;
    color: #333;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    margin-bottom: 0;
}

.mainnav a:focus, .mainnav a:hover, .mainnav label:focus, .mainnav label:hover {
    
}

.mainnav label { cursor: pointer; }

.group-list a, .group-list label {
    padding-left: 2rem;
}

.group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover { color: #000; }

.sub-group-list a, .sub-group-list label {
    padding-left: 4rem;
}

.sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover { color: #000; }

.sub-sub-group-list a, .sub-sub-group-list label {
    padding-left: 6rem;
}

.sub-sub-group-list a:focus, .sub-sub-group-list a:hover, .sub-sub-group-list label:focus, .sub-sub-group-list label:hover { color: #000; }

.group-list, .sub-group-list, .sub-sub-group-list {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
}

.mainnav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
    max-height: 1000px; 
}

label > span {
    float: right;
    -webkit-transition: -webkit-transform .65s ease;
    transition: transform .65s ease;
}

.mainnav__list input[type=checkbox]:checked + label > span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mainnav__list span {
    padding-top: 8px;
}

#myCarousel {
    position: relative;
}

.slider-caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 30px;
    text-align: center;
}

.slider-caption h2 {
    font-size: 67px;
    font-weight: 900;
    color: #fff;
    text-shadow: 2px 2px 8px #333;
}

.footer-logo img {
    max-height: 120px;
}

.footer-menu {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.footer-menu a {
    color: #525252;
}

ul.list-inline {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list-inline  li{
    display: inline-block;
}

ul.list-inline  li a {
    padding: 10px 5px;
}

.footer-info {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.footer-right-border {
    border-right: 1px solid #e6e6e6;
}

.footer-info address, .footer-info a {
    color: #999;
    font-size: 13px;
}

.footer-info .col {
    padding-left: 40px;
    padding-right: 40px;
}

.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-links li {
    display: inline-block;
}

.overlay-wrap {
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    font-size: 45px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    
}

.page-title-wrap {
    max-height: 500px;
    overflow: hidden;
}

.page-title-wrap img {
    width: 100%;
}

.overlay.page-title-overlay {
    bottom: 30%;
}

.overlay.page-title-overlay h1 {
    font-size: 80px;
}

.overlay.package-title-overlay h1 {
    font-size: 60px;
    text-shadow: 3px 0px 8px rgba(0,0,0,0.6);
}

.mainnav ul {
    list-style: none;
}

.mainnav ul ul li {
    padding-left: 15px;
} 

.default-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87);
}

.thin-title {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgb(97, 97, 97);
}

.default-title .date-pkg {
    color: #777;
}

.include-package li {
    position: relative;
    padding-left: 20px;
    list-style: none;
}

.include-package li:before{
    position: absolute;
    left: 0;
    content: '\f14a';
    font-family: "Font Awesome 6 Free";
    color: #28a745;
}

.excludes-package li {
    position: relative;
    padding-left: 20px;
    list-style: none;
}

.excludes-package li:before{
    position: absolute;
    left: 0;
    content: '\f410';
    font-family: "Font Awesome 6 Free";
    color: rgb(220, 53, 69);
}

.package-icons {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.package-icons-border-right {
    border-right: 1px solid #e6e6e6;
}

.package-icons-border-right i {
    font-size: 75px;
    color: #fff;
    background: #777;
    padding: 40px;
    border-radius: 50%;
}

.page-wrapper {
    padding: 70px 0;
}

.pkg-image {
    position: relative;
}

.image-black-overlay {
    display: block;
    position: relative;
}

.image-black-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    background: rgba(0,0,0,0.3);
}

.image-black-text {
    position: absolute;
    color: #fff;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 2px 2px 8px #333;
}

.pkg-image {
    transition: all 100ms linear;
    transition-delay: 100ms;
}

.pkg-image:hover {
    border-radius: 16px 16px 0 0;
    box-shadow:0px 10px 15px rgba(0,0,0,.1);
    /*-moz-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)*/
}

.pkg-title {
    min-height: 55px;
}

.deals-inn {
    color: #616161;
    box-sizing: border-box;
    background-color: rgba(255,255,255, 0.95);
    padding: 16px 5px;
}

.deals-inn {
    
}

/*.pkg-image:hover .deals-inn {
    color: #616161;
    box-sizing: border-box;
    background-color: rgba(255,255,255, 0.95);
}

.deals-inn {
    padding: 16px 5px;
}

 .deals-inn *{
    color: #fff;
}

.pkg-image:hover .deals-inn *{
    color: #333;
}*/

.image-black img {
    border-radius: 16px 16px 0 0;
}

.main-heading {
    font-size: 52px;
    margin: 0;
    color: #12819C;
}

.bg-white {
    background: #fff;
}

.bg-main {
    background: linear-gradient(0deg, #eeeeee 0%, #f4f4f4 100%);
}

.bg-inverse {
    background: linear-gradient(0deg, #fafafa 0%, #eeeeee 100%);
}

.bg-light {
    background-color: #ECEEEF !important;
}


@media only screen and (min-width: 768px){
    .sm-simple > li {
      border-top: 0;
      border-left: none;
    }
}
