#content{
            padding-left:0!important;
            padding-right: 0!important;
        }
        .static-page-container{
            width: 100%;
            color: #121312;
            padding-bottom: 25px;
        }
        .bd-btm{
            border-bottom: #ebebeb solid 1px;
            margin-bottom: 10px;
        }

        .mb10{
            margin-bottom: 10px;
        }

        .banner-img{
            width: 100%;
            display: block;
        }
        .heading1{
            color: #8f0000;
            font-family: Roboto,sans-serif;
            font-size: 1.125rem;
            padding-bottom: 7px;
            font-weight: 700;
        }
        h2.heading2{
            color: #8f0000;
            font-family: Roboto, sans-serif;
            font-size: 1rem;
            padding-bottom: 3px;
            font-weight: 700;
        }
        .content-wrapper{
            background: #fff;
            box-sizing: border-box;
            width: 100%;
            padding: 10px 15px;
        }
        .cont-p{
            display: block;
            width: 100%;
            font-size: 0.875rem;
            margin-bottom: 10px; 
            color: #121312;
        }

        .cta-actions.cont-p .left {
          padding-top: 6px;
        }

        .cont-p i{
            font-style: italic;
        }

        .cont-p a{
            text-decoration: underline;
        }

        .download-card{
            float: left;
            width: 49%;
            box-sizing: border-box;     
        }

        .download-card:nth-of-type(even){
            float: right;
        }

        .download-card .download-card-head{
            text-align: center;
            background: #737373;
            color: #fff;
            padding: 10px 5px;
            font-size: 0.8rem;
        }

        .download-card .download-card-body{
           background: #f5f5f5;
           border: #ebebeb solid 1px;
           padding: 5px;
           height: 100px;
           margin-bottom: 10px;
        }

        .app-exp-cont h4{
            color: #8f0000;
            font-family: Roboto, sans-serif;
            font-size: 1.1rem;
            padding: 8px 2px;
            margin: 0;
            font-weight: 700;
            text-align: center;
        }

        .app-exp-cont .img-container{
            width: 100%;
            height: 160px;
            background: url('https://d22ueo28hfk252.cloudfront.net/Content/versioned/2.0.0.1/images/lp/mobile22.png')no-repeat;
            max-width: 300px;
            background-size: 580px;
            margin: auto;
        }


        .app-exp-wrapper .img-1{
            background-position: 6px -92px;
        }

        .app-exp-wrapper .img-2{
            background-position: -25px -250px;
            height: 152px;
          }

          .app-exp-wrapper .img-3{
            background-position: -30px -330px;
            height: 180px;
            background-size: 480px;
          }
        .app-exp-wrapper .img-4{
            background-position: -286px -61px;
            height: 191px;
         }

         .download-link{
            display: block;
            width: 97%;
            margin: 5px auto;
            height: auto;
            max-width: 160px;
            border-radius: 2px;
            text-align: center;
            vertical-align: middle;
            background: #1d8722;
            color: #fff;
            font-size: 0.9rem;
            text-decoration: none;
            padding: 10px;
            box-sizing: border-box;
            margin-top: 30px;
         }

         .download-link > span{
            vertical-align: middle;
            display: inline-block;
            width: 118px;
            height: 40px;
            background-image: url('https://d22ueo28hfk252.cloudfront.net/Content/versioned/2.0.0.1/images/lp/mobile22.png');
            background-repeat: no-repeat;
            background-size: 614px;
            margin-top: 2px;
         }

         .download-link.android{
            background-color: #1d8722;
         }

         .download-link.ios{
            background-color: #000; 
         }

         .download-link.android span{
            background-position: -13px -51px;
         }

         .download-link.ios span{
            background-position: -13px -5px;
         }

         .mob-icon{
            background-image: url('https://d22ueo28hfk252.cloudfront.net/Content/versioned/2.0.0.1/images/lp/mobile22.png');
            display: block;
            width: 40px;
            height: 60px;
            margin: 10px auto 2px;
            background-position: -423px -378px;
         }

         .mob-num{
            display: block;
            text-align: center;
            color: #3a3a3a!important;
            font-family: Roboto, sans-serif;    
            font-size: 1rem;
            font-weight: 700;
            text-decoration: none!important
         }

         .sms-div{
            position: relative;
         }

         .sms-div > input{
             display: block;
             font-family: Roboto, sans-serif;
            -webkit-appearance: none;
            -moz-appearance: none;
            border: #d0d0d0 solid 1px;
            border-radius: 3px;
            color: #3a3a3a;
            margin: 10px auto 15px;
            font-size: 13px;
            max-width: 170px;
            width: 80%;
            text-align: center;
            padding: 10px 5px;
         }

         .sms-div .send-btn{
            display: block;
            font-family: Roboto, sans-serif;
            background: #1d8722;
            color: #FFFFFF;
            padding: 9px 15px;
            border-radius: 2px;
            cursor: pointer;
            font-weight: normal;
            box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.4);
            font-size: 0.8rem;
            max-width: 70px;
            margin: 0 auto;
            text-align: center;
         }

         .sms-div .success-msg{
            width: 100%;
            display: none;
            color: #3e9b00;
            font-size: 10px;
            position: absolute;
            top: 54px;
            -webkit-font-smoothing: antialiased;
            text-align: center;
         }

         .sms-div .error-msg{
            width: 100%;
            display: none;
            color: #8B0502;
            font-size: 10px;
            position: absolute;
            top: 54px;
            left: 0;
            text-align: center;
            -webkit-font-smoothing: antialiased;
         }

         .qr-img{
            width: 70px;
            display: block;
            margin: 15px auto;
         }

         .toggle-wrap{
            margin-bottom: 30px;
          }

          .cont-div p{
            margin-bottom: 10px; 
          }

          .bold{
            font-weight: bold;
          }

          .toggle-body{
            display: none;
          }

          h2.toggle-head {
            font-size: 1rem;
            font-weight: 700;
            color: #8f0000;
            line-height: 1.3rem;
          }

          .static-heading2 {
            margin-top: 15px;
            font-size: 1rem;
            font-weight: bold;
            color: #8f0000;
         }

         .cont-div {
            color: #121312;
            font-size: 0.9rem;
            margin-top: 8px;
            text-align: left;
            line-height: 1.2rem;
        }

        .cont-div p{
            color: #121312;
            font-size: 0.9rem;
            margin-top: 8px;
            text-align: left;
            line-height: 1.2rem;
        }

        .cont-ul{
          color: #121312;
          font-size: 0.9rem;
          margin-top: 8px;
        }

        .cont-ul li{
          position: relative;
          padding: 3px 5px 3px 25px;
          line-height: 20px;
        }

        .cont-ul li.android:before{
          content: '';
          width: 23px;
          height: 23px;
          position: absolute;
          left: 0;
          top: 2px;
          background: url('https://d22ueo28hfk252.cloudfront.net/Content/versioned/2.0.0.1/images/lp/mobile_new.png')no-repeat;
          background-position: -498px -364px;
        }

        .cont-ul li.windows:before{
          content: '';
          width: 20px;
          height: 20px;
          position: absolute;
          left: 0;
          top: 2px;
          background: url('https://d22ueo28hfk252.cloudfront.net/Content/versioned/2.0.0.1/images/lp/mobile_new.png')no-repeat;
          background-position: -498px -385px;
        }

        .cont-ul li.ios:before{
          content: '';
          width: 20px;
          height: 20px;
          position: absolute;
          left: 0;
          top: 2px;
          background: url('https://d22ueo28hfk252.cloudfront.net/Content/versioned/2.0.0.1/images/lp/mobile_new.png')no-repeat;
          background-position: -497px -341px;
        }


        .cont-ul li.chrome:before{
          content: '';
          width: 20px;
          height: 20px;
          position: absolute;
          left: 0;
          top: 2px;
          background: url('https://d22ueo28hfk252.cloudfront.net/Content/versioned/2.0.0.1/images/lp/mobile_new.png')no-repeat;
          background-position: -466px -339px;
        }

        .cont-ul li.mozilla:before{
          content: '';
          width: 20px;
          height: 20px;
          position: absolute;
          left: 0;
          top: 2px;
          background: url('https://d22ueo28hfk252.cloudfront.net/Content/versioned/2.0.0.1/images/lp/mobile_new.png')no-repeat;
          background-position: -466px -404px;
        }

        .cont-ul li.internetEx:before{
          content: '';
          width: 20px;
          height: 20px;
          position: absolute;
          left: 0;
          top: 2px;
          background: url('https://d22ueo28hfk252.cloudfront.net/Content/versioned/2.0.0.1/images/lp/mobile_new.png')no-repeat;
          background-position: -466px -382px;
        }

        .cont-ul li.safari:before{
          content: '';
          width: 20px;
          height: 20px;
          position: absolute;
          left: 0;
          top: 2px;
          background: url('https://d22ueo28hfk252.cloudfront.net/Content/versioned/2.0.0.1/images/lp/mobile_new.png')no-repeat;
          background-position: -466px -360px;
        }

        .toggle-head .plus-icon {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 4px;
            border: 2px solid #2e8c00;
            background: #62be01;
            line-height: 20px;
            color: #fff;
            margin-left: 5px;
            text-align: center;
            vertical-align: middle;
            font-size: 1.2rem;
        }

        .toggle-head .plus-icon.minus{
            line-height: 19px;
            font-size: 1.3rem;
        }

        .hero-banner-hldr{
            position: relative;
        }

        .banner-downaload-link{
            position: absolute;
            right: 5px;
            bottom: 22%;
            width: 40%;
        }

        .banner-downaload-link > a{
            display: block;
            width: 90%;
            margin: 5px auto 0;
        }

        .banner-downaload-link a.download-link{
            height: auto;
            background: #1d8722;
            color: #fff;
            font-size: 0.9rem;
            text-decoration: none;
            padding: 10px;
            box-sizing: border-box;
            max-width: 200px;
        }

        .banner-downaload-link > a > span{
            background-size: 500px;
            margin-top: 2px;
            width: 105px;
            height: 29px;
        }

        .banner-downaload-link a.download-link.android span{
            background-position: -6px -43px;
        }

        .banner-downaload-link a.download-link.ios span {
            background-position: -6px -6px;
        }

        .cont-p a{
            color: #014460;
        }

        .new-promo-design .download-card img {
            width:100%;
        }
        .new-promo-design .download-card .cont-p {
            text-align: center;
            margin-top: 5px;
        }





  /*
*  Amit Sharma New Mobile Pages Design CSS (Slider, New exp Design)
*/

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top: 2px;margin-bottom: 0px;}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#b3b3b3;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#730000}
.slider__contents {height: 100%;padding:0.1rem 1rem 0.3rem 1rem;text-align: center;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;-webkit-flex-flow: column nowrap;-ms-flex-flow: column nowrap;flex-flow: column nowrap;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center; background: #fff;border-radius: 3px;margin: 10px;box-sizing: border-box;}
.slider__contents h2 {display: block;font-size: 1em;font-weight: bold;margin: 3px 0 3px 0; color: #000;}
.slider__contents p {display: block;font-size: 0.875rem;text-align: center;line-height: 18px;color: #000;}
.slider__contents span {display: block;font-size:0.875rem;text-align: center;line-height: 18px;font-weight: bold;}
.new-promo-design .slider__contents span {color: #ffbe00 !important;}

/*
*  End Amit Sharma New Mobile Pages Design CSS (Slider, New exp Design)
*/


/*
*  Amit Sharma New Mobile Pormotion Pages CSS (Slider, New exp Design)
*/

    .new-promo-design .download-card a {
        text-decoration: none;
    }
    .play-now-cta-s {
        display: block;
        font-family: Roboto, sans-serif;
        background: #1d8722;
        color: #FFFFFF !important;
        padding: 9px 15px;
        border-radius: 2px;
        cursor: pointer;
        font-weight: normal;
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.4);
        font-size: 0.75rem;
        max-width: 70px;
        margin: 0 auto;
        text-align: center;
        text-decoration: none !important;
    }
    .left {
        float: left;
    }
    .right {
        float: right;
    }

    .promo-card {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .promo-card img {
        width: 100%;
        display: block;
    }

    .promo-head-wrap {
        overflow: hidden;
    }

    .promo-head-wrap left {
        margin-top: 10px;
    }

    body p>b {
        color: inherit !important;
    }
    .bg-col {
        background: #f1f1f1;
        overflow: hidden;
        border: 1px solid #d1d1d1;
        padding: 8px;
        font-size: 11px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .date-and-time {
        clear: both;
        width: 100%;
        overflow: hidden;
        font-weight: bold;
        color: #121312;
        margin-bottom: 5px;
        line-height: 16px;
    }

    .date-and-time .right {
        text-align: right;
    }

    .cta-actions {
        padding-top: 8px;
    }

    .promo-head-wrap .left{
        padding-top: 10px;
    }

    .promo-date-and-time {
        background: #f1f1f1;
        overflow: hidden;
        border: 1px solid #d1d1d1;
        padding: 8px;
        border-radius: 3px;
        width: 95%;
        line-height: 20px;
    }
    .promo-date-and-time .right{
        text-align: right;
    }
    
    .play-now-cta-m {
        display: block;
        font-family: Roboto, sans-serif;
        background: #1d8722;
        color: #FFFFFF !important;
        padding: 8px 27px;
        border-radius: 2px;
        font-weight: normal;
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.4);
        font-size: 1rem;
        max-width: 120px;
        margin: 0 auto;
        text-decoration: none !important;
        background-size: 10px;
        background-position: 87%;
        text-align: left;
        box-sizing: border-box;
        background-repeat: no-repeat;
        cursor: pointer;
        padding-left: 16px;
        margin-right: 2px;
    }

    .play-cta-m {
        display: block;
        font-family: Roboto, sans-serif;
        background: #1d8722;
        color: #FFFFFF !important;
        padding: 15px 25px;
        border-radius: 2px;
        font-weight: normal;
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.4);
        font-size: 1rem;
        max-width: 115px;
        margin: 0 auto;
        text-decoration: none !important;
        background-size: 10px;
        background-position: 87%;
        text-align: left;
        box-sizing: border-box;
        background-repeat: no-repeat;
        cursor: pointer;
        padding-left: 16px;
        margin-right: 2px;
        margin: 0 auto;
    }

/*
*  End Amit Sharma New Mobile Pormotion Pages CSS (Slider, New exp Design)
*/