.fl-contact-form textarea, .fl-contact-form input[type="text"], .fl-contact-form input[type="tel"], .fl-contact-form input[type="email"] {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	color: #373737;
	border-radius: 3px;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {padding-top: 0 !important;}
.harga-note {font-size: 12px;}
.cicilan .start-from {
    font-size: 12px;
    color: #BDBDBD;
    border: 1px solid #BDBDBD;
    padding: 5px;
}
.judul-tipe {
    padding: 0 0 10px 20px;
    height: 60px;
    overflow: hidden;
}
.judul-tipe:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 20px;
    background-color: #2B388F;
    top: 0;
    left: 0;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.gambar-tipe {overflow: hidden;}
.spek-content {background-color: #F5F5FA;}
.tipe-carousel .card:hover .gambar-tipe img {transform: scale(1.1);}
.gambar-tipe img {
    height: 200px;
    object-fit: contain;
    transform: scale(1);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
/* .pilihan .nav-image {
    width: auto !important;
    margin: 0 10px;
} */
.bg-theme {
    color: #fff;
    background-color: var(--primary);
}
#spekTab .nav-link {
    color: #fff;
    border-radius: 0;
    border: none;
    background-color: transparent;
}
.sticky-menuku {
    position: sticky;
    top: 110px;
    z-index: 99;
}
.fitur-tinggi {
    max-height: 200px;
    overflow-y: scroll;
}


@media only screen and (max-width: 768px) {
    html, body {overflow-x: hidden;}
    .fixed-menuku {
        position: fixed;
        top: 0;
        z-index: 99;
    }
}