﻿﻿
/****************************************************New Year Design Landing Page Css****************************************************/
h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}
/*************************************Main Banner Css**********************************/
#Homecanvas {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}
.banner_container{
    max-width:1320px;
    margin:0 auto;
    padding:0px 12px;
}
.new_year_baner.main_banner_christmas .moreGigsText .chris_banner_p {
    text-align: center;
    max-width: 100%;
}

.main_banner_christmas {
    background: url("/assets/Web/images/newHome/Rectangle.svg") no-repeat center;
    background-size: cover !important;
    padding-top:30px;
    padding-bottom:30px;
    position: relative;
}

.main_banner_christmas .homeMask {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: fit-content;
}

.main_banner_christmas .roundMask {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.main_banner_christmas .lineMask {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: fit-content;
}

.main_banner_christmas .moreGigsText {
    position: relative;
    z-index: 2;
    text-align: center;
}

.left_ballon {
    position: absolute;
    top: 0;
    left: 0px;
}

.right_ballon {
    position: absolute;
    top: 0;
    right: 0px;
}

.main_banner_christmas .moreGigsText h1 {
    font-size: 80px !important;
    color: #ebf304;
    line-height: 70px;
    font-style:normal !important;
    margin-top:14px;
}

.main_banner_christmas .moreGigsText h1 span {
    display: inline-block;
    font-size: 30px !important;
    font-weight: 400;
    color: #fff;
    line-height: 38px;
    margin:0px 2px;
    font-family: Poppins, serif;
}

.friday_live {
    border-radius: 29px;
    padding: 11px 30px;
    background-color: #fff;
    width: max-content;
}

    .friday_live span {
        font-size: 24px;
        font-weight: 400;
        color: #293579;
        display: inline-block;
    }

        .friday_live span strong {
            font-weight: 600;
        }

.main_banner_christmas .friday_live {
    margin-bottom: 10px;
    padding: 6px 25px;
    margin: 0 auto;
    margin-top: 3px;
}

    .main_banner_christmas .friday_live span {
        color: #FA395A;
        font-size: 16px;
        font-weight: 600;
    }

.main_banner_christmas .moreGigsText ul li {
    font-size: 14px;
}
/**************************************************Seprate Landing Page New Year*/
.new_year_flexible {
    padding-top: 40px;
    background-color: #fff;
}

    .new_year_flexible .packagesGrid.christmas-st10 .popularTag {
        background: #19559A !important;
    }

    .new_year_flexible .packagesGrid.christmas-st10 .popularPackage {
        border-color: #19559A !important;
    }

/**************************************CHRISTMAS WHY SECTION**************************************/
.christmas_why {
    background: url("/assets/Web/images/st10/whyBgg.svg") no-repeat !important;
    background-size: cover !important;
    padding: 57px 0px;
}
.christmas_why.st12Fifa {
    background: url("/assets/Web/images/st12/fifaWhyBg.jpg") no-repeat !important;
    background-size: cover !important;

}
    .christmas_why .main_inner_wrapper {
        background-color: #FFFFFF;
        padding: 49px 43px 49px 43px;
        border-radius: 12px;
    }

        .christmas_why .main_inner_wrapper h2 {
            margin-bottom: 35px;
            font-size: 30px !important;
            font-weight: 700;
            text-align: center;
        }

    .christmas_why .features {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .christmas_why .feature {
        display: flex;
        gap: 16px;
        align-items: center;
        flex-direction: column;
    }

        .christmas_why .feature .feature_text {
            text-align: center;
        }

            .christmas_why .feature .feature_text p {
                max-width: 279px;
            }

.icon-img img {
    object-fit: contain;
}

.christmas_why .feature h4 {
    font-size: 18px !important;
    margin-bottom: 6px;
    font-weight: bold;
}

.christmas_why .feature p {
    font-size: 15px;
    color: #000;
    line-height: 1.4;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .christmas_why .features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .christmas_why .features {
        grid-template-columns: 1fr;
    }
}
/*************************New Arrive***************************/
.new_arrive {
    background: url("/assets/Web/images/st10/annualSaving.svg") no-repeat center;
    background-size: cover !important;
}

    .new_arrive .mid_text {
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 22px 0px;
    }

        .new_arrive .mid_text h4 {
            font-size: 35px !important;
            line-height: 36px;
            color: #fff;
            font-weight: 700;
            padding-bottom: 5px;
        }

            .new_arrive .mid_text h4 span {
                color: #ebf304;
            }

.mid_text p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    max-width: 785px;
}

    .mid_text p strong {
        color: #ebf304;
    }

.neutral_btn {
    padding: 10px 18px;
    width: 100%;
    max-width: 230px;
    text-align: center;
    font-size: 19px;
}

.new_arrive .mid_text .neutral_btn {
    margin-top: 19px;
}

/*SIM JOURNEY FIRST PAGE CSS*/

.new_year_detailForm {
    padding: 50px 0px;
    background-color: #fff;
}

    .new_year_detailForm .thm_summary_outer > img {
        max-width: 395px;
    }

    .new_year_detailForm .thm_bg_gray {
        background-color: #F5F5F5 !important;
    }

    .new_year_detailForm .thm-sammary-total {
        margin: 0px 25px;
        padding: 20px 2px !important;
        border-bottom: 1px solid #D2D2D2;
    }

    .new_year_detailForm .st6OnlyDesktop h3 {
        font-size: 16px !important;
        color: #252525;
        font-weight: 600;
    }

    .new_year_detailForm .st6OnlyDesktop p {
        max-width: 465px;
        margin: 0 auto;
        font-size: 14px;
        color: #252525;
        font-weight: 400;
        margin-bottom: 22px;
    }


/*Testimonial section css*/
.chrismas_testimonial {
    background: #EAFBEA;
}

    .chrismas_testimonial .chrismas_h2 {
        font-size: 24px !important;
        font-weight: bold;
        color: #252525;
        line-height: 30px;
    }


/*lastSave section Css*/
.lastSave {
    background: url("/assets/Web/images/st10/lastSave.webp") no-repeat center !important;
    background-size: cover !important;
    max-width: 1375px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 46px;
    border-radius: 12px;
}

    .lastSave .mid_text {
        padding: 40px 80px !important;
    }

.allertdiv {
    padding: 18px 10px;
    background-color: #DEFFDB;
    border-radius: 6px;
}

.new_year_detailForm .alert_div {
    border-radius: 0px !important;
    padding: 0px !important;
}

.allertdiv img {
    max-width: 375px;
}

/*footer section CSS*/
.st6Footer .copyright_text {
    text-wrap: nowrap;
}


/********************************************************VOLTE PAGE CSS START FROM HERE********************************************************/
.volte_h2 {
    font-size: 30px !important;
    line-height: 30px;
    color: #000;
    font-weight: 600;
}

.volte_p {
    font-size: 18px !important;
    line-height: 30px;
    color: #000;
    font-weight: 300;
}

.volte_Banner .moreGigsText p {
    font-size: 22px !important;
    color: #fff;
    font-weight: 600 !important;
    line-height: 37px;
}

/*VOLTE_WIFI_CALL SECTION*/
.volte_wifi_call {
    background: #FFFFFF !important;
}

    .volte_wifi_call .top_heading h6 {
        font-size: 20px !important;
        font-weight: 500;
    }

    .volte_wifi_call .top_heading p {
        max-width: 732px;
        margin: 10px auto;
        font-weight: 400;
        font-size: 16px !important;
    }

    .volte_wifi_call .slide-icon {
        background-color: #FFFCED !important;
    }

/*VOLTE_PLANS SECTION*/
.volte_plans {
    background-color: #DCF2FB;
    padding: 50px 0px !important;
}

    .volte_plans .price-hike {
        display: none;
    }

    .volte_plans .thmPackageTabs {
        display: none;
    }

    .volte_plans .thmHomePackages {
        padding: 0px 0px;
    }

    .volte_plans .chris_P {
        max-width: 100%;
    }

/*VOLTE ACTIVATE section CSS*/
.activate_volte {
    padding-top: 30px;
    padding-bottom: 100px;
    position: relative;
}

    .activate_volte .allmarks {
        position: absolute;
        top: 0;
        right: -90px;
        z-index: -1;
    }

    .activate_volte .top_heading p {
        max-width: 983px;
        margin: 10px auto;
    }

    .activate_volte .top_heading {
        padding-bottom: 30px;
    }

    .activate_volte .card_wrap {
        max-width: 250px;
        margin: 0 auto;
        text-align: center;
    }

        .activate_volte .card_wrap h5 {
            font-size: 20px !important;
            line-height: 30px;
            color: #000;
            font-weight: 600;
            padding-top: 20px;
        }

/*VOLTE NEXT section CSS*/
.volte_next {
    padding-bottom: 40px;
}

    .volte_next .qs_wrap {
        display: flex;
        align-items: flex-start;
        column-gap: 15px;
    }

.card_wrap:first-of-type .qs_wrap {
    border-bottom: 1px solid #70707033;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.volte_next .qs_wrap h6 {
    font-size: 18px !important;
    line-height: 22px;
    color: #000;
    font-weight: 600;
}
.volte_next .qs_wrap p {
    font-size: 16px;
    color: #545454 !important;
}
.volte_next .allSignal {
    max-width: 600px;
    margin: 0 auto;
}



/*ORDER SIM SECTION CSS*/
.order_sim {
    padding-bottom: 61px;
}

.order_sim .orderSim_body {
    background-image: url("/assets/Web/images/ordersimBg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    border-radius: 15px;
}

.order_sim .text_wrap {
    text-align: center;
}

.order_sim .text_wrap p {
    max-width: 576px;
    margin: 0 auto;
    font-size:16px !important;
}

.order_sim .text_wrap h2,
.order_sim .text_wrap p {
    color: #fff !important;
}

.order_sim .volte_btn {
    display: block;
    background-color: #ebf304;
    border-radius: 4px;
    border: 0px;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding: 9px 20px;
    text-align: center;
    width: 100%;
    max-width: 185px;
    margin: 0 auto;
    margin-top: 20px;
}

/*st11 page css*/
.ee2{
    position:relative;
}
.ee2::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 100%;
    margin-left: 14px;
    width: 1px;
    height: 17px;
    background: #cde000;
}

.powerP {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-top:13px;
}

/*table content section CSS*/
.table_content{
    padding-top:50px;
}
.table-container {
    border: 1px solid #ddd;
    padding: 10px 10px;
    border: 1px solid #B7B7B7;
    border-radius: 5px;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

thead th {
    background: #2f7cab;
    color: white;
    padding: 14px;
    font-weight: 600;
    border-right: 1px solid rgba(255,255,255,0.2);
}
tbody td {
    padding: 12px;
    border-right: 1px solid #ddd;
}
tbody td:last-child {
    border-right: 0px solid #ddd;
}

tbody tr:nth-child(even) {
    background: #F2F4F6;
}

tbody tr:nth-child(odd) {
    background: #ffffff;
}

tbody td:first-child {
    text-align: left;
    font-weight: 600;
    padding-left: 15px;
}
td:nth-child(2) {
    background-color: rgba(219, 242, 250, 0.3);
}
.main_banner_christmas.fifaBanner {
    background: url(../images/st12/fifaBg.jpg);
    background-size: 100% 100% !important;
    padding-top: 50px;
    padding-bottom: 50px;
}
.main_banner_christmas.fifaBannerInner {
    background: url(../images/st12/fifaBgInner.jpg);
    background-size: 100% 100% !important;
}
.newArriveFifa {
    background: url(../images/st12/fifaBg.jpg);
    background-size: 100% 100% !important;
    background-position:center
}
.newArriveFifa {
    background-size: 100% !important;
} 
.main_banner_christmas.fifaBanner h2, .main_banner_christmas.fifaBannerInner h2{
    color: #fff;
    font-weight: 700 !important;
    font-size: 24px !important;
}
/**************************************************MEDIA QUERIES****************************************************/
@media (max-width: 1440px) {
    .main_banner_christmas .left_ballon {
        width: 430px;
    }

    .main_banner_christmas .right_ballon {
        width: 430px;
    }

    .new_arrive {
        border-radius: 0px;
    }

        .new_arrive .left_ballon {
            max-width: 300px;
        }

        .new_arrive .right_ballon {
            max-width: 300px;
        }
}

@media(max-width:1024px) {
    .new_arrive .mid_text h4 {
        font-size: 32px !important;
        line-height: 28px;
    }
.main_banner_christmas.fifaBanner, .main_banner_christmas.fifaBannerInner{
    background-size: inherit !important;
        background-position: 85% 100% !important;
}
    .new_arrive .mid_text p {
        font-size: 16px !important;
        line-height: 30px;
        max-width: 590px;
    }

    .main_banner_christmas {
        background-position: 70% !important;
    }
}

@media only screen and (max-width:991px) {
    .main_banner_christmas .left_ballon {
        width: 330px;
    }

    .main_banner_christmas .right_ballon {
        width: 330px;
    }
}

@media (max-width: 768px) {
    .new_arrive .mid_text p {
        line-height: 25px !important;
        max-width: 460px;
    }

    .main_banner_christmas .moreGigsText h1 span {
        font-size: 30px !important;
    }

    .why_talk .property_wraper .item {
        width: 100%;
    }

    .new_arrive .mid_text h4 {
        font-size: 25px !important;
        line-height: 20px;
        padding-bottom: 10px;
    }

    .activate_volte {
        padding-bottom: 40px;
    }

        .activate_volte .card_wrap {
            margin-bottom: 20px;
        }

            .activate_volte .card_wrap h5 {
                padding-top: 10px;
            }

    .order_sim .orderSim_body {
        background-position-x: 85%;
    }

    .volte_h2 {
        font-size: 26px !important;
    }
}

@media(max-width:767px) {
    .st6Footer .copyright_text {
        text-wrap: wrap;
    }
}

@media only screen and (max-width:600px) {
    .main_banner_christmas .left_ballon {
        width: 200px;
    }

    .main_banner_christmas .right_ballon {
        width: 200px;
    }

    .new_arrive .left_ballon {
        display: none;
    }

    .new_arrive .mid_text h4 {
        font-size: 21px !important;
        line-height: 33px;
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 4px;
    }

    .save_page_compagin .mid_text {
        flex-direction: column;
        /*text-align: center*/
        padding-left: 10px;
        padding-right: 10px;
    }

    .main_banner_christmas.volte_Banner .moreGigsText h1 {
        font-size: 35px !important;
    }

    .volte_Banner .moreGigsText p {
        font-size: 15px !important;
    }

    .volte_h2 {
        font-size: 26px !important;
    }

    .why_talk .slide-icon h4 {
        font-size: 15px !important;
    }

    .volte_next {
        padding-bottom: 0px;
    }

        .volte_next .allSignal {
            margin-top: 20px;
        }

    .why_talk .slide-icon img {
        height: 50px !important;
    }

    .voltePageIos .owl-nav.disabled + .owl-dots,
    .voltePage .owl-nav.disabled + .owl-dots {
        margin-top: 0px !important;
    }
    .main_banner_christmas.st11 .moreGigsText h1 {
        font-size: 56px !important;
        line-height: 50px;
        margin-top: 15px;
    }
    .main_banner_christmas.st11 .moreGigsText ul .last_btn {
        margin-top: 8px;
    }
    .priceLockImg {
        width: 170px !important;
        margin-top: 8px;
    }
    .main_banner_christmas.st11 {
        padding-bottom:18px;
    }
}

@media only screen and (max-width:475px) {
    .dashHideMobile{
        display: none;
    }
    .fifaThrills{
        display:block
    }
     .new_arrive .mid_text h4 {
        font-size: 21px !important;
        line-height: 33px;
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 4px;
    }
    .main_banner_christmas {
        background: url(/assets/Web/images/newHome/mobileBg.svg) no-repeat center !important;
        background-size: cover !important;
        padding-top:15px;
        padding-bottom:15px;
    }
    .main_banner_christmas.fifaBanner{
        background:url(../images/st12/fifaBgMobile.jpg) !important;
        background-size:100% 100% !important;
        padding-top: 30px;
        padding-bottom: 30px;

    }
    .main_banner_christmas.fifaBannerInner, .newArriveFifa {
        background: url(../images/st12/fifaBgInnerMobile.jpg) !important;
        background-size: 100% 100% !important;
        text-align: center;
    }
    .newArriveFifa {
        text-align: center;
    }
    .main_banner_christmas.fifaBannerInner{
        padding-top:30px;
        padding-bottom:25px
    }
    .main_banner_christmas.fifaBanner .moreGigsText h1 {
        font-size: 56px !important;
        line-height: 44px;
    }
    .main_banner_christmas.fifaBanner .moreGigsText h2, .main_banner_christmas.fifaBannerInner .moreGigsText h2{
        font-size: 18px !important;
    }
    .main_banner_christmas.fifaBanner .moreGigsText ul, .main_banner_christmas.fifaBannerInner .moreGigsText ul {
        gap: 10px !important
    }
    .main_banner_christmas.fifaBanner .moreGigsText .ee2::after, .main_banner_christmas.fifaBannerInner .moreGigsText .ee2::after {
        margin-left: 10px;
        height: 20px;
    }
    .main_banner_christmas.fifaBanner .moreGigsText ul li img{
        width:inherit !important;
    }
    .homeMask, .lineMask, .roundMask {
        display: none;
    }

    .main_banner_christmas .moreGigsText h1 span {
        font-size: 29px !important;
        margin: 0px 3px;
    }

    .main_banner_christmas .right_ballon {
        width: 230px;
    }


    .new_year_baner.main_banner_christmas .btnWrap {
        align-items: center;
    }

    .new_year_baner.main_banner_christmas .left_ballon {
        display: none;
    }

    .new_year_detailForm {
        padding: 40px 0px;
    }

    .new_year_baner.main_banner_christmas .friday_live {
        margin: 0 0;
        padding: 3px 25px;
    }

    .new_year_baner.main_banner_christmas .moreGigsText .chris_banner_p {
        max-width: 190px;
        text-align: left;
    }

    .free_sim_chismas {
        padding-bottom: 28px;
    }

    .new_year_baner .moreGigsText ul {
        max-width: 345px;
        margin: 0 auto;
        column-gap: 8px !important;
    }
    .ee2::after {
        margin-left: 6px;
        height: 40px;
    }
    .new_year_baner .moreGigsText ul li:first-child {
        padding-bottom: 0px;
    }

    .main_banner_christmas .neutral_btn {
        max-width: 125px;
        font-size: 15px;
        font-weight: 500;
    }
    .christmas_why {
        padding: 40px 0px;
    }

    .christmas_why .main_inner_wrapper {
        padding: 20px 20px;
    }

    .christmas_why .main_inner_wrapper h2 {
        font-size: 24px !important;
        margin-bottom: 20px;
    }

    .new_arrive {
        margin: 0px auto;
        background: url(/assets/Web/images/st10/saveMobile.svg) no-repeat center;
        background-size: cover !important;
    }

    .lastSave {
        background: url("/assets/Web/images/st10/lastSaveMobile.webp") no-repeat center !important;
        background-size: cover !important;
    }

    .lastSave .mid_text {
        text-align: left;
        padding: 40px 20px !important;
    }

    .lastSave .mid_text p {
        max-width: 250px;
        margin: 0 0 !important;
    }

    .chrismas_testimonial {
        padding: 40px 0px;
    }

    .new_year_detailForm .alert_div {
        margin-top: 0px !important;
    }

    .new_year_detailForm .allertdiv img {
        max-width: 330px;
        margin: 0 auto;
    }

    .neutral_btn {
        padding: 8px 18px;
        max-width: 210px;
        font-size: 15px;
    }

    .moreGigsText ul li img {
        width: 14px !important;
    }

    .main_banner_christmas .moreGigsText ul li {
        font-size: 14px;
    }

    .volte_h2 {
        font-size: 20px !important;
    }

    .volte_wifi_call .top_heading h6 {
        font-size: 17px !important;
    }

    .activate_volte .volte_h2 {
        font-size: 17px !important;
    }
    .activate_volte .androidios_volte{
        width:40px;
    }
    .activate_volte .allmarks {
        display: none;
    }

    .order_sim {
        padding-bottom: 0px;
    }

    .order_sim .container {
        padding: 0px
    }

    .order_sim .orderSim_body {
        border-radius: 0px;
    }
    .volte_p{
        font-size:16px !important;
    }

}

@media(max-width:425px) {
    .new_year_detailForm .allertdiv img {
        max-width: 300px;
    }

    .new_year_flexible {
        padding-bottom: 40px;
    }
}

@media(max-width:380px) {
    .lastSave .mid_text p {
        max-width: 220px;
    }
    .main_banner_christmas .moreGigsText h1{
        font-size:70px !important;
    }
}
