
body {
    animation: none
}




::-webkit-scrollbar {
    width: 0;
}


.lang-menu {
    z-index: 1000;
    border-radius: 30px;
    border: 0px solid #074292;
    overflow: hidden;
    cursor: pointer;
    font-size: 1.1rem;
    background-color: transparent;
    float: right;
    right: 0;
    margin: 5px 5px;
    box-shadow: 0 3px 6px rgba(36, 74, 105,0.16), 0 3px 6px rgba(36, 74, 105,0.23);
    position: absolute;
    outline: none;
}

.lang-content a:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.lang-content a:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid rgba(169, 203, 226,0.2);
}

.langBtn1 {
    color: #deeaf1;
    font-size: 14px;
    background: #3774a2 no-repeat;
}

.langBtn2 {
    color: #deeaf1;
    font-size: 14px;
    background: #3774a2 no-repeat;
}

.lang-content a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
    text-decoration: none;
    outline: none;
}

.rtl {
    direction: rtl;
}

body {
    margin: 0 auto;
    background-image: -webkit-gradient(linear,left bottom, left top,from(#46D28F),to(#EEE839));
    background-image: -webkit-linear-gradient(bottom,#46D28F 0%,#EEE839 100%);
    background-image: -o-linear-gradient(bottom,#46D28F 0%,#EEE839 100%);
    background-image: linear-gradient(to top, #262626 0%, #262626 100%);
    word-wrap: break-word;
}

div, span, p, img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

button {
    font-family: "Palanquin", sans-serif;
}

p {
    margin: 0 0 20px 0;
}

html, body, div, span, h3, h6, p, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

button {
    background: #eee;
    background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2)));
    background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    background: #eee -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.2)),to(rgba(0,0,0,.2)));
    background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    margin-bottom: 20px;
    padding: 8px 10px;
}

    button:hover {
        color: #222;
        background: #ddd;
        background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3)));
        background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
        background: #ddd -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.3)),to(rgba(0,0,0,.3)));
        background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
        border: 1px solid #888;
        border-top: 1px solid #aaa;
        border-left: 1px solid #aaa;
    }

    button:active {
        border: 1px solid #666;
        background: #ccc;
        background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4)));
        background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
        background: #ccc -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.35)),to(rgba(10,10,10,.4)));
        background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
    }



.container {
    position: relative;
    width: 440px;
    margin: 0 auto;
    padding: 0;
}

    .container .columns {
        margin-left: 10px;
        margin-right: 10px;
    }

    .container .sixteen.columns {
        width: 100%;
        margin: 0 auto;
    }

    .container:after {
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.main-content .main-form {
    position: relative;
    display: inline-block;
    width: 100%;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-content .subheader-text {
    color: #333;
    font-size: 15px;
    padding-bottom: 20px;
    padding-top: 10px;
    font-family: "Palanquin", sans-serif;
    line-height: 20px;
}

.main-content .cta-button {
    text-transform: uppercase;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#cc208e),to(#6713d2));
    background-image: -webkit-linear-gradient(bottom,#cc208e 0%,#6713d2 100%);
    background-image: -o-linear-gradient(bottom,#cc208e 0%,#6713d2 100%);
    background-image: linear-gradient(to top,#cc208e 0%,#6713d2 100%);
    border: 3px solid #fff;
    border-radius: 50px;
    color: #fff;
    margin: 0;
    padding: 10px;
    position: relative;
    width: 90%;
    height: 50px;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 20px;
    box-shadow: 0px 5px 20px 3px rgba(0,0,0,0.3);
}

    .main-content .cta-button:hover {
        background-image: -webkit-gradient(linear,left bottom,left top,from(#6713d2),to(#cc208e));
        background-image: -webkit-linear-gradient(bottom,#6713d2 0%,#cc208e 100%);
        background-image: -o-linear-gradient(bottom,#6713d2 0%,#cc208e 100%);
        background-image: linear-gradient(to top,#6713d2 0%,#cc208e 100%);
        box-shadow: 0px 5px 20px 3px rgba(0,0,0,0.5);
    }

.text-center {
    text-align: center;
}

.main-content .chapters {
    color: #333;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 5px;
}

.telco-section, .banner-section, .content-section {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
    background-color: #2f2f2f;
}

.banner-section {
    background-color: transparent;
}

.telco-section {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.banner-section .container, .content-section .container {
    padding: 10px 15px
}

.telco-section .container {
    width: 100%;
    padding-bottom: 10px;
}

.banner-section amp-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service-img {
    display: inline-block;
    height: auto;
    position: relative;
    z-index: -1;
    -webkit-box-shadow: 0px 5px 20px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 20px 3px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin-bottom: 25px;
}

.icon-game {
    display: inline-block;
    height: auto;
    position: relative;
    z-index: -1;
}

.container {
    z-index: 99999;
}

.tagline {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Kalam', cursive;
    font-weight: 400;
}

.tagline-sub {
    color: #d6d6d6;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 400;
    /* added padding */
    padding: 0 10px;
}

.tagline-color {
    display: inline-block;
    padding: 15px 20px;
    /* border-radius: 11px; */
    margin-bottom: 20px;
    font-family: "Palanquin", sans-serif;
    background-image: -webkit-gradient(linear,left top, left bottom,from(#88E2BC),to(#2DBB7E));
    background-image: -webkit-linear-gradient(top,#88E2BC 0%,#2DBB7E 100%);
    background-image: -o-linear-gradient(bottom,#88E2BC 50%,#2DBB7E 100%);
    background-image: linear-gradient(to bottom,#ff6600 0%,#b75f24 100%);
    font-weight: bold;
    text-decoration: none;
}

.tagline strong {
    font-size: 20px;
    font-weight: 700;
}

.telco-img {
    width: 150px;
    display: inline-block;
    margin: 10px 0;
    padding: 0px 10px;
    border-radius: 10px;
    background: -webkit-linear-gradient(top,#D5DEE7 0%,#E8EBF2 50%,#E2E7ED 100%),-webkit-linear-gradient(top,rgba(0,0,0,0.02) 50%,rgba(255,255,255,0.02) 61%,rgba(0,0,0,0.02) 73%),-webkit-linear-gradient(57deg,rgba(255,255,255,0.20) 0%,rgba(0,0,0,0.20) 100%);
    background: -o-linear-gradient(top,#D5DEE7 0%,#E8EBF2 50%,#E2E7ED 100%),-o-linear-gradient(top,rgba(0,0,0,0.02) 50%,rgba(255,255,255,0.02) 61%,rgba(0,0,0,0.02) 73%),-o-linear-gradient(57deg,rgba(255,255,255,0.20) 0%,rgba(0,0,0,0.20) 100%);
    background: linear-gradient(to bottom,#D5DEE7 0%,#E8EBF2 50%,#E2E7ED 100%),linear-gradient(to bottom,rgba(0,0,0,0.02) 50%,rgba(255,255,255,0.02) 61%,rgba(0,0,0,0.02) 73%),linear-gradient(33deg,rgba(255,255,255,0.20) 0%,rgba(0,0,0,0.20) 100%);
}

    .telco-img:hover {
        background-image: -webkit-linear-gradient(120deg,#EFF2B6 0%,#AEE8C1 100%);
        background-image: -o-linear-gradient(120deg,#EFF2B6 0%,#AEE8C1 100%);
        background-image: linear-gradient(120deg,#EFF2B6 0%,#AEE8C1 100%);
        transition: all 0.3s ease;
    }

.game-icon {
    width: 60px;
    display: inline-block;
    margin: 5px 1px;
}

    .game-icon amp-img {
        border-radius: 15px;
    }

.tnc-title {
    opacity: 0.7;
    margin: 0;
    cursor: pointer;
    background-color: transparent;
    padding: 10px 0px 0px 10px;
    border: none;
    color: #ffffff;
    font-family: "Palanquin", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

    .tnc-title a {
        color: #e0630f;
    }

.tnc-list {
    font-family: "Palanquin", sans-serif;
    font-weight: 300;
    display: inline-block;
    line-height: 15px;
    text-align: center;
    padding: 10px 10px;
    word-break: break-word;
}

.main-content .title-tnc {
    color: #333;
    font-family: "Palanquin", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.tnc-list, .main-content .text-tnc, .telco-text {
    opacity: 0.5;
    color: #333;
    font-family: "Palanquin", sans-serif;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    line-height: 15px;
    text-align: justify;
}

    .tnc-list a, .main-content .text-tnc a, .telco-text a {
        color: #21898B;
    }

.rtl-text {
    direction: rtl;
}

.tnc-list {
    list-style-type: square;
    padding: 0 30px;
}

.text-input {
    height: 45px;
    line-height: 45px;
    text-indent: 10px;
    border: solid 1px rgba(0,0,0,0.1);
    display: block;
    text-align: center;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 21px;
    padding: 15px;
    background: #f8f8f8;
}

.telco-container {
    padding: 0px 10px 0px 10px;
}

.leftx {
    text-align: left;
}

.centerx {
    text-align: center;
}

.rightx {
    text-align: right;
}

.justifyx {
    text-align: justify;
}



@media only screen and (max-width: 479px) {
    .telco-img {
        max-width: 100px;
    }

    .game-icon {
        max-width: 42px;
        max-height: 42px;
    }

        .game-icon amp-img {
            max-width: 42px;
            max-height: 42px;
            border-radius: 10px;
        }

    .main-content .chapters {
        padding-top: 10px;
        text-align: center;
    }

    .main-content .telco-text {
        text-align: center;
    }

    .service-img {
        display: inline-block;
        height: auto;
    }

    .main-content .main-form {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-height: 320px) and (max-height: 568px) {
    body {
        height: auto;
    }
}

@media only screen and (max-width: 320px) {
    .banner-section .container, .content-section .container {
        padding: 10px 0;
    }

    .fit-screen-outer {
        height: 100vh;
        display: table;
        width: 100%;
    }

    .fit-screen-inner {
        display: table-cell;
        vertical-align: middle;
    }

    .service-img {
        max-width: 300px;
        max-height: 121px;
    }

    .header-logo, .content-section, .banner-section, .telco-section {
        width: 100%;
    }

    .container .sixteen.columns.banner-section {
        margin-top: 10px;
    }

    .container .sixteen.columns.telco-section {
        margin-bottom: 10px;
    }

    .telco-img, .telco-img amp-img {
        max-width: 80px;
        max-height: 53px;
    }

    .game-icon {
        max-width: 35px;
        max-height: 35px;
    }

        .game-icon amp-img {
            max-width: 35px;
            max-height: 35px;
            border-radius: 5px;
        }
}

@media only screen and (min-width: 321px) {
    .fit-screen-outer {
        height: 100vh;
        display: table;
        width: 100%;
    }

    .fit-screen-inner {
        display: table-cell;
        vertical-align: middle;
    }

    .service-img {
        max-width: 300px;
        max-height: 121px;
    }

    .header-logo, .content-section, .banner-section, .telco-section {
        max-width: 315px;
    }

    .telco-img, .telco-img amp-img {
        max-width: 95px;
        max-height: 63px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 768px;
    }

        .container .columns {
            margin-left: 10px;
            margin-right: 10px;
        }

        .container .sixteen.columns {
            width: 748px;
        }
}

@media only screen and (max-width: 767px) {
    .telco-section .container {
        width: 100%;
        padding-bottom: 10px;
        max-width: auto;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .container {
        width: 100%;
        max-width: 300px;
    }

        .container .columns {
            margin: 0;
        }

        .container .sixteen.columns {
            width: 100%;
            max-width: 98%;
        }

    .main-content .main-form, .main-content .subheader-text {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 420px;
    }

        .container .columns {
            margin: 0;
        }

        .container .sixteen.columns {
            width: 420px;
        }

    .service-img {
        display: inline-block;
        height: auto;
        max-width: 50%;
    }

    .main-content .main-form, .main-content .subheader-text {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 766px) and (max-width: 959px) {
    .main-content .main-form, .main-content .subheader-text {
        text-align: center;
    }

    .telco-img, .telco-img amp-img {
        max-width: 150px;
        max-height: 100px;
    }
}

@media only screen and (min-width: 767px) {
    .telco-img, .telco-img amp-img {
        max-width: 120px;
        max-height: 80px;
    }

    .main-content .cta-button {
        width: 100%;
        height: 70px;
        font-size: 20px;
    }

    .header-logo, .content-section, .banner-section, .telco-section {
        max-width: 500px;
    }

    .banner-section {
        position: relative;
    }

    .service-img {
        max-width: 600px;
        max-height: 242px;
    }
}


.button-propeties {
    color: #ffffff;
    font-size: 15px;
    border: 5px solid #cfc4a5;
    box-shadow: 3px 5px 0px 0px #133418;
    background-image: linear-gradient(to bottom, #39b54a, #39b54a);
    font-family: "Palanquin", sans-serif;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    padding: 0 10px 0 10px;
    border: none;
}

.buttonx1 {
    border-radius: 4px;
    /* margin-bottom: 10px; */
    padding: 10px 20px 12px 20px;
    text-align: center;
    width: auto;
}

.buttonx2 {
    border-radius: 16px;
    text-align: center;
    width: auto;
    -webkit-background-clip: padding-box;
    padding: 10px 20px 12px 20px;
}

.buttonx3 {
    /* margin: 0.5em; */
    padding: 0.5em 1em;
    width: auto;
    padding: 10px 20px 12px 20px;
    text-align: center;
    /* margin: 0px 85px 13px 85px; */
}

.buttonx4::before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: -3px;
    right: 0;
    height: 23px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAXCAYAAACS5bYWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABFpJREFUeNrUV0tIo1cUvpkYjQ4xxSA6DxuNqG0dtaUKOgs3s6i0dFd3pSsXdjeIixakiGA34sZuXCkoONLFwJTK4GMYLYXg29gatTpiXurkbd7vv9/5ub+IxuhA7eiFQ5Kbc8/57ne/e87/ywRBYLdl3GG3aNwqsLJ0k0tLS+fmcnNzWUVFBVMoFGx2djarvLxcm5OTw+bm5iytra2xc4ExNjY27iqVyvvwK6CpeDzuCYVC1urq6qDA9UcfPp+PHR4esmAwKK6tr68/l5/8rgQ2Ozub1dbWyiYmJooaGxt/VqvV38jlchX9l0qlwoFA4DWS/RKLxRxFRUVf5+XlPcaaT2AP0sVPJBL2SCRiAPBpu93+vKamZo/Ae71eZjabWV1dXVqw7CKwp43ksrCw8Bhg7MJ/PLDZ5PHx8cz29vYT5JGD/bSYLgTrcDgYdk6siSc6NjZWDaAe4ZoHQL+cmZnRpZPnhWDpD8kw7uKo9ML/NMCsd2tr61vkzboMrEyv138M7TyLRqMWMBsX3sMgaZhMpp+AR5EJrCocDpuEGzKg4x8khs+CVWxubvZfR9JkMik4nU7BarUKLpeLmLsKuwIqTLynp4fqmIzASrqQT09Pf1VVVfX0KsWZ6uHBwQHTaDSsoKAgo6/H4xHLEcrVyRwuEisrKzs5XrrIVAVwiUVDKRRrL+YI32ewdVhMApuHWvcj6vids6J2u90MF4yBHUZNgKoEBaRBQalJqFSqtJfUYrGIlQX+ydXVVTN+u0tKSjQNDQ1axJVl2iTypebn55d7e3v/kqoDgZU1NTU9LCws/Py0M+2ekuGincxJ3yF+18jIyHJLS0slQJUWFxczrBeBE0vE5tHRkbixlZWVfSR8gTX/0P5gH7S1tX3Z3t7+BW8qAvwSfr8/jA0EIRM/qoFtampqbW9vTw+XA+ojUruVd3Z2tvb19T2TQFEim81GgVJoCvvj4+NLOJZgaWmpemdn5y3a6BbcnJDAw8HBwac6ne6eqCW5XDwB3qVSqM9/DAwMUNy/eVLabT7sI25qwgujThCBhWE+mAt2yNc4SQKSZrOQQE1HS22VJkmPAGTr7+//fX19fRk+Zgq0trbGeFAKEAQT98BSqKOj47vm5uaa/Px8JeIk4GcaHh6eWlxcfAU/A8xG67BxAX3fwdcbYUpSDJ06Z49Ak8ZC3OL8f3YiA4PBYKdLQ2AJ9OTk5GpXV9cQiCVh79M94QtlPLDUE/1gPNrd3f0W33W4cBoco48zQuy/IZYAMnGqlSc4c66L9JruQUaSARXeT8HGKzxAqFBekni6+h46+pMzGiJGMgTOJh1yU/KNEGDvZWvfBawkA9ppwGg0mrRa7SOI2g+gxOgbJIpdFpj72PnxSnPX8vqRxTURgBQWKisrH+GThOm+CtAzoK/9/Uiqq/6hoaHfdnd3jaOjo7/yY7yxbwqkWy3sQzpS2C6YirwvUJk0y7hurfyGRrnduPGvAAMASmo8wzeVwfsAAAAASUVORK5CYII=) no-repeat 0 0, url(data:image/png;base64,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) no-repeat 50% 0, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAXCAYAAACFxybfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAodJREFUeNrsVb1rWlEUv2pN/GqspKRSKFYXWzEloIWif0Fn6dJChQ7OQil0qd3EzcEpg0OgdHDr4CQODk7VRlLMEIVqApX4We0zflR9/Z1Ui4T34ksaaAYP/Hzc673n/M6550PG8zz73yKjn0wm83fDYDAwo9HINBrNnwOQg4MDs0ql2lQqlfdAWont7ng8Pjw+Ps44nc4G1pI9EXWaSOzt7TGO42aH5Pv7+08ajUZ0MBiUeXEZd7vdL5VK5fX29rZ+5tQiEmdxKrlcjsEYczgcynK5/BKKv/IXFNz/XiqVXkHdjUuRIA9SqdRD8or/R8Ez9fr9fqHVakUR4c2z0REjIQuHw2ZcrPBXLCA0RHTezEdHjIQqkUhEr9I4HOILhQLf6/VoOUFEvDMiQiToDx1Cdz+bzZ6bUFarlel0OkkVUK/XWbvdPoVer5fh3ntsfwJ+CJ2XA4p0Op1bpBgJyxDehQQ6nQ5DZXHBYDBZq9V+EhFUndnr9drEqoc2bwJbwGPgtohuVSwWe2Gz2TZMJpNgRKi6qtUqg2EWj8dTgUDgo0KhWPN4PC70EvXOzs67fD6/S6kiRIKeZA1YJ2MiJNbdbvfTUCjkV6vVK2hcDF8GI2w0GrGTkxM2HA5PDxaLxSOfz/cWEfk81X0XIMMFgJJ/srBjCgk8IdcfuVyuZ36//7nFYtkQyAMumUzuRiKRD0jMFLa+AZOpYwqgB/ziBVqmVBKUO7eAB/R0WG/Z7XaTVqtdbTabHJL6EK2djBaBPHA0NSqpbUsiMUeEBgpF4Q5AbZrmSJ/yEWgBTaBNHl9kdkgmMUeG7qwAq9PqovceTA3zlxlgsuswyuXsGsiSxJLEkoSY/BZgAEjRodi+uBruAAAAAElFTkSuQmCC) no-repeat 100% 0;
}

.buttonx4 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100px;
    padding: 15px 23px;
    text-decoration: none;
    outline: none;
    border-radius: 15px;
    position: relative;
    overflow: visible;
    text-align: center;
    transition: 500ms linear;
    width: auto;
}



.buttonx5 {
    max-width: 300px;
    border-radius: 50px;
    padding: 10px 45px;
    position: relative;
    width: auto;
    /* margin: 0px 85px 13px 85px; */
}

.listClass {
    font-size: 10px;
    color: #ffffff
}


ul, ol {
    padding: 0;
}



amp-img img {
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

.tnc-title:focus {
    outline: none;
}

.large-imgx {
    width: 100%;
}

.medium-imgx {
    width: 70%;
}

.small-imgx {
    width: 40%;
}

.none {
    display: none;
}

.show {
    display: block;
}

.large-imgx {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.medium-imgx {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.small-imgx {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}



