@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

.roboto {
    font-family: 'Roboto', sans-serif;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.color-4ACAF7{color: #4ACAF7;}

.font-18{font-size: 18px;}
.font-40{font-size: 40px;}

.lh_40{line-height: 40px;}
.semi{font-weight: 600;}

img, img a {
    border: 0
}

.btn-change:hover {
    -webkit-transform: scale(1.1);
}

body {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 8px;
    background: rgb(237 239 241);
}

body, td {
    /*font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
}
.w_340{
    width: 460px;
    max-width: 100%;
    margin: auto;
}

#subTitle {
    background: #000;
    color: #fff;
    padding: 4px;
    font-weight: bold;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}
.header_flex_div{
    align-items: center;
}
.lang_select{
    padding: .375rem 26px .375rem 17px;
}

/* step1_download_sec */

.access_sec_div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 34px;
}
.file-access-img{
    height: 100px;
    margin-left: 30px;
}
.game_downloadstep1 .btn-btn2m2{
    padding: 10px 53px;
    margin: 0 auto;
    display: block;
    width: auto;
}

.access_unlimited_div {
    background-color: #efefef;
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,.125);
    padding: 35px 40px;
    text-align: center;
    margin-bottom: 30px;
}
.unlimited_access_list_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
}
.access_list img {
    height: auto;
    margin-bottom: 5px;
}
.access_div_title{
    font-size: 24px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}


#siteNavigation a, #siteNavigation .current {
    font-weight: bold;
    color: #448;
}

#siteNavigation a:link {
    text-decoration: none;
}

#siteNavigation a:visited {
    text-decoration: none;
}

#siteNavigation .current {
    background-color: #ccd;
}

#siteNavigation a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
}

#siteNavigation a:active {
    text-decoration: none;
    background-color: #ccc;
}


a:link {
    text-decoration: underline;
    color: #00f;
}

a:visited {
    text-decoration: underline;
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #c00;
}

a:active {
    text-decoration: underline;
}

#pageContent {
    clear: both;
    border-bottom: 6px solid #000;
    padding: 10px;
    padding-top: 20px;
    line-height: 1.65em;
    background-image: url(backblue.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

#pageContent, #siteNavigation {
    background-color: #ccd;
}


.imgLeft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.imgRight {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

hr {
    height: 1px;
    color: #000;
    background-color: #000;
    margin-bottom: 15px;
}

h1 {
    margin: 0;
    font-weight: bold;
    font-size: 2em;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 1.6em;
}

h3 {
    margin: 0;
    font-weight: bold;
    font-size: 1.3em;
}

h4 {
    margin: 0;
    font-weight: bold;
    font-size: 1.18em;
}

.blak {
    background-color: #000;
}

.hide {
    display: none;
}

.tableWidth {
    min-width: 400px;
}

.tblRegular {
    border-collapse: collapse;
}

.tblRegular td {
    padding: 6px;
    background-image: url(fade.gif);
    border: 2px solid #99c;
}

.tblHeaderColor, .tblHeaderColor td {
    background: #99c;
}

.tblNoBorder td {
    border: 0;
}

.button {
    background-color: #004a7f;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 25px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1800ms infinite;
    -moz-animation: glowing 1800ms infinite;
    -o-animation: glowing 1800ms infinite;
    animation: glowing 1800ms infinite;


}

.btn-btn2m2 {
    color: rgb(239, 239, 239) !important;
    text-decoration: none !important;
    background: rgb(rgb39, 137, 196);
    border-radius: 14px;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    width: 80%;
}

.bottom_div {
    background-color: rgb(237, 239, 241);
    border: 2px solid rgb(237, 239, 241);
    border-radius: 14.4px;
    box-shadow: none;
    margin-top: -13px;
    padding: 8px;
    position: relative;
    z-index: 25;
    box-sizing: border-box;
}

.pt-600 {
    padding-top: 600px;
}

.steps-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
    font-family: Roboto, sans-serif;
}

.step-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
}

.step.green {
    background-color: #37ace2;
    color: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.step-line {
    text-align: left;
}

.big-green {
    color: #37ace2 !important;
    font-size: 42px;
    font-weight: bold;
    margin: 30px 0 10px;
    text-decoration: none !important;
    font-family: Roboto, sans-serif;
}

.download_img {
    animation: none 0s ease 0s 1 normal none running;
    display: block;
    height: auto;
    max-width: 90%;
    margin: 0rem auto auto;
    box-sizing: border-box;
}
.bottom_class {
    margin-top: 24px
}
.bottom_class_b {
    margin-top: -15px
}
.line_height {
    line-height: 16px;
}

.download_img_b {
   height: 100px;
    width: 100px
}

@-webkit-keyframes glowing {
    0% {
        background-color: #4ACAF7;
        -webkit-box-shadow: 0 0 3px #2E95CE;
    }
    50% {
        background-color: #2E95CE;
        -webkit-box-shadow: 0 0 40px #4ACAF7;
    }
    100% {
        background-color: #1176B6;
        -webkit-box-shadow: 0 0 3px #4ACAF7;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #4ACAF7;
        -moz-box-shadow: 0 0 3px #2E95CE;
    }
    50% {
        background-color: #2E95CE;
        -moz-box-shadow: 0 0 40px #4ACAF7;
    }
    100% {
        background-color: #1176B6;
        -moz-box-shadow: 0 0 3px #4ACAF7;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #4ACAF7;
        box-shadow: 0 0 3px #2E95CE;
    }
    50% {
        background-color: #2E95CE;
        box-shadow: 0 0 40px #4ACAF7;
    }
    100% {
        background-color: #1176B6;
        box-shadow: 0 0 3px #4ACAF7;
    }
}

@keyframes glowing {
    0% {
        background-color: #4ACAF7;
        box-shadow: 0 0 3px #2E95CE;
    }
    50% {
        background-color: #2E95CE;
        box-shadow: 0 0 40px #4ACAF7;
    }
    100% {
        background-color: #1176B6;
        box-shadow: 0 0 3px #4ACAF7;
    }
}

.card__skeleton {
    background-image: linear-gradient(
        90deg,
        #ccc 0px,
        rgb(29 229 229 / 10%) 40px,
        #ccc 80px
    );
    background-size: 300%;
    background-position: 100% 0;
    border-radius: inherit;
    animation: shimmer 1.5s infinite;
}

.card__title {
    height: 15px;
    margin-bottom: 15px;
}

.card__description {
    height: 70px;
    border-radius: 20px
}

.card__subtitle {
    height: 30px;
}

.card__btn {
    height: 40px;
    border-radius: 20px
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    font-weight: 200;
}

b, strong {
    font-weight: 400;
}

h4 {
    margin: 0;
    font-weight: 300;
    font-size: 1.18em;
}

.main-class {
    display: flex;
    flex-direction: column;
    padding: 6px;
    text-align: center;
    box-sizing: border-box;
}

.download-text {
    font-size: 30px;
    font-weight: 700;
}


@keyframes shimmer {
    to {
        background-position: -100% 0;
    }
}

.font-text-p {
    font-size: 12px !important;
    font-weight: 100;
    color: black;
    opacity: 1;
}

.card_title {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}

.phone_label {
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0;
}

.cnt_icon {
    width: 100%;
    padding: 0px 0px 1px 1px;
}

.cnt_icon {
    position: relative;
}

.cnt_icon:before {
    content: '';
    position: absolute;
    background-image: url('../images/cnt_icon.png');
    width: 53px;
    height: 47px;
    background-repeat: no-repeat;
    left: 0;
    background-size: 100%;
    top: 0;
    transform: translate(-2px, -2px);
}

input.enter_num_field::-webkit-input-placeholder {
    color: #220000;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
}

input.enter_num_field::-moz-placeholder {
    color: #220000;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
}

input.enter_num_field:-ms-input-placeholder {
    color: #220000;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
}

input.enter_num_field:-moz-placeholder {
    color: #220000;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
}

input.enter_num_field::-webkit-input-placeholder {
    color: #828282;
    font-family: Montserrat, sans-serif;
    font-size: 24px
}

input.enter_num_field::-moz-placeholder {
    color: #828282;
    font-family: Montserrat, sans-serif;
    font-size: 24px
}

input.enter_num_field:-ms-input-placeholder {
    color: #828282;
    font-family: Montserrat, sans-serif;
    font-size: 24px
}

input.enter_num_field:-moz-placeholder {
    color: #828282;
    font-family: Montserrat, sans-serif;
    font-size: 24px
}

.enter_num_field {
    /*background: #fff url(../../images/offer/cnt_icon.png) no-repeat bottom 15px left 5px;*/
    width: 100%;
    border: 0;
    height: 45px;
    padding-left: 63px;
    color: #220000;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    padding-bottom: 8px;
    font-weight: 500;
    border-radius: 7px;
}

.check_icon {
    z-index: 1;
}

.check_icon img {
    max-width: 70%;
}

.me-62 {
    margin-right: -40px !important;
}

.me-62 {
    margin-right: -70px;
}

@media (min-width: 768px) {
    .download_img {
        animation: none 0s ease 0s 1 normal none running;
        display: block;
        height: auto;
        max-width: 40%;
        margin: 0rem auto auto;
        box-sizing: border-box;
    }

    .container {
        max-width: 720px;
    }
}

.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}
.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}
.container:before,.container:after{content:" ";display:table;}
.container:after{clear:both;}
.white-image {
    filter: invert(100%) brightness(1000%);
}

@media (min-width:576px){.container{max-width:540px;}}
@media (min-width:768px){.container{max-width:720px;}}

.illustration-class {
    width: 263.367px;
    height: 205.094px;
    flex-shrink: 0;
}

.a-none-line-under {
    text-decoration: none
}

.modal-content {
    border-radius: 20px !important;
}
.step2_input_div{
    width: 80%;
    margin: auto;
}

.card {
    width: 336px;
    max-width: 100%;
    border-radius: 18px;
    background: #efefef;
}

.card_title {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.card_sub_title {
    color: #1E7379;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.phone_label{
    color: #171717;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.phone_label span{
    color: #FD3388;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.phone-number {
    border-radius: 13px;
    background: #ced4da;
    width: 100%;
    height: 42px;
    outline: none;
    border: none;
    max-width: 350px;
    padding-left: 70px;
}

input[placeholder], [placeholder], *[placeholder] {
    color: black;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}
.error {
    font-size: 12px;
    font-weight: 500;
}


.country-code {
    border-radius: 13px;
    background: rgb(17 118 182);
    width: 61.023px;
    height: 41.353px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    text-align: center !important;
    margin: auto;
    position: absolute;
    /*left: 25px;*/
}


.pin-input {
    text-align: center;
    left: 0px;
    margin: 0px;
    padding: 0px;
}

.btn-verified{
    width: 100%;
    height: 133.042px;
    flex-shrink: 0;
    color: #1E7379;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 18px;
    border: 1px solid #84C8CD;
    background: #FFF;
    box-shadow: 0px 4px 9px 0px rgba(88, 88, 88, 0.10);
}
.btn-verified-with-border{
    border: 4px solid white !important;
}
.btn-verified:active{
    min-width: 333.896px;
    height: 133.042px;
    flex-shrink: 0;
    border-radius: 41px;
    background: #FFF;
    color: #1E7379;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-verified:hover{
    min-width: 333.896px;
    height: 133.042px;
    flex-shrink: 0;
    border-radius: 41px;
    background: #FFF;
    color: #1E7379;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.svg-icon {
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
;
    fill: rgba(30, 115, 121, 1);
}



/*.spinner-border {*/
/*    display: inline-block;*/
/*    width: 2rem;*/
/*    height: 2rem;*/
/*    !* vertical-align: -.125em; *!*/
/*    border: .25em solid currentColor;*/
/*    border-right-color: transparent;*/
/*    border-radius: 50%;*/
/*    -webkit-animation: .75s linear infinite spinner-border;*/
/*    animation: .75s linear infinite spinner-border;*/
/*}*/

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .14em;
    margin-top: -10px !important;
    vertical-align: 0em
}
.btn-btn2m2:focus-visible {
    border: none !important;
    outline: none !important;

}

@media (max-width: 768px) {


    .btn-btn2m2{
        width: 100%
    }
    .card{
        width: 100%
    }

}

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

            .enter_num_field {
                height: 43px;
            }

            .cnt_icon:before {
                width: 51px;
            }

            input.enter_num_field::-webkit-input-placeholder {
                color: #828282;
                font-family: Montserrat, sans-serif;
                font-size: 16px
            }

            input.enter_num_field::-moz-placeholder {
                color: #828282;
                font-family: Montserrat, sans-serif;
                font-size: 16px
            }

            input.enter_num_field:-ms-input-placeholder {
                color: #828282;
                font-family: Montserrat, sans-serif;
                font-size: 16px
            }

            input.enter_num_field:-moz-placeholder {
                color: #828282;
                font-family: Montserrat, sans-serif;
                font-size: 16px
            }
        }

@media only screen and (max-width: 1490px) {
    .check_icon img {
        max-width: 56%;
        margin-bottom: 4px;
    }

}

@media only screen and (max-width: 1399px) {
    .check_icon {
        max-width: 23%;
    }

    .cnt_icon:before {
        width: 45px;
    }

    .enter_num_field {
        height: 38px;
        font-size: 16px !important;
        padding-bottom: 0px;
        padding-left: 52px;
    }
}

@media only screen and (max-width: 900px) {
    .enter_num_field {
        height: 37px;
    }

    .cnt_icon::before {
        width: 44px;
    }

    .enter_num_field {
        padding-left: 50px;
    }

    .me-62 {
        margin-right: -68px !important;
    }
}

@media (max-width: 768px) {
    .logo_2{height: 42px;}
    .access_div_title {font-size: 20px;}
    .access_unlimited_div{padding: 35px 20px;}
    .download_img{width: 45%; max-width: 100%;}
    .download-text {font-size: 22px;}
    .px_0{padding-left: 0; padding-right: 0;}
    header{padding: 10px 0 0;}
    .all_steps_bg{margin-top: 20px;}
}