html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}


.page-content {
    font-size: 12pt;
    padding: 1em;
    padding-top: 0;
    max-width: 1000px;
    margin: auto;
}

.about-us {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:  10px;
}
.about-us__left-col {
    flex-basis: 40%;
    align-self: stretch;
    line-height: 35px;
}
.about-us__right-col {
    flex-basis: 60%;
}

.circle {
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #fbc500;
    overflow: hidden;
  }


  .pulse {
    animation: pulse-animation 1s infinite;
  }
  
  @keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(248 185 1 / 10%);
    }
    100% {
        box-shadow: 0 0 0 15px rgb(248 183 1 / 27%);
    }
  }
  

.about-us__title {
    font-family: "Poppins", sans-serif;
    font-size: 2.4em;
    font-weight: 600;
    color: black;
    position: relative;
    margin-bottom: 20px;
}

.about-us__description {
    color: black;
}

.about-us__image {
    width: 100%;
    min-width: 250px;
    -webkit-mask: radial-gradient(circle at 20% 40%, transparent, #3c3636 50%);
    mask: radial-gradient(circle at 20% 40%, #797777, #fff 50%);
}

@media screen and (max-width: 945px) {
    .about-us {
        flex-direction: column;
    }
}

h2.features__title {
    color: black;
    line-height: 130%;
}

.features__title {
    font-family: "Poppins", sans-serif;
    font-size: 2.4em;
    font-weight: 600;
}

.features__description {
    color: black;
}

.features > *:not(:last-child) {
    margin-bottom: 10px;
}

.feature > * {
    margin-bottom:10px;
}

.feature__icon {
    background-color: #0090cc;
    border-radius: 50%;
    display: grid;
    place-content: center;
    padding: 4px;
}

.features__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feature {
    flex-basis: calc(28% - 1em);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #2121211a;
    padding: 25px;
    min-height: 290px;
}

.feature__title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: black;

}

@media only screen and (orientation: portrait) {
    .feature {
        flex-basis: 100% !important;
        min-height: 200px !important;
    }
}

.features__container > * {
    margin-bottom: 10px;
}

.feature__icon {
    background-color: #f29c03;
    border-radius: 50%;
    display: grid;
    place-content: center;
    padding: 4px;
}

.feature__title {
    font-weight: 600;
}

.feature__description {
    color: black;
    opacity: 0.8;
}
section.features {
    text-align: left;
}

body * {
    line-height: 35px;
}

.feature__icon img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(360deg) brightness(200%) contrast(100%);
    height: 30px;
}

section.testimonials {
    text-align: left;
}

.testimonials-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.testimonial {
    background-color: #2121211a;
    padding: 2em 1.5em;
    flex-basis: calc(28% - 1em);
    align-self: stretch;
}

.testimonial__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.testimonial__info {
    display: contents;
}

.testimonial__name {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: black;
}

.testimonial__rating {
    display: flex;
}

.testimonial__star-img {
    width: 10px;
   
}
.testimonial__star{
    line-height: 0;
}

.testimonial .testimonial__content {
    margin: 0;
    color: black;
    width: 100%;
    align-self: stretch;
}

.testimonials__title {
    font-family:  "Poppins", sans-serif;
    font-size: 2.4em;
    font-weight: 600;
    color: black;
}

.testimonial > *:not(:last-child) {
    margin-bottom: 20px;
}

.testimonials > *:not(:last-child) {
    margin-bottom: 20px
}

@media screen and (max-width: 630px) {
    .testimonials-container {
        flex-direction: column;
    }
}

@media screen and (max-width: 630px) {
    .testimonials-container > *:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media only screen and (orientation: portrait) {
    .testimonial {
        padding: 0em 2em;
        padding-top: 2em;
        padding-bottom: 2em;
    }
}
.numberentry{
    display: block !important;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

html,body {
    width: 100%;
    height: 100%
}

body {
    background: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
    line-height: calc(9pt * 1.3);
    font-weight: 400;
    color: #000000;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

* {
    outline: 0
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.mraid.stop-all-animations *,.mraid.stop-all-animations *:before,.mraid.stop-all-animations *:after,.rtb.stop-all-animations *,.rtb.stop-all-animations *:before,.rtb.stop-all-animations *:after,.removeAnim {
    -o-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -webkit-transition: none!important;
    transition: none!important;
    -o-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -webkit-transform: none!important;
    transform: none!important;
    -webkit-animation: none!important;
    -moz-animation: none!important;
    -o-animation: none!important;
    -ms-animation: none!important;
    animation: none!important
}

.clearfix::after {
    content: "";
    clear: both;
    display: table
}

#directsubscribe,#doubleconfirmation,.numberentry,#pinentry,#mo,#congrats,#clicktag,#subscriptionpolling,#blocker,#popup,#redirect,#redirectreturn,#redirectservice,#redirectxhrreturn,#immediatesubscribe,#alreadysubscribed,#no3g,#wifipolling,#close,#terminate {
    display: none
}

.show-directsubscribe #directsubscribe,.show-doubleconfirmation #doubleconfirmation,.show-numberentry .numberentry,.show-pinentry #pinentry,.show-mo #mo,.show-congrats #congrats,.show-clicktag #clicktag,.show-subscriptionpolling #subscriptionpolling,.blocker #blocker,.show-popup #popup,.show-redirect #blocker,.show-redirectreturn #blocker,.show-redirectservice #blocker,.show-redirectxhrreturn #blocker,.show-immediatesubscribe #blocker,.show-alreadysubscribed #blocker,.show-no3g #no3g,.show-wifipolling #wifipolling,.show-terminate #terminate {
    display: block
}

#banner,#expand {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0
}

#banner {
    overflow: hidden
}

#expand {
    z-index: 9
}

#container {
    display: block;
    height: 100%;
    overflow-x: hidden;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#close {
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 100%;
    border: 1px solid #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99
}

#close::after {
    content: "x";
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    display: inline-block;
    padding: 1px 0 0
}

.blocker::after,.show-redirect::after,.show-redirectreturn::after,.show-redirectservice::after,.show-redirectxhrreturn::after,.show-immediatesubscribe::after,.show-alreadysubscribed::after,.show-terminate::after {
    content: '';
    background-color: rgba(39,39,39,0.95);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999
}

#blocker,#terminate {
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0)!important;
    z-index: 9999
}

#blocker p,#terminate p {
    display: block;
    font-size: 9pt;
    color: black;
    padding: 0 0 10px 0
}

.show-terminate .states__sfc {
    z-index: unset
}

.preloader {
    width: 60px;
    height: 60px;
    background: url("../img/loader.svg") center no-repeat;
    background-size: 60px auto;
    position: relative;
    margin: 0 auto 10px;
    box-sizing: inherit
}

.player__loader {
    width: 60px;
    height: 60px;
    background: url("../img/loader.svg") center no-repeat;
    background-size: 60px auto;
    position: absolute;
    top: calc(50% - 30px);
    right: calc(50% - 30px)
}

.show {
    display: block!important
}

.hide {
    display: none
}

.fade-in {
    -webkit-animation: fade-in .3s cubic-bezier(0.39,0.575,0.565,1) 1s both;
    animation: fade-in .3s cubic-bezier(0.39,0.575,0.565,1) 1s both
}

.player__loader {
    display: none
}

.player__play {
    background: url('../img/play-icon.svg') no-repeat center;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: relative
}

.player__direct,.player__direct_design {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999
}

@-webkit-keyframes scroller {
    0% {
        -webkit-transform: translate3d(0,0,0)
    }

    99% {
        -webkit-transform: translate3d(0,-400px,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0)
    }
}

@keyframes scroller {
    0% {
        transform: translate3d(0,0,0)
    }

    99% {
        transform: translate3d(0,-400px,0)
    }

    100% {
        transform: translate3d(0,0,0)
    }
}

#creative {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box
}

#design {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex: 1 1
}

.show-doubleconfirmation #design,.show-numberentry #design,.show-pinentry #design,.show-congrats #design,.show-subscriptionpolling #design {
    flex: none
}

#footer {
    display: block;
    margin-bottom: 10px;
    color: #666;
    font-size: 9px;
    line-height: 11px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
}

#lang-switch {
    text-align: left;
    text-decoration: none;
    margin-left: 5px;
    margin-top: 5px
}

#lang-switch span {
    display: block;
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px
}

#disclaimer {
    color: #999494;
    padding: 5px;
    padding-top: 0;
    max-width: 460px;
    margin: 0 auto;
    font-size: 9px;
    line-height: 11px
}

#disclaimer a {
    color: #ccc;
    text-decoration: underline
}

#external-links {
    display: block;
    padding: 5px
}

#external-links li {
    margin: 5px 0
}

#external-links li a {
    color: black;
    text-decoration: none
}

.player-wrap {
    height: 100%
}

.design__header_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.design__title {
    display: flex;
    font-size: 9pt;
    line-height: 140%;
    text-align: left;
    color: black;
    flex-grow: 1;
    justify-content: center;
    flex-direction: column
}

.design__price-point {
    padding: 2px 10px;
    text-align: center;
    color: #ccc;
    border-bottom: 3px solid #36ab04;
    background-color: #2b2b2b
}

.design__header {
    padding: 5px;
    padding-bottom: 0;
    /* background: #000; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 660px;
    margin: 0 auto
}

.design__title span {
    font-weight: 700
}

.design__creative-logo {
    background: url("../img/4k.png") no-repeat left;
    background-size: contain;
    width: 90px;
    height: 42px;
    margin-left: 10px;
    align-self: center
}

.design__service-logo {
    background: url("../img/design__logo.svg") no-repeat right;
    background-size: contain;
    width: 90px;
    height: 42px;
    margin-right: 10px;
    align-self: center
}

.design__player {
    padding: 10px;
    height: 100%
}

.price-point {
    font-size: 9pt;
    font-weight: 400;
    color: black;
    margin-top: 10px;
    display: none
}

.show-doubleconfirmation .price-point,.show-numberentry .price-point,.show-pinentry .price-point {
    display: block
}

.show-doubleconfirmation .price-point,.show-numberentry .price-point,.show-pinentry .price-point,.show-numberentry .numberentry .price-point {
    display: none
}

#numberentry-message span,#pinentry-message span {
    color: #f7cd26;
    font-weight: 900
}

.message {
    color: #ccc
}

.congrats-msg {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    color: black;
    font-size: 10.5pt;
    line-height: calc(10.5pt * 1.3);
    padding: 0 10px;
    display: none
}

.show-congrats .congrats-msg {
    display: block
}

#submit-pin {
    margin-top: 10px
}

.msg {
    margin-top: 10px
}

#congrats-title {
    font-size: 12pt;
    font-weight: bold;
    color: #7db160
}

.player-states__icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    direction: ltr;
    order: 2;
    position: absolute;
    top: 100%;
    width: 100%;
}

.player-states__icons div:nth-child(1) {

    background-size: contain;
    height: 24px;
    display: flex;
    flex: 1;
    position: relative;
    margin: 10px 0 0
}

.player-states__icons div:nth-child(2) {
    background: url('../img/additional_icons-right-black.svg') no-repeat top right;
    background-size: contain;
    height: 16px;
    display: flex;
    flex: 1;
    position: relative;
    margin: 10px 0 0
}

.player-states__featureicons {
    background: url('../img/additional_icons-features.svg') no-repeat center;
    background-size: contain;
    height: 64px;
    display: flex;
    flex: 1;
    position: relative;
    margin: 10px 0 10px 0;
    direction: ltr
}

.player-states__badge {
    margin: 25px auto 25px auto
}

.badge {
    display: block;
    margin: 1% auto;
    height: auto;
    width: 25%;
    max-width: 250px;
    display: none;
    width: 175px;
    height: 150px;
}
@media only screen and (max-width: 1023px) {
    .player-states__featureicons {
        height: 36px;
        margin: -30px 0 10px 0;
margin-left: -41%;
    }
    .player-states__badge h1 {

        margin-bottom: -83px;
    }
  }
.en .badge_en,.ar .badge_ar {
    display: block
}

.player-states__badge h1 {
    font-size: 20px;
    font-weight: bold;
    color: black;
    margin-bottom: -41px;
    line-height: normal;
}

.player-states__badge h1 span {
    color: #ebb721
}

.player-states {
    position: relative;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box
}

.player-states__control {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: -52px;
    direction: ltr;
    z-index: 999;
    position: relative;
    border-top: 1px solid #444;
    background: url("../img/control-bg.svg") 1px center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    direction: ltr;
    order: 1;
}

.player-states__control div:nth-child(1) {
    content: '';
    background: url('../img/play.svg') no-repeat left top;
    background-size: contain;
    height: 22px;
    width: 22px;
    margin: 15px 10px 15px 15px;
    flex-shrink: 0
}

.player-states__control div:nth-child(2) {
    width: 100%
}

.player-states__control div:nth-child(3) {
    background: url('../img/volume.svg') no-repeat right top;
    background-size: contain;
    height: 22px;
    width: 22px;
    margin: 15px 5px 15px 10px;
    flex-shrink: 0
}

.player-states__control div:nth-child(4) {
    background: url('../img/fullscreen.svg') no-repeat right top;
    background-size: contain;
    height: 22px;
    width: 22px;
    margin: 15px 5px 15px 0;
    flex-shrink: 0
}

.progress {
    height: 5px;
    display: block;
    background: #777;
    border-radius: 10px;
    position: relative
}

.progress:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #ddd;
    display: block;
    border-radius: 10px;
    z-index: 0
}

.anim.progress:before {
    width: 100%;
    animation: fill-bar-buffer 25s
}

@keyframes fill-bar-buffer {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.progress .progress__bar {
    height: 100%;
    width: 0;
    background-color: #c20102;
    display: block;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.anim.progress .progress__bar {
    width: 2%;
    animation: fill-bar 2s
}

@keyframes fill-bar {
    from {
        width: 0
    }

    to {
        width: 2%
    }
}

/* .player-states__content {
    height: 100%;
    min-height: 350px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    background: #000;
    background-size: cover;
    border: 1px solid #666
} */

.show-directsubscribe .states .player-states__content {
    min-height: unset
}

.show-numberentry .design__player,.show-pinentry .design__player {
    display: none
}

.main-wrapper{
    height: 100%;
    min-height: 350px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    background: #000;
    background-size: cover;
    border: 1px solid #666
}

.states {
    padding: 10px;
    flex: 1 1
}

.states__sfc {
    position: relative;
    padding: 0 10px;
    z-index: 25
}

.btn {
    display: block;
    background: -o-linear-gradient(341.13deg,#B67E10 13.27%,#fff3a6 62.17%,#D3AC4B 88.63%);
    background: linear-gradient(108.87deg,#B67E10 13.27%,#fff3a6 62.17%,#D3AC4B 88.63%);
    border-radius: 6px;
    border: 0;
    height: 70px;
    width: 100%;
    max-width: 300px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    margin: 0 auto;
    letter-spacing: -0.75px;
    animation: pulse 1s ease-in-out infinite;
    -webkit-animation: pulse 1s ease-in-out infinite;
    padding-top: 5px;
    cursor: pointer;
}

.btn div {
    width: 100%;
    display: flex;
    align-items: center
}

.btn span.subtxt {
    display: block;
    font-size: .9rem;
    font-weight: 400;
    text-transform: none;
    opacity: .7
}

.submit-pin_disabled,button:disabled {
    background: #343434!important;
    cursor: not-allowed;
    color: #1D1D1D;
    animation: none;
    -webkit-animation: none
}

.submit-pin_disabled div span,button:disabled div span {
    text-indent: unset
}

.submit-pin_disabled div::after,button:disabled div::after {
    display: none
}

#submit-pin {
    color: #1D1D1D
}

#submit-pin.btn div::after {
    background: url("../img/btn-play_dark.svg") center no-repeat;
    background-size: contain
}

.submit-number p {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    line-height: 11px
}

.numberentry-message,.pinentry-message {
    margin: 5px 0 10px;
    padding: 0 10px;
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10.5pt;
    line-height: calc(10.5pt * 1.3);
    font-weight: 700;
    text-shadow: 0 0 5px #000
}

.numberentry-acceptmsg {
    display: none;
    font-size: 10.5pt;
    line-height: calc(10.5pt * 1.3);
    color: black;
    font-weight: 300;
    margin: 10px 0 0;
    padding: 0 10px
}

.show-numberentry .numberentry-message,.show-pinentry .pinentry-message,.show-numberentry .numberentry-acceptmsg {
    display: block
}

#numberentry-message,#pinentry-message,
#success h1 {
    color: black;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px
}

#pinentry-message{
    padding-right: 15px;
    padding-left: 15px;
}

.pin-state-message {
    display: none;
    margin: 10px 0 0;
    color: #b5b1b1
}

.pin-state-message div {
    color: #b5b1b1;
    text-decoration: underline
}

.show-pinentry .pin-state-message {
    display: block
}

#operatorselection-message {
    margin: 0 0 10px;
    font-size: 14px
}

input {
    background: 0;
    position: relative;
    border-radius: 3px;
    border: 0;
    font-size: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
}

.input-number::before {
    content: '';
    background: url("../img/phone-icon.png") left no-repeat;
    position: absolute;
    height: 10px;
    width: 10px;
    left: 0
}

.input-label {
    background: #d0021b;
    color: black;
    padding: 5px;
    font-weight: bold;
    font-size: 10pt
}

.phone-input .input-label {
    width: 100%
}

.input-wrap {
    display: flex;
    width: 100%;
    position: relative
}

.phone-input {
    width: 100%;
    height: auto;
    max-width: 300px;
    display: flex;
    margin: auto;
    box-sizing: border-box;
    direction: ltr;
    margin-bottom: 10px;
    position: relative;
    background: #FFF;
    border-radius: 5px;
    border: 2px solid #FA0
}

.phone-input {
    position: relative
}

.phone-input::before {
    position: absolute;
    top: 18px;
    left: -20px;
    content: url("../img/right_arrow.png");
    animation-iteration-count: infinite;
    animation-name: msisdn-wrap-arrow-left;
    animation-duration: .8s;
    width: 45px;
    z-index: 999
}

.phone-input::after {
    position: absolute;
    top: 18px;
    right: -20px;
    content: url("../img/left_arrow.png");
    animation-iteration-count: infinite;
    animation-name: msisdn-wrap-arrow-right;
    animation-duration: .8s;
    width: 45px;
    z-index: 999
}

@-webkit-keyframes msisdn-wrap-arrow-left {
    0% {
        left: -20px
    }

    100% {
        left: -35px
    }
}

@keyframes msisdn-wrap-arrow-left {
    0% {
        left: -20px
    }

    100% {
        left: -35px
    }
}

@-webkit-keyframes msisdn-wrap-arrow-right {
    0% {
        right: -20px
    }

    100% {
        right: -35px
    }
}

@keyframes msisdn-wrap-arrow-right {
    0% {
        right: -20px
    }

    100% {
        right: -35px
    }
}

.phone-input .prefix-number {
    width: 50px;
    height: 60px;
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    background-color: #f0efef;
    border-right: 1px solid #d6d6d6;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px
}

.phone-input input.text-input {
    border: 0;
    outline: 0;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    position: relative;
    background: #FFF;
    display: flex;
    margin: auto;
    overflow: hidden;
    direction: ltr;
    flex-direction: column;
    max-width: 300px;
    border-radius: 3px
}

.phone-input .phone {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI3LjQ0MiAyNy40NDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQ0MiAyNy40NDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxwYXRoIGQ9Ik0xOS40OTQsMEg3Ljk0OEM2Ljg0MywwLDUuOTUxLDAuODk2LDUuOTUxLDEuOTk5djIzLjQ0NmMwLDEuMTAyLDAuODkyLDEuOTk3LDEuOTk3LDEuOTk3aDExLjU0NiAgIGMxLjEwMywwLDEuOTk3LTAuODk1LDEuOTk3LTEuOTk3VjEuOTk5QzIxLjQ5MSwwLjg5NiwyMC41OTcsMCwxOS40OTQsMHogTTEwLjg3MiwxLjIxNGg1LjdjMC4xNDQsMCwwLjI2MSwwLjIxNSwwLjI2MSwwLjQ4MSAgIHMtMC4xMTcsMC40ODItMC4yNjEsMC40ODJoLTUuN2MtMC4xNDUsMC0wLjI2LTAuMjE2LTAuMjYtMC40ODJDMTAuNjEyLDEuNDI5LDEwLjcyNywxLjIxNCwxMC44NzIsMS4yMTR6IE0xMy43MjIsMjUuNDY5ICAgYy0wLjcwMywwLTEuMjc1LTAuNTcyLTEuMjc1LTEuMjc2czAuNTcyLTEuMjc0LDEuMjc1LTEuMjc0YzAuNzAxLDAsMS4yNzMsMC41NywxLjI3MywxLjI3NFMxNC40MjMsMjUuNDY5LDEzLjcyMiwyNS40Njl6ICAgIE0xOS45OTUsMjEuMUg3LjQ0OFYzLjM3M2gxMi41NDdWMjEuMXoiIGZpbGw9IiMwMDAwMDAiLz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    margin-right: .5em
}

.phone-input .checkmark-container {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(122,193,66,0.4)
}

#input-pin {
    text-align: center;
    background: #fff;
    height: 60px
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset!important;
    box-shadow: 0 0 0 30px white inset!important
}

.input-pin {
    direction: ltr;
    position: relative;
    position: relative;
    display: -webkit-flex;
    display: flex;
    margin: auto;
    overflow: hidden;
    direction: ltr;
    flex-direction: column;
    border: 2px solid #FA0;
    max-width: 300px;
    border-radius: 5px
}

.input-pin input {
    height: 60px;
    background: #FFF;
    box-shadow: 0 4px 30px 0 rgba(0,0,0,0.10);
    border-radius: 0
}

.input-pin::before {
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNDMyIDMyN0g4MGMtNDQuMTEyIDAtODAgMzUuODg4LTgwIDgwczM1Ljg4OCA4MCA4MCA4MGgzNTJjNDQuMTEyIDAgODAtMzUuODg4IDgwLTgwcy0zNS44ODgtODAtODAtODB6TTEwNiA0MzJjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptMTAwIDBjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptMTAwIDBjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptMTAwIDBjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptLTU1LTMwNWgtMjB2LTI3YzAtNDEuMzU1LTMzLjY0NS03NS03NS03NXMtNzUgMzMuNjQ1LTc1IDc1djI3aC0yMGMtOC4yODQgMC0xNSA2LjcxNi0xNSAxNXYxMTljMCA4LjI4NCA2LjcxNiAxNSAxNSAxNWgxOTBjOC4yODQgMCAxNS02LjcxNiAxNS0xNVYxNDJjMC04LjI4NC02LjcxNi0xNS0xNS0xNXptLTgwIDc5LjEyOFYyMTJjMCA4LjI4NC02LjcxNiAxNS0xNSAxNXMtMTUtNi43MTYtMTUtMTV2LTUuODcyYy01LjgyMi0yLjA2MS0xMC03LjYtMTAtMTQuMTI4IDAtOC4yODQgNi43MTYtMTUgMTUtMTVoMjBjOC4yODQgMCAxNSA2LjcxNiAxNSAxNSAwIDYuNTI4LTQuMTc4IDEyLjA2Ny0xMCAxNC4xMjh6TTMwMSAxMjdoLTkwdi0yN2MwLTI0LjgxMyAyMC4xODctNDUgNDUtNDVzNDUgMjAuMTg3IDQ1IDQ1djI3eiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 60%;
    width: 50px;
    height: 60px;
    position: absolute;
    z-index: 9
}

.input-pin .checkmark-container {
    width: 35px;
    height: 35px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: absolute;
    top: 18px;
    right: 3px
}

#checkmark,#checkmark1 {
    display: none
}

#checkmark,#checkmark1 {
    top: 12px;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 5;
    stroke-miterlimit: 10;
    stroke: #7ac041;
    fill: none;
    -webkit-animation: stroke .6s cubic-bezier(0.65,0,0.45,1) forwards;
    animation: stroke .6s cubic-bezier(0.65,0,0.45,1) forwards
}

.checkmark__icon,.errormark__icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    stroke-width: 4;
    stroke: #fff;
    stroke-miterlimit: 10;
    -webkit-animation: fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;
    animation: fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both
}

.checkmark__check {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke .3s cubic-bezier(0.65,0,0.45,1) .8s forwards;
    animation: stroke .3s cubic-bezier(0.65,0,0.45,1) .8s forwards
}

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes scale {
    0%,100% {
        -webkit-transform: none;
        transform: none
    }

    50% {
        -webkit-transform: scale3d(1.1,1.1,1);
        transform: scale3d(1.1,1.1,1)
    }
}

@keyframes scale {
    0%,100% {
        -webkit-transform: none;
        transform: none
    }

    50% {
        -webkit-transform: scale3d(1.1,1.1,1);
        transform: scale3d(1.1,1.1,1)
    }
}

@-webkit-keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #7ac142
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #7ac142
    }
}

#operatorselection {
    margin: 0 0 10px
}

fieldset {
    padding: 0;
    margin: 0
}

.fieldset_inline .fieldset__item {
    display: inline-block;
    margin: 0 6px 0 0
}

.fieldset__item:last-child {
    margin: 0
}

.form-control {
    -webkit-transition: 125ms border ease-in-out,125ms -webkit-box-shadow ease-in-out;
    -o-transition: 125ms border ease-in-out,125ms box-shadow ease-in-out;
    transition: 125ms border ease-in-out,125ms -webkit-box-shadow ease-in-out;
    transition: 125ms border ease-in-out,125ms box-shadow ease-in-out;
    transition: 125ms border ease-in-out,125ms box-shadow ease-in-out,125ms -webkit-box-shadow ease-in-out
}

.form-control_type_radio {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3
}

.radio {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.radio__label {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 53px;
    background-color: #EFEFEF;
    border-radius: 4px;
    overflow: auto;
    box-sizing: border-box;
    padding: 38px 0 0;
    color: #000;
    text-align: center
}

.radio__box {
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

.radio__control:focus ~ .radio__label {
    border-color: #0580eb;
    border-color: #0580eb;
    outline: 0;
    -webkit-box-shadow: 0 0 3px 1px rgba(20,129,224,0.55);
    box-shadow: 0 0 3px 1px rgba(20,129,224,0.55)
}

.radio__control:hover ~ .radio__label {
    transform: scale(1.1);
    background: #d4d4d4
}

.radio__control:checked ~ .radio__label {
    border: 1px solid #36ab04;
    font-weight: bold;
    color: black;
    background: #c6ffae;
    overflow: hidden
}

.radio__label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio__box {
    position: absolute;
    background-size: cover;
    content: "";
    width: 35px;
    height: 35px;
    top: 3px;
    left: 11px;
    z-index: 2;
    -webkit-transition: 125ms border-color ease;
    -o-transition: 125ms border-color ease;
    transition: 125ms border-color ease
}

.radio_operator_zain .radio__box {
    background-size: contain
}

.radio_operator_stc .radio__box {
    background-size: contain
}

.radio_operator_ooredoo .radio__box {
    background-size: contain
}

.radio__label {
    font-size: 9pt
}

.range__control {
    -webkit-align-self: center;
    align-self: center;
    width: 100%;
    height: 2em;
    padding: 0;
    font-size: inherit;
    background: 0;
    border: 0;
    border-radius: .25rem;
    cursor: pointer;
    -ms-flex-item-align: center
}

.range__control:disabled {
    cursor: default;
    opacity: .5;
    pointer-events: none
}

#msisdnvalue {
    direction: ltr!important;
    unicode-bidi: embed
}

[id$="-error"],[id*="-error "] {
    color: black;
    display: none;
    position: absolute;
    background: #d04141;
    padding: 5px 20px;
    border-radius: 6px;
    left: 50%;
    top: -30px;
    width: 200px;
    margin-left: -120px;
    z-index: 12;
    box-shadow: 0 0 15px 2px rgba(255,19,19,0.5);
    -webkit-animation: shake-horizontal 5s cubic-bezier(0.455,0.030,0.515,0.955) 5 both;
    animation: shake-horizontal 5s cubic-bezier(0.455,0.030,0.515,0.955) 5 both
}

[id$="-error"]:after,[id*="-error"]:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #d04141;
    border-bottom: 0;
    margin-left: -10px;
    margin-bottom: -9px
}

#subscriptionpolling p,#congrats p {
    margin: 5px 0
}

#congrats h4 {
    font-size: 20px;
    font-weight: bold;
    color: black
}

.show-congrats .states__additional,.show-subscriptionpolling .states__additional,#confirm-no1 {
    display: none
}

.show-doubleconfirmation .player__direct,.show-pinentry .player__direct,.show-congrats .player__direct,.show-subscriptionpolling .player__direct {
    display: none
}

.player__play-ripple {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    animation: 1.2s linear 1s infinite normal none running animation-ripple;
    border-radius: 50%;
    box-shadow: #fcebbc 0 0 1px 4px;
    height: 100%;
    opacity: 0;
    padding: 4px;
    position: absolute;
    width: 100%
}

#double-confirmation {
    display: none
}

#directsubscribe-message,#double-confirm-message {
    display: none
}

.exit,.additional__exit,.btn-secondary {
    display: inline-block;
    min-width: 50px;
    border-radius: 4px;
    text-align: center;
    max-width: 160px;
    font-size: 10px;
    opacity: 1;
    margin: 9px auto;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #000;
    color: #666;
    border: 1px solid #666;
    padding: 0 5px
}

.additional__price {
    color: #bbb;
    font-size: 9px
}

.show-pinentry .additional__exit,.show-pinentry .exit1 {
    display: none
}

@keyframes animation-ripple {
    0% {
        opacity: .8;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    75% {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes animation-ripple {
    0% {
        opacity: .8;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    75% {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        opacity: 0
    }
}

@keyframes preloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fade-in {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes shake-horizontal {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    20%,40%,60% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    90% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }
}

@keyframes shake-horizontal {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    20%,40%,60% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    90% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1,1)
    }

    50% {
        transform: scale(0.95,0.95)
    }

    100% {
        transform: scale(1,1)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1,1)
    }

    50% {
        -webkit-transform: scale(0.95,0.95)
    }

    100% {
        -webkit-transform: scale(1,1)
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes bg-fade {
    0%,100% {
        background-color: rgb(69,69,69 / 40%)
    }

    50% {
        background-color: rgb(69,69,69 / 50%)
    }
}

@keyframes bg-fade {
    0%,100% {
        background-color: rgb(69,69,69 / 40%)
    }

    50% {
        background-color: rgb(69,69,69 / 50%)
    }
}

.phone-input-active {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation: pulse 1s infinite linear;
    animation: pulse 1s infinite linear
}

.player-states.overlay::after {
    content: '';
    background-color: rgba(148,148,148,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    z-index: 20
}

.ar {
    direction: rtl
}

.ar .design__header,.ar .phone-input,.ar .form-field,.ar #customer-support-address {
    direction: ltr
}

.ar .design__title {
    text-align: right
}

.ar #msisdnvalue {
    direction: ltr!important;
    unicode-bidi: embed
}

#design {
    padding: 5px;
    display: none
}

.show-directsubscribe #design {
    display: block
}

#design .player-states {
    display: none
}

.show-directsubscribe #design .player-states {
    display: block;
    width: 100%
}

.show-directsubscribe .states #player-overlay {
    display: none
}

.show-directsubscribe .states .player-states__content,.show-directsubscribe .states .player-states,.show-directsubscribe .states .player-wrap {
    height: auto
}

.show-directsubscribe .states .player-states__control,.show-directsubscribe .states .player-states__icons {
    display: none
}

#directsubscribe .btn span p {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    letter-spacing: normal;
    margin-top: 7px
}

.show-directsubscribe .states .player-states__content {
    border: 0
}

.show-directsubscribe .states .player-states__featureicons {
    display: none
}

.show-directsubscribe .states {
    padding-bottom: 0;
    flex: none;
    padding-top: 0
}

.show-directsubscribe .states__sfc {
    padding: 0
}

/**********************
*********New css*******
**********************/

header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 15px 30px;
}

.lang-wrapper a {
    padding: 5px 15px;
    background: #fff;
    color: #000;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 40%);
    text-decoration: none;
}

@media only screen and (max-height: 570px) and (min-width:451px) and (orientation :landscape) {
    #creative {
        height:450px
    }

    .show-pinentry #footer {
        margin-top: 20px
    }
}

@media only screen and (min-width: 800px) {
    #creative {
        height:unset;
        margin: 0 auto;
        max-width: 690px;
    }

    .states {
        position: relative;
        max-width: 1000px;
        width: calc(100% - 20px);
        margin: 0 auto;
        flex: unset;
        height: 100%
    }

    .show-directsubscribe #design {
        position: relative;
        max-width: 1000px;
        width: calc(100% - 20px);
        margin: 0 auto
    }

    .show-directsubscribe .states {
        height: unset
    }

    .design__header_wrap {
        width: 1000px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto
    }

    #disclaimer {
        max-width: 1000px;
        text-align: justify;
        text-align-last: center
    }

    .player__loader {
        width: 90px;
        height: 90px;
        background-size: 90px auto;
        position: absolute;
        top: calc(50% - 45px);
        right: calc(50% - 45px)
    }

    .ne .player-states__content>div,.pe .player-states__content>div {
        position: relative
    }

    .ne .player-states__content .checkmark-container,.pe .player-states__content .checkmark-container {
        position: absolute
    }

    .player-states {
        padding-top: 56.25%;
        display: flex;
        flex-direction: column
    }

    .show-directsubscribe .states .player-states {
        padding-top: 0
    }

    .player-wrap {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        flex-grow: 1;
        flex-direction: column
    }

    .show-directsubscribe .states .player-wrap {
        position: unset
    }
}

@media only screen and (min-width: 800px) and (max-height:650px) {
    .player-wrap {
        height:370px
    }

    .states {
        max-width: 660px
    }
}

.btn-cancel {
    padding: 3px 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #9B9B9B;
    color: rgba(255,255,255,0.5);
    font-size: 8.25pt;
    font-weight: 600;
    text-decoration: none;
    color: #9B9B9B
}

#input-num-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 99999
}

#pininsert .input-wrapper{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.error-msg{
    display: none;
}

#pin{
        background: #fff;
        padding: 10px;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
}

#pin h2{
    padding-left: 5px;
    padding-right: 5px;
}

input::-webkit-outer-spin-button,
      input::-webkit-inner-spin-button {
         -webkit-appearance: none;
      }

/*----------LOADER-------*/

.loader-wrapper {
    display: none;
    background: rgb(0 0 0 / 75%);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
}

.load {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.load div {
    width: 25px;
    height: 25px;
    background-color: #53a026;
    margin-left: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: calc(50px - 12.5px);
    animation-name: loading;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.load-two {
    animation-delay: 0.4s;
}

.load-three {
    animation-delay: 0.6s;
}

@keyframes loading {
    to {
        opacity: 0.7;
        transform: translateY(-25px);
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -o-transform: translateY(-25px);
    }

}

/*----------END LOADER-------*/

#success{
        width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

#success h2,
#pin h2{
    padding-right: 5px;
    padding-left: 5px;
}

.error-msg-pin{
    color: black;
    display: none;
    position: absolute;
    background: #d04141;
    padding: 5px 20px;
    border-radius: 6px;
    left: 50%;
    top: -30px;
    width: 200px;
    margin-left: -120px;
    z-index: 12;
    box-shadow: 0 0 15px 2px rgba(255,19,19,0.5);
    -webkit-animation: shake-horizontal 5s cubic-bezier(0.455,0.030,0.515,0.955) 5 both;
    animation: shake-horizontal 5s cubic-bezier(0.455,0.030,0.515,0.955) 5 both;
}

#invalid-number-after{
    display: none;
    color: #ea3222;
    margin-top: 10px;
}

.show-error #invalid-number-after{
    display: block;
}

.show-error .error-msg-pin{
    display: block;
}

.show-error .error-msg-pin{
    display: block;
}

.show-error #msisdn{
    color: #ea3222;
}

.show-error #pin{
    color: #ea3222;
}

#pininsert form{
    position: relative;
}

@media (max-width: 798px) {
  /* Your styles here */
  .main-wrapper{
	  min-height: 500px !important; 
  }
}

.btnplaynow{
	width: 100%;
    background-image: linear-gradient(to right, #fe860a 0, #f38b14 51%, #fac602 100%);
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    border-radius: 10px;
    display: block;
    font-size: 19px;
    font-weight: 700;
    max-width: 480px;
    border: 0;
    color: rgb(255, 255, 255);
    margin: auto;
    height: 80px;
    cursor: pointer;
}