
        /* TPL File Can Edit Content */

        *{
            -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;
            font-family: 'Roboto', sans-serif;
        }
        .flatform-list li{
            display: inline-block;
        }
        .flatform-list li img{
            width: 120px;
        }

        .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{
            margin-top: 20px;
        }
        .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: #1b9e37;
            font-size: 14px;
            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;
            }
            .section-page {
                padding-top: 15px;
                padding-bottom: 15px;
            }
        }
        @media (max-width: 767px) {
            .section-page {
                padding-top: 25px;
                padding-bottom: 25px;
            }

            .lp_footer_section{
                margin-bottom: 15px;
            }
            .footer {
                text-align: center;
            }
            .lp_footer_section{
                width: 142px;
                margin: 20px auto 30px auto;
            }
            .section-page {
                padding-top: 15px;
                padding-bottom: 15px;
            }
        }
        /* ------ top menu ----- */
        .login-landing-page {
            background: none;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            background-color: #231F20;
            height: 55px;
            width: 100%;
            padding: 5px 10px;
            text-align: right;
        }
        .login-landing-page.sticky{
            position: fixed;
            top: 0;
            left: 0;
            background-color: rgba(84, 92,99, 0.6);
        }
        .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;
            }
            .disclaimer_content {
                padding: 0;
            }
            .lp_footer_section {
                margin: 10px 0;
            }
            .footer {
                text-align: left;
            }
        }

        .list-intro li{
            font-size: 18px;
            color: #ffffff;
            padding: 10px 0;
        }





        .section-page{
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .top-page{
            background-color: #231F20;
            height: 55px;
        }

        .banner-top-page{
            padding-top: 55px;
            padding-bottom: 40px;
            color: #ffffff;
            text-align: center;
            height: 932px;

            background-position: bottom center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .banner-top-page > div{
            text-align: center;
        }

        .banner-top-page h1{
            color: #ffffff;
            font-size: 150px;
            margin-bottom: 45px;
            text-align: center;
        }
        .banner-top-page h2{
            color: #00ADEE;
            font-size: 80px;
            margin-bottom: 35px;
            text-align: center;
        }
        .banner-top-page .btn-training{
            margin-top: 90px;
            margin-bottom: 35px;
            border: none;
        }
        .btn-training{
            background-color: #FFF100;
            color: #231F20;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            padding: 10px 25px;
            font-size: 40px;
            display: inline-block;
            line-height: 50px;
        }
        .btn-training:hover{
            text-decoration: none;
        }

        .banner-top-page p{
            font-size: 20px;
            color: #ffffff;
        }

        .section-page-desc{
            font-size: 25px;
            font-weight: bold;
            line-height: 30px;
        }

        .grid-row{

        }
        .grid-cell{
            width: 50%;
            float: left;
        }
        .grid-cell.img-right{
            width: 50%;
            float: right;
        }
        .grid-cell .img-banner{
            width: 100%;
        }

        .grid-cell.gird-text{
            padding: 40px 40px 15px 40px;
        }

        .grid-cell h3{
            margin-bottom: 10px;
        }

        .grid-cell p{
            margin-bottom: 5px;
        }
        .line-bg-1:before,.line-bg-2:before,.line-bg-3:before,.line-bg-4:before{
            content: '';
            display: block;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            height: 9px;
            width: 49px;
        }
        .line-bg-1:before{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//line-rd-1.png");
        }
        .line-bg-2:before{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//line-rd-2.png");
        }
        .line-bg-3:before{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//line-rd-3.png");
        }
        .line-bg-4:before{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//line-rd-4.png");
        }


        .iphone-box{
            position: relative;
            width: 25%;
            float: left;
            padding: 0 20px;
        }

        .iphone-box .iphone-img{
            width: 100%;
        }

        .iphone-box .iphone-content{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
            padding: 0 20px;
            color: #ffffff;
        }
        .iphone-main{
            padding-left: 10%;
            padding-right: 10%;
            padding-top: 20%;
            padding-bottom: 20%;
            font-size: 100%;
        }
        .iphone-main .ip-text-1{
            font-size: 30px;
            color: #ffffff;
        }
        .iphone-main .ip-text-2{
            font-size: 20px;
            color: #ffffff;
        }
        .iphone-main .ip-text-3{
            font-size: 18px;
            color: #ffffff;
        }
        .iphone-main .ip-text-4{
            font-size: 9px;
            color: #ffffff;
        }

        .iphone-main a{
            color: #ffffff;
        }

        .line-ip-1,.line-ip-2,.line-ip-3,.line-ip-4{
            margin-bottom: 10px;
            margin-top: 10px;
        }
        .line-ip-1:before,.line-ip-2:before,.line-ip-3:before,.line-ip-4:before{
            content: '';
            display: block;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            height: 3px;
            width: 48px;
        }
        .line-ip-1:before{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//line-ip-1.png");
        }
        .line-ip-2:before{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//line-ip-2.png");
        }
        .line-ip-3:before{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//line-ip-3.png");
        }
        .line-ip-4:before{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//line-ip-4.png");
        }


        .sec-content{
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .btn-take-action{
            display: inline-block;
            width: 408px;
            height: 59px;
            line-height: 59px;
            text-align: center;
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//btn-take-action.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;

            color: #ffffff !important;
            font-size: 20px;
        }

        .btn-take-action:hover{
            text-decoration: none;
            color: #ffffff;
        }

        .color-box{

        }

        .color-box .color-box-head{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//box-1.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;

            height: 111px;
            line-height: 111px;
            text-align: center;
        }

        .color-box-head.cbh-1{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//box-1.png");
        }

        .color-box-head.cbh-2{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//box-2.png");
        }

        .color-box-head.cbh-3{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//box-3.png");
        }

        .color-box .color-box-main{
            background-color: #404041;
            color: #ffffff;
            padding: 30px 15px;
            text-align: center;
            height: 590px;
        }

        .color-box .color-box-bot{
            background-color: #A6A8AB;
            color: #231F20;

            text-align: center;

            margin-top: 5px;
            padding: 15px;
            height: 160px;
        }

        .line-cb-1,.line-cb-2,.line-cb-3{
            margin-bottom: 10px;
            margin-top: 10px;
        }
        .line-cb-1:before,.line-cb-2:before,.line-cb-3:before{
            content: '';
            display: block;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            height: 3px;
            width: 57px;
            margin: auto;
        }
        .line-cb-1:before{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//line-cb-1.png");
        }
        .line-cb-2:before{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//line-cb-2.png");
        }
        .line-cb-3:before{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//line-cb-3.png");
        }

        .box-panel{
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;

            padding-top: 30px;
            margin: auto;

            text-align: center;
            font-weight: bold;
        }

        .box-panel.bp-1{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//box-lg-1.png");
            height: 392px;
        }
        .box-panel.bp-2{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//box-lg-2.png");
            height: 336px;
        }
        .box-panel-text{
            font-size: 30px;
        }
        .box-panel-heading{
            font-size: 60px;
            line-height: 72px;
        }

        .btn-green{
            background-color: #009345;
            color: #ffffff !important;
            border-radius: 40px;
            -moz-border-radius: 40px;
            -webkit-border-radius: 40px;
            padding: 10px 30px;
            font-size: 30px;
            display: inline-block;
            line-height: 35px;
        }

        .section-title{
            font-size: 43px;
            text-align: center;
        }

        .plan-box{
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            height: 302px;
            padding: 25px;
            margin-bottom: 15px;
        }
        .plan-box.plb-1{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//plan-1.png");
        }
        .plan-box.plb-2{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//plan-2.png");
        }
        .plan-box.plb-3{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//plan-3.png");
        }
        .plan-box.plb-4{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//plan-4.png");
        }
        .plan-box.plb-5{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//plan-5.png");
        }
        .plan-box.plb-6{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//plan-6.png");
        }
        .plan-box.plb-7{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//plan-7.png");
        }
        .plan-box.plb-8{
            background-image: url("https://www.alpssocial.com/application/modules/Trade/externals/images/thetradingempire//plan-8.png");
        }

        .plan-box-main{
            /*background-color: #404041;*/
            color: #ffffff;
            font-size: 15px;
        }

        .black-page{
            background-color: #000000;
            color: #ffffff;
        }

        .page-title{
            text-align: center;
        }
        .page-title span{
            color: #ffffff;
            border-bottom: 1px solid #ffffff;
            display: inline-block;
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 10px;
            color: #ffffff;
        }
        .black-page p{
            color: #ffffff !important;
        }
        .banner-top-page h1 {
            font-size: 96px;
            margin-bottom: 25px;
        }
        .banner-top-page h2 {
            font-size: 50px;
            margin-bottom: 10px;
        }

        .popup_wrapper, .overlay {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            overflow: hidden;
        }
        .popup_wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            visibility: hidden;
            transition: opacity 500ms;
            opacity: 0;
        }
        .overlay {
            z-index: 0;
            background: rgba(0, 0, 0, .618);
        }
        .show {
            visibility: visible;
            opacity: 1;
            overflow: scroll;
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .popup {
            position: relative;
            z-index: 1;
            width: 70%;
            max-width: 485px;
            min-height: 160px;
            flex: 0 1 auto;
            overflow: hidden;
            background: #000000;
            border: 2px solid #f6921e;
            border-radius: 16px;
            transition: all .02s ease-in-out;
        }
        .popup .close {
            position: absolute;
            top: 10px;
            right: 10px;
            display: inline-block;
            font-size: 24px;
            font-weight: bolder;
            color: #aaa;
            text-decoration: none;
        }
        .close:hover {
            color: #444;
        }
        .popup .title p {
            padding-left: 12px;
            font-size: 24px;
            line-height: 44px;
            text-align: left;
            background: #eee;
            border-bottom: 3px solid #f6921e;
        }
        .hide_sb {
            height: 100%;
            overflow: hidden;
        }
        .popup-content{
            padding: 15px;
        }

        .form-wrapper{

        }
        .form-label{
            width: 150px;
            float: left;
            clear: left;
        }
        .form-label label{
            font-size: 16px;
            display: block !important;
        }
        .form-element {
            width: 300px;
            text-align: left;
            margin-bottom: 8px;
            overflow: hidden;
            float: left;
            clear: none;
        }
        .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;
        }
        #submit-wrapper button,.submit-action{
            font-size: 14px;
            background-color: #000000;
            border: 1px solid #c57518;
            color: #f6921e;
            font-weight: 300;
            cursor: pointer;
            height: 32px;
            line-height: 32px;
            padding: 0 30px;
        }
        #facebook-wrapper, #twitter-wrapper {
            display: none;
        }
        #terms-wrapper input[type="checkbox"] {
            margin: 0;
        }
        #terms-wrapper label {
            font-size: 12px;
        }
        .popup-content h3 {
            margin-top: 0;
        }


        .container{
            width: 90%;
            margin: auto;
        }
        .clearfix:before, .clearfix:after{
            display: table;
            content: " ";
        }
        .clearfix:after{
            clear: both;
        }

        @media (min-width: 768px) {

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

        }
        @media (min-width: 1200px) {
            .container {
                max-width: 1220px;
            }
        }

        @media (min-width: 1200px) and (max-width: 1365px) {
            .banner-top-page {
                padding-top: 25px;
                padding-bottom: 40px;
                height: 588px;
            }
            .btn-training {
                padding: 10px 25px;
                font-size: 25px;
                line-height: 25px;
            }
            .banner-top-page .btn-training {
                margin-top: 80px;
                margin-bottom: 24px;
            }
            .banner-top-page p {
                font-size: 18px;
            }
            .section-page-desc {
                font-size: 25px;
            }
            .box-panel.bp-1 {
                height: 350px;
            }
            .box-panel.bp-2 {
                height: 299px;
            }
            .box-panel-heading {
                font-size: 50px;
            }
            .box-panel-text {
                font-size: 25px;
            }
            .color-box .color-box-head{
                height: 109px;
                line-height: 109px;
            }

        }
        @media (min-width: 992px) and (max-width: 1199px) {
            .section-page {
                padding-top: 20px;
                padding-bottom: 20px;
            }

            .banner-top-page {
                padding-top: 30px;
                padding-bottom: 40px;
                height: 486px;
            }
            .banner-top-page h1 {
                font-size: 80px;
                margin-bottom: 10px;
            }
            .banner-top-page h2 {
                font-size: 43px;
                margin-bottom: 10px;
            }
            .banner-top-page .btn-training {
                margin-top: 62px;
                margin-bottom: 25px;
            }
            .btn-training {
                padding: 10px 25px;
                font-size: 16px;
                line-height: 20px;
            }

            .banner-top-page p {
                font-size: 15px;
            }
            .section-page-desc {
                font-size: 20px;
            }
            .grid-cell p {
                margin-bottom: 5px;
                font-size: 15px;
            }

            .grid-cell.gird-text {
                padding: 30px 40px 15px 40px;
            }
            .iphone-main{
                line-height: 20px;
            }
            .iphone-main .ip-text-1 {
                font-size: 20px;
            }
            .iphone-main .ip-text-2 {
                font-size: 14px;
            }
            .iphone-main .ip-text-3 {
                font-size: 12px;
            }

            .color-box .color-box-head{
                height: 85px;
                line-height: 85px;
            }
            .color-box .color-box-main {
                font-size: 15px;
                line-height: 20px;
                height: 400px;
            }
            .color-box .color-box-bot {
                height: 125px;
                font-size: 15px;
            }

            .box-panel.bp-1 {
                height: 306px;
            }
            .box-panel-text {
                font-size: 20px;
            }
            .box-panel-heading {
                font-size: 40px;
            }

            .btn-green {
                padding: 10px 30px;
                font-size: 20px;
                line-height: 35px;

            }

            .box-panel.bp-2 {
                height: 262px;
            }

            .plan-box {
                height: 231px;
                padding: 25px;
                margin-bottom: 15px;
            }
            .plan-box-main {
                font-size: 11px;
            }
        }
        @media (min-width: 768px) and (max-width: 991px) {
            .section-page {
                padding-top: 20px;
                padding-bottom: 20px;
            }

            .banner-top-page {
                padding-top: 20px;
                padding-bottom: 40px;
                height: 376px;
            }
            .banner-top-page h1 {
                font-size: 55px;
                margin-bottom: 10px;
            }
            .banner-top-page h2 {
                font-size: 30px;
                margin-bottom: 10px;
            }
            .banner-top-page .btn-training {
                margin-top: 55px;
                margin-bottom: 20px;
            }
            .btn-training {
                padding: 5px 15px;
                font-size: 14px;
                line-height: 16px;
            }

            .banner-top-page p {
                font-size: 15px;
            }
            .section-page-desc {
                font-size: 18px;
            }
            .grid-cell p {
                margin-bottom: 5px;
                font-size: 12px;
            }

            .grid-cell.gird-text {
                padding: 15px 10px 5px 10px;
            }
            .grid-cell h3 {
                margin-bottom: 5px;
                font-size: 25px;
            }

            .iphone-main{
                line-height: 15px;
            }
            .iphone-main .ip-text-1 {
                font-size: 15px;
            }
            .iphone-main .ip-text-2 {
                font-size: 12px;
            }
            .iphone-main .ip-text-3 {
                font-size: 10px;
            }

            .color-box .color-box-head{
                height: 60px;
                line-height: 60px;
            }
            .color-box .color-box-main {
                font-size: 12px;
                line-height: 18px;
                height: 400px;
            }
            .color-box .color-box-bot {
                height: 100px;
                font-size: 12px;
            }
            .box-panel{
                padding-top: 25px;
            }
            .box-panel.bp-1 {
                height: 227px;
            }
            .box-panel-text {
                font-size: 15px;
            }
            .box-panel-heading {
                font-size: 25px;
            }

            .btn-green {
                padding: 5px 25px;
                font-size: 15px;
                line-height: 30px;
            }

            .box-panel.bp-2 {
                height: 194px;
            }

            .plan-box {
                height: 363px;
                padding: 30px;
                margin-bottom: 15px;
            }
            .plan-box-main {
                font-size: 18px;
            }
        }
        @media (max-width: 767px){
            .banner-top-page {
                height: 290px;
            }
            .banner-top-page h1 {
                font-size: 30px;
                margin-bottom: 15px;
            }
            .banner-top-page h2 {
                font-size: 16px;
                margin-bottom: 10px;
            }
            .banner-top-page p {
                font-size: 12px;
            }
            .banner-top-page .btn-training {
                margin-top: 20px;
                margin-bottom: 25px;
            }
            .btn-training {
                padding: 10px 25px;
                font-size: 20px;
                line-height: 25px;
            }
            .section-page-desc {
                font-size: 14px;
            }
            .section-page {
                padding-top: 20px;
                padding-bottom: 20px;
            }
            .grid-cell {
                width: 100%;
                float: none;
            }
            .grid-cell.gird-text {
                padding: 15px 15px 15px 15px;
            }
            .grid-cell.img-right {
                width: 100%;
                float: none;
            }
            .iphone-box {
                width: 230px;
                float: none;
                padding: 0 20px;
                margin: 15px auto;
            }
            .iphone-main .ip-text-1 {
                font-size: 25px;
            }
            .iphone-main .ip-text-3 {
                font-size: 12px;
            }
            .btn-take-action {
                width: 250px;
                height: 36px;
                line-height: 36px;
                font-size: 15px;
            }
            .color-box{
                margin-bottom: 15px;
                margin-left: auto;
                margin-right: auto;
                width: 320px;
            }
            .color-box .color-box-head {
                height: 85px;
                line-height: 85px;
            }
            .color-box .color-box-main {
                padding: 30px 15px;
                height: 360px;
                font-size: 12px;
            }
            .color-box .color-box-bot {
                margin-top: 2px;
                padding: 15px;
                height: 110px;
                font-size: 14px;
            }

            .box-panel{
                padding-top: 2px;
            }
            .box-panel.bp-1 {
                height: 95px;
                width: 290px;
                margin-bottom: 30px;
            }
            .box-panel-text {
                font-size: 12px;
                margin-bottom: 0;
            }
            .box-panel-heading {
                font-size: 13px;
                margin-bottom: 0;
            }
            .btn-green {
                padding: 0px 20px;
                font-size: 12px;
                line-height: 24px;
            }
            .box-panel.bp-2 {
                height: 82px;
                width: 290px;
            }
            .section-title {
                font-size: 25px;
            }
            .plan-box {
                height: 320px;
                padding: 25px;
                margin-bottom: 15px;
                width: 290px;
                margin-left: auto;
                margin-right: auto;
            }
            .page-title span {
                padding-left: 15px;
                padding-right: 15px;
                padding-bottom: 10px;
                font-size: 20px;
            }
            .black-page {
                font-size: 12px;
            }
        }