/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    /*overflow: hidden;*/

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* css reset code */
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: baseline;
    list-style: none;
}

.img-responsive {
    width: 100%;
}

.ff {
    -webkit-text-size-adjust: 100%;
    font-family: 'Mukta', Arial, Helvetica, sans-serif;
}

button:focus,
a:focus {
    outline: none;
}

.firefox-style .firefox-hide {
    display: none;
}

.container {
    /* max-width: 1020px; */
    max-width: 995px;
    margin: 0 auto;
    padding: 0 10px;
}

.flex-container {
    display: flex;
    align-items: center;
    /* align-items: flex-start; */
    justify-content: space-between;
}

.top_section {
    background: url('../images/atf-image.webp') no-repeat;
    background-size: cover;
    min-height: 100vh;
    background-position: top;
    position: relative;
}

.align-top-box {
    /* min-height: calc(100vh - 126.59px); */
    min-height: calc(100vh - 115.59px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.top-content-box {
    max-width: 764px;
    width: 100%;
    padding: 15px 15px;
    border-radius: 12px;
    border: solid 10px #d7edff;
    background-color: #ffffff;
    text-align: center;
}

.title {
    max-width: 470px;
    margin: 20px auto 15px;
    /* font-size: 36px; */
    font-size: 40px;
    font-weight: 600;
    line-height: 1.06;
    text-align: center;
    color: #203151;
}

.index_v8_1_common .title{
    max-width: 565px;
    color: #203151;
text-align: center;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 38px; /* 105.556% */
margin-bottom: 6px;
}

.title-info {
    /* max-width: 608px; */
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.38;
    color: #5d6c7b;
}

.common-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 4.8px;
    
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom, #ff8b04, #ff6a00 99%);
    /* font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif; */
}

.common-btn:hover {
    background-image: none;
    /* background-image: linear-gradient(to top, #ff8b04, #ff6a00 99%); */
    background-color: #ff5001;
}

.top-btn {
    max-width: 540px;
    height: 120px;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 1.78px;
    margin: 30px auto 15px;
}

.align-topcta-arrow {
    margin-left: 59.6px;
}

.disclaimer {
    max-width: 430px;
    margin: 0 auto;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    color: #777777;
}

.disclaimer a {
    color: #777777;
    text-decoration: none;
}

.disclaimer a:hover {
    text-decoration: underline;
}

/* How To Install Steps Css */
.step-wrap {
    background-color: #ffffff;
    padding: 15px 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.steps_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.install-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    color: #203151;
    margin-bottom: 20px;
}

.steps_list li {
    display: flex;
    align-items: center;
    margin-right: 60px;
}

.steps_list li:last-child {
    margin-right: 0;
}

.steps_list li .steps {
    margin-right: 15px;
    height: 39.6px;
}

.steps_subtext {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.steps_list li .cta_link {
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    color: #0091ff;
    text-decoration: underline;
}

.steps_list li .cta_link:hover {
    text-decoration: none;
}

/* install step ends */
.snd_section {
    background-color: #f7fdff;
    padding: 60px 0 40px;
}
.index_v8_1_common .snd_section{
    padding: 80px 0 93px;
}

/* .block_wrapper {
    padding-top: 66px;
} */
.sndcta {
    width: 390px;
    height: 90px;
    border-radius: 3.6px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
    background-color: #ff5001;
    font-size: 32px;
    font-weight: bold;
}

.btn_arrow {
    margin-left: 50px;
}

.btf-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.58;
    color: #203151;
    text-transform: uppercase;
}
.index_v8_1_common .frth_section .btf-title{
    color: #203151;
text-align: center;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 38px; /* 105.556% */
}

.btf-info {
    font-size: 16px;
    line-height: 1.38;
    color: #5d6c7b;
    max-width: 377px;
    margin: 10px 0 20px;
}
.index_v8_1_common .btf-info{
    margin: 10px 0 48px;
}

.index_v8_1_common .left-content .btf-info:last-child{
    margin-bottom: 0;
}

.right-content {
    margin-left: 20px;
}

.game-img-wrap {
    max-width: 469px;
}

.thrd_section {
    background: url('../images/bottom-img.jpg') no-repeat;
    background-size: cover;
    /* height: 351px; */
    height: 348px;
    /* min-height: 364px; */
    background-position: top;
    position: relative;
    text-align: center;
}
.index_v8_1_common .thrd_section{
    height: auto;
    background-size: 100%;
}
.thrd_sectioncontainer{
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 60px;
}
.gamescarousel button{
    background: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    display: none !important;
}
.card-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.58;
    color: #ffffff;
    text-transform: uppercase;
    padding: 30px 0 10px;
}

.card-info {
    max-width: 553px;
    margin: 0 auto 40px;
    font-size: 16px;
    font-style: normal;
    line-height: 1.38;
    color: #c2d0c5;
}

.newtab-img {
    width: 100%;
    height: 368px;
}

.index_v8_1_common .newtab-img{
    width: max-content;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
}

.frth_section {
    background-color: #f7fdff;
    padding-top: 225px;
    padding-top: 225px;
}
.index_v8_1_common .frth_section{
    padding-top: 0px;
    background: #fff;
}
.index_v8_1_common .frth_section .block_wrapper{
    margin-bottom: 84px;
    flex-direction: column;
}
.align-btf-info {
    max-width: 529px;
}
.index_v8_1_common .align-btf-info {
    max-width: 426px;
    margin-bottom: 40px;
    margin-top: 20px;
    color: #5D6C7B;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
}

.footer-disc {
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    color: #000;
    padding: 68px 0 15px;
}
.index_v8_1_common .footer-disc{
    padding-top: 0;
    padding-bottom: 8px;
    color: #777;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.carinner {
    width: 568px;
height: 472px;
border-radius: 13px;
border: 8px solid rgba(255, 255, 255, 0.40);
overflow: hidden;
transform: scale(0.8);
margin: 0 0px;
transition: all 0.3s ease-in-out;
}
.thrd_sectioncontainer button{
    background: transparent;border: 0;
    cursor: pointer;
}
.btn-wrap{
    margin-top: 40px;
    display: flex
    ;
        align-items: center;
        justify-content: center;
        gap: 22px;
}
.carinner.slick-active.slick-center{
    transform: scale(1);
}
.carinner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* footer css */

.footer-wrapper {
    background-color: #283540;
}
.index_v8_1_common .footer-wrapper{
    margin-top: 24px;
}
.secondfooterdisc{
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
}
.footer-data {
    max-width: 1176px;
    margin: 0 auto;
    padding: 14px 10px;
}

.footer-logo {
    height: 32px;
}

.footer-data ul {
    display: flex;
}

.footer-data ul li::after {
    content: '\2022';
    color: #929ea8;
    font-size: 12px;
    padding: 0 3px;
}

.footer-data ul li:last-child::after {
    display: none;
}

.footer-data ul li a {
    font-family: Arial;
    font-size: 12px;
    color: #929ea8;
    text-decoration: none;
}

.footer-data ul li a:hover {
    text-decoration: underline;
}

.firefox-frth-sctn {
    padding-bottom: 60px;
}

/* index_v8_1 */
.index_v8_1 .title-info {
    max-width: 568px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
}
.index_v8_1_common .title-info{
    max-width: 666px;
}

.index_v8_1 .logo {
    max-width: 366px;
    width: 100%;
    margin: 0 auto;
}

.index_v8_1 .logo svg {
    width: 100%;
    height: auto;
}
.index_v8_1_common .logo{
    max-width: 176px;
}
.index_v8_1_common .logo svg {
    width: max-content;
    height: auto;
    display: block;
}
.index_v8_1_common .top-content-box .ff-btn{
    margin: 20px auto 16px;
}
.index_v8_1_common .ff-btn span{
    font-family: auto;
}
.index_v8_1_common .scnd-cta-wrap .ctaswrapper{
    justify-content: flex-start;
}
.newtop{
    margin-bottom: 78px;
}
.newtop h2{
    color: #203151;
text-align: center;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 38px; /* 105.556% */
margin: 0 auto 20px;
width: 100%;
max-width: 550px;
}
.newtop p{
    margin: 0 auto;
    color: #5D6C7B;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
width: 100%;
max-width: 750px;
}
.index_v8_1 .f-logo {
    max-width: 326px;
    width: 100%;
    display: block;
    height: 38px;
}

.index_v8_1 .footer-logo {
    height: 38px;
}

/* index_v8_style style start */

.index_v8_style .thrd_section {
    height: 235px;
}


.index_v8_style .newtab-img-wrap img {
    width: 608px;
    height: 263px;
}
/* index_v8_4 start */
.index_v8_4 .align-btf-info{
    max-width: 400px;
}
.index_v8_4 .top_section{
    background: url('../images/atf-image-1.jpg') no-repeat;
    background-size: cover;
}
.index_v8_4 .step-wrap{
    padding: 40px 10px;
}
.index_v8_4 .title-info{
    max-width: 660px;
}
/* index_v8_style style ends */

/* index_v8_3 */
.index_v8_3 .thrd_section {
    height: 257px;
}

.index_v8_3 .card-info {
    max-width: 580px;
}

.indexv8v4.audio-play a.ctabtn {
    position: relative;
}
.indexv8v4.audio-play .continue-link:before {
    display: none;
}
.indexv8v4.audio-play a.ctabtn:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../images/cta_play_btn.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: none;
}
.ctabtn.cta_link:before {
    display: none;
}
.indexv8v4.audio-play a.ctabtn.h-ply-ico:before {
    display: none;
}

/* index_v8_2_ff audio css starts */

.indexv8_2_ff.audio-play a.ctabtn {
    position: relative;
}
.indexv8_2_ff.audio-play a.ctabtn:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../images/cta_play_btn.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 12px;
    right: 12px;
}
.indexv8_2_ff.audio-play a.ctabtn.h-ply-ico:before {
    display: none;
}
/* index_v8_2_ff audio css ends */
/* Responsove css */
@media only screen and (max-width: 1120px) {
    .steps_list li {
        margin-right: 28px;
    }

    .steps_list li .steps {
        margin-right: 7.5px;
    }
}

@media only screen and (max-width: 1023px) {
    .steps_subtext {
        font-size: 17px;
    }

    .install-title {
        font-size: 22px;
    }

    .steps_list li .steps {
        height: 35.6px;
    }

    .steps svg {
        height: 36px;
        width: 93px;
    }

    .top-btn {
        max-width: 460px;
        height: 110px;
        font-size: 35px;
    }

    .index_v8_1 .steps_subtext {
        line-height: 1.2;
    }
}

@media only screen and (max-width: 980px) {
    .title, .index_v8_1_common .title{
        font-size: 33px;
    }

    .align-steps_subtext {
        max-width: 210px;
        line-height: 1.2;
    }

    .sndcta {
        width: 345px;
        height: 85px;
        font-size: 26px;
    }

    .steps_list li {
        margin-right: 15px;
    }

    .newtab-img-wrap {
        max-width: 755px;
        margin: 0 auto;
        transition: 0.3s ease all;
    }

    .thrd_section{
        height: 329px;
    }
    .index_v8_1_common .thrd_section {
        background-size: 100% 300px;
        /* height: 331px; */
    }
    .newtab-img {
        height: 330px;
    }

    .top-btn {
        max-width: 400px;
        height: 100px;
        font-size: 31px;
    }

    .btn_arrow {
        margin-left: 30px;
    }

    .btn_arrow svg {
        height: 24px;
        width: 16px;
    }

    .align-footer-data {
        flex-direction: column;
        text-align: center;
    }

    .align-footer-data ul {
        justify-content: center;
        margin-top: 10px;
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .top_section {
        min-height: auto;
    }

    .align-top-box {
        min-height: auto;
        padding: 50px 10px;
    }

    .step-wrap {
        position: relative;
    }

    .steps_list {
        display: block;
        max-width: 462px;
        margin: 0 auto;
    }

    .steps_list li {
        margin-right: auto;
        margin-bottom: 20px;
    }

    .align-steps_subtext {
        max-width: 100%;
    }

    .steps_subtext {
        line-height: 1.2;
        font-size: 16px;
    }

    .flex-container {
        flex-direction: column;
    }

    .right-content {
        margin-left: 0;
        margin-top: 20px;
    }

    .left-content {
        text-align: center;
    }

    .btf-info, .index_v8_1_common .btf-info {
        max-width: 85%;
        margin: 10px auto 20px;
    }

    .sndcta {
        margin: 0 auto;
    }

    .newtab-img-wrap {
        max-width: 525px;
    }

    .newtab-img {
        height: 230px;
    }

    .thrd_section {
        height: 275px;
        /* height: 276px; */
    }

    .snd_section {
        padding: 30px 0 20px;
    }

    .frth_section {
        padding-top: 125px;
    }

    .footer-disc {
        padding-top: 34px;
    }

    .title, .index_v8_1_common .title {
        font-size: 28px;
    }

    .top-btn {
        max-width: 350px;
        height: 90px;
        font-size: 27px;
    }

    .btn_arrow svg {
        height: 20px;
        width: 11px;
    }

    .sndcta {
        width: 300px;
        height: 75px;
        font-size: 26px;
    }

    .footer-data ul {
        padding-top: 15px;
    }

    .card-title {
        font-size: 22px;
    }

    .btf-title, .index_v8_1_common .frth_section .btf-title {
        font-size: 22px;
    }

    .firefox-frth-sctn {
        padding-bottom: 30px;
    }

    .index_v8_style .thrd_section {
        height: 245px;
    }

    .index_v8_style .newtab-img-wrap img {
        width: 100%;
        height: auto;
        /* width: 508px;
        height: 220px; */
    }

    .align-footer-data {
        flex-direction: column;
        text-align: center;
    }

    .align-footer-data ul {
        justify-content: center;
        flex-direction: column;
    }

    .align-footer-data ul li {
        line-height: 1.2;
    }

    .align-footer-data ul li::after {
        display: none;
    }

    /* index_v8_3 */
    .index_v8_3 .card-info {
        margin-bottom: 20px;
    }

    .index_v8_3 .frth_section {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 600px) {
    .carinner{
        height: 332px;
        width: 400px;
    }
    .index_v8_1_common .newtab-img{
        width: 100%;
    }
}
@media only screen and (max-width: 585px) {
    .thrd_section {
        height: 270px;
    }

    .newtab-img-wrap {
        max-width: 370px;
    }

    .newtab-img {
        height: 177px;
    }

    .index_v8_3 .frth_section {
        padding-top: 90px;
    }
    .index_v8_1_common .title-info{
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .footer-data ul {
        flex-direction: column;
        text-align: center;
    }

    .footer-data ul li::after {
        display: none;
    }

    .install-title,
    .btf-title,
    .card-title, .index_v8_1_common .frth_section .btf-title {
        font-size: 20px;
    }

    .thrd_section {
        height: 267px;
    }

    .top-btn {
        max-width: 300px;
        height: 80px;
        font-size: 24px;
    }

    .sndcta {
        width: 270px;
        height: 70px;
        font-size: 24px;
    }

    .frth_section {
        padding-top: 90px;
    }
}
@media only screen and (max-width: 420px) {
    .carinner{
        height: 250px;
        width: 300px;
    }
    .index_v8_1_common .thrd_section {
        background-size: 100% 200px;
        /* height: 331px; */
    }
}
@media only screen and (max-width: 413px) {
    .thrd_section {
        height: 266px;
    }

    .newtab-img-wrap {
        max-width: 280px;
    }

    .newtab-img {
        height: 132px;
    }
    .footer-disc {
        font-size: 12px;
    }
}

@media only screen and (max-height: 614px) {
    .top_section {
        min-height: auto;
    }

    .align-top-box {
        min-height: auto;
        padding: 50px 10px;
    }

    .step-wrap {
        position: relative;
        bottom: -1px;
    }
  
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .align-top-box {
        height: calc(100vh - 115.59px);
    }
}
