.tablet-hidden {
    display: none !important;
}
.mobile-hidden {
    display: block !important;
}
header.header {
    padding: 16px;
    align-items: center;
}
.menu-items-container {
    text-align: left;
}
ul.main-menu {
    display: block;
    font-size: 15px;
}
.slider-banner-title{
    font-size: 60px;
}
.step-content-wrapper {
    display: inline-block;
}
.get-started-details-step-container .step-content-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.steps-container {
    padding:50px 8px;
}
.step-title h4 {
    font-size: 16px;
}
.step-odd .step-arrow-container {
    padding: 0;
}
.get-started-details-step-container .step-arrow-container {
    height: auto;
}
.step-arrow-container img {
    height: 48px;
}
.get-started-details-step-container .step-arrow-container img {
    margin:0 auto;
}
.step-arrow-container img{
    margin-left: -68px;
}
.row.no-gutters > .get-started-item-wrapper {
    padding-left: 8px;
    padding-right: 8px;
}
.row.no-gutters > .get-started-item-wrapper:first-child {
    padding-left: 0;
}
.row.no-gutters > .get-started-item-wrapper:last-child {
    padding-right: 0;
}
.get-started-details-container > .row {
    padding: 16px;
}
.get-started-img-container h3 {
    font-size: 22px;
}
.get-started-details-img-container img {
    display: inline-block;
    height: 50px;
}
.get-started-details-img-container h3 {
    display: inline-block;
}
.profit-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.profit-title {
    flex: 0 0 80%;
    align-self: flex-end;
}
.profit-qty {
    flex: 0 0 20%;
    margin-bottom: .5rem;
}
.profit-graph-container {
    flex: 0 0 60%;
    /* max-width: 380px; */
}
.profit-table-container {
    flex: 0 0 40%;
    padding: 0 8px;
}
.profit-notice-container {
    flex: 0 0 100%;
}
.profit-cell-mamount, .profit-cell-tamount {
    font-size: 24px;
}

.footer-powered {
    text-align: right;
}
.footer-copyright {
    text-align: left
}