@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;900&display=swap');

.company-name {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}

.disclaimer-text {
    font-size: 10px;
    color: #f7e8e8;
    margin-top: 5px;
    text-align: center;
}

.btn,
.input-wrapper button[type="submit"] {
    animation: 0.6s linear infinite alternate glow,
        0.6s linear infinite alternate glow;
}

.phoneInput:focus,
.phonePinInput:focus,
.twin-btn {
    outline: 0;
}

.btn,
.input-wrapper button[type="submit"],
.twin-btn,
body {
    font-family: 'Montserrat', sans-serif;
}

*,
::after,
::before,
body {
    box-sizing: border-box;
}

.heading,
.text-center,
.welcome h2,
.welcome h3 {
    text-align: center;
}

.answer-card:hover,
.button,
.close_btn,
.close_terms {
    cursor: pointer;
}

.input-wrapper button[type="submit"],
.step-1 .btn {
    transform: translateY(50%);
    margin-top: -30px;
}

.button,
.disc p.terms_text a,
.terms-conditions {
    text-decoration: underline;
}

a,
button {
    cursor: revert;
}

menu,
ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
}

table {
    border-collapse: collapse;
}

textarea {
    white-space: revert;
}

meter {
    -webkit-appearance: revert;
    appearance: revert;
}

::placeholder {
    all: unset;
}

:where([hidden]) {
    display: none;
}

:where([contenteditable]) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
}

:where([draggable="true"]) {
    -webkit-user-drag: element;
}

input[type="number"] {
    -moz-appearance: textfield;
    -moz-appearance: textfield;
    all: unset;
    display: revert;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-image: url("../images/desktop-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #2e3130;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.heading {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 300px;
}

.flex {
    display: flex;
    column-gap: 30px;
    row-gap: 10px;
}

.grid-2 {
    display: grid;
    grid-row-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    justify-content: center;
    align-items: center;
    place-content: center;
}

.flex-phone {
    width: 95%;
    display: flex;
    margin: auto;
    padding-right: 10px;
}

.subscribe {
    justify-content: center;
    font-size: 15px !important;
    color: #9b9a9a;
}

.m-0 {
    margin: 0;
}

.flex-column {
    flex-direction: column;
}

.justify-content-center,
.load {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.align-items-center,
.countryCOde {
    align-items: center;
}

.answer-card {
    margin: auto !important;
    width: 220px;
}

.text-left {
    text-align: left;
}

.container {
    width: 600px;
    margin: 0 auto;
}

.welcome {
    background: #FEF7F9;
    max-width: 500px;
    margin: 20px auto;
    padding: 30px 30px 35px;
    display: block;
    width: 100%;
    border-radius: 50px;
    box-shadow: 1px 1px 10px rgba(221, 221, 221, 0.1019607843);
    box-shadow: 1px 7px 29px 0 rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 7px 29px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 7px 29px 0 rgba(0, 0, 0, 0.75);
    color: #900172;
    text-transform: uppercase;
}

.step-1 {
    margin-top: 10px;
}

.step-1 .answer-img {
    border-radius: 0;
    box-shadow: none;
}

.answer-img {
    width: 90px;
    border-radius: 50%;
    box-shadow: 1px 4px 15px 0 rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 1px 4px 15px 0 rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 1px 4px 15px 0 rgba(0, 0, 0, 0.20);
}

.step .color-option {
    width: 110px;
    height: 110px;
    border-radius: 15px;
    box-shadow: 1px 1px 16px 2px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 1px 1px 16px 2px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 1px 1px 16px 2px rgba(0, 0, 0, 0.29);
}

.step .color-option-fair {
    background-color: #f8eee4;
}

.step .color-option-light {
    background-color: #f2caa7;
}

.step .color-option-medium {
    background-color: #d3948b;
}

.step .color-option-dark {
    background-color: #64381d;
}

.countryCOde {
    background-color: rgba(255, 255, 255, 0.8);
    height: 40px;
    display: flex;
    justify-content: center;
    padding: 5px;
    font-size: 20px;
    width: 80px;
    font-weight: bolder;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-wrapper,
.button,
.main-wrapper,
.show-error .input-wrapper .error-msg {
    display: block;
}

.phoneIcon {
    height: 35px;
}

.phoneInput,
.phonePinInput {
    height: 50px;
    padding: 0 8px;
    font-weight: 700;
    font-size: 22px;
}

.phoneInput {
    border: none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.phonePinInput {
    border: none;
    border-radius: 10px;
    text-align: center;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.my-3 {
    margin: 25px auto;
}

.unfocus-img {
    max-width: 150px;
}

@media (max-width: 768px) {
    .popup {
        width: 90%;
        max-height: 90vh;
    }

    .heading {
        font-size: 42px !important;
    }

    .phoneInput {
        width: 100%;
    }

    .answer-card {
        max-width: 220px;
        width: 140px;
        height: auto;
    }
}

.disc,
.main-wrapper {
    max-width: 600px;
    text-align: center;
}

#overlay,
.button {
    width: 100%;
    text-align: center;
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    transition: 0.3s ease-out;
    margin: 30px auto auto;
    position: relative;
    bottom: 0;
}

#overlay,
.overlay {
    position: fixed;
    top: 0;
    left: 0;
}

.overlay {
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0.1s;
    visibility: hidden;
    opacity: 0;
}

.disc,
.popup {
    background: #fff;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    border-radius: 5px;
    width: 50%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: 0.5s ease-in-out;
}

.close_btn,
.disc,
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    text-decoration: none;
    color: #333;
}

.popup h2 {
    margin-top: 0;
    color: #333;
}

.popup .close {
    top: 20px;
    right: 30px;
    transition: 0.2s;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #000;
}

.popup::-webkit-scrollbar {
    width: 8px;
}

.popup::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.popup::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.popup .content {
    padding-bottom: 20px;
}

@media screen and (max-width: 700px) {

    .box,
    .popup {
        width: 70%;
    }
}

#overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    z-index: 110;
}

.disc {
    width: calc(100% - 50px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 111;
    color: #000;
    padding: 30px;
}

.disc p.terms_text {
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
}

.disc .terms_title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.close_btn {
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    border-radius: 50px;
    border: none;
    -webkit-box-shadow: 5px 5px 15px 3px rgb(0 0 0 / 30%);
    box-shadow: 5px 5px 15px 3px rgb(0 0 0 / 30%);
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    font-weight: 900;
}

.close_terms {
    font-weight: 700;
    border-radius: 50px;
    width: 100%;
    border: 2px solid #2e3130;
    padding: 5px 15px;
    margin-top: 15px;
    background-color: #000;
    color: #fff;
    transition: 150ms ease-in-out;
}

.close_terms:hover {
    background-color: transparent;
    color: #2e3130;
}

.main-wrapper {
    background: #e0eae5;
    margin: 30px auto 0;
    padding: 30px 30px 0;
    width: 100%;
    border-radius: 40px;
    box-shadow: 1px 1px 10px rgba(221, 221, 221, 0.1019607843);
}

.btn,
.input-wrapper button[type="submit"] {
    /* padding: 20px 15px;
  box-shadow: 1px 1px 1px #ddd;
  display: block;
  background: linear-gradient(
    108.87deg,
    #b67e10 13.27%,
    #fff3a6 62.17%,
    #d3ac4b 88.63%
  );
  width: 100%;
  outline: 0;
  text-transform: uppercase; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100%;
    padding: 15px 15px;
    text-transform: uppercase;
    background: #2fda2f;
    border: none;
    outline: none;
    border-radius: 50px;
    color: #fff;
    box-shadow: 1px 1px 1px #ddd;
    width: 100%;
    cursor: pointer;
    /* animation: glow 0.5s linear infinite alternate; */
    background-clip: text;
    color: transparent;
    animation: AnimationName 10s linear infinite;
    background: linear-gradient(45deg, #ae8625, #f7ef8a, #d2ac47, #edc967, #ae8625, #f7ef8a, #d2ac47, #edc967, #ae8625, #f7ef8a);
    background-size: 400% 100%;
    background-position: 0 0;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 6px 9px 5px #f7ef8a;
    box-shadow: 0px 6px px 1px #f7ef8a;
    -webkit-box-shadow: 0px 2px 9px 5px #f7ef8a;
    box-shadow: 0px 2px 9px 5px #f7ef8a;
}

.input-wrapper .align-input {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

#msisdninsert .align-input {
    display: flex;
    align-items: center;
    justify-content: center;
}

#msisdninsert .input-group-addon {
    flex: 1;
    min-height: 52px;
    margin-bottom: 0;
    background: #ccc;
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    min-width: 80px;
    max-width: 100px;
    border: 3px solid #cccccca8;
    letter-spacing: normal;
}

.input-wrapper form input#msisdn,
.input-wrapper form input#pin {
    width: 100%;
    background: #fff;
    min-height: 50px;
    border: 2px solid #fff;
    max-width: 450px;
    font-weight: 800;
    font-size: 24px;
    text-align: left;
    text-indent: 15px;
    border: 2px solid #cccccca8;
    border-radius: 0 10px 10px 0;
    position: relative;
    z-index: 99;
}

.input-wrapper .error-msg {
    top: 55px;
    display: none;
    color: #b80f00;
    font-size: 18px;
    width: 100%;
    margin-top: 5px;
    text-align: center;
    font-weight: 800;
}

.input-wrapper #bmsisdn {
    pointer-events: none;
    opacity: 0.3;
    pointer-events: none;
    opacity: 0.9;
}

.btn-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.main-wrapper h2,
footer p,
h2 {
    margin-top: 0;
}

.input-wrapper button[type="submit"] {
    border: 6px solid #d3ac4b;
    font-weight: 600;
    color: #99581d;
    font-size: 28px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    border-radius: 99px;
}

.input-wrapper #bmsisdn[disabled],
.input-wrapper #bpin[disabled] {
    opacity: 0.8;
    cursor: not-allowed !important;
    animation: none;
}

.correct .input-wrapper #bmsisdn,
.correct .input-wrapper #bpin {
    pointer-events: auto;
    cursor: pointer;
    opacity: 1;
}

.input-wrapper button span {
    position: relative;
    padding: 0;
    width: 50%;
    color: #99581d;
    margin-right: 0;
}

.input-wrapper button span:nth-child(1) {
    border-right: 1px solid #fff;
    font-size: 18px;
    opacity: 1;
    text-transform: lowercase;
    margin-right: 0;
}

.input-wrapper button span:nth-child(2) {
    color: #99581d;
    animation: 1.2s linear infinite blink;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.32);
}

.input-wrapper button[disabled] span:nth-child(2) {
    animation: none;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.main-wrapper h2 {
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}

.input-wrapper form input#msisdn:focus,
.input-wrapper form input#pin:focus {
    color: #000;
    border-color: #000;
}

.correct .input-wrapper form input#msisdn:focus,
.correct .input-wrapper form input#pin:focus {
    border-color: #3bff3b;
}

.correct .input-wrapper form input#msisdn:focus-visible,
.correct .input-wrapper form input#pin:focus-visible {
    border-color: #3bff3b;
}

.correct .input-wrapper form input#msisdn {
    border: 2px solid #3bff3b;
}

.input-wrapper form input#msisdn::placeholder,
.input-wrapper form input#pin::placeholder {
    color: rgb(0 0 0 / 20%);
    line-height: normal;
}

.correct .input-wrapper form input#msisdn::placeholder,
.correct .input-wrapper form input#pin::placeholder {
    color: rgb(0 0 0 / 20%);
    line-height: normal;
}

.input-wrapper form input#msisdn:focus::placeholder,
.input-wrapper form input#pin:focus::placeholder {
    color: rgb(0 0 0 / 20%);
}

.show-error .input-wrapper form input#msisdn {
    border: 2px solid #ea3222;
}

.answer-card h4 {
    font-size: 14px;
    color: #5B254D;
}

.bottom-part {
    font-size: 14px;
    position: absolute;
    margin-top: 50px;
    color: #fff;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
}

.terms-conditions {
    margin-bottom: 15px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    margin-top: 0;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 30px 0;
}

.main-title-games {
    max-width: 100px;
    width: 100%;
    height: 100%;
}

.logo-wrapper p {
    text-align: center;
    margin-top: -15px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.lang-wrapper a {
    padding: 5px 15px;
    background: #fff;
    color: #000;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 40%);
    font-size: 14px;
    text-decoration: none;
}

.welcome h2 {
    margin-bottom: 0;
    font-size: 25px;
}

.welcome h3 {
    font-size: 14px;
    color: #5B254D;
}

.welcome h6 {
    margin-top: 0;
    text-align: center;
    color: #5B254D;
    font-size: 10px;
}

.step-1.welcome h2 {
    min-height: 100%;
    font-size: 24px;
}

.step-3 img {
    border-radius: 99px;
    box-shadow: 1px 1px 16px 2px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 1px 1px 16px 2px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 1px 1px 16px 2px rgba(0, 0, 0, 0.29);
}

.main-wrapper .msisdn-heading {
    font-size: 30px;
    color: #000;
    margin-bottom: 5px;
}

.step-loading .text,
footer {
    font-weight: 400;
    color: #fff;
}

.btn {
    border: 6px solid #d3ac4b;
    color: #99581d;
    font-size: 28px;
    max-width: 250px;
    margin: 40px auto 10px;
    cursor: pointer;
    border-radius: 99px;
    font-weight: 800;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 0 #fff3a6;
    }

    100% {
        box-shadow: 0 0 40px #fff3a6;
    }
}

@-webkit-keyframes pulse {

    from,
    to {
        -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);
    }
}

@keyframes pulse {

    from,
    to {
        -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);
    }
}

.main-wrapper .input-wrapper {
    max-width: 400px;
    margin: 0 auto;
}

.input-wrapper form input#pin {
    text-align: center;
    text-indent: 0;
    border-radius: 10px;
}

.heading-sucess {
    font-size: 32px;
    margin-bottom: 20px;
}

.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;
    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,
.loader:nth-child(4) {
    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);
    }
}

footer {
    line-height: 1.2;
    font-size: 12px;
    font-family: sans-serif;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #460000;
    font-size: 10px;
}

footer p {
    margin-bottom: 0;
}

.main {
    min-height: calc(100vh - 110px);
    flex: 1;
}

#success {
    padding-top: 20px;
}

/*-------------Loading bar---------------*/

.loading-bar-wrapper {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #eee;
    border-radius: 3px;
}

.loading-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #4CAF50;
    transition: width 4s linear;
    border-radius: 3px;
}


.loading-text-wrapper {
    display: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

.loading-text {
    opacity: 0;
    transition: opacity 1s;
    margin-bottom: 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.loading-text img {
    opacity: 0;
}

.show-loading-text,
.loading-text img.show-loading-text {
    opacity: 1;
}

.show-loading-bar {
    animation: loading-bar 3s linear forwards;
}

.loading-text-3 img:nth-child(1) {
    margin-right: 10px;
    margin-left: 0;
}

@keyframes loading-bar {
    0% {
        width: 0;
    }

    70% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}


/*------------------end of loading bar-----------*/


@media only screen and (max-width: 991px) {
    .answer-card h4 {
        min-height: 37px;
    }
}

@media only screen and (max-width: 650px) {
    #msisdninsert .input-group-addon {
        min-width: 70px;
    }

    .main-wrapper {
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
    }

    .main-wrapper .msisdn-heading {
        font-size: 28px;
    }
}

@media only screen and (max-width: 500px) {
    .main-wrapper .box-container {
        padding: 20px 0;
    }

    .input-wrapper form input#msisdn,
    .input-wrapper form input#pin {
        max-width: 350px;
    }

    .input-wrapper button::before {
        min-width: calc(300px + 17px);
    }

    .main-wrapper {
        padding: 0 20px;
        margin-top: 10px;
    }

    .lang-wrapper {
        right: 20px;
    }

    #msisdninsert .input-group-addon,
    .main-wrapper h2 {
        font-size: 16px;
    }

    .heading {
        font-size: 32px !important;
        padding-top: 0;
    }

    .main-title-games,
    .unfocus-img {
        max-width: 70px;
    }

    .logo-wrapper p {
        margin-top: -9px;
    }

    .lang-wrapper a {
        font-size: 12px;
    }

    header {
        padding: 10px 30px 0;
    }

    .main-wrapper .msisdn-heading {
        font-size: 22px;
    }

    .container {
        padding: 20px 20px 30px;
        margin-left: 20px;
        margin-right: 20px;
        width: auto;
    }

    .btn {
        margin-top: 20px;
    }

    .grid-2 {
        grid-row-gap: 5px;
    }

    .main {
        min-height: calc(100vh - 150px);
    }

    .step-1 .btn {
        transform: translateY(75%);
        margin-top: -50px;
    }

    .step-1.welcome h2 {
        font-size: 22px;
    }

    .input-wrapper button[type="submit"] {
        margin-top: -30px;
    }

    .welcome h2 {
        font-size: 22px;
    }

    .answer-img {
        width: 70px;
    }

    .step .color-option {
        width: 90px;
        height: 90px;
    }

    .loading-text {
        font-size: 12px;
    }

    .loading-text img {
        max-width: 20px;
    }
}

@media only screen and (max-width: 415px) {
    #msisdninsert .input-group-addon {
        min-width: 60px;
        min-height: 40px;
        font-size: 16px;
    }

    #msisdninsert .input-group-addon img {
        max-width: 30px;
    }

    .main-wrapper .box-container {
        padding-top: 10px;
    }

    .main-wrapper h2 {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .heading {
        padding-bottom: 0;
        font-size: 26px !important;
    }

    .main-wrapper .msisdn-heading {
        font-size: 20px;
    }

    .main-wrapper {
        padding: 0 15px;
    }

    .input-wrapper form input#msisdn,
    .input-wrapper form input#pin {
        font-size: 18px;
        min-height: 40px;
    }

    .input-wrapper button[type="submit"] {
        margin-top: -30px;
        padding: 15px 15px;
        font-size: 24px;
    }

    .bottom-part {
        margin-top: 40px;
    }

    /* .welcome h2{
    font-size: 18px;
  } */

    .heading {
        max-width: 220px;
    }

    .answer-card h4 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 375px) {

    .container,
    .main-wrapper {
        margin-left: 10px;
        margin-right: 10px;
    }

    .main-wrapper .msisdn-heading {
        font-size: 17px;
    }

    .container {
        padding: 20px 15px 30px;
        width: auto;
    }

    .welcome h2 {
        font-size: 18px;
    }

    .step-1.welcome h2 {
        font-size: 18px;
    }

    .answer-img {
        width: 50px;
    }

    .step .color-option {
        width: 70px;
        height: 70px;
    }

    .main-wrapper h2 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 320px) {
    .main-wrapper h2 {
        font-size: 14px;
    }

    .unfocus-img {
        max-width: 50px;
    }

    .heading {
        max-width: 200px;
    }
}

.terms-conditions-form {
    color: gray;
    max-width: 600px;
    margin: 0 auto 30px;
}

.terms_text_out {
    margin: 0;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
}

.hide,
.top-part-twin {
    display: none;
}

.loader {
    height: 0;
    width: 50px;
    position: absolute;
    animation: 3.5s linear infinite rotate;
}

.loader .dot {
    top: 30px;
    height: 7px;
    width: 7px;
    background: #fff;
    border-radius: 50%;
    position: relative;
}

@keyframes rotate {
    30% {
        transform: rotate(220deg);
    }

    40% {
        transform: rotate(450deg);
        opacity: 1;
    }

    75% {
        transform: rotate(720deg);
        opacity: 1;
    }

    76% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        transform: rotate(0);
    }
}

.loader:first-child {
    animation-delay: 0.15s;
}

.loader:nth-child(2) {
    animation-delay: 0.3s;
}

.loader:nth-child(3) {
    animation-delay: 0.45s;
}

.loader:nth-child(5) {
    animation-delay: 0.75s;
}

.loader:nth-child(6) {
    animation-delay: 0.9s;
}

.step-loading {
    background: 0 0;
    box-shadow: none;
    text-align: center;
}

.step-loading .wrapper {
    position: relative;
    display: block;
}

.step-loading .text {
    font-size: 32px;
    margin-top: 100px;
}

.top-part-twin svg:first-child {
    position: absolute;
    top: -120px;
    right: -150px;
    width: 200px;
}

.top-part-twin svg:nth-child(2) {
    position: absolute;
    top: -220px;
    left: -50px;
    width: 200px;
    transform: rotate(270deg);
}

.step-twin .options-wrapper {
    justify-content: center;
    position: relative;
}

.step-pin-flow .step-twin {
    background: 0 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}

.twin-name {
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.twin-img {
    border-radius: 99px;
    max-width: 150px;
}

.twin-btn {
    padding: 20px 15px;
    font-weight: 600;
    color: #99581d;
    box-shadow: 1px 1px 1px #ddd;
    font-size: 28px;
    width: 100%;
    display: block;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    animation: 0.6s linear infinite alternate glow,
        0.6s linear infinite alternate glow;
    background: linear-gradient(108.87deg,
            #b67e10 13.27%,
            #fff3a6 62.17%,
            #d3ac4b 88.63%);
    border-radius: 99px;
    border: 6px solid #d3ac4b;
    transform: translateY(50%);
    text-transform: uppercase;
    margin-top: -30px;
}

@media only screen and (max-width: 500px) {
    .top-part-twin svg:first-child {
        top: -75px;
        right: -200px;
    }

    .top-part-twin svg:nth-child(2) {
        top: -175px;
        left: -100px;
    }
}

@media only screen and (max-width: 414px) {
    .twin-btn {
        margin-top: -50px;
    }
}

@media only screen and (max-width: 350px) {
    .lang-wrapper a {
        padding: 3px 10px;
    }

    .input-wrapper button[type="submit"] {
        font-size: 28px;
    }

    .input-wrapper button::before {
        min-height: calc(62px + 17px);
    }

    .heading {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 26px !important;
    }

    .main-wrapper h2 {
        font-size: 14px;
    }

    .twin-img {
        border-radius: 99px;
        max-width: 100px;
        margin-top: 10px;
    }
}

@media only screen and (max-height: 650px) {
    footer {
        position: relative;
        margin-top: 70px;
    }

    .main {
        min-height: 100%;
    }
}