* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
    background-position: top center;
}

.floatwa {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background-color: #ffffff;
    width: 100%;
    z-index: 1000;
    padding: 2px;
    margin: auto;
    text-align: center;
    float: none;
    box-shadow: 0px -2px 10px #c0c0c0;
}

.tombolwa {
    border: 1px #56aa71 solid;
    background-color: #2f7e49;
    width: 90%;
    padding: 4px;
    text-align: center;
    margin: 0;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    float: none;
}
.floatwa a {
    color: white;
}

/* header style
===================================*/

.header {
    position: relative;
}

.header-inner {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 99;
    background-color: #343a40;
    position: fixed;
}

.nav-item .nav-link {
    display: block;
    line-height: 35px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    transition: 0.15s;
}

.collapse.navbar-collapse:hover ul.sub-menu {
    opacity: 1;
}

ul.sub-menu {
    position: absolute;
    list-style-type: none;
    width: 150px;
    padding-left: 20px;
    margin-left: -25px;
    padding-top: 5px;
    opacity: 0;
}

ul.sub-menu .sub-link {
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}


    /* small screen device responsive 
===================================*/

    @media only screen and (min-width:1200px) {
        .nav-item > .nav-link {
            padding: 5px 20px !important;
            display: block;
        }
    }

    @media only screen and (max-width:992px) {
        .header-inner {
            background-color: #343a40;
            width: 100% !important;
        }

        .nav-item .nav-link {
            color: #ffffff;
        }

        .navbar-toggler i {
            color: #ffffff !important;
            outline: none !important;
        }
    }

    @media only screen and (max-width:500px) {
        .header-inner {
            background-color: #343a40;
            width: 100% !important;
        }

        .nav-item .nav-link {
            color: #ffffff;
        }

        .navbar-toggler i {
            color: #ffffff !important;
            outline: none !important;
        }
    }
    /* Carousel */

    #carousel {
    margin-top: -5px !important;
}

#carousel .carousel-item.pict-1 {
    background-image: url("images/img/pict1.jpg");
}

#carousel .carousel-item.pict-2 {
    background-image: url("images/img/pict2.jpg");
}

#carousel .carousel-item.pict-3 {
    background-image: url("images/img/pict3.jpg");
}

#carousel .carousel-item.pict-4 {
    background-image: url("images/img/pict4.jpg");
}

#carousel .carousel-item.pict-5 {
    background-image: url("images/img/pict5.jpg");
}

#carousel .carousel-item.pict-6 {
    background-image: url("images/img/pict6.jpg");
}

#carousel .carousel-item {
    height: 100vh;
    width: 100%;
    background: no-repeat center center scroll;
    background-size: 100%;
}

#carousel .carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-tansform 2s ease;
}

@media only screen and (max-width:900px) {
    #carousel {
        margin-top: -117px !important;
    }
    #carousel .carousel-item.pict-1 {
        background-image: url("images/img/pict1.jpg");
    }
    #carousel .carousel-item.pict-2 {
        background-image: url("images/img/pict2.jpg");
    }
    #carousel .carousel-item.pict-3 {
        background-image: url("images/img/pict3.jpg");
    }
    #carousel .carousel-item.pict-4 {
        background-image: url("images/img/pict4.jpg");
    }
    #carousel .carousel-item.pict-5 {
        background-image: url("images/img/pict5.jpg");
    }
    #carousel .carousel-item.pict-6 {
        background-image: url("images/img/pict6.jpg");
    }
    #carousel .carousel-item {
        height: 100vh;
        width: 100%;
        background: no-repeat center center scroll;
        background-size: 100%;
    }
    #carousel .carousel-inner .carousel-item {
        transition: -webkit-transform 2s ease;
        transition: transform 2s ease;
        transition: transform 2s ease, -webkit-tansform 2s ease;
    }
}

@media only screen and (max-width:500px) {
    #carousel {
        margin-top: -30px !important;
    }
    #carousel .carousel-item.pict-1 {
        background-image: url("images/img/pict1.jpg");
    }
    #carousel .carousel-item.pict-2 {
        background-image: url("images/img/pict2.jpg");
    }
    #carousel .carousel-item.pict-3 {
        background-image: url("images/img/pict3.jpg");
    }
    #carousel .carousel-item.pict-4 {
        background-image: url("images/img/pict4.jpg");
    }
    #carousel .carousel-item.pict-5 {
        background-image: url("images/img/pict5.jpg");
    }
    #carousel .carousel-item.pict-6 {
        background-image: url("images/img/pict6.jpg");
    }
    #carousel .carousel-item {
        height: 100vh;
        width: 100%;
        background: no-repeat center center scroll;
        background-size: 100%;
    }
    #carousel .carousel-inner .carousel-item {
        transition: -webkit-transform 2s ease;
        transition: transform 2s ease;
        transition: transform 2s ease, -webkit-tansform 2s ease;
    }
}


/* index Slide */

#containerCarousel {
    margin-top: 20px !important;
}

.card {
    position: relative;
    border: none;
    padding: 0 15px;
}

.card img:hover {
    opacity: 8;
    transition: .5s;
}

.card-bodyOWl {
    margin: 0;
    padding: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.card:hover:after {
    opacity: .9;
}

.card-bodyOwl h2.cardName {
    font-family: 'Mukta', sans-serif;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #000000;
}

h2.cardName a {
    text-decoration: none;
}

.card-bodyOwl h2.cardName button {
    margin: auto;
    margin-top: 5px;
    display: block;
    padding: 3px 25px;
    font-family: 'Sen', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.18px;
    line-height: 15px;
    border-radius: 50px;
    background: #343a40;
    border: none;
    cursor: pointer;
    color: #ffffff;
    transition: all 250ms ease-in-out;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.card-bodyOwl p.title {
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

@media only screen and (max-width:992px) {
    #containerCarousel {
        margin-top: -170px !important;
    }
    .item .card {
        margin: auto;
    }
    .card {
        position: relative;
        border: none;
        padding: 50px 50px;
    }
}

@media only screen and (max-width:500px) {
    #containerCarousel {
        margin-top: -170px !important;
    }
    .item .card {
        margin: auto;
    }
    .card {
        position: relative;
        border: none;
        padding: 50px 50px;
    }
}


/* Text Font Contact */

.col-md-8.text-center h1.text-blue {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #3b60ae;
}

@media only screen and (max-width:992px) {
    .col-md-8.text-center h1.text-blue {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        color: #3b60ae;
    }
}

@media only screen and (max-width:500px) {
    .col-md-8.text-center h1.text-blue {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        color: #3b60ae;
    }
}


/* Price Product */

h1.display-4Product {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 400;
    max-width: 700px !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #3b60ae;
}

h1.text-center {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #7f7f7f;
}

.card-header.bg-paket1.text-white {
    background-color: #5b2bee;
    height: 175.469px;
    border-bottom: 1px solid #ffffff;
    padding: 12px 20px 12px 20px;
}

.card-header.bg-paket2.text-white {
    background-color: #55287b;
    height: 175.469px;
    border-bottom: 1px solid #ffffff;
    padding: 12px 20px 12px 20px;
}

.card-header.bg-paket3.text-white {
    background-color: #e86e25;
    height: 175.469px;
    border-bottom: 1px solid #ffffff;
    padding: 12px 20px 12px 20px;
}
.card-header.bg-paket1a.text-white {
    background-color: #28a745;
    height: 175.469px;
    border-bottom: 1px solid #ffffff;
    padding: 12px 20px 12px 20px;
}

.card-header.bg-paket2a.text-white {
    background-color: #97cb13;
    height: 175.469px;
    border-bottom: 1px solid #ffffff;
    padding: 12px 20px 12px 20px;
}

.card-header.bg-paket3a.text-white {
    background-color: #ff002f;
    height: 175.469px;
    border-bottom: 1px solid #ffffff;
    padding: 12px 20px 12px 20px;
}

.card-header.bg-paket4.text-white {
    background-color: #eeb42b;
    height: 175.469px;
    border-bottom: 1px solid #ffffff;
    padding: 12px 20px 12px 20px;
}

.card-header.bg-paket5.text-white {
    background-color: #2874c0;
    height: 175.469px;
    border-bottom: 1px solid #ffffff;
    padding: 12px 20px 12px 20px;
}

.card-header.bg-paket6.text-white {
    background-color: #016b8d;
    height: 175.469px;
    border-bottom: 1px solid #ffffff;
    padding: 12px 20px 12px 20px;
}

h4.paket {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: auto;
    color: #ffffff;
}

.em {
    font-family: 'Mukta', sans-serif;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-align: center;
    color: #ffffff;
    font-style: italic !important;
}

.card-bodyPrice {
    /* Font & Text */
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    text-decoration: none solid rgb(127, 127, 127);
    text-align: center;
    text-indent: 0px;
    text-transform: none;
    vertical-align: baseline;
    white-space: normal;
    word-spacing: 0px;
    /* Color & Background */
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    color: rgb(127, 127, 127);
    /* Box */
    height: 299px;
    border: 0px none rgb(127, 127, 127);
    border-top: 0px none rgb(127, 127, 127);
    border-right: 0px none rgb(127, 127, 127);
    border-bottom: 0px none rgb(127, 127, 127);
    border-left: 0px none rgb(127, 127, 127);
    margin: 0px;
    padding: 20px;
    max-height: none;
    min-height: auto;
    max-width: 400px;
    min-width: auto;
    /* Positioning */
    position: static;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    float: none;
    display: block;
    clear: none;
    z-index: auto;
    /* List */
    list-style-image: none;
    list-style-type: disc;
    list-style-position: outside;
    /* Table */
    border-collapse: separate;
    border-spacing: 0px 0px;
    caption-side: top;
    empty-cells: show;
    table-layout: auto;
    /* Miscellaneous */
    overflow: visible;
    cursor: auto;
    visibility: visible;
    /* Effects */
    transform: none;
    transition: all 0s ease 0s;
    outline: rgb(223, 223, 223) solid 1px;
    outline-offset: 0px;
    box-sizing: border-box;
    resize: none;
    text-shadow: none;
    text-overflow: clip;
    word-wrap: break-word;
    box-shadow: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.rp {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #7f7f7f;
}

.harga {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    color: #7f7f7f;
}

.perbulan {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #7f7f7f;
}

.card.card-body1 {
    /* Font & Text */
    font-family: 'Sen', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    text-decoration: none solid rgb(127, 127, 127);
    text-align: left;
    text-indent: 0px;
    text-transform: none;
    vertical-align: baseline;
    white-space: normal;
    word-spacing: 0px;
    /* Color & Background */
    background-attachment: scroll;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    color: rgb(127, 127, 127);
    /* Box */
    height: 710px;
    width: 869.328px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    margin: 0px;
    padding: 20px;
    max-height: none;
    min-height: 0px;
    max-width: none;
    min-width: 0px;
    /* Positioning */
    position: relative;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    float: none;
    display: flex;
    clear: none;
    z-index: auto;
    /* List */
    list-style-image: none;
    list-style-type: disc;
    list-style-position: outside;
    /* Table */
    border-collapse: separate;
    border-spacing: 0px 0px;
    caption-side: top;
    empty-cells: show;
    table-layout: auto;
    /* Miscellaneous */
    overflow: visible;
    cursor: auto;
    visibility: visible;
    /* Effects */
    transform: none;
    transition: all 0s ease 0s;
    outline-offset: 0px;
    box-sizing: border-box;
    resize: none;
    text-shadow: none;
    text-overflow: clip;
    word-wrap: break-word;
    box-shadow: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.card.card-body2 {
    /* Font & Text */
    font-family: 'Sen', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    text-decoration: none solid rgb(127, 127, 127);
    text-align: left;
    text-indent: 0px;
    text-transform: none;
    vertical-align: baseline;
    white-space: normal;
    word-spacing: 0px;
    /* Color & Background */
    background-attachment: scroll;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    color: rgb(127, 127, 127);
    /* Box */
    height: 484px;
    width: 869.328px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    margin: 0px;
    padding: 20px;
    max-height: none;
    min-height: 0px;
    max-width: none;
    min-width: 0px;
    /* Positioning */
    position: relative;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    float: none;
    display: flex;
    clear: none;
    z-index: auto;
    /* List */
    list-style-image: none;
    list-style-type: disc;
    list-style-position: outside;
    /* Table */
    border-collapse: separate;
    border-spacing: 0px 0px;
    caption-side: top;
    empty-cells: show;
    table-layout: auto;
    /* Miscellaneous */
    overflow: visible;
    cursor: auto;
    visibility: visible;
    /* Effects */
    transform: none;
    transition: all 0s ease 0s;
    outline-offset: 0px;
    box-sizing: border-box;
    resize: none;
    text-shadow: none;
    text-overflow: clip;
    word-wrap: break-word;
    box-shadow: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media only screen and (max-width:992px) {
    .card.card-body1 {
        /* Font & Text */
        font-family: 'Sen', sans-serif;
        font-size: 13px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        text-decoration: none solid rgb(127, 127, 127);
        text-align: left;
        text-indent: 0px;
        text-transform: none;
        vertical-align: baseline;
        white-space: normal;
        word-spacing: 0px;
        /* Color & Background */
        background-attachment: scroll;
        background-color: rgb(255, 255, 255);
        background-image: none;
        background-position: 0% 0%;
        background-repeat: repeat;
        color: rgb(127, 127, 127);
        /* Box */
        height: 710px;
        width: 370px;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        border-right: 1px solid rgba(0, 0, 0, 0.125);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        border-left: 1px solid rgba(0, 0, 0, 0.125);
        margin: auto;
        padding: 25px 25px;
        max-height: none;
        min-height: 0px;
        max-width: none;
        min-width: 0px;
        /* Positioning */
        position: relative;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        float: none;
        display: flex;
        clear: none;
        z-index: auto;
        /* List */
        list-style-image: none;
        list-style-type: disc;
        list-style-position: outside;
        /* Table */
        border-collapse: separate;
        border-spacing: 0px 0px;
        caption-side: top;
        empty-cells: show;
        table-layout: auto;
        /* Miscellaneous */
        overflow: visible;
        cursor: auto;
        visibility: visible;
        /* Effects */
        transform: none;
        transition: all 0s ease 0s;
        outline-offset: 0px;
        box-sizing: border-box;
        resize: none;
        text-shadow: none;
        text-overflow: clip;
        word-wrap: break-word;
        box-shadow: none;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .card.card-body2 {
        /* Font & Text */
        font-family: 'Sen', sans-serif;
        font-size: 13px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        text-decoration: none solid rgb(127, 127, 127);
        text-align: left;
        text-indent: 0px;
        text-transform: none;
        vertical-align: baseline;
        white-space: normal;
        word-spacing: 0px;
        /* Color & Background */
        background-attachment: scroll;
        background-color: rgb(255, 255, 255);
        background-image: none;
        background-position: 0% 0%;
        background-repeat: repeat;
        color: rgb(127, 127, 127);
        /* Box */
        height: 820px;
        width: 370px;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        border-right: 1px solid rgba(0, 0, 0, 0.125);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        border-left: 1px solid rgba(0, 0, 0, 0.125);
        margin: auto;
        padding: 25px 25px;
        max-height: none;
        min-height: 0px;
        max-width: none;
        min-width: 0px;
        /* Positioning */
        position: relative;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        float: none;
        display: flex;
        clear: none;
        z-index: auto;
        /* List */
        list-style-image: none;
        list-style-type: disc;
        list-style-position: outside;
        /* Table */
        border-collapse: separate;
        border-spacing: 0px 0px;
        caption-side: top;
        empty-cells: show;
        table-layout: auto;
        /* Miscellaneous */
        overflow: visible;
        cursor: auto;
        visibility: visible;
        /* Effects */
        transform: none;
        transition: all 0s ease 0s;
        outline-offset: 0px;
        box-sizing: border-box;
        resize: none;
        text-shadow: none;
        text-overflow: clip;
        word-wrap: break-word;
        box-shadow: none;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

@media only screen and (max-width:500px) {
    .card.card-body1 {
        /* Font & Text */
        font-family: 'Sen', sans-serif;
        font-size: 13px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        text-decoration: none solid rgb(127, 127, 127);
        text-align: left;
        text-indent: 0px;
        text-transform: none;
        vertical-align: baseline;
        white-space: normal;
        word-spacing: 0px;
        /* Color & Background */
        background-attachment: scroll;
        background-color: rgb(255, 255, 255);
        background-image: none;
        background-position: 0% 0%;
        background-repeat: repeat;
        color: rgb(127, 127, 127);
        /* Box */
        height: 710px;
        width: 370px;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        border-right: 1px solid rgba(0, 0, 0, 0.125);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        border-left: 1px solid rgba(0, 0, 0, 0.125);
        margin: auto;
        padding: 25px 25px;
        max-height: none;
        min-height: 0px;
        max-width: none;
        min-width: 0px;
        /* Positioning */
        position: relative;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        float: none;
        display: flex;
        clear: none;
        z-index: auto;
        /* List */
        list-style-image: none;
        list-style-type: disc;
        list-style-position: outside;
        /* Table */
        border-collapse: separate;
        border-spacing: 0px 0px;
        caption-side: top;
        empty-cells: show;
        table-layout: auto;
        /* Miscellaneous */
        overflow: visible;
        cursor: auto;
        visibility: visible;
        /* Effects */
        transform: none;
        transition: all 0s ease 0s;
        outline-offset: 0px;
        box-sizing: border-box;
        resize: none;
        text-shadow: none;
        text-overflow: clip;
        word-wrap: break-word;
        box-shadow: none;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .card.card-body2 {
        /* Font & Text */
        font-family: 'Sen', sans-serif;
        font-size: 13px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        text-decoration: none solid rgb(127, 127, 127);
        text-align: left;
        text-indent: 0px;
        text-transform: none;
        vertical-align: baseline;
        white-space: normal;
        word-spacing: 0px;
        /* Color & Background */
        background-attachment: scroll;
        background-color: rgb(255, 255, 255);
        background-image: none;
        background-position: 0% 0%;
        background-repeat: repeat;
        color: rgb(127, 127, 127);
        /* Box */
        height: 820px;
        width: 370px;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        border-right: 1px solid rgba(0, 0, 0, 0.125);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        border-left: 1px solid rgba(0, 0, 0, 0.125);
        margin: auto;
        padding: 25px 25px;
        max-height: none;
        min-height: 0px;
        max-width: none;
        min-width: 0px;
        /* Positioning */
        position: relative;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        float: none;
        display: flex;
        clear: none;
        z-index: auto;
        /* List */
        list-style-image: none;
        list-style-type: disc;
        list-style-position: outside;
        /* Table */
        border-collapse: separate;
        border-spacing: 0px 0px;
        caption-side: top;
        empty-cells: show;
        table-layout: auto;
        /* Miscellaneous */
        overflow: visible;
        cursor: auto;
        visibility: visible;
        /* Effects */
        transform: none;
        transition: all 0s ease 0s;
        outline-offset: 0px;
        box-sizing: border-box;
        resize: none;
        text-shadow: none;
        text-overflow: clip;
        word-wrap: break-word;
        box-shadow: none;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}


/* Body Description */

h1.display-4Satu {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 400;
    max-width: 700px !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #3b60ae;
}

h1.text-blue {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    color: #3b60ae;
}

h1.display-4 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #7f7f7f;
}

p.description {
    font-family: 'Mukta', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #7f7f7f;
}

@media only screen and (max-width:992px) {
    h1.display-4Satu {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 400;
        max-width: 350px;
        text-align: center;
        color: #3b60ae;
    }
    h1.text-blue {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: left;
        color: #3b60ae;
    }
    h1.display-4 {
        margin-top: 40px;
        font-family: 'Poppins', sans-serif;
        font-size: 19px;
        font-weight: 500;
        text-align: center;
        color: #000000;
    }
    p.description {
        font-family: 'Mukta', sans-serif;
        font-size: 15px;
        font-weight: 400;
        text-align: left;
        color: #7f7f7f;
    }
}

@media only screen and (max-width:500px) {
    h1.display-4Satu {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 400;
        max-width: 350px;
        text-align: center;
        color: #3b60ae;
    }
    h1.text-blue {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: left;
        color: #3b60ae;
    }
    h1.display-4 {
        margin-top: 40px;
        font-family: 'Poppins', sans-serif;
        font-size: 19px;
        font-weight: 500;
        text-align: center;
        color: #000000;
    }
    p.description {
        font-family: 'Mukta', sans-serif;
        font-size: 15px;
        font-weight: 400;
        text-align: left;
        color: #7f7f7f;
    }
}


/* Section Award */


/* Section Features */

.features {
    margin-bottom: 25px !important;
}

.features .row .one img {
    width: 153px;
    height: 129px;
}

.features .row .one h3 {
    color: #000000;
    font-weight: 700;
}


/* hr */

hr {
    background: #dee2e6;
}


/* Footer */

.site-footer {
    background-color: #343a40;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
}

.site-footer hr {
    border-top-color: #ffffff;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #ffffff;
}

.site-footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a li {
    color: #ffffff;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a li:hover {
    color: #000000;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}

.copyright-text {
    margin: 0;
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
    .site-footer {
        text-align: center;
    }
    .copyright-text {
        margin: 0 auto;
        font-size: 15px;
        max-width:320px !important;
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0;
    }
    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
    .copyright-text {
        margin: 0 auto;
        font-size: 15px;
        max-width:320px !important;
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #343a40;
    font-weight: 700;
    font-size: 13px;
}

.social-icons a {
    background-color: #ffffff !important;
    color: #343a40;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #ffffff;
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5999 !important;
}

.social-icons a.twitter:hover {
    background-color: #00aced !important;
}

.social-icons a.instagram:hover {
    background-color: #c32aa3 !important;
}

.social-icons a.youtube:hover {
    background-color: #ff0000 !important;
}

@media (max-width:767px) {
    .site-footer {
        text-align: center;
    }
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
    .copyright-text {
        margin: 0 auto;
        font-size: 15px;
        max-width:320px !important;
    }
}


/* Tentang firstmedia */

@media only screen and (max-width:922px) {
    #exampleModalLong2 {
        margin: 0 auto !important;
        padding: 25px 25px 25px 25px !important;
    }
    #exampleModalLong2 .modal-title h1 {
        font-size: 17px !important;
        font-famiyly: 'Mukta'.'sans-sherif';
        text-align: center !important;
        color: #000000 !important;
        font-weight: 600;
        font-style: normal;
    }
    #exampleModalLong2 .modal-body p {
        font-size: 15px !important;
        font-famiyly: 'Mukta'.'sans-sherif';
        text-align: justify !important;
        color: #000000 !important;
        font-weight: 400;
        font-style: normal;
    }
}

@media only screen and (max-width:500px) {
     #exampleModalLong2 {
        margin: 0 auto !important;
        padding: 25px 25px 25px 25px !important;
    }
    #exampleModalLong2 .modal-title h1 {
        font-size: 17px !important;
        font-famiyly: 'Mukta'.'sans-sherif';
        text-align: justify !important;
        color: #000000 !important;
        font-weight: 600;
        font-style: normal;
    }
    #exampleModalLong2 .modal-body p {
        font-size: 15px !important;
        font-famiyly: 'Mukta'.'sans-sherif';
        text-align: justify !important;
        color: #000000 !important;
        font-weight: 400;
        font-style: normal;
    }
}


/*Disclaimer*/

@media only screen and (max-width:922px) {
    #exampleModalLong {
        margin: 0 auto !important;
        padding: 25px 25px 25px 25px !important;
    }
    
     #exampleModalLong .modal-title h1 h2 h3 {
        font-size: 17px !important;
        font-famiyly: 'Mukta'.'sans-sherif';
        text-align: center !important;
        color: #000000 !important;
        font-weight: 600;
        font-style: normal;
    }
    #exampleModalLong .modal-body p {
        font-size: 15px !important;
        font-famiyly: 'Mukta'.'sans-sherif';
        text-align: justify !important;
        color: #000000 !important;
        font-weight: 400;
        font-style: normal;
    }
}

@media only screen and (max-width:500px) {
     #exampleModalLong {
        margin: 0 auto !important;
        padding: 25px 25px 25px 25px !important;
    }
     #exampleModalLong .modal-title h1 h2 h3 {
        font-size: 17px !important;
        font-famiyly: 'Mukta'.'sans-sherif';
        text-align: center !important;
        color: #000000 !important;
        font-weight: 600;
        font-style: normal;
    }
    #exampleModalLong .modal-body p {
        font-size: 15px !important;
        font-famiyly: 'Mukta'.'sans-sherif';
        text-align: justify !important;
        color: #000000 !important;
        font-weight: 400;
        font-style: normal;
    }
}
/* Banner */

#bannerPaket {
    margin-top: 60px;
    background: url(images/img/bannerfamilyhd.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 300px;
}

.col h1 {
    margin-top: 120px;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
}

p.desc {
    font-family: 'Mukta', sans-serif;
    font-size: 22px;
    text-align: justify;
    justify-content: center;
    font-display: normal;
}

@media only screen and (max-width:992px) {
    #bannerPaket {
        margin-top: 60px;
        background: url(images/img/bannersmallfamilyhd.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        min-height: 550px;
    }

    .col h1 {
        margin-top: 70px;
        font-size: 40px;
        font-weight: 500;
        text-align: center;
    }

    .textTitle {
        margin-top: 20px;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        justify-content: center;
        font-display: normal;
    }

    .textPrice {
        font-size: 20px;
        text-align: center;
        justify-content: center;
        font-display: normal;
    }

    p.desc {
        font-family: 'Mukta', sans-serif;
        font-size: 15px;
        text-align: justify;
        justify-content: center;
        font-display: normal;
    }
}

@media only screen and (max-width:500px) {
    #bannerPaket {
        margin-top: 60px;
        background: url(images/img/bannersmallfamilyhd.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        min-height: 550px;
    }

    .col h1 {
        margin-top: 70px;
        font-size: 40px;
        font-weight: 500;
        text-align: center;
    }

    .textTitle {
        margin-top: 20px;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        justify-content: center;
        font-display: normal;
    }

    .textPrice {
        font-size: 20px;
        text-align: center;
        justify-content: center;
        font-display: normal;
    }

    p.desc {
        font-family: 'Mukta', sans-serif;
        font-size: 15px;
        text-align: justify;
        justify-content: center;
        font-display: normal;
    }
}