html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
 }

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: transparent
}

img {
    border-style: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

body, html {
    overflow-x: hidden !important;
    max-width: 100%
}

body {
    font-size: 16px;
    font-family: Gotham-Book, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #555;
    margin: 0
}

h1, h2, h4 {
    font-family: Gotham-Bold, Verdana, sans-serif;
    font-weight: 400
}

h1 {
    line-height: 1.25;
    font-size: 28px
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 32px
    }
}

h2 {
    font-size: 27px
}

.h4, h4 {
    line-height: 1.4;
    font-size: 16px;
    margin-top: 0
}

@media screen and (min-width: 768px) {
    .h4, h4 {
        font-size: 18px
    }
}

p {
    line-height: 1.5
}

ul {
    padding-left: 20px
}

li {
    line-height: 1.5
}

.container {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.container:before {
    content: none
}

.container.container-narrow {
    max-width: 1000px
}

.bg-red {
    background-color: #054bb5;
    overflow: auto
}

@font-face {
    font-family: Gotham-Bold;
    font-display: swap;
    src: url(theme/assets/fonts/Gotham-Bold.otf)
}

@font-face {
    font-family: Gotham-Book;
    font-display: swap;
    src: url(theme/assets/fonts/Gotham-Book.otf)
}

@font-face {
    font-family: Gotham-Medium;
    font-display: swap;
    src: url(theme/assets/fonts/Gotham-Medium.otf)
}

.sto-bar {
    display: none;
    background-color: #fff3d0;
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .1)
}

.sto-bar p {
    margin: 0;
    padding: 15px 0;
    font-family: Gotham-Medium, Verdana, sans-serif;
    font-size: 14px;
    color: #696141
}

.sto-bar a {
    color: #696141;
    text-decoration: none
}

.sto-bar span {
    background-color: #fbb900;
    padding: 6px;
    color: #fff;
    border-radius: 4px;
    margin-left: 10px
}

.nav-header {
    position: relative;
    z-index: 11;
    overflow: hidden;
    background: #dd691f;
}

.nav-header .container {
    position: relative;
    text-align: center
}

.nav-header .container:before {
    content: none
}

@media screen and (min-width: 960px) {
    .nav-header {
        height: auto;
        background: 0 0;
        margin-bottom: -58px
    }

    .nav-header .container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    .nav-header .container:before {
        content: none
    }
}

.nav-wrapper {
    height: 0;
    overflow: hidden
}

@media screen and (min-width: 960px) {
    .nav-wrapper {
        height: auto;
        display: flex;
        align-items: center
    }
}

.nav-menu {
    list-style-type: none;
    position: relative;
    z-index: 2;
    margin: 0;
    opacity: 0;
    height: auto;
    padding: 0
}

.nav-menu a {
    text-decoration: none;
    display: inline-block;
    padding: 20px 15px;
    font-size: 15px;
    font-family: Gotham-Medium, Verdana, sans-serif;
    color: #fff;
    width: 100%
}

@media screen and (min-width: 960px) {
    .nav-menu {
        position: static;
        background-color: transparent;
        display: flex;
        width: auto;
        transform: none;
        height: auto;
        opacity: 1;
        box-shadow: 0 0
    }

    .nav-menu .menu-item:after {
        content: none
    }

    .nav-menu a {
        color: #fff;
        padding: 5px 25px;
        font-family: Gotham-Book, Verdana, sans-serif
    }

    .nav-menu a:after {
        content: "";
        display: block;
        width: 0;
        height: 1px;
        background: #fff
    }
}

@media screen and (min-width: 960px) {
    .nav-menu a {
        color: #666768
    }

    .nav-menu a:after {
        background: #054bb5
    }
}

.nav-download {
    display: inline-block;
    position: relative;
    z-index: 30;
    color: #fff;
    padding: 0;
    height: 0;
    opacity: 0;
    border-radius: 5px;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 0
}

@media screen and (min-width: 960px) {
    .nav-download {
        height: auto;
        opacity: 1;
        padding: 8px 20px;
        margin-bottom: 0;
        color: #054bb5;
        border-radius: 100px;
        border: 1px solid #054bb5;
        text-decoration: none
    }
}

.site-logo {
    display: inline-block;
    width: 130px;
    height: 0 auto !important;
    padding: 10px 0 6px;
    background: url(images/check_n_win.png) no-repeat center/100%;
    position: relative;
    z-index: 30;
    text-indent: -9999px
}

@media screen and (min-width: 768px) {
    .site-logo {
        padding: 10px 0
    }
}

.menu-icon {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 2;
    width: 17px;
    height: 17px
}

@media (min-width: 960px) {
    .menu-icon {
        display: none
    }
}

.menu-icon-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 2px;
    background: #fff
}

.menu-icon-middle {
    position: absolute;
    top: 7px;
    right: 0;
    width: 11px;
    height: 2px;
    background: #fff
}

.menu-icon-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 17px;
    height: 2px;
    background: #fff
}

.menu-icon-cross-top {
    position: absolute;
    top: 0;
    width: 19px;
    height: 2px;
    background: #fff;
    transform: translate(-2px, 7px) rotate(45deg) scale(0)
}

.menu-icon-cross-bottom {
    position: absolute;
    bottom: 0;
    width: 19px;
    height: 2px;
    background: #fff;
    transform: translate(-2px, -8px) rotate(-45deg) scale(0)
}

.menu-bg {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, .1);
    border-radius: 50%;
    transform: scale(0)
}

@media screen and (min-width: 960px) {
    .menu-bg {
        display: none
    }
}

.section-hero {
    position: relative;
    z-index: 10;
    /*background: #fff;*/
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .section-hero:after, .section-hero:before {
        /*content: '';
        position: absolute;
        z-index: -10;
        border-radius: 50%*/
    }

    .section-hero:before {
        /*z-index: -1;
        top: -75px;
        left: -50px;
        width: 1750px;
        height: 1750px;
        transform: translateY(-50%);
        background: #fff*/
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .section-hero:before {
        /*left: 250px;
        transform: translateX(0) translateY(-50%);
        background-image: url(images/bg-benefit.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 320px*/
    }
}

@media screen and (min-width: 768px) and (min-width: 1400px) {
    .section-hero:before {
        /*left: 50%;
        transform: translateX(-25%) translateY(-50%)*/
    }
}

@media screen and (min-width: 768px) {
    .section-hero:after {
        top: -475px;
        left: calc(50% - 925px);
        width: 2250px;
        height: 2250px;
        transform: translateX(0) translateY(-50%)
    }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active) {
    .section-hero:after {
        background: 0 0
    }
}

@media screen and (min-width: 768px) {
    @supports (mix-blend-mode:overlay) {
        .section-hero:after {
            background-color: rgba(0, 0, 0, .75);
            mix-blend-mode: overlay
        }
    }
}

@media screen and (min-width: 960px) {
    .section-hero {
        margin-top: -58px;
        /*background: #054bb5;*/
    }
}

.hero-content .container {
    padding: 60px 0
}

@media screen and (min-width: 960px) {
    .hero-content .container {
        padding: 0
    }
}

@media screen and (min-width: 768px) {
    .hero-content.default .container {
        display: flex;
        flex-direction: row;
        padding: 100px 0 40px
    }
}

.hero-image-container {
    text-align: center
}

@media screen and (min-width: 960px) {
    .default .hero-image-container {
        position: absolute;
        top: 95px;
        /*left: calc(50% - 540px);*/
        z-index: -1;
        width: 580px;
        height: 599px
    }
}

.phone-overlay {
    display: none
}

@media screen and (min-width: 960px) {
    .phone-overlay {
        display: block;
        transform: perspective(1225px) rotateY(-40deg) rotateX(30deg) rotateZ(4.5deg);
        transform-origin: 0 0;
        position: absolute;
        top: 55px;
        left: 255px;
        width: 190px;
        height: 150px;
        padding-top: 42px;
        font-family: Gotham, sans-serif;
        text-align: center;
        text-transform: uppercase;
        color: rgba(0, 0, 0, .75)
    }

    .jackpot-info {
        background-color: #fff
    }

    .jackpot-amount {
        font-size: 19px;
        font-weight: 700
    }

    .jackpot-date {
        margin-top: 1px;
        font-size: 5.5px;
        font-weight: 700
    }

    .jackpot-countdown {
        margin-top: 15px;
        font-size: 15px;
        font-weight: 600
    }
}

.hero-headline-container {
    padding: 0 15px;
    text-align: center
}

@media screen and (min-width: 960px) {
    .default .hero-headline-container {
        margin-top: 110px;
        margin-bottom: 70px;
        margin-left: auto;
        text-align: left;
        padding-right: 0;
        max-width: 58%
    }
}

.hero-headline-container .badge-container {
    margin-bottom: 15px;
    justify-content: center
}

@media screen and (min-width: 960px) {
    .hero-headline-container .badge-container {
        justify-content: flex-start
    }
}

.hero-headline-container .learn-link {
    color: #054bb5;
    font-size: 18px;
    text-decoration: underline
}

.hero-headline {
    margin: 0 0 30px;
    font-size: 27px
}

.hero-headline span {
    font-family: Gotham-Book, Verdana, sans-serif;
    color: #595959;
    font-weight: lighter;
    /*font-size: 18px*/
}

@media screen and (min-width: 1254px) {
    .hero-headline {
        font-size: 32px
    }
}

.hero-callout-container {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 25px;
    border-top: 1px solid #ddd;
    padding-top: 25px
}

.hero-callout-container img {
    width: 218px;
    margin-bottom: 20px;
    margin-right: 50px
}

@media screen and (min-width: 768px) {
    .hero-callout-container img {
        margin-left: 30px
    }
}

@media screen and (min-width: 600px) {
    .hero-callout-container {
        flex-direction: row
    }
}

.hero-callout-content-wrap {
    text-align: left
}

.hero-callout-content-wrap h2 {
    margin: 0 0 5px
}

.hero-callout-content-wrap p {
    font-size: 14px;
    margin: 0
}

.hero-callout-content-wrap a {
    display: block;
    margin-top: 10px;
    font-family: Gotham-Bold, Verdana, sans-serif;
    color: #4889db;
    text-align: right;
    text-decoration: none
}

.home .bg-hero-gray, .home .bg-hero-red, .home .home-see-more, .home .learn-more-link, .home .section-app-press {
    display: none
}

.section-app-press h2 span {
    display: block;
    font-size: 18px;
    font-family: Gotham-Book, Verdana, sans-serif;
    font-weight: 700
}

.learn-link {
    display: block;
    color: #fff;
    margin-top: 10px
}

.app-press-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 0
}

@media screen and (min-width: 1135px) {
    .app-press-container {
        align-items: flex-start;
        flex-direction: row
    }
}

.app-press-title {
    text-align: center;
    color: #fff
}

@media screen and (min-width: 1135px) {
    .app-press-title {
        text-align: left;
        display: inline-block;
        padding: 20px 60px 20px 0;
        margin: 0
    }
}

.app-press-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start
}

@media screen and (min-width: 768px) {
    .app-press-logos {
        justify-content: space-between
    }
}

@media screen and (min-width: 1135px) {
    .app-press-logos {
        flex: 1;
        padding-left: 20px;
        border-left: 1px solid rgba(255, 255, 255, .5)
    }
}

.app-press-link {
    display: inline-block;
    padding: 15px 10px;
    width: 25%;
    text-align: center;
    margin: 0
}

.app-press-link img {
    width: 100%;
    height: auto
}

.app-press-link:last-child {
    margin-right: 0
}

@media screen and (min-width: 460px) {
    .app-press-link {
        padding: 15px
    }
}

@media screen and (min-width: 580px) {
    .app-press-link {
        width: 20%
    }
}

@media screen and (min-width: 768px) {
    .app-press-link {
        padding: 20px
    }
}

@media screen and (min-width: 960px) {
    .app-press-link img {
        height: 55px;
        width: auto
    }

    .app-press-link.vb img {
        height: 42px
    }

    .app-press-link.benzinga img, .app-press-link.forbes img, .app-press-link.reuters img, .app-press-link.svbj img, .app-press-link.yahoo img {
        height: 31px
    }

    .app-press-link.wsj img {
        height: 64px
    }
}

@media screen and (min-width: 768px) {
    .lottery-horizontal-view {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 800px;
        margin: 0 auto
    }
}

@media screen and (min-width: 1080px) {
    .lottery-horizontal-view {
        max-width: 100%;
        margin: -40px auto 0
    }
}

@media screen and (min-width: 1384px) {
    .lottery-horizontal-view {
        margin-top: -40px
    }
}

.lottery-horizontal-view {
    padding: 0 15px
}

.lottery-block {
    text-decoration: none;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-family: Gotham-Book, Verdana, sans-serif;
    border-radius: 10px;
    margin: 0 auto 15px;
    max-width: 330px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    display: none
}

.lottery-block.selected {
    display: block
}

@media screen and (min-width: 768px) {
    .lottery-block {
        display: block;
        width: 330px;
        margin: 0 8px 15px
    }
}

@media screen and (min-width: 1080px) {
    .lottery-block {
        display: block;
        width: 23%;
        margin: 0 1% 15px
    }
}

@media screen and (min-width: 1380px) and (max-width: 1414px) {
    .lottery-block {
        max-width: 300px;
        margin: 0 8px 15px
    }
}

.lottery-block-header {
    border-bottom: 1px solid #ddd;
    display: flex;
    padding: 13px 18px;
    align-items: center;
    justify-content: space-between
}

.lottery-item-title {
    font-family: Gotham-Bold, Verdana, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    text-align: left
}

.lottery-countdown {
    font-family: Gotham-Bold, Verdana, sans-serif;
    font-size: 16px;
    margin-bottom: 3px
}

.lottery-countdown span {
    width: 32px;
    text-align: center;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.lottery-countdown span:first-child {
    padding-left: 0
}

@media screen and (min-width: 768px) {
    .lottery-countdown {
        font-size: 20px
    }

    .lottery-horizontal-view .lottery-countdown {
        font-size: 18px
    }
}

.lottery-countdown-container {
    min-width: 110px
}

.btn {
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    font-family: Gotham-Bold, Verdana, sans-serif;
    font-size: 13px;
    border-radius: 25px;
    border: none
}

@media screen and (min-width: 768px) {
    .btn {
        padding: 15px 35px;
        font-size: 16px;
        font-family: Gotham-Medium, Verdana, sans-serif
    }
}

.btn-red {
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #054bb5;
    border: 1px solid #054bb5;
    font-family: Gotham-Medium, Verdana, sans-serif
}

.btn-red:after, .btn-red:before {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #054bb5;
    border-radius: 50%;
    z-index: -1
}

.btn-red:before {
    left: -20px;
    transform: translate(-50%, -50%)
}

.btn-red:after {
    right: -20px;
    transform: translate(50%, -50%)
}

.transformer-tabs {
    margin-top: 40px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 768px) {
    .transformer-tabs {
        display: none
    }
}

.transformer-tabs ul {
    display: flex;
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none;
    align-items: center
}

.transformer-tabs li {
    flex: 1
}

.transformer-tabs a {
    padding: 10px;
    background: #fff;
    color: #054bb5;
    text-decoration: none;
    font-family: Gotham-Medium;
    height: 60px;
    vertical-align: bottom;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 14px
}

.transformer-tabs a.selected {
    background: #bc1209;
    color: #fff
}

.center {
    text-align: center
}

.badge-container {
    display: flex;
    align-items: center
}

.badge-apple, .badge-google {
    display: inline-block;
    margin: 0
}

.badge-apple img, .badge-google img {
    height: 50px
}

@media screen and (min-width: 768px) {
    .badge-apple, .badge-google {
        margin-right: 10px
    }
}

.halorange {
    /*color: #f47625 !important;*/
    color: #e3bca4 !important;
}

.haloyellow {
    color: #f1ca30 !important;
}

.b-lazy {
    opacity: 0
}

.app-logo a {
    color: #fff;
}

.app-logo a:hover {
    color: whitesmoke;
}

.cool-btn {
    background: #337ab7;
    border: 1px solid #337ab7;
    color: #fff;
    display: block;
    font-family: 'DINBold',Sans-Serif;
    font-size: 16px;
    height: 38px;
    line-height: 40px;
    margin-right: 12px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 50px;
    position: relative;
    text-transform: uppercase;
}

.cool-btn span {
    color: #fff !important;
}

.cool-btn:before {
    background: #fff;
    color: #337ab7;
    content: "+";
    display: block;
    font-family: 'Open Sans';
    font-size: 19px;
    font-weight: 800;
    line-height: 36px;
    padding-bottom: 2px;
    position: absolute;
    width: 25px;
    right: 0px;
    text-align: center;
}

.cool-btn:after {
    font-size: 0px;
    line-height: 0%;
    width: 0px;
    border-top: 38px solid #337ab7;
    border-right: 7px solid #fff;
    background: #fff;
    color: #337ab7;
    content: "+";
    font-weight: bold;
    padding-bottom: 0px;
    position: absolute;
    right: 23px;
    top: 0px;
}

.objct-center {
    float: none;
    margin: 0 auto !important;
}

.enter-msisdn-cont, .enter-otp-cont {
    text-align: center;
}

@media screen and (max-width: 480px) {
    .enter-msisdn-cont, .enter-otp-cont {
        text-align: center !important;
    }

    .player-msisdn-input, .player-otp-input {
        width: 45% !important;
        float: none !important;
        margin: 0 auto !important;
    }
}

.player-msisdn-input, .player-otp-input {
    width: 10%;
    float: none !important;
    margin: 0 auto !important;
}

.halorange-btn, .confirm {
    width: 120px;
    height: 50px;
    font-size: 16px !important;
    /*background: #c2002e !important;*/
    background-image: linear-gradient(#c2002e, #230209) !important;
    color: #fff !important;
    margin:0 auto;
    margin-top:30px;
    margin-bottom:25px;
}

.sweet-alert .sa-icon.sa-success {
    border-color: #f47625 !important;
}

.sweet-alert .sa-icon.sa-success .sa-line {
    background-color: #f47625 !important;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    border: 4px solid rgb(244 118 37 / 20%) !important;
}

.font-white {
    color: #fff !important;
}

.white-btn {
    background: #fff !important;
    color: #f47625 !important;
    font-size: 0.775rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.partner-service-btn {
    width: 100%;
    font-size: 1.01rem;
    background: #f47625 !important;
    color: #fff !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.btn-send-ans {
    margin-bottom: 275px;
}

.section-hero-home {
    background-image: url(../images/banners/soka_africa_1350_709.png);
    background-repeat: no-repeat;
}

.section-hero-inner, .index-body {
    background-image: url(../images/banners/soka_africa_plain_1350_709.png);
    background-repeat: no-repeat;
}

.section-hero-partner {
    background-image: url(../images/banners/soka_africa_nw_1350_709.jpg);
    background-repeat: no-repeat;
}

.h-winning-desc {
    margin-top:140px;
    color:#fff;
    text-align:center;
}

.h-winning-desc-inner {
    color:#fff;
    text-align:center;
    margin-bottom: 140px;
}

.btn-send-otp {
    margin-bottom: 292px;
}

.news-container {
    margin-top: -90px;
}

.partner-data-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.partner-data-info-container {
    display: block !important;
    /*width: 50% !important;*/
    width: 30% !important;
    margin-top: 45px;
    margin-bottom: 80px;
    /*background: #fecb07;*/
    /*background: rgba(254, 203, 7, 0.4);*/
    border-radius: 7px;
}

.partner-data-subscribed-info-container {
    display: block !important;
    width: 35% !important;
    margin-top: 40px;
    margin-bottom: 50px;
    /*background: rgba(254, 203, 7, 0.4);*/
    border-radius: 7px;
}

/*.partner-data-info, .partner-data-subscribed-info {*/
    /*color: #fff;*/
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
    /*text-align: center;*/
/*}*/

.partner-data-info, .partner-data-subscribed-info {
    color: #fff;
    text-align: center;
}

.partner-data-subscribed-info {
    margin-bottom: 40px;
}

.failure-reason-info {
    margin-bottom: 160px;
}

.airtime-btn-cont {
    width: 40%;
    float: left;
    margin-top: 10px;
    /*margin-left:6%;*/
    margin-left:30%;
    margin-right:4%;
}

.partner-airtime-btn {
    width: 100%;
    background: #00377d !important;
    color: #fff !important;
    font-size: 1.5rem !important;
    font-family: Verdana, sans-serif !important;
}

.tigo-pesa-cont {
    width: 40%;
    float:left;
    margin-top: 10px;
    margin-left:4%;
    margin-right:6%;
}

.partner-tigopesa-btn {
    width: 100%;
    background: #f47625 !important;
    color: #00377d !important;
    font-size: 1.5rem !important;
    font-family: Verdana, sans-serif !important;
}

.btn-click-to-watch {
    width: 80%;
    margin-left: 10%;
    background: #00377d !important;
    color: #fff !important;
    font-size: 1.2rem !important;
}

.subscription-opt-title {
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
}

.bundle-opt-btn {
    width: 100%;
    height: 40px;
    background: #00377d;
    border-radius: 0.25rem;
}

.bundle-opt-btn-icon {
    float: left;
    width: 15%;
    height: 40px;
}

.bundle-opt-btn-icon img {
    display: block;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
}

.bundle-opt-btn-info {
    float: left;
    width: 85%;
    height: 40px;
}

.bundle-opt-btn-info .p_top {
    float: left;
    width: 100%;
    height: 60%;
    color: #fff;
}

.bundle-opt-btn-info .p_bottom {
    float: left;
    width: 100%;
    height: 40%;
    margin-top: -2px;
    color: #fff;
    font-size: 9px;
}

.subscribe-now-title {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.subscribe-now-title .info {
    float: left;
    color: #fff;
    width: 85%;
    height: 40px;
    padding-top: 10px;
    font-size: 0.975rem;
}

.subscribe-now-title .info .line {
    height: 2px;
    background: #ccc;
}

.subscribe-now-title .pic {
    float: left;
    width: 15%;
    height: 40px;
}

.pic a:focus img, .bundle-opt-btn-cont a:focus  .bundle-opt-btn {
    animation: effect_dylan 0.8s ease-out;
}

.bundle-opt-btn-cont a:focus  .bundle-opt-btn {
    animation: effect_dylan 3s ease-out;
}

@keyframes effect_dylan {
    50% {
        transform: scale(1.5,1.5);
        opacity: 0;
    }
    99% {
        transform: scale(0.001,0.001);
        opacity: 0;
    }
    100% {
        transform: scale(0.001,0.001);
        opacity: 1;
    }
}

.success-icon {
    margin-bottom: 20px;
}

.success-icon img:hover {
    cursor: pointer;
}

.subscribe-now-title .pic img, .success-icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.subscribe-now-title .pic img:hover {
    cursor: pointer;
}

.payment-opt-title {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media(max-width: 1920px) {
    .app-logo {
        width: 0 !important;
    }

    .section-hero-home {
        background-image: url(../images/banners/soka_africa_1920_1080.png);
    }

    .section-hero-inner, .index-body {
        background-image: url(../images/banners/soka_africa_plain_1920_1080.png);
    }

    .section-hero-partner {
        background-image: url(../images/banners/soka_africa_1920_1080.png);
    }

    .h-winning-desc {
        margin-top: 200px;
        margin-bottom: 240px;
    }

    .h-winning-desc-inner {
        margin-top: 150px;
        margin-bottom: 250px;
    }
}

@media(max-width: 1349px){
    .app-logo {
        width: 0 !important;
    }

    .section-hero-home {
        background-image: url(../images/banners/soka_africa_1350_709.png);
    }
    .section-hero-inner, .index-body {
        background-image: url(../images/banners/soka_africa_plain_1350_709.png);
    }
    .section-hero-partner {
        background-image: url(../images/banners/soka_africa_nw_1350_709.jpg);
    }
    .halorange-btn {
        margin-top:30px !important;
        margin-bottom:25px !important;
    }
    .h-winning-desc {
        margin-top:140px;
    }
    .h-winning-desc-inner {
        margin-bottom: 140px;
    }
    .btn-send-otp {
        margin-bottom: 292px;
    }
    .btn-send-ans {
        margin-bottom: 275px;
    }
    .news-container {
        margin-top: -90px;
    }
    .partner-data-container {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
    .partner-data-info-container {
        /*width: 90% !important;*/
        width: 30% !important;
        margin-top: 45px;
        margin-bottom: 80px;
    }
    .partner-data-subscribed-info-container {
        width: 35% !important;
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .partner-service-btn {
        font-size: 1.01rem !important;
    }
}

@media(max-width: 1024px){
    .app-logo {
        width: 0 !important;
    }

    .section-hero-home {
        background-image: url(../images/banners/soka_africa_1025_886.png);
    }
    .section-hero-inner, .index-body {
        background-image: url(../images/banners/soka_africa_plain_1025_886.png);
    }
    .section-hero-partner {
        background-image: url(../images/banners/soka_africa_nw_1025_886.jpg);
    }
    .h-winning-desc {
        margin-top:265px;
    }
    .h-winning-desc-inner {
        margin-bottom: 250px;
    }
    .btn-send-otp {
        margin-bottom: 250px;
    }
    .btn-send-ans {
        margin-bottom: 220px;
    }
    .news-container {
        margin-top: -90px;
    }
    .partner-data-container {
        margin-top: 210px !important;
        margin-bottom: 60px !important;
    }
    .partner-data-info-container {
        /*width: 70% !important;*/
        width: 40% !important;
        margin-top: 45px;
        margin-bottom: 80px;
    }
    .partner-data-subscribed-info-container {
        width: 50% !important;
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .partner-service-btn {
        font-size: 0.98rem !important;
    }
}

@media(max-width: 768px){
    .app-logo {
        width: 0 !important;
    }

    .section-hero-home {
        background-image: url(../images/banners/soka_africa_769_706.png);
    }
    .section-hero-inner, .index-body {
        background-image: url(../images/banners/soka_africa_plain_769_706.png);
    }
    .section-hero-partner {
        background-image: url(../images/banners/soka_africa_nw_769_706.jpg);
    }
    .h-winning-desc {
        margin-top:370px;
    }
    .h-winning-desc-inner {
        margin-bottom: 190px;
    }
    .btn-send-otp {
        margin-bottom: 190px;
    }
    .btn-send-ans {
        margin-bottom: 155px;
    }
    .news-container {
        margin-top: 0px;
    }
    .partner-data-container {
        margin-top: 230px !important;
        margin-bottom: 40px !important;
    }
    .partner-data-info-container {
        /*width: 90% !important;*/
        width: 50% !important;
        margin-top: 45px;
        margin-bottom: 80px;
    }
    .partner-data-subscribed-info-container {
        width: 70% !important;
        margin-top: 60px;
        margin-bottom: 70px;
    }
    .partner-service-btn {
        font-size: 0.68rem !important;
    }
}

@media(max-width: 414px){
    .app-logo {
        width: 130px !important;
    }

    .nav-header {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .section-hero-home {
        background-image: url(../images/banners/soka_africa_415_660.png);
    }
    .section-hero-inner, .index-body {
        background-image: url(../images/banners/soka_africa_plain_415_660.png);
    }
    .section-hero-partner {
        background-image: url(../images/banners/soka_africa_nw_415_660.jpg);
    }
    .halorange-btn {
        margin-top:40px !important;
        margin-bottom:47px !important;
    }
    .h-winning-desc {
        /*margin-top:140px;*/
        margin-top:120px;
    }
    .h-winning-desc-inner {
        margin-bottom: 15px;
        margin-top: 0;
        /*font-size: 18px;*/
    }
    .btn-send-otp {
        margin-bottom: 296px;
    }
    .btn-send-ans {
        margin-bottom: 180px;
    }
    .news-container {
        margin-top: 0px;
    }
    .partner-data-container {
        margin-top: 85px !important;
        margin-bottom: 100px !important;
    }
    .partner-data-info-container {
        width: 90% !important;
        padding-top: 20px !important;
        margin-top: 0px;
        margin-bottom: 80px;
    }
    .partner-data-subscribed-info-container {
        width: 90% !important;
        padding-top: 20px !important;
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .partner-service-btn {
        font-size: 1.13rem !important;
    }
    .bundle-opt-btn-info .p_bottom {
        margin-top: -3px;
    }
    .partner-airtime-btn {
        display: block !important;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .partner-tigopesa-btn {
        display: block !important;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media(max-width: 375px){
    .app-logo {
        width: 130px !important;
    }

    .nav-header {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .section-hero-home {
        background-image: url(../images/banners/soka_africa_376_696.png);
    }
    .section-hero-inner, .index-body {
        background-image: url(../images/banners/soka_africa_plain_376_697.png);
    }
    .section-hero-partner {
        background-image: url(../images/banners/soka_africa_nw_376_696.png);
    }
    .halorange-btn {
        margin-top:30px !important;
        margin-bottom:40px !important;
    }
    .h-winning-desc {
        margin-top:120px;
    }
    .h-winning-desc-inner {
        margin-top: 0;
    }
    .btn-send-otp {
        margin-bottom: 227px;
    }
    .btn-send-ans {
        margin-bottom: 180px;
    }
    .news-container {
        margin-top: 0px;
    }
    .partner-data-container {
        margin-top: 85px !important;
        margin-bottom: 100px !important;
    }
    .partner-data-info-container {
        width: 90% !important;
        margin-top: 0px;
        margin-bottom: 60px;
    }
    .partner-data-subscribed-info-container {
        width: 90% !important;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .partner-service-btn {
        font-size: 1rem !important;
    }
    .bundle-opt-btn-info .p_bottom {
        font-size: 8px;
    }
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media(max-width: 320px){
    .app-logo {
        width: 130px !important;
    }
    
    .section-hero-home {
        background-image: url(../images/banners/soka_africa_320_696.png);
    }
    .section-hero-inner, .index-body {
        background-image: url(../images/banners/soka_africa_plain_320_697.png);
    }
    .section-hero-partner {
        background-image: url(../images/banners/soka_africa_nw_320_696.png);
    }
    .partner-data-container {
        margin-top: 85px !important;
        margin-bottom: 100px !important;
    }
    .partner-service-btn {
        font-size: 0.8rem !important;
    }
    .btn-click-to-watch {
        font-size: 0.9rem !important;
    }
    .bundle-opt-btn-info .p_bottom {
        font-size: 7px;
    }
    .partner-airtime-btn {
        width: 60%;
    }
    .h-winning-desc-inner {
        margin-top: 0;
    }
}

