body {
    margin: 0;
    padding: 0;
}

.nl-page-wrapper {
    display: block;
    position: relative;
    font-family: Helvetica, sans-serif!important;
    margin: 0;
    padding: 0;
}

.nl-page-background {
   position: relative;
    background: url(../images/app/nl_bg.jpg) top center no-repeat;
    background-size: cover;
     padding-bottom: 160px;
}

.nl-page-card {
    display: block;
    position: relative;
    margin: 0 auto;
    min-width: 928px;
    max-width: 1200px;
    min-height: 500px;
    background: transparent;
}

.nl-card-background,
.nl-card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nl-card-background {
    background: black;
    opacity: 0.65;
    border-radius: 10px;
    z-index: 11;
    margin-top: 80px;
}

.nl-card-content {
    padding: 20px 60px;;
    color: white;
    z-index: 22;
    box-sizing: border-box;
    padding-top: 100px!important;
}

.nl-tab-menu {
    margin: 0;
    padding: 0;
}

.nl-tab-item {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 550;
    text-decoration: none;
    color: black;
    width: 152px;
    height: 50px;
    line-height: 44px;
    text-align: center;
}

.nl-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
    background: url(../images/app/nl_btn.gif) 0 0;
}

.nl-active .nl-icon,
.nl-tab-item:hover .nl-icon {
    background: url(../images/app/nl_btn.gif) -147px 0;
}

.nl-tab-content {
    display: block;
    width: 100%;
}

.nl-flex {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    overflow: hidden;
}

.nl-item {
    display: block;
    box-sizing: border-box;
}

.nl-item img {
    width: 100%;
    max-width: 435px;
}

.nl-slideright {
    animation: slidetoright 1s ease-in-out forwards;
    -webkit-animation: slidetoright 1s ease-in-out forwards;
}

.nl-item-title {
    font-size: 25px;
    text-transform: uppercase;
    color: orange;
    white-space: nowrap;
}

.nl-item-body p {
    font-size: 16px;
    margin: 10px auto;
    line-height: 26px;
    color: #fff;
    font-family: Helvetica, sans-serif;
}

.nl-txt-list {
    font-size: 16px;
}

ul.nl-steps,
ul.nl-steps li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.nl-steps {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    height: 333px;
    overflow: scroll; 
    scrollbar-width: none;
}

ul.nl-steps::-webkit-scrollbar {
    display: none;
}

ul.nl-steps li {
    margin-bottom: 33px;
    opacity: 0.4;
}

ul.nl-steps li:hover {
    opacity: 0.7;
}

.nl-num {
    font-size: 30px;
    font-weight: 550;
    margin-bottom: 10px;
}

.nl-image, .anl-image {
    width: 96% !important;
}

.nl-text {
    font-size: 18px;
    cursor: pointer;
}

.nl-selector-active, .anl-selector-active {
    opacity: 1 !important;
}

*.nl-strong {
    color: orange !important;
    text-decoration: none;
}

/* animation */

@keyframes slidetoright {
    0% { opacity: 0; transform: translateX(-60px);-webkit-transform: translateX(-60px);-moz-transform: translateX(-60px) rotate(0.02deg); }
    100% { opacity: 1; transform: translateX(0px);-webkit-transform: translateX(0px);-moz-transform: translateX(0px) rotate(0.02deg); }
}

/* misc */

ul, li {
    list-style: none;
}

.nl-f3 {
    flex-basis: 30%;
}

.nl-f4 {
    flex-basis: 40%;
}

.nl-f5 {
    flex-basis: 50%;
}

.nl-f6 {
    flex-basis: 60%;
}

.nl-f7 {
    flex-basis: 70%;
}

.nl-pl {
    padding-left: 25px;
}

.nl-margin30 {
    margin: 30px auto;
}