@font-face {
    font-family: "Samsung Mono Bold";
    src: url('../fonts/Colabero.ttf') format('truetype');
}

@font-face {
    font-family: "Samsung Bold";
    src: url('../fonts/Colabero.ttf') format('truetype');
}


@font-face {
    font-family: "Samsung Regular";
    src: url('../fonts/Colabero.ttf') format('truetype');
}

@font-face {
    font-family: "Samsung Condensed";
    src: url('../fonts/Colabero.ttf') format('truetype');
}


@font-face {
    font-family: "Samsung Italic";
    src: url('../fonts/Colabero.ttf') format('truetype');
}

html, body {
    height: 100%;       /* full height */
    margin: 0;
    letter-spacing: 1px !important;
    font-family: "Samsung Regular";
}

body {
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;   /* pushes footer to bottom */
    color: #fff;        /* text color */
    padding: 15px 0;
}



html, body {
    padding: 0;
    margin: 0;
    font-family: "Samsung Regular", 'Arial', sans-serif;
    background-image: url(../images/Home_Background_Desktop.png);
    background-color: #f5b11b;
    background-repeat: no-repeat;
    background-size: cover;
}

.clear {
    clear: both;
}

option, select {
    color: black !important;
}

a:hover, a:focus {
    color: #ee2982;
}

.alert_container {
    z-index: 300;
    width: 100%;
    left: 0;
}

.left_holder{
    float: left;
    width: 50%;
    text-align: right;
}

.left_holder img{
    float: right !important;
}

.right_holder{
    float: left;
    width: 28%;
    margin-top:5%;
}

.alert_container div {
    border-radius: 0;
}

.alert_container h1 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

#home .container {
    min-height: auto;
}

#home .img_section {
    position: absolute;
    top: 0;
}

#home .info_section {
    position: absolute;
    text-align: center;
}


#home .info_section p {
    font-size: 8px;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
    line-height:22px;
}

#home .info_section p span {
    display: block;
    margin-top: 10px;
}

#home .info_section hr {
    border-color: #4f4f4f;
    margin: 20px auto 20px;
    width: 80%;
}

#home .info_section form {
    width: 80%;
    margin: 20px auto 0;
}

#terms .info_section form {
    width: 80%;
    margin: 20px auto 0;
}


#reference_form label {
    width: 100%;
}

#home .info_section form .input-group {
    width: 100% !important;
    float: left !important;
}

#home .info_section .input-group input {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: none;
    color: #4f4f4f;
    float: left;
    height: 42px;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 8px;
    letter-spacing: 1px;
}

#home .info_section input#submit {
    margin-left: -88px;
    margin-top: 3px;
    z-index: 1;
    position: absolute;
    border: none;
    height: 35px;
    width: 84px;
    font-size: 6px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
   padding-top: 5px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    background-color: #ee297f;

}




#terms .info_section form .input-group {
    width: 100% !important;
    float: left !important;
}

#terms .info_section .input-group input {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: none;
    color: #4f4f4f;
    float: left;
    height: 50px;
    padding: 0 15px;
    border-radius: 25px;
}

#terms .info_section input#submit {
    margin-left: -88px;
    margin-top: 3px;
    z-index: 1;
    position: absolute;
    border: none;
    height: 44px;
    width: 84px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    border-radius: 25px;
    background-color: #000000;
}


#home footer .container {
    min-height: auto;
    text-align: center;
}
#terms-error{
    position: absolute;
    width: 100%;
    top: 35px;
    left: 0;
}
.input-group label.error {
    color: #f54f4f;
    float: right;
    font-size:6px;
    margin-top:8px;
}
.input-group select{
    border-radius: 5px;
    padding: 15px 10px;
}

#tillSlipModal {
padding-right: 0px !important;
}

button.close {
    width: 20px;
}
@media screen and (min-device-width: 780px) {
    #terms-error{
        position: absolute;
        width: 100%;
        top: 30px;
    }
}

@media screen and (min-device-width: 180px) {
    #terms-error{
        position: absolute;
        width: 100%;
        top: 30px;
    }
}
@media screen and (min-device-width: 780px) {
    #home .info_section object {
        width: 380px;
    }
}

@media screen and (min-device-width: 780px) {
    #home .img_section {
        position: inherit;
        top: 0;
    }
    #home .info_section {
        position: inherit;
        top: 40px;
    }

    #home .info_section object {
        width: 300px;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    #home .info_section p {
        font-size: 8px;
        color: #000000;
        text-align: center;
    }
    #home .info_section hr {
        border-color: #4f4f4f;
        margin: 40px auto 40px;
        width: 80%;
    }
    #home .info_section form {
        width: 400px;
        margin: 25px auto;
        text-align: center;
    }
    #home .info_section form .input-group {
        width: 100% !important;
        margin: 0 auto !important;
        float: left !important;
    }
    #home .info_section .input-group input {
        display: block;
        width: 100%;
        background-color: #ffffff;
        border: none;
        color: #4f4f4f;
        float: left;
        height: 42px;
        padding: 0 10px;
        border-radius: 5px;
    }
    #home .info_section input#submit:hover {
        background-color: rgba(255, 179, 0, 0.75);
    }
    #home .info_section input#submit {
        margin-left: -88px;
        margin-top: 3px;
        padding-top: 5px;
        z-index: 1;
        position: absolute;
        width: 84px;
        font-size: 6px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        text-align: center;
        color: #000000;
        border-radius: 5px;
        background-color: #ee297f;
        height: 35px;
    }
}

header {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

header img {
    float: left;
    margin: 40px 0 0 -20px;
    width: 160px;
}

.help {
    width: 20px;
    height: 20px;
    background-image: url(../imgs/help.png);
    display: inline-block;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    right: 8px;
}

.help:focus {
    border: none;
    outline: none;
}

.copy_section {
    margin: 0;
    width: 170px;
    float: left;
    position: absolute;
    top: 30px;
    left: 140px;
}

.register-header {
    text-align: center;
    display: table;
    width: 100%;
}

.register-header #logo, .register-header img {
    width: auto !important;
    display: table-cell;
    vertical-align: top;
}
.register-header #logo, .register-header img {
    padding: 5px 10px;
    display: block;
    margin: 0 auto;
}
.register-header img{
    max-height: 250px;
}
.register-header #logo{
    max-height: 160px;
}

#logo {
    width: 100%;
    margin-bottom: 15px;
}

.copy_section p {
    text-align: center;
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
}

.progress-section {
    /*width: 35%;*/
    /*float: left;*/
    width: 100%;
    position: relative;
    height: 45px;
    margin-left: -5px;
}

.rule {
    height: 1px;
    width: 95%;
    margin: 5px auto 0;
    background-color: #fff;
}

.form-container {
    /*width: 60%;*/
    /*margin-left: 5%;*/
    position: relative;
    float: left;
}

.page_content {
    position: relative;
    padding: 35px 35px;
    background-color: #fff;
}

#passinput {
    display: none;
}

.hidden {
    display: none;
}

.form-step-1, .form-step-2, .form-step-3, .form-complete {
    display: none;
}

.form-complete {
    text-align: center;
}

.current {
    display: block;
}

button {
    border: none;
    text-transform: uppercase;
    color: #000000;
    padding: 15px;
    font-weight: bold;
    cursor: pointer;
    background: #ee2982;
    width: 50%;
    border-radius: 5px;
    font-size: 8px;
    line-height: 1.25;
    letter-spacing: 1px;
    font-family: "Samsung Bold", 'Arial', sans-serif;
}



.section-header {
    height: 75px;
    width: 100%;
    margin-bottom: 20px;
}

.section-header object {
    width: 75px;
    height: 75px;
    display: inline-block;
    float: left;
    margin-left: -15px;
}

.section-header p {
    font-weight: bold;
    display: inline-block;
    float: left;
    vertical-align: bottom;
    margin: 28px 0 0 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.input-group {
    width: 100%;
    margin-bottom: 15px;
}

.input-group.secondary-serial {
    display: none;
}

.input-group label {
    display: block;
    font-family: "Samsung Regular", 'Arial', sans-serif;
    width: 100%;
    font-size: 6px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 1px;
    text-align: left;
    color: #000000;
}

.input-group label span {
    display: block;
    color: #000000;
    font-size: 5px !important;
}

.input-group input {
    display: block;
    width: 100%;
    border-radius: 25px;
    background-color: #ffffff;
    height: 50px;
    border: none;
    padding: 20px;
}

.error {
    color: #f54f4f;
}

.input-select {
    height: 15px;
    margin-bottom: 25px;
}

.input-select input {
    width: 22px;
    float: left;
    margin-top: 0;
}

.input-select label {
    width: auto;
    margin-bottom: 0;
    margin-right: 5px;
    float: left;
    font-weight: normal;
}

.terms-accept input {
    float: left;
    width: 25px;
    margin-top: 0;
}

.terms-accept label {
    float: left;
    width: 180px;
    margin-top: 3px;
    margin-bottom: 0;
}

.upload-group label {}

.upload-group input {
    width: 100%;
    color: #ffffff;
    margin-top: 10px !important;
    border: none;
    background: transparent;
}

.styledRadio, .styledCheckbox {
    display: inline-block;
    float: left;
    margin-right: 10px;
    border-radius: 90%;
    margin-top: 19px;
}

.dk-select, .dk-select-multi {
    width: 100%;
}

.dk-selected {
    background-color: #fff;
    height: 42px;
    padding: 15px;
    border-radius: 5px;
    font-size: 8px
}

.NFI-wrapper {
    display: block!important;
}

.NFI-button {
    border: none;
    width: 100%;
    text-transform: uppercase;
    height: 50px;
    color: #ffffff;
    padding: 15px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px;
}

.NFI-filename {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px 5px;
    height: 20px;
    margin-left: 5px;
    line-height: 37px;
    vertical-align: middle;
    font-size: 13px;
    background: transparent !important;
    color: white !important;
}


footer a {
    color: #fff;
    text-decoration: none;
}

@media screen and (min-device-width: 175px) and (max-device-width: 480px) {




    #home .container {
        min-height: 1200px;
    }

    .col-lg-12{
        padding: 0 !important;
    }

    /*#home img{*/
        /*width: 100% !important;*/
        /*margin-left:0 !important;*/
        /*margin-top: 10px !important;*/
    /*}*/


    .left_holder{
        float: none;
        width: 100%;
    }

    .left_holder img{
        float: none !important;
    }

    .right_holder{
        float: none;
        width: 100%;
    }

    .next {
        float: none;
    }

    .progress-section{
        margin-top: 20px;
    }

    /*.completed {*/
    /*background-image: url('http://aseriespromo2018.nurun.io/assets/imgs/step_complete_mobile.png');*/
    /*}*/

    footer {
        font-size: 10px;
    }
}

@media screen and (min-device-width: 780px) {

    .left_holder{
        float: left;
        width: 50%;
        text-align: right;
    }

    .left_holder img{
        float: right !important;
    }

    .right_holder{
        float: left;
        width: 28%;
    }

    header {
        margin: 0;
    }
    .register-header #logo, .register-header img {
        padding: 20px 10px;
        display: table-cell;
        margin: 0;
    }
    .register-header img{
        max-height: 350px;
    }
    .register-header #logo{
        max-height: 260px;
    }
    .help {
        width: 33px;
        height: 33px;
        background-image: url(../imgs/help.png);
        display: inline-block;
        background-size: 33px 33px;
        background-repeat: no-repeat;
        position: absolute;
        top: 30px;
        right: 8px;
    }
    header img {
        float: left;
        margin: 0;
        width: 285px;
    }
    .copy_section {
        margin: 70px 0 0 50px;
        width: 581px;
        float: left;
        position: relative;
        top: inherit;
        left: inherit;
    }
    #logo {
        margin-bottom: 50px;
    }
    .copy_section p {
        text-align: center;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
    }
    label#terms-error {
        white-space: nowrap;
        color: #f54f4f;
        float: right;
        font-size: 6px;
        margin-top: 12px;
        font-family: "Samsung Regular", 'Arial', sans-serif;
    }
    .progress-section {
        width: 25%;
        float: left;
        height: 700px;
    }
    .rule {
        height: 100%;
        width: 1px;
        margin: 10px auto;
        background-color: #fff;
    }
    .step {
        background-color: #292929;
        background-image: url(/assets/imgs/step_dot.png);
        display: block;
        width: 126px;
        height: 30px;
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 0;
        left: 82px;
    }
    .step p {
        color: #fff;
        text-align: center;
        display: block;
        background-color: #292929;
        margin-top: 25px;
        padding-bottom: 5px;
    }
    .step p span {
        display: block;
    }
    /*.completed {*/
    /*background-image: url(/assets/imgs/step_complete.png);*/
    /*height: 90px;*/
    /*background-size: 90px 90px;*/
    /*background-position: center;*/
    /*left: 82px!important;*/
    /*}*/
    .completed p {
        margin-top: 84px;
    }
    .step-0 {
        top: 0;
    }
    .step-1 {
        top: 28%;
    }
    .step-1.completed {
        top: 19%;
    }
    .step-2 {
        top: 50%;
    }
    .step-2.completed {
        top: 41%;
    }
    .step-3 {
        top: 72%
    }
    .step-3.completed {
        top: 63%;
    }
    .step-4 {
        top: 95%;
    }
    .step-4.completed {
        top: 85%;
    }
    .form-container {
        float: left;
    }
    .page_content {
        position: relative;
        padding: 80px 160px;
        background-color: #fff;
    }
    .hidden {
        display: none;
    }
    .form-complete {
        padding: 130px 0 0 0;
    }
    .section-header {
        height: 118px;
        width: 100%;
        margin-bottom: 50px;
    }
    .section-header object {
        width: 118px;
        height: 118px;
        display: inline-block;
        float: left;
        margin-left: -45px;
    }
    .section-header p {
        font-weight: bold;
        display: inline-block;
        float: left;
        width: 285px;
        vertical-align: bottom;
        margin: 45px 0 0 20px;
        text-transform: uppercase;
        font-size: 16px;
    }
    .input-group {
        width: 100%;
        margin-bottom: 15px;
    }
    .input-group label {
        display: inline-block;
        width: 100%;
        margin: 20px 0 5px 0;
    }
    .input-select {
        width: 100%;
        padding-top: 10px;
        float: left;
        height: 15px;
        margin-bottom: 25px;
    }
    .input-select input {
        width: 22px;
        float: left;
        margin-top: 0;
    }
    .input-select label {
        width: auto;
        margin-bottom: 0;
        margin-right: 5px;
        float: left;
        font-weight: normal;
    }

    .upload-group label {}
    .upload-group input {
        width: 100%;
        color: #ffffff;
        margin-top: 15px;
        border: none;
    }
    .dk-select, .dk-select-multi {
        width: 100%;
    }
    footer {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

footer a {
    color: #fff;
    text-decoration: none;
}

@media screen and (min-device-width: 375px) {

    footer {
        font-size: 10px;
    }
}

@media screen and (min-device-width: 780px) {
    .help {
        width: 33px;
        height: 33px;
        background-image: url(../imgs/help.png);
        display: inline-block;
        background-size: 33px 33px;
        background-repeat: no-repeat;
        position: absolute;
        top: 30px;
        right: 8px;
    }
    header img {
        float: left;
        margin: 0;
        width: 285px;
    }
    .copy_section {
        float: left;
        left: inherit;
        margin: 45px 0 0 50px;
        position: relative;
        top: inherit;
        width: 100%;
    }
    #logo {
        margin-bottom: 50px;
    }
    .copy_section p {
        text-align: center;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
    }
    label#terms-error {
        white-space: nowrap;
        color: #f54f4f;
        float: right;
        font-size: 6px;
        font-family: "Samsung Regular", 'Arial', sans-serif;
    }

    .form-container {
        float: left;
    }
    .page_content {
        position: relative;
        padding: 80px 160px;
        background-color: #fff;
    }
    .hidden {
        display: none;
    }

    .form-complete {
        padding: 130px 0 0 0;
    }
    .section-header {
        height: 118px;
        width: 100%;
        margin-bottom: 50px;
    }
    .section-header object {
        width: 118px;
        height: 118px;
        display: inline-block;
        float: left;
        margin-left: -45px;
    }
    .section-header p {
        font-weight: bold;
        display: inline-block;
        float: left;
        width: 285px;
        vertical-align: bottom;
        margin: 45px 0 0 20px;
        text-transform: uppercase;
        font-size: 16px;
    }
    .input-group {
        width: 100%;
        margin-bottom: 15px;
    }
    .input-group label {
        display: inline-block;
        width: 100%;
    }
    .input-select {
        width: 100%;
        padding-top: 10px;
        float: left;
        height: 15px;
        margin-bottom: 25px;
    }
    .input-select input {
        width: 22px;
        float: left;
        margin-top: 0;
    }
    .input-select label {
        width: auto;
        margin-bottom: 0;
        margin-right: 5px;
        float: left;
        font-weight: normal;
    }
    .upload-group label {}
    .upload-group input {
        width: 100%;
        color: #ffffff;
        margin-top: 15px;
        border: none;
    }

    .dk-select, .dk-select-multi {
        width: 100%;
    }
    footer {
        font-size: 14px;
        line-height: 20px;
    }


    /* Mobile Fixes*/




}

header {
    padding: 30px 0;
}

header img.logo {
    float: left;
    width: 245px;
    margin-top: 25px;
    object-fit: contain;
}

header img.logo_right {
    float: right;
    width: 169px;
    height: 75px;
    object-fit: contain;
}


.info_section h1 {
    font-family: "Samsung Bold", 'Arial', sans-serif;
    font-size: 49px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;

}


.info_section h2 {
    font-family: "Samsung Regular", 'Arial', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 20px;
}

.info_section h2 span {
    font-weight: bold;
}

.info_section img.casper {
    width: 628.7px;
    height: 303.1px;
    object-fit: contain;
    margin-bottom: 40px;
}

.info_section h3 {
    font-family: "Samsung Bold", 'Arial', sans-serif;
    font-size: 31px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
    line-height: 30px;

}

.info_section p strong {
    font-family: "Samsung Bold", 'Arial', sans-serif;
}

.takealot_box {
    margin-top: 40px;
}

.takealot_box .package_info {
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0;
}

.takealot_box .package_info p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 1px;
    text-align: center;
    color: #0092df;
}

.takealot_box .package_info p strong {
    font-family: "Samsung Bold", 'Arial', sans-serif;
}

.takealot_box h1 {
    font-family: "Samsung Bold", 'Arial', sans-serif;
    font-size: 78px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}


.voucher_info img {
    width: 139px;
    height: 37.2px;
    object-fit: contain;
}

.voucher_info {
    font-family: "Samsung Bold", 'Arial', sans-serif;
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.26;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
}


footer p {
    font-family: "Samsung Regular", 'Arial', sans-serif;;
    font-size: 8px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
}

footer .social {
    width: 44.9px;
    height: 20.1px;
    float: left;
}

footer .footer_link {
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
}

footer .social img  {
    width: 20.1px;
    height: 20.1px;
    object-fit: contain;
    margin-right: 2px;

}

footer .google_play {
    width: 237.7px;
    max-width:100%;
    height: 58.9px;
    object-fit: contain;
}


.form-container form h3 {
    font-family: "Samsung Bold", 'Arial', sans-serif;
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.26;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
}

.terms-accept label {
    font-family: "Samsung Regular", 'Arial', sans-serif;
}

.terms-accept label a {
    text-decoration: underline;
    color: #ffffff;
}

.upload-group label {
    font-family: "Samsung Regular", 'Arial', sans-serif;
    width: 100%;
    font-size: 13px;
    font-style: normal;
    font-stretch: normal;
    text-transform: none;
    line-height: 1.21;
    letter-spacing: 1px;
    text-align: left;
    color: #ffffff;
}

.input-group select {
    width: 100%;
    height: 50px;
    border: none;
}

.content img.success {
    width: 106.3px;
    height: 106.3px;
    object-fit: contain;
}

.content h2 {
    font-family: "Samsung Bold", 'Arial', sans-serif;
    font-size: 62px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
}

.content h3 {
    font-family: "Samsung Regular", 'Arial', sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    font-weight: normal;
}

.content p {
    font-family: "Samsung Regular", 'Arial', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
}


/* SAMSUNG */
@media only screen and (min-width: 768px) and (max-width: 992px){
    html, body {
        -webkit-background-size: 150%;
        background-size: 150%;
    }

    #home .container{
        min-height: auto;
    }
    #home .info_section{
        position: relative;
    }
    footer{
        padding: 40px 0 30px 0
    }
    footer .google_play{
        margin-top: 10px;
    }
    .takealot_box .package_info{
        width: 250px;
        margin: 0 auto;
    }
    .voucher_info img{
        display: inline-block;
        width: auto !important;
        vertical-align: middle;
        margin: 0 !important;
    }

}

@media only screen and (max-width: 767px){


    html, body {
        -webkit-background-size: 250%;
        background-size: 250%;
    }

    #home .container{
        min-height: auto;
    }
    header img{
        margin: 40px 0 0 0;
    }
    header img.logo{
        float: none;
        width: 310.3px;
        height: auto;
        display: block;
        margin: 15px auto 0;
    }
    header img.logo_right{
        float: none;
        display: block;
        margin: 20px auto 0;
    }

    .info_section h1{
        font-size: 36px;
        padding: 0 10px;
    }

    .info_section h2{
        font-size: 24px;
        margin-bottom: 0;
    }


    #home .info_section{
        position: relative;
    }
    .info_section h3{
        padding: 0 20px;
    }

    #home .info_section p{
        font-size: 8px;
        padding: 0 45px
    }
    .takealot_box .package_info{
        width: 250px;
        margin: 0 auto;
    }
    .voucher_info img{
        display: inline-block;
        width: auto !important;
        vertical-align: middle;
        margin: 0 !important;
    }
    footer{
        padding: 40px 0 30px 0
    }
    footer .google_play{
        margin-top: 10px;
    }

    .eupopup-button_1, .eupopup-button_2 {
        width: 40%;
    }
    .eupopup-button_2 {
        margin: 0 10px;
        padding: 13px 20px;
    }

    .eupopup-head {
        font-size: 14px;
    }

    .eupopup-body {
        font-size: 6px !important;
        margin-bottom: 20px;
    }

    .terms_title {
        font-size: 8px !important;
    }
    .terms-button {
        width: 50% !important;
    }

}

#terms .info_section h2 {
    font-family: "Samsung Bold", 'Arial', sans-serif;
    font-size: 49px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
}

#terms .info_section h3 {
    font-family: "Samsung Regular", 'Arial', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;

}



#terms .info_section p {
    color: #000000;
    text-align: center;
}



#terms .register {
    min-height: calc(100vh - 316px);
}

footer {
    background: black;
    padding-top: 25px;
}

.step_1 {
    background: url(../images/step_1.png);
    height: 51px;
    object-fit: contain;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.step_2 {
    background: url(../images/step_2.png);
    height: 51px;
    object-fit: contain;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.step_3 {
    background: url(../images/step_3.png);
    height: 51px;
    object-fit: contain;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

li.active .step_1 {
    background: url(../images/step_1_active.png);
    background-size: contain;
    background-repeat: no-repeat;
}

li.active .step_2 {
    background: url(../images/step_2_active.png);
    background-size: contain;
    background-repeat: no-repeat;
}

li.active .step_3 {
    background: url(../images/step_3_active.png);
    background-size: contain;
    background-repeat: no-repeat;
}


/* New Boys*/
.Buy {
    width: 375px;
    object-fit: contain;
}

.And  {
    width: 223px;
    height: 39px;
    margin-top: 20px;
    margin-bottom: 10px;
    object-fit: contain;
}

.Get {
    width: 175px;
    height: 206px;
    object-fit: contain;
}

.TiersImage {
    object-fit: contain;
    margin-top: 20px;
    width: 406px;
    height: 100px;
}

.PartnersImage {
    object-fit: contain;
    margin-top: 20px;
    width: 206px;
    height: 100px;
}

#home h2 {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 38px;
    text-align: center;
    color: #000000;
    margin-bottom: 5px;
}

#home h2 span {
    font-weight: bold;
    color: #c8c17e;
}

.BowBox {
    width: 230px;
    object-fit: contain;
}

#home .rewards_list h3 {
    margin: 5px 0px 15px 0;
}

#home h3 {
    font-family: "Samsung Regular", 'Arial', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #000000;
    margin: 0 0 20px 0;
}

#home .rewards_list h3.strong {
    font-family: "Samsung Bold", 'Arial', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: 1px;
    text-align: center;
    color: #c8c17e;
    margin: 25px 0;
}

#home p.valid {
    font-family: "Samsung Regular", 'Arial', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 31px;

}

#home p.form_text {
    font-family: "Samsung Bold", 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
}

#home h4 {
    margin-top: 40px;
    font-family: "Samsung Regular", 'Arial', sans-serif;
    font-size: 34px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
}

#home h4 span {
    font-weight: bold;
    color: #c8c17e;
}

.GoldTier {
    width: 271px;
    height: 77px;
    object-fit: contain;
}

.SilverTier {
    width: 271px;
    height: 77px;
    object-fit: contain;
    margin: 0px 20px 0 20px !important;
}

.BlueTier {
    width: 271px;
    height: 76px;
    object-fit: contain;
}


.save50 {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.next50 {
    float: left;
    width: 49%;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}





.TierIcon {
    width: 60px;
}

.details-personal .upload-group label.error {
    color: #d10000;
    font-size: 6px;
    margin-top: -2px;
}

.pin_error, .valid_error {
    color: #d10000;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
    font-size: 6px;
    line-height: 16px;
}



.pin_success {
    color: #52ac00;
    margin-top: 10px;
    display: none;
    font-size: 8px;
    line-height: 18px;
}

input:disabled {
    background: #DADADA !important;
}

#reference_form h5 {
    color: #000000;
    font-size: 8px;
    line-height: 22px;
}

.form-complete .TiersImage {
    margin-top: 50px;
}


.accordion {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.accordion__intro {
    position: relative;
    padding: 0 20px;
    cursor: pointer;
}
.accordion__content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.25s ease-out;
    color: #f1f1f1;
    opacity: 0;
}
.accordion h4,
.accordion p {
    margin: 0;
    line-height: 1;
}
.accordion h4 {
    color: #fff;
    font-size: 22px !important;
    font-weight: 500;
}
.accordion p {
    color: #f1f1f1;
    font-size: 15px;
    margin: 0;
}
.accordion__active .accordion__content {
    padding: 20px ;
    opacity: 1;
}

.terms_title {
    color: #000000;
    text-align: center;
    font-size: 8px;
    line-height: 12px;
}

.modal-body p {
    font-size: 6px;
    line-height: 20px;
}

.terms-button {
    width: 20%;
    padding: 12px;
    font-size: 6px;
}

.terms-button:hover {
    color: white;
}

.age-gateway-modal {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.age-welcome {
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.age-question {
    font-size: 8px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.age-buttons .btn {
    width: 100px;
    margin: 0 10px;
    background-color: #ee2982;  /* gold color */
    border: none;
    color: white;
    padding: 15px;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 7px;
}

.age-buttons .btn:hover {
    background-color: #b53571;
    color: #fff;
}


/* FilePond validation error */
.filepond--browser.error + label.error {
    color: #f54f4f;
    display: block;
    font-size: 6px;
    padding-top: 45px;
}

#home .info_section input#submit:disabled {
    background-color: #ee2982 !important;
}

.custom-container {
    background: #ffc738; /* black center */
    padding: 10px 30px 30px 30px;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
}




/* Responsive */
@media (min-width: 768px) {
    .mid-container {
        max-width: 50%;
        margin: 0 auto;
    }

    .custom-container {
        max-width: 50%;

    }
}
@media (min-width: 1200px) {
    .custom-container {
        max-width: 50%;

    }
}

/* Corner elements */
.corner {
    position: absolute;
    z-index: 2; /* above borders */
    max-width: 150px; /* scale down if needed */
}

.top-left {
    top: 40px;
    left: 45px;
    width: 45px;
}

.top-right {
    top: 45px;
    right: 45px;
    width: 100px;
}

.bottom-left {
    bottom: -45px;
    left: -50px;
}

.bottom-right {
    bottom: 35px;
    right: 45px;
    width: 100px;
    width: 100px;
}

/* Responsive scaling */
@media (max-width: 768px) {
    .corner {
        max-width: 100px;
    }
}

.submit_process_btn[disabled] { opacity: .6; cursor: not-allowed; }
.submit_process_btn.is-loading { pointer-events: none; }


.full_vh {
    padding-bottom: 50px;
    min-height: calc(100vh - 103px);
}

.min_full_vh {
    min-height: calc(100vh - 93px);
}
.terms-accept label {
    width: auto;
}



.no_under_18 {
    width: 180px;
    margin-top: 20px;
}

.no_under_18_footer {
    width: 180px;
}

.footer_content {
    width: fit-content;
    margin: 0 auto;
}

.f_left {
    float: left;
    margin-top: 15px;
}
.f_right {
    float: left;
    margin-bottom: 5px;
    margin-left: 20px;
}

/* 1. Create a positioning context for the parent */
.mid-container {
    position: relative;
}

/* 2. Style the floating bottles */
.floating-bottles {
    position: absolute;
    left: -500px;
    top: 150px;
    width: 500px;
    height: auto;
    z-index: 10;
}

.show_mobile {
    display: none;
}

.show_desktop {
    display: block;
    margin: 0 auto;
}

/* 3. Mobile Responsiveness: Hide bottles on screens smaller than 1200px
      so they don't overlap text or fall off the screen */
@media (max-width: 1199px) {
    .floating-bottles {
        display: none;
    }

    .show_mobile {
        display: block;
    }

    .show_desktop {
        display: none;
    }
}

.modal-body ul {
    font-size: 6px;
    line-height: 20px;
}

.loader-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}

.loader-overlay.active {
    display: block;
}

.loader-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.loader-spinner {
    width: 28px;
    height: 28px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ee2982;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    flex-shrink: 0;
    display: block;
}

.loader-text {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    line-height: 28px;
    margin-top: 7px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.slipsample {
    height: 350px;
    margin: 0 auto;
}

@media screen and (min-device-width: 175px) and (max-device-width: 480px) {

    .custom-container {
        max-width: 100%;
        padding: 20px;
    }

    #home .info_section form {
        margin: 30px auto 0;
    }

    #home .info_section input#submit {
        margin-bottom: 25px;
        margin-left: 0;
        position: relative;
        margin-top: 0;
        width: 100px;
    }

    #home .info_section p {
        font-size: 8px;
        padding: 20px 0 25px 0px;
        line-height: 22px;
    }

    #home .info_section form {
        width: 85%;
    }

    .loader-text {
        font-size: 8px;
    }

    .submit_process_btn {
        margin-bottom: 30px;
    }

    #reference_form h5 {
        color: #000000;
        font-size: 8px;
        line-height: 24px;
        letter-spacing: 0.5px;
    }

    .f_right, .f_left {
        float: none !important;
        margin-left: 0 !important;
    }

    #home .rewards_list h3 {
        font-size: 18px;
    }


    #home h2 {
        font-size: 14px;
        padding-top: 20px;
    }

    .TierIcon {
        width: 50px !important;
    }

    .Buy {
        width: 300px;
        object-fit: contain;
        margin: 0 auto;
        padding-top: 60px;
    }

    .And {
        width: 200px;
        object-fit: contain;
    }

    .Get {
        width: 300px;
        object-fit: contain;
    }

    .styledRadio, .styledCheckbox {
        margin-top: 0;
    }


    .BowBox {
        object-fit: contain;
        margin: 20px 0 0 0;
        width: 250px;
    }

    #home h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .GoldTier {
        margin: 0 0 20px 0;
    }

    .BlueTier {
        margin: 20px 0 0 0;
    }

    .TiersImage {
        width: 330px;
    }


    #home .info_section .input-group input{
        height: 35px;
        padding: 0 10px;
        font-size: 6px;
    }

    .dk-selected {
        height: 35px;
        padding: 10px 10px;
        font-size: 6px;
    }

    .dk-option {
        font-size: 6px;
    }

    .filepond--drop-label.filepond--drop-label label span {
        font-size: 6px !important;
    }
    .terms-accept label {
        width: 210px;
    }

    .slipsample {
        height: 300px;
        margin: 0 auto;
    }
}