
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}


@font-face {
  font-family: "Gilroy";
  src: url("../fonts/GcFamily-Semibold_bkdiho.woff2") format('woff2');
  font-weight: 600;
}


@font-face {
  font-family: "Gilroy";
  src: url("../fonts/GcFamily-Regular_e2yejt.woff2") format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/GcFamily-Black_mflcgm.woff2") format('woff2');
  font-weight: 900;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/GcFamily-Bold_sr9vnr.woff2") format('woff2');
  font-weight: 700;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/GcFamily-Medium_qmvmue.woff2") format('woff2');
  font-weight: 500;
}




body {
  margin: 0;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  overflow-x: hidden;
  font-family: 'Gilroy', sans-serif;
  font-weight: normal;
  color: #fff;
  letter-spacing: normal;
  background:#000;
}
body, html{overflow-x: hidden;}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; line-height: 1.2;
  font-family: "Gilroy", sans-serif;
}
.h1, h1 { 
  font-size: 42px;
}
.h2, h2 {
  font-size: 36px; 
}
.h3, h3 {
  font-size: 30px;
}
.h4, h4 {
  font-size: 20px;
}
.h5, h5 {
  font-size: 18px;
}
.h6, h6 {
  font-size: 16px;
}
.privacy-policy-content a{color:#fff;}
a{-webkit-transition: 0.5s ease all;-o-transition: 0.5s ease all;transition: 0.5s ease all; text-decoration: none;}
p{margin-top: 0; font-size: 16px;  line-height: 1.5;  }
.img-fluid{max-width: 100%; height: auto;}
.container{max-width: 1340px; width: 100%; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px;}
.btn{display: inline-block;   -webkit-appearance:none; -moz-appearance:none; appearance:none; background: transparent; border: 1px solid transparent; position: relative;  font-family: "Gilroy"; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all;  letter-spacing: 0px;  border-radius: 5px;  padding: 13.5px 15px;    font-size: 15px;line-height: 1; font-weight: 700;   text-align: center;   text-decoration: inherit; cursor: pointer;}

.btn-primary{background: #ff6100 ; color: #fff; border-color:#ff6100 ;}
.btn-icon svg, .btn-iconimg{display: block;}

.btn-primary:hover{background: transparent; color: #fff; border-color:#fff;}

.btn-primary-outline{background:transparent; border-color:#fff ; color: #fff;}
.btn-primary-outline:hover{background: #ff6100;color: #fff; border-color:transparent;}

.btn-secondary{background: #EC3621; border-color: #EC3621;  color: #fff;}
.btn-secondary:hover{background: transparent; color: #EC3621; }

.btn-sec-outline{border: 2px solid #F9F9F9; color:  #F9F9F9 ; }
.btn-sec-outline:hover{background: #F9F9F9; color: #fff;}


.btn-white{border: 1px solid #fff; background: #fff; color: #4b4b4b;}
.btn-white:hover{background-color: #f2f2f2;}

.btn-white-outline{border: 1px solid #fff; color: #fff; }
.btn-white-outline:hover{background: #fff; color: #333;}

.btn:focus{outline: none; }
.btn-secondary:disabled, .btn-secondary[disabled], .btn-secondary.disabled{opacity: 0.64;}
sup {font-size: 10px;font-weight: bold;}

#header_wrap_wrapper{position: fixed; top:0; left:0; right:0; width:100%; z-index: 99 !important;}
.announcement-bar{background-color: #FF6D3A; padding:10px;}
.announcement-bar p{margin:0; text-align: center; color:#fff; font-size:18px; }
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.tab-show{display: none  !important;}
.slick-dots{position: relative; bottom: auto;margin: 35px auto 0;}
.slick-dots li {width: 8px;height: 8px;border-radius: 10px;background: #ccc; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all;}
.slick-dots li.slick-active{background: #fff; width: 22px;   }
.slick-dots li button { display: none;}
.small-icon.slick-arrow {width: 50px; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all; height: 50px;-webkit-box-shadow: 0px 4px 12px 0px #0000002E;box-shadow: 0px 4px 12px 0px #0000002E;background: #fff;border-radius: 50%;z-index: 2;color: #000;}
.small-icon.slick-arrow:before {display: none;}
.small-icon.slick-arrow:hover{background: #3B95FF;color: #fff;}
.page-overlay{position: fixed; z-index: 3; width: 100%; height: 100%; top: 0; left: 0; background: rgba(30, 43, 71,0.5); opacity: 0; visibility: hidden;}
.open-menu .page-overlay{opacity: 1; visibility: visible;}
.mobile-show{display: none !important; }

.mobile-sticky-btn{display: none; position: fixed; opacity: 0; visibility:hidden; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all; width: 100%; bottom: 0; left: 0;}
.mobile-button{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.mobile-button .btn{width: 50%; font-size: 18px; padding: 17px 5px; border-radius: 0; font-weight: 700; gap: 0.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.mobile-button .btn-book{color: #fff;background: #ff6100; border-color:#ff6100;}
.mobile-button .btn-call{color: #fff; background: #000; border-color:#fff;}
.togle-only{display: none;}

.header__nav-button { background: transparent;width: 33px;height: 20px; border: none;-webkit-appearance: none;-moz-appearance: none;appearance: none; display: block;   -webkit-transform: rotate(0deg);   -ms-transform: rotate(0deg);   transform: rotate(0deg); }

.header__nav-button:hover, .header__nav-button:focus { outline: none; }
.header__nav-button > span {background:#F9F9F9;display: block;position: absolute;height: 2px;width: 100%; left: 0;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: 0.3s ease-in-out,; background: #F9F9F9;-webkit-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out }
.header__nav-button > span:nth-child(1) { top: 0px; }
.header__nav-button > span:nth-child(2) {top: 50%; }
.header__nav-button > span:nth-child(3) {top: 100%; }
.open-menu .header__nav-button > span:nth-child(1) {top: 8px;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);transform: rotate(135deg); }
.open-menu .header__nav-button > span:nth-child(2) {opacity: 0;left: -60px; }
.open-menu .header__nav-button > span:nth-child(3) {top: 8px; -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }

.m-center-icon{display: none;}
.header-item.mobile-collapse .talk_row{display:none;}
.mobile-book-btn{display:none;}

.logo.header-item img{
  max-width:125px;
}

.r-img{
  position: relative;
    padding-top: 87%;
}

.r-img img{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Reset CSS ends */

.top-header{background: #f9f9f9; padding: 16px 0;}
.top-header-wrap{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.top-header-wrap .btn{font-size: 14px; padding: 15.5px 15px; opacity: 50%;}

.header_wrap{padding: 17px 0;  background:#000; 0.5s ease all; width: 100%; left: 0; top: 0; z-index: 99 !important;}
.header_row { display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.menu-btn {display: none;}
.header-item {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.header_row .header-item:last-child{-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end; gap: 35px;}
.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
.menu li{font-size: 18px; font-weight: 600; position: relative;}

.menu li>a{color: #ECECEC; text-decoration: none; padding: .5rem;}
.menu li>a:hover{font-weight:700;}
.nav-booknow { font-size: 18px;background: transparent;padding: 12.5px; min-width: 133px;}
a.call-head.text-end { font-size: 22px; text-align: end;line-height: 5px;color: #F9F9F9; font-weight: 700; display: block;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.hide-desk{display: none;}
a.call-head.text-end .fw-400.font-16 { font-size: 16px;font-weight: 400;}

a.call-head.text-end img { vertical-align: middle;}
 .scroll-to-fixed-fixed {
  -webkit-transition: 0.5s ease all;  width: 100%; left: 0; top: 0;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.2);
}

.review-container {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;gap: 10px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 16px;}
.rating { font-size: 33px; font-weight: 500; color: #F9F9F9; font-family: 'Gilroy';}
.review-text { font-size: 16px; color:#ECECEC; font-weight: 600; font-family: 'Gilroy';}
.star-review { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline;  gap: 8px; margin-top: 4px;}
.review-count { font-size: 16px;color:#ECECEC; font-weight: 600; font-family: 'Gilroy';}

.hero-banner {min-height:750px; display: -webkit-box;display: -ms-flexbox;display: flex; margin-bottom: 1rem; padding-top:106px;}
.hero-banner-row {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.hero-banner-content {width: 41.666667%; text-align: center; }
.hero-banner-img { width: 58.333333%;}
.hero-banner-img img { max-width: 100%; display: block; margin: 0 auto;}
.hero-banner-content h1{ color: #F9F9F9;font-size: 52px ;letter-spacing: -1px; font-weight: 500;     margin-bottom: .5rem;}
.hero-banner-content p{    font-size: 24px;letter-spacing: -0.3px; color: #ECECEC; margin: 0.5rem 0;}
.hero-banner-content .btn{margin-top: 25px; padding: 15px; font-size: 18px; min-width: 204px;}
.icon-text-wrap{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; padding: 1.5rem;}
.icon-text-wrap>div{width: 50%; text-align: center;padding: 1rem;}
.icon-text-wrap>div .icon{margin-bottom: 16px; min-height: 67px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.hero-banner-content .icon-text-wrap p{color: #ECECEC; margin: 0; font-size: 20px; line-height: 23px; font-weight: 500;}
.hero-banner .review-container{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center; text-align: left;}

.icon-text-wrap div:nth-child(2) .icon img{
  max-width:100px;
}

.icon-text-wrap div:nth-child(1) .icon img{
  max-width:130px;
}

.icon-text-wrap div:nth-child(1){
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
} 


.experience_wrap{padding-top: 27px; padding-bottom: 1.5rem;}
.experience_wrap h2{text-align: center; color: #F9F9F9 ; font-size: 42px; margin-bottom: 68px; letter-spacing: -0.3px; font-weight: 500;}
.video-wrap video { width: 100%; border-radius: 10px; height: auto;display: block;}
.video-wrap { position: relative; max-width:1022px; margin:auto;}
.experience_wrap .icon-text-wrap {
  display: none;
}

.single_package:nth-of-type(2) {
  display: none;
}

.package_wrap h2{text-align: center; margin-bottom: 3.5rem; font-weight: 500; color: #F9F9F9 ; font-size: 42px;}
.package_row { max-width: 1024px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; flex-direction: column; align-items: center; }

.goJump-family-wrap{padding-bottom:75px;}

.single_package { border-radius: 10px; background: #161616; width:80%;position: relative;}
.single_package_image img{width: 100%; height: auto; border-radius: 10px 10px 0 0; display: block;}
.single_package .popular-tag {left: -9px; position: absolute; top: -6px;}
.single_package_content{padding: 1.5rem; text-align: center;}
.single_package_content span.fit { border: 1px solid #b5c2d7;border-radius: 30px; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; padding: 8px 27px; font-size: 24px;font-weight: 500;display: inline-block;color: #F9F9F9; margin-bottom: 0;}
.single_package_content h4 { font-size: 30px; color: #F9F9F9; font-weight: 700; margin: 1rem 0px 12px 0px;}
.single_package_content h6 {letter-spacing: 0.5px;color: #ECECEC;font-weight: 400;margin: 0.5rem;}
.single_package_content h6 small{font-size: 14px; font-weight: 500;}
.single_package_content .list-tick{margin: 1.5rem 0; list-style: none; padding: 0; display: flex; flex-wrap:wrap;}
.single_package_content .list-tick li {text-align: start;max-width: 320px; margin: 0 auto; font-size: 18px; color: #ECECEC ; letter-spacing: 0px; margin-bottom: 1rem; position: relative;padding-left: 30px; width:50%;}
.single_package_content .list-tick li:before { content: "";background: url(../img/list-check.svg);width: 18px;height: 13px;background-position: center;background-size: cover; position: absolute;left: -1px;top: 35%;}
.single_package_content p{font-weight: 500; letter-spacing: 0.5px; color: #ECECEC ; margin-bottom: 0;}
.package-btn{display: none;}
.package-btn-bottom{margin: 4rem auto 1rem;max-width: 335px; width: 100%;}
.btn-group-bpc .btn{width: 100%;font-size: 20px; padding: 13px;}
.btn-group-bpc .btn-group{margin-top: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between ;}
.btn-group-bpc .btn-group .btn{width: 48%;}

.unmatched-views {padding:90px 0px 150px 0px;}
.unmatched-views-row { display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.unmatched-views-content {width: 40%;}
.unmatched-views-img { width:50%;}
.unmatched-views-content h2 {font-size: 42px;font-weight: 500;color: #F9F9F9;margin-bottom: 0.5rem;}
.unmatched-views-content p{color: #ECECEC; font-size: 20px; margin-bottom: 1rem;    max-width: 415px;line-height: 30px;}
.unmatched-views-content p:last-child{margin-bottom: 0;}

.returnshuttle {padding: 3rem 0;}
.returnshuttle h2 {color: #F9F9F9;font-size: 42px;font-weight: 500;text-align: center;margin: 0}
.returnshuttle-inner {background-image: url(../img/return-shuttle-bg.png); background-repeat: no-repeat;background-size: cover;margin-top: 60px;background-position: center; padding: 260px 0px 60px 0px; margin-top: 3rem;}
.shuttles-box {
  max-width: 344px;
border: 1px solid #F9F9F9;
border-radius: 15px;
background: #000;
}
.shuttles-box h4{
  border-bottom:1px solid #fff;
    font-size: 42px;
    font-weight: 500; text-align: center;
    letter-spacing: -0.3px;
    border-radius: 14px 14px 0px 0px;
    color: #fff; padding: 0.25rem;}

    .shuttles-box  ul {
      margin: 27px 50px; list-style: none; padding: 0;
   
  }
  .shuttles-box  ul li{font-size: 18px; font-weight: 500; position: relative; margin-bottom: 1rem; color:#f9f9f9;}
  .shuttles-box ul li:before {
    content: "";
    background: url(../img/location-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 21px;
    position: absolute;
    left: -30px;
    top: 5px;
}
@media (min-width: 1500px) {
  .returnshuttle-inner {
      background-size: contain;
  }
}
@media (min-width: 400px) {
  .returnshuttle-inner {
      background-position-y: 100%;
  }
}



.meet_our_team{padding: 10px 0 80px 0;}
.meet_our_team_head {text-align: center; padding-bottom: 1.5rem;}
.meet_our_team_head h2 {color: #F9F9F9;font-size: 42px;font-weight: 500;letter-spacing: -0.3px;}
.meet_our_team_head p{max-width: 880px; margin: 1rem auto;     color: #ECECEC;font-size: 18px;font-weight: 500;}
.team-images + p{max-width: 880px; margin: 2rem auto 1rem auto;     color: #ECECEC;font-size: 18px;font-weight: 500;}

.team-images{display: -webkit-box;display: -ms-flexbox;display: flex; gap:25px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.team-images img{border-radius: 10px; width: 22%;}
.team-images img:first-child{width: 51%;}



.faq_wrap{padding-bottom: 48px; }
.faq_head{text-align: center;}
.faq_head h2{ color: #F9F9F9; margin-bottom: 0.5rem; font-size: 42px; font-weight: 500; letter-spacing: -0.3px;}
.faq_head p{color: #ECECEC;font-size: 18px;font-weight: 500; letter-spacing: 0.05px;}
#accordion{margin: 48px auto; max-width: 979px;}
#accordion h3{ color: #ECECEC; font-size: 20px; font-weight: 500; padding: 20px 0px; border-bottom: 1px solid #C9C9C9; border-radius: 0px; padding-right: 8%; }
#accordion p{ color: #ECECEC; font-size: 16px; font-weight: 500;  line-height: 28px;  max-width: 863px; }
.faq h3{position: relative;cursor: pointer;}
.faq h3:after { content: "";background: url(../img/faqplus.svg) no-repeat;background-size: contain; width: 33px; height: 33px;  position: absolute; top: 15px; right: 4%;}
.faq h3.active:after {background: url(../img/faq-minus.svg) no-repeat; background-size: contain;}
.faq .content { padding: 10px; display: none;}

.gojump-family-head { display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom: 3rem;}
.gojump-family-head .heading h3{    color: #F9F9F9; font-size: 42px;font-weight: 500; letter-spacing: -0.3px; margin-bottom: 0.5rem;}
.gojump-family-head .heading p{ color: #ECECEC; font-size: 18px;font-weight: 500; margin: 0.5rem 0;}
.social-connect h5{ color: #ECECEC; font-size: 20px; text-align: right; font-weight: 500; margin: 0 0 0.5rem 0;}
.social-connect ul{margin-bottom: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; list-style: none; padding: 0; gap: 1.5rem;}
.gojump-family-row {display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between; margin:0 -7.5px;}
.family-img {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal; row-gap:15px; flex-wrap: wrap;}
.family-img img{width:100%;}
.f-img{width:33.33%; padding:0px 7.5px;}
/* .family-img img.h-100{height: 100%;}
.family-img img {width: 100%;display: block;} */

.gojump_experience_wrap {padding: 75px 0;}
.gojump_experience_head{text-align: center; margin-bottom: 3rem; }
.gojump_experience_head h2{ color: #F9F9F9;font-size: 42px; line-height: 1.2; font-weight: 500;letter-spacing: -0.3px; margin-bottom: 1rem;}
.gojump_experience_head p{color: #ECECEC;font-size: 18px;font-weight: 500;}

.gojump_experience_review_row {max-width: 960px; border-radius: 12px;margin: 0 auto;display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #161616;border-radius: 10px;}
.gojump_experience_review_wrap {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;gap: 75px;}
.gojump_experience_review_image {width: 45%;}
.gojump_experience_review_image img { width: 100%; height: 100%; border-radius: 10px;}
.gojump_experience_review_content { width: 55%; padding: 0px 35px 0px 50px;}
.gojump_experience_review_content .review-container {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start; margin-bottom: 1rem;}
.gojump_experience_review_content h3 {font-size: 26px;font-weight: 500; color: #F9F9F9; margin-bottom: 0.5rem;}
.gojump_experience_review_content p { color: #ECECEC; font-size: 18px; font-weight: 500;letter-spacing: 0.1px;}

.skilled_head {text-align: center; margin-bottom: 6.5rem;}
.skilled_head h2{color: #F9F9F9;font-size: 42px;font-weight: 500; letter-spacing: -0.3px; margin-bottom: 0.5rem; line-height: 1.2;}
.skilled_head p{max-width: 976px; color: #ECECEC; margin: 0 auto 1rem; letter-spacing: 0.05px;}
.skilled_row {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 54px; padding: .5rem; position: relative;}
.skilled_row:before {content: ""; width: 66%;height: 4px;background: #F9F9F9;position: absolute; right: 0; left: 0; margin: auto; top: -32px;}

.skillied_icon_text {width: 33.33%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center; padding: 0 15px;gap: 22px;-webkit-box-flex: 0;position: relative;}
.skillied_icon_text .text h6 {color: #F9F9F9;font-size: 26px;font-weight: 500;}

.skillied_icon_text .text p {font-size: 20px;color: #ECECEC; font-weight: 500;margin: 0;}
.skillied_icon_text::before {content: "";width: 18px;height: 18px;border-radius: 50px;position: absolute;top: -47px; background:#DADADA;left: 0px;right: 0; margin: auto;}
.skillied_icon_text .icon { width: 69px; min-width: 69px;}
.skillied_icon_text .text {width: 100%;}

.skilled_images {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;gap: 25px;overflow-x: auto;margin-bottom: 3rem;}

.skilled_images img {
  border-radius: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}


.skiled_img_wrap {
    width: 33.33%;
    position: relative;
    padding-top: 24%;
}




/* Footer css*/
.footer_wrap {padding: 30px 0 27px; text-align: center;}
.footer-logo h6{margin: 20px 0; font-size: 24px; font-weight: 600; color: #F9F9F9;}
.footer-logo img{margin: 0 auto;}
.footer-link-btn{max-width: 335px; margin: 60px auto 0;}
.footer-link-btn .btn{width: 100%;font-size: 20px; padding: 13px;}
.footer-link-btn .btn-group{margin-top: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between ;}
.footer-link-btn .btn-group .btn{width: 48%;}
.footer-bottom {/*border-top: 1px solid #6e7ea4;padding-top: 16px;*/ margin-top: 90px;}
.footer-bottom ul{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; list-style: none; gap: 30px; margin: 0;}
.footer-bottom ul li{font-size: 14px;}
.footer-bottom ul li a{color: #ECECEC;}
.footer-bottom-row { display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between; }
.footer-bottom-row p{font-size: 16px;color: #ececec; margin: 0;}
.footer-bottom-row p b{font-weight: 600;}


/* Pricing page css*/
.pricing_banner {background: #000; padding-top: 108px;}
.pricing_banner_row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.pricing_banner_img {width: 60.5%;}
.pricing_banner_img img{border-radius:10px; width:100%;}
.pricing_banner_content {width: 57.5%;padding: 10px 15px 1.5rem 3%; text-align: center;}
.pricing_banner_content h1 { color: #F9F9F9;font-size: 52px; letter-spacing: -1px; font-weight: 500;}
.pricing_banner_content p {color: #ECECEC; font-size: 24px; font-weight: 500; margin-bottom: 1.5rem;}
.pricing_banner_content .btn {font-size: 18px;padding: 16px 60px;}
.contact-online-btn.offline-btn span{animation:none !important;}

.pricehero { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: center; margin-bottom: 1.5rem; margin-top: 1.5rem;}
.price_box {width: 55%; border: 1px solid #2B2B2B; border-radius: 15px;padding: 1.5rem 1rem 1rem;}
.price_box h4 {font-size: 26px;color: #ECECEC;font-weight: 500;margin-bottom: 1rem;}

.price_box_inner>div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content:center; border-bottom: 1px solid #dedede; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0.5rem;}

.pricing_banner_content .price_box_inner>div p {font-size: 20px; text-align: left; margin: 0 0 0.5rem 0;}

.pricing_banner_content .price_box_inner>div p span {color: #F9F9F9;font-weight: 700;}

.pricing_banner_content .price_box_inner>div p small {font-size: 16px; padding-left: 1px; font-weight: 400;}

.price_box_inner>div:last-child { border: none;margin: 0;}

.price_box_inner .big_price { font-size: 42px;font-weight: 400; color: #fff;}

.quick-tips{padding-bottom: 2rem;}
.quick-tips .tips_wrap { max-width: 500px;width: 100%;}

.price_iconText_wrap{padding: 1.5rem 0; background: #e2f3ff;}
.price_iconText_row {
  max-width: 818px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

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

.price_iconText_row .item p {
  color: #ECECEC;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0.25rem;
}


.featured_wrap{padding-top: 3rem;}
.featured_wrap .container{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 3rem;}
.featured_row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.featured_img { width: 60.5%;}
.featured_content { width: 57.5%; padding-left: 3%}
.featured_img video {height: 100%;min-height: 486px;-o-object-fit: cover;object-fit: cover; width: 100%; border-radius: 10px;}
.featured_img img{width:100%; border-radius:10px;}
.featured_content h3 { color: #F9F9F9; font-size: 30px; font-weight: 400;}

.featured_content p {color: #ECECEC;font-size: 20px;font-weight: 400;margin-bottom: 1rem;}

.featured_content ul { margin: 0; padding: 0; list-style: none; margin-bottom: 1rem;}

.featured_content ul li {padding-left: 1rem;font-size: 20px;color: #ECECEC;margin-bottom: 0.5rem;position: relative;}
.featured_content ul li:before {content: "";width: 8px;height: 8px;background: #f9f9f9; border-radius: 50px; position: absolute; left: 0; top: 7px;}
.feat_price { max-width: 420px;}
.feat_price>div {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;border-bottom: 1px solid #dedede;margin-bottom: 0.5rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.feat_price>div:last-child {border: none;}
.feat_price>div h6 {font-size: 24px; font-weight: 600; color: #ECECEC; margin: 0;}
.feat_price>div h5 { font-size: 42px; color:#fff;font-weight: 500;}


.experience_together_wrap{padding-top: 3rem;}
.experience_together_wrap h2{    text-align: center;color: #F9F9F9;font-size: 42px;  letter-spacing: -0.3px; font-weight: 500;}
.experience_together_row {max-width: 841px; margin: 3rem auto 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.experience_card { border: 1px solid #2B2B2B; background:#161616;  border-radius: 0.25rem;width: 47%;padding: 1rem 0;}
.experience_card img { margin: 0 auto; display: block;}
.experience_card h6 { font-size: 30px; font-weight: 500; color: #F9F9F9; text-align: center; margin: 1rem 0;}
.experience_card p {text-align: start;border-bottom: 1px solid #2B2B2B; padding: 0px 15px 10px 15px; font-size: 20px; color: #ECECEC;}

.experience_card p:last-child { border: none; }
.tips_wrap {border: 1px solid #2B2B2B;max-width: 430px;gap: 20px; margin: 3rem auto 1.5rem; border-radius: 10px;display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 1rem 1.5rem;}
.tips_wrap .content h5 { font-size: 20px; font-weight: 700; color: #ECECEC;}
.tips_wrap .content p {font-size: 18px;margin: 0;color: #ECECEC;font-weight: 500;}
.experience_together_wrap .package-btn-bottom.btn-group-bpc { margin: 3rem auto;gap: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}

.talk_head h2 { color: #F9F9F9;font-size: 42px;font-weight: 500;letter-spacing: -0.3px;}
.talk_head p {font-size: 20px;color: #ECECEC;font-size: 20px;font-weight: 400;margin: 0;}
.talk_head { margin-bottom: 1.5rem;}
.talk_row {max-width: 464px;margin: 0 auto;display: -webkit-box;display: -ms-flexbox;display: flex;gap: 40px;}
.talk_box {width: 50%; border: 1px solid rgba(192, 192, 192, 0.45); border-radius: 0.25rem; text-align: center; padding:15px 10px;}

.talk_box h6 { color: #ECECEC; font-size: 20px; font-weight: 400; margin-top: 1rem;}
.talk_box:hover{text-decoration: none;}
.talk_wrap {margin-bottom: 4.5rem;}




.contact_banner {
   padding-top: 100px;
}

.contact_banner_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.contact_banner_img {
  width: 50%;
}

.contact_banner_content {
  width: 50%;
  padding: 1.5rem 1rem 1.5rem 0;
  text-align: center;
}

.contact_banner_content h1 {
  font-size: 52px;
  color: #F9F9F9;
  font-weight: 500;
  letter-spacing: -1px;
}

.contact_banner_content p {color: #ECECEC;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0px;
}

.contact_banner_content .talk_row {
  max-width: 100%;
  gap: 25px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  margin-top: 3rem;
}

.contact_banner_content .talk_row .talk_box {
  width: 100%; position: relative;
  padding: 1rem 0.25rem;
  background-color:transparent;
}
.contact_banner_content .email-popup p {
  margin: 0;
  font-size: 14px;
}
.email-popup button {
  margin-top: 10px;
  padding: 5px 10px;
  background-color:#000;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.email-popup::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #F9F9F9;
}
.contact_banner_content .talk_row .talk_box h6 {
  margin-bottom: 1rem;
}
.email-popup {
  display: none;
  position: absolute;
  top: -120%;
  left: 0;
  padding: 10px;
  background-color:#161616;
  border: 1px solid #2B2B2B;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.contact-wrap{padding-top: 3rem; padding-bottom: 3rem;}
.contact-row {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between}
.contact-form-section-left { width: 50%;}

.contact-form-section-left h4{color: #F9F9F9; font-size: 42px; font-weight: 500;  letter-spacing: -0.3px;}

.contact-form-section-right {width: 50%; padding: 0 15px;}
.contact-form .form-outline {
  margin-bottom: 1.5rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.contact-form input {
  border-radius: 50px;
  padding: 13px;
  background:#333131;
  border: 1px solid transparent;
}

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

.contact-form form p{
  text-align: center;
}

/* .contact-form input[type='submit']{
  background: #ff6100;
    color: #fff;
    border-color: #ff6100;
}

.contact-form input[type='submit']:hover{
  background:transparent;
  border-color:#fff;
} */
/* .contact-form input::placeholder{color:#ECECEC;} */
.contact-form textarea {
  border-radius: 14px;
  padding: 13px;
  background:#333131;
  border: none;
  resize: vertical;
  height:135px;
  font-family: 'Gilroy', sans-serif;
}
.contact-form textarea::placeholder{
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
.contact-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none; outline: none;
  outline: none;

}
.contact-form button , .contact-form .btn  {
  font-size: 18px ;
  font-weight: 700;
  width: 200px;
  padding: 18px 12px;
  border-radius: 10px;
  background:transparent;
  border-color:#fff;
 
}

.wpcf7-spinner{
  position: absolute !important;
}

.contact-form button:hover ,  .contact-form .btn:hover{
  background: #ff6100;
  border-color: #ff6100;
}

.email-popup button svg {
  width: 12px;
}

.email-popup button svg path {
  fill: #fff;
}

.contact-form-section-right h4 {
  color: #F9F9F9;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-align: center;
}
.contact-form-section-right>div{max-width: 540px; margin: 0 auto;}
.contact_box {
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #2B2B2B;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-radius: 10px;
  margin-top: 1.5rem;
}
.contact_box h6 {
  font-size: 18px;
  font-weight: 600;
  color: #ECECEC;
  margin-bottom: 0.25rem;
}
.contact_box p {
  font-size: 18px;
  font-weight: 500;
  color: #ECECEC;
  margin-bottom: 0.25rem;
}
.contact_box p.f16{font-size: 16px;}
.contact_box  .link {
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  color: #F9F9F9;
  margin-top: 1rem;
}
.contact-form-section-right .tips_wrap {
  max-width: 100%;
  margin: 24px auto;
}
.contact-form-section-right .tips_wrap .content p{font-weight: 400;}

.privacy-policy-content-wrap {
  padding: 100px 0px 70px 0px;
}
.privacy-policy-content h1 {
  font-size: 52px;
}

.privacy-policy-content h3{
  font-size:22px;
  font-weight:700;
  margin-bottom:15px;
}

.privacy-policy-content h4{
  font-size:20px;
  font-weight:600;
}

.privacy-policy-content p{
  color: #ECECEC;
  font-weight:500;
  font-size:18px;
}

.privacy-policy-content ul{
  padding-left: 20px;
}

.privacy-policy-content ul li{
  list-style: disc;
    margin-bottom: 15px;
    color: #ECECEC;
    font-weight:500;
    font-size:18px;
}

@-webkit-keyframes pulse_animation {
  0% {
    -webkit-box-shadow: 0 0 rgb(0 152 51 / 59%);
            box-shadow: 0 0 rgb(0 152 51 / 59%);
  }
  100% {
    -webkit-box-shadow: 0 0 0 4px rgb(0 152 51 / 25%);
            box-shadow: 0 0 0 4px rgb(0 152 51 / 25%);
  }
}

@keyframes pulse_animation {
  0% {
    -webkit-box-shadow: 0 0 rgb(0 152 51 / 59%);
            box-shadow: 0 0 rgb(0 152 51 / 59%);
  }
  100% {
    -webkit-box-shadow: 0 0 0 4px rgb(0 152 51 / 25%);
            box-shadow: 0 0 0 4px rgb(0 152 51 / 25%);
  }
}
.contact-online-btn {
  font-size: 12px;
  color: #fff;
  padding: 6px 28px;
  border: 1px solid #fff;
  border-radius: 50px;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; margin-top: 1.5rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.contact-online-btn span {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff;
  display: block;
  -webkit-animation: pulse_animation 1.3s infinite;
          animation: pulse_animation 1.3s infinite;
}



.footer-logo img{
  max-width:150px;
}

.returnshuttle , .experience_together_wrap{display:none;}

.page-id-263 .footer_wrap{padding-top:80px;}

@media (max-width: 1255px) {

.pricehero{-ms-flex-wrap: wrap;flex-wrap: wrap; gap: 15px;}
.price_box{width: 100%;}

}
@media (max-width: 1035px) {
.header_row .header-item:last-child{-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end; gap: 20px;}
.menu ul{gap:20px}
}
@media (max-width: 1024px) {
.hero-banner-content h1{font-size: 40px;}
.hero-banner-content p{font-size: 18px;}
.hero-banner-content .icon-text-wrap p{font-size: 16px;}

}
@media (max-width: 992px) {
  .menu li::before{
    content: url('https://gojump-hawaii.com/wp-content/uploads/2024/11/menu-arrow.png'); 
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    right:10px;
    top: 0px;
    top: 50%;
    transform: translateY(-50%);
    }
.header-item.mobile-collapse .talk_row .talk_box{width:40%;  padding: 13px 5px; position: relative;} 
.header-item.mobile-collapse .talk_row {flex-wrap:wrap; justify-content: center; gap:20px; margin-top:25px; margin-bottom:25px;}
.header-item.mobile-collapse .talk_row .talk_box h6{margin-top:10px; margin-bottom:0px; font-size:16px;}
.header-item.mobile-collapse .talk_row .talk_box .email-popup p{color: #ECECEC;font-size: 14px;margin: 0;}

.header-item.mobile-collapse .talk_row{display:flex;}
.mobile-book-btn{display:block;}

  .header_row{-ms-flex-wrap: wrap;flex-wrap: wrap;}
  .header_wrap{padding: 10px 0; position: relative;}
  .open-menu header.header_wrap.scroll-to-fixed-fixed {
    -webkit-box-shadow: none;
            box-shadow: none;
            background-color:rgba(22, 22, 22, 1);
    }
.mobile-book-btn{text-align: center;}
.mobile-book-btn .btn{min-width:212px; padding: 17.5px 15px;}

.header_wrap:has(.header-item.open) {
  background-color: rgba(22, 22, 22, 1); 
}

.togle-only{display: block;}
.menu-btn{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-flex: 1; -ms-flex: 1 0 0px; flex: 1 0 0;}
.nav-booknow, a.call-head.text-end{display: none;}
.header_row .header-item:last-child{-webkit-box-flex: 1;-ms-flex: 1 0 0px;flex: 1 0 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.hide-desk{display: -webkit-box;display: -ms-flexbox;display: flex;     -webkit-box-flex: 1;     -ms-flex: 1 0 0px;     flex: 1 0 0; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;}
.header-item.mobile-collapse {display: block;pointer-events: none; opacity: 0; visibility: hidden; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); width: 100%; -webkit-box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.2); background: #f9f9f9; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all; width: 100%; position: absolute;left: 0; padding: 0 20px 48px 20px; top: 100%; }
.header-item.mobile-collapse.open{-webkit-transform: none;-ms-transform: none;transform: none; opacity: 1; visibility: visible; pointer-events: inherit; background-color:rgba(22, 22, 22, 1);}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 0;
}
.menu li {
  width: 100%;
  padding: 0 20px;
  border-left: 2px solid transparent;
  position: relative;
  background: rgba(134, 134, 134, 0.1);
  border: 1px solid rgba(134, 134, 134, 0.1);
}

.menu li:hover {
  border-left-color: #F9F9F9;
}

.navbar-nav .menu li::before {
  content: url(../img/nav-arrow.png);
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu li>a {
  color: #F9F9F9 ; display: block;
  padding: 19px 0px;
 
}
.m-center-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  padding: 10px 20px; gap:1rem;
}
.m-center-icon a{padding: 1rem 0 0;}
.m-center-icon img {
  display: block;
}
.pricing_banner_row{-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}
.pricing_banner_img{width: 100%;}
.pricing_banner_content{padding: 1.5rem 0; width: 100%;}

.price_box {
  width: calc(50% - 10px);
}

.contact_banner_img{width: 100%;}
.contact_banner_content{width: 100%;}
.contact_banner_row{-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}

}
@media (max-width: 767px) {
  .footer-logo img{max-width:200px;}
    .announcement-bar p b{display: block;}
    .skilled_wrap{padding-bottom:20px;}
  .goJump-family-wrap{padding-bottom:0px;}
  .hero-banner{padding-top:85px;}
  .contact_banner{padding-top:80px;}
  .pricing_banner{padding-top:80px;}
  .logo.header-item img {
max-width: 110px;}
  .top-logo img{max-width: 140px;}
  .top-header-wrap .btn{padding: 13.5px 12px;}
  .hero-banner{min-height: auto;}
  .hero-banner .container{padding: 0;}
  .hero-banner-row{-ms-flex-wrap: wrap;flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse;}
  .hero-banner-img{width: 100%; position: relative;}
  .hero-banner-img img {position: absolute;top: 0; left: 0;height: 100%;-o-object-fit: cover;object-fit: cover;-o-object-position: center;object-position: top; width: 100%;}
  .hero-banner .icon-text-wrap{display: none;}
  .hero-banner  .review-container{display: none;}
  .hero-banner-content{width: 100%; padding: 1.5rem;}
  .hero-banner-content h1{font-size: 32px; margin-bottom: 14px;}
  .hero-banner-content p{display: none;}
  .hero-banner-content .btn{margin-top: 0; font-size: 16px;min-width: 160px; padding: 11px;}

  .experience_wrap h2{font-size: 26px; margin-bottom: 16px;}
  .experience_wrap .icon-text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0.5rem 0; margin-top: 1rem;
}
.experience_wrap .icon-text-wrap p{margin-bottom: 0;}
.icon-text-wrap>div{padding: 0.5rem;}

  .package_wrap h2{font-size: 26px; margin-bottom: 1.5rem;}
  .package-btn-bottom{display: none;}
  .package-btn{display: block; max-width: 240px; margin: 1.5rem auto 0;}
  .package_row{gap: 30px;}
  .single_package{width: 100%;}
  .single_package_content{padding: 30px 10px;}
  .btn-group-bpc .btn{font-size: 18px;}
  .single_package_content .list-tick li{width:100%; font-size: 16px;}
  .single_package~.single_package   .single_package_content  p{padding: 0 3rem;}

  .faq_wrap{padding-bottom: 1.5rem;}
  .faq_head h2{font-size: 26px;}
  .faq_head p{font-size: 16px; line-height: 28px;}
  #accordion{margin-top: 0.5rem; margin-bottom: 0.5rem;}
  #accordion h3{font-size: 18px; line-height: 137%; padding-right: 54px;}
  #accordion p{font-size: 14px; line-height: 22px;}
  #accordion h3:nth-last-child(2) {
    border-bottom: 0px !important;
}
  .mobile-show{display: block !important;}
  .desk-show{display: none !important;}
  .footer_wrap {padding-bottom: 80px;}
  .footer-link-btn{margin-top: 20px; max-width: 240px;}
  .footer-bottom{margin-top: 50px;}
  .footer-bottom-row{-ms-flex-wrap: wrap;flex-wrap: wrap; justify-content: center;}
  .footer-bottom ul{width: 100%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center; margin-bottom: 20px;}
  .footer-bottom-row p{text-align: center; width: 100%;}
  .footer-link-btn .btn{font-size: 18px;}
  .mobile-sticky-btn{display:block ;}
  .mobile-sticky-btn.show{ opacity: 1; visibility: visible;}

  .meet_our_team{padding: 30px 0 50px 0;}
  .meet_our_team_head h2{font-size: 26px; margin-bottom: 0.5rem;}
  .meet_our_team_head p{font-size: 16px;}
  .team-images{-ms-flex-wrap: wrap;flex-wrap: wrap; gap: 0; row-gap: 10px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
  .team-images img:first-child {width: 100%;}
  .team-images img { border-radius: 10px; width: 48.5%;}
  .unmatched-views-row{-ms-flex-wrap: wrap;flex-wrap: wrap;}
  .unmatched-views-content{width: 100%;}
  .unmatched-views-content h2{font-size: 26px; text-align: center}
  .unmatched-views-content p{font-size: 16px;}
  .unmatched-views-img{width: 100%; margin-top: 1.4rem;}

  .shuttles-box h4{font-size: 26px; padding: 0.5rem; margin-bottom: 0.5rem;}
  .shuttles-box ul{margin: 15px 40px;}
  .shuttles-box ul li{font-size: 16px; margin-bottom: 0.5rem;}
  .shuttles-box ul li:before{width: 13px;  height: 15px;left: -27px; top: 3px;}
  .returnshuttle-inner{margin-top: 1.5rem;}
  .returnshuttle h2{font-size: 26px; padding:0 5px;}
.gojump-family-head{margin-bottom: 1.5rem;}
  .gojump-family-head .heading { width: 100%;text-align: center; margin-bottom: 0;}
.gojump-family-head .heading h3{font-size: 26px;}
.gojump-family-head .heading p{font-size: 16px;}
.gojump-family-row {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column; gap: 7px;}
/* .family-img {width: 100%; gap: 7px; display: -ms-grid; display: grid; -ms-grid-columns: 1fr 7px 1fr; grid-template-columns: repeat(2, 1fr);} */
.family-img img{-o-object-fit: cover;object-fit: cover; -o-object-position: center; object-position: center;}
.f-img{width:50%;}
.gojump-family-row .family-img:nth-child(2){width: 100%; display: block; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3;}
.social-connect {margin: 1.5rem 0 3rem;}
.social-connect h5{text-align: center; margin-bottom: 1rem;}
.social-connect ul{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.gojump_experience_wrap{padding: 0  0 50px;}
.gojump_experience_head{margin-bottom: 1.5rem;}
.gojump_experience_head h2{margin-bottom: 0.5rem;}
.gojump_experience_head p{font-size: 16px;}
.gojump_experience_review_wrap{gap: 30px;}
.gojump_experience_review_row{border: none; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.gojump_experience_review_image{width: 100%;}
/* .gojump_experience_review_image img{border-radius: 10px 10px 0 0;} */
.gojump_experience_review_content {width: 100%; padding: 25px 20px 10px 20px;}
.gojump_experience_review_content .review-container {
  margin: 0 0 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gojump_experience_review_content h3{text-align: center;}
.gojump_experience_review_content p{font-size: 16px; line-height: 26px;}
.skilled_head p{padding: 0 0.5rem;}
.skilled_head{margin-bottom: 2rem;}
.skilled_row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;gap: 20px;margin-bottom: 30px;}
.skillied_icon_text {
  width: 100%;
}
.skillied_icon_text .icon {
  width: 45px;
  min-width: 45px;
}
.skillied_icon_text .text h6{font-size: 20px;}
.skillied_icon_text .text p{font-size: 16px;}

.skiled_img_wrap{padding-top:36%;}
.slilled_main{overflow-x: auto;}
.skilled_images { gap: 10px; margin-bottom:0px; min-width:767px;}
.skilled_row:before { top: 25px; width: 3px;height: 67%;left: 0;margin: 0;}
.skillied_icon_text::before { margin: 0; top: 15px; left: -15px;}
.skilled_wrap .package-btn-bottom.btn-group-bpc {display: block; margin: 2rem auto 3rem auto;}

.pricing_banner{padding-bottom: 1rem;}
.pricing_banner_row{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.pricing_banner_content{padding-top: 0.5rem; padding-bottom: 0;}
.pricing_banner_content h1{font-size: 32px;}
.pricing_banner_content p{font-size: 16px; margin-bottom: 1rem;}
.pricehero{margin: 0 -15px; padding: 0 15px; gap:0; padding-top: 1rem; margin-top: 1rem; margin-bottom: 1rem;}
.price_box{width: 100%; padding: 0; border-radius: 0; margin: 0; border: none;}
.price_box h4{font-size: 20px;}
.price_box_inner>div {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.pricing_banner_content .price_box_inner>div p{font-size: 16px;}
.pricing_banner_content .price_box_inner>div p span{font-size: 16px;}
.pricing_banner_content .price_box_inner>div p small{font-size: 16px;}
.price_box_inner .big_price{font-size: 30px;}
.pricehero .price_box~.price_box{border-top: 1px solid #dedede; padding-top: 0.5rem;}
.price_iconText_wrap{padding: 1rem 0; margin-top: 0.5rem;}
.price_iconText_row .item p{font-size: 14px;}
.featured_wrap {
  padding-top: 0;
}
.featured_row{-ms-flex-wrap: wrap;flex-wrap: wrap;}
.featured_wrap .container{gap: 1rem;}
.featured_img{width: 100%;}
.featured_content{width: 100%; padding: 0; margin-top: 1rem;}
.featured_content h3{font-size: 26px;}
.featured_content p{font-size: 16px;}
.featured_content ul li{font-size: 16px;}
.featured_content ul li:before{top: 8px;}
.feat_price>div h6{font-size: 18px;}
.feat_price>div h5{font-size: 30px;}
.featured_img video {min-height: auto;}


.experience_together_wrap{padding-top: 1.5rem;}
.experience_together_row{margin-top: 1.5rem}
.experience_card{width: 49.45%;}
.experience_card h6{font-size: 26px;}
.experience_card p{font-size: 16px;}
.experience_card p:last-child{margin: 0; padding-bottom: 0;}
.tips_wrap {margin-top: 1rem;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.tips_wrap .content { width: 100%;text-align: center;}
.tips_wrap .content p{font-size: 16px;}
.experience_together_wrap .package-btn-bottom.btn-group-bpc{max-width: 240px; margin: 1rem auto 3rem;}

.talk_head p{font-size: 16px;}
.talk_row{max-width: 425px;}
.talk_box{padding: 1rem;}
.talk_box a h6{font-size: 16px;}
.talk_wrap{margin-bottom: 3rem;}

.contact-wrap{padding: 1.5rem 0;}
.contact-row{-ms-flex-wrap: wrap;flex-wrap: wrap;}
.contact-form-section-left{width: 100%;}
.contact-form-section-left h4{font-size: 26px; text-align: center;}
.contact-form-section-right{width: 100%; padding: 0;}
.contact-form-section-right h4{font-size: 26px;}

.contact_banner_row{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.contact_banner_content{padding: 1rem 0 0;}
.contact_banner .container{padding: 0;}
.contact_banner_content h1{font-size: 32px; padding: 0 1rem;}
.contact_banner_content p{font-size: 16px; padding: 0 1rem;}
.contact_banner_content .talk_row{margin-top: 1rem;}
.contact_banner_content .bg-white{padding: 0.5rem 1rem 0;}

}
@media (max-width: 640px) {
  .returnshuttle-inner {
    padding: 30px 15px 520px 15px;
    background: url(../img/return-mobilebg.png) no-repeat;
    background-size: cover;
    background-position: 100% 70%;
}
.shuttles-box{margin: 0 auto;}
.team-images{overflow-x: scroll; overflow-y: hidden;}
.contact_banner_content .talk_row{gap: 15px; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.contact_banner_content .talk_row .talk_box {
  max-width: 140px;
}

}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 767px)
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) {
    /* Your iPhone-specific styles */
    .hero-banner-img {
    
      padding-top: calc(100vh - 300px);
      height: auto;
  }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 896px)
  and (-webkit-min-device-pixel-ratio: 3) 
  and (orientation: portrait) {
    /* Your iPhone X+ specific styles */
    .hero-banner-img {
    
      padding-top: calc(100vh - 300px);
      height: auto;
  }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) {
    .hero-banner-img{
    
      padding-top: calc(100vh - 300px);
      height: auto;
      overflow: hidden;
  }
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) {
   
    .hero-banner-img {
    
      padding-top: calc(100vh - 300px);
      height: auto;
      overflow: hidden;
  }
}

@media (min-device-width:320px) and (max-device-width:768px) {
  .hero-banner-img {
    
    padding-top: calc(100vh - 300px);
    height: auto;
    overflow: hidden;
}
}




/*! CSS Used from: https://gojump-hawaii.com/feel/assets/css/bootstrap.min.css */
h2,h6,p{margin-top:0;}
p{margin-bottom:1rem;}
*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box;}
img{vertical-align:middle;}
img{border-style:none;}
h2,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit;}
h2{font-size:2rem;}
h6{font-size:1rem;}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
.rounded-circle{border-radius:50%!important;}
.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;}
.position-relative{position:relative!important;}
.w-100{width:100%!important;}
.h-100{height:100%!important;}
.m-0{margin:0!important;}
.mb-0{margin-bottom:0!important;}
.mt-3{margin-top:1rem!important;}
.pt-0{padding-top:0!important;}
.px-0{padding-right:0!important;}
.pb-0{padding-bottom:0!important;}
.px-0{padding-left:0!important;}
.pt-2{padding-top:.5rem!important;}
.pb-3{padding-bottom:1rem!important;}
.pb-5{padding-bottom:3rem!important;}
.mx-auto{margin-right:auto!important;}
.mx-auto{margin-left:auto!important;}



/*! CSS Used from: https://gojump-hawaii.com/feel/assets/css/style.css */
*{margin:0px;padding:0px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.purple-text{color:#F9F9F9;}
.gray-text{color:#ECECEC;}

.fw-500{font-weight:500;}
h2{font-size:42px;}
/* .star-review{display:flex;align-items:baseline;gap:8px;margin-top:4px;}
.review-container{display:flex;align-items:flex-start;gap:10px;}
.rating{font-size:33px;font-weight:500;color:#F9F9F9;font-family:'Gilroy';}
.review-text{font-size:16px;color:rgb(92, 92, 92);font-weight:600;font-family:'Gilroy';}
.stars span i{color:#ff6100;font-size:10px;}
.review-count{font-size:16px;color:rgb(127, 127, 127);font-weight:600;font-family:'Gilroy';} */
.center{text-align:center;}
.globle-subheading{color:#ECECEC;font-size:18px;font-weight:500;letter-spacing:0px;}
.swiper-slide{border-radius:10px; padding:30px 20px; background:#161616; height:inherit;}
.swiper-contact{height:100% !important;}
.swiper-contact .swiper-bottom  img{border-radius:10px;}
.swiper-top{gap:15px;}
.swiper-top img{width:55px;height:55px;}
.swiper-top h6{font-size:21px;font-weight:700;line-height:28px;color:#F9F9F9;}
.swiper-bottom p{font-size:18px;font-weight:400;margin-bottom:27px;line-height:32px;font-family:"Gilroy", sans-serif;color:#ECECEC;}
.swiper{padding:10px 0px;margin-left:auto;margin-right:auto;}
.swiper-top h6 img{max-width:110px;max-width:110px;width:100%;display:block;margin:5px 0px;height:auto;}
.hawai-slider{padding:0px 10px 100px 10px!important;}
.hawai-slider .swiper-button-next,.hawai-slider .swiper-button-prev{width:62px;height:62px;top:93%;}
.hawai-slider .swiper-button-prev{left:44%;}
.hawai-slider .swiper-button-next{right:44%;}
.hawai-slider .swiper-button-next{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);}
.hawai-slider .swiper-button-prev:after,.hawai-slider .swiper-button-next:after{content:"";background:url(../img/review-sliderarrow.svg);background-repeat:no-repeat;background-position:center;background-size:cover;width:62px;height:62px;}
.review-section .container{padding:0px;}
.review-container.review-slider-c {position: absolute;right: 20px;top: 20px;}
.swiper-bottom {height: calc(100% - 78px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;}




@media (max-width: 1024px){
.hawai-slider .swiper-button-next{right:40%;}
.hawai-slider .swiper-button-prev{left:40%;}
}
@media (max-width: 991px){
.review-slider-c{position:static!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px;}
}
@media (max-width: 767px){
  .swiper-bottom img{width:100%;}
.review-container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.globle-subheading{font-size:16px;}
h2{font-size:26px!important;}
.review-section-inner p{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;border-bottom:1px solid #141414;padding-bottom:15px!important;}
.swiper-bottom p{font-size:16px;line-height:28px;}
.hawai-slider .swiper-button-next,.hawai-slider .swiper-button-prev{top:94%;}
}
@media (max-width: 640px){
.hawai-slider .swiper-button-next{right:31%;}
.hawai-slider .swiper-button-prev{left:31%;}
}