.form-control {
    appearance: auto !important;
}

/* .select-wrapper {
    position: relative;
}

.select-wrapper::after {
    content: "⌄";
    font-size: 1.8rem;
    top: -5px;
    right: 10px;
    position: absolute;
    z-index: 999999;
    color: #6c757d;
} */

select:invalid {
    color: #6c757d !important;
}

#home {
    font-family: "Avenir";
    overflow: hidden;
}

#home .banner {
    height: 880px;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    margin-top: -1px;
}

#home .banner-promo {
    margin-top: 900px;
}

#home .packet {
    background: url("/images/banners/banner-home-packet.png") no-repeat;
    height: 740px;
    width: 100%;
    /* margin-top: 990px; */
    margin-top: 30px;
    background-size: cover;
}

#home .contact {
    position: relative;
}

#home .contact .background {
    background: url("/images/banners/banner-home-contact.svg");
    height: 770px;
    width: 100%;
    position: absolute;
    background-size: cover;
    bottom: 0;
    z-index: -1;
}

#home .contact .icon {
    position: absolute;
    bottom: 0;
}

#home .contact .container {
    display: flex;
    justify-content: space-between;
}

#home .contact .container .form {
    padding-top: 55px;
    width: 43%;
    color: white;
    position: absolute;
    right: 10%;
}

#home .contact--title {
    text-transform: uppercase;
    letter-spacing: 3px;
}

#home .contact {
    margin-top: 0 !important;
    height: 770px;
}

#home .contact .container .form .btn-send {
    font-size: 14px;
    color: #015f7b;
    padding: 7.5px 40px;
    float: right;
    margin-top: 10px;
    background: linear-gradient(119deg, #ff8e00 0%, #ff7800 100%);
    color: white;
    width: 100%;
}

#home .contact--form {
    background: white;
    padding: 42px 20px 30px 20px;
    border-radius: 12px;
    position: relative;
}

#home .contact--form__border-top {
    background: linear-gradient(119deg, #ff8e00 0%, #ff7800 100%);
    height: 12px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.contact .icon img:last-child {
    display: none;
}

.contact .icon img:first-child {
    display: inline;
}

#home .mitra {
    padding: 50px 0;
    background: #f2f4f5;
}

#home .mitra .content--title {
    width: 30%;
    margin: 0;
    padding: 0;
}

#home .mitra .content--title p {
    margin: 0;
}

#home .mitra .content--title .content--title--sub {
    text-transform: uppercase;
    letter-spacing: 3px;
}

#home .mitra .content--items {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#home .mitra .content--items img {
    margin-left: 15px;
}

#home .plan .show-more {
    position: absolute;
    bottom: 0;
    background: #ec592d;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

/* Start Style Paket */
.packet-steps {
    position: relative;
    margin-top: 30px;
}

.packet-steps-contents {
    display: flex;
    width: 99999999px;
    height: 490px;
}

.packet-steps-content {
    display: flex;
    justify-content: center;
    position: relative;
    width: 1366px;
}

.packet-steps-content__story,
.packet-steps-content__buy {
    background: white;
    width: 340px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    position: absolute;
    left: 10%;
}

.packet-steps-content__buy--content__button:hover {
    color: white;
}

.packet-steps-content__buy {
    width: 305px;
}

.packet-steps-content__buy {
    left: auto;
    right: 10%;
}

.packet-steps-content__story--border-top,
.packet-steps-content__buy--border-top {
    height: 11px;
    width: 100%;
    background: linear-gradient(119deg, #ff8e00 0%, #ff7800 100%) !important;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    position: absolute;
}

.packet-steps-content__story hr,
.packet-steps-content__buy hr {
    margin: 0;
}

.packet-steps-content__story--title {
    display: flex;
    justify-content: space-between;
}

.packet-steps-content__story--title__icon {
    background: #fff7f5;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.packet-steps-content__story--title__text {
    width: 78%;
}

.packet-steps-content__story--title,
.packet-steps-content__story--content,
.packet-steps-content__buy--title,
.packet-steps-content__buy--content {
    padding: 20px;
}

.packet-steps-content__story--title,
.packet-steps-content__buy--title {
    padding-top: 20px;
    padding-bottom: 10px;
}

.packet-steps-content__story--content,
.packet-steps-content__buy--content {
    padding-top: 15px;
}

.packet-steps-content__buy--content__button {
    background: linear-gradient(119deg, #ff8e00 0%, #ff7800 100%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 250px;
    padding: 10px 20px;
    margin-top: 0px;
    color: white;
}

.packet-steps-content__buy--content__button p {
    margin-right: 15px;
}

.packet-steps-content__buy--content__button img {
    width: 20px;
}

.packet-steps-control {
    margin-top: -50px;
}

.packet-steps-icons {
    width: 610px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    z-index: 9;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}

.packet-steps-icon {
    border: 1px solid #f15922;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}

.packet-steps-icon img {
    transform: scale(0.7);
}

.packet-steps-icon-active {
    background: #f15922;
    height: 66px;
    width: 66px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.packet-steps-icon-active img {
    transform: scale(1);
}

.packet-steps-icon__text {
    position: absolute;
    top: 75px;
    white-space: nowrap;
}

.packet-steps-line {
    width: 610px;
    margin: 0 auto;
    position: relative;
}

.packet-steps-line__nonactive {
    width: 100%;
    height: 6px;
    background: white;
    height: 6px;
    border: 1px solid #f15922;
}

.packet-steps-line__active {
    width: 23%;
    height: 10px;
    background: #f15922;
    border-radius: 30px;
    position: absolute;
    top: -2px;
    transition: all ease 0.2s;
}

/* Finish Style Paket */

/* Planner */
#home .plan {
    position: relative;
}

.plan--background {
    background: linear-gradient(45deg, #067f9b, #026279);
    height: 420px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -9;
}

.plan--content {
    padding-top: 50px;
}

#home .plan .content--tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
    margin-top: 35px;
    background: white;
    color: #4b5563;
    width: 640px;
    margin: 0 auto;
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 10px;
}

#home .plan .card-packet-planner {
    height: 350px;
}

#home .plan .content--tabs .content--tab {
    margin: 0 25px;
    cursor: pointer;
}

.content--tab--active {
    background: linear-gradient(180deg, #f7941d 0%, #f15922 100%) !important;
    color: white !important;
    padding: 10px 30px;
    border-radius: 8px;
    margin: 0 !important;
}

.content--tab--active p {
    color: white !important;
}

#home .plan .packet-item {
    display: inline-block;
}

#home .plan .content--tabs .content--tab p {
    margin-bottom: 10px;
}

#home .plan .content--tabs .content--tab hr {
    height: 3px;
    background: #ef5a25;
    border: none;
    width: 80%;
    margin: 0 auto;
    opacity: 1;
}

#home .plan .hover-show {
    padding: 20px;
    display: none;
    opacity: 0;
    /* position: absolute; */
    height: 256px;
}

#home .plan .content-show-mobile {
    width: 100.8%;
    position: absolute;
    background: #ec5a2c;
    left: -1px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 20px;
}

#home .plan .hover-show p,
#home .plan .content-show-mobile p {
    text-align: left;
    font-size: 20px;
}

#home .plan .hover-show ul,
#home .plan .content-show-mobile ul {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

#home .plan .hover-show ul li,
#home .plan .content-show-mobile ul li {
    list-style: none;
    text-align: left;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

#home .plan .hover-show ul li p,
#home .plan .content-show-mobile ul li p {
    width: 88%;
    font-size: 14px;
}

#home .plan .hover-show ul li img,
#home .plan .content-show-mobile ul li img {
    width: 20px;
}

#home .plan .content-show-mobile .btn-card {
    margin: 0 auto;
    margin-top: 30px;
}

#home .card-reflect {
    -webkit-box-reflect: below 12px -webkit-linear-gradient(bottom, rgba(
                    255,
                    255,
                    255,
                    0.3
                )
                0%, transparent 17%, transparent 100%);
}

#home .content--text {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

#home .content--text .card {
    background: white;
    border-radius: 16px;
    color: #026279 !important;
    display: flex;
    text-align: center;
    width: 222px;
    height: 295px;
    margin-top: 25px;
    margin: 0 25px;
    margin-top: 10px;
    margin-bottom: 20;
}

#home .content--text .card-packet {
    height: auto;
    width: 455px;
    position: relative;
    background: #f5f5f5;
    transition: all ease 0.2s;
}

#home .content--text .card-packet:hover {
    box-shadow: 1px 1px 15px #f15922;
}

#home .content--text .card-packet--disable {
    opacity: 0.5;
    cursor: disabled;
}

.card-packet--border-top {
    background: linear-gradient(119deg, #ff8e00 0%, #ff7800 100%);
    height: 12px;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card-packet--badge {
    background: #f15922;
    color: white;
    padding: 5px 20px;
    border-radius: 30px;
    position: absolute;
    top: 5px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

#home .content--text .card img {
    margin-bottom: 30px;
}

#home .content--text .card .btn-card {
    color: #006884;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 225px;
    border-radius: 10px;
    font-family: "Avenir LT Std", sans-serif;
    background: linear-gradient(119deg, #ff8e00 0%, #ff7800 100%) !important;
    color: white !important;
    padding: 5px 30px;
    border-radius: 4px;
    margin: 30px auto 0px auto !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

#home .content--text .card .btn-card img {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-left: 20px;
}

#home .content--text .card-packet img {
    margin-bottom: 0px !important;
}

#home .content--text .card-packet p {
    margin: 0;
    padding: 0;
}

#home .content--text .card-packet .big-size {
    font-size: 18px;
}

.card-packet--items {
    background: #f5f5f5;
    padding: 20px;
    margin-top: 310px;
    margin-bottom: 60px;
}

.card-packet--content {
    padding: 0px 20px 10px 20px;
    background: white;
    padding-top: 40px;
    height: 300px;
    top: 0;
    position: absolute;
    width: 100%;
    top: 11px;
}

.card-packet--content__premi {
    text-align: center;
    /* border-left: 3px solid #f7941d; */
    padding-left: 15px;
    margin-top: 10px;
}

.card-packet--items ul {
    margin: 0;
    padding: 0;
}

.card-packet--items li {
    list-style: none;
    display: flex;
    margin-bottom: 10px;
}

.card-packet--items li:last-child {
    margin-bottom: 0;
}

.card-packet--items li img {
    margin-right: 15px;
    width: 22px;
}

.card-packet--items li p {
    width: 80%;
    text-align: left;
}

/* Panduan */
#home .panduan {
    margin-top: 175px;
    position: relative;
}

#home .panduan .btn-download-panduan {
    background: #006884;
    border-radius: 16px;
    color: white;
    border: none;
    padding: 10px 30px;
    font-size: 20px;
    display: flex;
    margin: 0 auto;
    margin-top: 25px;
}

#home .panduan .btn-download-panduan img {
    margin-right: 20px;
}

.panduan .arrows {
    position: relative;
}

.panduan .arrows .arrow {
    position: absolute;
    top: 225px;
    cursor: pointer;
}

.panduan .arrows .arrow-left {
    left: 30px;
}

.panduan .arrows .arrow-right {
    right: 30px;
}

/* Slider Panduan */
#home .slider--panduan {
    width: 100%;
    overflow: hidden;
}

#home .slider--panduan .slider--scroll {
    width: 99999999px;
    margin-left: -100px;
}

#home .slider--panduan .slider--scroll .slider--item {
    width: 465px;
    margin: 0 10px;
    display: inline-block;
    height: 250px;
    /* transition: all ease-in-out 0.5s; */
}

#home .slider--panduan .slider--scroll .slider--item__active {
    width: 644px !important;
    height: 300px !important;
    /* transition: all ease-in-out 0.5s; */
}

#home .slider--panduan .slider--scroll .slider--item iframe {
    border-radius: 20px;
}

#home .slider--panduan .slider--scroll .slider--item:first-child {
    margin-left: 0;
}

#home .slider--panduan .slider--scroll .slider--item iframe {
    width: 100%;
    height: 100%;
}

/* Banner */
.banner .banner-container {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.banner .banner-scroll {
    width: 999999px;
    display: flex;
}

.banner .banner-content {
    display: inline-block;
    width: 800px;
    padding: 80px 0px;
}

.banner--background-shape {
    position: absolute;
    top: 80px;
}

.banner .banner-content .banner-item {
    position: relative;
}

.banner .banner-content .banner-image {
    margin-top: 75px;
    margin-left: 125px;
}
.banner .banner-content .banner-image img{
    max-width: 350px;
}

.banner .banner-content .banner-text .title {
    font-size: 35px;
}

.banner .banner-text {
    color: white;
    position: absolute;
    right: 6%;
    width: 46%;
    top: 25%;
}

.banner .nonmicro {
    right: 5%;
    width: 49%;
}

.banner-slide-point {
    position: absolute;
    left: 50%;
    top: 75%;
    display: flex;
    align-items: center;
}

.banner-slide-piont__line {
    position: relative;
    margin: 0 20px;
}

.banner-slide-piont__line--available {
    width: 260px;
    height: 3px;
    background: #f7941d;
}

.banner-slide-piont__line--active {
    height: 6px;
    width: 25%;
    background: #ff6727;
    position: absolute;
    top: -2px;
    transition: all ease 0.2s;
}

.banner-slide-point p {
    font-size: 18px;
    color: #f15922;
    letter-spacing: 5px;
    margin: 0;
}

.banner .banner-item {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.banner .banner-text .category {
    background: #006884;
    font-size: 65px !important;
    padding: 10px 20px;
    border-radius: 16px;
    text-align: center;
}

.banner .banner-text p {
    letter-spacing: 0;
    line-height: 1.2;
}

.banner .banner-text b,  
.banner .banner-text strong{
    font-size: 47px;
    color: #f15922;
    font-weight: normal;
    font-family: "Avenir Black";
}
.banner .nonmicro b {
    font-size: 28px;
}

.banner .banner-text .btn-show-more {
    background: linear-gradient(90deg, #f7941d 0%, #f15922 100%) !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    width: 250px;
    padding: 10px 20px;
    margin-top: 40px;
    box-shadow: 3.41px 3.66px 18px rgba(192, 62, 7, 0.26);
}

.banner .banner-text .btn-show-more p {
    margin: 0;
    padding: 0;
    color: white;
    font-family: "Avenir Black";
}

.banner .arrows {
    position: relative;
    z-index: 9;
}

.banner .arrows .arrow {
    position: absolute;
    top: 350px;
    cursor: pointer;
}

.banner .arrows .arrow-left {
    left: 30px;
}

.banner .arrows .arrow-right {
    right: 30px;
}

.banner .bullets {
    position: absolute;
    bottom: 110px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.banner .bullets .bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: white;
    margin: 0 5px;
}

.banner .bullets .bullet-active {
    width: 20px;
    border-radius: 10px;
}

/* Plan Packet */
.packet-container {
    width: 100%;
}

.packet-container .packet-scroll {
    width: 99999999px;
    display: flex;
}

.packet-subtitle {
    font-family: "Avenir Black";
}

/* Testimonial */
.testimonial {
    position: relative;
    margin-top: 150px;
    margin-bottom: 150px;
}

.testimonial .arrows {
    position: absolute;
    width: 100%;
    top: 410px;
    padding: 0 25px;
}

.testimonial .arrow {
    display: inline-block;
    cursor: pointer;
}

.testimonial .arrow-right {
    float: right;
}

.testimonial--container {
    width: 100%;
    margin-top: 80px;
}

.testimonial--scroll {
    width: 9999999px;
}

.testimonial--content {
    width: 1444px;
    display: inline-block;
}

.testimonial--item {
    width: 80%;
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.testimonial--item__text {
    width: 60%;
    padding-top: 50px;
}

.testimonial .icon-quote {
    position: absolute;
    left: 5%;
}

.testimonial--item__text hr {
    background: #006884;
    width: 50px;
    height: 3px;
    border: none;
    display: inline-block;
}

.testimonial--item__image--lists {
    display: flex;
    margin-top: 15px;
}

.testimonial--item__image--list {
    width: 23%;
    height: 75px;
}

.testimonial--item__image--list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.testimonial--item__image--list__notactive {
    opacity: 0.5;
}

.testimonial--item__image {
    position: relative;
}

.testimonial--item__image--background {
    background: linear-gradient(119deg, #ff8e00 0%, #ff7800 100%);
    width: 100%;
    height: 333px;
    border-radius: 12px;
    position: absolute;
    z-index: -9;
    top: -20px;
    left: -20px;
}

.testimonial--item__image--active img {
    width: 326px;
    height: 326px;
    border-radius: 12px;
}

.testimonial--item__text--button {
    font-size: 14px;
    color: #015f7b;
    padding: 7.5px 10px;
    margin-top: 10px;
    background: linear-gradient(119deg, #ff8e00 0%, #ff7800 100%);
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 160px;
    border-radius: 4px;
    justify-content: center;
}

.testimonial--item__text--button img {
    width: 15px;
    margin-left: 10px;
}

.testimonial--item__image--lists {
    display: flex;
    margin-top: 15px;
    position: absolute;
    right: 9%;
    width: 300px;
}

/* Start Benefit Section */

#home .keunggulan {
    background: url("/images/banners/banners-benefit.png");
    padding: 150px 0;
    background-size: cover;
}

#home .keunggulan .content--text {
    margin-top: 40px !important;
}

.keunggulan .card {
    background: #067f9b !important;
    width: 320px !important;
    text-align: left !important;
    height: auto !important;
    padding: 50px 20px 20px 20px;
    border-radius: 11px;
    padding-bottom: 75px;
    margin-bottom: 30px !important;
}

.keunggulan .card p {
    color: white !important;
}

.keunggulan .card ul {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 17.5px;
}

.keunggulan .card ul li {
    display: flex;
    justify-content: space-between;
}

.keunggulan .card ul li p {
    width: 95%;
    margin: 0;
}

.keunggulan .card ul li::before {
    content: "\2022";
    color: white;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.keunggulan .card .image--card img {
    width: 60px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
}

.keunggulan .card .benefit-button {
    background: transparent !important;
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    position: absolute;
    bottom: 20px;
    width: 88%;
}

.keunggulan .card .benefit-button img {
    margin: 0 !important;
    width: 20px;
    margin-left: 10px !important;
}

.packet-steps-content__people {
    width: 717px;
    height: 414px;
    text-align: center;
}

.packet-steps-content__people img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}


/* banner popup promo */
.floating-banner, .floating-banner-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /* background-color: #f8f9fa; */
    background: transparent;
    padding: 0;
    text-align: center;
    /* box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1); */
    z-index: 9999; /* Mengatur z-index untuk memastikan banner tampil di atas elemen lain */
}
.floating-banner-mobile {
    display: none;
}
.floating-banner img {
    width: 1060px;
    max-height:147px;
    z-index: 1;
}
.floating-banner-mobile img {
    width: 100%;
    height: 137px;
    z-index: 1;
}
.floating-banner .close-button,
.floating-banner-mobile .close-button
{
    position: absolute;
    cursor: pointer;
    /* right: 10px; */
}
.floating-banner-mobile .close-button {
    right: 10px;
}

/* Close Benefit Section */

/* If greater than 1444px */
@media screen and (min-width: 1444px) {
    /* #home {
        width: 1366px;
        margin: 0 auto;
    } */
    .testimonial {
        left: 50%;
        transform: translate(-50%, 0);
    }
    .navigation--desktop, .packet-steps {
        margin: 0 auto;
    }

    /* #navigation, */
    /* .banner, */
    /* .packet-steps-content, */
    /* .plan .packet-item, */
    /* .testimonial--content  */
    .navigation--desktop,
    .banner, 
    .packet .packet-steps,
    .packet .packet-steps .packet-steps-content,
    .testimonial,
    .testimonial--content,
    .wrapper-mitra, #footer .container-fluid,
    .contact .container {
        width: 1366px !important;
    }

    .contact--form {
        max-width: 670px;
    }

    .wrapper-mitra {
        padding: 0 55px;
    }
    .navigation--slide {
        display: none;
    }
}

/* Tablet */
@media screen and (max-width: 1200px) {
    #home .contact {
        height: 900px;
    }

    #home .contact .container .form {
        padding-top: 0;
    }

    .contact .icon img:last-child {
        width: 330px;
    }

    .keunggulan .card {
        width: 35% !important;
        margin-bottom: 40px !important;
    }

    .banner--background-shape {
        height: 700px;
        /* width: 100%; */
        border-bottom-right-radius: 300px;
    }

    .banner--background-shape img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-bottom-right-radius: 200px;
    }

    .banner .banner-content .banner-image {
        margin-left: 20%;
    }

    .banner-promo {
        margin-top: 950px !important;
    }
    .packet {
        /* margin-top: 950px !important; */
        margin-top: 50px !important;
    }

    .banner .banner-container {
        height: 1450px;
    }

    .banner .banner-text {
        right: 1%;
    }

    .banner-text .font-size-44 {
        font-size: 38px;
    }

    .banner-text b {
        font-size: 34px !important;
    }

    .banner-slide-point {
        top: 37.5%;
        left: 54%;
        /* -webkit-transform: translateX(-50%);
        transform: translateX(-50%); */
    }

    /* Packet */
    #home .packet {
        height: 1200px;
    }

    /* Step */
    .packet-steps-content__story,
    .packet-steps-content__buy {
        top: 380px;
    }

    .packet-steps-content__story {
        left: 22%;
    }

    .packet-steps-content__buy {
        right: 22%;
    }

    .packet-steps-control {
        margin-top: 350px;
    }

    .card-packet {
        margin: 0px 10px !important;
        margin-top: 20px !important;
    }

    #home .keunggulan {
        padding-bottom: 30px;
        padding-top: 100px;
    }

    /* Contact */
    .contact .col-lg-6 {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact .no-margin {
        margin: 0 !important;
    }

    .contact textarea {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .contact {
        height: 960px;
    }

    .contact .background {
        height: 100% !important;
    }

    .contact .icon img:first-child {
        display: none;
    }

    .contact .icon img:last-child {
        display: inline;
    }

    .contact .container .form {
        width: 40%;
        right: 10%;
        top: 100px;
    }

    #home .contact {
        margin-top: 0 !important;
    }

    .contact .icon {
        left: -50px;
    }

    .contact .icon img:last-child {
        width: 800px;
    }

    /* Mitra */
    #home .wrapper-mitra {
        padding: 50px 10%;
        background: #f2f4f5;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #home .mitra .content--items {
        display: flex;
        align-items: center;
        margin: 0 auto;
        justify-content: center;
        margin-top: 15px;
    }

    .mitra .content--item {
        margin: 0 20px;
    }

    .mitra .content--title {
        width: 100% !important;
    }

    /* Testimonial */
    .testimonial {
        margin-top: 100px;
    }

    .testimonial--item__text {
        width: 50%;
    }

    .icon-quote {
        left: 9% !important;
    }

    .icon-quote img {
        width: 75px;
    }

    .testimonial--container {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1150px) {
    .packet-steps-content__story {
        left: 21%;
    }

    .packet-steps-content__buy {
        right: 21%;
    }
}

@media screen and (min-width: 1075px) and (max-width: 1125px) {
    .packet-steps-content__story {
        left: calc((100vw / 2) - 31%);
    }

    .packet-steps-content__buy {
        right: calc((100vw / 2) - 31%);
    }
}

@media screen and (max-width: 1025px) {
    .packet-steps-content__story {
        left: 17%;
    }

    .packet-steps-content__buy {
        right: 17%;
    }

    .banner--background-shape {
        height: 560px;
    }

    .banner .banner-content .banner-image {
        margin-left: 15%;
    }

    .banner-image img {
        width: 300px;
    }

    .banner .banner-text {
        right: 6%;
    }

    .banner-slide-point {
        top: 36.5%;
        left: 49%;
    }

    .banner-promo {
        margin-top:  925px !important;
    }
    .packet {
        /* margin-top: 800px !important; */
    }
}

/* Tablet iPad */
@media screen and (max-width: 768px) {
    .banner .btn-show-more {
        margin: 40px auto;
    }

    .banner--background-shape {
        width: 100%;
        height: 700px;
    }

    .banner .banner-content .banner-image {
        margin: 75px auto 0px auto;
    }

    .banner .banner-text {
        color: white;
        position: absolute;
        width: 45%;
        top: 104%;
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .banner-slide-point {
        top: 80%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    /* Contact */
    #home .contact .container .form {
        width: 49% !important;
        top: 70px;
    }

    #home .contact {
        height: 750px;
    }

    .contact .icon img:last-child {
        width: 250px;
    }

    .contact .form-control {
        font-size: 12px;
    }

    .contact .content--title p,
    .contact p {
        font-size: 23px !important;
    }

    /* Mitra */
    .mitra .content--item {
        margin-top: 25px;
    }

    .mitra .content--item img {
        margin: 0;
    }

    #home .mitra .content--title p,
    #home .testimonial .content--title p,
    #home .keunggulan .content--title p,
    #home .packet .content--title p,
    #home .plan .content--title p {
        font-size: 50px !important;
    }

    #home .mitra .content--title .content--title--sub,
    #home .testimonial .content--title .content--title--sub,
    #home .keunggulan .content--title .content--title--sub,
    #home .packet .content--title .content--title--sub,
    #home .plan .content--title .content--title--sub {
        font-size: 20px !important;
    }

    /* Product */
    .card-packet--badge {
        width: 240px;
    }

    .plan .font-size-30 {
        font-size: 28px;
    }

    .card-packet--content .justify-content-space-between {
        flex-flow: wrap;
    }

    .card-packet--content {
        height: 370px;
    }

    .card-packet--items {
        margin-top: 380px;
    }

    /* Banner */

    .banner .arrows .arrow {
        top: 350px !important;
    }

    .banner-text {
        width: 75% !important;
    }

    /* Packet */
    .banner-promo {
        margin-top: 1350px !important;
    }
    .packet {
        margin-top: 50px !important;
    }

    .packet-steps-content__story,
    .packet-steps-content__buy {
        width: 290px !important;
    }

    .packet-steps-content__story {
        left: 8%;
    }

    .packet-steps-content__buy {
        right: 8%;
    }

    /* Benefit */
    .keunggulan .card {
        width: 40% !important;
        margin-bottom: 40px !important;
    }

    #home .keunggulan {
        padding-top: 30px;
    }

    /* Testimonial */
    .testimonial--item__image--active img {
        width: 326px !important;
        height: 326px !important;
        border-radius: 12px;
    }

    .testimonial--item__image--background {
        width: 333px;
    }

    .testimonial--item__image {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 50px;
    }

    .testimonial--item__image--lists {
        right: 0px !important;
        top: 480px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        justify-content: center !important;
    }

    .testimonial--item__image--list {
        margin: 0px 10px;
    }

    .testimonial--item__text {
        margin-top: 450px !important;
        width: 100%;
    }

    .icon-quote {
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 57%;
    }

    .testimonial--item__text--button {
        margin: 0 auto !important;
    }

    .testimonial {
        margin-bottom: 0px;
    }

    /* Contact */
    #home .contact .icon {
        left: -130px;
    }

    .contact .icon img:last-child {
        width: 670px;
    }

    .floating-banner {
        display: none;
    }
    .floating-banner-mobile {
        display: block;
    }
    .floating-banner .close-button {
        right: 10px;
    }
}

@media screen and (max-width: 480px) {
    .banner--background-shape {
        top: 70px;
    }

    /* Contact */
    #home .contact .icon {
        position: inherit;
    }

    #home .contact .icon img {
        position: absolute;
        width: 220px !important;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    /* Finish Contact */

    .banner .banner-content .banner-image {
        width: 300px !important;
        margin-top: 7px;
        height: 570px !important;
    }

    .banner .banner-content img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .banner--background-shape {
        height: 570px;
    }

    .banner-text {
        width: 90% !important;
    }

    .banner-text .font-size-25 {
        font-size: 17px;
    }

    .banner-text .font-size-37 {
        font-size: 20px;
    }

    .banner-text .font-size-37 b {
        font-size: 24px !important;
    }

    .banner-text .font-size-37 strong {
        font-size: 24px !important;
    }

    .content--title .font-size-20 {
        font-size: 14px !important;
    }

    /* Produk */
    #home .plan .content--tabs {
        width: 350px;
    }

    #home .plan .content--tabs .content--tab {
        width: 100%;
    }

    #home .content--text .card-packet {
        width: 345px;
    }

    .card-packet--content .justify-content-space-between {
        flex-flow: wrap;
    }

    .card-packet--content {
        height: 290px;
    }

    .card-packet--items {
        margin-top: 320px;
    }

    .card-packet--content .font-size-24 {
        font-size: 19px !important;
    }

    .card-packet--content .font-size-25 {
        font-size: 20px;
    }

    .card-packet--badge {
        width: 250px;
    }

    .card-packet--items li img {
        width: 16px;
    }

    .plan--background {
        height: 600px;
    }

    .packet-steps-content__people {
        width: 300px;
    }

    .packet-steps-content__people img {
        width: 100% !important;
    }

    /* Keunggulan */
    #home .keunggulan {
        margin-top: -100px;
    }

    .keunggulan .content--text .card {
        width: 85% !important;
        margin-bottom: 50px !important;
    }

    /* Testimonial */
    .testimonial {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .testimonial--item__text {
        width: 100%;
        margin-top: 350px !important;
    }

    .testimonial--item__text .font-size-25 {
        font-size: 18px;
    }

    .testimonial--item__image--lists {
        width: 250px;
        top: 400px;
        right: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .testimonial--item__image--list {
        height: 65px;
    }

    .icon-quote {
        top: 515px;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .icon-quote img {
        width: 100px !important;
    }

    .testimonial--item__text--button {
        margin: 0 auto;
    }

    .testimonial--item__image--background {
        height: 270px;
    }

    .testimonial .arrows {
        top: 220px;
    }

    #home .mitra .content--title {
        width: 100%;
    }

    /* Mitra */
    .mitra .content--items {
        flex-flow: column;
    }

    .mitra .content--item,
    .mitra .content--item img {
        margin: 0 !important;
    }

    .mitra .content--item {
        margin-bottom: 25px !important;
    }

    /* Contact */
    #home .contact {
        margin-top: 0 !important;
        height: 880px !important;
    }

    .contact .form {
        right: 0 !important;
        width: 80% !important;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%) !important;
        margin-top: 0 !important;
        top: 0 !important;
    }

    .contact .contact--form {
        width: 80%;
        margin: 0 auto;
        position: absolute;
        top: 260px;
    }

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

    .contact .form .font-size-20 {
        font-size: 14px !important;
    }

    .contact .form .font-size-30 {
        font-size: 20px !important;
    }

    .contact .icon img {
        position: absolute;
        width: 400px !important;
        left: 62%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .contact .background {
        height: 1100px;
    }

    .home--payment .container {
        flex-flow: column;
        text-align: center;
    }

    .home--payment .logo {
        margin-bottom: 20px;
    }

    #home .mitra .content--title p,
    #home .testimonial .content--title p,
    #home .keunggulan .content--title p,
    #home .packet .content--title p,
    #home .plan .content--title p {
        font-size: 24px !important;
    }

    #home .mitra .content--title .content--title--sub,
    #home .testimonial .content--title .content--title--sub,
    #home .keunggulan .content--title .content--title--sub,
    #home .packet .content--title .content--title--sub,
    #home .plan .content--title .content--title--sub {
        font-size: 10px !important;
    }

    /* Contact */
    .contact .icon {
        position: inherit !important;
    }

    .contact {
        margin-top: 0 !important;
        height: 1100px !important;
    }

    #home .contact .container .form {
        right: 0 !important;
        width: 100% !important;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%) !important;
        margin-top: 0 !important;
        top: 30px !important;
    }

    .contact .container .contact--form {
        width: 80%;
        margin: 0 auto;
        position: absolute;
        top: 200px;
        left: 40% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%) !important;
    }

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

    .contact .form .font-size-20 {
        font-size: 14px !important;
    }

    .contact .form .font-size-30 {
        font-size: 20px !important;
    }

    .contact .icon img {
        position: absolute;
        width: 150px !important;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 120px;
    }

    .contact .background {
        height: 1100px;
    }

    /* Testimoni */
    .testimonial--item__image {
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .testimonial--item__image--active img {
        width: 206px !important;
        height: 206px !important;
        border-radius: 12px;
    }

    .testimonial--item__image--background {
        width: 200px;
        height: 200px;
        top: -10px;
        left: -10px;
    }

    .testimonial--item__image--lists {
        top: 370px;
    }

    .icon-quote {
        top: 470px !important;
    }

    .icon-quote img {
        width: 80px !important;
    }

    .testimonial--item__text {
        width: 100%;
        margin-top: 330px !important;
    }

    .floating-banner img {
        width: 100%;
        max-height:147px;
        z-index: 1;
    }
}

.font-size-37{
    font-size: 37px;
}


/* banner promo */

.flickity-viewport {
    padding: 50px 0 !important;
    height: 490px !important;
}
.carousel-cell {
    width: 20%;
    /* height: 600px; */
    margin-right: 35px;
    border-radius: 5px;
    /* counter-increment: carousel-cell; */
    opacity: .4;
}

.carousel-cell.is-selected {
    opacity: 1;
    height: 470px;
    margin-top: -30px;
}

/* cell number */
.carousel-cell:before {
    /* display: block; */
    text-align: center;
    /* content: counter(carousel-cell); */
    line-height: 200px;
    /* font-size: 80px; */
    color: white;
}
.carousel-cell .card {
    transform: scale(0.8);
    transition: transform 0.3s ease-in-out; 
}

.carousel-cell.is-selected .card {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}
.banner-promo {
    background-color: #fff;
    padding: 50px 0;
}
.banner-promo h3 {
    font-weight: 700;
    color: #006884;
    text-align: center;
}
.banner-promo .flickity-page-dots {
    display: none;
}
.banner-promo .carousel .card {
    background-color: #fff;
    border-radius: 15px;
}
.banner-promo .carousel .card-img-top {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.banner-promo .carousel .card .rounded-image {
    position: absolute;
    width: 26px;
    height: 26px;
    background: #f2f4f5;
    border-radius: 50%;
    top: 100px;
}
.banner-promo .carousel .card .rounded-image.left{ 
    left: -12px;
}
.banner-promo .carousel .card .rounded-image.right{ 
    right: -12px;
}
.banner-promo .carousel .card .card-body .section-title {
    padding: 0;
}
.banner-promo .carousel .card .card-body p.title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.1rem;
    margin: 0;
    font-weight: 700;
    line-height: 1.1;
    color: #016279;
}
.banner-promo .carousel .card .card-body .separator {
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    margin-top: 10px;
    background-color: rgba(187, 204, 236, 0.35);
}
.banner-promo .carousel .card .card-body p.periode {
    font-size: 12px;
    margin-top: 20px;
    color: rgba(112, 134, 151, 1);
}
.banner-promo .carousel .card .card-body .promo-code {
    display: flex;
    border: 1px dashed grey;
    padding: 0;
    align-items: center;
    font-size: 12px;
}
.banner-promo .carousel .card .card-body .promo-code p {
    margin: 0;
}
.banner-promo .carousel .card .card-body .promo-code  .section-text-code {
    width: 70%;
    padding: 10px;
    border-right: 1px dashed grey;
    position: relative;
}
.banner-promo .carousel .card .card-body .promo-code  .section-text-code p{
    color: rgba(112, 134, 151, 1);
}
.banner-promo .carousel .card .card-body .promo-code p.text-code { 
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    color: #000;
    letter-spacing: 1px;
}
.banner-promo .carousel .card .card-body .promo-code .section-text-code .rounded-promo {
    position: absolute;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    right: -13px;
}
.banner-promo .carousel .card .card-body .promo-code .section-text-code .rounded-promo.bottom {
    bottom: -13px;
    border-top: 1px dashed grey;
}

.banner-promo .carousel .card .card-body .promo-code .section-text-code .rounded-promo.top {
    top: -13px;
    border-bottom: 1px dashed grey;
}
.banner-promo .carousel .card .card-body .promo-code .button-code {
    width: 30%;
    display: flex;
    justify-content: center;
}
.banner-promo .carousel .card .card-body .promo-code .button-code .btn-copy {
    flex-shrink: 0;
}

.btn-selengkapnya {
    border-radius: 10px;
    background-color: #026279;
    width: 100%;
    margin-top: 15px;
    font-weight: 700;
    color: #fff;
}
.btn-selengkapnya:hover {
    color: #fff !important;
}
@media screen and (max-width: 768px) {
    .carousel-cell {
        width: 88%;
        margin-right: 35px;
        border-radius: 5px;
    }
}
@media screen and (max-width: 1025px) { 
    .carousel-cell {
        width: 66%;
        margin-right: 35px;
        border-radius: 5px;
    }

}