body, html {
    /* min-height: 100vh; */
    height: 100% !important;
    font-size: 1rem;
}

#header-home {
    margin-top: 3%;
}

#home-background {
    min-height: 100%;
    background-color: #F6F7F8;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#manfaat-background {
    min-height: 70%;

    /* background-image: url("../../images/manfaat_bg.jpg"); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    margin: 0;
    padding: 0;
}

#pembelian-background {
    min-height: 70%;

    /* background-image: url("../../images/pembelian_bg.jpg"); */
    background-position: right center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
}


section {
    height: 250px !important;
    /* height: 35% !important; */
    /* background-color: #2e3192; */
}

#footer-home {
    opacity: 90%;
    position: static;
    bottom: auto;
}

#header-home {
    margin-bottom: 90px;
}

@media only screen and (min-width: 768px) {
    #footer-home {
        opacity: 90%;
        position: fixed;
        bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    #header-home {
        margin-bottom: auto;
        /* margin-top: 160px; */
        margin-top: 37%;
        padding: 0 !important;
    }

    section{
        margin-top: 10%;
    }
}

/* .accordion {
    background-color: #FFFFFF;
    color: #4A4D63;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    }

    .currennt, .accordion:hover {
    background-color: #ccc;
    }

    .accordion:after {
    content: '\002B';
    color: #C61F2D;
    font-weight: bold;
    float: left;
    margin-left: 5px;
    margin-right: 20px;
    }

    .current:after {
    content: "\2212";
    }

    .panel {
    padding: 0 50px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    text-align:start;
    transition: max-height 0.2s ease-out;
    }

    @media only screen 
      and (max-width: 2000px )
      and (min-width : 769px) {

        .img-yb {
            width: 50%;
            float: right;
        }

        .title{
            font-size:30px; 
            font-weight:bold; 
            color:#CE0E2D;
        }

        .description{
            font-size:16px; 
            color:#4A4D63
        }

        #banner{
            padding:0% 15% 0% 15%;
        }

        .selangor_logo_top{
            width: 85px;
            float:right;
        }

        #logoTop{
            padding: 0% 10% 0% 10%;
        }

        .logo_main_top{
            width:15%;
            float:left;
            margin-top:10px;
        }

    }

    @media only screen 
      and (max-width:768px)
      and (min-width:310px){
        .title{
            font-size:27px; 
            font-weight:bold; 
            color:#CE0E2D;
        }

        .description{
            font-size:13px; 
            font-weight:500; 
            color:#4A4D63
        }

        #banner{
            padding:0% 10% 0% 10%;
        }

        .selangor_logo_top{
            max-width: 60px;
            float:right;
        }

        #logoTop{
            padding: 0% 20% 0% 15%;
        }

        .logo_main_top{
            max-width:50%;
            float:left;
        }
      }

     */

    



    


