.checked {
  color: #feb414;
}

.wrapper {
  display: flex;
  overflow-x: auto;
}

.wrapper::-webkit-scrollbar {
  width: 0;
}

.item {
  min-width: 270px;
  margin-right: 5px;
  padding: 0px 10px;
}

.no_padding {
  padding: 0 !important;
}

.padding-right-image {
  padding: 0 0 0 10px !important;
}

.padding-left-image {
  padding: 0 7px 0 0 !important;
}

.font-location {
  font-size: 35px;
}

.package-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 12px;
}

.package-background {
  background-color: #e7f2ff;
  padding: 5px 12px;
  border-radius: 10px;
}

.location_tour {
  display: flex;
  text-align: center;
  align-items: center
}

.padding-right-image2 {
  padding: 0 0 0 7px !important;
}

.margin-top-image {
  margin-top: 10px !important;
}

.detail-hide {
  display: none;
}

.price-package-hide {
  display: none !important;
}

.title-card {
  font-weight: bold;
  color: #009688 !important;
}

.include-hide {
  display: none;
}

.description-hide {
  display: none;
}

.redemption-hide {
  display: none;
}

.term-hide {
  display: none;
}

.btn-package {
  width: 30px;
  height: 30px;
}

.icon-height {
  line-height: 33px !important;
}

.package-price {
  font-size: 16px !important;
  font-weight: bold;
}

.card-description {
  color: #71747d;
}

.btn-drop {
  padding: 0 15px !important;
}

.btn-group {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-see-all {
  padding: 0 100px !important;
}

.card-price {
  font-size: 16px;
  font-weight: bold;
}

.border-location.active {
  background-color: #009688;
  color: white;
}

.border-location {
  border: 1px solid #009688 !important;
  border-radius: 20px;
  color: #009688;
}

/* AKHIR CSS BLOG*/

.preload-page {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 99999999;
  background: #fff;
}

.preload-page img {
  margin: 0 auto;
}

.brand-logo img {
  width: 200px;
}

.garis_vertical {
  border-left: 1px solid #d8dce8;
  height: 20px;
}


@media only screen and (max-width: 600px) {
  .brand-logo img {
    width: 200px;
  }
}

@media only screen and (max-width: 800px) {
  .package-benefit {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-row-gap: 12px !important;
    row-gap: 12px !important;
  }

  .garis_vertical {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  #toast-container {
    top: 0% !important;
    bottom: auto !important;
  }
}

@media only screen and (max-width: 600px) {
  nav {
    height: 60px;
  }
}

.button-collapse {
  margin-left: 0px !important;
  margin-right: 0px !important;
  top: 7px;
}

.button-collapse i {
  font-size: 27px;
}

.bahasa-dropdown img {
  vertical-align: middle;
}

.side-nav .overlay {
  z-index: 0px;
}

.side-nav .img-wrapper {
  margin-bottom: 20px;
}

.side-nav .logo {
  width: 200px;
  margin-bottom: 20px;
}

.side-nav li a i {
  margin-right: 10px !important;
}

.no-pad {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pp label {
  pointer-events: auto;
}

.tab a {
  color: #1976d2 !important;
}

.tab a.active {
  color: #ff6d00 !important;
}

.tabs .indicator {
  background-color: #ff6d00 !important;
}

.booking-wrapper {
  position: relative;
}

.booking-wrapper .booking-panel {
  margin-top: -70px;
  padding-top: 5px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 600px) {
  .booking-wrapper .booking-panel {
    margin-top: -15px;
  }
}

.booking-wrapper .booking-panel #tabs-booking li i {
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.booking-wrapper .booking-panel #boat-booking {
  padding-top: 20px;
}

.booking-wrapper .booking-panel #car-booking {
  padding-top: 20px;
}

@media only screen and (max-width: 600px) {
  .cari {
    margin-top: 20px;
    width: 100%;
  }
}

@media only screen and (min-width: 601px) {
  .service-box {
    margin-bottom: 50px;
  }
}

.service-box h1 {
  font-size: 2rem;
  margin-top: 100px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 600px) {
  .service-box h1 {
    margin-bottom: 30px;
  }
}

.service-box .service-item {
  margin-bottom: 20px;
}

.service-box .service-img i {
  font-size: 70px;
  color: #414141;
}

.service-box .service-text h2 {
  font-size: 18px;
  margin: 5px;
}

.service-box .service-text p {
  text-align: center;
  font-size: 16px;
}

.parallax-section {
  height: auto !important;
  min-height: 300px;
  margin-top: 50px;
}

@media only screen and (max-width: 600px) {
  .parallax-section {
    min-height: 400px;
  }
}

.parallax-section .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(20, 104, 230, 0.7);
}

.parallax-section .overlay h1 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

.parallax-section .overlay p {
  color: #ece4e4;
}

.partner {
  padding-top: 40px;
  padding-bottom: 80px;
}

.partner h3 {
  margin-bottom: 50px;
  font-size: 2rem;
}

@media only screen and (max-width: 600px) {
  .partner img {
    max-width: 200px;
  }
}

.parallax-section-why-me {
  height: auto !important;
  min-height: 300px;
  margin-top: 50px;
}

@media only screen and (max-width: 600px) {
  .parallax-section-why-me {
    min-height: 400px;
  }
}

.parallax-section-why-me h1 {
  font-size: 33px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 45px;
  margin-bottom: 45px;
}

.parallax-section-why-me .service-item {
  margin-bottom: 20px;
}

.parallax-section-why-me .service-img i {
  font-size: 100px;
  color: #dedede;
}

.parallax-section-why-me .service-text h2 {
  font-size: 24px;
  margin: 5px;
  color: #dedede;
}

.partner-logo-wrap {
  padding: 0px 5px !important;
  margin-bottom: 10px;
}

.partner-logo {
  background-color: #181818;
  width: 100%;
  height: 50px;
  border-radius: 3px;
}

.partner-logo img {
  width: 100%;
}

.social-media .fa {
  margin-top: 5px;
  font-size: 35px;
  margin-right: 15px;
}

.social-media .fa-facebook:hover {
  color: #4867AA;
}

.social-media .fa-instagram:hover {
  color: #FA7B4E;
}

.social-media .fa-google-plus:hover {
  color: #DD4B3C;
}

.customer-service i {
  float: left;
  font-size: 45px;
}

.customer-service .text {
  float: left;
}

.customer-service .text .title {
  font-weight: 500;
}

.customer-service .text .no {
  color: #d2d2d2;
}

.btn-bantuan {
  position: fixed;
  right: 10px;
  bottom: 20px;
  text-transform: none;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 600px) {
  .btn-bantuan {
    display: none;
  }
}

/*==============================================
BOAT PAGE
==============================================*/
.boat-booking-title {
  color: #fff;
  background-color: #1e88e5;
  position: relative;
}

.boat-booking-title .container {
  position: relative;
}

.boat-booking-title i {
  vertical-align: bottom;
}

.boat-booking-title h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  margin: 0px;
  padding-top: 30px;
}

.boat-booking-title span {
  font-size: 17px;
  display: block;
  margin-bottom: 30px;
}

.boat-booking-title .halfway {
  position: absolute;
  right: 0px;
  bottom: -20px;
}

@media only screen and (max-width: 600px) {
  .boat-booking-title .btn-search {
    position: relative;
    bottom: 10px;
  }
}

@media only screen and (min-width: 601px) {
  .boat-booking-title .btn-search {
    position: absolute;
    right: 0px;
    top: 25px;
  }
}

.boat-booking-title .btn-search:hover {
  background-color: #FF6F00;
}

.boat-booking {
  display: none;
}

.booking-from {
  position: relative;
}

.booking-go {
  position: relative;
}

.overlay {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #ffffffb3;
}

.boat-list {
  margin-top: 50px;
}

.boat-list .list-header {
  background-color: #1e88e5;
  padding: 15px;
  color: #fff;
}

.boat-list .list-header .title {
  font-size: 20px;
  font-weight: bold;
}

.boat-list .list-body .cartBooking {
  border: 1px solid #cfcfcf;
}

.boat-list .list-body .cartBooking .title {
  font-size: 24px;
}

.boat-list .list-body .cartBooking .time {
  display: block;
  font-size: 20px;
  color: gray;
}

.boat-list .list-body .cartBooking .place {
  color: #A19F9F;
}

.boat-list .list-body .cartBooking .price {
  color: gray;
  padding-top: 10px;
}

.boat-list .list-body .cartBooking .button {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 40px;
  border-top: 1px solid #cfcfcf;
  color: #1E88E5;
  background-color: #ececec;
  cursor: pointer;
}

.boat-list .list-body .list-item {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .boat-list .list-body .list-item {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .boat-list .list-body .list-item .list-desc {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
}

.boat-list .list-body .list-item .list-desc .name {
  font-size: 18px;
  display: block;
}

@media only screen and (max-width: 600px) {
  .boat-list .list-body .list-item .list-desc .name {
    margin-bottom: 10px;
  }
}

.boat-list .list-body .list-item .list-desc .box-left {
  width: 50%;
  float: left;
  position: relative;
}

.boat-list .list-body .list-item .list-desc .box-left .img-time {
  position: absolute;
  right: 25%;
  top: 2px;
}

.boat-list .list-body .list-item .list-desc .box-left .img-time img {
  width: 40px;
}

.boat-list .list-body .list-item .list-desc .box-right {
  width: 50%;
  float: left;
  padding-left: 5px;
}

.boat-list .list-body .list-item .list-desc .time {
  display: block;
  font-size: 18px;
  color: gray;
}

.boat-list .list-body .list-item .list-desc .place {
  font-size: 16px;
  color: #1e88e5;
  cursor: pointer;
}

.boat-list .list-body .list-item .list-desc .place i {
  font-size: 17px;
  margin-right: 7px;
  cursor: default;
  line-height: 1;
  vertical-align: middle;
}

.boat-list .list-body .list-item .list-desc .facities-wrap {
  float: left;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

@media only screen and (max-width: 600px) {
  .boat-list .list-body .list-item .list-desc .facities-wrap {
    margin-top: 10px;
  }
}

.boat-list .list-body .list-item .list-desc .facities-wrap i {
  font-size: 24px;
  margin-right: 7px;
  cursor: default;
  line-height: 1;
}

.boat-list .list-body .list-item .list-desc .detail-wrap {
  float: left;
  width: 100%;
}

.boat-list .list-body .list-item .list-desc .detail-wrap .detail {
  cursor: pointer;
  color: #1E88E5;
}

.boat-list .list-body .list-item .list-desc .detail-wrap .detail i {
  vertical-align: middle;
  font-size: 17px;
}

.boat-list .list-body .list-item .list-action .rate {
  font-size: 18px;
  color: gray;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
}

.boat-list .list-body .list-item .list-action .rate .rate-title {
  display: block;
}

.boat-list .list-body .list-item .list-action .rate .rate-title {
  display: block;
}

.boat-list .list-body .list-item .list-action .button-rate {
  padding-top: 10px;
  width: 100%;
  float: left;
}

.boat-list .list-body .select-booking {
  min-height: 100px;
  text-align: center;
  border: 1px solid gray;
}

.boat-list .list-body .select-booking span {
  font-size: 22px;
}

#modal-pelabuhan {
  top: 10px !important;
  max-height: 100% !important;
}

@media only screen and (max-width: 600px) {
  #modal-pelabuhan {
    width: 100%;
    top: 10% !important;
  }
}

#modal-pelabuhan .modal-content {
  padding: 0px;
}

#modal-pelabuhan img {
  width: 100%;
  height: auto;
}

.modal-booking {
  z-index: 9999999999 !important;
}

.modal-booking h4 {
  color: gray;
}

.modal-booking table {
  border-top: 1px solid #d0d0d0;
}

.modal-booking table tr {
  border-top: 1px solid #d0d0d0;
}

.modal-booking table thead {
  border-bottom: 0px !important;
}

.modal-booking table thead th {
  padding-bottom: 5px;
}

.modal-booking table tbody td {
  padding-top: 0px;
}

.modal-booking table tbody td span {
  width: 100%;
  display: block;
  color: gray;
}

.modal-booking table tbody td .header {
  font-weight: 700;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .modal-booking table td {
    display: block;
    width: 100%;
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 600px) {
  .modal-booking table td.half {
    display: inline-block;
    width: 50%;
    padding-bottom: 5px;
  }
}

.modal-booking .rate-footer {
  padding-right: 20px;
  font-size: 20px;
  color: #ec8b0f;
}

#modal-detail {
  color: gray;
}

@media only screen and (max-width: 600px) {
  #modal-detail .detail-content {
    padding: 5px;
  }
}

@media only screen and (max-width: 600px) {
  #modal-detail {
    width: 95%;
    max-height: 80%;
  }
}

#modal-detail .box-time .time {
  float: left;
  width: 100%;
}

#modal-detail .box-time .place {
  float: left;
  width: 100%;
}

#modal-detail .rate {
  float: left;
  width: 100%;
}

#modal-detail .fasilitas-title {
  width: 100%;
  float: left;
}

#modal-detail ul {
  margin-top: 0px;
  float: left;
  width: 100%;
}

#modal-detail ul li i {
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.checkout {
  background-color: #E6EAED;
  padding-bottom: 20px;
  min-height: 60vh;
}

.checkout h1 {
  margin-bottom: 5px;
  font-size: 27px;
  color: #4a4a4a;
}

.boat-checkout {
  color: #4a4a4a;
}

.boat-checkout table {
  border-top: 1px solid #d0d0d0;
}

.boat-checkout table tr {
  border-top: 1px solid #d0d0d0;
}

@media only screen and (max-width: 600px) {
  .boat-checkout table tr {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}

.boat-checkout table thead {
  border-bottom: 0px !important;
}

.boat-checkout table thead th {
  padding-bottom: 5px;
}

.boat-checkout table tbody td {
  padding-top: 0px;
}

.boat-checkout table tbody td span {
  width: 100%;
  display: block;
  color: gray;
}

.boat-checkout table tbody td .header {
  font-weight: 700;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .boat-checkout table td {
    display: block;
    width: 100%;
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 600px) {
  .boat-checkout table td.half {
    float: left;
    display: inline-block;
    width: 50%;
    padding-bottom: 5px;
  }
}

.boat-checkout .total-text {
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (max-width: 600px) {
  .boat-checkout .total-text {
    display: none;
  }
}

.boat-checkout .total-value {
  font-size: 20px;
  color: orange;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .boat-checkout .total-value {
    width: 100%;
    text-align: right;
  }
}

/*==============================================
CAR PAGE
==============================================*/
.car-list .list-header {
  padding-left: 10px;
  padding-right: 10px;
}

.car-list .list-header h1.title-header {
  color: gray;
  border-bottom: 1px solid #bdb9b9;
  font-size: 31px;
  margin-bottom: 5px !important;
}

.car-list .list-item {
  margin-top: 20px;
  border: 1px solid #eee;
}

.car-list .list-item .list-desc h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

.car-list .list-item .list-desc ul.list li {
  font-size: 17px;
}

.car-list .list-item .list-desc ul.list li i {
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.car-list .list-item .list-desc ul.list .pointer {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.car-list .list-item .list-desc ul.list .dropdown-button {
  cursor: pointer;
}

.car-list .list-item .list-desc .dropdown-content li:not(.divider) {
  padding: 10px 15px !important;
  min-height: 0px !important;
  color: gray;
}

@media only screen and (max-width: 600px) {
  .car-list .list-item .list-action {
    padding-bottom: 20px;
  }
}

.car-list .list-item .list-action .price {
  font-size: 25px;
  color: gray;
  padding-top: 40px;
}

@media only screen and (max-width: 600px) {
  .car-list .list-item .list-action .price {
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#modal-image {
  width: 50%;
  max-height: 90%;
}

#modal-image h5 {
  margin-top: 0px;
}

#modal-image .modal-content img {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  #modal-image {
    width: 95%;
  }

  #modal-image .modal-content {
    padding: 10px;
  }

  #modal-image .modal-content img {
    width: 100%;
  }
}

#modal-cart {
  max-height: 100%;
}

#modal-cart .modal-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  color: gray;
}

@media only screen and (max-width: 600px) {
  #modal-cart {
    width: 100%;
    bottom: 0px;
    top: 0px !important;
  }

  #modal-cart .modal-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  #modal-cart .btn-checkout {
    width: 100%;
  }
}

/*==============================================
CHECKOUT PAGE
==============================================*/
.checkout {
  background-color: #E6EAED;
  padding-bottom: 50px;
}

.checkout .checkout-title {
  color: #fff;
  font-size: 36px;
}

.checkout .checkout-title i {
  font-size: 36px;
}

@media only screen and (max-width: 600px) {
  .checkout .checkout-title {
    font-size: 30px;
  }

  .checkout .checkout-title i {
    font-size: 30px;
  }
}

.checkout .checkout-body {
  margin-top: -120px;
}

.checkout .card-panel {
  padding-bottom: 5px;
}

.checkout .panel-title {
  margin-bottom: 10px;
}

.checkout .panel-title .title-icon {
  margin-right: 15px;
}

.checkout .panel-title i {
  vertical-align: middle;
}

.checkout .hr {
  display: block;
  border-bottom: 1px solid #ddd;
}

.checkout .hr.full {
  margin-left: -24px;
  margin-right: -24px;
}

.checkout .panel-date {
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

.checkout .panel-name {
  margin-top: 10px;
  color: gray;
  position: relative;
}

.checkout .panel-name .arrow {
  position: absolute;
  right: 15px;
  top: 0px;
}

@media only screen and (max-width: 600px) {
  .checkout .panel-name .arrow {
    display: none;
  }
}

.checkout .panel-name .header {
  font-weight: bold;
  font-size: 18px;
}

.checkout .panel-name.strong {
  font-weight: bold;
}

.checkout .panel-name.title {
  font-size: 20px;
}

.checkout-header {
  height: 200px;
}

@media only screen and (max-width: 600px) {
  .checkout-header {
    height: 150px;
  }
}

.summary-item {
  margin-top: 10px;
}

.summary-item .summary-title {
  color: gray;
  font-size: 12px;
}

.summary-item .summary-name {
  color: #303030;
}

.payment-checkout {
  padding-top: 15px !important;
}

.payment-checkout .input-field {
  margin-top: 0px;
}

.button-car {
  background-color: #1CA1E3;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  cursor: pointer;
}

.button-car:hover {
  background-color: #157CB0;
}

.button-car .title {
  font-size: 25px;
  color: #fff;
}

.button-car .title i {
  margin-right: 10px;
}

.button-car .desc {
  color: #f0f0f0;
}

.button-car span {
  width: 100%;
  text-align: center;
  float: left;
}

#pay-button {
  width: 100%;
  text-transform: none;
}

/*=====================
START FORM CONTACT
==================*/
.contact {
  margin-bottom: 20px;
}

address span {
  display: block;
  margin-bottom: 10px;
}

address span i {
  margin-right: 15px;
}

/*# sourceMappingURL=style.css.map */