<style type="text/css">
        *{
            -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: #6d6e71;
            font-size: 20px;
            line-height: 24px;
            font-family: 'Roboto', sans-serif;
        }
        .banner-top-page{
            padding-top: 100px;
            padding-bottom: 40px;
            color: #ffffff;

            background-position: bottom center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .b-top-logo-img{
            max-width: 100%;
            margin-bottom: 30px;
        }
        .b-top-flatform-img{
            width: 100%;
            max-width: 100%;
        }
        .flatform-list{
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: center;
        }
        .flatform-list li{
            display: inline-block;
        }
        .flatform-list li img{
            width: 120px;
        }

        .b-top-text{
            color: #ffffff;
            font-size: 20px;
        }

        .play-video{
            color: #ffffff !important;
            text-decoration: none;
            margin-top: 30px;
            display: inline-block;
            margin-left: 30px;
            font-size: 20px;
        }
        .play-video:hover{
            color: #ffffff;
            text-decoration: none;
        }

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

        .section-title{
            color: #231F20;
            font-size: 35px;
            line-height: 38px;
            text-align: center;
            margin-top: 0;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .real-time-img{
            max-width: 100%;
            width: 100%;
        }

        .content-title{
            font-weight: 700;
            font-size: 22px;
            color: #414042;
            margin-top: 0;
            line-height: 25px;
            margin-bottom: 20px;
        }
        .content{
            font-size: 18px;
            line-height: 20px;
        }

        .section-experience{
            padding-top: 40px;
            padding-bottom: 40px;
            
            background-position: bottom center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .section-experience .section-title{
            color: #ffffff;
            text-transform: uppercase;
            font-size: 28px;
        }

        .expertise-img{
            max-width: 100%;
            width: 100%;
        }

        .experience-text{
            color: #ffffff;
            text-align: center;
            margin-top: 90px;
            font-size: 20px;
        }
        .expertise-with{
            color: #ffffff;
            text-align: center;
            margin-top: 100px;
            font-size: 18px;
        }

        .expertise-logo img{
            max-width: 100%;
            width: 200px;
        }

/*  pp---- */
        /* COMMON PRICING STYLES */
        .price-column{
            padding-left: 5px;
            padding-right: 5px;
        }
        .panel.price{
            margin-bottom: 15px;
        }
        .panel.price,
        .panel.price>.panel-heading{
            border-radius:0;
        }
        .panel.price>.panel-heading{
            padding: 10px 15px;
        }
        .panel.price>.panel-heading h3{
            font-size: 16px;
            text-transform: uppercase;
            margin: 0;
        }

        .price .list-group{
            min-height: 186px;
        }
        .price .list-group-item{
            font-size: 16px;
            line-height: 20px;
            padding: 5px 15px;
            /*min-height: 42px;*/
            border: none;
        }

        .panel.price .list-group-item:last-child {
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }
        .panel.price .list-group-item:first-child {
            border-top-right-radius: 0px;
            border-top-left-radius: 0px;
        }
        .price .list-group-item.lead{
            font-size: 25px;
            font-weight: bold;
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .price >.panel-body {
            min-height: 174px;
            padding: 15px;
        }

        .price .panel-footer {
            text-align: center;
            padding: 15px;
        }


        .panel.price .btn{
            background-color: #18A54A;
            color: #ffffff;
            border-radius: 0;
        }

        .price-txt-1{
            font-size: 18px;
        }
        .price-txt-2{
            font-size: 22px;
            font-style: italic;
            font-weight: bold;
        }
        .price-txt-3{
            font-size: 15px;
        }
        .price-txt-4{
            font-size: 30px;
            margin-top: 15px;
            font-weight: bold;
        }
        .price-txt-5{
            font-size: 30px;
            font-weight: bold;
            line-height: 35px;
        }
        .price-txt-6{
            font-size: 30px;
            font-weight: bold;
            line-height: 35px;
            margin-top: 15px;
        }
        .price-txt-7{
            font-size: 12px;
        }
        .price-txt-8{
            font-size: 30px;
            font-weight: bold;
            line-height: 35px;
            margin-top: 35px;
        }




        /* default panel */
        .price.panel-default{

        }
        .price.panel-default>.panel-heading {
            color: #231F20;
            background-color: #EDF0F1;
            border-color: #EDF0F1;
        }
        .price.panel-default>.panel-body {
            color: #231F20;
            background-color: #EDF0F1;
        }
        .price .list-group{
            background-color: #E2E6E7;
        }
        .price.panel-default .list-group-item {
            color: #231F20;
            background-color: #E2E6E7;
        }
        .price.panel-blue .list-group-item.lead{

        }
        .price.panel-default .panel-footer {
            background-color: #E2E6E7;
        }

        /* blue panel */


        .price.panel-blue>.panel-heading {
            color: #1F62AF;
            background-color: #9FC8EA;
            border-color: #9FC8EA;
        }


        .price.panel-blue>.panel-body {
            color: #231F20;
            background-color: #73A3D4;
        }
        .price.panel-blue .list-group{
            background-color: #327ABD;
        }
        .price.panel-blue .list-group-item {
            color: #231F20;
            background-color: #327ABD;
        }
        .price.panel-blue .list-group-item.lead{
            background-color: #2262AF;
        }
        .price.panel-blue .panel-footer {
            background-color: #9FC8EA;
        }

/*  pp---- */

        .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;
        }

        .section-exclusively{
            padding-top: 60px;
            padding-bottom: 60px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .section-exclusively .section-title{
            color: #ffffff;
        }
        .list-intro li{
            color: #ffffff;
            font-size: 20px;
            line-height: 30px;
            list-style: disc;
            margin-bottom: 20px;
        }
        .signup-btn{
            display: inline-block;
            border: 1px solid #ffffff;
            color: #ffffff !important;
            font-size: 25px;
            padding: 0 30px;
            line-height: 50px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;

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

        }
        @media (min-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) {
            .experience-text {
                margin-top: 30px;
                font-size: 18px;
            }
            .expertise-with {
                margin-top: 40px;
            }
        }
        @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;
            }
            .section-title {
                font-size: 25px;
                margin-bottom: 25px;
            }

            .lp_footer_section{
                margin-bottom: 15px;
            }
            .footer {
                text-align: center;
            }
            .lp_footer_section{
                width: 142px;
                margin: 0 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: 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;
            }
        }