body {
    line-height: 2;
}

/* Chat */
.main-section small {
    font-size: 12px;
}

.main-section h3,
.main-section h5 {
    margin: 0px;
}

.main-section {
    background-color: #fff;
}

.head-section {
    border-bottom: 1px solid #E6E6E6;
    clear: both;
    overflow: hidden;
    width: 100%;
}

.headLeft-section {
    width: calc(30% - 1px);
    float: left;
    border-right: 1px solid #E6E6E6;
}

.headLeft-sub {
    padding: 15px;
    text-align: center;
}

.headLeft-sub input {
    width: 60%;
    border-radius: 0px;
    border: 1px solid #E6E6E6;
    padding: 7px;
}

.headLeft-sub button {
    background: #f08a18;
    color: #fff;
    border: 1px solid #E6E6E6;
    padding: 7px 15px;
}

.headRight-section {
    width: 70%;
    float: left;
}

.headRight-sub {
    padding: 10px 15px 0px 15px;
}

.body-section {
    clear: both;
    overflow: hidden;
    width: 100%;
}

.left-section {
    width: calc(30% - 1px);
    float: left;
    height: 500px;
    border-right: 1px solid #E6E6E6;
    background-color: #FFF;
    z-index: 1;
    position: relative;
}

.left-section ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.left-section ul li {
    padding: 15px 0px;
    cursor: pointer;
}

.left-section ul li.active {
    background: #f08a18;
    color: #fff;
    position: relative;
}

.mCustomScrollBox,
.mCSB_container {
    overflow: unset !important;
}

.left-section ul li.active .desc .time {
    color: #fff;
}

.left-section ul li .desc .small-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-section ul li.active:before {
    position: absolute;
    content: '';
    right: -10px;
    border: 5px solid #f08a18;
    top: 0px;
    bottom: 0px;
    border-radius: 0px 3px 3px 0px;
}

.left-section ul li.active:after {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    left: auto;
    width: 100%;
    top: 0px;
    -webkit-box-shadow: -8px 4px 10px #a1a1a1;
    -moz-box-shadow: -8px 4px 10px #a1a1a1;
    box-shadow: -8px 4px 10px #a1a1a1;
}

.left-section .chatList {
    overflow: hidden;
}

.left-section .chatList .img {
    width: 60px;
    float: left;
    text-align: center;
    position: relative;
}

.left-section .chatList .img img {
    width: 30px;
    border-radius: 50%;
}

.left-section .chatList .img i {
    position: absolute;
    font-size: 10px;
    color: #52E2A7;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 10px;
}

.left-section .chatList .desc {
    width: calc(100% - 60px);
    float: left;
    position: relative;
}

.left-section .chatList .desc h5 {
    margin-top: 6px;
    line-height: 5px;
}

.left-section .chatList .desc .time {
    position: absolute;
    left: 0px;
    top: 10px;
    color: #c1c1c1;
}

.right-section {
    width: 70%;
    float: left;
    height: 500px;
    background-color: #F6F6F6;
    position: relative;
}

.message {
    height: calc(100% - 68px);
    font-family: sans-serif;
}

.message ul {
    padding: 0px;
    list-style: none;
    margin: 0px auto;
    width: 90%;
    overflow: hidden;
}

.message ul li {
    position: relative;
    width: 80%;
    padding: 15px 0px;
    clear: both;
}

.message ul li.msg-left {
    float: left;
}

.message ul li.msg-left img {
    position: absolute;
    width: 40px;
    bottom: 30px;
}

.message ul li.msg-left .msg-desc {
    margin-left: 70px;
    font-size: 12px;
    background: #E8E8E8;
    padding: 5px 10px;
    border-radius: 5px 5px 5px 0px;
    position: relative;
}

.message ul li.msg-left .msg-desc:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #E8E8E8;
    bottom: 0px;
    left: -10px;
}

.message ul li.msg-left small {
    float: right;
    color: #c1c1c1;
}

.message ul li.msg-right {
    float: right;
}

.message ul li.msg-right img {
    position: absolute;
    width: 40px;
    right: 0px;
    bottom: 30px;
}

.message ul li.msg-right .msg-desc {
    margin-right: 70px;
    font-size: 12px;
    background: #cce5ff;
    color: #004085;
    padding: 5px 10px;
    border-radius: 5px 5px 5px 0px;
    position: relative;
}

.message ul li.msg-right .msg-desc:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #cce5ff;
    bottom: 0px;
    right: -10px;
}

.message ul li.msg-right small {
    float: right;
    color: #c1c1c1;
    margin-right: 70px;
}

.message ul li.msg-day {
    border-top: 1px solid #EBEBEB;
    width: 100%;
    padding: 0px;
    margin: 15px 0px;
}

.message ul li.msg-day small {
    position: absolute;
    top: -10px;
    background: #F6F6F6;
    color: #c1c1c1;
    padding: 3px 10px;
    left: 50%;
    transform: translateX(-50%);
}

.right-section-bottom {
    background: #fff;
    width: 100%;
    padding: 15px;
    position: absolute;
    bottom: 0px;
    border-top: 1px solid #E6E6E6;
    text-align: center;
}

.right-section-bottom input {
    border: 0px;
    padding: 8px 5px;
    width: calc(100% - 150px);
}

.right-section-bottom .btn-send {
    border: 0px;
    padding: 8px 10px;
    float: right;
    margin-right: 30px;
    color: #009EF7;
    font-size: 18px;
    background: #fff;
    cursor: pointer;
}

.upload-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.upload-btn .btn {
    border: 0px;
    padding: 8px 10px;
    color: #009EF7;
    font-size: 18px;
    background: #fff;
    cursor: pointer;
}

.upload-btn input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

/* End Chat */

/* Side Navigation */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #15546a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:not(.closebtn) {
    border-bottom: 1px solid #ffffff;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

/* End Side Navigation */

/* Tabs */
.nav-tabs#nav-sewakapal {
    width: 50%;
    margin: auto;
}

.nav-tabs>li a {
    background-color: #15546a;
    color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: #f08a18;
    color: #fff;
    border-bottom-color: transparent;
    border-radius: 5px;
}

.nav-tabs>li>a:hover {
    background-color: #f08a18 !important;
    border-radius: 5px;
    color: #fff;
}

.tabpane-home {
    width: 50%;
    background-color: #fffefe;
    padding: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: auto;
}

/*/- Tabs -/*/

body {
    overflow-x: hidden;
}

.kotak {
    background-color: white;
    border-radius: 10px;
    color: black;
    width: 25%;
    float: left;
    padding: 10px;
    position: relative;
    display: block;
}

.kotak:nth-child(1) {
    margin-right: 46.8px;
}

.kotak-arrow {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    padding-top: 3.5%;
    font-size: 20px;
    background-color: #f08a18;
}

.kotak-arrow.blue {
    background-color: #2c85bb;
}

.kotak-arrow a {
    color: white;
}

.faap-text {
    position: relative;
    top: 25%;
    left: 8.5%;
}

.faap-container {
    height: 700px;
    overflow-x: hidden;
    position: relative;
    background: url("https://boatria.com/assets/images/PNG.jpg") no-repeat;
    background-size: 100%;
    color: white;
}

.boatria-container-banner {
    height: 500px;
    overflow-x: hidden;
    position: relative;
    background: url("https://boatria.com/assets/images/Group-1.png") no-repeat;
    background-size: 100%;
    color: white;
}

.boatria-text {
    position: relative;
    top: 40%;
    left: 8.5%;
}

.faap-bg,
.faap-white {
    position: absolute;
    left: -25%;
    right: -25%;
    border-radius: 100%;
    color: red;
}

.faap-bg {
    top: -28%;
    border: 100px solid #EFEFEF;
    border-top: none;
    height: 300px;
}

.faap-white {
    top: -85%;
    background-color: #EFEFEF;
    height: 700px;
}

/* */

a:hover {
    text-decoration: none;
}

#page_scroller {
    background: #F08A18;

}

.property-content .title a {
    color: #f08a18;
}

.setting-button {
    background: #33CCFF;
}

.list-inline-listing .active {
    background: #33CCFF;
    border: solid 2px #33CCFF;
}

.list-inline-listing li:hover {
    background: #33CCFF;
}

.counters {
    background: #33CCFF;
}

.checkbox-theme input[type="checkbox"]:checked+label::before {
    border: 2px solid #33CCFF;
}

input[type=checkbox]:checked+label:before {
    color: #33CCFF;
}

.button-theme {
    background: #f08a18;
    border: 2px solid #f08a18;
}

.button-theme:hover {
    background: #de460b;
    border: 2px solid #de460b;
}

.error404-content h1 {
    color: #33CCFF;
}

.footer-top form .button-small {
    border: solid 1px #33CCFF !important;
    background: #33CCFF !important;
}

.properties-amenities ul li i {
    color: #33CCFF;
}

.properties-condition ul li i {
    color: #33CCFF;
}

.banner-detail-box h3 {
    color: #33CCFF;
}

.border-button-theme {
    border: 2px solid #33CCFF;
    color: #33CCFF;
}

.option-panel h2 {
    color: #33CCFF;
}

.border-button-theme:hover {
    background: #33CCFF;
    color: #fff !important;
}

.theme-tabs .nav-tabs>li>a {
    background: #33CCFF;
}

.theme-tabs .nav-tabs>li.active>a,
.theme-tabs .nav-tabs>li>a:hover {
    color: #33CCFF !important;
}

.theme-tabs .nav-tabs>li>a::after {
    background: #33CCFF;
}

.theme-tabs .tab-nav>li>a::after {
    background: #33CCFF none repeat scroll 0% 0%;
}

.rightside-navbar li .button {
    background-color: #f08a18;
    color: #fff !important;
    border: 2px solid #f08a18 !important;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-color: #33CCFF;
    border-bottom: transparent;
}


.rightside-navbar li .button:hover {
    background: rgb(235, 152, 0) !important;
}

.search-button {
    background: #f08a18;

}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #33CCFF !important;
    border-top: solid 5px #33CCFF !important;
}

.main-header .navbar-default .nav>li>a:hover {
    color: #f08a18;
    border-top: solid 5px #f08a18;
}

.intro-section {
    background: #33CCFF;
}

.search-button:hover {
    color: #fff;
    background: #de460b;
}

.panel-box .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    /*background: rgb(235, 152, 0) !important;*/
    color: #fff;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.15);
}

.properties-panel-box .nav-tabs>li>a:hover {
    color: #fff;
    background: #33CCFF;
}

.service-item .detail {
    border-top: solid 3px #33CCFF;
}

.heading-properties p i {
    color: #33CCFF;
    margin-right: 5px;
}

.heading-properties h5 {
    color: #33CCFF;
}

.heading-properties h3 span {
    color: #33CCFF;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    color: #33CCFF;
}

.bootstrap-select .dropdown-menu li a {
    color: #33CCFF;
}

.bootstrap-select .dropdown-menu li a:hover {
    background: #33CCFF;
}

.bootstrap-select .dropdown-menu>.active>a,
.bootstrap-select .dropdown-menu>.active>a:focus,
.bootstrap-select .dropdown-menu>.active>a:hover {
    color: #33CCFF;
}


.for-sale {
    background: #33CCFF;
}

.our-service .content i {
    background: #33CCFF;
}

.our-service .content h4 {
    color: #33CCFF;
}

.footer-top .social-list li a:hover {
    background: #33CCFF;
    border: solid 1px #33CCFF;
}

.category-content .btn,
.category-content .pricing-btn {
    background: #33CCFF;
}

.agent-box .title a:hover {
    color: #33CCFF;
}

.service-item .icon {
    background: #33CCFF;
}

.service-item .detail h3 {
    color: #33CCFF;
}

.dropdown-menu>li>a:hover {
    color: #33CCFF;
    border-left: solid 5px #33CCFF;
}

.plan.featured .price-header {
    background: #33CCFF;
}

.option-bar .heading-icon {
    background: #f08a18;
}

.change-view-btn {
    color: #33CCFF;
    border: solid 1px #33CCFF;
}

.agent-box .contact span i {
    color: #33CCFF;
}

.change-view-btn:hover {
    border: solid 1px #33CCFF;
    background: #33CCFF;
}

.active-view-btn {
    background: #33CCFF;
    border: solid 1px #33CCFF;
}

.active-view-btn:hover {
    border: solid 1px #33CCFF;
    color: #33CCFF;
}

.listing-properties-box .detail header.title a {
    color: #33CCFF;
}

.listing-properties-box .detail .title::after {
    background-color: #33CCFF;
}

.show-more-options,
.show-more-options:hover {
    color: #33CCFF;
}

.pagination>li>a:hover {
    background: #33CCFF;
    border-color: #33CCFF;
}

.pagination>.active>a {
    background: #33CCFF;
    border-color: #33CCFF;
}

.pagination>.active>a:hover {
    background: #33CCFF;
    border-color: #33CCFF;
}

.blog-box .detail .post-meta span a i {
    color: #33CCFF;
}

.agent-box-list .agent-content h1 a:hover {
    color: #33CCFF;
}

.form-content-box .footer span a {
    color: #33CCFF;
}

blockquote {
    border-left: 5px solid #33CCFF;
}

.banner-search-box {
    border-top: solid 5px #33CCFF;
}

.agent-box-big .agent-content h1 a:hover {
    color: #33CCFF;
}

.tab-style-2-line>.nav-tabs>li.active>a {
    border: solid 1px #33CCFF !important;
    background: #33CCFF;
}

.tab-style-2-line>.nav-tabs>li.active>a:hover {
    border: solid 1px #33CCFF !important;
    background: #33CCFF !important;
    ;
}

.archives ul li a:hover {
    color: #33CCFF;
}

.range-slider .ui-slider .ui-slider-handle {
    background: #33CCFF;
}

.range-slider .ui-slider .ui-slider-handle {
    border: 2px solid #33CCFF;
}

.property-tag.featured {
    background: #f08a18;
}

.range-slider .ui-widget-header {
    background-color: #33CCFF;
}

.category-posts ul li a:hover {
    color: #33CCFF;
}

.tags-box ul li a:hover {
    border: 1px solid #33CCFF;
    background: #33CCFF;
}

.latest-tweet a {
    color: #33CCFF;
}

.popular-posts .media-heading a {
    color: #33CCFF;
}

.comment-meta-author a {
    color: #33CCFF;
}

.comment-meta-reply a {
    background-color: #33CCFF;
}

.contact-details .media .media-left i {
    background: #33CCFF;
}

.about-text ul li i {
    color: #33CCFF;
}

.breadcrumbs li a:hover {
    color: #33CCFF;
}

.top-header ul li a:hover {
    color: #33CCFF;
}

.helping-center .icon {
    color: #33CCFF;
}

.main-title-2 h1 a:hover {
    color: #33CCFF;
}

.agent-box-big .contact p i {
    color: #33CCFF;
}

.agent-box-list .contact p i {
    color: #33CCFF;
}

.option-bar h4 {
    color: #f08a18;
}

.attachments a:hover {
    color: #33CCFF;
}

.additional-details-list li a:hover {
    color: #33CCFF;
}

.user-account-box .content ul li .active {
    color: #33CCFF;
    border-left: solid 5px #33CCFF;
}

.user-account-box .content ul li a:hover {
    color: #33CCFF;
    border-left: solid 5px #33CCFF;
}

.photoUpload {
    background: #fff;
    color: #33CCFF;
}

.user-account-box .header {
    background: #33CCFF;
}

table.manage-table .title-container .title h4 a {
    color: #33CCFF;
}

table.manage-table .title-container .title span i {
    color: #33CCFF;
    margin-right: 5px;
}

.panel-box span a {
    color: #33CCFF;
}

table.manage-table td.action a:hover {
    color: #33CCFF;
}

.typography-page mark.color {
    background-color: #33CCFF;
}

.list-3 li:before,
.list-2 li:before,
.list-1 li:before {
    color: #33CCFF;
}

.numbered.color.filled ol>li::before {
    border: 1px solid #33CCFF;
    background-color: #33CCFF;
}

.numbered.color ol>li::before {
    border: 1px solid #33CCFF;
    color: #33CCFF;
}

.map-marker:hover {
    background-color: #33CCFF;
    cursor: pointer;
}

.map-marker:hover:before {
    border-color: #33CCFF transparent transparent transparent;
}

.map-marker.featured:hover {
    background-color: #33CCFF;
}

.map-marker.featured:hover:before {
    border-color: #33CCFF transparent transparent transparent;
}

.map-marker .icon {
    border: 3px solid #33CCFF;
}

.marker-active .map-marker {
    background-color: #33CCFF;
}

.marker-active .map-marker:before {
    border-color: #33CCFF transparent transparent transparent;
}

.map-properties .address i {
    color: #33CCFF;
}

.map-properties-btns .border-button-theme {
    color: #33CCFF !important;
}

.map-properties-btns .border-button-theme:hover {
    color: #fff !important;
}

.map-properties .map-content h4 a {
    color: #33CCFF;
}

.dropzone-design:hover {
    border: 2px dashed #33CCFF;
}

/* tab home */
.tab {
    margin-bottom: 25px;
}

.tab .nav-tabs {
    border: none;
    margin-bottom: 0px;
    margin-top: -70px;
}

.tab .tab-content {
    height: 350px;
    background-color: #fff;
    margin-right: 2px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.tab .tab-content img {
    height: 95px;
    width: 100%;
    border-radius: 15px;
    margin: 10px 0px;

}

.tab .tab-content span {
    position: absolute;
    margin: 10px;
    color: #333;
}

.tab .tab-content input[type="checkbox"] {

    /* Double-sized Checkboxes */
    -ms-transform: scale(1.2);
    /* IE */
    -moz-transform: scale(1.2);
    /* FF */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */

    margin-top: 10px;

}

.tab .tab-content .tab-check {
    border-top: 1px solid;
    font-size: 12px;
}

.tab .nav-tabs li a {
    background-color: #15546a;
    font-size: 17px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 268px;
    padding: 15px 0;
}

.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a {
    border-radius: 15px 15px 0 0;
    background: #f08a18;
    color: #fff;
    border-bottom-color: transparent;
}

.tab .nav-tabs li a:before {
    content: "";
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before {
    transform: scaleX(1);
}

.tab .tab-content {
    padding: 10px;
    font-size: 17px;
    color: #6f6f6f;
    line-height: 30px;
    letter-spacing: 1px;
    position: relative;
}

.banner .banner-item-img {
    float: left;
    width: 50%;
}

.banner .banner-item-img img {
    height: 500px;
}

@media only screen and (min-width: 320px) and (max-width: 345px) {
    #search-mobile {
        width: 100% !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
    .banner .judul-banner {
        width: 230px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
    .banner .judul-banner {
        left: 120px !important;
        width: 250px;
    }
}

@media (max-width: 754px) {
    .top-div-search-1 {
        display: none;
    }
}

@media only screen and (max-width: 768px) {

    html,
    body {
        max-width: 100%;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #botwa {
        display: none;
    }

    .btn-wisata-air {
        text-align: center;
    }

    #search-mobile {
        display: block !important;
    }

    .box-checkboxcustom:not(:first-child) {
        width: 100%;
        float: none;
        height: auto;
        margin-top: 10px;
    }

    .box-priceslider {
        padding-left: 20px !important;
        width: 100%;
        float: none;
        height: auto;
        margin-top: 10px;
    }

    #notifikasi-mobile {
        display: block !important;
    }

    #profil-tab li {
        widht: 100%;
        float: none;
    }

    #pesan-pribadi .headLeft-section,
    #pesan-pribadi .headRight-section,
    #pesan-pribadi .body-section,
    #pesan-pribadi .body-section .left-section,
    #pesan-pribadi .body-section .right-section {
        width: 100%;
        float: none;
    }

    #pesan-pribadi .body-section .left-section {
        height: auto;
    }

    #pesan-pribadi .headRight-section .headRight-sub {
        width: 100%;
        height: auto;
        float: none;
        padding: 15px;
        overflow: hidden;
    }

    #riwayat-jasa>.row>.pull-left,
    #riwayat-jasa>.row>.pull-right {
        width: 100% !important;
        height: auto;
        float: none;
        margin-top: 20px;
    }

    .navbar-default .navbar-toggle {
        background: #f08a18;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: #15546A;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        background-color: #33CCFF;
        color: #fff ! important;
    }

    .main-header .navbar-default .nav>li>a:hover {
        background: #33CCFF;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: #33CCFF !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        background: #eee;
    }

    #tab-sewa-kapal {
        display: none;
    }

    #page-left-tujuan,
    #page-right-tujuan,
    #page-left-keuntungan,
    #page-right-keuntungan {
        float: none !important;
        width: 100% !important;
    }

    #page-left-tujuan h2 {
        text-align: center !important;
    }

    #page-left-tujuan p {
        text-align: center !important;
    }

    #page-right-keuntungan h2 {
        margin-top: 70px !important;
        text-align: center !important;
    }

    #page-right-keuntungan p {
        text-align: center !important;
    }

    /* Side Nav Queries */
    #mySidenav {
        display: block !important;
    }

    /* /Side Nav Queries */

    .wisata-air {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
    }

    .wisata-air h1,
    .wisata-air p {
        text-align: center !important;
    }

    .wisata-air img {
        width: 100% !important;
        height: auto !important;
    }

    .wisata-air .col-md-4 {
        width: 33% !important;
        float: left !important;
    }

    #start.content-area.featured-properties {
        margin-top: -250px !important;
    }

    #destinasi-wisata {
        margin-top: 180px;
    }

    #destinasi-wisata>.row>.container {
        padding: 0 !important;
    }

    #destinasi-wisata .property {
        position: relative;
        height: 150px !important;
    }

    #destinasi-wisata .property img {
        max-width: 100% !important;
        height: auto !important;
    }

    #destinasi-wisata .property-tag {
        display: none;
    }

    #destinasi-wisata .property-content:not(:first-child) {
        position: absolute;
        /*border-top-left-radius: 10px;*/
        /*border-top-right-radius: 10px;*/
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: rgb(0, 0, 0);
        /* Fallback color */
        background: rgba(0, 0, 0, 0.5);
        /* Black background with 0.5 opacity */
    }

    #destinasi-wisata .row .col-pad.wow {
        margin-top: -25px !important;
    }

    #destinasi-wisata .property-content .title {
        width: 100%;
        margin-top: 45px !important;
        text-align: center !important;
    }

    #destinasi-wisata .property-content h1 a {
        font-size: 22px;
        color: #ffffff !important;
    }

    #destinasi-wisata #destinasi-lihatsemua {
        padding-bottom: 20px !important;
    }

    #box-pembayaran-mudah .col-md-12 {
        padding-bottom: 50px;
    }

    #box-pembayaran-mudah h3,
    #box-pembayaran-mudah p {
        text-align: center !important;
    }

    #box-kenapa-boatria div.col-md-4:nth-child(1) {
        height: auto !important;
    }

    #box-kenapa-boatria div.col-md-4:nth-child(3) {
        height: auto !important;
    }

    #box-kenapa-boatria .col-md-4 img {
        margin-top: 0 !important;
        width: 50% !important;
        height: auto !important;
    }

    .banner {
        margin-top: 79px;
        margin-bottom: 0;
        overflow: hidden;
    }

    .top-div-search-1 {
        display: none;
    }

    .banner .banner-item-img {
        float: none;
        width: 100%;
    }

    .banner img {
        width: 100% !important;
        height: 350px !important;
        object-fit: cover;
    }

    .banner .judul-banner h1 {
        font-size: 22px !important;
        text-align: center;
    }

    #carousel-example-generic .carousel-inner {
        height: auto !important;
    }

    #carousel-example-generic .carousel-inner .carousel-caption {
        bottom: 100px;
    }

    #carousel-example-generic .carousel-inner img {
        height: 400px !important;
    }

    #carousel-example-generic h1 {
        font-family: 'Catamaran', sans-serif;
        font-size: 16px;
    }

    .kotak {
        width: 100% !important;
        overflow: hidden;
        border-radius: 0 !important;
        height: 200px;
    }

    .kotak h2 {
        font-size: 20px;
    }

    .kotak p {
        font-size: 13px;
    }

    .kotak-arrow {
        border-radius: 0;
    }

    .faap-h2-vw {
        line-height: 100px;
        margin-bottom: 0;
    }

    .btn-faap-1 {
        width: 80% !important;
    }

    .tab-content.tabs {
        height: auto !important;
    }

    #faap-button-cari {
        margin-top: -3em !important;
        width: 100% !important;
    }

    #start {
        margin-top: -80px !important;
    }

    .tab .nav-tabs {
        border: none;
    }

    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
    }

    .tab .nav-tabs li a {
        float: none !important;
        width: 100% !important;
        border-radius: 0 !important;
    }

    .tab .nav-tabs li:nth-child(2) {
        margin-left: 0px !important;
    }

    .tab .nav-tabs li a:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #079fc9;
        position: absolute;
        bottom: -2px;
        left: 0;
    }

    .faap-container {
        background-size: cover;
        height: auto;
        padding-bottom: 20px;
    }

    .boatria-container-banner {
        float: none;
        width: 100%;
        padding-bottom: 20px;
        height: 350px;
        background-size: cover;
    }


    .faap-text .row {
        width: 100%;
    }

    .boatria-text .row {
        width: 100%;
    }

    .faap-text p {
        font-size: 11px;
        word-wrap: break-word;
    }

    .faap-text {
        top: 1%;
        left: 4%;
    }

    .boatria-text {
        margin-top: 14%;
        left: 4%;
    }

    .faap-text h1 {
        font-size: 20px;
    }

    .boatria-text h1 {
        font-size: 20px;
    }

    .faap-container .faap-bg,
    .faap-container .faap-white {
        display: none;
    }

    .faap-container a {
        margin-top: 10px;
        margin-right: 0 !important;
        width: 80% !important;
    }

    .faap-text #link-lebih-lanjut {
        display: none;
    }

    .faap-input-text {
        float: none !important;
        margin-left: 15px !important;
        width: 85%;
    }

    .top-div-search-2 input[type=text] {
        width: 150px !important;
    }

    .copy-right {
        display: none;
    }

    ul.social-list {
        display: none;
    }

    footer {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
        font-size: 18px !important;
        text-align: left;
        background-color: #fff;
    }

    footer h1 {
        color: #f08a18 !important;
    }


    footer .footer-info .footer-item ul li {
        margin: 10px 0;
    }

    footer .boatria-footer {
        display: none;
    }

    .footer-info p,
    .footer-info .personal-info li {
        font-size: 18px;
    }
}