.hero-bg, .hero-bg.parallax .parallax-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/en_AR/mktg/banners/tips-and-tools_header.jpg");
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-position: 100% center
}
    /* XXX: only needed here on this page to show the templates correctly. PLEASE DO NOT COPY IN ACTUAL CODE */
.hero-bg.dark, .hero-bg.dark .parallax-bg {
    background-image: none;
}
html[data-device-type="mobile"] p {
    padding-top: 5px;
    padding-bottom: 5px;
}
html[data-device-type="mobile"] .hero-bg, html[data-device-type="mobile"] .hero-bg.parallax .parallax-bg{
    background-size: auto 265px;
    background-position: right top;
    background-color: #f6f6f6;
}
.center-text {
    text-align: justify;
}

.blue p, .dark p {
    color: #E6E6E6;
}
/**** custom css ****/
.myMoney {
    padding-bottom: 30px;
}
.myMoney ul, .grey ul {
    margin-left: 30px;
    list-style-type: disc;
}
.grey {
    background: #f5f5f5;
 }
.grey ul {
     margin-left: 15px;
    list-style-type: disc;
 }
.grey ul li {
    padding: 5px 0;
    color: #0079C1;
}
.disc {
    list-style-type: disc;
    margin-top:5px;
    margin-left: 30px;
}
.disc li {
    padding-bottom: 5px;
}
.brdrTop {
    border-top: 1px solid #E5E5E5;
    padding-top:60px; 
   padding-bottom:60px; 
}
.panel {
    padding: 90px 0 0;
}
html[data-device-type="mobile"] .panel {
    padding: 50px 0 0;
}

