/* ==========================================================================
    Template by   = Dede Brama Aryanto
    Tools         = Bootstrap 5
    (c)Copyright  = 2021
   ==========================================================================
*/

body {
    font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header .navbar {
    padding: 15px 30px;
}

#header .navbar .navbar-collapse ul li {
    margin-right: 50px;
}

#header .navbar .navbar-collapse ul li a {
    font-size: 18px;
    color: #0a3542;
}

#header .navbar .btn-daftar {
    background-color: #dd9258;
    padding: 0 25px;
}

#header .navbar .btn-daftar a {
    color: #fff;
}

#header .navbar-brand.abs {
    position: absolute;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#header .navbar a img {
    max-height: 55px;
}

/*--------------- Tablet / Ipad View -----------------*/
@media only screen and (min-device-width: 501px) and (max-device-width: 992px) {
    #header .navbar {
        padding: 10px 20px;
    }

    #header .navbar a img {
        width: 80%;
        margin-left: -15px;
    }

    #header .navbar .navbar-collapse ul li a {
        font-size: 14px;
    }

    #header .navbar .btn-daftar {
        font-size: 14px;
        padding: 0;
    }
}

/*--------------- Mobile View -----------------*/
@media only screen and (max-width: 500px) {
    #header .navbar {
        padding: 5px 10px;
    }

    #header .navbar-brand.abs {
        position: static;
        transform: translateX(-60%);
        width: 50% !important;
        margin-right: 0px !important;
    }

    #header .navbar a img {
        width: 35%;
    }

    #header .navbar-light .navbar-toggler {
        border-color: transparent;
        padding: 0;
        font-size: 16px;
    }

    #header .navbar-light .navbar-toggler:focus {
        box-shadow: none;
    }

    #header .navbar .btn-daftar {
        font-size: 14px;
        padding: 5px 10px;
        background-color: transparent;
        position: absolute;
        top: 10px;
        right: 15px;
    }

    #header .navbar .btn-daftar a {
        color: #0a3542;
        padding: 0;
    }

    #header .navbar .navbar-collapse {
        margin-top: 10px;
    }

    #header .navbar .navbar-collapse ul li a {
        font-size: 14px;
    }

    #search-mobile .form-inputs {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
    }

    #search-mobile .form-inputs .form-control {
        height: 40px !important;
        margin-left: 145px !important;
        margin-right: 22px !important;
        padding-left: 14px !important;
        font-size: 14px !important;
        width: 50% !important;
    }

    #header .dropdown-menu.show {
        width: 50% !important;
    }

    .dropdown-menu[data-bs-popper] {
        left: 145px !important;
    }

    #search-mobile .form-inputs i {
        right: 34px !important;
        top: 12px !important;
        font-size: 20px !important;
    }

    .about .image-box {
        min-height: 400px !important;
    }
    .about .image-box img {
        min-height: 400px !important;
    }
}

#search-mobile .form-inputs {
    min-width: 580px;
    position: relative;
}

#search-mobile .form-inputs .form-control {
    height: 50px;
    padding-left: 20px;
    font-size: 16px;
}

.form-inputs .form-control:focus {
    border: 1px solid #eee;
}

#search-mobile .form-inputs i {
    position: absolute;
    right: 15px;
    top: 14px;
    font-size: 24px;
    color: #dd9258;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 550px;
    background: url("../assets/images/jumbotron.png") center;
    background-size: cover;
    /* background-size: 100% 100%; */
    margin-bottom: -50px;
    /* margin-top: 50px; */
}

#hero .container {
    position: relative;
    text-align: center;
    top: -11vh;
    width: 700px;
}

#hero h1 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a3542;
}

#hero .form-inputs {
    position: relative;
    margin-top: 50px;
}

#hero .form-inputs .form-control {
    height: 68px;
    background-color: #f6f6fa;
    padding-left: 20px;
    font-size: 16px;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.25);
    transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
        0.3s box-shadow,
        0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
}

.form-inputs .form-control:focus {
    border: 3px solid #86b7fe;
    background-color: #eee !important;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

#hero .form-inputs i {
    position: absolute;
    right: 20px;
    top: 17px;
    font-size: 30px;
    color: #dd9258;
}

#hero .dropdown-menu {
    padding: 10px;
    width: 100%;
    transform: translate(0px, 66px) !important;
}

#header .dropdown-menu.show {
    width: 100%;
    transform: translate(0px, -2px) !important;
}

#hero .dropdown-menu li a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
}

/* #hero.fix-search .form-inputs {
    position: fixed;
    margin-top: -180px;
    width: 80%;
    z-index: 1030;
    left: 10%;
} */

/*--------------- Medium Desktop -----------------*/
@media only screen and (min-device-width: 993px) and (max-device-width: 1200px) {
    #hero.fix-search .form-inputs {
        margin-top: -210px;
    }
}

/*--------------- Tablet / Ipad View -----------------*/
@media only screen and (min-device-width: 501px) and (max-device-width: 992px) {
    #hero .container {
        width: 500px;
    }

    #hero h1 {
        font-size: 32px;
    }

    #hero .form-inputs .form-control {
        height: 50px;
        font-size: 14px;
    }

    #hero .form-inputs i {
        top: 10px;
    }

    #hero .dropdown-menu {
        font-size: 14px;
    }

    #hero.fix-search .form-inputs {
        margin-top: -235px;
    }
}

/*--------------- Mobile View -----------------*/
@media only screen and (max-width: 500px) {
    #hero {
        margin-bottom: 0;
        height: 450px;
    }

    #hero .container {
        top: 0;
        width: auto;
    }

    #hero h1 {
        font-size: 24px;
    }

    #hero .form-inputs {
        width: 88%;
        margin-left: 6%;
    }

    #hero .form-inputs .form-control {
        font-size: 12px;
        height: 50px;
    }

    #hero .form-inputs i {
        top: 14px;
        font-size: 24px;
        /* display: none !important; */
    }

    #hero .dropdown-menu {
        font-size: 12px;
        top: -17px !important;
    }

    #hero.fix-search .form-inputs {
        margin-top: -250px;
        width: 95%;
        margin-left: 0;
        left: 3%;
    }
}
@media only screen and (max-width: 350px) {
    #hero .form-inputs i {
        display: none !important;
    }
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta .content {
    text-align: center;
    border-radius: 15px;
    background: #fff;
    padding: 40px 50px;
}

.cta .content img {
    margin-bottom: 30px;
}

.cta .content h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    color: #0a3542;
}

.cta .content p {
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.38);
    font-size: 18px;
    text-align: left;
}

.cta .content .btn-cta {
    background: #fff3e0;
    padding: 8px 16px;
    border-radius: 5px;
    transition: all ease-in-out 0.4s;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
}

.cta .content .btn-cta:hover,
.cta .content .btn-cta:active {
    background: #fff;
    border: 1px solid #dd9258;
    box-sizing: border-box;
}

.cta .content .btn-cta a {
    color: #dd9258;
}

/*--------------- Tablet / Ipad View -----------------*/
@media only screen and (min-device-width: 501px) and (max-device-width: 992px) {
    .cta .content {
        padding: 20px 15px;
    }

    .cta .content h4 {
        font-size: 18px;
    }

    .cta .content p {
        font-size: 14px;
        text-align: center;
    }

    .cta .content .btn-cta a {
        padding: 5px;
        font-size: 14px;
    }
}

/*--------------- Mobile View -----------------*/
@media only screen and (max-width: 500px) {
    .cta .col-lg-6 {
        margin-top: 20px;
    }

    .cta .content {
        padding: 20px 30px;
    }

    .cta .content img {
        margin-bottom: 20px;
    }

    .cta .content h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .cta .content p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .cta .content .btn-cta {
        font-size: 14px;
        padding: 5px;
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
    /* margin-top: 70px; */
    margin: 150px 0 100px;
}

.about .image-box img {
    max-height: 500px;
}

.about .icon-boxes h4 {
    font-size: 18px;
    color: #4b7dab;
    margin-bottom: 15px;
}

.about .icon-boxes h3 {
    font-size: 40px;
    font-weight: 700;
    color: #0a3542;
    margin-bottom: 15px;
}

.about .icon-box {
    margin-top: 40px;
}

.about .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-top: -10px;
}

.about .icon-box .icon i {
    color: #dd9258;
    font-size: 42px;
}

.about .icon-box .title {
    margin-left: 85px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 22px;
    color: #0a3542;
}

.about .icon-box .description {
    margin-left: 85px;
    line-height: 24px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.38);
}

.about .image-box {
    min-height: 500px;
}

/*--------------- Tablet / Ipad View -----------------*/
@media only screen and (min-device-width: 501px) and (max-device-width: 992px) {
    .about .icon-boxes h3 {
        font-size: 27px;
    }

    .about .icon-box {
        margin-top: 15px;
    }

    .about .icon-box .icon i {
        font-size: 30px;
    }

    .about .icon-box .title {
        font-size: 18px;
    }

    .about .icon-box .description {
        font-size: 14px;
    }
}

/*--------------- Mobile View -----------------*/
@media only screen and (max-width: 500px) {
    .about {
        /* margin-top: 30px; */
        margin: 50px 0;
    }

    .about .icon-boxes {
        margin-top: 20px;
        padding: 10px 20px;
    }

    .about .icon-boxes h3 {
        font-size: 30px;
        font-weight: 600;
    }

    .about .icon-box {
        margin-top: 20px;
    }

    .about .icon-box .icon i {
        font-size: 40px;
    }

    .about .icon-box .title {
        font-size: 16px;
    }

    .about .icon-box .description {
        font-size: 12px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    margin-top: 30px;
    border-top: 1px solid #eee;
}

#footer .footer-top {
    padding: 30px 0;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact img {
    margin: -10px 0 10px -10px;
}

#footer .footer-top .footer-contact p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.6);
}

#footer .footer-top h4 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul a {
    color: rgba(0, 0, 0, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}

#footer .footer-top .cust {
    padding-left: 50px;
}

#footer .footer-newsletter h4 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter p {
    color: rgba(0, 0, 0, 0.6);
}

#footer .form-inputs {
    position: relative;
}

#footer .form-inputs .btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #dd9258;
}

#footer .form-inputs .form-control {
    padding-left: 10px;
    font-size: 13px;
    box-shadow: none;
}

#footer .form-inputs .form-control:focus {
    border: 1px solid #eee;
}

#footer .social-links {
    margin-top: 10px;
}

#footer .social-links a {
    font-size: 24px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.6);
    margin-right: 10px;
}

#footer .copyright {
    color: #0a3542;
    font-size: 14px;
}

/*--------------- Tablet / Ipad View -----------------*/
@media only screen and (min-device-width: 501px) and (max-device-width: 992px) {
    #footer {
        margin-top: 30px;
    }

    #footer .footer-top {
        padding: 30px 0 0;
    }

    #footer .footer-top .footer-contact img {
        width: 75%;
        margin-bottom: 20px;
    }

    #footer .footer-top h4 {
        font-size: 16px;
    }

    #footer .footer-top .footer-contact p {
        font-size: 14px;
    }

    #footer .footer-top .cust {
        padding-left: 10px;
        margin-top: 50px;
    }

    #footer .footer-top .footer-links ul a {
        font-size: 14px;
    }

    #footer .form-inputs {
        width: 90%;
    }
}

/*--------------- Mobile View -----------------*/
@media only screen and (max-width: 500px) {
    #footer {
        margin-top: 20px;
    }

    #footer .footer-top {
        padding: 20px 20px 10px;
    }

    #footer .footer-top .col-lg-3 {
        margin-bottom: 20px;
    }

    #footer .footer-top .footer-contact img {
        width: 70%;
        margin-left: 10%;
    }

    #footer .footer-top .col-lg-3 h4 {
        font-size: 14px;
        padding-bottom: 8px;
    }

    #footer .footer-top .col-lg-3 p {
        font-size: 12px;
    }

    #footer .footer-top .footer-links ul li {
        font-size: 12px;
    }

    #footer .footer-top .cust {
        padding-left: 12px;
    }

    #footer .form-inputs {
        width: 85%;
    }

    #footer .form-inputs .form-control {
        font-size: 10px;
        padding: 5px;
    }

    #footer .form-inputs .btn {
        padding: 2px 10px;
    }

    #footer .form-inputs .btn i {
        font-size: 16px;
    }

    #footer .footer-bottom {
        padding: 10px !important;
    }

    #footer .footer-bottom .copyright {
        font-size: 12px;
        text-align: left;
        margin-left: 20px;
    }
}

/*--------------------------------------------------------------
# Modal Login
--------------------------------------------------------------*/
.modalLogin .modal-body {
    padding: 10px 40px;
}

.modalLogin .modal-body .header {
    margin-bottom: 40px;
}

.modalLogin .modal-body .header img {
    width: 70%;
}

.modalLogin .modal-body .tab-form .nav-link.active {
    background-color: #0a3542;
    color: #fff;
}

.modalLogin .modal-body .tab-form .nav-link {
    background: #f5f5f5;
    color: #0a3542;
}

.modalLogin .modal-body .tab-content {
    margin: 30px 0;
}

.modalLogin .modal-body .tab-content label {
    font-size: 16px;
}

.modalLogin .modal-body .tab-content .lupa-pass {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.modalLogin .modal-body .tab-content .btn-masuk {
    margin: 30px 0 20px 0;
}

.modalLogin .modal-body .tab-content .btn-masuk .btn {
    background: #dd9258;
    padding: 15px 40px;
    color: #ffffff;
    border-radius: 5px;
}

.modalLogin .modal-body .tab-content .strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
}

.modalLogin .modal-body .tab-content .strike > span {
    position: relative;
    display: inline-block;
    color: #9e9e9e;
}

.modalLogin .modal-body .tab-content .strike > span:before,
.modalLogin .modal-body .tab-content .strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #9e9e9e;
}

.modalLogin .modal-body .tab-content .strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.modalLogin .modal-body .tab-content .strike > span:after {
    left: 100%;
    margin-left: 15px;
}

.modalLogin .modal-body .tab-content .btn-fb .btn {
    background: #304ffe;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
}

.modalLogin .modal-body .tab-content .btn-fb .btn a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
    font-weight: normal;
}

.modalLogin .modal-body .tab-content .btn-fb .btn i {
    font-size: 18px;
    margin-right: 10px;
}

.modalLogin .modal-body .tab-content .btn-goog .btn {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
}

.modalLogin .modal-body .tab-content .btn-goog .btn a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
    font-weight: normal;
}

.modalLogin .modal-body .tab-content .btn-goog .btn i {
    font-size: 18px;
    margin-right: 10px;
}

.modalLogin .modal-body .tab-content .form-check .form-check-input {
    border-color: #dd9258;
}

.modalLogin .modal-body .tab-content .form-check .form-check-input:checked {
    border-color: #dd9258;
    background-color: #dd9258;
}

/*--------------- Tablet / Ipad View -----------------*/
@media only screen and (min-device-width: 501px) and (max-device-width: 992px) {
    .modalLogin .modal-header {
        padding: 10px;
    }

    .modalLogin .modal-body .header h5 {
        font-size: 16px;
    }

    .modalLogin .modal-body .tab-form .nav-link {
        font-size: 14px;
    }

    .modalLogin .modal-body .tab-content {
        margin: 20px 0;
    }

    .modalLogin .modal-body .tab-content label {
        font-size: 14px;
    }

    .modalLogin .modal-body .tab-content .form-control {
        font-size: 14px;
    }

    .modalLogin .modal-body .tab-content .lupa-pass {
        margin-top: 10px;
        font-size: 12px;
    }

    .modalLogin .modal-body .tab-content .btn-masuk {
        margin: 20px 0;
    }

    .modalLogin .modal-body .tab-content .btn-masuk .btn {
        padding: 10px 40px;
    }

    .modalLogin .modal-body .tab-content .strike {
        margin: 10px 0;
    }

    .modalLogin .modal-body .tab-content .strike > span {
        font-size: 12px;
    }

    .modalLogin .modal-body .tab-content .form-check-label {
        font-size: 12px;
    }
}

/*--------------- Mobile View -----------------*/
@media only screen and (max-width: 500px) {
    .modalLogin .modal-header {
        padding: 8px;
    }

    .modalLogin .modal-body .header h5 {
        font-size: 14px;
    }

    .modalLogin .modal-body .tab-form .nav-link {
        font-size: 14px;
    }

    .modalLogin .modal-body .tab-content {
        margin: 20px 0;
    }

    .modalLogin .modal-body .tab-content label {
        font-size: 12px;
    }

    .modalLogin .modal-body .tab-content .form-control {
        font-size: 12px;
    }

    .modalLogin .modal-body .tab-content .lupa-pass {
        margin-top: 10px;
        font-size: 10px;
    }

    .modalLogin .modal-body .tab-content .btn-masuk {
        margin: 20px 0;
    }

    .modalLogin .modal-body .tab-content .btn-masuk .btn {
        padding: 10px 40px;
        font-size: 14px;
    }

    .modalLogin .modal-body .tab-content .strike {
        margin: 10px 0;
    }

    .modalLogin .modal-body .tab-content .strike > span {
        font-size: 12px;
    }

    .modalLogin .modal-body .tab-content .form-check-label {
        font-size: 12px;
    }

    .modalLogin .modal-body .tab-content .btn-fb .btn a {
        font-size: 13px;
    }

    .modalLogin .modal-body .tab-content .btn-fb .btn i {
        font-size: 15px;
    }

    .modalLogin .modal-body .tab-content .btn-goog .btn a {
        font-size: 13px;
    }

    .modalLogin .modal-body .tab-content .btn-goog .btn i {
        font-size: 15px;
    }
}

/*--------------------------------------------------------------
# Modal Support
--------------------------------------------------------------*/
.modalSupport .modal-body .header {
    margin-bottom: 20px;
}

.modalSupport .modal-body .form-body .form-control {
    font-size: 14px;
    border: 1px solid rgba(221, 146, 88, 0.5);
    border-radius: 5px;
}

.modalSupport .modal-body .form-body .btn-kirim {
    margin: 20px 0;
}

.modalSupport .modal-body .form-body .btn-kirim .btn {
    background: #dd9258;
    color: #eee;
    border-radius: 5px;
    padding: 12px 40px;
}

/*--------------- Tablet / Ipad View -----------------*/
@media only screen and (min-device-width: 501px) and (max-device-width: 992px) {
    .modalSupport .modal-header {
        padding: 10px;
    }

    .modalSupport .modal-body .header {
        margin-bottom: 10px;
    }

    .modalSupport .modal-body .form-body label {
        font-size: 14px;
    }

    .modalSupport .modal-body .form-body .form-control {
        font-size: 12px;
    }

    .modalSupport .modal-body .form-body .btn-kirim .btn {
        font-size: 14px;
    }
}

/*--------------- Mobile View -----------------*/
@media only screen and (max-width: 500px) {
    .modalSupport .modal-header {
        padding: 8px;
    }

    .modalSupport .modal-body .header {
        margin-bottom: 10px;
    }

    .modalSupport .modal-body .form-body label {
        font-size: 14px;
    }

    .modalSupport .modal-body .form-body .form-control {
        font-size: 12px;
    }

    .modalSupport .modal-body .form-body .btn-kirim .btn {
        font-size: 14px;
    }
}

/* =======    Page Project    ======= */

/*--------------------------------------------------------------
# Header Filter
--------------------------------------------------------------*/
.header-filter {
    /* margin-top: 80px; */
    padding: 20px 30px 0;
}

.header-filter .searchBar {
    border: 1px solid rgba(221, 146, 88, 0.5);
    border-radius: 3px;
    height: 50px;
}

.header-filter .searchBar .input-group i {
    font-size: 25px;
    color: #dd9258;
}

.header-filter .searchBar .input-group .form-control {
    height: 40px;
}

.header-filter .searchBar .input-group .form-control:focus,
.header-filter .searchBar .input-group .form-control:active {
    border: transparent;
}

.header-filter .searchBar .input-group .form-control::placeholder {
    color: rgba(0, 0, 0, 0.38);
}

.header-filter .col-price .form-control {
    border: 1px solid rgba(221, 146, 88, 0.5);
}

.header-filter .col-price .form-control::placeholder {
    color: rgba(0, 0, 0, 0.38);
}

.header-filter .col-price .label-price,
.header-filter .col-price .high-price {
    padding-right: 0;
}

.header-filter .col-price .label-price label {
    font-size: 14px;
}

.header-filter .col-price .form-control {
    padding: 7px;
    font-size: 14px;
}

.header-filter .col-price .filter-cari .btn-cari {
    padding: 5px 25px;
    background: #0a3542;
    color: #fff;
    border-radius: 5px;
}
.col-price .low-price {
    width: 22% !important;
}

.col-price .high-price {
    width: 22% !important;
}

/*--------------- Medium Desktop -----------------*/
@media only screen and (min-device-width: 993px) and (max-device-width: 1200px) {
    .header-filter {
        margin-top: 75px;
        padding: 20px 20px 5px;
    }

    .header-filter .col-price .label-price {
        width: 100%;
        margin-bottom: 10px;
    }

    .header-filter .col-price .low-price {
        width: 37% !important;
        padding-right: 5px;
    }

    .header-filter .col-price .high-price {
        width: 37% !important;
        padding: 0 0 0 5px;
    }
}

/*--------------- Tablet / Ipad View -----------------*/
@media only screen and (min-device-width: 501px) and (max-device-width: 992px) {
    .header-filter {
        margin-top: 65px;
        padding: 15px 10px 0;
    }

    .header-filter .searchBar .btn {
        padding: 8px 8px 5px;
    }

    .header-filter .searchBar .form-control {
        padding: 0;
        font-size: 13px;
    }

    .header-filter .col-price .label-price {
        font-size: 14px;
        width: 100%;
        margin-bottom: 5px;
    }

    .header-filter .col-price .low-price {
        width: 47% !important;
        padding-right: 2px;
    }

    .header-filter .col-price .high-price {
        width: 47% !important;
        padding: 0 2px;
    }

    .header-filter .col-price .form-control {
        font-size: 12px;
    }

    .header-filter .col-price .filter-cari {
        margin: 8px 0 10px;
        width: 100%;
    }

    .header-filter .col-price .filter-cari .btn-cari {
        font-size: 14px;
        width: 100%;
        padding: 8px;
    }
}

/*--------------- Mobile View -----------------*/
@media only screen and (max-width: 500px) {
    .header-filter {
        margin-top: 5px;
        padding: 0 15px 5px;
    }

    .header-filter .col-search {
        padding: 10px;
        /* position: fixed; */
        /* z-index: 9030; */
        background: #fff;
    }

    .header-filter .searchBar {
        height: 40px;
    }

    .header-filter .searchBar .input-group .form-control {
        height: 30px;
    }

    .header-filter .searchBar .btn {
        padding: 3px 5px 0;
    }

    .header-filter .searchBar .form-control {
        padding: 0;
        font-size: 13px;
    }

    .header-filter .col-price {
        margin-top: 0px;
    }

    .header-filter .col-price .label-price {
        font-size: 14px;
        width: 100%;
        margin-bottom: 5px;
    }

    .header-filter .col-price .low-price {
        width: 48% !important;
        padding-right: 2px;
    }

    .header-filter .col-price .high-price {
        width: 46% !important;
        padding: 0 2px !important;
    }

    .header-filter .col-price .form-control {
        font-size: 12px;
    }

    .header-filter .col-price .filter-cari {
        margin: 8px 0 10px;
        width: 100%;
    }

    .header-filter .col-price .filter-cari .btn-cari {
        font-size: 14px;
        width: 100%;
        padding: 8px;
    }
}

/*--------------------------------------------------------------
# Map & Item
--------------------------------------------------------------*/
.map-item {
    padding: 15px 30px 30px;
}

#defaultMapId {
    height: 80vh;
    width: auto;
    position: sticky !important;
    border-radius: 15px;
}

.map-item .col-rest {
    height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.map-item .sortItem h6 {
    color: rgba(0, 0, 0, 0.38);
}

.map-item .sortItem .form-select {
    color: #dd9258;
}

.map-item .list-item .col-lg-6 {
    margin-bottom: 20px;
}

.map-item .list-item .col-lg-6 .shadow img {
    max-height: 160px !important;
}

.map-item .list-item .card .btn-love {
    position: absolute;
    right: 10px;
}

.map-item .list-item .card .btn-love i {
    font-size: 28px;
    color: #fff;
}

.map-item .list-item .card .price-label {
    font-size: 14px;
}

.map-item .list-item .foot-pagin {
    margin-top: 20px;
}

.map-item .list-item .foot-pagin h6 {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
}

.map-item .list-item .foot-pagin .page-link {
    border: none;
    color: rgba(0, 0, 0, 0.6);
}

.map-item .list-item .foot-pagin .page-link:hover,
.map-item .list-item .foot-pagin .page-link:active {
    background-color: #dd9258;
    color: #ffffff;
}

.map-item .list-item .footer-project img {
    width: 50%;
}

.map-item .list-item .footer-project .footer-contact p {
    font-size: 12px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.6);
}

.map-item .list-item .footer-project h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}

.map-item .list-item .footer-project .footer-links {
    margin-bottom: 30px;
}

.map-item .list-item .footer-project .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.map-item .list-item .footer-project .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.map-item .list-item .footer-project .footer-links ul a {
    color: rgba(0, 0, 0, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    font-size: 12px;
}

.map-item .list-item .footer-project .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}

.map-item .list-item .footer-project .footer-newsletter p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
}

.map-item .list-item .footer-project .form-inputs {
    position: relative;
}

.map-item .list-item .footer-project .form-inputs .btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #dd9258;
}

.map-item .list-item .footer-project .form-inputs .form-control {
    padding-left: 10px;
    font-size: 11px;
    box-shadow: none;
    height: 40px;
}

.map-item .list-item .footer-project .form-inputs .form-control:focus {
    border: 1px solid #eee;
}

.map-item .list-item .footer-project .social-links {
    margin-top: 10px;
}

.map-item .list-item .footer-project .social-links a {
    font-size: 24px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.6);
    margin-right: 10px;
}

.map-item .list-item .footer-project .copyright {
    color: #0a3542;
    font-size: 14px;
}

.card-project {
    max-height: 150px;
    min-height: 148px;
}

/*--------------- Medium Desktop -----------------*/
@media only screen and (min-device-width: 993px) and (max-device-width: 1200px) {
    .map-item .sortItem .col-md-6 {
        width: 100%;
    }

    .map-item .sortItem .col-md-6 h6 {
        margin: 0;
    }

    .map-item .sortItem .col-md-6 .float-end {
        float: none !important;
    }

    .map-item .sortItem .col-md-6 .col-auto {
        width: 50%;
    }
}

/*--------------- Tablet / Ipad View -----------------*/
@media only screen and (min-device-width: 501px) and (max-device-width: 992px) {
    .map-item {
        padding: 8px 10px 0;
    }

    .map-item .col-map {
        margin-top: -60px;
    }

    .map-item #defaultMapId {
        height: 420px;
    }

    .map-item .col-rest {
        height: 365px;
    }

    .map-item .sortItem {
        margin-bottom: 10px !important;
    }

    .map-item .sortItem h6 {
        font-size: 12px;
    }

    .map-item .sortItem label {
        font-size: 13px;
    }

    .map-item .sortItem .form-select {
        font-size: 12px;
    }

    .map-item .sortItem .col-md-6 {
        width: 100%;
    }

    .map-item .sortItem .col-md-6 h6 {
        margin: 0;
    }

    .map-item .sortItem .col-md-6 .float-end {
        float: none !important;
    }

    .map-item .sortItem .col-md-6 .col-auto {
        width: 50%;
    }

    .map-item .list-item .col-lg-6 {
        margin-bottom: 10px;
    }

    .map-item .list-item .foot-pagin h6 {
        font-size: 12px;
    }

    .map-item .list-item .foot-pagin nav ul {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .map-item .list-item .footer-project h4 {
        font-size: 14px;
        padding-bottom: 0;
    }

    .map-item .list-item .footer-project .social-links {
        margin-top: 2px;
        margin-bottom: 10px;
    }

    .map-item .list-item .footer-project .social-links a {
        font-size: 20px;
    }

    .map-item .list-item .footer-project .footer-links {
        margin-bottom: 10px;
    }

    .map-item .list-item .footer-project .footer-links ul li {
        padding: 5px 0;
    }

    .map-item .list-item .footer-project .footer-newsletter h4 {
        font-size: 14px;
        padding-bottom: 0;
    }

    .map-item .list-item .footer-project .copyright {
        font-size: 12px;
    }
}

/*--------------- Mobile View -----------------*/
@media only screen and (max-width: 500px) {
    .map-item {
        padding: 0 15px 15px;
    }

    .map-item .col-map {
        display: none;
    }

    .map-item .col-rest {
        height: auto;
        margin-top: 8px;
    }
    .map-item .col-rest .list-item .col-lg-6 .card-body h5 {
        font-size: 1rem !important;
    }

    .map-item .sortItem {
        margin-bottom: 10px !important;
    }

    .map-item .sortItem h6 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .map-item .sortItem label {
        font-size: 12px;
    }

    .map-item .sortItem .form-select {
        font-size: 12px;
    }

    .map-item .sortItem .col-md-6 {
        width: 50%;
    }

    .map-item .sortItem .col-md-6 .float-end .col-auto {
        width: 100%;
    }

    .map-item .list-item .col-lg-6 {
        width: 50%;
    }

    .map-item .list-item .foot-pagin {
        margin-top: 5px;
    }

    .map-item .list-item .foot-pagin h6 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .map-item .list-item .foot-pagin nav ul {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .map-item .list-item .footer-project img {
        width: 70%;
        margin-bottom: 10px !important;
    }

    .map-item .list-item .footer-project h4 {
        font-size: 14px;
        padding-bottom: 0;
    }

    .map-item .list-item .footer-project .social-links {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .map-item .list-item .footer-project .social-links a {
        font-size: 18px;
    }

    .map-item .list-item .footer-project .footer-links ul li {
        padding: 8px 0;
    }

    .map-item .list-item .footer-project .footer-links {
        margin-bottom: 20px;
    }

    .map-item .list-item .footer-project .footer-newsletter {
        margin-bottom: 20px;
    }

    .map-item .list-item .footer-project .footer-newsletter h4 {
        font-size: 14px;
    }

    .map-item .list-item .footer-project .form-inputs {
        width: 80%;
    }

    .map-item .list-item .footer-project .copyright {
        font-size: 11px;
    }

    .card-project {
        max-height: 240px !important;
        min-height: 200px !important;
    }

    .map-item .list-item .col-lg-6 .shadow img {
        max-height: 100px !important;
    }
}

/* =======    Page Unit Type   ======= */

/*--------------------------------------------------------------
# Filter Unit
--------------------------------------------------------------*/
.filter-unit {
    /* margin-top: 80px; */
    padding: 20px 30px 0;
}

.filter-unit .col-auto {
    padding: 0 10px;
}

.filter-unit .col-auto label {
    font-weight: 700;
}

.filter-unit .col-auto select {
    /* width: 200px; */
    border: 1px solid rgba(221, 146, 88, 0.5);
}

.filter-unit .col-auto .input-group {
    border: 1px solid rgba(221, 146, 88, 0.5);
    width: 280px;
    border-radius: 3px;
}

.filter-unit .col-auto .btn-cari {
    padding: 7px 40px;
    color: #ffffff;
    background: #0a3542;
}

.filter-unit .col-auto .btn-lain {
    padding: 7px 20px;
    background: #ffffff;
    border: 1px solid #0a3542;
}

.filter-unit .collapse .card {
    padding: 10px 0;
}

.show-if-mobile {
    display: none;
}

/*--------------- Medium Desktop -----------------*/
@media only screen and (min-device-width: 993px) and (max-device-width: 1200px) {
    .filter-unit {
        margin-top: 70px;
        padding: 15px 20px 0;
    }

    .filter-unit .col-auto {
        padding: 0 5px;
    }

    .filter-unit .col-auto label {
        font-size: 14px;
    }

    .filter-unit .col-auto .input-group {
        width: 350px;
    }
}

/*--------------- Tablet / Ipad View -----------------*/
@media only screen and (min-device-width: 501px) and (max-device-width: 992px) {
    .filter-unit {
        margin-top: 60px;
        padding: 10px;
    }

    .filter-unit .col-auto {
        padding: 0 5px;
    }

    .filter-unit .col-auto label {
        font-size: 12px;
        font-weight: 600;
    }

    .filter-unit .col-auto select {
        font-size: 12px;
    }

    .filter-unit .col-auto .input-group {
        width: 250px;
    }

    .filter-unit .col-auto .input-group .btn {
        padding: 0 5px;
        top: 3px;
    }

    .filter-unit .col-auto .input-group .form-control {
        font-size: 12px;
        padding: 6px;
    }

    .filter-unit .col-auto .btn-cari {
        font-size: 12px;
        padding: 6px 20px;
    }

    .filter-unit .col-auto .btn-lain {
        font-size: 12px;
        padding: 6px 10px;
    }
}

/*--------------- Mobile View -----------------*/
@media only screen and (max-width: 500px) {
    .filter-unit {
        display: none;
    }

    .show-if-mobile {
        display: block;
        margin-top: 20px;
    }

    .show-if-mobile .input-group {
        border: 1px solid rgba(221, 146, 88, 0.5);
        width: auto;
        border-radius: 3px;
    }

    .show-if-mobile .input-group .btn {
        padding: 8px 8px 3px;
    }

    .show-if-mobile .input-group .btn i {
        font-size: 20px;
    }

    .show-if-mobile .input-group input {
        font-size: 12px;
        padding: 5px;
    }

    .show-if-mobile .btncari-mobile1 {
        padding: 10px 0;
        color: #ffffff;
        background: #0a3542;
        width: 100%;
        font-size: 12px;
    }
}

/*--------------------------------------------------------------
# List Unit
--------------------------------------------------------------*/
.list-unit {
    margin-top: 10px;
}

.list-unit .nav-breadcr {
    margin: 20px 0 10px;
}

.list-unit .nav-breadcr li a {
    color: rgba(0, 0, 0, 0.38);
    text-decoration: none;
}

.list-unit .nav-breadcr li.active {
    color: #dd9258;
}

.list-unit .sortItem p {
    color: rgba(0, 0, 0, 0.6);
}

.list-unit .sort-if-mobile {
    display: none;
}

.list-unit .sortItem .form-select {
    /* border: none; */
    color: #dd9258;
}

.list-unit .listItem {
    margin-top: 20px;
}

.list-unit .listItem .card .btn-love {
    position: absolute;
    right: 10px;
}

.list-unit .listItem .card .btn-love i {
    font-size: 28px;
    color: #fff;
}

.list-unit .listItem .card .image-thumb {
    padding: 0 5px;
}

.list-unit .listItem .card .image-thumb .img-small {
    padding: 5px 10px;
}

.list-unit .listItem .card-body .price-label {
    font-size: 18px;
    font-weight: 600;
}

.list-unit .listItem .card-body .btn-cta .col-md-6 {
    padding: 5px 30px;
}

.list-unit .listItem .card-body .btn-cta .col-md-6 .btn {
    width: 100%;
}

.list-unit .listItem .card-body .btn-cta .btn-hitung {
    border: 1px solid #0a3542;
    color: #0a3542;
}

.list-unit .listItem .card-body .btn-cta .btn-kunjung {
    background: #0a3542;
    color: #fff;
}

.list-unit .foot-pagin {
    margin-top: 30px;
}

.list-unit .foot-pagin h6 {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
}

.list-unit .foot-pagin .page-link {
    border: none;
    color: rgba(0, 0, 0, 0.6);
}

.list-unit .foot-pagin .page-link:hover,
.list-unit .foot-pagin .page-link:active {
    background-color: #dd9258;
    color: #ffffff;
}

/*--------------- Medium Desktop -----------------*/
@media only screen and (min-device-width: 993px) and (max-device-width: 1200px) {
    .list-unit .nav-breadcr {
        font-size: 12px;
    }

    .list-unit .listItem .card-body .row {
        margin-top: 5px;
    }

    .list-unit .listItem .card-body .col-md-3 {
        padding: 0;
    }
}

/*--------------- Tablet / Ipad View -----------------*/
@media only screen and (min-device-width: 501px) and (max-device-width: 992px) {
    .list-unit {
        margin-top: 5px;
    }

    .list-unit .container {
        width: 750px;
    }

    .list-unit .nav-breadcr {
        font-size: 12px;
    }

    .list-unit .sortItem p {
        font-size: 12px;
    }

    .list-unit .sortItem label {
        font-size: 12px;
    }

    .list-unit .sortItem .form-select {
        font-size: 12px;
    }

    .list-unit .listItem {
        margin-top: 10px;
    }

    .list-unit .listItem .card .btn-love i {
        font-size: 20px;
    }

    .list-unit .listItem .card-body .card-text {
        font-size: 14px;
    }

    .list-unit .listItem .card-body .row {
        margin-top: 5px;
    }

    .list-unit .listItem .card-body .col-md-3 {
        padding: 0;
        font-size: 14px;
    }

    .listItem .card-body .btn-cta {
        margin-top: 10px !important;
    }

    .list-unit .listItem .card-body .btn-cta .col-md-6 {
        padding: 5px 10px;
    }

    .listItem .card-body .btn-cta .btn {
        font-size: 12px;
    }

    .list-unit .foot-pagin h6 {
        font-size: 14px;
    }

    .depe {
        width: 50%;
    }

    .depe p {
        margin-left: 10px;
    }

    .angsur {
        display: none;
    }
}

/*--------------- Mobile View -----------------*/
@media only screen and (max-width: 500px) {
    .sort {
        padding-right: 0px !important;
        padding-left: 0px !important;
        max-width: 62% !important;
    }

    .list-unit {
        border-top: none !important;
    }

    .list-unit .nav-breadcr {
        display: none;
    }

    .list-unit .sortItem {
        display: none;
    }

    .list-unit .sort-if-mobile {
        display: block;
    }

    .list-unit .sort-if-mobile .btn-filter {
        padding: 5px;
        font-size: 12px;
    }

    .list-unit .sort-if-mobile .btn-filter i {
        font-size: 16px;
    }

    .list-unit .sort-if-mobile label {
        font-size: 12px;
    }

    .list-unit .sort-if-mobile select {
        font-size: 12px;
        border: none;
        color: #dd9258;
    }

    .list-unit .sort-if-mobile p {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.38);
    }

    .list-unit .listItem {
        margin-top: 10px;
    }

    .list-unit .listItem .col-md-6 {
        margin-bottom: 10px;
    }

    .list-unit .listItem .card .btn-love i {
        font-size: 20px;
    }

    .list-unit .listItem .card-body .card-title {
        font-size: 14px;
    }

    .list-unit .listItem .card-body .card-text {
        font-size: 12px;
    }

    .list-unit .listItem .card-body .row {
        margin-top: 5px;
    }

    .list-unit .listItem .card-body .col-md-6 {
        width: 60%;
    }

    .list-unit .listItem .card-body .col-md-3 {
        padding: 0;
        font-size: 12px;
        width: 20%;
    }

    .list-unit .listItem .card-body .price-label {
        font-size: 18px;
    }

    .listItem .card-body .btn-cta {
        margin-top: 10px !important;
    }

    .list-unit .listItem .card-body .btn-cta .col-md-6 {
        padding: 5px 20px;
        width: 50%;
        margin-bottom: 0;
    }

    .listItem .card-body .btn-cta .btn {
        font-size: 12px;
    }

    .list-unit .listItem .card-body .angsur {
        display: none !important;
    }

    .list-unit .listItem .card-body .depe {
        width: 60% !important;
        padding-left: 0.8rem !important;
        padding-right: 0.8rem !important;
    }

    .list-unit .foot-pagin h6 {
        font-size: 12px;
    }

    .list-unit .foot-pagin nav {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
# Modal Filter for Mobile
--------------------------------------------------------------*/
/*--------------- Mobile View -----------------*/
@media only screen and (max-width: 500px) {
    .modalFilterMobile .modal-header button {
        padding: 5px;
        font-size: 12px;
    }

    .modalFilterMobile .modal-body h3 {
        color: #0a3542;
        margin-bottom: 20px;
    }

    .modalFilterMobile .modal-body label {
        font-size: 12px;
        font-weight: bold;
    }

    .modalFilterMobile .modal-body select {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .modalFilterMobile .modal-body .footer {
        margin-top: 20px;
    }

    .modalFilterMobile .modal-body .footer .btncari-mobile2 {
        background: #0a3542;
        color: #fff;
        border-radius: 5px;
        font-size: 14px;
        padding: 12px 50px;
    }
}

/*--------------------------------------------------------------
# Modal Cicilan
--------------------------------------------------------------*/
.modalCicilan .modal-body {
    padding: 15px 25px;
}

.modalCicilan .modal-body h3 {
    text-transform: uppercase;
    color: #0a3542;
}

.modalCicilan .modal-body .harga {
    margin-top: 20px;
}

.modalCicilan .modal-body .drop-select {
    margin-top: 10px;
}

.modalCicilan .modal-body .detail-cicil {
    margin-top: 20px;
    background: #fff3e0;
    padding: 15px;
}

.modalCicilan .modal-body .detail-cicil h3 {
    text-transform: none;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}

.modalCicilan .modal-body .detail-cicil .list-ul {
    margin-top: 10px;
}

.detail-cicil .list-ul .pokok i {
    color: #0a3542;
    margin-right: 5px;
}

.detail-cicil .list-ul .bunga i {
    color: #dd9258;
    margin-right: 5px;
}

/*--------------- Tablet / Ipad View -----------------*/
@media only screen and (min-device-width: 501px) and (max-device-width: 992px) {
    .modalCicilan {
        height: 95%;
    }

    .modalCicilan .modal-header {
        padding: 10px 15px;
    }

    .modalCicilan .modal-body h3 {
        font-size: 24px;
    }

    .modalCicilan .modal-body p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .modalCicilan .modal-body .drop-select label {
        font-size: 12px;
    }

    .modalCicilan .modal-body .drop-select .form-select {
        width: 60%;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .modalCicilan .modal-body .detail-cicil {
        margin-top: 10px;
    }

    .modalCicilan .modal-body .detail-cicil .list-ul {
        font-size: 12px;
    }
}

/*--------------- Mobile View -----------------*/
@media only screen and (max-width: 500px) {
    .modalCicilan {
        /* height: 85%; */
        top: 3%;
    }

    .modalCicilan .modal-header {
        padding: 10px;
    }

    .modalCicilan .modal-body h3 {
        font-size: 22px;
    }

    .modalCicilan .modal-body p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .modalCicilan .modal-body .drop-select label {
        font-size: 12px;
    }

    .modalCicilan .modal-body .drop-select .form-select {
        /* width: 60%; */
        margin-bottom: 10px;
        font-size: 12px;
    }

    .modalCicilan .modal-body .detail-cicil {
        margin-top: 10px;
    }

    .modalCicilan .modal-body .detail-cicil .list-ul {
        font-size: 12px;
    }
}

/* =======    Page Cookies   ======= */

/*--------------------------------------------------------------
# Cookies Section
--------------------------------------------------------------*/
.cookie-section {
    margin-top: 80px;
    padding-top: 30px;
}

.cookie-section .nav-breadcr li a {
    color: rgba(0, 0, 0, 0.38);
    text-decoration: none;
}

.cookie-section .nav-breadcr li.active {
    color: #dd9258;
}

.cookie-section .body-cookie {
    margin-top: 30px;
}

.cookie-section .body-cookie h2 {
    font-size: 32px;
    margin-bottom: 50px;
}

.cookie-section .body-cookie .card {
    margin-top: 20px;
}

.cookie-section .body-cookie .card-body h5 {
    font-weight: 600;
    margin-bottom: 30px;
}

.cookie-section .body-cookie .card-body p {
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
}

.cookie-section .body-cookie .pixels .btn {
    color: #dd9258;
    padding-left: 0;
}

.cookie-section .body-cookie .advertise .btn {
    background: #e0e0e0;
    color: rgba(0, 0, 0, 0.38);
    text-transform: uppercase;
}

.cookie-section .body-cookie .individual {
    margin-bottom: 80px;
}

/*--------------- Tablet / Ipad View -----------------*/
@media only screen and (min-device-width: 501px) and (max-device-width: 992px) {
    .cookie-section {
        padding-top: 0;
    }

    .cookie-section .nav-breadcr {
        font-size: 12px;
    }

    .cookie-section .body-cookie {
        margin-top: 20px;
    }

    .cookie-section .body-cookie h2 {
        font-size: 24px;
    }

    .cookie-section .body-cookie .card-body h5 {
        font-size: 17px;
    }

    .cookie-section .body-cookie .card-body p {
        font-size: 14px;
    }

    .cookie-section .body-cookie .pixels .btn {
        font-size: 14px;
    }

    .cookie-section .body-cookie .advertise .btn {
        font-size: 14px;
    }

    .cookie-section .body-cookie .individual {
        margin-bottom: 50px;
    }
}

/*--------------- Mobile View -----------------*/
@media only screen and (max-width: 500px) {
    .cookie-section {
        margin-top: 40px;
    }

    .cookie-section .nav-breadcr {
        font-size: 12px;
    }

    .cookie-section .body-cookie h2 {
        font-size: 22px;
    }

    .cookie-section .body-cookie .card-body h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .cookie-section .body-cookie .card-body p {
        font-size: 13px;
    }

    .cookie-section .body-cookie .pixels .btn {
        font-size: 13px;
    }

    .cookie-section .body-cookie .advertise .btn {
        font-size: 13px;
    }

    .cookie-section .body-cookie .individual {
        margin-bottom: 50px;
    }
}

/* =======    Page FAQs   ======= */
/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/
.faq-section {
    margin-top: 80px;
    padding-top: 30px;
}

.faq-section .nav-breadcr li a {
    color: rgba(0, 0, 0, 0.38);
    text-decoration: none;
}

.faq-section .nav-breadcr li.active {
    color: #dd9258;
}

.faq-section .body-faq {
    margin: 50px 0 100px 0;
}

.faq-section .body-faq h2 {
    font-size: 32px;
    margin-bottom: 50px;
    font-weight: 700;
}

.faq-section .body-faq .accordion-item {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    border: none;
}

.faq-section .body-faq .accordion-item .accordion-button {
    font-size: 18px;
}

.faq-section .body-faq .accordion-button:focus {
    border-color: transparent;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
}

.faq-section .body-faq .accordion-body {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

/*--------------- Tablet / Ipad View -----------------*/
@media only screen and (min-device-width: 501px) and (max-device-width: 992px) {
    .faq-section {
        padding-top: 0;
    }

    .faq-section .nav-breadcr {
        font-size: 12px;
    }

    .faq-section .body-faq {
        margin: 30px 0 70px;
    }

    .faq-section .body-faq h2 {
        font-size: 24px;
    }
}

/*--------------- Mobile View -----------------*/
@media only screen and (max-width: 500px) {
    .faq-section {
        margin-top: 40px;
    }

    .faq-section .nav-breadcr {
        font-size: 12px;
    }

    .faq-section .body-faq {
        margin: 30px 0 50px;
    }

    .faq-section .body-faq h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .faq-section .body-faq .accordion-item .accordion-button {
        font-size: 16px;
        padding: 10px;
    }

    .faq-section .body-faq .accordion-body {
        font-size: 12px;
    }
}

/* =======    Page About    ======= */
/*--------------------------------------------------------------
# aboutUs-section
--------------------------------------------------------------*/
.aboutUs-section {
    margin-top: 80px;
    padding-top: 30px;
}

.aboutUs-section .nav-breadcr li a {
    color: rgba(0, 0, 0, 0.38);
    text-decoration: none;
}

.aboutUs-section .nav-breadcr li.active {
    color: #dd9258;
}

.aboutUs-section h2 {
    margin-top: 50px;
}

.aboutUs-section .body-aboutUs {
    margin: 70px 0 0;
    padding: 0 50px 25px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
}

.aboutUs-section .body-aboutUs img {
    width: 30%;
    margin-bottom: 30px;
}

.aboutUs-section .body-aboutUs h4 {
    font-weight: 600;
    margin-bottom: 70px;
}

.aboutUs-section .body-aboutUs p {
    text-align: justify;
}

.aboutUs-section .form-aboutUs {
    margin: 50px 0 80px;
}

.aboutUs-section .form-aboutUs h5 {
    font-weight: 600;
    margin-bottom: 30px;
}

.aboutUs-section .form-aboutUs .contact {
    padding: 70px 30px 30px 10px;
}

.aboutUs-section .form-aboutUs .contact p {
    text-align: justify;
}

.aboutUs-section .form-aboutUs .contact-list {
    margin-top: 30px;
}

.aboutUs-section .form-aboutUs .contact-list .mail,
.aboutUs-section .form-aboutUs .contact-list .call {
    margin-bottom: 15px;
}

.aboutUs-section .form-aboutUs .contact-list i {
    color: #dd9258;
    margin-right: 10px;
    font-size: 20px;
}

.aboutUs-section .form-aboutUs .form-body {
    box-shadow: 0px 5px 5px rgb(0 0 0 / 5%);
    padding-bottom: 20px;
}

.aboutUs-section .form-aboutUs .form-body .form-control {
    font-size: 14px;
    border: 1px solid rgba(221, 146, 88, 0.5);
    border-radius: 5px;
}

.aboutUs-section .form-aboutUs .form-body .btn-kirim {
    margin: 20px 0;
}

.aboutUs-section .form-aboutUs .form-body .btn-kirim .btn {
    background: #dd9258;
    color: #eee;
    border-radius: 5px;
    padding: 12px 40px;
    text-transform: uppercase;
}

/*--------------- Tablet / Ipad View -----------------*/
@media only screen and (min-device-width: 501px) and (max-device-width: 992px) {
    .aboutUs-section {
        margin-top: 50px;
        padding-top: 20px;
    }

    .aboutUs-section .nav-breadcr {
        font-size: 12px;
    }

    .aboutUs-section h2 {
        margin-top: 20px;
        font-size: 26px;
    }

    .aboutUs-section .body-aboutUs {
        margin: 40px 0 0;
    }

    .aboutUs-section .body-aboutUs img {
        width: 50%;
    }

    .aboutUs-section .body-aboutUs h4 {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .aboutUs-section .body-aboutUs p {
        font-size: 14px;
    }

    .aboutUs-section .form-aboutUs {
        margin: 30px 0 50px;
    }

    .aboutUs-section .form-aboutUs .contact {
        padding: 50px 20px 30px 10px;
    }

    .aboutUs-section .form-aboutUs p {
        font-size: 14px;
    }

    .aboutUs-section .form-aboutUs .contact-list {
        font-size: 14px;
    }

    .aboutUs-section .form-aboutUs .contact-list i {
        font-size: 18px;
    }

    .aboutUs-section .form-aboutUs .form-body label {
        font-size: 14px;
    }

    .aboutUs-section .form-aboutUs .form-body .form-control {
        font-size: 12px;
    }

    .aboutUs-section .form-aboutUs .form-body .btn-kirim {
        margin-bottom: 10px;
    }

    .aboutUs-section .form-aboutUs .form-body .btn-kirim .btn {
        font-size: 14px;
    }
}

/*--------------- Mobile View -----------------*/
@media only screen and (max-width: 500px) {
    .aboutUs-section {
        margin-top: 50px;
        padding-top: 20px;
    }

    .aboutUs-section .nav-breadcr {
        font-size: 10px;
    }

    .aboutUs-section h2 {
        margin-top: 20px;
        font-size: 22px;
    }

    .aboutUs-section .body-aboutUs {
        margin: 30px 0 0;
        padding: 10px;
    }

    .aboutUs-section .body-aboutUs img {
        width: 60%;
        margin-bottom: 20px;
    }

    .aboutUs-section .body-aboutUs h4 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .aboutUs-section .body-aboutUs p {
        font-size: 12px;
    }

    .aboutUs-section .form-aboutUs {
        margin: 10px 10px 50px;
    }

    .aboutUs-section .form-aboutUs .contact {
        padding: 50px 20px 30px 10px;
        box-shadow: 0px 5px 5px rgb(0 0 0 / 5%);
    }

    .aboutUs-section .form-aboutUs h5 {
        font-size: 16px;
    }

    .aboutUs-section .form-aboutUs p {
        font-size: 12px;
    }

    .aboutUs-section .form-aboutUs .contact-list {
        font-size: 12px;
    }

    .aboutUs-section .form-aboutUs .contact-list i {
        font-size: 16px;
    }

    .aboutUs-section .form-aboutUs .form-body {
        box-shadow: none;
        padding-right: 0;
    }

    .aboutUs-section .form-aboutUs .form-body label {
        font-size: 14px;
    }

    .aboutUs-section .form-aboutUs .form-body .form-control {
        font-size: 12px;
    }

    .aboutUs-section .form-aboutUs .form-body .btn-kirim {
        margin-bottom: 10px;
    }

    .aboutUs-section .form-aboutUs .form-body .btn-kirim .btn {
        font-size: 14px;
    }
}

/* =======    Page Layanan   ======= */
/*--------------------------------------------------------------
# Layanan Section
--------------------------------------------------------------*/
.layanan-section {
    margin-top: 80px;
    /* padding-top: 30px; */
}

.layanan-section.home {
    margin-top: 150px;
    /* padding-top: 30px; */
}

.layanan-section .nav-breadcr li a {
    color: rgba(0, 0, 0, 0.38);
    text-decoration: none;
}

.layanan-section .nav-breadcr li.active {
    color: #dd9258;
}

.layanan-section h2 {
    margin-top: 50px;
}

.layanan-section p {
    margin-top: 30px;
}

.layanan-section .container p {
    color: rgba(0, 0, 0, 0.38);
    text-align: center !important;
}

.layanan-section .body-layanan {
    margin: 70px 0 0;
}

.layanan-section .body-layanan i {
    text-align: center;
    font-size: 40px;
    text-shadow: 2px 4px 10px #f6921e;
    margin-bottom: 20px;
}

.layanan-section .body-layanan h5 {
    font-weight: 600;
}

.layanan-section .body-layanan p {
    text-align: justify;
}

.layanan-section .body-layanan .col-4 {
    padding: 0 20px;
    margin-right: 20px;
    width: 31.5%;
    height: 30%;
}

.layanan-section .body-layanan .col-4 a {
    text-decoration: none !important;
    color: #212529;
}

.layanan-section .body-layanan .col-4:last-child {
    margin-right: 0;
}

.layanan-section .body-layanan .second {
    margin: 50px 0 100px;
}

.layanan-section h3 {
    font-size: 40px;
    font-weight: 700;
    color: #0a3542;
    margin-bottom: 15px;
}

.layanan-section .body-layanan .head-layanan {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 22px;
    color: #0a3542;
}

.hoverable {
    transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
        0.3s box-shadow,
        0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
}

.hoverable:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.layanan-section .body-layanan .second .hoverable {
    height: 350px !important;
}

.layanan-section .body-layanan .first .hoverable {
    height: 250px !important;
}

/*--------------- Tablet / Ipad View -----------------*/
@media only screen and (min-device-width: 501px) and (max-device-width: 992px) {
    .layanan-section {
        margin-top: 50px;
        padding-top: 20px;
    }

    .layanan-section .nav-breadcr {
        font-size: 12px;
    }

    .layanan-section h2 {
        margin-top: 20px;
    }

    .layanan-section p {
        font-size: 14px;
    }

    .layanan-section .body-layanan .col-4 {
        padding: 0 10px;
        margin-right: 10px;
    }

    .layanan-section .body-layanan i {
        font-size: 35px;
    }

    .layanan-section .body-layanan h5 {
        font-size: 16px;
    }

    .layanan-section .body-layanan p {
        font-size: 14px;
    }
}

/*--------------- Mobile View -----------------*/
@media only screen and (max-width: 500px) {
    .layanan-section {
        margin-top: 50px;
        padding-top: 10px;
    }

    .layanan-section .nav-breadcr {
        font-size: 10px;
    }

    .layanan-section h2 {
        margin-top: 30px;
    }

    .layanan-section p {
        font-size: 12px;
        margin-top: 20px;
    }

    .layanan-section .body-layanan {
        margin: 50px 0 0;
    }

    .layanan-section .body-layanan .first {
        display: flex !important;
        flex-direction: column !important;
        width: 80% !important;
        margin-left: 30px !important;
        margin-right: 360px !important;
    }

    .layanan-section .body-layanan .first .col-4 {
        width: 100%;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .layanan-section .body-layanan .second {
        display: flex !important;
        flex-direction: column !important;
        width: 80% !important;
        margin-top: 0px !important;
        margin-left: 30px !important;
        margin-right: 360px !important;
    }

    .layanan-section .body-layanan .second .col-4 {
        width: 100%;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .layanan-section .body-layanan .col-4 {
        padding: 0 10px;
        margin-right: 10px;
    }

    .layanan-section .body-layanan i {
        font-size: 30px;
    }

    .layanan-section .body-layanan h5 {
        font-size: 14px;
    }

    .layanan-section .body-layanan p {
        font-size: 12px;
    }

    .layanan-section .body-layanan .second {
        margin: 30px 0;
    }

    .layanan-section h3 {
        font-size: 30px;
        font-weight: 600;
    }
    .layanan-section .body-layanan .head-layanan {
        font-size: 16px;
    }
    .layanan-section .body-layanan .second .hoverable {
        height: auto !important;
    }

    .layanan-section .body-layanan .first .hoverable {
        height: auto !important;
    }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #dd9258;
    border-top-color: #d1e6f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #dd9258;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #dd9258;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------- Mobile View -----------------*/
@media only screen and (max-width: 500px) {
    .back-to-top {
        display: none !important;
    }
}

/* 1024x600 or 1024x800 */
@media only screen and (min-device-height: 600px) and (max-device-width: 1024px) {
    .header-filter {
        margin-top: 10px;
    }

    .layanan-section .body-layanan .second .hoverable {
        height: auto !important;
    }

    .layanan-section .body-layanan .first .hoverable {
        height: auto !important;
    }
    .col-search {
        margin-top: 40px !important;
    }
}
/* end 1024x600 */
