
        *{
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        html, body{
            padding: 0;
            margin: 0;
            height: 100%;
            background-color: #ffffff;
            color: #231F20;
            font-size: 20px;
            line-height: 24px;
            font-family: 'Roboto', sans-serif;
        }
/* --------------------------------------- */
        .footer{
            background-color: #ffffff;
        }
        p{
            margin-top: 0;
            margin-bottom: 15px;
        }
        .content ul{
            list-style: none;
            padding-left: 0;
        }
        .lp_footer_menu{

        }
        .lp_footer_menu .lp_footer_title{
            color: #000;
            font-size: 14px;
            font-weight: bold;
        }
        .lp_footer_menu .lp_footer_title a{
            color: #000;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;

        }
        .lp_footer_menu .lp_footer_section{

        }
        .lp_footer_menu .lp_footer_section ul{
            list-style: none;
            padding-left: 0;
        }
        .lp_footer_menu .lp_footer_section ul li{

        }
        .lp_footer_menu .lp_footer_section ul li a{
            color: #777777;
            font-size: 20px;
            text-decoration: none;
        }
        .social_network{
            list-style: none;
            padding: 0;
        }
        .social_network li{
            float: left;
        }
        .lp_footer_social_img {
            background-color: #fff;
            border: 1px solid #ddd;
            opacity: 0.7;
            padding: 7px;
            width: 30px;
            height: 30px;
            line-height: 16px;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            margin-right: 10px;
        }
        .lp_footer_logo {
            background: url("https://alpsocial-alpsnetworks.netdna-ssl.com/application/themes/integrity/images/logo-alps.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
            background-position-x: 0;
            background-position-y: 0;
            background-position: 0 0;
            display: block;
            height: 45px;
            width: 140px;
            background-size: 100%;
        }
        .disclaimer{
            padding: 20px;
            text-align: center;
        }
        .disclaimer_title {
            color: #9f9f9f;
            font-size: 13px;
            opacity: 1;
            text-align: center;
            text-transform: capitalize;
        }
        .disclaimer_content {
            color: #9f9f9f;
            font-size: 12px;
            opacity: 1;
            text-align: center;
            padding: 0 100px;
        }
        .form-element input[type=text], .form-element input[type=password], .form-element input[type=email]{
            width: 100%;
            height: 32px;
            background-color: transparent;
            border: 1px solid #c57518;
            color: #c57518;
            padding: 5px;
        }
        @media (min-width: 768px) and (max-width: 991px) {
            .footer {
                text-align: center;
            }
            .lp_footer_section{
                width: 142px;
                margin: 0 auto 30px auto;
            }
        }
        /* ------ top menu ----- */
        .login-landing-page {
            background: none;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            background-color: rgba(84, 92,99, 0.6);
            height: 55px;
            width: 100%;
            padding: 5px 10px;
            text-align: right;
        }
        .login-landing-page.sticky{
            position: fixed;
            top: 0;
            left: 0;
        }
        .login-landing-page .lp_footer_logo{
            /*display: none;*/
            float: left;
            background: url(https://www.alpssocial.com/application/modules/Integrity/externals/images/logo-white.png) no-repeat scroll center rgba(0,0,0,0);
            background-size: cover;
        }
        .login-landing-page.sticky .lp_footer_logo{
            display: block;
        }
        .login-landing-page.sticky .lp_btn_link_text{
            display: none;
        }
        .landing-top-menu{
            list-style: none;
            margin: 8px 0 0 0;
            text-align: left;
            float: right;
            padding: 0;
        }
        .landing-top-menu > li{
            float: left;
            position: relative;
        }
        .landing-top-menu > li a{
            font-size: 14px;
            padding: 0 10px;
            background: none;
            box-shadow: none;
            border: none;
            text-transform: none;
            display: inline-block;
            border-radius: 4px;
            color: #fff;
            line-height: 30px;
            text-decoration: none;
        }
        .landing-top-menu > li a sup{
            font-size: 8px;
        }
        .landing-top-menu > li a.lp_btn_signup{
            background: #ee5930 !important;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }
        .landing-top-menu > li a.lp_btn_signup:hover{
            background: #ee5930 !important;
        }
        .landing-top-menu > li ul{
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 222px;
            list-style: none;
            padding-left: 0;
            padding-top: 5px;
            padding-bottom: 5px;
            background-color: rgba(84, 92,99, 0.6);
        }
        .landing-top-menu li:hover ul{
            display: block;
        }
        .landing-top-menu > li ul li a{
            line-height: 20px;
        }
        .login-landing-page.sticky .landing-top-menu li.l-default{
            display: none;
        }
        @media (max-width: 767px) {
            .login-landing-page{
                padding: 5px 5px;
            }
            .landing-top-menu{
            }
            .landing-top-menu > li a {
                font-size: 12px;
                padding: 0 8px;
            }
        }
        /* ------ END top menu ----- */
        /* --------------------------------------- */
        /* --------------------------------------- */
        /* --------------------------------------- */
        /* --------------------------------------- */
        .banner-top-page{
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            padding-top: 100px;
            height: 944px;
        }

        .top-p-box{
            border: 5px solid #EF4136;
            background-color: rgba(0,0,0,0.8);
            padding: 30px 15px;
            width: 280px;
            max-width: 100%;
        }

        .container-top{
            width: 95%;
            margin: auto;
        }
        .pbox-txt-1{
            color: #ffffff;
            font-size: 38px;
            line-height: 46px;
            margin-bottom: 30px;
        }
        .pbox-txt-2{
            color: #F15A29;
            font-size: 25px;
            line-height: 30px;
            margin-bottom: 30px;
        }
        .pbox-txt-3{
            color: #ffffff;
            font-size: 18px;
            line-height: 22px;
        }

        .ask-content{
            padding-right: 25px;
        }
        .ask-form{
            padding-left: 25px;
        }
        .ask-form .col-form-label{
            font-size: 20px;
            color: #ffffff;
        }
        .ask-form .form-control{
            height: 47px;
        }
        .container-form{
            width: 90%;
            margin: auto;
        }
        .ask-box{
            border: 5px solid #000000;
            background-color: #F15A29;
            padding: 30px 50px;
            color: #ffffff;
            float: left;margin-top: -40px;
            width: 100%;
        }
        .ask-head{
            font-size: 48px;
            line-height: 48px;
            margin-bottom: 20px;
            color: #ffffff;
        }
        .ask-text{
            font-size: 30px;
            line-height: 38px;
            color: #ffffff;
        }
        .form-group:last-child{
            margin-bottom: 0;
        }
        .ask-line-center:after{
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            background-color: #ffffff;
            width: 4px;
            height: 100%;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
        }

        .section-smt{
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            padding-top: 300px;
            height: 944px;
        }
        .smt-phone{
            background-image: url(https://www.alpssocial.com/application/modules/Trade/externals/images/smt/phone.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            width: 300px;
            height: 600px;
            padding: 175px 35px;
            text-align: center;
            color: #ffffff;
            display: inline-block;
            vertical-align: middle;
        }
        .smt-phone-1{
            font-size: 25px;
            margin-bottom: 30px;
            line-height: 30px;
            color: #ffffff;
            text-align: center;
        }
        .smt-phone-2{
            font-size: 18px;
            color: #ffffff;
            text-align: center;
        }
        .smt-right, .smt-left{
            display: inline-block;
            vertical-align: middle;
            width: 300px;
            height: 600px;
        }
        .smt-box{
            text-align: center;
        }
        .smt-item{
            margin-bottom: 65px;
        }
        .smt-item:last-child{
            margin-bottom: 0;
        }
        .smt-img {

        }
        .smt-img img{
            display: block;
            margin: auto;
        }
        .smt-desc{
            color: #ffffff;
            font-size: 16px;
            text-align: center;
        }
        .earn-box{
            text-align: center;
            position: relative;
            margin-bottom: 30px;
            overflow: hidden;
        }
        .earn-box:last-child{
            margin-bottom: 0;
        }
        .earn-head{
            background-color: #414042;
            color: #ffffff;
            text-align: center;
            padding: 10px 15px;
            border-bottom: 5px solid #EF4136;
        }
        .earn-foot{
            height: 30px;
            background-color: #414042;
            border-top: 5px solid #EF4136;
        }
        .earn-bar-left .earn-box{
            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-right-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomright: 10px;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }
        .earn-bar-right .earn-box{
            -webkit-border-top-left-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topleft: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }
        .earn-content img{
            max-width: 100%;
            display: block;
        }
        .earn-bar{
            width: 35%;
            display: inline-block;
            max-width: 606px;
        }
        .earn-center{
            display: inline-block;
            height: 100%;
            width: 30%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 35%;
            right: 35%;
        }
        .earn-bar-left{
            float: left;
        }
        .earn-bar-right{
            float: right;
        }
        .earn-center-box{
            border: 5px solid #EF4136;
            background-color: #414042;
            color: #ffffff;
            height: 100%;
            margin-left: 25px;
            margin-right: 25px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            position: relative;
        }
        .earn-block{
            width: 100%;
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
        }
        .earn-text-1 {
            font-size: 60px;
            line-height: 60px;
            margin-bottom: 30px;
            text-align: center;
            color: #ffffff;
        }
        .earn-text-2 {
            font-size: 18px;
            line-height: 22px;
            text-align: center;
            color: #ffffff;
        }
        .section-earn{
            padding: 60px 0;
        }
        .dha-box{
            background-color: #414042;
            border: 5px solid #F15A29;
            color: #ffffff;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            margin-bottom: 15px;
        }
        .dha-top{
            padding: 15px;
            text-align: center;
            border-bottom: 1px solid #F15A29;
        }
        .dha-top img{
            max-width: 100%;
        }
        .dha-title{
            font-size: 18px;
            margin-bottom: 10px;
            text-align: center;
            color: #ffffff;
        }
        .dha-bot{
            font-size: 18px;
            padding: 25px;
            text-align: center;
            color: #ffffff;
        }
        .dha-heading{
            color: #414042;
            font-size: 40px;
            line-height: 40px;
            text-align: center;
            margin-bottom: 60px;
        }
        .section-page{
            padding-top: 30px;
        }

        .section-about{
            padding-top: 50px;
        }
        .container-about{
            padding-left: 3%;
        }
        .about-img{
            float: right;
            width: 400px;
        }
        .about-img img{
            max-width: 100%;
        }
        .about-content{
            width: calc(100% - 400px);
            float: left;
            color: #231F20;
            padding-right: 30px;
        }
        .about-head{
            font-size: 65px;
            line-height: 70px;
            font-weight: 400;
            margin-bottom: 30px;
        }
        .section-interested{
            padding-top: 50px;
        }
        .interested-box{
            padding: 30px 15px;
            color: #231F20;
            position: relative;
        }
        .interested-box:before{
            content: '';
            border: 1px solid #000000;
            position: absolute;
            top: 0;
            right: 0;
            left: 20%;
            bottom: 0;
        }
        .form-check input[type="checkbox"]{
            display: none;
        }
        .form-check input[type="checkbox"] + label{
            position: relative;
            padding-left: 30px;
            cursor: pointer;
        }
        .form-check input[type="checkbox"] + label:before{
            content: '';
            display: block;
            width: 25px;
            height: 25px;
            border: 1px solid #EF4136;
            position: absolute;
            top: 0;
            left: 0;
        }
        .form-check input[type="checkbox"]:checked + label:before{
            content: 'X';
            background-color: #EF4136;
            color: #ffffff;
            text-align: center;
        }
        .interested-left{
            background-color: #EF4136;
            padding: 70px 30px;
            width: 100%;
            height: 100%;
            margin-left: -15px;
            color: #ffffff;
            font-size: 50px;
            line-height: 80px;
        }
        .interested-form label{
            font-size: 20px;
        }
        .interested-form .form-control{
            height: 47px;
        }
        .btn-interested{
            border: 2px solid #000000!important;
            border-radius: 0!important;
            padding: 3px 30px!important;
            color: #EF4136;
            background-color: #ffffff;
        }
        .page-title{
            font-size: 30px;
            text-align: center;
            margin-bottom: 15px;
            text-transform: uppercase;
            line-height: 35px;
        }
        .logo-all img{
            display: block;
            margin: auto;
            max-width: 100%;
        }

        @media (min-width: 1680px) {
            .top-p-box {
                padding: 90px 50px;
                width: 580px;
            }
            .pbox-txt-1 {
                font-size: 73px;
                line-height: 72px;
                margin-bottom: 40px;
            }
            .pbox-txt-2 {
                font-size: 48px;
                line-height: 50px;
                margin-bottom: 40px;
            }
            .pbox-txt-3 {
                font-size: 32px;
                line-height: 34px;
            }
        }
        @media (min-width: 1440px) and (max-width: 1679px) {
            .banner-top-page{
                height: 750px;
            }
            .top-p-box {
                padding: 50px 30px;
                width: 500px;
            }
            .pbox-txt-1 {
                font-size: 68px;
                line-height: 60px;
                margin-bottom: 40px;
            }
            .pbox-txt-2 {
                font-size: 42px;
                line-height: 40px;
                margin-bottom: 40px;
            }
            .pbox-txt-3 {
                font-size: 30px;
                line-height: 34px;
            }
            .ask-head {
                font-size: 25px;
                line-height: 30px;
                margin-bottom: 20px;
            }
            .ask-text {
                font-size: 18px;
                line-height: 22px;
            }
            .ask-content {
                padding-right: 0;
            }
            .ask-form {
                padding-left: 0;
                font-size: 14px;
            }
            .form-control{
                padding: 3px;
            }
        }
        @media (min-width: 1024px) and (max-width: 1439px) {
            .banner-top-page{
                height: 580px;
            }
            .ask-head {
                font-size: 25px;
                line-height: 30px;
                margin-bottom: 20px;
            }
            .ask-text {
                font-size: 18px;
                line-height: 22px;
            }
            .ask-content {
                padding-right: 0;
            }
            .ask-form {
                padding-left: 0;
                font-size: 14px;
            }
            .form-control{
                padding: 3px;
            }
        }
        @media (min-width: 992px) and (max-width: 1023px) {
            .banner-top-page{
                height: 580px;
            }
            .ask-head {
                font-size: 25px;
                line-height: 30px;
                margin-bottom: 20px;
            }
            .ask-text {
                font-size: 18px;
                line-height: 22px;
            }
            .ask-content {
                padding-right: 0;
            }
            .ask-form {
                padding-left: 0;
                font-size: 14px;
            }
            .form-control{
                padding: 3px;
            }
            .interested-left{
                font-size: 45px;
                line-height: 60px;
            }
        }
        @media (max-width: 991px) {
            .banner-top-page{
                height: 560px;
            }
            .ask-line-center::after {
                display: none;
            }
            .ask-content {
                padding-right: 0;
                margin-bottom: 15px;
            }
            .ask-form {
                padding-left: 0;
            }
            .ask-box {
                padding: 15px 15px;
                margin-bottom: 20px;
                z-index: 1;
                float: none;
            }
            .ask-head {
                font-size: 22px;
                line-height: 22px;
                margin-bottom: 10px;
            }
            .ask-text {
                font-size: 14px;
                line-height: 18px;
            }
            .ask-form {
                font-size: 14px;
            }
            .form-control{
                padding: 3px;
            }
            .form-group {
                margin-bottom: 5px;
            }
            .section-smt {
                padding-top: 30px;
                height: auto;
            }
            .smt-item {
                margin-bottom: 15px;
            }
            .smt-right, .smt-left {
                width: 100%;
                height: auto;
                margin-bottom: 15px;
            }
            .smt-phone{
                margin-bottom: 15px;
            }
        }
        @media (min-width: 768px) and (max-width: 991px) {
            .earn-text-1 {
                font-size: 40px;
                line-height: 40px;
                margin-bottom: 30px;
            }
            .earn-text-2 {
                font-size: 12px;
                line-height: 14px;
            }
            .interested-left{
                font-size: 32px;
                line-height: 53px;
            }
        }
        @media (min-width: 768px) {

        }
        @media (max-width: 767px) {
            .earn-bar {
                width: 100%;
                float: none;
            }
            .earn-box{
                overflow: visible;
            }
            .earn-box:last-child {
                margin-bottom: 30px;
            }
            .earn-center {
                display: inline-block;
                height: 100%;
                width: 100%;
                position: relative;
                top: inherit;
                bottom: inherit;
                left: inherit;
                right: inherit;
                margin-bottom: 30px;
            }
            .earn-center-box{
                margin-left: 10px;
                margin-right: 10px;
            }
            .earn-block {
                width: 100%;
                position: relative;
                top: inherit;
                transform: translate(0, 0);
                padding: 15px;
            }
            .about-content {
                width: 100%;
                float: none;
                padding-right: 20px;
            }
            .about-head{
                text-align: center;
            }
            .about-img {
                float: none;
                width: 300px;
                margin: auto;
            }
            .interested-left {
                padding: 14px 15px;
                width: 100%;
                margin-left: 0;
                font-size: 18px;
                line-height: 28px;
            }
            .interested-box::before {
                right: 5px;
                left: 5px;
            }
            .interested-form {
                font-size: 14px;
                margin-top: 15px;
            }
        }
        @media (max-width: 992px) {

        }
        @media (min-width: 1200px) {

        }

        @media (min-width: 1280px) and (max-width: 1366px) {

        }

        @media (min-width: 1099px) and (max-width: 1279px) {

        }
        @media (min-width: 992px) and (max-width: 1199px) {

        }