#home-tagline h1{
    font-size: 28px;
}

#home-tagline h2{
    font-size: 28px;
}

#top-content h1{
    font-size: 40px;
}

.benefit h1{
    font-size: 36px;
}

#claim_voucher_btn {
    font-size: 12px !important;
    line-height: 20px;
    width:140px;
}

#tweet4data_btn{
    font-size: 11px !important;
    width: 200px !important;
    line-height: 20px !important;
}

#sl_nav button{
    width: 110px !important;
}
#sl_nav{
    width: 315px !important;
}

.sl_item .sl_item_data i{
    right:130px !important;
}

@media only screen and (max-width: 800px){

    .home-top{
        margin-top: -153px;
    }

    #home-tagline h1 {
        font-size: 18px;
        width: 320px;
    }
    #home-tagline h2 {
        font-size: 18px;
        width: 320px;
    }

    #home-tagline {
        width: 480px;
        background-size: 480px;
        padding-top: 70px;
        height: 200px;
    }

}

@media only screen and (max-width: 500px){
    .home-top {
        margin-bottom: 520px;
    }
    #home-tagline {
        width: 360px;
        background-size: 360px;
        padding-top: 57px;
        height: 120px;
    }
    #home-tagline h1 {
        font-size: 13px;
        width: 230px;
    }
    #home-tagline h2 {
        font-size: 13px;
        width: 230px;
    }
}

@media only screen and (max-width: 600px){

    .footer-link-cont {
        margin: 0px auto;
        display: block;
        width: 200px;
    }
}

@media only screen and (max-width: 850px){

    #claim_voucher_btn {
        font-size: 13px !important;
    }

}

