﻿body {
}
.app-banner.theme-d1 .container-header-banner .bannerText {
    font-size: 16px;
    text-align: left;
}
.app-banner.theme-d1  .container-header-banner .bannerText .bannerText1 {
    font-size: 24px;
}
.app-banner.theme-d1  .container-header-banner .bannerText .bannerText2 {
    padding-left: 0; padding-right: 0;
}
@media (min-width: 768px) {
    .app-banner.theme-d1 .container-header-banner {
        padding: 60px;
        background-image: url(//fileserver.rwardz.com/verview/default/mainbanner/001.jpg);
        background-size: cover;
        background-position: left center;
        color: #fff;
        margin-bottom: 0;
        min-height: 360px;
        height:360px;
        display: table;
        width: 100%;
    }
    .app-banner.theme-d1 .container-header-banner .bannerText {
        padding-left: 50%;
        font-size: 24px;
    }
    .app-banner.theme-d1  .container-header-banner .bannerText .bannerText1 {
        font-size: 40px;
    }
}

@media (min-width: 980px) {
    .app-banner.theme-d1 .container-header-banner {
     
        margin-bottom: 0;
        min-height: 360px;
        height: 420px;
    }

}

@media (min-width:1360px) {
    .app-banner.theme-d1 .container-header-banner {
     
        margin-bottom: 0;
        min-height: 360px;
        height: 520px;
    }

}

@media (min-width:1800px) {
    .app-banner.theme-d1 .container-header-banner {
     
        margin-bottom: 0;
        min-height: 360px;
        height: 560px;
    }

}