﻿        .img-in-device .img-device {
            width: 100%;
        }

        .pte-banner {
            width: 100%;
            height: 400px;
            background-image: url(/Content/images/Carousel/shared/bg_bn.jpg);
            background-repeat: no-repeat;
            background-position: 0 0;
        }

        .pte-start-btn {
            display: inline-block;
            font-size: 16px;
            background-color: #f98639;
            border-radius: 40px;
            color: #fff;
            text-align: center;
            padding: 9px 30px;
        }

        .pte-banner-ctn {
            position: relative;
            height: 100%;
        }


        .pte-banner-v2 {
            xposition: relative;
            right: 0;
            top: 15px;
            color: #fff;
            margin: 25px;
        }

        .pte-all-title h2, .pte-all-title h3 {
            text-align: center;
            font-size: 40px;
            margin: 0 0 40px;
            xcolor: #242438;
        }

        .pte-logos-pp {
            overflow: hidden;
            margin: 0 auto;
            display: inline-block;
        }

            .pte-logos-pp i {
                width: 60px;
                height: 60px;
                float: left;
                margin-right: 30px;
            }

        .pte-logos-pp-text p.right {
            text-align: right;
            font-size: 16px;
        }


        @media (max-width: 767px) {

          .text-xs-center {
            text-align: center;
          } 
        }
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }