﻿
﻿

.hw-30px {
    height: 25px !important;
    width: 25px !important;
}

h2 {
    color: #000;
    font-weight: 600;
    font-size: 28px !important;
}

h3,
h4 {
    color: #000;
    font-weight: 600;
    font-size: 22px !important;
}

.offer-data-heading {
    font-size: 40px;
}

.bg-light-blue {
    background-color: #DBF1FA;
}

.row-padding {
    background-color: #F5F5F5;
    padding: 20px 40px 40px;
}

.number-colorr {
    color: #064f92;
    font-weight: bold;
}

nav ul li a:hover,
button:hover {
    cursor: pointer;
}

.btn_secondary {
    /*color: #fff !important;*/
    /*background-color: #6c757d !important;*/
    border-color: #6c757d !important;
}

.w-60 {
    width: 60% !important;
}

a {
    text-decoration: none;
}

    button:focus, a:focus, li:focus {
        outline: 0;
    }

.top-text {
    font-size: 24px;
    color: #2096d3;
    margin-bottom: 0;
    text-transform: uppercase;
}

.py-2px {
    padding: 2px 0px !important;
}

.modal-header h2 {
    margin-bottom: 0;
}

table th,
table td {
    white-space: nowrap;
}

#cookiesSection {
    position: fixed;
    bottom: 10px;
    left: 30%;
    z-index: 10;
    right: 30%;
    text-align: center;
}

#side-nav-mbl {
    background-color: #064f92 !important;
}


.side-nav.active {
    z-index: 99;
}

.lightBlue-color {
    color: #2096D3;
}

.help-address li a:hover {
    color: #2096D3;
    cursor: pointer;
    transition: all .3s ease-in-out;
    text-decoration: underline;
}

#comparisonTbl tbody tr td:first-child {
    font-weight: bold;
}

.button {
    background: #dde22f;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
}

    .button:hover {
        text-decoration: none;
        color: #000;
    }

.wrapper-body {
    overflow: hidden;
}

.price-tag {
    background: #f7f8fa;
}

.cnfpsd,
.psd {
    right: 20px;
    top: 15px;
}

.text-orange {
    color: #F76300;
}

.user-login {
    width: 20px !important;
    display: inline-block !important;
    margin: 0 !important;
}

.blue-btn-bg {
    background-color: #2096d3;
}

.scrollToTopBtn {
    background-color: #dde22f;
    border: none;
    color: #000000;
    cursor: pointer;
    font-size: 18px;
    line-height: 48px;
    width: 48px;
    border-radius: 50%;
    position: fixed;
    bottom: 5rem;
    right: 20px;
    z-index: 99;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease;
}

body.modal-open {
    padding-right: 0px !important;
    overflow: hidden;
}

.showBtn {
    opacity: 1;
    transform: translateY(0);
}

.side-nav {
    display: none;
}

header {
    background: #064F92;
    color: #fff;
    position: relative;
    background-image: url("/assets/Web/images/newHome/Rectangle.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*padding:0 0 5px;
    padding:38px 0px;*/
}

.viewT {
    background-image: url("/assets/Web/images/newHome/Rectangle.svg");
}

.left_ballon {
    position: absolute;
    top: 0;
    left: 0px;
}

.right_ballon {
    position: absolute;
    top: 0;
    right: 0px;
}
/*.viewT {
    padding: 46px 0px;
}*/

header::before {
    position: absolute;
    content: "";
    z-index: -1;
    min-width: 30%;
    min-height: 500px;
    width: 100%;
    height: 100%;
    background-size: contain;
}

header::after {
    position: absolute;
    content: "";
    min-width: 30%;
    min-height: 450px;
    width: 100px;
    height: 100%;
    background-size: cover;
    top: 0;
    right: 0;
    z-index: -1;
}


.spending-form-label {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.description-text {
    font-size: 16px !important;
    color: #000000;
    margin-bottom: 15px;
    text-align: start !important;
}


.cap-text {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.custom-select-style {
    background-image: linear-gradient(to right, #d3d3d3 1px, transparent 1px), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position: calc(100% - 1.8rem) center, right 0.5rem center;
    background-size: 1px 60%, 10px 6px;
    padding-right: 2.5rem;
    font-weight: 500;
    font-size: 16px;
}


.cap-amount, .cap-amount option {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
/*new home page CSS*/
.thmNewHeader {
    background: #fff;
    /*margin-bottom: 30px;*/
}

    .thmNewHeader .container, .thmHomePackages .container, .package-section .container {
        max-width: 1680px;
    }

    .thmNewHeader nav li a {
        color: #000;
        font-weight: 500;
    }

        .thmNewHeader nav li a:hover {
            color: #064F92;
        }

#menuToggle {
    border: 0;
    background: #fff;
    display: none
}

#menuClose {
    display: none;
}

#menuToggle .bar1,
#menuToggle .bar2,
#menuToggle .bar3 {
    width: 22px;
}

.mainMenu {
    padding-top: 6px;
    display: flex;
}

.thmNewHeader .button {
    width: 145px;
    margin: 0 0 0 10px;
    text-transform: capitalize;
    font-weight: 600;
}

.thmNewHeader .btnLogin {
    background: #fff;
    border: 1px solid #707070;
}

.navMobileLogo {
    display: none !important;
}

.menuLogout, .menuDropdownAuthentication {
    display: none;
}

.menuIcon {
    display: none;
}

.thmNewHeader nav li .newFeature {
    width: 10px;
    position: absolute;
    height: 10px;
    border-radius: 50%;
    background: #FF0000;
    margin-left: 3px;
    animation: 1.5s blink ease infinite;
}



/*GIGS section CSS*/
.gigTrick {
    background: #fff !important;
    background-image: none !important;
}

.top_banner_blue {
    margin-top: -30px;
    border-top: 1px solid #ccc;
    background: url('./images/blackfridaybanner.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 68px 0px;
}

.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;
        }

.top_banner_blue .moreGigsText h1 {
    font-size: 51px !important;
    color: #fff;
    font-weight: 500 !important;
    /*max-width:614px;*/
    line-height: 84px;
}

.top_banner_blue .moreGigsText p {
    font-size: 26px;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 12px;
    line-height: 46px;
}

    .top_banner_blue .moreGigsText p strong {
        font-size: 30px;
        font-weight: 700;
        color: #dce200;
    }

.top_banner_blue .btnWrap a {
    display: inline-block;
    padding: 12px 42px;
    background-color: #dce200;
    border-radius: 7px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0px 3px 1px #b1acac;
}

.top_banner_blue .imgSide img {
    width: 100%;
}

@keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.menuSocialLinks {
    display: none;
}

.fastTopUpsec img {
    width: 21px !important;
}

.form-sub-sec .fastTopUpTitle h2 {
    font-size: 20px !important;
    font-weight: 600 !important;
    padding-top: 6px;
}

.header-b {
    background: url(images/header-bg.jpg) no-repeat center center;
    background-size: cover;
}

    .header-b::after,
    .header-b::before {
        background: none;
    }

.header-b-about {
    background: url(images/header-bg-about.jpg) no-repeat top center;
    background-size: cover;
}

.p-7px {
    padding: 7px !important;
}

.custom-scroll {
    width: 100%;
    overflow-x: auto;
}

    .custom-scroll::-webkit-scrollbar {
        height: 4px;
        width: 1px;
    }

    .custom-scroll::-webkit-scrollbar-track {
        background-color: white;
    }

    .custom-scroll::-webkit-scrollbar-thumb,
    .custom-scroll::-webkit-scrollbar-thumb:hover {
        background: #064f92;
        cursor: pointer;
    }

.header-b-international {
    background: url(images/header-bg-international-plan.jpg) no-repeat top center;
    background-size: cover;
}

.header-b-national {
    background: url(images/header-bg-national-plan.jpg) no-repeat top center;
    background-size: cover;
}

.header-b-data-plan {
    background: url(images/header-bg-data-plan.jpg) no-repeat top center;
    background-size: cover;
}

.header-b-activation-plan {
    background: url(images/header-bg-activation-plan.jpg) no-repeat top center;
    background-size: cover;
}

.fastTopUpsec > div {
    height: 60px;
}

.btn:focus,
label {
    box-shadow: none !important;
}

header .logo-top {
    width: 38px;
    max-width: 38px;
    z-index: 1;
    position: relative;
    /*filter: drop-shadow(0px 0px 22px rgba(255, 255, 255, 1));*/
}

.logo-top {
    width: 38px;
}

.navbar-brand img {
    width: 38px;
}

nav {
    z-index: 1;
}

    nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.select2-Checkout {
    height: 50px !important;
}

nav li {
    display: inline-block;
    position: relative;
}

    nav li a {
        display: block;
        color: #fff;
        padding: 12px 10px 12px 20px;
        text-decoration: none;
    }

        nav li a img {
            display: inline-block;
            vertical-align: middle;
            width: 20px;
            margin-right: 3px;
        }

        nav li a.topup,
        nav li a.login {
            background: #dde22f;
            color: #000000;
            font-size: 14px;
            border-radius: 3px;
            padding: 10px 36px;
            text-align: center;
            text-transform: uppercase;
            font-weight: 500;
        }

        nav li a.login {
            background: #064f92;
            color: #fff;
            margin-left: 7px;
        }

    nav li:hover > a {
        color: #000;
    }

    nav li:hover a.topup {
        color: #000;
    }

    nav li:hover a.login {
        color: #fff;
    }

    nav li:hover ul {
        display: block;
        padding: 10px 0px;
    }

        nav li:hover ul a {
            color: #000;
            padding: 5px 20px;
        }

    nav li ul {
        position: absolute;
        border-radius: 4px;
        display: none;
        top: 100%;
        left: 0;
        background: #fff;
        min-width: 200px;
        z-index: 999;
        border: 1px solid #BBBBBB;
    }

        nav li ul:after {
            bottom: 100%;
            left: 10%;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #BBBBBB;
            border-width: 9px;
            margin-left: 16px;
        }

        nav li ul::before {
            bottom: 100%;
            left: 10%;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #fff;
            border-width: 7px;
            margin-left: 18px;
            z-index: 1;
        }


        nav li ul li {
            display: block;
        }

            nav li ul li a {
                color: #252525;
                font-size: 14px;
                padding: 12px 30px 12px 0px;
            }


.hero-header h2 {
    font-size: 32px !important;
}

.hero-header p {
    font-size: 17px;
}

.header-middle-sec {
    padding: 46px 0px;
    position: relative;
    z-index: 95;
}

.header-home-page {
    padding-top: 0;
    padding-bottom: 115px;
}

.details-btn {
    background: #dde22f;
    color: #000000;
    font-size: 14px;
    border-radius: 3px;
    padding: 10px 36px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.header-middle-sec span {
    display: block
}

.header-middle-sec h3 {
    color: #fff;
    font-size: 20px !important;
    font-weight: 400;
}

.header-middle-sec h2 {
    color: #EBF304;
    font-size: 40px !important;
    position: relative;
}

.header-middle-sec h1 {
    color: #fff;
    /*font-size: 40px !important;*/
    position: relative;
}

.studentNewOfferBanner h2 {
    font-size: 55px !important;
    font-weight: 600 !important;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

    .studentNewOfferBanner h2 img {
        position: absolute;
        width: 108px;
        right: -130px;
        top: 10px;
    }

.studentNewOfferBanner h3 {
    font-size: 43px !important;
    font-weight: 600;
}

    .studentNewOfferBanner h3 span {
        display: inline;
        font-size: 75px !important;
    }

.studentNewOfferBanner p {
    font-size: 20px !important;
    font-weight: 500;
    margin-bottom: 10px;
}

.studentNewOfferBanner a {
    width: 145px;
    line-height: 27px;
}
/*
.bfOfferBanner {
    background-image: url(images/christmasBanner2024.png);
    background-size: 100% 100% !important;
    position: relative;
}

    .bfOfferBanner .deskTopImages, .bfOfferBanner .mobileImages {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

        .bfOfferBanner .deskTopImages .imgLeft {
            position: absolute;
            left: 0;
            height: 100%;
            width: auto;
            bottom: 0;
        }

        .bfOfferBanner .deskTopImages .imgRight, .bfOfferBanner .mobileImages .imgRightMobile {
            position: absolute;
            right: 0;
            height: 100%;
            width: auto;
            bottom: 0;
        }

    .bfOfferBanner .mobileImages {
        display: none;
    }

    .bfOfferBanner .studentNewOfferBanner p img {
        -webkit-filter: invert(100%);
        filter: invert(100%);
        width: 24px;
        position: relative;
        top: -2px;
        margin-right: 10px;
    }*/

.bfOfferBanner .studentNewOfferBanner {
    position: relative;
}

    .bfOfferBanner .studentNewOfferBanner h3 span {
        color: #DDE22F;
        font-weight: 700 !important;
        font-size: 60px !important;
        font-style: normal;
    }

    .bfOfferBanner .studentNewOfferBanner h3 {
        text-shadow: -4.24px 4px 6px #00000033;
        font-style: italic;
        font-size: 60px !important;
        font-weight: 500 !important;
    }

    .bfOfferBanner .studentNewOfferBanner h2 {
        font-size: 22px !important;
        font-weight: 500 !important;
        padding-bottom: 0px !important;
        color: #DDE22F;
    }

    .bfOfferBanner .studentNewOfferBanner h1 {
        font-size: 60px !important;
        font-weight: 700 !important;
        padding: 8px 0 !important;
        color: #fff;
        text-shadow: -4.24px 4px 6px #00000033;
    }

    .bfOfferBanner .studentNewOfferBanner p {
        font-size: 24px !important;
        font-weight: 400 !important;
        padding-bottom: 0px !important;
        margin-top: 5px;
    }

.bfOfferBanner .header-middle-sec {
    padding-top: 20px;
    padding-bottom: 45px;
    text-align: center;
    padding-left: 0;
}

.grey {
    text-decoration: none !important;
    border: none;
    color: #000000;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    background: #e7e7e7;
    text-transform: uppercase;
    padding: 10px 20px;
    height: 45px;
}

.header-middle-sec h1 {
    font-size: 15px;
    margin-bottom: 5px !important;
    font-weight: 600;
    padding-top: 15px !important;
}

.header-middle-sec p {
    margin-top: -5px;
    position: relative;
    font-size: 18px;
}

.header-middle-sec .button-b {
    width: 40px;
    margin-left: 5px;
    text-align: center;
    height: 40px;
    min-width: auto;
    padding: 10px 0;
    position: relative;
}

.w_sm_auto {
    width: auto;
}

.innner .header-middle-sec j3 {
    font-size: 24px;
}

.innner .header-middle-sec h2 {
    font-size: 32px !important;
}

.innner .header-middle-sec h1 {
    font-size: 32px !important;
}

.innner .header-middle-sec {
    font-size: 18px;
}

header.innner::after {
    min-height: 250px;
    background-size: contain;
}

header.innner::before {
    min-height: 250px;
    background-size: contain;
}

.custom-multiselect .select2-container--default .select2-selection--single,
.custom-multiselect .select2-container--default .select2-selection--single .select2-selection__rendered,
.custom-multiselect .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
    line-height: 48px !important;
}

/*.header-middle-sec-innner h2 {
    font-size: 60px !important;
}*/

.header-middle-sec-innner h3 {
    font-size: 26px !important;
}

.header-middle-sec-innner p {
    font-size: 20px;
}

.header-b nav li a {
    color: #064f92;
}

    .header-b nav li a.topup {
        color: #000;
    }

    .header-b nav li a.login {
        color: #fff;
    }

.header-b .header-middle-sec {
    align-items: start;
    text-align: left;
}

.header-b h3,
.header-b h2 {
    color: #064f92;
    font-weight: 500;
}

.header-b h2 {
    font-weight: 700;
}

.header-b p {
    color: #353535;
}

.homeMask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 147px;
}

.roundMask {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.lineMask {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 147px;
}




#top-menu-button,
#top-menu-button + a {
    display: none;
}

#hdn_AirshipChannelId + button:hover {
    background-color: transparent;
}

.bar1,
.bar2,
.bar3 {
    width: 10px;
    height: 2px;
    background-color: #333;
    margin: 5px;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
    transform: rotate(-45deg) translate(-5px, 4px);
}

.change .bar2 {
    opacity: 0;
}

.free-sim-detail-sec {
    z-index: 5;
    position: absolute;
    right: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -5px);
    transform: rotate(45deg) translate(-6px, -5px);
}

.tab-form {
    position: relative;
    margin-top: 0px;
    background-color: #dce9f6;
}

.chris_side {
    margin-top: 122px;
}

.trust-pilot-logo img {
    width: 210px;
}

.trust-pilot-logo span {
    font-size: 16px;
    color: #000 !important;
    font-weight: 600;
    padding-top: 2px;
}

/*cart starts here*/
.cartBanner .header-middle-sec {
    padding-bottom: 25px;
}

.btn-register {
    background-color: #f3f708;
    color: black;
    font-weight: bold;
    border: none;
}

    .btn-register:hover {
        background-color: #e3e806;
        color: black;
    }

.btn-login {
    border: 1px solid #000;
    background-color: white;
    color: black;
    font-weight: bold;
}

.cart-icon {
    position: relative;
    font-size: 1.8rem;
    margin-left: 1rem;
}

    .cart-icon i {
        color: black;
        font-size: 24px;
    }

    .cart-icon span {
        background-color: #f00 !important;
        color: #fff !important;
    }

.cart-badge {
    position: absolute;
    top: 0px;
    right: -10px;
    font-size: 0.60rem !important;
    padding: .35em .65em !important;
}

.cart-header {
    background-color: #064F92;
    color: white;
    padding: 2rem 1rem;
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    display: flex;
    align-content: center;
    height: 140px;
}

.verified-badge {
    font-size: 0.75rem !important;
    background-color: #CFF3D1;
    color: #01BF2D;
    padding: 2px 10px;
    margin-left: 5px;
    font-weight: 600;
    white-space: nowrap;
}

.cart-body {
    text-align: center;
    padding: 4rem 1rem;
}

    .cart-body p {
        font-weight: 500;
    }

    .cart-body i {
        font-size: 4rem;
        color: #2096D3 !important;
    }

.card-container strong, .bi-trash, .card-body .text-muted, .form-switch .form-check-input, .new-sim-card .fw-bold {
    font-size: 20px !important;
}

.new-sim-card .sim-arrow {
    background-color: #E2E2E2;
    padding: 0px 4px;
    font-size: 20px;
}

.card-container .bg-recomanded {
    padding: 5px 12px;
    border-radius: 3px;
    color: #2096D3 !important;
    background-color: #DCF2FB !important;
}

.first-month {
    font-size: 18px;
}

.explore-btn {
    background-color: #EBF304;
    color: black;
    font-size: 18px;
    font-weight: 500;
    border: none;
    padding: 0.75rem 2rem;
    margin-top: 2rem;
    border-radius: 0.3rem;
}

    .explore-btn:hover {
        background-color: #e3e806;
        color: black;
    }

.card-body span, .card-body div {
    font-size: 16px !important;
}

.label-field {
    font-weight: 500;
}

.personal-details-card {
    max-width: 550px;
    margin: 1rem auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

    .personal-details-card .card-title {
        font-weight: bold;
    }

    .personal-details-card .edit-icon {
        color: #0d6efd;
        font-size: 1.2rem;
        cursor: pointer;
    }

    .personal-details-card .value {
        margin-left: 0.5rem;
    }

.card-container ul {
    font-size: 18px;
    color: #252525;
}

.card-header {
    padding: 28px 40px 10px;
    border: none;
    background-color: white;
}

.header-cart {
    height: 154px;
    display: flex;
    align-items: center;
    background-image: url(/assets/Web/images/cart-header.png) !important;
}

.amount {
    color: #2096D3;
    font-size: 24px;
}

.price-btn {
    font-size: 18px;
    padding: .375rem 1.23rem !important;
}

.btn-light {
    background-color: #ECECEC !important;
    border-color: #ECECEC !important;
    color: #000000 !important;
}

.btn-primary {
    background-color: #2096D3 !important;
    border-color: #2096D3 !important;
    color: #FFFFFF !important;
}



.summary-card {
    max-width: 550px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
}

.cursor-pointer {
    cursor: pointer;
}

.small-label {
    font-size: 10px;
    padding: 0.2em 0.4em;
    border-radius: 4px;
}

.btn-continue {
    background-color: #EBF304;
    color: #000000;
    border-radius: 3px;
    max-width: 550px;
}

.cart-packageItemOuter {
    background-color: white;
    display: block;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 12px;
}

.auto-topup, .summary-card i {
    font-size: 18px;
    color: #000
}

.summary-card .topup-text {
    font-size: 14px !important;
    color: black;
}

.summary-card #autoTopUpSwitch {
    height: 20px !important;
    width: 37px !important;
}

.accordion-button:not(.collapsed) {
    border-bottom: none !important;
    box-shadow: none !important;
}

.accordion-button {
    border: none !important;
    box-shadow: none !important;
}


.dot-menu {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.dropdown-menu {
    min-width: 125px;
}

    .dropdown-menu li a {
        font-size: 12px !important;
        color: #000 !important;
        font-weight: 500 !important;
    }

#deleteModal .modal-footer, #deleteModal .modal-header {
    border: none !important;
}

.custom-modal {
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0px -6px 20px #00000029;
    border-radius: 6px;
}

    .custom-modal .modal-header {
        border-bottom: none;
    }

    .custom-modal .modal-title {
        font-size: 20px;
        font-weight: 700;
        color: #1c1c1c;
    }

    .custom-modal .modal-body p {
        font-size: 16px;
        font-weight: 400;
        color: #1c1c1c;
        margin: 0;
    }

    .custom-modal .modal-footer {
        border-top: none;
        justify-content: space-between;
    }

.custom-btn-cancel {
    background-color: #E6E6E6;
    color: #000000;
    font-weight: 500;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
}

.custom-btn-confirm {
    background-color: #064F92;
    color: #FFFFFF;
    font-weight: 500;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
}

.custom-btn-cancel:hover {
    background-color: #d3e5f0;
}

.custom-btn-confirm:hover {
    background-color: #005fa3;
}

.accordion-button::after {
    right: 7px !important;
    background-color: #e2e2e2;
    padding: 0 4px;
}

.accordion-button:not(.collapsed)::after {
    right: 7px !important;
    background-color: #e2e2e2 !important;
    padding: 0 4px !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.popularPackage {
    position: relative;
    border-color: #670d2f !important;
}

.packageItemOuter {
    border-radius: 12px;
    border: 2px solid #dbf2fa;
    background: #dbf2fa;
    flex-basis: calc(25% - 18px);
}

.popularTag span {
    color: #ebf304;
}

.packageItemInner {
    background: #fff;
    border-radius: 12px;
    position: relative;
    height: 100%;
}

    .packageItemInner h5 {
        color: #888;
        text-transform: uppercase;
        font-weight: 500 !important;
        font-size: 16px !important;
        margin-bottom: 5px;
    }

    .packageItemInner h2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #252525;
        font-size: 32px !important;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .packageItemInner p {
        color: #545454;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        display: flex;
        align-items: center;
        padding-left: 25px;
        margin-bottom: 5px;
        gap: 14px;
    }

.modal-dialog {
    /*    max-width: 560px;*/
    margin: 1.75rem auto;
}

.modal-dialog-terms {
    max-width: 748px !important
}

.fastTopUpsec h2 {
    color: #2096d3 !important;
}

.form-sub-sec h2 {
    color: #064f92 !important;
    text-align: center;
    font-size: 22px !important;
    font-weight: 600;
    margin: 0;
    vertical-align: middle;
}

    .form-sub-sec h2 img,
    .fastTopUP-img {
        width: 50px;
        margin-right: 5px;
        vertical-align: middle;
        display: inline;
    }

.price-hike h2 {
    font-weight: 600;
}

.price-hike p {
    font-size: 19px !important;
    font-weight: 500;
}

.form-sub-sec input {
    height: 44px;
    border: 1px solid #CCCCCC;
}

.form-sub-sec button {
    min-width: 100%;
    margin: 0;
    height: 44px;
    width: 130px;
    padding: 0;
}

.form-sub-sec .btn-secondary {
    border-radius: 4px;
    background: #F2F4F7;
    font-weight: 500;
    margin-right: 1px;
    font-size: 16px;
    color: #000;
    border: 1px solid #CCCCCC;
    width: 60px;
    height: 44px !important;
    padding: 5px 10px;
}

    .form-sub-sec .btn-check:active + .btn-secondary,
    .form-sub-sec .btn-check:checked + .btn-secondary,
    .form-sub-sec .btn-secondary.active,
    .form-sub-sec .btn-secondary:active,
    .form-sub-sec .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #064f92;
        border-color: #064f92;
    }

.form-sub-sec-b {
    background: none;
    border-radius: 0;
    box-shadow: none;
}

    .form-sub-sec-b .btn-check:active + .btn-secondary,
    .form-sub-sec-b .btn-check:checked + .btn-secondary,
    .form-sub-sec-b .btn-secondary.active,
    .form-sub-sec-b .btn-secondary:active,
    .form-sub-sec-b .show > .btn-secondary.dropdown-toggle {
        color: #000;
        background-color: #dde22f;
        border-color: #dde22f;
    }

.package-search .btn-check:checked + .btn-secondary .line {
    background: #fff;
}

.package-section {
    position: relative;
    background: #DBF2FA;
}

.package-section-b {
    background: #f3f4f6
}

.package-section a.link {
    color: #4bb2e3;
    text-decoration: none;
}

.package-search {
    padding: 10px 10px 0;
    margin-bottom: 30px;
}

.package-search-b {
    background: #fff;
    padding: 10px 10px 0;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.04);
}

.package-search .btn-secondary {
    background: #f1f1f1;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    height: 50px;
    color: #000;
    width: 100%;
    font-weight: 500;
}

    .package-search .btn-check:active + .btn-secondary,
    .package-search .btn-check:checked + .btn-secondary,
    .package-search .btn-secondary.active,
    .package-search .btn-secondary:active,
    .package-search .show > .btn-secondary.dropdown-toggle,
    .btn-accept,
    .btn-accept:hover {
        color: #fff;
        background-color: #064f92;
        border-color: #064f92;
    }

        .package-search .btn-check:active + .btn-secondary span,
        .package-search .btn-check:checked + .btn-secondary span,
        .package-search .btn-secondary.active span,
        .package-search .btn-secondary:active span,
        .package-search .show > .btn-secondary.dropdown-toggle {
            color: #000000;
        }

.select2-container {
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    height: 50px;
}

.img-flag {
    width: 40px;
    margin-right: 5px;
    border: 1px solid black;
}

.card-rate .bag-icon {
    width: 100px;
    height: 100px;
}

.card-rate .price-bag-list ul li {
    padding: 10px;
    font-size: 16px !important;
}

    .card-rate .price-bag-list ul li:first-child {
        padding-left: 0;
    }

.price-bag-list.price-bag-details h2 {
    display: flex;
    align-items: center;
}

    .price-bag-list.price-bag-details h2 .G5-network-plan img {
        width: 32px;
        margin-left: -3px;
        margin-top: -5px;
    }

.free-sim-off-text {
    display: inline-block !important;
    font-size: 1rem !important;
    color: #064F92 !important;
    font-weight: bolder !important;
}

.gift-icon {
    height: 20px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px;
    margin-bottom: 5px;
}

.fs-10p {
    font-size: 10px !important;
}

.fs-12px,
#Msisdn-error {
    font-size: 12px;
}

.fs-16px {
    font-size: 16px !important;
}

.fs-18px {
    font-size: 16px !important;
}

i {
    cursor: pointer;
}

.bg-lightGrey {
    background-color: #F5F5F5;
}

.thumbs-img {
    width: 200px;
    height: 200px;
}

.button-light {
    background: #EDEDED;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
}

.G5-network-plan {
    color: #064f92 !important;
    padding-left: 15px;
    text-transform: capitalize;
    font-size: 17px;
}

    .G5-network-plan img {
        width: 33px;
        margin-top: -8px;
        margin-left: -6px;
    }

    .G5-network-plan strong {
        font-size: 18px;
        font-weight: 800
    }


#msform {
    text-align: center;
    position: relative;
}

    #msform fieldset {
        box-sizing: border-box;
        position: relative;
        text-align: left;
    }


        #msform fieldset:not(:first-of-type) {
            display: none;
        }

.action-button {
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
    width: auto;
}

#Otp-Verification-Section ul.inline-form li {
    list-style-type: none;
}

.btn-lookup,
.btn-lookup:hover,
.btn-lookup:focus,
.btn-navyblue {
    background-color: #064F92;
    color: white;
    cursor: pointer;
}

.top-right-left-radius {
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
}

.bottom-right-left-radius {
    border-bottom-left-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
}

.mt-small {
    margin-top: .15rem;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fs-15 {
    font-size: 15px;
}

.bg-light-success {
    background-color: #E7FFEC;
}

.previous {
    float: left;
}

.next,
.submit {
    float: right;
    background: #dde22f;
    width: auto !important;
}


.fs-title {
    text-transform: capitalize;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-14px {
    font-size: 14px !important;
}

.px-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

.px-small {
    padding: 0 2.5rem;
}

.check-circle {
    color: #17B037;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn {
    line-height: 2;
    padding: 0.375rem 2rem;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.Sim-Details-Section > h4 {
    font-size: 24px !important;
}


#progressbar {
    margin-bottom: 50px;
    overflow: hidden;
    counter-reset: step;
    padding: 0;
    display: flex;
    justify-content: center;
}

    #progressbar li {
        list-style-type: none;
        text-transform: uppercase;
        font-size: 10px;
        width: 33.33%;
        float: left;
        position: relative;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 50px;
            height: 50px;
            line-height: 50px;
            display: block;
            font-size: 20px;
            color: #333;
            background: white;
            border-radius: 50%;
            margin: 0 auto 5px auto;
            border: 1px solid #ccc;
        }


        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background-color: #ccc;
            position: absolute;
            left: -50%;
            top: 25px;
            z-index: -1;
        }

        #progressbar li:first-child:after {
            content: none;
        }

        #progressbar li.active {
            color: #064F92;
        }


            #progressbar li.active:before,
            #progressbar li.active:after {
                background-color: #064F92;
                color: white;
                font-weight: normal;
            }

            #progressbar li.active.success:before {
                content: '\2713'
            }

.light-blue {
    background: #dcf2fb;
    padding: 30px 20px;
}

.text-lightSuccess {
    color: #20C95B;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 10px;
}

.form-sub-sec .select2-container {
    margin-bottom: 0;
}

.form-sub-sec .select2-container--default .select2-selection--single {
    height: 44px;
}

    .form-sub-sec .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 44px;
    }

.form-sub-sec .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 7px;
}

.form-sub-sec .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}

.package-search select {
    border-radius: 40px;
    height: 70px;
    margin-bottom: 10px;
}

.hero-header h2 {
    font-size: 28px !important;
}

.hero-header p,
#PlansSection p {
    font-size: 17px;
    color: #000;
}

.feature-section {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
}


.price-section {
    position: relative;
}

    .price-section::before {
        background: url(images/grid-bg-bottom.jpg) no-repeat bottom left;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: "";
        position: absolute;
        z-index: -1;
    }

    .price-section::after {
        background: url(images/grid-bg-top.jpg) no-repeat top right;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        content: "";
        position: absolute;
        z-index: -1;
    }

    .price-section table {
        width: 100%;
    }

        .price-section table th {
            color: #000;
            font-weight: normal;
            font-size: 24px;
            vertical-align: middle;
        }

            .price-section table th img {
                width: 80px;
            }

        .price-section table td,
        .price-section table th {
            padding: 20px;
            text-align: center;
        }

            .price-section table td i {
                font-size: 30px;
            }

            .price-section table td .green {
                color: #28a745
            }

            .price-section table td .red {
                color: #d33342
            }

        .price-section table tbody tr:nth-child(1) td {
            border-top: none;
        }

            .price-section table tbody tr:nth-child(1) td:nth-child(1) {
                border-top-left-radius: 4px;
            }

            .price-section table tbody tr:nth-child(1) td:last-child {
                border-top-right-radius: 4px;
            }

        .price-section table tbody tr:last-child td:nth-child(1) {
            border-bottom-left-radius: 4px;
        }

        .price-section table tbody tr:last-child td:last-child {
            border-bottom-right-radius: 4px;
        }

        .price-section table tbody tr:last-child td {
            border-bottom: none;
        }

        .price-section table tbody td {
            background: #f5f5f5;
            white-space: nowrap;
            border: 1px solid #e6e6e6;
        }

            .price-section table tbody td:nth-child(1) {
                text-align: left;
                padding: 20px 30px;
                border-left: none;
                border-right: 1px solid #2096d3;
            }

        .price-section table th:nth-child(1) {
            border-right: 1px solid #2096d3;
        }

        .price-section table tbody td:nth-child(3) {
            border-left: 1px solid #2096d3;
        }

        .price-section table tbody td:last-child {
            border-right: none;
        }

        .price-section table td:nth-child(2),
        .price-section table th:nth-child(2) {
            background: #2096d3;
            color: #fff;
        }

        .price-section table tbody td:nth-child(2) {
            border-top: 1px solid #2087bc;
            border-bottom: 1px solid #2087bc;
            border-right: 1px solid #2096d3;
        }

        .price-section table th:nth-child(2) {
            border-radius: 4px 4px 0 0;
            border-right: 1px solid #2096d3;
        }

        .price-section table td a.link {
            color: #fff;
            margin-top: 10px;
            display: block;
            font-size: 12px;
            text-decoration: none;
        }

        .price-section table td a.button {
            white-space: nowrap;
        }

        .price-section table tfoot td p {
            margin: 0;
            padding: 20px;
            font-size: 14px;
        }

        .price-section table tfoot td:nth-child(3) {
            text-align: left;
        }

        .price-section table tfoot td:nth-child(2) {
            border-radius: 0 0 4px 4px;
        }


.body-center-images {
    position: relative;
    min-height: 500px;
}

    .body-center-images img {
        margin: 0 auto;
        max-width: 100%;
        display: block;
    }

.price-list {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.04);
    padding-bottom: 20px;
}

    .price-list > a {
        position: absolute;
        text-decoration: none;
        bottom: 0;
        right: 0;
        min-width: 320px;
        text-align: right;
        padding: 10px 45px 10px 94px;
        color: #000;
        font-size: 14px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, 1) 100%);
    }


        .price-list > a span {
            color: #545454;
            font-size: 20px;
            position: absolute;
            right: 15px;
            top: 7px;
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .price-list > a.collapsed span {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }



.price-list-modal {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.04);
}

    .price-list-modal > a {
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, 1) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, 1) 100%);
        bottom: 0;
        color: #000;
        font-size: 14px;
        min-width: 320px;
        padding: 10px 45px 10px 94px;
        position: absolute;
        right: 0;
        text-align: right;
        text-decoration: none;
    }

        .price-list-modal > a span {
            color: #545454;
            font-size: 20px;
            position: absolute;
            right: 15px;
            top: 7px;
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .price-list-modal > a.collapsed span {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }



.price-slide a {
    color: #2096d3;
    text-decoration: none;
}

.flag-sec {
    margin-bottom: 30px;
}

    .flag-sec h2 {
        font-size: 15px !important;
        font-weight: normal;
        margin: 0;
    }

    .flag-sec .flag-icon {
        font-size: 35px;
        vertical-align: middle;
        margin-right: 10px;
    }

.flag-rate-area .flag-sec {
    background: #f3f4f6;
    padding: 14px;
    border-radius: 4px;
}

.tag-save {
    position: relative;
    background: #dde22f;
    line-height: 15px;
    min-width: 75px;
    margin-left: 12px !important;
    font-size: 12px;
    padding: 5px 4px 4px;
    border-radius: 3px;
    display: inline-block;
}

    .tag-save:before,
    .tag-save::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
    }

    .tag-save::after {
        left: auto;
        right: 0;
        border-left: none;
        border-right: 12px solid #f1f1f1;
    }

    .tag-save span {
        display: block;
        padding: 0;
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
    }

.tag-save-b {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 10px;
}

    .tag-save-b::after {
        border-right: 12px solid #fff;
    }

    .tag-save-b::before {
        border-left: 12px solid #fff;
    }

    .tag-save-b span {
        display: inline-block;
        margin-left: 5px;
        font-weight: 500;
        text-transform: uppercase;
    }

.package-search .btn-check:checked + .btn-secondary .tag-save::before {
    border-left-color: #064f92;
}

.package-search .btn-check:checked + .btn-secondary .tag-save::after {
    border-right-color: #064f92;
}

.price-bag-list {
    width: 100%;
    padding: 0;
    padding-bottom: 0;
}

    .price-bag-list h3 {
        font-size: 19px !important;
        padding: 10px 0px 0;
        padding-left: 10px;
        text-transform: uppercase;
    }

    .price-bag-list h2 .flag-icon {
        margin-right: 7px;
    }

    .price-bag-list ul {
        padding: 0;
        width: 100%;
        display: flex;
        margin-bottom: 8px;
        align-items: center;
    }

        .price-bag-list ul li {
            min-width: 15%;
            padding: 10px 10px;
            color: #000;
            line-height: 24px;
            list-style: none;
            font-size: 20px;
            font-weight: 600;
            position: relative;
            padding-right: 46px;
        }

            .price-bag-list ul li::after {
                content: "";
                position: absolute;
                width: 2px;
                height: 17px;
                background: #b5b5b5;
                top: 35%;
                right: 24px;
                transform: translateY(-50%);
            }

.price-bag-details ul li::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 17px;
    background: #b5b5b5;
    top: 32%;
    right: 0;
    transform: translateY(-50%);
}

.price-bag-list ul li:last-child::after {
    display: none;
}

.price-bag-list ul li:first-child {
    border-left: none;
}

.price-bag-list ul li span {
    display: block;
    font-weight: normal;
    color: #545454;
    font-size: 15px;
}

.price-bag-list ul li.color {
    vertical-align: middle;
}

    .price-bag-list ul li.color img {
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom: 5px;
    }

.price-bag-list ul li.sub-list {
    border: none;
}

    .price-bag-list ul li.sub-list li {
        padding: 5px;
        font-weight: 300;
        color: #656565;
    }

    .price-bag-list ul li.sub-list ul {
        display: block;
    }

        .price-bag-list ul li.sub-list ul li {
            border: none;
            font-size: 15px;
            width: 100%;
            padding: 10px 10px 5px 37px;
            background: url(images/circle-check-regular.svg) no-repeat 10px 12px;
            background-size: 20px;
        }

    .price-bag-list ul li.sub-list li span {
        font-weight: 600;
    }

    .price-bag-list ul li.sub-list li::after {
        display: none !important
    }

.price-bag-list-b ul {
    margin-bottom: 20px;
}

    .price-bag-list-b ul li {
        min-width: 20%;
    }

.price-bag-package {
    display: flex;
    padding: 0;
    width: 100%;
    margin: 0;
    align-items: center;
    justify-content: center;
}

    .price-bag-package li {
        list-style: none;
        width: 50%;
        padding: 20px;
    }

        .price-bag-package li h2 {
            font-size: 65px !important;
            font-weight: 600;
            text-align: left;
            margin: 0;
        }

            .price-bag-package li h2 span {
                font-weight: 300;
                margin-left: 5px;
                font-size: 17px;
            }

            .price-bag-package li h2 small {
                font-size: 20px;
                text-transform: uppercase;
                font-weight: 500;
                color: #2096d3;
                display: block;
            }

.bag-icon {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flag-sec-plan {
    margin-bottom: 12px;
}

.bag-icon h2 {
    font-size: 20px !important;
    margin: 40px 0 0;
    padding: 10px;
    color: #fff;
}


.flag-sec-plan .flag-icon {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.flag-sec-plan h2 {
    font-size: 14px !important;
    font-weight: normal;
    margin: 0;
}

.penny .price-bag-list h3 {
    color: #8a0da1;
}

.penny .bag-icon {
    background: url(images/bags/PennyPro.svg) no-repeat center center;
}

.starter .price-bag-list h3 {
    color: #2096d3;
}

.price-bag-list h3 img {
    margin-top: -8px;
    width: 28px;
    margin-left: -10px;
}


.startermax .bag-icon {
    background: url(images/bags/startermax.svg) no-repeat center center;
}

.basicmax .bag-icon {
    background: url(images/bags/basicmax.svg) no-repeat center center;
}

.silvermax .bag-icon {
    background: url(images/bags/silvermax.svg) no-repeat center center;
}

.goldmax .bag-icon {
    background: url(images/bags/goldmax.svg) no-repeat center center;
}

.ssoffers .bag-icon {
    background: url(images/bags/ssoffers.svg) no-repeat center center;
}

.bluemax .bag-icon {
    background: url(images/bags/bluemax.svg) no-repeat center center;
}

.startermax .price-bag-list h3 {
    color: #2096d3;
}

.basicmax .price-bag-list h3 {
    color: #f9743f;
}

.bluemax .price-bag-list h3 {
    color: #1f93d1;
}

.ssoffers .price-bag-list h3 {
    color: #242b60;
}

.silvermax .price-bag-list h3 {
    color: #767676;
}

.goldmax .price-bag-list h3 {
    color: #b48e32;
}

.starter .bag-icon {
    background: url(images/bags/Starter.svg) no-repeat center center;
}

.basic .price-bag-list h3 {
    color: #f25b1f;
}

.basic .bag-icon {
    background: url(images/bags/Basic.svg) no-repeat center center;
}

.int-basic .price-bag-list h3 {
    color: #f25b1f;
}

.int-basic .bag-icon {
    background: url(images/bags/Basic.svg) no-repeat center center;
}

    .int-basic .bag-icon h2 {
        color: #fff;
    }

.standard .price-bag-list h3 {
    color: #064f92;
}

.standard .bag-icon {
    background: url(images/bags/Standard.svg) no-repeat center center;
}

.blue .price-bag-list h3 {
    color: #2096d3;
}

.silver .price-bag-list h3 {
    color: #979797;
}

.silver .bag-icon {
    background: url(images/bags/Silver.svg) no-repeat center center;
}

.gold .price-bag-list h3 {
    color: #dfa325;
}

.gold .bag-icon {
    background: url(images/bags/Gold.svg) no-repeat center center;
}

.platinum .price-bag-list h3 {
    color: #000000;
}

.platinum .bag-icon {
    background: url(images/bags/Platinum.svg) no-repeat center center;
}

.int-platinum .price-bag-list h3 {
    color: #000;
}

.int-platinum .bag-icon {
    background: url(images/bags/Platinum.svg) no-repeat center center;
}

.activation .price-bag-list h3 {
    color: #f76300;
}


.data3gb .bag-icon {
    background: url(images/bags/data3gb.svg) no-repeat center center;
}

.data5gb .bag-icon {
    background: url(images/bags/data5gb.svg) no-repeat center center;
}

.data8gb .bag-icon {
    background: url(images/bags/data8gb.svg) no-repeat center center;
}

.data15gb .bag-icon {
    background: url(images/bags/data15gb.svg) no-repeat center center;
}

.data21gb .bag-icon {
    background: url(images/bags/data21gb.svg) no-repeat center center;
}

.data30gb .bag-icon {
    background: url(images/bags/data30gb.svg) no-repeat center center;
}

.data50gb .bag-icon {
    background: url(images/bags/data50gb.svg) no-repeat center center;
}

.data100gb .bag-icon {
    background: url(images/bags/data100gb.svg) no-repeat center center;
}

.data200gb .bag-icon {
    background: url(images/bags/data200gb.svg) no-repeat center center;
}

.data3gb .price-bag-list h3 {
    color: #00a185;
}

.data5gb .price-bag-list h3 {
    color: #2e3092;
}

.data8gb .price-bag-list h3 {
    color: #faac18;
}

.data15gb .price-bag-list h3 {
    color: #cf232a;
}

.data21gb .price-bag-list h3 {
    color: #9e9e9e;
}

.data30gb .price-bag-list h3 {
    color: #574ce3;
}

.data50gb .price-bag-list h3 {
    color: #00914c;
}

.data100gb .price-bag-list h3 {
    color: #5966ff;
}

.data200gb .price-bag-list h3 {
    color: #9d248e;
}

.activation .bag-icon {
    background: url(images/bags/Asset14.svg) no-repeat center center;
}

.data-blue .price-bag-package li h2 small {
    color: #03427b;
}

.data-blue .price-bag-package li h2 span sub {
    font-size: 22px;
}

.data-blue .bag-icon {
    background: url(images/bags/BoltOn1GB.svg) no-repeat center center;
}

.basicPlus .price-bag-list h3 {
    color: #f9743f;
}

.basicPlus .bag-icon {
    background: url(images/bags/BasicPlus.png) no-repeat center center;
    background-size: cover;
}

.standardPlus .price-bag-list h3 {
    color: #1f93d1;
}

.standardPlus .bag-icon {
    background: url(images/bags/StandardPlus.png) no-repeat center center;
    background-size: cover;
}

.silverPlus .price-bag-list h3 {
    color: #767676;
}

.silverPlus .bag-icon {
    background: url(images/bags/SilverPlus.png) no-repeat center center;
    background-size: cover;
}

.goldPlus .price-bag-list h3 {
    color: #b48e32;
}

.goldPlus .bag-icon {
    background: url(images/bags/GoldPlus.png) no-repeat center center;
    background-size: cover;
}

.platinumPlus .price-bag-list h3 {
    color: #000000;
}

.platinumPlus .bag-icon {
    background: url(images/bags/PlatinumPlus.png) no-repeat center center;
    background-size: cover;
}

.wcspecial .bag-icon {
    background: url(images/bags/wcspecial.svg) no-repeat center center;
    background-size: cover;
}

.wcstarter .bag-icon {
    background: url(images/bags/wcstarter.svg) no-repeat center center;
    background-size: cover;
}

.wcteaser .bag-icon {
    background: url(images/bags/wcteaser.svg) no-repeat center center;
    background-size: cover;
}

.wcspecial .price-bag-list h3 {
    color: #7C18B5;
}

.wcstarter .price-bag-list h3 {
    color: #008920;
}

.wcteaser .price-bag-list h3 {
    color: #167799;
}

.data-blue .bag-icon h3 {
    font-size: 25px;
    margin: 40px 0 0;
    padding: 10px;
    color: #fff;
}

.modal-design .bag-icon {
    width: 120px;
    height: 120px;
    background-size: contain !important;
}

.h6,
h6 {
    font-size: 1rem !important;
}

.blue .bag-icon {
    background: url(images/bags/Asset12.svg) no-repeat center center;
}

.corner-ribbon {
    background: #e70e4a;
    position: absolute;
    top: -15px;
    right: 10px;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}

.price-list-detail {
    display: flex;
    align-items: flex-start;
    padding: 0 20px;
}

    .price-list-detail img {
        margin-right: 10px;
        margin-top: 5px;
    }

    .price-list-detail ul {
        padding: 0;
    }

        .price-list-detail ul li {
            list-style: none;
        }

            .price-list-detail ul li span {
                font-weight: 600;
            }

.slide-icon {
    text-align: center;
    padding: 10px;
}

    .slide-icon img {
        height: 50px;
        margin-bottom: 20px;
    }

.benefit-sim-icons img {
    height: 50px;
    margin-bottom: 20px;
}

.benefit-sim-icons p {
    font-size: 14px;
}

.bg-lightBlue {
    background-color: #DBF2FA;
}

.lightBlue-color {
    color: #2096D3;
}

.bg-lightGray {
    background-color: #F5F5F5;
}

.benefit-txt {
    font-size: 18px;
}

.slide-icon h3 {
    font-size: 22px;
    font-weight: 600;
}

.slide-icon-b img {
    width: 70px;
    height: 70px;
}

.video-sec {
    background: #dcf2fb;
}

.video-portion {
    position: relative;
}

    .video-portion img {
        max-width: 100%;
    }


    .video-portion a {
        background: none;
        border: none;
        position: absolute;
        width: 82px;
        height: 82px;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
    }

#thmVideo .modal-body button.close {
    position: absolute;
    right: -3px;
    top: -50px;
    z-index: 2;
    border-radius: 5rem;
    opacity: 1;
    font-size: 2.6rem;
    font-weight: 300;
}

#thmVideo .modal-body .close span {
    line-height: 0;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

#thmVideo button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

#callingRates td,
#callingRates th {
    text-align: left;
}

#PlansSection .plan-card {
    height: 285px;
    transition: transform 0.5s ease;
}
    #PlansSection .plan-card:hover {
        transform: scale(1.1);
    }
#Internationalrate .rate-price img {
    width: 50px;
}
.packagesGrid .plan-tag {
    padding: 3px 5px;
    background: #670d2f;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}
.video-portion-b button {
    top: 0;
    left: -60px;
    bottom: 0;
    height: 100%;
}

.testimonial {
    position: relative;
    z-index: 0;
    background: #f5f5f5;
    padding: 50px 0px;
}


.credit-card-box {
    background: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    position: relative;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
}

.credit-card-box-b {
    background: #dcf2fb;
}

.credit-card-box > ul {
    padding: 0;
    margin: 0;
    display: flex;
}

    .credit-card-box > ul > li {
        list-style: none;
        width: 50%;
    }

        .credit-card-box > ul > li:last-child {
            text-align: right;
        }


        .credit-card-box > ul > li:first-child {
            text-align: left;
        }

            .credit-card-box > ul > li:first-child img {
                width: 73px;
                height: 73px;
            }

        .credit-card-box > ul > li > a {
            color: #064f92;
            text-decoration: none;
        }

        .credit-card-box > ul > li > span {
            color: #064f92;
            text-decoration: none;
        }

        .credit-card-box > ul > li > a span {
            font-size: 12px;
            font-weight: 500;
            text-transform: uppercase;
            margin-right: 7px;
        }

.credit-card-box h3 {
    color: #353535;
    font-weight: 600;
    font-size: 18px !important;
    padding: 0;
    margin: 30px 0 0;
}

    .credit-card-box h3 span {
        display: block;
        margin-bottom: 7px;
    }

.credit-card-box p {
    font-size: 14px;
    margin: 0;
    color: #545454 !important;
    font-weight: 400;
}

.credit-card-box .dropdown-menu {
    border-radius: 0;
    padding: 0;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.04);
}

    .credit-card-box .dropdown-menu a {
        font-size: 14px;
        padding: 10px;
    }

.credit-card-box .dropdown-item:focus,
.credit-card-box .dropdown-item:hover {
    color: #fc7255;
    background-color: #f1f3f4;
}

.credit-card-box.active,
.credit-card-box:hover,
.credit-card-box.newcard.active,
.credit-card-box.newcard:hover {
    background: #064f92 !important;
    /*border: 1px solid #064f92 !important;*/
    color: #fff;
}

.credit-card-box.newcard {
    background: #f1f3f4 !important;
    border: 1px solid #f1f3f4 !important;
}

.credit-card-box.active > ul > li:first-child i,
.credit-card-box.active > ul > li > a,
.credit-card-box.active p,
.credit-card-box.active > ul > li > span,
.credit-card-box:hover > ul > li:first-child i,
.credit-card-box:hover > ul > li > a,
.credit-card-box:hover p {
    color: #252525 !important;
}

.price-bag-list span.plan-tag {
    border: 1px solid #BF261B;
    background: #FFEBE6;
    padding: 4px 8px;
    margin-left: 10px;
    border-radius: 4px;
    font-size: 12px !important;
    color: #BF261B;
    height: 24px;
}

.main-card:before,
.main-card:after,
.credit-card-box:before,
.credit-card-box:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.main-card:after,
.credit-card-box::after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.boz {
    padding: 0rem 2.275rem;
    border-radius: 0.375rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    -ms-border-radius: 0.375rem;
    -o-border-radius: 0.375rem;
}

    .boz .boz-head {
        padding-bottom: 0.75rem;
        margin-bottom: 1.675rem;
        font-size: 1.275rem;
        letter-spacing: 0.025rem;
    }

    .boz .boz-body {
        padding-bottom: 1rem;
    }

    .boz .boz-foot {
        padding: 1.275rem 2.275rem;
        margin: 0rem -2.295rem 0 -2.285rem;
        margin-bottom: -2.03rem;
        background-color: #f6f6f6;
        margin-top: 10px;
        border-radius: 0 0 0.35rem 0.375rem;
        -webkit-border-radius: 0 0 0.35rem 0.375rem;
        -moz-border-radius: 0 0 0.35rem 0.375rem;
        -ms-border-radius: 0 0 0.35rem 0.375rem;
        -o-border-radius: 0 0 0.35rem 0.375rem;
    }

        .boz .boz-foot strong {
            font-size: 1.15rem;
            font-weight: 500;
        }

    .boz .pm-options p {
        margin: 0;
        margin-bottom: 10px;
        font-size: 14px;
        color: #666;
    }

.boz .pm-radio-btn {
    position: relative;
    display: inline-block;
}

.boz .pm-radio-btn input[type="radio"],
.pm-payment-method .pm-radio-btn input[type="checkbox"],
.pm-payment-method .pm-radio-btn input[type="button"],
.pm-payment-method .pm-radio-btn input[type="submit"] {
    opacity: 0;
    display: none;
}

.boz .pm-radio-btn input[type="radio"] + label,
.pm-payment-method .pm-radio-btn input[type="checkbox"] + label {
    cursor: pointer;
    padding: 5px 12px;
    background: #F1F3F4;
    color: #000000;
    border: 1px solid #000F23;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    height: 46px;
    line-height: 36px;
    display: block;
    text-align: center;
    position: relative;
    transition: all 200ms ease-in-out;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.applePAy label{
    cursor: pointer;
    padding: 5px 12px;
    background: #F1F3F4;
    color: #000000;
    border: 1px solid #000F23;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    height: 46px;
    line-height: 36px;
    display: block;
    text-align: center;
    position: relative;
    transition: all 200ms ease-in-out;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.boz .pm-radio-btn label:hover:not(:checked) {
    background-color: #dcdedf !important;
}

.boz .pm-radio-btn input[type="radio"]:checked + label,
.pm-payment-method .pm-radio-btn input[type="checkbox"]:checked + label .pay-pal-icon > path {
    background: #064F92 !important;
    border-color: #064F92 !important;
    color: #ffffff !important;
    fill: #fff;
}

.boz .pm-radio-btn label span {
    line-height: 12px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.boz .pm-radio-btn label i {
    display: inline-block;
    font-size: 1.65rem;
    vertical-align: middle;
    margin-right: 5px;
}

.boz .pm-radio-btn input[type="button"],
.boz .pm-radio-btn input[type="submit"] {
    display: none;
    opacity: 0;
}

    .boz .pm-radio-btn input[type="button"] + label,
    .boz .pm-radio-btn input[type="submit"] + label {
        cursor: pointer;
        padding: 5px;
        border: 1px solid #dee228;
        background: #dee228;
        color: #000000;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 500;
        min-width: 150px;
        height: 44.4px;
        line-height: 31px;
        display: inline-block;
        text-align: center;
        position: relative;
        transition: all 200ms ease-in-out;
    }

        .boz .pm-radio-btn input[type="button"] + label:hover,
        .boz .pm-radio-btn input[type="submit"] + label:hover {
            color: #000000 !important;
            background-color: #dee228 !important;
            border: 1px solid #dee228 !important;
            outline: none !important;
            box-shadow: 0px 1px 6px -2px rgba(0, 0, 0, 0.55), 0px 0px 3px 0px rgba(0, 0, 0, 0.25) !important;
        }

    .boz .pm-divider {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #dcdedf;
        position: relative;
        margin: 25px auto 40px;
    }

        .boz .pm-divider span {
            display: inline-block;
            padding: 0px 15px 2px;
            background: #ffffff;
            border: 1px solid #dcdedf;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50px;
            font-size: 13px;
            color: #0098da;
            letter-spacing: 0.5px;
            line-height: 24px;
        }

    .boz .sub-section {
        font-size: 1.15rem;
        padding-bottom: 0.75rem;
        font-weight: 500 !important;
    }

    .boz.order-summary {
        background-color: #f6f6f6;
    }

        .boz.order-summary .border-top {
            padding-top: 1rem;
            border-top: 1px solid #ccc !important;
            margin-top: 0.5rem;
        }

.sisu-wrapper .campaign-section {
    width: 100%;
    height: 100%;
    color: #363636;
    background-color: #F1F3F4;
    padding: 3rem 1.5rem;
}

.section-padding {
    padding: 70px 5vw;
}

.sisu-wrapper .form-section {
    padding: 0 2.5rem;
    height: 100%;
}

button.blue {
    background: #064f92;
    color: #fff;
}

.topup-amounts .amount-box strong {
    font-size: 1rem;
    display: block;
    line-height: 0.75;
    margin: 0;
}

.topup-amounts .amount-box [type=radio] {
    display: none;
    opacity: 0;
}

.topup-amounts .amount-box label {
    position: relative;
    cursor: pointer;
    display: block;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0.35rem;
    padding: 1rem;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    text-align: center;
    background-color: #F1F3F4;
}

.btn-payment {
    background: #dde22f;
    color: #000000;
    font-size: 14px;
    border-radius: 3px;
    padding: 10px 36px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.topup-amounts .amount-box :checked + label {
    background-color: #064F92;
    border-color: #064F92;
    color: #ffffff;
    transition: background-color ease 100ms;
    -webkit-transition: background-color ease 100ms;
    box-shadow: 0 -3px 0px 0px rgba(0, 0, 0, 0.25) inset;
}

.choose-amount {
    text-align: center;
}

    .choose-amount .amount-box p {
        margin: 0;
        font-size: 0.9rem;
    }

        .choose-amount .amount-box p span {
            font-weight: 500 !important;
        }

    .choose-amount .amount-box strong {
        font-size: 2rem;
        display: block;
        line-height: 0.75;
        margin-bottom: 0.35rem;
        padding-top: 0.35rem;
    }

        .choose-amount .amount-box strong span {
            font-size: 1.35rem;
            font-weight: 500;
            display: inline-block;
            line-height: normal;
            vertical-align: middle;
            margin-left: 0.25rem;
        }

    .choose-amount .amount-box [type=radio] {
        display: none;
        opacity: 0;
    }

    .choose-amount .amount-box label {
        position: relative;
        cursor: pointer;
        display: block;
        height: 100%;
        width: 100%;
        margin-bottom: 0;
        border: 1px solid #ced4da;
        border-radius: 0.35rem;
        padding: 1.35rem 0.25rem;
        backface-visibility: visible;
        -webkit-backface-visibility: visible;
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.10);
    }

    .choose-amount .amount-box:checked + label {
        background-color: #0098da;
        border-color: #0098da;
        color: #ffffff;
        transition: background-color ease 100ms;
        -webkit-transition: background-color ease 100ms;
        box-shadow: 0 -3px 0px 0px rgba(0, 0, 0, 0.25) inset;
    }

.md_w_60 {
    width: 60%;
}

.feedback-img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}

.col-md {
    flex: 1 0 0%;
}

.owl-carousel .owl-stage {
    display: flex;
    flex: 1;
}

.testimonial-sub {
    padding: 30px;
    position: relative;
    z-index: 1;
    min-height: 260px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

    .testimonial-sub .comments {
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        background: #fff;
        font-size: 14px !important;
    }

    .testimonial-sub ul {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

        .testimonial-sub ul li {
            list-style: none;
        }

            .testimonial-sub ul li img {
                max-width: 100%;
                width: 110px;
            }

            .testimonial-sub ul li p {
                background: #dcf2fb;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 17px;
                font-weight: 600;
            }

            .testimonial-sub ul li span {
                display: block;
                font-size: 12px;
                color: #666
            }

            .testimonial-sub ul li:nth-child(2) {
                padding-left: 10px;
            }

            .testimonial-sub ul li h3 {
                color: #000;
                font-size: 18px !important;
                font-weight: 500;
                margin: 0;
            }

            .testimonial-sub ul li p {
                color: #000;
                font-size: 18px;
                margin: 0;
            }

    .testimonial-sub i {
        color: #ffc107
    }

    .testimonial-sub p i.color {
        color: #dcdcdc
    }

.faq-wrap {
    border-radius: 4px;
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.08);
}

.faq-button {
    background: #fff;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 20px;
    color: #000;
    font-weight: 600;
    border: none;
    font-size: 14px;
    padding-right: 60px;
}

.faq-answer {
    padding: 1px 60px 25px 25px;
    background: #fff;
}

    .faq-answer p {
        font-size: 14px !important
    }

.faq-button[aria-expanded="false"]:before {
    content: "\002B";
    font-size: 18px !important;
    top: 18px;
    right: 20px;
}

.faq-button[aria-expanded="true"]:before {
    content: "\2212";
    font-size: 18px !important;
    top: 18px;
    right: 20px;
}

.faq-button:before {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 18px !important;
    font-family: FontAwesome;
    font-size: .756em;
    color: #000;
}

.free-sim-section,
.banner-ad-section {
    background: #064f92;
}

    .free-sim-section img {
        width: 70px;
        transform: rotate(-90deg);
    }

    .free-sim-section h2,
    .banner-ad-section h2 {
        color: #fff;
        font-weight: normal;
    }

        .banner-ad-section h2.font-txt {
            font-weight: 600;
        }

    .banner-ad-section img {
        width: 100px;
    }

    .free-sim-section h2 span,
    .free-sim-section p span {
        color: #d2d626;
    }

    .free-sim-section p,
    .banner-ad-section p {
        font-size: 20px;
        margin: 0;
        color: #fff;
    }

    .free-sim-section .form-control {
        margin-top: 10px;
        height: 40px;
    }

    .free-sim-section h3 {
        color: #fff;
        font-size: 20px !important;
    }

footer {
    background: #273240 !important;
    color: #fff !important;
    position: relative;
    overflow: hidden;
}

.quick-links {
    padding-top: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

    .quick-links h4 {
        font-size: 18px !important;
        font-weight: 600;
        color: #fff;
    }

    .quick-links ul {
        padding: 0;
    }

        .quick-links ul li {
            list-style: none;
            font-weight: 400;
            font-size: 14px;
            padding: 5px 0;
        }

            .quick-links ul li a {
                color: #cecfd1;
                text-decoration: none;
            }

                .quick-links ul li a:hover {
                    color: #959595;
                }

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

    .footer-bottom p {
        margin: 0;
        font-size: 14px;
        color: #cecfd1;
    }

.footer-nav ul {
    padding: 0;
}

    .footer-nav ul li {
        list-style: none;
        font-size: 14px;
        padding: 5px 20px 5px 0;
        font-size: 15px;
        display: inline-block;
    }

        .footer-nav ul li:not(:last-child)::after {
            content: '|';
            color: #cecfd1;
            margin-left: 10px;
            margin-right: 0;
            font-size: 18px;
            vertical-align: middle;
        }

        .footer-nav ul li a {
            color: #cecfd1;
            text-decoration: none;
        }

            .footer-nav ul li a:hover {
                color: #959595;
            }

.footer-social-links {
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
}

    .footer-social-links a {
        color: #dcf2fb;
        padding: 5px;
    }

.inner-page {
    background: #f5f5f5;
    position: relative;
}

.check-list ul {
    padding: 0;
    margin-bottom: 30px;
}

.check-list li {
    padding: 5px 0;
    list-style: none;
}

    .check-list li::before {
        content: url('./images/why-talkhome/check-circle.svg');
        vertical-align: middle;
        height: 20px;
        width: 20px;
        display: inline-block;
        margin-right: 10px;
    }

.help-text {
    font-weight: 500;
    padding: 15px 0;
    font-size: 25px;
    color: #000;
}

.help-address li {
    padding: 4px 0;
}

    .help-address li a {
        text-decoration: none;
        color: #545454;
    }

.portin-text {
    font-size: 25px;
    font-weight: 400;
    color: #000;
}

.form-portin {
    background: #f5f5f5;
    border-radius: 5px;
}

    .form-portin .top-marg {
        margin-top: 35px;
        background: #2096d3;
        color: #fff;
    }

a.link-color {
    color: #2096d3;
    text-decoration: none;
}

.plan-sec {
    background: #dcf2fb;
}

    .plan-sec ul {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .plan-sec ul li {
            list-style: none;
            padding: 10px;
        }

.plan-card,
.international-form {
    padding: 15px 25px;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.08);
    font-size: 14px;
}

    .plan-card img {
        margin-bottom: 15px;
    }

    .plan-card h2 {
        font-size: 20px !important;
    }

    .plan-card ul {
        padding: 0;
        display: flex;
        margin-bottom: 0;
        margin-top: 30px;
    }

        .plan-card ul li {
            padding: 2px 20px;
            border-left: 1px solid #064f92;
            color: #064f92;
            list-style: none;
        }

            .plan-card ul li a {
                color: #064f92;
                text-decoration: none;
            }

            .plan-card ul li:first-child {
                border-left: none;
                padding-left: 0;
            }


.statics {
    background: #f5f5f5;
}

.static-sub {
    margin-bottom: 20px;
}

    .static-sub ul li img {
        width: 60px;
    }

    .static-sub ul {
        padding: 0;
        display: flex;
        margin: 0;
        align-items: center;
        justify-content: center;
    }

        .static-sub ul li h2 {
            font-size: 25px !important;
            margin-bottom: 0;
        }

        .static-sub ul li p {
            font-size: 14px;
            margin-bottom: 0;
        }

        .static-sub ul li {
            margin-right: 10px;
        }

        .static-sub ul li {
            padding: 5px;
            list-style: none;
        }



.international-rates-section {
    background: #f5f5f5;
}

.international-form {
    background: #fff;
}

    .international-form label {
        color: #252525;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .international-form button {
        margin-top: 40px;
        height: 70px;
        width: 100%;
    }

    .international-form h3 {
        font-size: 20px !important;
        font-weight: 500;
    }

        .international-form h3 span {
            color: #064f92;
        }

    .international-form p.txt {
        color: #064f92;
    }

.min-list {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 30px;
}

.min-list-b {
    background: #f2f4f6;
    padding: 20px;
    margin-bottom: 30px;
}

    .min-list-b h3 {
        font-weight: 600;
        border-bottom: 4px solid #d8d8d8;
        padding-bottom: 7px;
    }

    .min-list-b table {
        width: 100%;
    }

        .min-list-b table tr {
            border-bottom: 1px solid #d8d8d8;
        }

        .min-list-b table td {
            padding: 10px 0;
            color: #989aa7;
        }

            .min-list-b table td img {
                width: 22px;
                height: 22px;
            }

            .min-list-b table td:last-child {
                text-align: right;
                color: #000;
                font-weight: 700;
            }

                .min-list-b table td:last-child span {
                    font-weight: normal;
                }

.min-list-sub ul {
    background: #fff;
    padding: 0;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
}

    .min-list-sub ul li {
        color: #989aa7;
        list-style: none;
        padding: 15px;
        list-style: none;
        width: 70%;
    }

        .min-list-sub ul li img {
            width: 30px;
            margin-right: 7px;
        }

        .min-list-sub ul li:last-child {
            width: 30%;
            color: #000;
            font-weight: 700;
        }

            .min-list-sub ul li:last-child span {
                font-weight: 400;
            }

.rate-price {
    display: flex;
    padding: 10px 0;
    margin-bottom: 30px;
}

    .rate-price img {
        margin-right: 10px;
    }

    .rate-price h3 {
        font-size: 25px !important;
        font-weight: 600;
        margin: 0;
    }

        .rate-price h3 small {
            font-size: 14px;
            color: #6d7580;
            font-weight: normal;
            display: block;
        }

        .rate-price h3 span {
            font-size: 18px !important;
            font-weight: normal;
        }

.rate-country {
    padding: 0;
    display: flex;
}

    .rate-country li {
        list-style: none;
        padding: 10px 0;
        width: 50%;
    }

        .rate-country li span {
            font-size: 25px;
            margin-left: 5px;
        }

        .rate-country li:last-child {
            text-align: right;
        }

.company-tags {
    background: #f3f4f6;
}

    .company-tags img {
        max-width: 100%;
    }

.gird-data-rates {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.08);
}

a[data-bs-toggle="modal"] {
    cursor: pointer;
    outline: none;
}

.gird-data-rates table {
    width: 100%;
}

    .gird-data-rates table th {
        background: #064f92;
        color: #fff;
        padding: 10px;
        font-weight: normal;
    }

    .gird-data-rates table td {
        padding: 10px;
    }

        .gird-data-rates table td:last-child,
        .gird-data-rates table th:last-child {
            text-align: right;
        }

        .gird-data-rates table td:nth-child(2),
        .gird-data-rates table th:nth-child(2) {
            border-left: 1px solid #ced4da;
            border-right: 1px solid #ced4da;
        }

    .gird-data-rates table tr:nth-child(even) {
        background: #f2f4f6
    }

.top-section-rate {
    background: #f2f4f6
}

    .top-section-rate .international-form {
        background: #064f92;
        box-shadow: none;
    }

    .top-section-rate .min-list {
        background: #fff;
        padding: 30px;
    }

        .top-section-rate .min-list h2 {
            font-size: 25px !important;
            color: #064f92;
        }

.border-radius {
    border-radius: 20px;
    overflow: hidden;
}

.modal-design {
    background: #d2eaf6;
    padding: 20px;
}

    .modal-design h2 {
        font-size: 26px !important;
        font-weight: 500;
        margin: 10px 0;
    }

    .modal-design .bag-icon h2 {
        font-size: 20px !important;
        margin-bottom: -3px;
    }

    .modal-design > ul {
        padding: 0;
        display: flex;
    }

        .modal-design > ul > li {
            list-style: none;
            padding: 20px;
            width: 50%;
            text-align: center;
        }

            .modal-design > ul > li:first-child {
                border-right: 1px solid #fff;
            }

            .modal-design > ul > li .flag-sec {
                margin: 20px 0;
            }

                .modal-design > ul > li .flag-sec h2 {
                    font-size: 15px;
                    font-weight: normal;
                    color: #6c541e;
                }

    .modal-design .btn-close {
        position: absolute;
        right: 17px;
        top: 17px;
        outline: 0;
    }

.new-button {
    background: #2096d3;
    color: #fff;
}

    .new-button:hover {
        color: #fff;
    }

.modal-grid {
    background: #f5f5f5;
    border-top: 1px solid #b5b5b5;
}

    .modal-grid h2 {
        color: #545454;
        padding-bottom: 20px;
        margin: 0;
        font-size: 32px;
    }

    .modal-grid table {
        border: none;
        width: 100%;
    }

        .modal-grid table tr {
            border-bottom: 1px solid #b5b5b5;
        }

            .modal-grid table tr td {
                vertical-align: middle;
                white-space: nowrap;
                color: #545454;
                font-size: 30px;
                font-weight: 600;
                padding: 15px;
            }

                .modal-grid table tr td span {
                    font-weight: 300;
                }

                .modal-grid table tr td .flag-sec {
                    margin-bottom: 0;
                }

                    .modal-grid table tr td .flag-sec h2 {
                        font-size: 14px;
                        margin-bottom: 0;
                        padding: 0;
                    }

    .modal-grid .flag-sec .flag-icon {
        font-size: 20px;
    }

    .modal-grid table tr td a {
        background: #9d9d9d;
        padding: 10px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        border-radius: 4px;
        text-decoration: none;
        min-width: 100px;
        display: block;
        font-weight: normal;
    }

    .modal-grid table tr:last-child {
        border-bottom: none;
    }


.pagination-page .page-item.active .page-link {
    color: #fff;
    background-color: #064f92;
    border-color: #064f92;
}

.pagination-page .page-link {
    color: #064f92;
}

    .pagination-page .page-link:hover {
        background-color: #e7e7e7;
        border-color: #e7e7e7;
    }



.free-sim-header {
    align-items: flex-start;
    text-align: left;
}

.top-form-banner {
    position: relative;
    z-index: 1;
}

.redy-to-transfer {
    position: relative;
    margin-top: 50px;
}

    .redy-to-transfer img {
        max-width: 100%;
        bottom: -49px;
        right: -20px;
        position: absolute;
    }

.ready-to-bg {
    background: #dcf2fb;
}

    .ready-to-bg::after {
        background: #f5f5f5;
        position: absolute;
        content: "";
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
    }

.replace-sim-bg {
    background: #f5f5f5;
}

.new-sim {
    background: #dcf2fb;
    position: relative;
    overflow: hidden;
}

.footer-links-new {
    text-align: right
}

.fc-widget-small {
    right: 15px !important;
    bottom: 0rem !important;
}


.basket-sim-features {
    background: #fff;
    padding: 25px;
    margin-top: 15px;
}

    .basket-sim-features ul {
        list-style: none;
        display: flex;
        padding-left: 0;
    }

        .basket-sim-features ul li p {
            font-size: 13px;
            padding-top: 8px;
            font-weight: 500;
        }


.modal-text-pop-up p {
    color: #000;
    margin-bottom: 30px;
}

.modal-text-pop-up h2 {
    font-size: 24px !important;
    font-weight: 500;
}

.log-in-text a {
    color: #2096d3;
}

.log-in-text {
    font-size: 14px;
    color: #000;
}

.add-sim-button {
    background: #2096d3 !important;
    color: #fff !important;
    padding: 10px 35px !important;
    border-radius: 3px;
}

.order-sim-button {
    background: #dde22f !important;
    color: #000 !important;
    padding: 10px 22px !important;
    border-radius: 3px;
}


.talkhome-text-logo {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 10px;
    vertical-align: middle;
    z-index: 1;
}

.talkhome-text {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.powered-text {
    display: block;
    color: #dde22f;
    font-size: 13px;
    margin-top: -6px;
    letter-spacing: 0.8px;
    font-weight: 400;
}

.banner-promo-img img {
    margin: auto !important;
    padding-left: 30px;
}

.check-out-trust .trust-pilot-logo {
    background-color: white !important;
    margin: 0 0 0 auto;
}

.check-out-trust {
    flex: auto;
}

#lblVerificationEmail {
    font-weight: 600;
}

.button.add-plan-btn {
    background: #dde22f;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0 0 15px;
    border: none;
    padding: 10px 115px;
    border-radius: 3px;
    display: block;
    width: calc(100% - 30px);
}

.free-sim-plans {
    margin-top: -20px;
}

.get-double {
    margin-bottom: 0;
    font-size: 12px;
    color: #064F92 !important;
}

.Ordersim-slider .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}

.Ordersim-slider .planView {
    margin-top: 15px;
    text-decoration: underline;
    color: #000000 !important;
    display: block;
}


.student-strip {
    background-color: #F5F5F5;
    text-align: center;
    padding: 15px 0;
}

    .student-strip p {
        font-size: 18px;
        color: #000;
        font-weight: 500;
        display: inline;
    }

        .student-strip p span {
            font-weight: 700;
        }

.learn-more {
    font-weight: 500 !important;
    text-decoration: underline;
    color: #064f92;
}

.plan-details-button {
    margin-top: 0 !important;
}

.mobile-view-fix {
    padding-top: 15px;
}

    .mobile-view-fix .bag-icon {
        vertical-align: sub;
    }

    .mobile-view-fix .d-inline-block {
        margin: 0 !important;
    }

.port-in-table {
    margin: 20px 0;
}


.yellow-color h4 {
    font-size: 14px !important;
    margin-bottom: 5px;
    font-weight: 500;
}

.yellow-color span {
    color: #dde22f
}

.yellow-color p {
    font-size: 12px;
}

.download-app-bar {
    position: relative;
}

.app-bar-close {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #fff;
    font-size: 20px;
}

.phones-img {
    display: none;
}

.mobile-text-modal,
.mobile-text {
    display: none;
}

.ts-p-p {
    font-weight: 300;
}

.ts-p-p {
    font-weight: 300;
}

.Ordersim-slider .standardPlus .price-bag-list h2 {
    color: #2096D3;
}

.Ordersim-slider .goldPlus .price-bag-list h2 {
    color: #B48E32;
}

.Ordersim-slider .silverPlus .price-bag-list h2 {
    color: #767676
}

.Ordersim-slider .price-bag-list h2 {
    font-size: 18px !important;
}

.Ordersim-slider .price-list {
    padding-left: 5px;
}

.Ordersim-slider .price-bag-list ul li.color img {
    width: auto;
}

.testimonial .rating-panel .ts-img {
    max-width: 260px;
    display: inline-block;
    margin: auto;
}

.testimonial .rating-panel .ts-content {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    font-weight: 500;
    color: #252525;
    text-transform: uppercase
}

.testimonail-para {
    font-weight: 400;
    padding-bottom: 25px;
    font-size: 18px !important;
    color: #545454;
}

.testimonial .rating-panel {
    display: flex;
    max-width: 450px;
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
    margin-bottom: -20px;
    flex-direction: column;
}

.pp-logo-ee {
    width: 120px;
}

    .pp-logo-ee.cc-ee {
        max-width: 135px;
    }


.thm_bg_gray {
    background: #F1F3F4;
}

.sim5 {
    background: url('../Web/images/NewYear/orderBg.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.sim5Chris {
    background: url("/assets/Web/images/newHome/Rectangle.svg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.thm_checkout_banner {
    text-align: center;
    background: #1c5094;
    padding-top: 55px;
    padding-bottom: 55px;
    margin-bottom: 45px;
}

.failure {
    background: #F5F5F5;
}

.sucesscren {
    background: #F5F5F5;
}

.thm_checkout_banner h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}

.thm_checkout_banner p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
}

.thm_checkout_banner.st2CheckoutBanner p {
    font-size: 18px;
}

.thm_checkout_details {
    padding: 20px;
}

.adyen-checkout-form-instruction {
    font-size: 14px !important;
    color: #000 !important;
}

.adyen-checkout__button {
    background: #dde22f !important;
    color: #000 !important;
    box-shadow: 0 0 0 !important;
    margin-top: 12px !important
}

.njaddNewCard {
    padding-top: 25px;
}

.adyen-checkout__button img {
    filter: invert(1);
}

#add-card-modal .adyen-checkout-form-instruction {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.adyen-checkout__threeds2__challenge, .adyen-checkout__iframe {
    width: 100% !important;
}

.adyen-checkout__input-wrapper,
.adyen-checkout__input-wrapper:active,
.adyen-checkout__input-wrapper:active:hover,
.adyen-checkout__input-wrapper:focus-within,
.adyen-checkout__input-wrapper:focus-within:hover {
    border-radius: 6px !important;
    border: 1px solid #AAAAAA !important;
    height: 46px !important;
}

.thm_checkout_title {
    font-size: 20px !important;
    color: #000;
    font-weight: 600;
    /*margin: 20px 0 18px;*/
}

.thm_checkout_subTitle {
    font-size: 18px;
    margin: 8px 0 25px;
    font-weight: 400;
}

.th_form_group {
    margin-bottom: 20px;
    position: relative;
}

    .th_form_group .form-control {
        border: 0 !important;
        box-shadow: 0 0 0 !important;
        border-radius: 4px;
        background: #fff;
        height: 48px;
        font-size: 16px !important;
        color: #000 !important;
        padding: 10px 15px;
    }

html body .custom-multiselect .th_form_group .select2 span {
    font-size: 16px !important;
    font-weight: 400;
    color: #353535 !important;
    border: 0;
}

html body .custom-multiselect .th_form_group .select2 .select2-selection__rendered {
    padding-left: 15px !important;
}

.thm_pass_visible {
    position: absolute;
    top: 16px;
    right: 15px;
    cursor: pointer;
    color: #999999;
}

.st4CheckoutForm .thm_pass_visible {
    top: 21px;
}

.thm_blue_btn {
    margin: 0 0 0 25px;
    background: #064F92 !important;
    flex: 0 0 160px;
    height: 48px;
    color: #fff;
    font-size: 16px;
}

    .thm_blue_btn:hover {
        background: #DDE22F !important;
        color: #000
    }

/*.thm_checkout_lookUp .th_form_group {
    width: calc(100% - 160px)
}*/

.thm_checkout_policy {
    font-size: 14px;
    font-weight: 400;
}

    .thm_checkout_policy a {
        color: #2096D3 !important;
    }

.thm_yellow_btn {
    background: #DDE22F !important;
    height: 50px;
    color: #000;
    font-size: 16px;
    width: 100%;
    border-radius: 4px;
    padding: 12px 5px;
    font-weight: 500;
    transition: 300ms;
}

    .thm_yellow_btn.thm_payPal_btn {
        background: #ffc438 !important;
        padding: 10px !important;
    }

        .thm_yellow_btn.thm_payPal_btn:hover {
            background: #f1b935 !important;
        }

        .thm_yellow_btn.thm_payPal_btn img {
            width: 170px;
        }

    .thm_yellow_btn:hover,
    .thm_prev_btn:hover {
        background: #064F92 !important;
        color: #fff;
        transition: 300ms;
    }

.thm_more_padding {
    padding: 20px;
}

.thm_sim_add_plan p {
    font-size: 16px;
}

.thm_prev_btn {
    background: #fff !important;
    height: 50px;
    color: #000;
    font-size: 14px;
    width: 100%;
    border-radius: 4px;
    padding: 12px 20px;
    font-weight: 600;
    transition: 300ms;
}

.thm_credit_amount .thm_number {
    display: flex;
}

    .thm_credit_amount .thm_number span {
        font-size: 18px;
        display: inline-block;
        height: 48px;
        background: #fff;
        text-align: center;
        width: 45px;
        border-radius: 4px;
        padding: 10px 0;
        cursor: pointer;
    }

    .thm_credit_amount .thm_number input {
        text-align: center;
        border: 0;
        margin: 0 10px;
        font-size: 18px;
        width: 90px;
        height: 48px;
        background: #fff;
    }

.thm_add_credit {
    border-bottom: 1px solid #A2A2A2;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.thm_selectPlan_btn i {
    display: inline-block;
    margin-left: 20px;
}

.thm_plan_list_dropdown {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
    display: none;
    overflow-y: auto;
}

    .thm_plan_list_dropdown.thm_plan_list_toggle {
        height: 370px;
        padding: 10px 0;
        display: block;
        position: absolute;
        width: 100%;
        background: #fff;
        box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
        z-index: 999;
    }

    .thm_plan_list_dropdown::-webkit-scrollbar {
        width: 10px;
    }

    .thm_plan_list_dropdown::-webkit-scrollbar-track {
        background-color: #fff;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    .thm_plan_list_dropdown::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background: #949494;
    }

.thm_plan_list_item {
    display: flex;
    padding: 10px 35px 10px 25px;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}

    .thm_plan_list_item .thm_plan_list_img {
        flex: 0 0 100px;
    }

        .thm_plan_list_item .thm_plan_list_img .bag-icon {
            width: 84px;
            height: 84px;
        }

            .thm_plan_list_item .thm_plan_list_img .bag-icon h2 {
                font-size: 16px !important;
                margin: 25px 0 0;
            }

    .thm_plan_list_item .thm_plan_list_info h3 {
        margin-bottom: 0;
        font-size: 24px !important;
        font-weight: 600;
        margin-top: 0px;
        text-transform: uppercase;
        padding: 0;
    }

    .thm_plan_list_item .thm_plan_list_info p {
        margin: 0;
        font-size: 16px !important;
        line-height: 20px;
    }

        .thm_plan_list_item .thm_plan_list_info p.color {
            padding-top: 5px;
        }

    .thm_plan_list_item.standardPlus .thm_plan_list_info h2 {
        color: #000
    }

    .thm_plan_list_item.goldPlus .thm_plan_list_info h2 {
        color: #B48E32
    }

    .thm_plan_list_item.silverPlus .thm_plan_list_info h2 {
        color: #767676
    }

.thm_plan_badge {
    background: #DBF1FA;
    padding: 6px 10px 3px;
    border-radius: 4px;
    display: inline-block;
    font-size: 10px;
    color: #064F91;
    text-transform: uppercase;
    position: relative;
    top: -5px;
}

.thm_checkout_features {
    padding: 30px 40px 25px 40px;
    margin-bottom: 20px;
}

    .thm_checkout_features p {
        color: #000;
    }

    .thm_checkout_features > div {
        padding: 10px 0;
    }

    .thm_checkout_features .thm_checkout_Fea_img {
        padding-top: 0px;
        text-align: center;
        padding-right: 15px;
    }

    .thm_checkout_features .thm_checkout_Fea_text h3 {
        font-size: 18px !important;
        margin-bottom: 3px;
    }

    .thm_checkout_features .thm_checkout_Fea_text p {
        font-size: 14px;
        margin: 0;
        font-weight: 400;
    }

    .thm_checkout_features h2 {
        font-size: 24px !important;
        font-weight: 700 !important;
    }

.thm_checkout_offer_plan {
    padding: 20px 60px 30px;
}

    .thm_checkout_offer_plan .thm_plan_badge {
        font-size: 15px;
        font-weight: 600;
        display: table;
        margin: 0 auto 15px;
        padding: 6px 30px 3px;
        letter-spacing: 2px;
        background-color: #DBF1FA;
        color: #064F91;
    }

.thm_checkout_offer_plan_text h3 {
    color: #000;
    font-size: 22px !important;
    text-transform: uppercase;
}

.thm_checkout_offer_plan_text h2 {
    font-size: 40px !important;
    font-weight: 600;
    color: #000;
}

    .thm_checkout_offer_plan_text h2 span {
        font-weight: 400;
        font-size: 22px !important;
    }

.thm_checkout_offer_plan_text p {
    margin-bottom: 10px;
    font-size: 16px;
}

.thm_checkout_offer_plan_gift {
    background: #fff;
    padding: 14px 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .thm_checkout_offer_plan_gift h2 {
        margin: 0;
        color: #CE1B1B;
        font-size: 25px !important;
        font-weight: 700;
        margin-top: 3px;
    }

    .thm_checkout_offer_plan_gift p {
        margin: 0;
    }

    .thm_checkout_offer_plan_gift img {
        position: relative;
        top: -3px;
    }

.thm_summary {
    padding: 15px 15px 0 15px;
    margin-bottom: 20px;
}

    .thm_summary > img {
        width: 100%;
        margin-bottom: 25px;
    }

.thm_sammary_table {
    margin: 10px -30px 0 -30px;
}

    .thm_sammary_table .thm_summary_item {
        display: flex;
        justify-content: space-between;
        padding: 15px 30px;
        border-bottom: 2px solid #D2D2D2;
    }

        .thm_sammary_table .thm_summary_item.border-bottom-0 {
            border-bottom: 0;
        }

        .thm_sammary_table .thm_summary_item.thm_summary_item_inner {
            padding-top: 0;
        }

        .thm_sammary_table .thm_summary_item p {
            margin: 0;
            font-size: 15px !important;
            color: #353535;
            font-weight: 500;
        }

        .thm_sammary_table .thm_summary_item.thm_summary_tagline {
            font-size: 15px;
            color: #353535
        }

        .thm_sammary_table .thm_summary_item .thm_summary_item-img {
            flex: 0 0 43px;
        }

            .thm_sammary_table .thm_summary_item .thm_summary_item-img img {
                margin: 0 10px 0 5px;
                width: 16px;
                position: relative;
                top: -2px;
            }

        .thm_sammary_table .thm_summary_item.thm_summary_item_delivery .thm_summary_item-img img {
            width: 28px;
        }

        .thm_sammary_table .thm_summary_item .thm_summary_item-info {
            flex: auto;
        }

        .thm_sammary_table .thm_summary_item span {
            font-size: 16px;
            color: #000;
            font-weight: 500;
            text-transform: math-auto;
        }

        .thm_sammary_table .thm_summary_item .thm_summary_item-iprice {
            text-align: right;
        }

.thm_checkout_title img {
    width: 25px;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.thm-sammary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    font-size: 18px;
    color: #353535;
    font-weight: 600;
}

.thm_sammary_table .thm_summary_item .thm_summary_item-info h3 {
    text-transform: uppercase;
    font-size: 18px !important;
    padding: 0;
}

.thm_sammary_table .thm_summary_item .plan_gold {
    color: #B48E32
}

.thm_sammary_table .thm_summary_item .plan_silver {
    color: #767676
}

.thm_checkout_steps {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    margin-bottom: 15px;
}

.step {
    position: relative;
    top: 0;
    left: 0;
    height: 35px;
    width: 220px;
    font-weight: bold;
}

    .step:after {
        content: '';
        position: absolute;
        width: 35px;
        color: #000;
        font-size: .9em;
        height: 35px;
        border-radius: 50%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99;
        background: #fff;
        transition: 0.5s ease-in-out;
        border: 2px solid #979797;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
    }

    .step.thm_step_active:after,
    .step.thm_step_activeted:after {
        background: #DDE22F;
        color: #000;
        border-color: #DDE22F;
    }

    .step:first-child:after {
        content: '1';
    }

    .step:nth-child(02):after {
        content: '2';
    }

    .step:nth-child(03):after {
        content: '3';
    }

    .step.thm_step_activeted:after {
        content: '';
        background: url(images/done_icon.png) !important;
        border: 0;
        background-size: cover !important;
    }

    .step.thm_step_success:after {
        content: '';
        background: url(images/success_icon.png) !important;
        border: 0;
        background-size: cover !important;
    }

    .step.thm_step_failed:after {
        content: '';
        background: url(images/failed_icon.png) !important;
        border: 0;
        background-size: cover !important;
    }

    .step.thm_step_failed .thm_steps_name {
        color: #EE2A57
    }

    .step.thm_step_success .thm_steps_name {
        color: #00B159
    }

    .step:before {
        content: "";
        position: absolute;
        width: 100%;
        top: 50%;
        right: 50%;
        transform: translateY(-50%);
        height: 2px;
        background: #979797;
        transition: 0.1s ease-in-out;
    }

    .step.thm_step_active:before,
    .step.thm_step_activeted:before {
        background: #064F92;
    }
.cartFlowSteps .step.thm_step_active:before,
.cartFlowSteps .step.thm_step_activeted:before {
    background: #DDE22F;
}

.step:first-of-type:before {
    display: none;
}

.thm_steps_name {
    position: absolute;
    bottom: -28px;
    text-align: center;
    width: 100%;
    left: 0;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
}

.step.thm_step_active .thm_steps_name,
.step.thm_step_activeted .thm_steps_name {
    color: #dce200;
}

.thm_card_tabs {
    border: 0;
    margin-bottom: 20px;
}

    .thm_card_tabs .nav-link {
        border: 0;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        border-radius: 6px;
        width: 180px;
        padding: 12px 0;
        position: relative;
        background: #fff;
        margin: 0 15px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        font-weight: 400;
    }

        .thm_card_tabs .nav-link svg {
            margin-right: 10px;
            width: 28px;
        }

        .thm_card_tabs .nav-link i {
            font-size: 22px;
            margin-right: 10px;
        }

        .thm_card_tabs .nav-link.active {
            color: #fff;
            background: #064F92;
        }

            .thm_card_tabs .nav-link.active svg .svg-white {
                fill: #fff !important;
            }

.thm-checkbox .form-check-input {
    width: 18px !important;
    height: 18px !important;
    box-shadow: 0 0 0;
    margin-right: 10px;
    margin-top: 3px;
    flex: 0 0 18px;
}

.thm_alert_success {
    border: 0 !important;
    background: #E7FFEC !important;
    color: #8F8F8F !important;
    font-size: 16px !important;
}

    .thm_alert_success img {
        margin-right: 10px;
    }

.thm_auto_topUp h4 {
    display: flex;
    align-items: center;
    font-size: 18px !important;
    margin-top: 10px;
    margin-bottom: 0;
}

.thm_auto_topUp .form-check {
    margin-left: 20px;
}

.thm_form_switch.form-switch .form-check-input {
    box-shadow: 0 0 0;
}

.thm_form_switch .form-check-input:checked {
    background-color: #2096D3;
    border-color: #2096D3;
}

.thm_auto_topUp_tagline {
    font-size: 14px !important;
}

.thm_paypal_outer h3 {
    color: #064F92;
    font-size: 30px !important
}

.thm_paypal_outer p {
    color: #353535;
    font-size: 20px
}

.thm_actions_double_btns {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}

.thm_summary_mobile_toggle {
    display: none
}

.thm_mobile_cards {
    display: none;
}

.thm_summary_outer > img {
    margin-bottom: 32px;
    max-width: 100%;
    margin-left: -3px;
}

.thm_checkout_plan_list_modal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99
}

.thm_checkout_plan_list_modal .modal-dialog {
    max-width: 94%;
}

.thm_checkout_plan_list_modal .package-search {
    margin-bottom: 20px
}

.thm_checkout_plan_list_modal .nav-tabs .nav-item .nav-link {
    border: 0 !important;
    text-align: center;
    font-size: 18px;
    color: #000000;
    width: 100%;
    background: #F1F1F1;
    height: 56px;
    margin: 0;
    border-radius: 4px !important;
}

    .thm_checkout_plan_list_modal .nav-tabs .nav-item .nav-link.active {
        background: #064F92;
        color: #fff;
    }

.thm_checkout_plan_list_modal .tag-save {
    background: #DDE22F;
    font-size: 14px;
    top: 0px;
    font-weight: 500;
    color: #000;
    padding: 5px 10px 3px;
}

.thm_checkout_plan_list_modal .penny .bag-icon {
    background: url(images/bags/PennyPro.svg) no-repeat center center;
}

.thm_checkout_plan_list_modal .bag-icon {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thm_checkout_plan_list_modal .modal-body {
    padding: 20px 40px 20px;
}

.thm_plan_items {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    padding: 10px 40px 10px 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    position: relative
}

    .thm_plan_items .thm_plan_info {
        flex: auto;
    }

.thm_checkout_plan_list_modal .price-bag-list ul li span {
    display: block;
    font-weight: normal;
    color: #545454;
    font-size: 15px;
}

.thm_checkout_plan_list_modal .price-bag-list ul {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: inherit;
    margin-top: 12px;
}

    .thm_checkout_plan_list_modal .price-bag-list ul li {
        border-left: 0px solid #e6e6e6;
        min-width: auto;
        padding: 0px 30px 0 20px;
        color: #000;
        line-height: 24px;
        list-style: none;
        font-size: 24px !important;
        font-weight: 600;
        position: relative;
        flex: auto;
    }

        .thm_checkout_plan_list_modal .price-bag-list ul li:first-child {
            padding-left: 10px;
        }

        .thm_checkout_plan_list_modal .price-bag-list ul li.color {
            color: #064f91;
        }

        .thm_checkout_plan_list_modal .price-bag-list ul li:after {
            height: 20px;
            width: 2px;
            background: #e6e6e6;
            position: absolute;
            content: '';
            right: 2px;
            top: 12px;
        }

html {
    scroll-behavior: smooth;
}

.thm_checkout_plan_list_modal .price-bag-list ul li:last-child:after {
    display: none;
}

.thm_checkout_plan_list_modal .price-bag-list ul li span {
    margin-top: 5px;
}

.thm_checkout_plan_list_modal .thm_plan_items a {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, 1) 100%);
    border-radius: 0px 0px 6px 0px;
    color: #000;
    font-size: 14px;
    min-width: 320px;
    padding: 10px 30px 10px 70px;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    bottom: 0;
}


.thm_checkout_plan_list_modal .price-bag-list {
    padding: 12px 90px 12px 12px;
}


.thm_checkout_plan_list_modal .thm_color {
    color: #064f92 !important;
}

.thm_checkout_plan_list_modal .price-bag-list ul li.thm_color img {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
}

.thm_checkout_plan_list_modal .thm_yellow_btn {
    font-weight: 400;
    margin-top: 30px;
    padding: 10px 30px;
}

.thm_error_pages,
.thm_varify_account {
    text-align: center;
    padding: 40px 0 120px;
}

    .thm_error_pages .thm_thum {
        width: 220px;
        margin-bottom: 30px;
    }

    .thm_error_pages h1 {
        color: #20C95B;
        font-size: 38px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .thm_error_pages p {
        color: #353535;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 35px;
    }

.them_error_page_insistence_outer {
    row-gap: 30px;
}

.them_error_page_insistence {
    background: #F5F5F5;
    border-radius: 21px;
    padding: 35px;
    height: 100%;
}

    .them_error_page_insistence h3 {
        font-size: 22px !important;
        margin-top: 20px;
        text-transform: uppercase;
    }

    .them_error_page_insistence p {
        font-size: 16px;
        margin: 12px 0 20px 0;
    }

    .them_error_page_insistence a {
        color: #064F92;
        font-weight: 500;
        font-size: 16px;
        margin-top: 20px;
        display: inline-block
    }

    .them_error_page_insistence .thm_app_btns a {
        margin-top: 10px;
    }

.thm_order_failed_error h3 {
    color: #ED2124;
}

.thm_error_pages.thm_order_failed_error h1 {
    color: #ED2124
}

.thm_error_pages h2 {
    color: #842029;
    font-weight: 500;
    font-size: 28px !important;
    margin: 15px 0;
}

.thm_error_btns {
    margin-bottom: 30px;
}

    .thm_error_btns button {
        width: 270px;
    }

.thm_error_pages .thm_prev_btn {
    background: #EDEDED !important;
    margin: 20px 4px 0;
}

    .thm_error_pages .thm_prev_btn:hover {
        background: #064F92 !important;
    }

.thm_error_pages p a {
    color: #064F92;
}

.thm_varify_accout_fields {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    height: 52px;
    max-width: 500px;
}

    .thm_varify_accout_fields .thm_blue_btn {
        margin: 0 0 0 -7px;
        height: 52px;
        width: calc(100% + 7px);
        padding: 14px 20px;
        border-radius: 0px 6px 6px 0px;
    }

    .thm_varify_accout_fields .form-control {
        max-width: 100%;
        border-radius: 6px;
    }

        .thm_varify_accout_fields .form-control.error-shadow {
            border-color: #842029 !important;
            box-shadow: 0px 0px 9px rgba(132, 32, 39, 0.5);
        }

    .thm_varify_accout_fields.thm_account_error .form-control {
        border-color: #c1c1c1;
        padding-left: 20px;
    }

.thm_varify_account .alert-danger {
    display: inline-block;
    background: #FDEDEE;
    border: 0;
    color: #842029;
    text-align: left;
    font-size: 18px;
    margin-top: 6px;
}

    .thm_varify_account .alert-danger i {
        margin-right: 10px;
    }

.thm_varify_account .alert-dismissible {
    padding-right: 4rem;
}

.thm_varify_account h1 {
    color: #064F92;
    font-size: 38px;
    font-weight: 500;
}

.thm_varify_account h2 {
    color: #545454;
    font-size: 22px !important;
    font-weight: 500;
    margin: 30px 0;
}

    .thm_varify_account h2 i {
        position: relative;
        top: 2px;
    }

    .thm_varify_account h2 span {
        font-weight: 400;
    }

    .thm_varify_account h2 a {
        color: #545454;
    }

.thm_varify_account p {
    color: #353535;
    font-size: 18px;
    font-weight: 400;
}

    .thm_varify_account p a {
        color: #064F92;
        font-weight: 500;
    }

.thm_payment_methods .credit-card-box ul li img {
    width: 40px !important;
    height: auto !important;
}

.thm_payment_methods .credit-card-box ul li span {
    font-size: 14px;
    font-weight: 400;
    color: #064f92 !important;
    position: relative;
    top: -3px;
}

.thm_payment_methods .credit-card-box {
    border-radius: 10px;
    border: 1px solid transparent !important;
    margin-bottom: 1px;
}

    /* .thm_payment_methods .credit-card-box.active,*/
    .thm_payment_methods .credit-card-box.newcard.active
    /*.thm_payment_methods .credit-card-box.newcard:hover */ {
        background: #2096D3 !important;
        border-color: #064f92 !important;
    }

    .thm_payment_methods .credit-card-box.active {
        background-color: #DCF2FB !important;
        border-color: #064f92 !important;
    }

        .thm_payment_methods .credit-card-box.active > ul > li:first-child i,
        .thm_payment_methods .credit-card-box.active > ul > li > a,
        .thm_payment_methods .credit-card-box.active p,
        .thm_payment_methods .credit-card-box.active > ul > li > span,
        .thm_payment_methods .credit-card-box:hover > ul > li:first-child i,
        .thm_payment_methods .credit-card-box:hover > ul > li > a,
        .thm_payment_methods .credit-card-box:hover p {
            color: #252525 !important;
        }

        .thm_payment_methods .credit-card-box.active .simbuyingH3 {
            color: #fff !important;
        }

    .thm_payment_methods .credit-card-box h3 {
        margin-top: 15px;
        font-size: 17px !important;
        color: #000;
    }

.thm_payment_methods .newcard {
    border: 1px solid #DEDEDE !important;
    margin: 0;
    background: #fff !important;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
}

.thm_payment_methods .credit-card-box.newcard h3 {
    color: #000;
    font-size: 17px !important;
    margin-top: 0;
}

.field-validation-error,
.error {
    font-size: 15px !important;
    font-weight: 400;
    color: #dc3545 !important
}

.thm_payPal_section {
    /*    border: 1px solid #064F92 !important;*/
    border-radius: 6px;
    text-align: center;
    /*    padding: 20px 15px 30px;*/
}

.thm_payPal_section-st {
    border: 0 !important;
    text-align: left;
    padding: 0 0 10px;
}

.thm_payPal_section h2 {
    color: #064F92;
    font-size: 20px !important;
    font-weight: 600;
    margin: 20px 0 15px;
}

.thm_payPal_section p {
    color: #353535;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px !important;
}

.thm_checkout_details .boz .pm-radio-btn input[type="radio"]:checked + label svg .hover_w {
    fill: #fff !important;
}

.thm_checkout_policy .empty_space {
    display: block;
}

.thm_selectPlan_modal {
    width: 200px;
}


.student_network {
    background: #f5f5f5
}

    .student_network h2 {
        font-size: 32px !important
    }

    .student_network h3 {
        font-size: 20px !important;
        font-weight: 500;
        color: #000;
        margin-bottom: 15px !important;
    }

    .student_network p {
        font-size: 18px;
    }

    .student_network img {
        width: 400px;
    }

.student_offer_features {
    padding: 70px 0;
}

    .student_offer_features h2 {
        text-align: center;
        font-size: 32px !important
    }

    .student_offer_features .d-flex {
        margin-top: 45px
    }

    .student_offer_features img {
        position: relative;
        top: 0px;
        margin-right: 15px;
        width: 30px;
    }

    .student_offer_features h3 {
        font-size: 22px !important;
        color: #000;
        margin: 0 !important
    }

    .student_offer_features p {
        font-size: 16px !important;
        margin: 0 !important;
        color: #545454;
    }

.student_discount {
    padding: 70px 0;
}

.package-search-b .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    gap: 10px;
    padding-bottom: 12px;
}

.package-search-b .nav-tabs {
    border-bottom: none !important;
}

    .package-search-b .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
        width: 46%;
        background: #064f92 !important;
        color: white !important;
    }

    .package-search-b .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link svg path {
        fill: #000
    }

    .package-search-b .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active svg path {
        fill: #fff
    }

    .package-search-b .nav-tabs .nav-link {
        width: 49%;
        background-color: #f1f1f1;
        color: #252525;
        border: 0;
        font-size: 16px !important;
        border-radius: 4px;
    }

#ExpiryError {
    display: block;
    margin-top: -15px;
}


.fiveG-intro {
    text-align: center;
    padding: 50px 0
}

    .fiveG-intro .h4 {
        color: #000000;
        font-size: 20px !important;
        margin: 18px 0;
        line-height: 28px
    }

    .fiveG-intro p {
        font-size: 16px !important;
        color: #000000 !important
    }

.fiveG-why-choose {
    background: #DCF2FB;
    padding: 0 0 60px 0;
    margin-top: 300px;
    text-align: center;
    margin-bottom: 10px;
}

    .fiveG-why-choose .video-portion {
        margin: -300px 0 50px 0;
        border-radius: 18px;
        overflow: hidden
    }

        .fiveG-why-choose .video-portion img {
            width: 100% !important;
        }

        .fiveG-why-choose .video-portion .video-btn img {
            width: 82px !important;
            margin: 0 auto;
            display: block;
        }

    .fiveG-why-choose .h4 {
        color: #000000;
        font-size: 20px !important;
        margin: 18px 0;
        line-height: 28px
    }

    .fiveG-why-choose p {
        font-size: 16px !important;
        color: #000000 !important
    }

.fiveG-key-feature {
    margin-bottom: 50px
}

    .fiveG-key-feature img {
        width: 100% !important
    }

.fiveG-faq {
    padding: 50px 0 !important;
}

.fiveG-useful-blog {
    padding-top: 55px;
}

    .fiveG-useful-blog h2 {
        text-align: center;
    }

.fiveG-useful-blog-slide {
    margin-top: 30px;
}

    .fiveG-useful-blog-slide .blog-item img {
        width: 100% !important;
    }

    .fiveG-useful-blog-slide .blog-item {
        background: #F3F3F3;
    }

        .fiveG-useful-blog-slide .blog-item h3 {
            font-size: 20px !important;
            font-weight: 500;
            margin-bottom: 12px;
            min-height: 48px;
        }

        .fiveG-useful-blog-slide .blog-item p {
            font-size: 14px !important;
            margin-bottom: 12px;
        }

        .fiveG-useful-blog-slide .blog-item a i {
            font-size: 14px;
            position: relative;
            top: 1px;
            left: 3px;
        }

        .fiveG-useful-blog-slide .blog-item .blog-caption {
            padding: 25px 30px 35px;
        }

.free-sim-section.fiveG-free-sim p {
    font-weight: 300;
}

    .free-sim-section.fiveG-free-sim p span {
        display: block;
        color: #fff;
        font-size: 30px;
        font-weight: 400;
    }


.bannerTerms {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.banner-plan-fea {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 12px;
}

    .banner-plan-fea span {
        display: block;
        font-size: 20px;
        font-weight: 600;
        padding: 8px 20px;
        border: 2px solid #fff;
    }

.fastTopUpTitle .form-check-input {
    display: none;
}

.FastTopupSubmit {
    display: flex;
    gap: 30px;
}

    .FastTopupSubmit button svg {
        display: none;
    }

    .FastTopupSubmit div:first-child {
        width: calc(100% - 160px);
    }

.bag-icon h2 del {
    display: block;
    font-weight: 400;
    position: relative;
    text-align: center
}

    .bag-icon h2 del:before {
        content: '';
        position: absolute;
        height: 2px;
        width: calc(100% + 19px);
        background: #CF0000;
        top: 11px;
        left: -10px;
    }

.thm_checkout_banner .black-friday-offer-title::before,
.thm_checkout_banner .black-friday-offer-title::after {
    top: 10px;
}

.thm-student-header h1 {
    font-size: 36px !important;
    font-weight: 600 !important;
    margin-top: 15px !important;
    color: #EBF304;
}


.bfCheckoutBanner {
    background-size: 100% 100% !important;
    background: #2096d3;
    background-image: url(images/christmasCheckoutBanner2024.png);
    padding: 60px 0;
}

    .bfCheckoutBanner .bfCheckoutBannerDesktop h1 {
        text-align: center;
        color: #fff;
        font-size: 46px !important;
        text-shadow: 0px 3px 6px #00000066;
    }

    .bfCheckoutBanner .bfCheckoutBannerDesktop p {
        text-align: center;
        color: #fff;
        font-size: 22px !important;
        margin-top: 10px;
        font-weight: 400 !important;
    }

    .bfCheckoutBanner .bfCheckoutBannerDesktop img {
        width: 150px;
        filter: drop-shadow(0px 0px 45px rgba(255, 255, 255, 1));
    }

    .bfCheckoutBanner .bfCheckoutBannerMobile {
        display: none;
    }

        .bfCheckoutBanner .bfCheckoutBannerMobile img {
            max-width: 70%;
        }


.thm_checkout_sim_faq_outer {
    padding: 0 0 90px !important;
}

nav {
    position: relative;
    z-index: 99;
}


.detailWrapper {
    border: 1px solid #CFCFCF;
    border-radius: 6px;
    padding: 25px 30px;
    position: relative;
}

    .detailWrapper h4 {
        color: #252525;
        font-size: 16px !important;
        font-weight: 500
    }

        .detailWrapper h4 span {
            font-weight: 700;
            font-size: 34px;
        }

    .detailWrapper p {
        font-size: 18px;
        margin: 5px 0 10px;
        display: flex;
        gap: 8px;
        align-items: center;
        color: #000;
        font-weight: 500;
    }

        .detailWrapper p span {
            flex-basis: 22px;
        }

        .detailWrapper p img {
            width: 16px;
        }

        .detailWrapper p:nth-of-type(3) img {
            width: 22px;
        }

        .detailWrapper p:nth-of-type(4) img {
            position: relative;
            top: -2px;
        }

    .detailWrapper.newDealsCheckout p:nth-of-type(3) img {
        width: 18px;
        top: -1px;
    }

.st7checkoutform .detailWrapper.newDealsCheckout p:nth-of-type(2) img {
    width: 22px;
}

.st7checkoutform .detailWrapper.newDealsCheckout p:nth-of-type(4) img {
    width: 22px;
}

.st7checkoutform .detailWrapper.newDealsCheckout p:nth-of-type(3) img {
    width: 22px;
}

.detailWrapper .bag-icon {
    position: absolute;
    top: 50px;
    right: 25px;
    width: 100px;
    height: 100px;
}

.detailWrapper .internationalPlan .bag-icon {
    top: 15px;
}

.detailWrapper .boltplan .bag-icon {
    top: 15px;
}

.detailWrapper .internationalPlan .button {
    margin-top: 40px !important
}

.detailWrapper .boltplan .button {
    margin-top: 25px !important
}

.detailWrapper .bag-icon h2 {
    font-size: 18px !important;
    color: #fff !important;
    margin-top: 20px !important;
}

.checkOutPlanDetail {
    border: 0;
    background: #DCF2FB;
    margin-bottom: 20px;
}

    .checkOutPlanDetail .discountOffer {
        background: #fff;
        width: 75%;
    }

    .checkOutPlanDetail .bag-icon {
        top: 30px;
        right: 25px;
        width: 140px;
        height: 140px;
    }

        .checkOutPlanDetail .bag-icon h2 {
            margin-top: 40px !important;
        }

.newDealsCheckout {
    background: #DDE22F !important;
}

.checkOutPlanDetail.newDealsCheckout .bag-icon {
    top: 35px;
}

.newDealsCheckout .discountOffer {
    width: 100%;
    position: relative;
}

.amazingValue {
    text-align: center;
    background: #F5F5F5;
    padding-bottom: 60px;
    margin: 110px 0 50px;
}

    .amazingValue img {
        margin-top: -68px
    }

    .amazingValue h2 {
        margin-top: 20px;
        color: #000 !important;
        font-size: 28px !important;
    }

    .amazingValue p {
        margin: 15px 0 0;
        font-size: 20px;
    }

.newDealsTestimonial {
    padding-bottom: 50px
}

    .newDealsTestimonial h2 {
        color: #353535 !important;
    }

.newDealsSlider .testimonial-sub {
    box-shadow: 0 0 0;
    background: #F5F5F5;
    min-height: auto !important;
}

    .newDealsSlider .testimonial-sub .comments {
        background: #F5F5F5;
    }

.newDealsTestimonial .testimonail-para {
    margin-bottom: 0 !important;
}

.asSeenOn {
    padding-bottom: 35px
}

    .asSeenOn h2 {
        color: #353535 !important;
        text-align: center;
        margin-bottom: 25px
    }

    .asSeenOn .brandsOuter .owl-item div {
        text-align: center
    }

    .asSeenOn .brandsOuter img {
        width: auto;
        margin: 0 auto;
    }

    .asSeenOn .brandsOuter .owl-stage {
        align-items: center;
    }

.newDealsFeatures .thm_checkout_Fea_img {
    padding-right: 0px;
    flex-basis: 43px;
    text-align: left;
}

    .newDealsFeatures .thm_checkout_Fea_img img {
        width: auto !important;
        max-width: 32px;
    }

.newDealsFeatures .thm_checkout_Fea_text {
    flex-basis: calc(100% - 43px)
}

.discountOffer {
    background: #DCF2FB;
    border-radius: 6px;
    padding: 15px 20px;
    margin-top: 12px;
    display: flex;
    gap: 15px;
    margin-bottom: 5px;
}

    .discountOffer p {
        margin: 0;
        font-weight: 600;
        font-size: 16px;
    }

.discountOfferRate p {
    display: grid;
    grid-template-columns: 130px 1fr;
    margin-top: 5px;
    font-weight: 500;
}


.thm_plan_list_info .discountOffer {
    background: #fff;
    padding: 0;
    margin-top: 0;
}

    .thm_plan_list_info .discountOffer p {
        margin-top: 5px !important
    }

.newDealsOffer {
    align-items: center;
}

    .newDealsOffer img {
        position: absolute;
        right: 35px;
        top: 50%;
        transform: translateY(-50%);
    }

.newDealsFeaturesMobile {
    display: none;
}

.newDealsCheckoukContainer .thm_checkout_details {
    padding-bottom: 1px !important;
}

.newDealsCheckoukContainer .newGetDeals {
    margin-top: 0 !important
}


.newDealsFaq .faq-wrap,
.newDealsCheckoukContainer .planSummaryFaq .faq-wrap,
#newDealsTerm-Modal .faq-wrap {
    box-shadow: 0 0 0 !important;
    border: 1px solid #C9C9C9;
    border-radius: 6px !important;
    overflow: hidden;
}

.newDealsFaq .mb-4,
.newDealsCheckoukContainer .planSummaryFaq .mb-4 {
    margin-bottom: 15px !important;
}

.newDealsFaq h2 {
    color: #353535 !important;
}

.newDealsFaq p {
    font-size: 18px;
}

newDealsTestimonial .owl-carousel {
    z-index: 0 !important
}

#newDealsTerm-Modal .modal-body {
    padding: 2px 6px 15px !important
}

.st6PlanTermsModal#newDealsTerm-Modal .modal-dialog {
    max-width: 1200px;
}

    .st6PlanTermsModal#newDealsTerm-Modal .modal-dialog .modal-body {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

.newDealsPlanDetail {
    padding-left: 20px
}

.newStudentsDealsCheckoukContainer .newStudentsDealsCheckout {
    background: #242B60 !important;
}

    .newStudentsDealsCheckoukContainer .newStudentsDealsCheckout .price-bag-list h3 {
        color: #fff;
    }

.detailWrapper.newStudentsDealsCheckout h4 {
    font-weight: 600;
    color: #fff;
}

.detailWrapper.newStudentsDealsCheckout p {
    color: #fff;
}

    .detailWrapper.newStudentsDealsCheckout p img {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }

.newStudentsDealsCheckoukContainer .newStudentsDealsOffer {
    background: #fff !important;
    color: #fff !important;
    gap: 40px;
    align-items: center;
    margin-top: 20px;
}

.checkOutPlanDetail.newStudentsDealsCheckout .bag-icon {
    top: 30px !important;
}

.newStudentsDealsCheckoukContainer .newStudentsDealsOffer p {
    color: #000 !important;
    font-weight: 500;
    margin-top: 3px !important;
    font-size: 18px;
}

.newStudentsDealsCheckoukContainer .newStudentsDealsOffer img {
    margin-left: 25px;
}

.newStudentsDealsCheckoukContainer .newStudentsDealsOffer p span {
    font-weight: 400;
    font-size: 14px;
}

.thm_checkout_banner .newStudentOfferDesc {
    font-size: 22px;
}

.studentCap {
    margin-left: 22px;
    position: relative;
    top: -4px;
    margin-right: -130px;
    width: 130px;
}


.st4TopBar {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 99;
}

.st4Banner {
    background: linear-gradient(180deg, #1CA8EB 0%, #226EA7 100%);
    overflow: hidden;
    padding: 80px 0 0;
    margin-bottom: 60px;
}

.st4StepsBanner {
    background: linear-gradient(180deg, #1CA8EB 0%, #226EA7 100%);
    padding-top: 90px;
    overflow: hidden;
    position: relative
}

    .st4StepsBanner .thm_checkout_steps img {
        position: absolute;
        top: 45px;
        right: 24%;
        transform: translateX(40%);
        width: 400px;
    }

    .st4StepsBanner h1,
    .st4StepsBanner p,
    .st4StepsBanner span {
        color: #fff !important;
    }

    .st4StepsBanner p {
        margin: 10px 0 27px;
    }

.st4BannerInner {
    display: flex;
    justify-content: space-between;
}

    .st4BannerInner h1 {
        color: #fff;
        outline: none !important;
        font-size: 180px;
        font-weight: 700;
        -webkit-text-stroke: 4px #25313f;
        line-height: 185px;
        letter-spacing: -9px;
        padding-top: 0;
    }

        .st4BannerInner h1 span {
            display: block;
            font-size: 100px;
            line-height: 50px;
            font-weight: 700;
        }

    .st4BannerInner img {
        width: 355px;
        margin-bottom: -15px;
        position: relative;
        z-index: 2;
        margin-right: -120px;
    }

.st4BannerBottomBar {
    background: #DAF0F9;
    padding: 15px 0;
    position: relative;
    z-index: 1
}

    .st4BannerBottomBar p {
        font-size: 18px;
        font-weight: 600;
        line-height: 38.4px;
        text-align: left;
        margin: 0;
    }

        .st4BannerBottomBar p span {
            padding-right: 30px;
        }

        .st4BannerBottomBar p svg {
            margin-right: 10px;
        }

.st4CheckoutForm {
    background: #26313F;
    padding: 35px 35px 240px;
    border-radius: 6px;
    position: relative;
}

    .st4CheckoutForm h3 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 18px !important;
    }

.st4TopSectionsWrapper {
    position: relative;
}

    .st4TopSectionsWrapper .container {
        max-width: 1080px
    }

.st4CheckoutForm .st4CheckoutAction {
    position: absolute;
    bottom: 30px;
    left: 35px;
    width: calc(100% - 70px)
}

    .st4CheckoutForm .st4CheckoutAction p {
        color: #DAF0F9;
        margin: 25px 0 0;
        text-align: center;
        font-size: 14px;
        line-height: 28px;
    }

        .st4CheckoutForm .st4CheckoutAction p a {
            color: #DAF0F9 !important;
            text-decoration: underline;
        }

.st4CheckoutForm .th_form_group .form-control,
.st4CheckoutForm .form-select {
    height: 56px !important;
}

.st4CheckoutForm .thm_blue_btn {
    height: 56px;
    background: #2295D0 !important;
    color: #fff !important
}

.st4CheckoutForm .thm_yellow_btn {
    background: #DDE22F !important;
    height: 56px !important;
    color: #000 !important
}

    .st4CheckoutForm .thm_yellow_btn:hover {
        background: #DDE22F !important;
        color: #000 !important
    }

.st4_checkout_container .thm_sammary_table .thm_summary_item.thm_summary_item_delivery .thm_summary_item-img img {
    width: 22px;
}

.st4_checkout_container .thm_sammary_table {
    margin: 10px 0px 0 0px;
}

    .st4_checkout_container .thm_sammary_table .thm_summary_item {
        padding: 15px 0;
    }

.st4_checkout_container .thm-sammary-total {
    padding: 20px 0 0;
    margin-bottom: 0;
}

.st4_checkout_container .thm_summary {
    padding: 15px 15px 1px 15px;
}

.st4_checkout_container .thm_checkout_title {
    margin-bottom: -10px;
}

.st4_checkout_container .thm_sammary_table .thm_summary_item .thm_summary_item-info {
    flex: calc(100% - 100px);
}

.st4_checkout_container .thm_sammary_table .thm_summary_item .thm_summary_item-iprice {
    display: flex;
    flex-basis: 100px;
    justify-content: space-between;
}

.st4_checkout_container .st4-1x {
    display: inline-block;
    text-align: left;
}

.st4PlanFaqs {
    padding: 22px 30px 1px;
}

    .st4PlanFaqs .faq-button {
        border-radius: 4px;
    }

        .st4PlanFaqs .faq-button:before,
        .st4BttomFaq .faq-button:before {
            top: 22px;
        }

    .st4PlanFaqs .col-lg-3 {
        width: 50%;
    }

.st4AsSeenOn {
    background: #F1F4FB;
    padding: 50px 0;
    margin-top: 50px;
}

    .st4AsSeenOn h2,
    .st4Testimonial h2,
    .st4BttomFaq h2 {
        color: #26313F !important;
        font-size: 36px !important;
    }

.st4BttomFaq .col-lg-12.text-center p,
.st4Testimonial .col-lg-12.text-center p {
    font-size: 20px !important;
    color: #585858 !important
}

.st4FeatureOuter {
    background: #DAF0F9;
    padding: 60px 0 40px;
}

.st4FeatureInner {
    width: 470px;
    margin: 0 auto;
}

.st4FeatureBtn {
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    border: 0;
    justify-content: space-between;
    padding: 15px 20px;
    border-radius: 6px;
    color: #26313F;
    font-size: 16px;
    font-weight: 600;
}

    .st4FeatureBtn span img {
        margin-right: 10px;
        width: 40px;
    }

.st4FeatureWrap {
    margin-bottom: 20px;
}

    .st4FeatureWrap .multi-collapse div {
        background: #fff;
        padding: 6px 20px 15px;
        border-radius: 6px;
        margin-top: -6px;
    }

    .st4FeatureWrap .st4FeatureBtn[aria-expanded="true"] img:nth-child(02) {
        transform: rotate(180deg)
    }

.st4Testimonial {
    padding: 60px 0;
}

    .st4Testimonial .testimonial-sub {
        text-align: center;
        background: #F1F4FB;
        padding: 35px 30px 25px;
    }

        .st4Testimonial .testimonial-sub img {
            width: 80px;
            margin: 0 auto 15px;
        }

        .st4Testimonial .testimonial-sub p img {
            margin: 0 auto 0;
        }

        .st4Testimonial .testimonial-sub p {
            padding: 0 20px;
            font-size: 16px !important;
            background: #F1F4FB !important;
        }

.st4BttomFaq {
    background: #DAF0F9 !important;
    padding-bottom: 70px !important;
}

    .st4BttomFaq .row.pb-5.mt-5 {
        padding-bottom: 30px !important;
    }

.st4Footer {
    background: #f7f7f7 !important;
}

.termsContentWrapper ul li {
    font-size: 14px;
    margin: 5px 0 10px;
}


.tab-list .cardsTabs {
    border: none;
    margin-bottom: 25px;
}

    .tab-list .cardsTabs .nav-item {
        width: 200px;
    }

    .tab-list .cardsTabs .nav-link {
        margin-bottom: 0;
        color: #000000;
        background: #f1f3f4;
        height: 50px;
        width: 100%;
        padding: 10px 6px;
        line-height: 21px;
        border: none;
        border-radius: 6px;
        font-size: 16px;
    }

.nav-link:focus {
    outline: 0px;
}

.thm_checkout_details .tab-list .cardsTabs .nav-link {
    background: #fff;
}

.tab-list .cardsTabs .nav-link i {
    font-size: 34px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.tab-list .cardsTabs .nav-link .pay-pal-icon {
    height: 35px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.tab-list .cardsTabs .nav-item.show .nav-link,
.tab-list .cardsTabs .nav-link.active,
.tab-list .cardsTabs .nav-item.show .nav-link,
.tab-list .cardsTabs .nav-link.active svg path {
    color: #fff;
    background-color: #064f92;
    fill: #fff !important;
}

.credit-card-box2,
.credit-card-box {
    background: #fff;
    cursor: pointer;
    padding: 14px !important;
    border-radius: 6px;
    position: relative;
}

.fasttopUp h3 {
    font-size: 18px !important;
    box-shadow: 0 0 0 !important;
    color: #064F92 !important;
    pointer-events: none;
    font-weight: 600 !important;
}

.fasttopUp sapn {
    color: #064f92 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.fasttopUp:hover h3 {
    color: #064f92 !important;
    font-size: 18px !important;
}

.fasttopUp:hover span {
    color: #064f92 !important;
    font-size: 18px !important;
}

#credit-card .row {
    margin: 0 -8px;
}

    #credit-card .row .col-md-6,
    #credit-card .row .col-md-12 {
        padding: 0 8px;
    }

.pm-options .credit-card-box2,
.pm-options .credit-card-box {
    background: #f1f3f4;
}

.newcard {
    height: auto;
    min-height: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-direction: column;
    border: 2px dotted #064F92;
    line-height: 30px;
    color: #064F92;
}

    .newcard.active {
        background: #064F92;
        color: #fff;
    }

    .newcard button {
        color: #064F92;
        pointer-events: none;
        font-size: 18px;
        box-shadow: 0 0 0 !important;
        pointer-events: none;
        font-weight: 600;
    }

    .newcard span {
        pointer-events: none;
    }

.credit-card-box-b {
    background: #dcf2fb;
}

.credit-card-box2:hover,
.credit-card-box:hover,
.newcard:hover {
    background: #DCF2FB;
}

.existing-cards {
    margin: 15px 0 0;
}

.credit-card-box2 p,
.credit-card-box p {
    font-size: 16px;
    color: #545454;
}

.adyen-checkout-form-instruction {
    font-size: 14px !important;
    color: #000 !important;
}

.adyen-checkout__input-wrapper,
.adyen-checkout__input-wrapper:active,
.adyen-checkout__input-wrapper:active:hover,
.adyen-checkout__input-wrapper:focus-within,
.adyen-checkout__input-wrapper:focus-within:hover {
    border-radius: 6px !important;
    border: 1px solid #AAAAAA !important;
    height: 46px !important;
}

.credit-card-box > ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.njaddNewCard {
    padding-top: 25px;
}

.credit-card-box > ul > li {
    list-style: none;
    width: 50%;
}

    .credit-card-box > ul > li:last-child {
        text-align: right;
    }


    .credit-card-box > ul > li:first-child {
        text-align: left;
    }

        .credit-card-box > ul > li:first-child img {
            width: 34px;
        }

    .credit-card-box > ul > li > a {
        color: #064f92;
        text-decoration: none;
    }

    .credit-card-box > ul > li > span {
        color: #064f92;
        text-decoration: none;
    }

    .credit-card-box > ul > li > a span {
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        margin-right: 7px;
    }

.credit-card-box h3 {
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    margin: 15px 0 0;
}

    .credit-card-box h3 span {
        display: block;
        margin-bottom: 7px;
    }

.credit-card-box p {
    font-size: 14px;
    margin: 0;
    color: #545454;
}

.credit-card-box .dropdown-menu {
    border-radius: 0;
    padding: 0;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.04);
}

    .credit-card-box .dropdown-menu a {
        font-size: 14px;
        padding: 10px;
    }

.credit-card-box .dropdown-item:focus,
.credit-card-box .dropdown-item:hover {
    color: #fc7255;
    background-color: #f1f3f4;
}

/*.credit-card-box.active,*/
.credit-card-box:hover,
.credit-card-box.newcard.active,
.credit-card-box.newcard:hover,
/*.credit-card-box2.active,*/
.credit-card-box2:hover,
.credit-card-box2.newcard.active,
.credit-card-box2.newcard:hover {
    background: #DCF2FB !important;
}

.credit-card-box.active,
.credit-card-box2.active {
    background-color: #DCF2FB !important;
}

    .credit-card-box.active h3,
    .credit-card-box.active > ul > li:first-child i,
    .credit-card-box.active > ul > li > a,
    .credit-card-box.active p,
    .credit-card-box:hover h3,
    .credit-card-box:hover > ul > li:first-child i,
    .credit-card-box:hover > ul > li > a,
    .credit-card-box:hover p {
        color: #000;
    }

    .credit-card-box.active .simbuyingH3 span {
        color: #fff;
    }

.credit-card-box2.newcard.active button {
    background: transparent;
    color: #fff;
}

.credit-card-box2.newcard.active {
    background: #064F92 !important;
    color: #fff;
}

#add-card-modal .modal-dialog {
    max-width: 620px;
}

    #add-card-modal .modal-dialog .modal-content {
        padding: 30px 40px 20px;
    }

    #add-card-modal .modal-dialog .modal-header {
        background: #fff;
        border: 0;
        padding: 0;
    }

        #add-card-modal .modal-dialog .modal-header h5 {
            font-size: 26px;
            color: #064F92;
            font-weight: 700;
        }

            #add-card-modal .modal-dialog .modal-header h5 i {
                font-size: 28px;
                margin-right: 10px;
            }

.njaddNewCard h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
}

.njBillingDetailsInfo {
    padding: 10px 40px 10px 15px;
    position: relative;
    background: #F5F5F5;
    border-radius: 6px;
    margin: 15px 0 20px;
}

    .njBillingDetailsInfo p {
        margin: 0 !important;
        font-size: 18px;
        font-weight: 600;
        color: #252525;
    }

    .njBillingDetailsInfo a {
        top: 8px;
        right: 18px;
        position: absolute;
        font-size: 18px;
    }

.adyen-checkout__field {
    margin-bottom: 7px !important;
}

.adyen-checkout__card__holderName {
    margin-top: 0 !important;
}

#FastTopUpSection h3 {
    /*    font-size: 20px !important;
    font-weight: 600 !important;
    color: #252525;*/
}

#FastTopUpSection .summary-toggle-title img {
    width: 25px;
    margin-right: 10px;
}

.inner-text-section {
    text-align: center;
}

    .inner-text-section h1 {
        font-size: 22px;
        color: #252525;
    }

    .inner-text-section span {
        font-weight: 500;
        font-size: 14px;
    }

    .inner-text-section h2 {
        font-size: 26px;
        font-weight: 600;
        color: #B48E32;
    }

    .inner-text-section p {
        font-size: 16px;
    }

.modal-footer .btn-cancel {
    background-color: #E6E6E6;
    font-size: 16px;
    font-weight: 500;
    color: black;
    padding: 12px 30px;
    width: 45.5%;
    border-radius: 2px;
}

.modal-footer .btn-confirm {
    background-color: #064F92;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 12px 30px;
    width: 45.5%;
    border-radius: 2px;
}

.termination-fee h3 {
    font-size: 14px;
}

.termination-fee {
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
}

.accordion-header-b {
    background: #F5F5F5 !important;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background: #F5F5F5 !important;
}

.content-table {
    font-size: 13px;
    font-weight: 500;
}

.innerContent {
    padding: 16px !important;
}

    .innerContent p {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .innerContent h5 {
        font-size: 14px;
    }

    .innerContent p:nth-child(3) {
        color: #064F92;
        font-weight: 500;
    }

.modal-content-b {
    border-radius: 30px;
}

.btn-close-b {
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.modal-header-b {
    background: none !important;
}

.accordion-button::after {
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);*/
    /*   background-repeat: no-repeat;
        background-size: cover;
        content: "";*/
    flex-shrink: 0;
    height: 1.25rem;
    /*     left: 15px;*/
    margin-left: auto;
    position: absolute;
    transition: transform 0.2s ease-in-out;
    width: 1.25rem;
}


.accordion-button:not(.collapsed)::after {
    /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e) !important;*/
    transform: rotate(180deg);
}

.accordion-button::after {
    transform: rotate(0deg); /* neeche ki taraf arrow */
    position: absolute;
    left: 15px;
    order: 1;
}

.termination-fee:nth-child(1) {
    order: 2;
}

.termination-fee:nth-child(2) {
    order: 3;
}

.accordion-button {
    display: flex;
    align-items: center;
    position: relative;
}

    .accordion-button:focus {
        z-index: 3;
        border-color: transparent;
        outline: 0;
        box-shadow: none;
    }

.bi-arrow-repeat {
    color: #064F92;
    padding-right: 5px;
}

.bi-x-circle {
    color: #064F92;
    padding-right: 5px;
}

.modal-width {
    max-width: 575px;
}

.content-table tr td {
    padding: 3px 25px;
    font-size: 14px;
}

.content-table {
    max-width: 530px;
    margin: auto;
}

.modal-footer-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-footer-btn-b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.termination-fee h3 {
    font-size: 16px;
    font-weight: 600;
}

.termination-fee span {
    font-size: 13px !important;
    font-weight: 500 !important
}

.content-table tr td span {
    font-size: 16px;
    font-weight: 600;
}

.btn_close {
    position: absolute;
    right: 15px;
    top: 20px;
}
.change_plan {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.plan-info-b p {
    font-size: 18px;
}

    .plan-info-b p:first-child {
        margin-bottom: 10px;
    }

.modal-footer-btn p {
    font-size: 16px;
    margin-top: 15px;
}

#set-time {
    font-weight: 600;
}

.paln-bag-details {
    display: flex;
    justify-content: space-between;
    background: #DCF2FB;
    padding: 12px 15px;
    border-radius: 4px;
    text-align: center;
}

.plan-item h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.plan-item span {
    font-size: 14px;
    color: #545454;
}

.text-footer {
    margin: 20px 0;
}

    .text-footer p {
        font-size: 16px;
    }

        .text-footer p a {
            color: #2095D2
        }

.inner-text-section h5 {
    font-size: 20px;
    font-weight: 600;
}

.plan-item {
    position: relative;
    flex-basis: 33.333%
}

    .plan-item::after {
        content: "";
        position: absolute;
        top: 5px;
        right: 0;
        width: 2px;
        height: 20px;
        background-color: #B5B5B5;
    }

    .plan-item:last-child::after {
        display: none;
    }

.modal-content-padding {
    padding: 0 50px;
}

.plan-change-modal .price-bag-list h2 {
    display: block !important;
}

.planNote-Card.planNoteMinTop {
    font-size: 14px !important;
    background: #DEFFDB;
    border-radius: 6px;
    padding: 10px 20px;
    margin-top: 15px !important;
}

.planNoteMinTop {
    padding: 10px 0 10px 10px;
    display: table;
    margin: 10px 0px -54px auto !important;
}

    .planNoteMinTop p {
        font-size: 12px !important;
        padding: 0 10px !important;
    }

    .planNoteMinTop i {
        font-size: 14px !important;
    }

.CookieMangePreferencesModal {
    z-index: 9999;
}

.CookieAcceptAllModal {
    padding: 0 !important;
}

    .CookieAcceptAllModal .modal-dialog {
        max-width: 570px;
        align-items: flex-end;
        min-height: calc(100% - 0.4rem);
        left: 10px !important;
        margin: unset !important;
    }

        .CookieAcceptAllModal .modal-dialog .modal-content {
            border-radius: 6px;
        }

            .CookieAcceptAllModal .modal-dialog .modal-content .modal-body {
                padding: 30px 40px 25px;
            }

                .CookieAcceptAllModal .modal-dialog .modal-content .modal-body p {
                    font-size: 16px;
                    color: #515151;
                    margin: 0 0 20px;
                }

                    .CookieAcceptAllModal .modal-dialog .modal-content .modal-body p span {
                        display: block;
                        color: #000000;
                        font-weight: 600;
                        margin-bottom: 10px;
                    }

.cookieBtnGroup {
    text-align: center
}

    .cookieBtnGroup .button {
        background: #0098DA;
        padding: 12px 28px;
        border: none;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 500;
        margin: 0 6px 13px;
        text-align: center;
        color: #fff;
        width: 225px;
        display: inline-block;
    }

        .cookieBtnGroup .button.cookieBtnYellow {
            background: #EBF304;
            color: #000;
            margin-bottom: 0;
        }

        .cookieBtnGroup .button.cookieBtnGrey {
            background: #F5F5F5;
            color: #858585;
            margin-bottom: 0;
            border: 1px solid #DBDBDB;
        }

.CookieAcceptAllModal.modal-static .modal-dialog {
    transform: scale(1)
}

.CookieMangePreferencesModal {
    padding: 0 !important;
}

    .CookieMangePreferencesModal .modal-dialog {
        max-width: 860px;
        margin: 0 auto 10px;
        align-items: flex-end;
        min-height: calc(100% - 1rem);
    }

    .CookieMangePreferencesModal .cookieBtnGroup .button {
        width: calc(33.3333% - 11px);
    }

        .CookieMangePreferencesModal .cookieBtnGroup .button:first-child {
            margin-left: 0;
        }

        .CookieMangePreferencesModal .cookieBtnGroup .button:last-child {
            margin-right: 0;
        }

    .CookieMangePreferencesModal .modal-dialog .modal-content {
        border-radius: 6px;
        padding: 10px 10px 0px;
        position: relative;
    }

        .CookieMangePreferencesModal .modal-dialog .modal-content .close {
            position: absolute;
            top: 5px;
            right: 12px;
            outline: none !important
        }

    .CookieMangePreferencesModal h3 {
        font-size: 18px;
        color: #000000;
        font-weight: 500 !important;
        margin: 0;
    }

    .CookieMangePreferencesModal p {
        font-size: 14px;
    }

    .CookieMangePreferencesModal .selectCookieItems .selectCookieItemsTitle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .CookieMangePreferencesModal .cookieBtnGroup {
        margin-top: 10px;
    }

        .CookieMangePreferencesModal .cookieBtnGroup .button.cookieBtnGrey {
            background: #E1E1E1;
            color: #979797;
        }

    .CookieMangePreferencesModal .selectCookieTitle {
        margin-bottom: 20px;
    }

        .CookieMangePreferencesModal .selectCookieTitle h3 {
            font-size: 22px;
            font-weight: 700 !important;
            padding-left: 15px;
        }

    .CookieMangePreferencesModal .form-switch {
        top: -12px;
    }

        .CookieMangePreferencesModal .form-switch label {
            width: 0;
        }

            .CookieMangePreferencesModal .form-switch label:before {
                width: 35px;
                height: 20px;
                border-radius: 10px;
            }

        .CookieMangePreferencesModal .form-switch .form-check-label::after {
            top: calc(.25rem + 5px);
            left: calc(-2.25rem + 5px);
            width: calc(1rem - 6px);
            height: calc(1rem - 6px);
        }

        .CookieMangePreferencesModal .form-switch .form-check-input {
            width: 2em !important;
        }

            .CookieMangePreferencesModal .form-switch .form-check-input:checked + .form-check-label::after {
                left: calc(-2.25rem + 9px);
            }

.cookiesMangeTabs .tab-content .accordion-header {
    display: none;
    padding: 0 !important;
}

.cookiesMangeTabs {
    display: flex;
    gap: 25px;
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    margin-bottom: 25px;
}

    .cookiesMangeTabs ul {
        display: block;
        flex-basis: 270px;
    }

        .cookiesMangeTabs ul li a.nav-link, .cookiesMangeTabs .tab-content .accordion-header button {
            border: 0 !important;
            background: #F6F6F6 !important;
            font-size: 16px;
            color: #000 !important;
            padding: 15px;
            border-radius: 0 !important;
            border-bottom: 2px solid #DBDBDB !important;
            font-weight: 600 !important;
            width: 100% !important;
        }

        .cookiesMangeTabs ul li:last-child a {
            border: 0 !important;
        }

    .cookiesMangeTabs .tab-content .accordion-header .accordion-button {
        background: #F6F6F6 !important;
    }

        .cookiesMangeTabs .tab-content .accordion-header .accordion-button[aria-expanded="true"] {
            background: #DBF4FD !important;
        }

    .cookiesMangeTabs ul li a.nav-link.active {
        background: #DBF4FD !important;
        color: #000 !important;
    }

    .cookiesMangeTabs .tab-content {
        flex-basis: calc(100% - 295px);
    }

        .cookiesMangeTabs .tab-content .tab-pane {
            padding: 25px 0 25px 10px;
        }

            .cookiesMangeTabs .tab-content .tab-pane .accordion-body {
                padding: 0;
            }

    .cookiesMangeTabs .collapse {
        display: block;
    }

.CookieMangePreferencesModal .form-switch.strictlySwitch {
    cursor: not-allowed;
}

    .CookieMangePreferencesModal .form-switch.strictlySwitch .form-check-input:disabled:checked ~ .form-check-label::before {
        border-color: transparent !important;
    }

.etcSuccessOuter {
    max-width: 1010px;
    margin: 140px auto 90px;
    border: 1px solid #064F92AB;
    border-radius: 8px;
    padding: 0 70px 40px;
    text-align: center;
    position: relative;
}

    .etcSuccessOuter .topIcon {
        border: 1px solid #064F92AB;
        border-radius: 50%;
        width: 132px;
        height: 132px;
        margin: -66px auto 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
    }

    .etcSuccessOuter h2 {
        font-size: 30px !important;
        font-weight: 600 !important;
        margin-top: 30px;
    }

    .etcSuccessOuter h4 {
        font-size: 20px !important;
        font-weight: 500 !important;
        margin-top: 15px;
    }

    .etcSuccessOuter p {
        font-size: 16px !important;
        margin-top: 18px;
    }

    .etcSuccessOuter .button {
        width: 300px;
    }

.etcBannerTitle {
    padding: 60px 0 80px !important;
}

    .etcBannerTitle h2 {
        margin-bottom: 20px;
    }

.thmHomePackages {
    background: #DBF2FA;
    padding: 30px 0 50px;
}

.thmPackageTabs {
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .thmPackageTabs .btn {
        border: 2px solid #A2A2A2;
        border-radius: 25px;
        background: #fff;
    }

.packagesGrid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.thmPackagesGridSub2 {
    display: block;
}

.packageItemOuter {
    border-radius: 12px;
    border: 2px solid #DBF2FA;
    background: #DBF2FA;
    flex-basis: calc(25% - 18px);
}

.thmDetailPagePackage .packageItemOuter {
    flex-basis: 100%;
}

.thmFullWidthPackage {
    display: block;
}

.packageItemInner {
    background: #fff;
    border-radius: 12px;
    padding: 22px 30px 120px;
    position: relative;
    height: 100%;
}

.thmDetailPagePackage .packageItemInner {
    padding-bottom: 90px;
}

.thmWithNoBtnPackage .packageItemInner {
    padding-bottom: 20px;
}

.packageItemInner h5 {
    color: #888888;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 16px !important;
    margin-bottom: 5px;
}


    .packageItemInner h2 span {
        color: #2096D3;
    }

.packageItemInner p {
    color: #545454;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 25px;
    margin-bottom: 5px;
    gap: 14px;
}

    .packageItemInner p .checkIcon {
        position: absolute;
        left: 0;
        top: 3px;
    }

.packageFooter {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
}

    .packageFooter .button {
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }

.packageDetailLink {
    color: #545454;
    font-size: 14px;
}

.packagesGrid.popularPackage .popularPackage {
    margin-top: 35px;
}

.packagesGrid .popularPackage {
    position: relative;
    border-color: #670D2F !important;
}

.packagesGrid .popularTag {
    color: #fff;
    position: absolute;
    top: -34px;
    text-align: center;
    width: calc(100% + 4px);
    background: #670D2F;
    margin: 0;
    padding: 6px 0 15px;
    border-radius: 12px 12px 0 0;
    left: -2px;
    font-weight: 500;
    display: none;
}

.packagesGrid .popularPackage .popularTag {
    display: block;
}

.christmas-st10.packagesGrid .popularTag {
    background: #c63a36 !important;
}

.packagesGrid.christmas-st10 .popularPackage {
    border-color: #c63a36 !important
}

.packagesGrid .popularTag span {
    color: #EBF304
}

.thm-app-mobile .thmAppLink {
    display: none;
}

.thmDetailPagePackage .packageItemOuter, .thmPackagesGridRoaming .packageItemOuter {
    border-color: #CFCFCF;
}

.thmPackagesGridSub2 .packageItemInner {
    padding-bottom: 95px;
}

.oneLinkQRCode {
    display: flex;
    max-width: 310px;
    gap: 20px;
    padding-top: 20px;
}

    .oneLinkQRCode h3 {
        font-weight: 700 !important;
        font-size: 22px !important;
        margin-bottom: 5px
    }

    .oneLinkQRCode p {
        font-weight: 500 !important;
        font-size: 15px !important;
        line-height: 20px;
        margin-bottom: 0;
    }

.roamingCountrySelection {
    box-shadow: 0px 3px 4px #00000029;
    border-radius: 12px;
    text-align: center;
    padding: 30px 15px;
    margin: -100px 0 30px;
    position: relative;
    background: #fff;
}

    .roamingCountrySelection h2 {
        font-size: 26px !important;
        margin-bottom: 25px;
    }

.roamingPageBanner {
    padding-bottom: 80px;
}

.roamingCountrySelection .form-select {
    width: 500px !important;
    height: 56px !important;
    margin: 0 auto;
}

.newsNote {
    background: #CCFDDC;
    padding: 15px 30px 15px 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    border: 1px solid #68B280;
    display: flex;
    gap: 20px;
    align-items: center;
}

    .newsNote p {
        color: #000;
        margin: 0;
        font-weight: 500;
    }

        .newsNote p span {
            font-weight: 700;
        }

.thmPackagesGridRoaming {
    display: flex;
    margin-bottom: 30px;
}

    .thmPackagesGridRoaming .packageItemOuter {
        flex-basis: calc(50% - 12px);
    }

.roamingPackageTitle {
    text-align: center;
    padding: 20px 0 15px;
}

    .roamingPackageTitle h2 {
        font-size: 28px !important;
        color: #000000;
    }

    .roamingPackageTitle p {
        font-size: 16px;
        color: #545454;
    }

.thmPackagesGridRoaming .packageItemInner h5 {
    color: #252525;
}

.roamingDataCalLRates {
    border: 1px solid #A2A2A2;
    border-radius: 12px;
    padding: 20px 25px 25px;
}

    .roamingDataCalLRates .romaingRatesList {
        border-radius: 10px;
        background: #F5F5F5;
        padding: 25px 40px 25px 30px;
        margin-top: 5px;
    }

    .roamingDataCalLRates h2 {
        font-size: 22px !important;
        font-weight: 700 !important;
        text-align: center;
        margin-bottom: 25px;
    }

    .roamingDataCalLRates .romaingRatesList h5 {
        font-size: 17px;
        color: #000000;
        margin: 0;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

        .roamingDataCalLRates .romaingRatesList h5 svg {
            margin-right: 12px;
        }

        .roamingDataCalLRates .romaingRatesList h5 span {
            font-size: 17px;
            color: #000;
            margin: 0;
            font-weight: 600;
            flex-grow: 1;
            text-align: right;
        }

            .roamingDataCalLRates .romaingRatesList h5 span span {
                font-size: 14px;
                color: #848484;
            }

    .roamingDataCalLRates .romaingRatesList p span {
        font-size: 14px;
        color: #848484;
    }

    .roamingDataCalLRates .romaingRatesList .roamingRateFreeTag {
        background: #EBF304;
        border-radius: 4px;
        font-size: 14px;
        padding: 5px 20px;
    }

    .roamingDataCalLRates .romaingRatesList .romaingRatesInnerList {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #D1D1D1;
        margin-top: 5px;
        align-items: center;
        gap: 20px;
    }

        .roamingDataCalLRates .romaingRatesList .romaingRatesInnerList p {
            font-size: 16px;
            color: #252525;
            font-weight: 500;
            margin: 10px 0;
        }

.roamingFeaturesImg img {
    width: 100%;
}

.roamingFeaturesDetail h3 {
    font-weight: 700 !important;
    font-size: 28px !important;
    color: #000;
}

.roamingFeaturesDetail h5 {
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #000;
    margin-bottom: 25px;
}

.roamingFeaturesDetail h4 {
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #252525;
    margin-bottom: 15px;
}

.roamingFeaturesDetail p {
    font-weight: 400 !important;
    font-size: 16px !important;
    margin-bottom: 20px;
}

.roamingFeaturesDetail ol {
    padding-left: 18px;
}

.roamingFeaturesDetail p span {
    font-weight: 600 !important;
}

.roamingFeaturesDetail p a {
    font-weight: 500 !important;
}

.roamingFeaturesDetailSub2 .roamingFeaturesImg img {
    margin: 0 0 0 auto;
}

.animatedImageOuter {
    position: relative;
}

    .animatedImageOuter .animatedImage {
        position: absolute;
        width: 160px;
        background: #fff;
        border-radius: 50%;
        top: 39%;
        left: 83%;
        border: 0px solid #fff;
        animation: animRotate 35s linear infinite;
    }

    .animatedImageOuter svg {
        position: absolute;
        z-index: 9;
        right: -12px;
        top: 48%;
    }

.roamingRatesContainer {
    max-width: 1100px;
}

#footer .col-6 {
    width: 20%;
}

#footer .quick-links h4 {
    margin-bottom: 18px;
}

.thmCustomTooltip {
    position: relative;
}

    .thmCustomTooltip .tooltip {
        background: #fff;
        bottom: 100%;
        color: #252525;
        display: block;
        font-size: 14px;
        font-weight: 500;
        left: -131px;
        margin-bottom: 10px;
        opacity: 0;
        padding: 10px 13px 13px;
        pointer-events: none;
        position: absolute;
        width: 100%;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        border: 1px solid #BBBBBB;
        width: 285px;
    }

        /* This bridges the gap so you can mouse into the tooltip without it disappearing */
        .thmCustomTooltip .tooltip:before {
            border-left: solid transparent 12px;
            border-right: solid transparent 12px;
            border-top: solid #BBBBBB 11px;
            bottom: -11px;
            content: " ";
            height: 0;
            left: 50%;
            margin-left: -15px;
            position: absolute;
            width: 0;
        }

        /* CSS Triangles - see Trevor's post */
        .thmCustomTooltip .tooltip:after {
            border-left: solid transparent 10px;
            border-right: solid transparent 10px;
            border-top: solid #fff 10px;
            bottom: -10px;
            content: " ";
            height: 0;
            left: 50%;
            margin-left: -13px;
            position: absolute;
            width: 0;
        }

    .thmCustomTooltip:hover .tooltip {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

.thmUpdatedBanner {
    background-image: url(/assets/Web/images/newBanner.png);
    background-size: 100% 87%;
    background-position: 100% 102%;
}

    .thmUpdatedBanner .header-middle-sec {
        text-align: left;
        padding: 30px 0 70px;
    }

        .thmUpdatedBanner .header-middle-sec h1 {
            font-size: 20px !important;
            color: #EBF304;
            font-weight: 500 !important;
            letter-spacing: 2px;
            margin-bottom: 10px !important;
        }

        .thmUpdatedBanner .header-middle-sec h2 {
            filter: drop-shadow(0px 2px 6px #0000008F);
            font-size: 55px !important;
            font-weight: 700 !important;
            color: #fff;
        }

        .thmUpdatedBanner .header-middle-sec h3, .thmUpdatedBanner .header-middle-sec h3 span {
            font-size: 55px !important;
            font-style: italic;
            font-weight: 500 !important;
            filter: drop-shadow(-4.24px 4px 6px #00000033);
        }

            .thmUpdatedBanner .header-middle-sec h3 span {
                color: #EBF304;
                font-style: normal;
                font-weight: 700 !important;
            }

        .thmUpdatedBanner .header-middle-sec h4 {
            font-size: 20px !important;
            color: #fff;
            font-weight: 300 !important;
            font-style: italic;
            margin: 10px 0 20px;
        }

        .thmUpdatedBanner .header-middle-sec .bannerViewDetail {
            color: #fff;
            padding-left: 25px;
        }

        .thmUpdatedBanner .header-middle-sec a {
            text-transform: capitalize
        }

.viewAllBtn {
    text-align: center;
    display: block;
    margin: 0 auto 30px;
    text-decoration: underline;
}

/*St6 css*/
.st6Banner img {
    width: 95%;
    display: block;
    margin: 0 auto;
}

.st6CheckFormSection {
    background: #000F23;
    padding: 45px 0;
    position: relative;
}

    .st6CheckFormSection .thm_checkout_details_payment {
        margin-bottom: 54px;
        padding-bottom: 5px;
    }

    .st6CheckFormSection .thm_st6_checkout_details {
        background: #DDE22F;
        padding: 35px 35px 25px;
        border-radius: 8px 8px 0 0 !important
    }

    .st6CheckFormSection .thm_order_detail_section {
        border-radius: 0 0 8px 8px !important;
        background: #DDE22F;
        padding: 1px 35px 15px !important;
        margin-bottom: 0 !important;
    }

        .st6CheckFormSection .thm_order_detail_section p {
            font-size: 13px !important;
            text-align: center;
            color: #000;
            margin-top: 14px;
        }

    .st6CheckFormSection .thm_st6_checkout_details .thm_blue_btn, .st7checkoutform .thm_st6_checkout_details .thm_blue_btn {
        background: #213551 !important;
        color: #fff !important;
    }

    .st6CheckFormSection .thm_order_detail_section p a {
        text-decoration: underline;
        color: #000 !important;
    }

    .st6CheckFormSection .thm_checkout_actionBtn .button {
        width: 100%;
        color: #fff;
        background: #000F23;
    }

.st6PlanTerms {
    padding: 20px;
    border-radius: 6px;
}

.st6CheckFormSection .container {
    margin-bottom: 0 !important;
}

.st6PlanTerms .st6PlanTermsBtn {
    cursor: pointer;
    background: #fff;
    text-align: center;
    padding: 15px 10px;
    border-radius: 6px;
    color: #26313F;
}

.st6WeAreFlying .container div {
    background: #fff;
    border-radius: 8px !important;
    overflow: hidden;
    padding-top: 40px;
}

.st6WeAreFlying h2 {
    text-align: center;
    font-size: 32px;
    color: #000F23;
    font-weight: 400 !important;
    margin-bottom: 0px;
}

    .st6WeAreFlying h2 span {
        display: block;
        font-weight: 600 !important;
    }

.st6WeAreFlying img {
    width: 100%;
}

.st6WeAreFlying {
    background: #F1F4FB;
    padding: 30px;
}

.st6VideoSection {
    background: #000F23;
    padding: 30px 0;
    position: relative;
}

    .st6VideoSection .container div {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .st6VideoSection h2 {
        font-size: 32px;
        color: #fff;
        font-weight: 700 !important;
        margin-bottom: 0px;
        padding: 0 100px;
    }

.st6DealVibe {
    background: #fff;
    padding: 45px 0 0;
    text-align: center;
}

    .st6DealVibe h2 {
        font-size: 32px;
        color: #000F23;
        font-weight: 700 !important;
    }

    .st6DealVibe h3 {
        font-size: 28px;
        color: #000F23;
        font-weight: 400 !important;
    }

        .st6DealVibe h3 span {
            font-weight: 700 !important;
        }

    .st6DealVibe p {
        font-size: 16px !important;
        color: #000F23;
        font-weight: 400 !important;
        /*width:310px;*/
        margin: 0 auto 30px;
    }

        .st6DealVibe p span {
            font-weight: 700 !important;
        }

.st6DealVibeAnimation {
    position: relative;
}

    .st6DealVibeAnimation img {
        width: 70%;
        margin: 0 auto;
    }

    .st6DealVibeAnimation .st6AnimationImg2 {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        animation: blinkSmooth 2s infinite steps(1, start);
    }

.st6Hr {
    background: #000D1D;
    height: 4px;
    border-radius: 4px;
}

.st6WhoSwitch {
    background: #F1F4FB;
    padding: 45px 0;
    margin-bottom: 65px;
}

    .st6WhoSwitch .container div {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        background: #fff;
    }

    .st6WhoSwitch h2 {
        font-size: 32px;
        color: #000F23;
        font-weight: 400 !important;
        margin-bottom: 0px;
        text-align: center;
        flex-grow: 1;
    }

        .st6WhoSwitch h2 span {
            font-weight: 700 !important;
            display: block;
        }

    .st6WhoSwitch img {
        max-width: 630px;
    }

.st6Faq .faq-button, .st6PlanTermsModal .faq-button {
    background: #000F23;
    color: #fff;
}

.st6PlanTermsModal .faq-answer {
    padding-bottom: 105px !important;
    height: calc(100dvh - 300px);
    overflow: hidden;
    overflow-y: auto;
}

.st6PlanTermsModal .multi-collapse {
    position: relative;
}

.st6PlanTermsModal .st6FaqFooterBtn {
    color: #000;
    background: #dde22f;
    padding: 15px;
    position: absolute;
    bottom: 25px;
    text-align: center;
    border-radius: 6px;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.st6Faq .faq-button[aria-expanded="false"]:before, .st6Faq .faq-button[aria-expanded="true"]:before, .st6PlanTermsModal .faq-button[aria-expanded="false"]:before, .st6PlanTermsModal .faq-button[aria-expanded="true"]:before {
    color: #DDE22F;
}

.st6Faq {
    padding-bottom: 60px;
}

    .st6Faq .row.pb-5 {
        padding-bottom: 20px !important;
    }

    .st6Faq .faq-answer, .st6PlanTermsModal .faq-answer {
        padding-top: 15px;
        padding-bottom: 5px;
    }

.st6OnlyMobile {
    display: none;
}

.st6Footer {
    background: #000F23
}

    .st6Footer p, .st6Footer i {
        color: #fff;
    }

.thm_St6_varify_account {
    background: #F1F4FB;
    height: calc(100dvh - 90px);
}

    .thm_St6_varify_account .thm_varify_account h1 {
        color: #000F23;
        font-size: 48px;
        font-weight: 500 !important;
        margin-top: 80px;
    }

    .thm_St6_varify_account .thm_varify_account p {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .thm_St6_varify_account .thm_varify_account h2 {
        color: #000F23;
        font-size: 18px !important;
        font-weight: 500;
        margin: 0 0 30px;
    }

    .thm_St6_varify_account .thm_varify_accout_fields {
        display: block;
    }

        .thm_St6_varify_account .thm_varify_accout_fields .thm_blue_btn {
            margin: 0;
            height: 52px;
            width: 90%;
            padding: 14px 20px;
            border-radius: 6px;
            margin-top: 15px;
            background: #000F23 !important;
        }

            .thm_St6_varify_account .thm_varify_accout_fields .thm_blue_btn:hover {
                background: #dde22f !important;
                color: #000
            }

    .thm_St6_varify_account .thm_varify_accout_fields {
        height: auto;
        max-width: 390px;
    }

    .thm_St6_varify_account .thm_varify_account p a {
        color: #000F23;
        text-decoration: underline;
    }

.st6Summary .thm_summary_item .thm_summary_item-info h3 {
    margin-bottom: 0;
    color: #000;
}

.st6Summary .thm_summary_item.data50gb {
    border-bottom: 2px solid #D2D2D2 !important;
}

.st6Summary .thm_sammary_table .thm_summary_item {
    padding: 10px 25px;
}

.st6Summary .thm_summary_outer > img {
    margin-bottom: 24px;
}

.st6Header {
    position: relative;
}

#lblVerificationEmail {
    word-break: break-all;
}

#video-section {
    height: 600px;
    width: 320px;
    margin: 0 auto; /* So you have to scroll to see it */
}

.st6_checkout_animate {
    animation: st6WhiteGlow 1.5s infinite ease-in-out;
    border-radius: 8px;
}

@keyframes st6WhiteGlow {
    0% {
        box-shadow: 0 0 0px rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0 0 25px rgba(255, 255, 255, 0.9);
    }

    100% {
        box-shadow: 0 0 0px rgba(255, 255, 255, 0.2);
    }
}

@keyframes blinkSmooth {
    0%, 50% {
        visibility: visible;
    }

    51%, 100% {
        visibility: hidden;
    }
}

@keyframes animRotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/*st8 style*/
.st8Banner {
    background: #000F23;
    padding: 30px 0 0;
}

.st8PlanInfo {
    display: flex;
    justify-content: center;
    gap: 160px;
}

    .st8PlanInfo h2 {
        color: #DDE22F;
        font-weight: 700 !important;
        font-size: 110px !important;
        text-align: center;
        margin-bottom: 0;
        line-height: 115px;
    }

    .st8PlanInfo div:first-child {
        position: relative;
    }

        .st8PlanInfo div:first-child:after {
            width: 2px;
            content: '';
            height: 85%;
            top: 10px;
            right: -80px;
            position: absolute;
            border: 1px solid #465870;
        }

    .st8PlanInfo h3 {
        color: #fff;
        font-weight: 400 !important;
        font-size: 46px !important;
        text-align: center
    }

.st8PlanDetail {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

    .st8PlanDetail div {
        border: 1px solid #DDE22F;
        border-radius: 6px;
        width: 160px;
        padding: 6px 0;
    }

    .st8PlanDetail h2 {
        color: #DDE22F;
        font-weight: 600 !important;
        font-size: 20px !important;
        text-align: center;
        margin: 0 !important;
    }

    .st8PlanDetail h3 {
        color: #DDE22F;
        font-weight: 400 !important;
        font-size: 14px !important;
        text-align: center;
        margin: 0;
    }

.st8EURoaming {
    text-align: center;
    border-top: 2px solid #465870;
    border-bottom: 2px solid #465870;
    padding: 15px 20px;
}

    .st8EURoaming h3 {
        color: #DDE22F;
        font-size: 16px !important;
        font-weight: 600 !important
    }

    .st8EURoaming p {
        color: #fff;
        font-size: 14px !important;
        font-weight: 300 !important;
        margin-bottom: 0;
    }

.thm_st8_checkout_details h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 6px;
}

.thm_checkout_para {
    font-size: 12px;
}

.thm_st8_checkout_details h4 {
    font-size: 14px !important;
    font-weight: 300 !important;
    margin-bottom: 20px;
}

.floatingLabelControl {
    position: relative;
}

    .floatingLabelControl .floating-label {
        position: absolute;
        top: 12px;
        left: 12px;
        color: #999;
        font-size: 16px;
        pointer-events: none;
        transition: all 0.2s ease-out;
        background: transparent;
        padding: 0 4px;
    }


    /* Floating effect */
    .floatingLabelControl input:focus + .floating-label,
    .floatingLabelControl input:not(:placeholder-shown) + .floating-label {
        top: 1px;
        left: 12px;
        font-size: 12px;
        color: #999;
    }

    .floatingLabelControl input:focus, .floatingLabelControl input:not(:placeholder-shown) {
        padding: 20px 10px 10px 16px;
    }

/******************New Styling*/
/*confrim Order*/
.confirm_Sec {
    background-color: #000;
    padding: 74px 0px;
}
/*PaymentMethodCheckoutv5*/
.confirm_Sec_Paypal {
    background-color: #f1f3f4 !important;
    padding: 0px 0px !important;
}

.confirm_Sec .custom_container {
    max-width: 728px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 6px;
    padding: 27px 75px;
    background-color: #F1F3F4;
}

.confirm_Sec .top_heading {
    text-align: center;
}

    .confirm_Sec .top_heading h2 {
        font-size: 36px;
        font-weight: bold;
        color: #000F23;
    }

    .confirm_Sec .top_heading p {
        font-size: 18px;
        color: #353535;
        font-weight: 500;
    }

.confirm_Sec .plan .accordion-item {
    border-radius: 12px;
    background-color: #000;
}

.confirm_Sec .accordion-button {
    background-color: #000 !important;
    color: #fff !important;
    font-size: 21px;
    font-weight: bold;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    outline: 1px solid #000;
    width: 91%;
    margin: 0 auto;
    padding: 15px 0px !important;
}

.bdt {
    margin-right: 74px;
}

.final_one p {
    margin-right: 90px;
}

.accordion-button::after {
    font-family: "Font Awesome 6 Free";
    content: "\f106" !important; /* fa-check */
    font-weight: 900;
    background-image: none !important;
    background-color: white !important;
    padding: 2px 7px !important;
    border-radius: 4px;
    display: inline-block;
    color: black;
    font-size: 16px;
    line-height: 1.5;
    width: 28px;
    height: 28px;
}

.confirm_Sec .accordion-button:not(.collapsed)::after {
    font-family: "Font Awesome 6 Free";
    content: "\f106" !important; /* fa-check */
    font-weight: 900;
    background-image: none !important;
    background-color: white !important;
    padding: 2px 7px !important;
    border-radius: 4px;
    display: inline-block;
    color: black;
    font-size: 16px;
    line-height: 1.5;
    width: 28px;
    height: 28px;
}

.custom_container .accordion-button:not(.collapsed)::after {
    right: 15px;
}

.custom_container .accordion-button::after {
    right: 15px;
}

.custom_container .c_btn i {
    font-size: 23px;
}

.custom_container .c_btn:not(.active) {
    color: #000;
}

.custom_container .pay_btn {
    border: 1px solid #000F23;
    border-radius: 4px;
    padding: 16px 5px;
    max-width: 275px;
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    height: 56px;
    background-color: #fff;
}

.custom_container .check_label {
    font-size: 18px;
    padding-bottom: 20px;
}

.confirm_Sec .form_field_check h3 {
    font-size: 20px;
    color: #000;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.confirm_Sec .form_field_check select {
    padding: 11px 18px;
}

.confirm_Sec .form_field_check input {
    padding: 11px 18px;
}

.confirm_Sec .form_field_check button {
    background-color: #000 !important;
}

.confirm_Sec .form_wrap input {
    padding: 12px 18px;
}

.custom_container .form-check-input:checked {
    background-color: #1F1F1F;
    border-color: #1F1F1F;
}

.custom_container .nav-tabs .nav-link.active {
    width: 100% !important;
    background-color: #000 !important;
}

.confirm_Sec .pay_img {
    width: 20px;
    margin: 0 auto;
    margin-right: 7px;
}

.custom_container .mini_heading {
    font-size: 20px !important;
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.custom_container .pay_btnn {
    background-color: #DDE22F;
    width: 100%;
    border-radius: 6px;
    border: 0px;
    padding: 14px 5px;
    font-size: 20px;
    font-weight: 500;
    background-color: #fff;
}

.custom_container .twin_btn li {
    width: 100%;
    max-width: 258px;
}

.custom_container .twin_btn {
    border-bottom: 0px !important;
}


.confirm_Sec .alert_div {
    display: flex;
    align-items: flex-start;
    column-gap: 8px;
    margin-top: 15px;
}

.allertdiv {
    padding: 18px 10px;
    background-color: #DEFFDB;
    border-radius: 6px;
}

    .allertdiv img {
        max-width: 375px;
    }

.alert_div_card_payment {
    display: flex;
    align-items: flex-start;
    column-gap: 8px;
    background-color: #DEFFDB;
    border-radius: 6px;
    padding: 18px 25px;
}

.custom_container .alert_div p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}

.confirm_Sec .form_wrap input::placeholder {
    font-size: 18px;
    font-weight: 500;
    color: #353535;
}

.confirm_Sec .accordion-body {
    padding-top: 2px !important;
}

.plan_li {
    border-top: 0.5px solid #4b4b4b;
    border-bottom: 0.5px solid #4b4b4b;
    padding-left: 8px !important;
    padding-top: 13px;
}

    .plan_li li {
        color: #fff;
        list-style: none;
        padding: 3px 0px;
    }

        .plan_li li:last-child span {
            padding-right: 16px;
        }

        .plan_li li span {
            display: inline-block;
            padding-right: 10px;
        }

        .plan_li li div {
            display: flex;
            justify-content: space-between;
        }

            .plan_li li div p {
                color: #fff;
                font-weight: bold;
                font-size: 21px;
                margin-right: 74px;
            }

.confirm_Sec .grand {
    padding: 5px 0px;
    padding-left: 7px;
}

    .confirm_Sec .grand p {
        color: #fff;
        font-weight: bold;
        font-size: 21px;
        margin-bottom: 0px;
    }

    .confirm_Sec .grand p:nth-child(2) {
        margin-right: 85px;
    }

.confirm_Sec .text_wrap_p {
    border: 1px solid #000;
    padding: 20px 25px;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    margin: 25px 0px;
    background-color: #fff;
}

.confirm_Sec .text_wrap_pra {
    border: 1px solid #000;
    padding: 20px 25px;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    margin: 25px 0px;
    cursor: default;
}

.thm_payPal_section .text_wrap_pra {
    max-width: 696px;
    margin: 15px auto !important;
    padding: 16px 45px !important;
}

.confirm_Sec .anAcc {
    padding: 14px !important;
    margin: 15px 0px;
}

.confirm_Sec .footer_btn_wrap {
    display: flex;
    column-gap: 16px;
    justify-content: center;
}

.confirm_Sec .footer_btn_wrap .foter_btn {
    border: 1px solid #000F23;
    border-radius: 6px;
    padding: 15px 10px;
    padding-bottom: 11px;
    max-width: 282px;
    width: 100%;
    display: inline-block;
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
}

.confirm_Sec .footer_btn_wrap .paypall-footer-btn {
    border: 1px solid #000F23;
    border-radius: 6px;
    padding: 12px 10px !important;
    /*max-width: 342px;*/
    width: 100%;
    color: #000000;
    font-size: 17px !important;
    font-weight: 500;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.confirm_Sec .footer_btn_wrap .btn-same-height {
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.confirm_Sec .footer_btn_wrap .foter_btn.check {
    background-color: #FFC438;
    border: 0px;
}

.confirm_Sec .th_form_group {
    margin-bottom: 10px;
}

.confirm_Sec .th_form_group .form-control {
    border: 1px solid #ced4da !important;
}

/*APPLE GOOGLE NEW DESIGN*/
.main_bkg {
    background-color: #F5F5F5;
    border-radius: 6px;
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    padding: 56px 40px;
}

.main_bkg .text_wraper {
    max-width: 713px;
    margin: 0 auto;
    text-align: center;
}

.main_bkg .text_wraper h5 {
    font-size: 18px;
    font-weight: 600;
}

.main_bkg .text_wraper p {
    font-size: 16px;
    font-weight: 400;
}

.main_bkg .text_wraper a {
    display: inline-block;
    background-color: #000;
    border-radius: 6px;
    padding: 16px 20px;
    padding: 10px 30px;
    color: #fff;
    width: 100%;
    max-width: 553px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
}
#Sim-Payment-Section .main_bkg{
    padding:10px 20px; 
}
/**************************WELLCOME PAGE CSS*/
.wellcome_msg {
    background-color: #000;
    padding: 100px 0px;
}

    .wellcome_msg .custom_container {
        max-width: 728px;
        margin: auto auto;
        background-color: #fff;
        border-radius: 6px;
        padding: 40px 75px;
    }

    .wellcome_msg .top_img {
        max-width: 145px;
        margin: 0 auto;
        margin-bottom: 34px;
    }

        .wellcome_msg .top_img img {
            width: 100%;
        }

    .wellcome_msg .welcom_body h2 {
        color: #00A751;
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

.welcom_body table {
    max-width: 354px;
    margin: 0 auto;
}

    .welcom_body table th {
        font-weight: 600;
    }

    .welcom_body table td {
        font-weight: 500;
    }

.welcom_body td, .welcom_body th {
    border: 1px solid #000;
    text-align: center;
    color: #000;
    font-size: 15px;
}

.welcom_body .mid_msg {
    font-size: 18px;
    color: #353535;
    font-weight: 500;
    text-align: center;
    margin: 25px 0px;
}

.welcom_body .last_msg {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
}

    .welcom_body .last_msg a {
        text-decoration: underline;
        color: #2096D3;
    }

.wellcome_msg .footer_btn_wrap {
    display: flex;
    column-gap: 16px;
    justify-content: center;
}

    .wellcome_msg .footer_btn_wrap .foter_btn {
        border: 1px solid #000F23;
        border-radius: 6px;
        padding: 15px 15px;
        display: inline-block;
        color: #000000;
        font-size: 20px;
        text-align: center;
        max-width: 578px;
        width: 100%;
        font-weight: 500;
    }

        .wellcome_msg .footer_btn_wrap .foter_btn.check {
            background-color: #DDE22F;
            border: 0px;
        }

/***************ERROR PAGE CSS*/
.error_msg h2 {
    color: #ED2124 !important;
    margin-bottom: 12px !important;
}

.error_msg .mid_msg {
    margin-top: 0px;
    max-width: 459px;
    margin: 0 auto;
}

.error_msg .mid_notify {
    color: #842029;
    font-size: 22px;
    font-weight: 500;
    margin: 60px 0px;
    text-align: center;
}

.error_msg .check {
    max-width: 282px !important;
}

.st8WeAreFlying ul {
    padding-left: 75px;
    position: relative;
    z-index: 1;
}

    .st8WeAreFlying ul li {
        list-style: none;
        color: #898d99;
        font-size: 13px;
    }

        .st8WeAreFlying ul li:first-child {
            font-weight: bold;
            color: #000;
        }

.st8WeAreFlying .img_wrap {
    padding-top: 0px !important;
    margin-top: -155px;
}

.mango_s .thm_prev_btn.acc2 {
    background-color: #FFC438 !important;
    height: auto !important;
    font-size: 12px;
}
/*#BtnMakePayment-Section > :first-child {
   background:transparent !important;
}*/
.mango_s .thm_prev_btn:hover {
    color: #000 !important;
}

.confirm_Sec .previous {
    border: 1px solid #000F23;
}

#whiteP {
    display: none;
}

.Your billing Address {
}

.confirm_Sec .top_heading h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0px;
}

.confirm_Sec .njaddNewCard {
    padding-top: 0px;
}

.confirm_Sec #Card-Details-Section .th_form_group {
    margin-bottom: 0px !important;
}

/****************************************************PAYPAL UI CSS*/

/*.credit-card-box:hover h3 {
    color: #fff !important;
}
.credit-card-box:hover span {
    color: #fff !important;
}*/
.foter_btn.check {
    background-color: #ffc438;
    border-radius: 6px;
    padding: 15px 10px;
    padding-bottom: 11px;
    width: 100%;
    display: inline-block;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.cardWraper {
    position: relative;
    border: 1px solid #2096D3 !important;
}

.paypalFast .cardWraper {
    position: relative;
    border-color: #2096D3 !important;
    background-color: #DCF2FB !important;
}

.paypalFast .tickCheck {
    position: absolute;
    top: -12px;
    right: -6px;
}

.nearlyCredit .cardWraper {
    position: relative;
    border: 1px solid #2096D3 !important;
}

.nearlyCredit .paypalTokenPayment {
    margin-bottom: 15px
}

.tickCheck {
    position: absolute;
    top: -12px;
    right: -6px;
}

.fastCreditCard .cardWraper {
    position: relative;
    border: 1px solid #2096D3 !important;
}

.fastCreditCard .tickCheck {
    position: absolute;
    top: -12px;
    right: -369px;
}

.default-card-label {
    font-weight: 600;
    position: absolute;
    /*top: 23px;*/
    right: 42px;
    font-size: 14px;
    color: #064F92;
}


.paypal-cards:hover {
    background: #DCF2FB !important;
}

.mobVer {
    display: none;
}

.deskVer {
    display: block;
}

/**********************************************NEW BLACK FRIDAY PAGE CSS START FROM HERE**********************************************/
.real_deal {
    padding-top: 37px;
}

    .real_deal .top_heading {
        text-align: center;
        padding-bottom: 65px;
    }

        .real_deal .top_heading h2 {
            font-size: 32px !important;
            color: #000;
            line-height: 55px;
            font-weight: 700;
        }

        .real_deal .top_heading p {
            font-size: 18px;
            color: #000;
            line-height: 28px;
            font-weight: 400;
        }

    .real_deal .single_card_wrap {
        max-width: 392px;
        margin: 0 auto;
        border-radius: 12px;
        background-color: #E2DFF0;
        padding: 48px 46px 30px;
        box-shadow: 0px 3px 6px #00000029;
        position: relative;
        height: 100%;
    }

        .real_deal .single_card_wrap img {
            position: absolute;
            top: -35px;
            left: 50%;
            transform: translateX(-50%);
            max-width: 70px;
        }

        .real_deal .single_card_wrap .text_wrap {
            text-align: center;
        }

            .real_deal .single_card_wrap .text_wrap h5 {
                font-size: 22px;
                color: #324C98;
                font-weight: 700;
                inset-inline: 26px;
                padding-bottom: 8px;
            }

            .real_deal .single_card_wrap .text_wrap p {
                color: #000000;
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
            }
/**********************************************Real People section CSS START*********************************************/
.real_people {
    padding: 70px 0px;
}

    .real_people .text_side h3 {
        max-width: 470px;
        font-size: 40px !important;
        font-weight: 700;
        line-height: 60px;
        color: #000;
    }

    .real_people .text_side p {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        color: #545454;
        max-width: 537px;
        padding-top: 16px;
    }
/**********************************************Rated section CSS START*********************************************/
.rated {
    padding-bottom: 70px;
}

    .rated .text_wrap h2 {
        font-size: 32px !important;
        color: #000;
        line-height: 55px;
        font-weight: 700;
        padding-bottom: 25px;
    }

    .rated .brand_logo {
        display: flex;
        align-items: center;
        column-gap: 80px;
        row-gap: 10px;
    }

.mobile_carousel {
    display: none;
}

/**********************************************Thousand Client section CSS START*********************************************/
.thousand_client {
    background: url("./images/thousandBg.webp") no-repeat;
    background-size: cover;
    padding-top: 58px;
    padding-bottom: 74px;
}

    .thousand_client .inner_wraper h3 {
        font-size: 28px !important;
        line-height: 42px;
        font-weight: 500;
        color: #fff !important;
        padding-bottom: 20px;
        text-align: center;
        max-width: 460px;
        margin: 0 auto;
    }

        .thousand_client .inner_wraper h3 strong {
            color: #DDE22F;
        }

    .thousand_client .days_timer {
        display: flex;
        align-items: center;
        column-gap: 30px;
        justify-content: center;
    }

    .thousand_client .single_div {
        width: 100%;
        max-width: 80px;
        background-color: #111743;
        border-radius: 4px;
        position: relative;
        text-align: center;
        min-height: 60px;
    }

        .thousand_client .single_div:after {
            position: absolute;
            content: "";
            width: 3px;
            background-color: #324C98;
            height: 34px;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

        .thousand_client .single_div:before {
            position: absolute;
            content: "";
            width: 3px;
            background-color: #324C98;
            height: 34px;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
        }

        .thousand_client .single_div p {
            font-size: 81px;
            color: #fff;
            font-weight: 600;
        }

.black_pkg .packagesGrid .popularTag {
    background: #324C98 !important;
}

.black_pkg h2 {
    font-size: 32px !important;
    color: #000;
    line-height: 55px;
    font-weight: 700;
    padding-bottom: 9px;
}

.back_faq .explore_p {
    padding-top: 10px;
}
/*SNAP sup section CSS*/
.snap_up {
    background: url("./images/thousandBg.webp") no-repeat;
    background-size: cover;
    /*padding-top: 50px;*/
}

    .snap_up .text_side h4 {
        font-size: 40px !important;
        line-height: 60px;
        font-weight: 700;
        color: #fff !important;
    }

    .snap_up .text_side p {
        font-size: 20px !important;
        line-height: 38px;
        font-weight: 400;
        color: #fff !important;
        padding-top: 10px;
        padding-bottom: 31px;
    }

        .snap_up .text_side p strong {
            color: #EBF304;
        }

    .snap_up .btnWrap a {
        display: inline-block;
        padding: 12px 42px;
        background-color: #DDE22F;
        border-radius: 7px;
        color: #2B3675;
        font-size: 16px;
        font-weight: 500;
    }

    .snap_up .img_wrap {
        position: relative;
        max-width: 388px;
        margin: 0 auto;
    }

    .snap_up #countdown {
        position: absolute;
        left: 50%;
        z-index: 10;
        top: 54px;
        transform: translateX(-51%);
    }

        .snap_up #countdown ul {
            display: flex;
            align-items: center;
            column-gap: 6px;
            color: #fff;
            list-style: none;
        }

            .snap_up #countdown ul li {
                font-size: 37px;
                font-weight: bold;
            }

.desk_contr {
    display: inline-block;
}


/*************************************MONTHLY PACKAGE Page CSS START*************************************/
.custom_container_monthly {
    max-width: 1568px;
    margin: 0 auto;
    padding: 0px 20px;
}

.paymonthy_banner h1 {
    color: #EBF304;
    font-size: 40px !important;
    line-height: 40px;
    font-weight: 700;
    padding-bottom: 8px;
    padding-top: 5px !important;
}

.paymonthy_banner .header-middle-sec p {
    color: #fff;
    font-size: 20px !important;
    line-height: 30px;
    font-weight: 400;
}



/*Packge section Start*/
.monthly_package {
    background-color: #fff !important;
    padding-top: 50px;
}

    .monthly_package .top_heading {
        padding-bottom: 24px;
    }

        .monthly_package .top_heading h3 {
            color: #000;
            font-size: 32px !important;
            line-height: 38px;
            font-weight: 600;
            padding-bottom: 9px;
        }

        .monthly_package .top_heading p {
            color: #000;
            font-size: 18px !important;
            line-height: 27px;
            font-weight: 500;
        }

    .monthly_package #monthylyPlan-detail {
        display: none;
    }

/*NOT_SURE section CSS*/
.not_sure {
    background: url("/assets/Web/images/bgsure.svg") center no-repeat;
    background-size: cover;
    padding-top: 50px;
}

    .not_sure .img_wrap {
        display: flex;
        justify-content: flex-end;
        margin-right: 30px;
    }

    .not_sure .text_side h3 {
        color: #EBF304;
        font-size: 32px !important;
        line-height: 38px;
        font-weight: 600;
    }

    .not_sure .text_side h5 {
        color: #fff;
        font-size: 20px !important;
        line-height: 26px;
        font-weight: 600;
        padding: 20px 0px;
    }

    .not_sure .text_side p {
        color: #fff;
        font-size: 16px !important;
        line-height: 24px;
        font-weight: 400;
        padding-bottom: 24px;
    }

.montly_btn a {
    display: inline-block;
    background-color: #EBF304;
    border-radius: 4px;
    padding: 15px 60px;
    color: #000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

/*WHY TALK section CSS*/
.why_talk {
    background: transparent !important;
    padding: 50px 0px;
}

    .why_talk .top_heading h3 {
        color: #000;
        font-size: 32px !important;
        line-height: 38px;
        font-weight: 600;
        padding-bottom: 9px;
    }

    .why_talk .top_heading p {
        color: #000;
        font-size: 18px !important;
        line-height: 27px;
        font-weight: 500;
    }

    .why_talk .property_wraper {
        display: flex;
        column-gap: 23px;
    }

    .why_talk .slide-icon {
        background-color: #DBF2FA;
        border-radius: 12px;
        padding: 35px 26px;
        max-width: 375px;
        margin: 0 auto;
        height: 100%;
    }

        .why_talk .slide-icon h4 {
            color: #000;
            font-size: 18px !important;
            line-height: 26px;
            font-weight: 700;
        }

        .why_talk .slide-icon p {
            color: #000;
            font-size: 15px !important;
            line-height: 24px;
            font-weight: 400;
        }

        .why_talk .slide-icon .img_wrap {
            margin-bottom: 22px;
        }

        .why_talk .slide-icon img {
            margin-bottom: 0px !important;
        }

/*More Data section CSS*/
.more_data h3 {
    color: #000;
    font-size: 32px !important;
    line-height: 38px;
    font-weight: 600;
    padding-bottom: 10px;
}

.more_data p {
    color: #000;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 500;
    padding-bottom: 24px;
    max-width: 586px;
    margin: 0 auto;
}

.more_data .plan_btn {
    display: inline-block;
    background-color: #252F64;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding: 13px 17px;
}

.more_data .coverage_wraper {
    background-color: #FFE84D;
    padding: 35px 20px;
    border-radius: 20px;
    margin-top: 50px;
    text-align: center;
}

    .more_data .coverage_wraper img {
        padding-bottom: 25px;
    }

    .more_data .coverage_wraper input {
        padding: 10px 19px;
        color: #353535 !important;
        opacity: 0.7;
        font-size: 16px;
        border-radius: 6px;
        max-width: 305px;
    }

        .more_data .coverage_wraper input::placeholder {
            color: #353535 !important;
            opacity: 0.7;
            font-size: 16px;
        }

.more_data .check_btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding: 8px 17px;
    border: 0px;
    max-width: 305px;
    width: 100%;
    margin: 0 auto;
}

/*More WITH section CSS*/
.more_with {
    padding: 50px 0px;
}

    .more_with h3 {
        color: #000;
        font-size: 32px !important;
        line-height: 38px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .more_with .top_heading p {
        padding-bottom: 15px;
        font-size: 18px !important;
        color: #000;
        font-weight: 500;
    }

    .more_with .plan-card {
        border: 1px solid #BCADAD;
        border-radius: 12px;
        max-width: 375px;
        margin: 15px auto;
        box-shadow: unset !important;
    }

        .more_with .plan-card img {
            margin-bottom: 11px;
        }

    .more_with #PlansSection .plan-card {
        height: 280px;
        text-align: center;
        padding: 18px 10px;
    }

        .more_with #PlansSection .plan-card h2 {
            font-size: 18px;
            font-weight: 700;
            line-height: 26px;
        }

        .more_with #PlansSection .plan-card p {
            font-size: 14px !important;
            font-weight: 400;
            line-height: 24px !important;
        }

        .more_with #PlansSection .plan-card a {
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
            margin-top: 11px;
            display: inline-block;
            text-decoration: underline;
        }

/*Monthly Testimonial section Css Start*/
.monthly_testimonial_enhancement .testimonial {
    background-color: #DBF2FA;
    padding: 50px 0px;
}

.monthly_testimonial_enhancement .testimonail-heading {
    color: #000;
    font-size: 32px !important;
    line-height: 38px;
    font-weight: 600;
    padding-bottom: 10px;
}

.monthly_testimonial_enhancement .testimonail-para {
    color: #000 !important;
}

.monthly_testimonial_enhancement .testimonial-sub {
    box-shadow: 0px 3px 6px #00000029;
    min-height: 279px;
    margin-bottom: 7px;
}

.monthly_testimonial_enhancement .owl-item {
    margin-bottom: 10px;
}

/*Learn More section css*/
.learn_more {
    padding: 50px 0px;
    padding-bottom: 60px;
}

    .learn_more .top_heading h3 {
        color: #000;
        font-size: 32px !important;
        line-height: 38px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .learn_more .top_heading p {
        color: #545454;
        font-size: 18px !important;
        line-height: 28px;
        font-weight: 500;
        padding-bottom: 50px;
    }

    .learn_more .four_Section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 80px;
        row-gap: 35px;
    }

    .learn_more .sim_detal_wraper {
        display: flex;
        align-items: flex-start;
        column-gap: 20px;
    }

        .learn_more .sim_detal_wraper h5 {
            color: #000;
            font-size: 18px !important;
            font-weight: 600;
            padding-bottom: 18px;
        }

        .learn_more .sim_detal_wraper p {
            color: #545454;
            font-size: 16px !important;
            line-height: 24px;
            font-weight: 400;
        }

/*Ready switch section Css Start*/
.ready_switch {
    background: url("/assets/Web/images/bglinear.svg") no-repeat center;
    background-size: cover;
    padding: 50px 0px;
}

    .ready_switch .main_wraper h3 {
        color: #EBF304;
        font-size: 32px !important;
        line-height: 38px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .ready_switch .main_wraper p {
        color: #fff;
        font-size: 18px !important;
        line-height: 28px;
        font-weight: 500;
        padding-bottom: 30px;
        max-width: 673px;
        margin: 0 auto;
    }

.monthly_faq {
    padding: 50px 0px;
}

    .monthly_faq .top_heading p {
        font-size: 18px !important;
        color: #545454;
        padding-bottom: 35px;
        line-height: 22px !important;
    }

    .monthly_faq h2 {
        color: #000;
        font-size: 32px !important;
        line-height: 42px;
        font-weight: 600;
        padding-bottom: 10px;
    }

/*******************COverage section Css*/
.result_wraper {
    position: absolute;
    top: 30px;
    left: 80px;
    z-index: 1111;
    max-width: 400px;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
}

    .result_wraper .top_service_coverage .nav-tabs .nav-link.active {
        width: 100%;
        background-color: transparent !important;
        border-bottom: 1px solid #000;
        color: #000 !important;
        outline: 0;
        padding: 8px 35px !important;
    }

    .result_wraper .top_service_coverage .nav-tabs .nav-link {
        padding: 8px 35px !important;
        background-color: transparent;
    }

    .result_wraper .body_wraper {
        padding: 20px 20px;
        background-color: #f3f3f3;
        border-end-end-radius: 20px;
        border-end-start-radius: 20px;
    }

        .result_wraper .body_wraper .inner_cover {
            background-color: #fff;
            padding: 16px 16px;
            border-radius: 20px;
        }

.top_service_coverage .diff_types {
    margin-top: 15px;
}

    .top_service_coverage .diff_types .card_wrapr {
        padding: 12px;
        display: flex;
        flex: 1 1;
        align-items: center;
        flex-direction: column;
        text-align: center;
        max-width: 145px;
        border-radius: 20px;
        background-color: #e7f5e4;
    }

.result_wraper .service_img {
    position: relative;
    width: 64px;
    height: 64px;
    display: inline-block;
}

.result_wraper .service_text {
    font-size: 1.5rem;
    font-weight: 700;
}

.result_info .inner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
}

.result_info .diff_types p {
    font-size: 16px;
    font-weight: 400;
    color: #686868;
}

.result_info .diff_types strong {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.top_service_coverage .diff_types .card_wrapr {
    max-width: 145px;
    padding: 12px 12px;
}

.top_service_coverage .problem_section {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 10px;
    background-color: #fff;
    padding: 16px 16px;
    border-radius: 20px;
}

    .top_service_coverage .problem_section .svg_green {
        flex: 0 0 auto;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #e5f6e2;
    }

        .top_service_coverage .problem_section .svg_green svg {
            fill: #138100;
            width: 28px;
        }

.problem_section .left_textside p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}



/****************************************************Christmas Landing Page Css****************************************************/
.topAwrrow {
    background-color: #E3E3E3;
    padding: 7px 12px;
    border-radius: 112px;
    position: absolute;
}

.all_black {
    background-color: #000 !important;
    min-height: 100dvh;
}

.chrismas_h2 {
    font-size: 32px !important;
    line-height: 55px;
    color: #000;
    font-weight: 700;
}

.custom_chris_container {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}
/*main Banner Css*/
.main_banner_christmas {
    background: url("/assets/Web/images/christmasBg.webp") no-repeat center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 90px;
    position: relative;
}


.main_banner_christmas .moreGigsText {
    position: relative;
    z-index: 2;
}

    .main_banner_christmas .moreGigsText .star_anim {
        position: absolute;
        top: 0;
        left: 412px;
        animation: rotate 4s linear infinite;
    }

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.ukBestNetwork {
    font-size: 15px;
    padding-top: 14px;
    display: block;
}
.main_banner_christmas .mobile_contract {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 7px;
}

.main_banner_christmas .moreGigsText h1 {
    font-size: 32px !important;
    color: #fff;
    line-height: 49px;
    font-style: italic;
    word-spacing: 10px;
}

    .main_banner_christmas .moreGigsText h1 strong {
        font-size: 58px !important;
        color: #ebf304;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 70px;
    }

.main_banner_christmas .friday_live {
    margin-bottom: 10px;
    padding: 6px 15px;
}

    .main_banner_christmas .friday_live span {
        color: red;
        font-weight: 600;
        font-size: 14px;
    }

.moreGigsText ul li {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    list-style: none;
}

.moreGigsText ul .last_btn {
    font-size: 13px;
    font-weight: 400;
    margin-top: 12px;
}

.main_banner_christmas .moreGigsText .chris_banner_p {
    font-size: 16px !important;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 12px;
    max-width: 470px;
}

.main_banner_christmas .moreGigsText .rigth_home {
    position: absolute;
    bottom: -83px;
    right: 0px;
}

.main_banner_christmas .neutral_btn {
    max-width: 170px;
    padding: 7px 11px;
}

.last_layer {
    position: absolute;
    bottom: -129px;
    right: 0px;
    width: 100%;
    z-index: 11;
}

/*details form section Csss*/
.detail_form {
    padding-top: 140px;
    padding-bottom: 50px;
}

    .detail_form .main_wraper {
        display: flex;
        column-gap: 40px;
        row-gap: 20px;
    }

        .detail_form .main_wraper .child_wrap {
            flex: 1;
        }

        .detail_form .main_wraper .form_side {
            padding: 35px 42px;
            border-radius: 12px;
            background-color: #F5F5F5;
        }

            .detail_form .main_wraper .form_side h3 {
                padding-bottom: 15px;
            }

            .detail_form .main_wraper .form_side .th_form_group {
                margin-bottom: 15px;
            }

            .detail_form .main_wraper .form_side small {
                display: inline-block;
                font-size: 14px;
                line-height: 22px;
                color: #000;
                font-weight: 400;
                font-style: italic;
                padding-top: 29px;
            }

    .detail_form .form_side button {
        background-color: #FFE84D !important;
        font-weight: 600;
    }

.chrismas_h3 {
    font-size: 24px !important;
    line-height: 32px;
    color: #000;
    font-weight: 700;
}

.detail_form .form_side input {
    padding: 10px 19px;
    color: #545454 !important;
    font-size: 16px;
    border: 1px solid #C1C1C1 !important;
    border-radius: 4px;
}

    .detail_form .form_side input::placeholder {
        color: #545454 !important;
        font-size: 16px;
    }

.neutral_btn {
    display: inline-block;
    background-color: #ebf304;
    border-radius: 4px;
    border: 0px;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding: 14px 18px;
    width: 100%;
    text-align: center;
}

    .neutral_btn:hover {
        color: #000 !important;
    }

.detail_form .main_wraper .testimonial_side {
    /*padding: 35px 45px;*/
    border-radius: 12px !important;
    background-color: #F5F5F5 !important;
    margin-bottom: 0px;
}

.detail_form .testimonial_side .client_name strong {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    display: block;
}

.detail_form .testimonial_side .client_name small {
    color: #545454;
}

.detail_form .customCheckBiling .form-check-input:checked::after {
    content: "" !important;
}

.detail_form .accordion-body {
    padding: 0px;
}

.detail_form .final_one p {
    margin-right: 0px;
}

.detail_form .bdt {
    margin-right: 0px;
}

.detail_form .top_heading p {
    margin-bottom: 16px;
}

.detail_form .confirm_Sec .grand p:nth-child(2) {
    margin-right: 0px;
}

/*.detail_form .custom_container .twin_btn li {
    max-width: 240px;
}*/

.detail_form .plan_li {
    padding-bottom: 10px;
}

.detail_form .confirm_Sec .grand {
    padding: 16px 0px;
    padding-left: 22px !important;
}

/*.detail_form .confirm_Sec .footer_btn_wrap .foter_btn {
    max-width: 100%;
}*/

.detail_form .confirm_Sec .grand p:nth-child(2) {
    margin-right: 0px
}

.detail_form .custom_container .c_btn i {
    line-height: 10px;
}

.detail_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}


/*Christmas Why section Css*/
.christmas_why {
    background: url("/assets/Web/images/chriswhytalk.webp") no-repeat center !important;
    background-size: cover !important;
    padding: 50px 0px;
}

    .christmas_why .chrismas_h2 {
        font-size: 32px !important;
    }

    .christmas_why .property_wraper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px !important;
        align-items: stretch;
    }

        .christmas_why .property_wraper .slide-icon {
            max-width: 100%;
        }

/*Got Question section Css*/
.got_qstion {
    padding: 50px 0px;
}

    .got_qstion .chris_P {
        padding-bottom: 20px;
    }

    .got_qstion .accordion-button::after {
        right: 15px !important;
    }

    .got_qstion .faq-button[aria-expanded="false"]:before {
        font-size: 18px !important;
        top: 18px !important;
    }

    .got_qstion .faq-button[aria-expanded="true"]:before {
        font-size: 18px !important;
        top: 18px !important;
    }

.chris_P {
    font-size: 16px;
    line-height: 25px;
    color: #545454;
    font-weight: 400;
    padding-top: 10px;
}

.got_qstion .custom_accord {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 10px;
}

    .got_qstion .custom_accord .item_accord {
        border: 1px solid #00000020 !important;
        border-radius: 4px !important;
    }

        .got_qstion .custom_accord .item_accord button {
            color: #000 !important;
        }

/*Save Banner section Css*/
.save_big_banner {
    background: url("/assets/Web/images/chrislastbg.webp") no-repeat center;
    background-size: cover;
    max-width: 1375px;
    margin: 0 auto;
}

.st10_save_big {
    margin-top: 50px;
}

.save_big {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    padding: 0px 62px;
}

.save_page_compagin .mid_text h4 {
    font-size: 36px;
}

.save_big .mid_text {
    /*max-width: 645px;*/
    flex-grow: 1;
}

    .save_big .mid_text h4 {
        font-size: 40px !important;
        line-height: 36px;
        color: #DDE22F;
        font-weight: 700;
        padding-bottom: 10px;
    }

    .save_big .mid_text p {
        font-size: 20px;
        line-height: 25px;
        color: #fff;
        font-weight: 400;
        max-width: 707px;
    }

        .save_big .mid_text p strong {
            color: #FFE84D;
        }

.save_big .neutral_btn {
    padding: 10px 18px;
    width: 100%;
    max-width: 164px;
    text-align: center;
}

/*Flexible Plan section Css*/
.flexible_plan {
    padding-top: 150px;
    padding-bottom: 50px;
}

    .flexible_plan .packageItemOuter {
        flex-basis: calc(33% - 18px);
    }

    .flexible_plan .chris_P {
        padding-bottom: 20px;
        max-width: 590px;
        margin: 0 auto;
    }

.free_sim_chismas {
    padding: 20px 0px;
    background: #064f92;
}

    .free_sim_chismas p {
        color: #fff;
    }

        .free_sim_chismas p span {
            color: #d2d626;
        }

    .free_sim_chismas .bisim_img {
        transform: none;
    }

    .free_sim_chismas .gift_layer {
        bottom: -19px;
    }

.chrismas_testimonial {
    padding: 50px 0px;
}

    .chrismas_testimonial .chris_P {
        max-width: 590px;
        margin: 0 auto;
    }

.flexibale_sim {
    padding-top: 50px;
}

    .flexibale_sim .chris_P {
        max-width: 590px;
        margin: 0 auto;
        margin-bottom: 25px;
    }

.chrisModal .faq-button {
    background: #f1f1f1 !important;
    color: #000 !important;
}

    .chrisModal .faq-button[aria-expanded="false"]:before {
        color: #000 !important;
    }

    .chrisModal .faq-button[aria-expanded="true"]:before {
        color: #000 !important;
    }

.terms_btn {
    border: 0px !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 13px !important;
}

    .terms_btn:focus {
        outline: 0px !important;
    }

.wh_btn_wrap {
    display: block;
}
/*****************************************SNOW ANIMATION*****************************************/

.snow-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.snowflake {
    position: absolute;
    top: -10px;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    opacity: 0.8;
}

@keyframes fall-zig-1 {
    0% {
        transform: translateX(0) translateY(0);
    }

    50% {
        transform: translateX(30px) translateY(55vh);
    }

    100% {
        transform: translateX(-30px) translateY(110vh);
    }
}

@keyframes fall-zig-2 {
    0% {
        transform: translateX(0) translateY(0);
    }

    50% {
        transform: translateX(-35px) translateY(50vh);
    }

    100% {
        transform: translateX(35px) translateY(110vh);
    }
}

@keyframes fall-zig-3 {
    0% {
        transform: translateX(0) translateY(0);
    }

    50% {
        transform: translateX(25px) translateY(50vh);
    }

    100% {
        transform: translateX(-25px) translateY(110vh);
    }
}

/*======== SAKM ========*/

/*---- data-calculator ----*/

.data-calculatr {
    padding-top: 70px;
    padding-bottom: 50px;
}

    .data-calculatr .lft-colm {
        padding-right: 20px;
    }

    .data-calculatr .rght-colm {
        padding-left: 25px;
    }

    .data-calculatr .lft-colm h2 {
        font-size: 26px !important;
        font-weight: 600;
        margin: 0 0 40px;
    }

    .data-calculatr .prgsbar-wrap {
        margin-bottom: 20px;
    }

        .data-calculatr .prgsbar-wrap h3 {
            font-size: 20px !important;
            font-weight: 600;
        }

        .data-calculatr .prgsbar-wrap p {
            font-size: 16px !important;
            font-weight: 400;
            color: #707070;
            margin-bottom: 8px;
        }

    .data-calculatr .custom-slider {
        width: 100%;
        margin: 0;
        display: flex;
        /*align-items: center;*/
        justify-content: space-between;
        gap: 24px;
        position: relative;
    }

    .data-calculatr .track {
        width: 78%;
        height: 8px;
        background: #ccc;
        border-radius: 6px;
        position: relative;
        cursor: pointer;
    }

    .data-calculatr .fill {
        height: 100%;
        background: #4a90e2;
        border-radius: 6px;
        width: 0;
    }

    .data-calculatr .thumb {
        width: 25px;
        height: 25px;
        background: #4a90e2;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        cursor: grab;
        border: none;
        z-index: 1000;
    }

        .data-calculatr .thumb:hover {
            box-shadow: 0 0 0 8px rgba(0, 0,0,.1);
        }

        .data-calculatr .thumb:active {
            cursor: grabbing;
        }

    .data-calculatr .tooltipa {
        position: absolute;
        top: -54px;
        left: 0;
        transform: translateX(-50%);
        padding: 3px 0;
        border-radius: 4px;
        text-align: center;
        background: #000;
        color: #fff;
        width: 47px;
        height: 34px;
        border-radius: 4px;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        display: none;
        opacity: 1;
        z-index: 1;
    }

    .data-calculatr .tooltip::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #000;
        position: absolute;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
    }

    .data-calculatr .pckg-value {
        font-size: 16px;
        font-weight: 600;
        color: #064f92;
        width: 26%;
        text-align: right;
    }

        .data-calculatr .pckg-value .value {
            display: inline-block;
        }

        .data-calculatr .pckg-value .pckg-data {
            color: #000;
        }

    .data-calculatr .estimte-wrap {
        border-radius: 20px;
        background-color: #2096D3;
        padding: 50px 44px 32px;
    }

        .data-calculatr .estimte-wrap h2 {
            font-size: 26px !important;
            color: #fff;
            font-weight: 600 !important;
            margin: 0 0 32px;
        }


    .data-calculatr .totl-data-pln {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }

        .data-calculatr .totl-data-pln h3 {
            font-size: 22px;
            font-weight: 500;
            color: #fff;
            margin: 0;
            display: flex;
            flex-direction: column;
        }

            .data-calculatr .totl-data-pln h3 span {
                font-size: 40px;
                font-weight: 700;
                display: inline-block;
                margin: 5px 0 0;
            }

    .data-calculatr .estimte-wrap p {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 40px;
    }

    .data-calculatr .estimte-wrap .btn {
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px 20px;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        box-shadow: none;
        border: none;
        background-color: #DDE22F;
        outline: 0;
        margin: 0;
    }

        .data-calculatr .estimte-wrap .btn.rset-btn {
            background-color: #fff;
            margin: 20px 0 36px;
        }

    .data-calculatr .estimte-wrap .rset-btn:hover {
        background-color: #064F92;
    }

    .data-calculatr .estimte-wrap .calc-plan-btn:hover {
        background-color: #064F92;
    }

    .data-calculatr .estimte-wrap .rset-btn:active {
        background-color: #fff;
    }

    .data-calculatr .estimte-wrap .rset-btn:focus {
        outline: none;
        background-color: #fff;
    }

    .data-calculatr .estimte-wrap .calc-plan-btn:active {
        background-color: #DDE22F;
    }

    .data-calculatr .estimte-wrap .calc-plan-btn:focus {
        outline: none;
        background-color: #DDE22F;
    }

    .data-calculatr .estimte-wrap h4 {
        font-size: 18px !important;
        font-weight: 500;
        color: #fff;
        text-align: center;
        margin: 0;
    }

        .data-calculatr .estimte-wrap h4:hover {
            color: #000;
        }

/*====== Circular Progress Bar =======*/

.ring-container {
    position: relative;
    width: 205px;
    height: 205px;
}

    /* Conic Gradient Ring */
    .ring-container .ring {
        --size: 205px;
        --border: 34px;
        width: var(--size);
        height: var(--size);
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        background: conic-gradient( var(--c1) 0deg calc(var(--w1)*1deg), var(--c2) calc(var(--w1)*1deg) calc((var(--w1) + var(--w2))*1deg), var(--c3) calc((var(--w1) + var(--w2))*1deg) calc((var(--w1) + var(--w2) + var(--w3))*1deg), var(--c4) calc((var(--w1) + var(--w2) + var(--w3))*1deg) calc((var(--w1) + var(--w2) + var(--w3) + var(--w4))*1deg), var(--c5) calc((var(--w1) + var(--w2) + var(--w3) + var(--w4))*1deg) calc((var(--w1) + var(--w2) + var(--w3) + var(--w4) + var(--w5))*1deg) );
        mask: radial-gradient( farthest-side, transparent calc(100% - var(--border)), #000 calc(100% - var(--border)) );
    }

    /* SVG overlay for dynamic hit areas */
    .ring-container .hit-svg {
        position: absolute;
        width: 100%;
        height: 100%;
        pointer-events: none; /* allow paths to receive events only */
    }

        .ring-container .hit-svg path {
            fill: transparent;
            stroke: transparent;
            stroke-width: 34; /* must match ring border */
            cursor: pointer;
            pointer-events: stroke;
            transition: .2s ease-in-out;
        }

            /* Smooth highlight on hover */
            .ring-container .hit-svg path:hover {
                stroke: rgba(255, 255, 255, 0.25);
                stroke-width: 34;
            }

/* Tooltip styling */
#ringTooltip {
    position: absolute;
    padding: 6px 10px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    display: none;
    font-size: 15px;
    font-weight: 400;
    pointer-events: none;
    white-space: nowrap;
    z-index: 999;
}

    #ringTooltip::after {
        content: "";
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 7px solid #000;
        position: absolute;
        top: 12px;
        left: -3px;
        transform: translateX(-50%);
    }

.menuBtnGroup {
    display: flex;
}


/**********************************************************************MEDIA QUERIES********************************************************************************/
@media (min-width: 2200px) and (max-width: 2560px) {
    .top_banner_blue {
        padding: 180px 0px;
    }

    .last_layer {
        bottom: -170px;
    }

    .chris_side {
        margin-top: 160px;
    }
}

@media (max-width: 1800px) {
    .page-404-error .svg_icons {
        height: 150px !important;
    }

    .section-padding {
        padding: 25px 20px !important;
    }

    .message {
        margin: 0;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1800px) {
    .last_layer {
        bottom: -107px;
    }

    .chris_side {
        margin-top: 101px;
    }
}

@media(max-width:1700px) {
    .deskSimHaw {
        display: none;
    }
}

@media only screen and (max-width:1400px) {
    .thm_checkout_details {
        padding: 25px 25px;
    }

    .thm_more_padding {
        padding: 25px 25px 20px;
    }

    .student_network h2 {
        font-size: 26px !important
    }
}

@media (max-width: 1440px) {

    .data-calculatr .container {
        max-width: 100%;
    }

    .data-calculatr .lft-colm {
        padding-right: 15px;
    }

    .deskSimHaw {
        display: none;
    }

    .top_banner_blue {
        padding: 65px 0px;
    }

    .check-out-trust .trust-pilot-logo img {
        width: 180px;
    }

    .check-out-trust .trust-pilot-logo span {
        font-size: 14px;
    }

    .pp-logo-ee {
        max-width: 130px;
    }

        .pp-logo-ee.cc-ee {
            max-width: 115px;
        }

    .last_layer {
        bottom: -83px;
    }

    .chris_side {
        margin-top: 78px;
    }

    .flexible_plan {
        padding-top: 95px;
    }

    .detail_form {
        padding-top: 110px;
    }
}

@media (max-width:1399px) {
    .rated .brand_logo {
        column-gap: 20px;
        flex-wrap: wrap;
        justify-content: center
    }

    .confirm_Sec .custom_container {
        padding: 25px 25px;
    }

    .confirm_Sec .footer_btn_wrap {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .confirm_Sec .footer_btn_paypal {
        flex-wrap: nowrap !important;
    }

    .confirm_Sec .footer_btn_wrap .foter_btn {
        max-width: 100%;
    }

    .custom_container .twin_btn {
        row-gap: 10px;
    }

/*        .custom_container .twin_btn li {
            max-width: 100%;
        }
*/
    .custom_container .pay_btn {
        max-width: 100%;
    }

    .talkhome-text-logo {
        display: inline-block;
        margin-bottom: 0;
        padding-left: 10px;
        vertical-align: middle;
    }

    .talkhome-text {
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }

    .powered-text {
        display: block;
        color: #dde22f;
        font-size: 12px;
        margin-top: -6px;
        letter-spacing: 0.6px;
        font-weight: 400;
    }

    .why_talk .property_wraper {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
    }

    .why_talk .slide-icon {
        padding: 30px 14px;
    }
}

@media only screen and (max-width:1300px) {
    .thm_credit_amount .thm_number input {
        width: 100px;
    }

    .thm_checkout_offer_plan {
        padding: 20px 25px;
    }

    .thm_checkout_row {
        --bs-gutter-x: 1.5rem;
    }


    .thm_summary {
        padding: 15px 10px 0 10px;
    }

    .thm_sammary_table .thm_summary_item {
        padding: 15px 15px;
    }

    .thm_sammary_table {
        margin: 10px -20px 0 -20px;
    }

    .thm_checkout_offer_plan_gift {
        padding: 14px 15px;
    }

    .thm_selectPlan_btn {
        width: 200px;
    }

    .thm_sim_add_plan p {
        font-size: 16px;
    }

    .thm_sammary_table .thm_summary_item .thm_summary_item-img {
        flex: 0 0 32px;
    }

    .checkOutPlanDetail .discountOffer {
        width: 100%;
    }

    .checkOutPlanDetail .bag-icon {
        width: 120px;
        height: 120px;
    }

    .st4BannerInner img {
        margin-right: 0;
    }
}

@media only screen and (max-width:1280px) {
    .bfCheckoutBanner .bfCheckoutBannerDesktop h1 {
        font-size: 36px !important;
        padding-right: 15px;
    }

    .bfCheckoutBanner .bfCheckoutBannerDesktop p {
        font-size: 19px !important;
        padding-right: 25px;
    }

    .thm_checkout_plan_list_modal .modal-dialog {
        max-width: calc(100% - 16px);
        margin: 20px auto;
    }

    .thm_plan_items {
        padding: 10px 30px 10px 0px;
    }

    .thm_checkout_plan_list_modal .price-bag-list ul li {
        font-size: 22px !important;
        padding: 0px 15px 0 15px;
    }

    .thm_checkout_plan_list_modal .price-bag-list h3 {
        padding: 10px 20px 0 15px;
    }

    .thm_checkout_plan_list_modal .price-bag-list {
        padding: 12px 30px 12px 12px;
    }

    .thm_checkout_plan_list_modal .thm_plan_items a {
        min-width: 245px;
        padding: 10px 20px 10px 8px;
    }

    .thm_checkout_plan_list_modal .modal-body {
        padding: 20px 12px 10px;
    }

    .them_error_page_insistence {
        padding: 25px 15px;
    }

        .them_error_page_insistence h3 {
            font-size: 20px !important;
        }

    .fiveG-why-choose .h4 br {
        display: none;
    }

    .newStudentsDealsCheckoukContainer .newStudentsDealsOffer img {
        margin-left: 0;
    }

    .newStudentsDealsCheckoukContainer .newStudentsDealsOffer {
        gap: 15px;
    }

        .newStudentsDealsCheckoukContainer .newStudentsDealsOffer .discountOfferRate p {
            gap: 0;
            grid-template-columns: 86px 1fr;
        }
}

@media only screen and (max-width:1280px) {
    .flag-rate-area-plan-details .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .planNoteMinTop {
        margin-bottom: 15px !important;
        display: block;
    }

    .trust-pilot-logo {
        margin-bottom: 10px !important;
    }

    .ts-p {
        margin-top: 12px;
    }

    .remove-fluid {
        width: 100%;
        max-width: 100% !important;
    }

    .card-rate .price-bag-list ul li {
        font-size: 15px !important;
    }

    .price-list-b {
        padding: 0;
    }

        .price-list-b > a {
            position: relative;
            padding: 10px;
            display: block;
            width: 100%;
            margin-top: 20px;
        }


    .header-middle-sec h3 {
        position: relative;
        font-size: 24px !important;
    }

    .header-middle-sec p {
        font-size: 16px;
        margin-bottom: 0px !important;
    }

    .hero-header h2 {
        font-size: 32px !important;
    }

    .hero-header p {
        font-size: 18px;
    }

    .ready-to-bg::after {
        width: 100%;
        height: 50%;
        top: auto;
    }

    .sisu-wrapper .form-section {
        padding: 0 1.5rem;
    }

    .custom-select {
        padding: 9px;
        width: 85%;
    }

    .static-sub ul li img {
        width: 30px;
    }

    .flag-sec .flag-icon {
        font-size: 16px;
    }

    .form-sub-sec h2 img,
    .fastTopUP-img {
        width: 35px;
    }

    #top-menu-button {
        background: #dde22f;
        border: none;
        padding: 6px 12px;
        border-radius: 4px;
        display: block;
        position: fixed;
        top: 23px;
        right: 15px;
        z-index: 9999;
    }

    .side-nav.active {
        right: 0;
    }

    .side-nav {
        position: fixed;
        display: block;
        transition: .5s;
        z-index: 5;
        right: -1280px;
        top: 0;
        background: #064f92;
        height: 100vh;
        overflow-y: auto;
        width: 100%;
    }

        .side-nav img {
            width: 100px;
            display: block;
            margin: 150px auto 50px;
        }

        .side-nav ul {
            padding: 0;
        }

            .side-nav ul li {
                list-style: none;
                font-size: 22px;
                position: relative;
                text-align: center;
            }

                .side-nav ul li a {
                    display: block;
                    padding: 10px 20px;
                    color: #fff;
                    text-decoration: none;
                }

                .side-nav ul li ul {
                    padding: 0 40px;
                }

                    .side-nav ul li ul li {
                        border: none;
                        border-top: 1px solid #1065b3;
                        font-size: 20px;
                        list-style: none;
                    }

                        .side-nav ul li ul li a {
                            padding-left: 5px;
                        }

    ul.dropdown-menu li a {
        color: #000000;
    }

    .side-nav ul li .active {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-left: 10px;
        transition: .5s;
    }

    .side-nav ul li .collapsed .active {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .side-nav ul li a.topup,
    .side-nav ul li a.login {
        background: #dde22f;
        font-size: 12px;
        display: inline-block;
        color: #000000;
        border-radius: 4px;
        padding: 10px 36px;
        min-width: 100px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
    }

    .side-nav ul li a.login {
        background: #2096d3;
        color: #fff;
    }

    #top-menu-button + a {
        position: absolute;
        color: white;
        top: 1.5rem;
        right: 5rem;
        z-index: 1;
        display: block;
        text-decoration: none;
    }

    .etcSuccessOuter {
        max-width: calc(100% - 40px);
        padding: 0 40px 40px;
    }

    .packageItemOuter {
        flex-basis: calc(33.33333336% - 18px);
    }

    .thmUpdatedBanner .header-middle-sec {
        text-align: left;
        padding: 0px 0 35px;
    }

        .thmUpdatedBanner .header-middle-sec h2, .thmUpdatedBanner .header-middle-sec h3, .thmUpdatedBanner .header-middle-sec h3 span {
            font-size: 48px !important;
        }
}

@media (max-width: 1200px) {

    .data-calculatr .lft-colm,
    .data-calculatr .rght-colm {
        width: 100%;
        padding: 0 15px;
    }

    /*    #ringTooltip {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        z-index: -9999 !important;
    }*/

    .data-calculatr .estimte-wrap {
        margin-top: 60px;
    }

    .tab-desk {
        padding-bottom: 2px !important;
        padding-top: 18px !important;
    }

    .deskSimHaw {
        display: none !important;
    }

    .check-out-trust .trust-pilot-logo img {
        width: 155px;
    }

    .check-out-trust .trust-pilot-logo span {
        font-size: 13px;
        padding-left: 6px;
    }

    .CookieAcceptAllModal .modal-dialog .modal-content .modal-body {
        padding: 20px;
    }

    .thmNewHeader nav {
        padding-left: 35px;
    }

        .thmNewHeader nav.web-menu {
            padding-left: 0;
        }

    .thmNewHeader .button {
        width: 120px;
    }

    .thmNewHeader nav li a {
        padding: 12px 0px 12px 18px;
    }

    .mainMenu {
        padding-top: 0;
    }

    .st6WhoSwitch img {
        max-width: 500px;
    }
}


@media (min-width: 1024px) {
    .testimonial .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 30px;
    }

    .ts-head {
        font-weight: 600;
    }
}

@media (max-width:1024px) {
    .top_banner_blue .custom_container {
        gap: 70px;
        justify-content: space-between;
    }

    .top_banner_blue {
        padding: 48px 0px;
    }

        .top_banner_blue .moreGigsText h1 {
            font-size: 40px !important;
            line-height: 32px;
        }

        .top_banner_blue .moreGigsText p {
            font-size: 20px !important;
            margin-bottom: 10px;
        }

        .top_banner_blue .moreGigsText p {
            font-size: 20px !important;
            margin-bottom: 10px;
        }

    .save_big {
        padding: 0px 15px;
    }

        .save_big .mid_text h4 {
            font-size: 28px !important;
            padding-bottom: 8px;
        }

    .last_layer {
        bottom: -47px;
    }

    .chris_side {
        margin-top: 42px;
    }

    .detail_form {
        padding-top: 70px;
    }

    .fastTopUpTitle h2 {
        text-align: start !important;
    }

    .innner .header-middle-sec h2 {
        font-size: 30px !important;
    }

    .price-section table th {
        font-size: 20px;
    }

    .download-app-bar {
        position: fixed;
        display: flex;
        align-items: center;
        height: 100vh;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: transparent !important;
    }

    .app-bar-mobile-modal {
        background: #fff !important;
        position: relative;
        border-radius: 6px;
        text-align: center;
    }

        .app-bar-mobile-modal .d-flex {
            display: block !important;
        }

    .phone-icon {
        display: none;
    }

    .app-bar-mobile-modal .text-white {
        color: #000 !important;
    }

    .phones-img {
        display: block;
        margin: 30px auto 20px;
        max-width: 90%;
    }

    .overlay-thm {
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .mobile-download-btn {
        margin-bottom: 25px;
    }

    .app-bar-close {
        position: absolute;
        right: 15px;
        top: 12px;
        color: #000;
        font-size: 20px;
        font-weight: 600;
    }

    .mobile-text-modal {
        display: block !important;
        font-size: 24px !important;
        font-weight: 600 !important;
    }

    .mobile-text {
        display: block !important;
        font-size: 18px !important;
        margin-bottom: 20px !important;
    }

    .yellow-color span {
        display: none;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .trust-pilot-logo {
        max-width: 400px;
    }

    .not_sure .text_side {
        padding-bottom: 20px;
    }

        .not_sure .text_side h5 {
            padding: 10px 0px;
        }

        .not_sure .text_side p {
            padding-bottom: 15px;
        }
}

@media only screen and (max-width:992px) {
    .header-b {
        background: url(images/header-bg.jpg) no-repeat center right;
    }

        .header-b::before {
            background: rgba(220 242 251 / 90%);
            min-height: auto;
        }

    .header-b-about {
        background: url(images/header-bg-about.jpg) no-repeat center right;
    }

    .header-b-international {
        background: url(images/header-bg-international-plan.jpg) no-repeat center right;
    }

    .header-b-national {
        background: url(images/header-bg-national-plan.jpg) no-repeat center right;
    }

    .header-b-data-plan {
        background: url(images/header-bg-data-plan.jpg) no-repeat center right;
    }

    .header-b-activation-plan {
        background: url(images/header-bg-activation-plan.jpg) no-repeat center right;
    }

    #top-menu-button {
        background: #dde22f;
        border: none;
        padding: 6px 12px;
        border-radius: 4px;
        display: block;
        position: fixed;
        top: 23px;
        right: 15px;
        z-index: 9999;
    }

    .price-bag-list h2 {
        padding: 10px 5px;
    }

    .price-bag-list ul {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

        .price-bag-list ul li {
            margin-bottom: 0;
            width: 100%;
            padding: 5px;
            font-size: 18px;
            border-left: none;
            border-bottom: 1px solid #e6e6e6;
        }

            .price-bag-list ul li span {
                display: inline-block;
                margin-left: 7px;
            }

    .price-list > a {
        position: relative;
        min-width: 100%;
        display: block;
        width: 100%;
        margin-top: 30px;
    }

    .price-list {
        padding: 0;
    }

    .price-section::before {
        background: none;
    }

    .footer-nav,
    .footer-social-links,
    .footer-bottom p {
        text-align: center;
    }

    footer::before {
        width: 150px;
        height: 700px;
        bottom: 20px;
        background-position: right;
    }

    footer::after {
        width: 300px;
    }

    .price-bag-list p .tag-save-b {
        margin-top: 30px;
    }

    .modal-design > ul {
        flex-direction: column;
    }

        .modal-design > ul > li {
            width: 100%;
        }

            .modal-design > ul > li:first-child {
                border-right: none;
                border-bottom: 1px solid #fff;
            }

    .trust-pilot-logo {
        max-width: 330px !important;
        height: 35px;
        margin-bottom: 5px !important;
    }

        .trust-pilot-logo img {
            width: 160px;
        }

        .trust-pilot-logo span {
            font-size: 12px;
        }

    .price-bag-list ul li::after {
        display: none;
    }

    .flexible_plan .packageItemOuter {
        flex-basis: calc(50% - 18px);
    }

    .packageItemOuter {
        flex-basis: calc(50% - 18px);
    }
    /*    .custom_container .twin_btn li {
        max-width: 180px;
    }*/
    .main_banner_christmas .moreGigsText .chris_banner_p {
        max-width: 310px;
    }
}

@media only screen and (max-width:991px) {
    .real_deal .top_heading {
        padding-bottom: 50px;
    }

    .thm_checkout_banner p {
        max-width: 560px;
        margin: 0 auto;
    }

    .snap_up {
        padding-top: 45px;
    }

    .top_service_coverage .diff_types .card_wrapr {
        max-width: 170px;
    }

    .result_wraper {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        border-radius: 0px;
    }

        .result_wraper .body_wraper {
            border-end-end-radius: 0px;
            border-end-start-radius: 0px;
        }

    .real_deal .top_heading h2 {
        font-size: 28px !important;
    }

    .detail_form .main_wraper {
        flex-direction: column;
    }

    .christmas_why .property_wraper {
        grid-template-columns: repeat(2, 1fr);
    }

    .thousand_client {
        padding: 45px 0px;
    }

        .thousand_client .inner_wraper h3 {
            font-size: 24px !important;
            line-height: 35px;
        }

    .real_people {
        padding: 45px 0px;
    }

        .real_people .text_side {
            margin-bottom: 18px;
            text-align: center;
        }

            .real_people .text_side h3 {
                font-size: 35px !important;
                line-height: 46px;
                max-width: 100%;
            }

            .real_people .text_side p {
                max-width: 100%;
            }

        .real_people .img_wrap {
            text-align: center;
        }

    .rated {
        padding-bottom: 45px;
    }

        .rated .text_wrap h2 {
            font-size: 28px !important;
            line-height: 45px;
        }

    .black_pkg .hero-header h2 {
        font-size: 28px !important;
    }

    .flexible_plan {
        padding-top: 60px;
    }

    .snap_up .text_side {
        text-align: center;
    }

        .snap_up .text_side h4 {
            font-size: 28px !important;
            line-height: 40px;
        }

        .snap_up .text_side p {
            padding-bottom: 20px;
        }

    .snap_up .img_wrap {
        text-align: center;
    }

    .letsMake div p {
        color: #fff;
        text-align: center;
    }

    .not_sure .text_side h3 {
        font-size: 28px !important;
    }

    .more_data h3 {
        font-size: 28px !important;
    }

    .more_with h3 {
        font-size: 28px !important;
    }

    .monthly_testimonial_enhancement .testimonail-heading {
        font-size: 28px !important;
    }

    .learn_more .top_heading h3 {
        font-size: 28px !important;
    }

    .ready_switch .main_wraper h3 {
        font-size: 28px !important;
    }

    .monthly_faq h2 {
        font-size: 28px !important;
    }

    .more_data .coverage_wraper {
        padding: 50px 20px;
    }

    .why_talk .top_heading h3 {
        font-size: 28px !important;
    }

    .monthly_package .top_heading h3 {
        font-size: 28px !important;
    }

    .more_with .plan-card {
        max-width: 430px;
    }

    .not_sure .text_side {
        text-align: center;
    }

    .not_sure .img_wrap {
        justify-content: center;
        margin-right: 0px;
    }

    .CookieAcceptAllModal .modal-dialog, .CookieMangePreferencesModal .modal-dialog {
        margin: 0 auto 1px;
        min-height: calc(100% - 0.5rem);
        max-width: calc(100% - 16px);
    }

    .check-out-trust .trust-pilot-logo {
        max-width: 350px !important;
    }

        .check-out-trust .trust-pilot-logo img {
            width: 170px;
        }

        .check-out-trust .trust-pilot-logo span {
            font-size: 13px;
            padding-left: 6px;
        }

    .CookiePreferencesModal .modal-dialog {
        max-width: calc(100% - 20px) !important;
        min-height: calc(100% - 20px) !important;
        margin: 10px auto !important;
    }

    #selectCookiePreferencesModal .cookieBtnGroup .button {
        min-width: 205px;
    }

    .mainMenu {
        position: fixed;
        background: #0E2148;
        top: 0;
        left: -100%;
        width: 100%;
        bottom: 0;
        z-index: 999;
        transition: 300ms;
        display: block !important;
        padding: 35px !important;
    }

        .mainMenu nav {
            padding: 25px 0;
        }

            .mainMenu nav ul li {
                display: block;
            }

        .mainMenu.menuShow {
            transition: 300ms;
            left: 0;
        }

    .navMobileLogo {
        display: flex !important;
    }

    #menuToggle {
        display: block;
        margin: 16px 0 0 auto;
    }

    #menuClose {
        display: block;
        position: absolute;
        top: 20px;
        right: 25px;
    }

    .thmNewHeader nav li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

        .thmNewHeader nav li a {
            color: #fff;
            font-weight: 400;
            padding-left: 0;
            font-size: 16px !important;
            padding-left: 30px;
        }

    .menuDropdown {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .menuDropdown svg {
            width: 10px;
            height: 8px;
        }

            .menuDropdown svg path {
                fill: #fff;
            }

    .thmNewHeader .row, .thmNewHeader .row {
        flex-wrap: nowrap;
    }

        .thmNewHeader .row .col-lg-2 {
            width: 80%;
        }

        .thmNewHeader .row .col-lg-10 {
            width: 20%;
        }

    .bfOfferBanner .thmNewHeader .row .col-lg-2 .d-flex {
        padding-left: 0 !important;
    }

    .web-menu {
        display: none !important;
    }

    .menuLogout, .menuDropdownAuthentication {
        display: flex;
    }

    .bfOfferBanner .d-flex.navMobileLogo {
        padding-left: 0;
    }

    .menuLogout button {
        background: transparent;
        color: #fff;
        padding: 15px 0 15px 30px;
    }

    .thmNewHeader nav li ul {
        position: relative;
        padding: 0px 8px 12px;
        background: transparent;
        box-shadow: 0 0 0;
        border: 0;
    }

    nav li ul::before {
        display: none;
    }

    .thmNewHeader nav li ul li {
        border: 0;
    }

        .thmNewHeader nav li ul li a {
            border: 0;
            color: rgba(255,255,255,0.70);
        }

    .thmNewHeader nav li ul:after {
        display: none;
    }

    .menuIcon {
        display: block;
        position: absolute;
        left: 0;
        width: 16px !important;
        height: 20px !important;
    }

    i.menuIcon {
        font-size: 16px;
    }

    .menuSocialLinks {
        display: block;
    }

    .menuBtnGroup {
        position: absolute;
        bottom: 105px;
        display: grid !important;
        width: 100%;
        left: 0;
        gap: 12px;
        padding: 0 35px;
        z-index: 99999;
        grid-template-columns: 1fr 1fr 40px;
    }

        .menuBtnGroup .button {
            margin: 0;
            width: 100%
        }

    .menuSocialLinks {
        text-align: center;
        padding: 20px 0 30px;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0
    }

        .menuSocialLinks a {
            display: inline-block;
            width: 43px;
            height: 43px;
            border-radius: 50%;
            background: #86E5FF;
            text-align: center;
            padding-top: 4px;
            margin: 0 5px;
            color: #000;
            font-size: 26px;
        }

            .menuSocialLinks a:hover {
                background: #EBF304;
            }

    .mainNavItems {
        height: calc(100vh - 270px);
        overflow: hidden;
        overflow-y: auto;
    }

    .oneLinkQRCode {
        display: none;
    }

    .thm-app-mobile .thmAppLink {
        display: block;
        text-align: center;
        margin-top: 35px;
    }

    .thm-app-mobile {
        text-align: center;
    }

        .thm-app-mobile h2 {
            font-size: 18px !important;
        }

        .thm-app-mobile h2 {
            font-size: 18px !important;
        }

        .thm-app-mobile p.text-dark {
            font-size: 16px !important;
            font-weight: 500;
        }

    .roamingCountrySelection .form-select {
        width: 96% !important;
    }

    .roamingRatesCardsContainer {
        max-width: 100%;
    }

        .roamingRatesCardsContainer .card-body.px-5 {
            padding: 10px 15px !important;
        }

        .roamingRatesCardsContainer .card-body p {
            margin-bottom: 5px !important
        }

    .roamingFeaturesDetailOuter {
        margin-top: 0 !important;
        padding-bottom: 20px !important
    }

    .animatedImageOuter .animatedImage, .animatedImageOuter svg {
        display: none;
    }

    .roamingFeaturesImg img, .roamingFeaturesDetailSub2 .roamingFeaturesImg img {
        margin: 0 0 20px 0 !important;
    }

    .roamingFeaturesDetailOuter .col-lg-6:first-child {
        order: 2;
    }

    .roamingFeaturesDetailSub2 {
        margin-bottom: 0 !important;
        padding-bottom: 20px !important;
    }

    #footer .col-6 {
        width: 33.333336%;
    }

    .st6Banner img {
        width: 100%;
    }

    .st6OnlyDesktop {
        display: none !important;
    }

    .st6OnlyMobile {
        display: block !important;
    }

    .st6Banner .st6OnlyMobile img:first-child {
        width: auto;
        margin-top: 20px;
    }

    .st6Banner .st6OnlyMobile {
        margin-bottom: 20px;
        border-radius: 0 0 8px 8px;
        overflow: hidden;
    }

    .st6CheckFormSection {
        background: #fff;
        padding: 0 0 1px;
        padding-bottom: 70px !important;
    }

        .st6CheckFormSection .thm_st6_checkout_details, .st6CheckFormSection .thm_order_detail_section {
            margin: 0 auto;
            background: #000F23;
            padding: 25px 25px 20px;
        }

        .st6CheckFormSection .thm_order_detail_section {
            padding: 1px 25px 10px !important;
        }

        .st6CheckFormSection .thm_st6_checkout_details .thm_checkout_title {
            color: #fff;
        }

        .st6CheckFormSection .thm_order_detail_section p, .st6CheckFormSection .thm_order_detail_section p a {
            color: #fff !important;
        }

        .st6CheckFormSection .thm_order_detail_section p {
            font-size: 12px !important;
        }

        .st6CheckFormSection .thm_checkout_actionBtn .button {
            background: #DDE22F;
            color: #000 !important;
        }

    .st6PlanTerms {
        padding: 0;
        background: transparent;
        margin-top: -10px;
    }

        .st6PlanTerms .st6PlanTermsBtn {
            background: transparent;
            color: #fff;
            text-decoration: underline;
        }

    .st6VideoSection .container div, .st6WhoSwitch .container div {
        display: block;
    }

        .st6VideoSection .container div img, .st6WhoSwitch .container div img {
            width: 100%;
            max-width: 100%;
        }

    .st6VideoSection h2 {
        text-align: center;
        padding: 0 0 25px;
        font-size: 24px !important;
        font-weight: 700 !important;
    }

    .st6WhoSwitch h2 {
        text-align: center;
        padding: 0 0 25px;
        font-size: 24px !important;
    }

    .st6DealVibeAnimation img {
        width: 100%;
    }

    .st6WhoSwitch {
        background: #fff;
        padding: 30px 0 15px;
    }

    .st6Faq {
        padding-bottom: 10px;
    }

        .st6Faq .col-lg-12.text-center h2, .st6Faq .col-lg-12.text-center p {
            text-align: center;
        }

    .st6WeAreFlying {
        background: #fff;
        padding: 0 0 10px;
    }

    .st6VideoSection {
        background: #000F23;
        padding: 30px 8px;
        width: calc(100% - 30px);
        margin: 0 auto;
        border-radius: 8px;
    }

    .st6Header .navbar-brand {
        padding: 0 !important;
    }

    .st6Header .navbar {
        padding: 2px 0;
    }

    .st6Header .help-support-view {
        top: 22px;
    }

    .st6Summary {
        display: none !important;
    }

    footer.st6Footer {
        margin-bottom: 0 !important;
    }

    .st6WeAreFlying h2 {
        margin-bottom: 15px;
    }

    .thm_St6_varify_account .thm_varify_account {
        text-align: left;
        padding-top: 20px;
    }

    .thm_St6_varify_account .st6StepsText {
        text-align: right;
        padding-right: 25px;
        color: #000F23;
        font-weight: 500;
    }

    .thm_St6_varify_account .thm_varify_account h1 {
        margin-top: 30px !important;
        font-size: 32px !important;
    }

    .thm_St6_varify_account .thm_varify_accout_fields {
        margin: 0;
    }

        .thm_St6_varify_account .thm_varify_accout_fields .thm_blue_btn {
            width: 180px;
        }

    .thm_St6_varify_account .thm_varify_accout_fields {
        height: auto;
        max-width: 290px;
    }

    .thm_St6_varify_account {
        background: #F1F4FB;
        position: relative;
        padding: 0 15px;
    }

        .thm_St6_varify_account .container {
            position: relative;
            z-index: 10;
        }

        .thm_St6_varify_account .thm_varify_accout_fields .form-control {
            width: 100%;
        }

        .thm_St6_varify_account .thm_varify_account p {
            margin-top: 20px;
        }

    .st6CheckFormSection .thm_order_detail_section {
        margin-bottom: 20px !important;
    }

    .st6WeAreFlying .container div {
        padding-top: 70px;
    }

    .st8WeAreFlying .container div {
        padding-top: 10px;
    }

    .st6WhoSwitch.mb-5 {
        margin-bottom: 0 !important;
    }

    .st7WeAreFlying .container div {
        padding-top: 0;
    }

    .st7WeAreFlying {
        padding-bottom: 0 !important;
    }

    .thm_st6_checkout_details .th_form_group {
        margin-bottom: 15px;
    }

    .thm_st6_checkout_details .thm_blue_btn {
        margin-left: 15px;
    }

    .thm_St6_varify_account .st6BGOtp {
        display: block !important;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
    }

    .thm_St7_varify_account .st6BGOtp {
        display: none !important;
    }

    .st6CheckFormSection .thm_checkout_details_payment {
        margin-bottom: 95px;
    }

    .st6_checkout_animate {
        animation: st6ZoomInOut 1.5s ease-in-out infinite;
    }

    .st7DealVibe {
        padding-top: 0;
    }

    .st8Banner {
        max-width: 696px;
        margin: 0 auto;
        border-radius: 8px 8px 0 0;
    }

    .st6CheckFormSection .thm_st8_checkout_details {
        border-radius: 0 !important
    }

    .st8PlanInfo {
        gap: 40px;
        border-bottom: 1px solid #465870;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 8px;
        justify-content: space-between;
    }

    .st8PlanInfo {
        width: 86%;
    }

        .st8PlanInfo h2 {
            font-size: 44px !important;
            line-height: 54px;
        }

        .st8PlanInfo h3 {
            font-size: 20px !important
        }

        .st8PlanInfo div:first-child:after {
            right: -111%;
            width: 1px;
            height: 78%;
            border: 0;
            background: #465870
        }

    .thm_st8_checkout_details h4 {
        color: #fff;
    }

    .thm_st8_checkout_details h3, .thm_st8_checkout_details h4 {
        text-align: center
    }

    .st8PlanDetailMobile {
        padding: 15px 0 0 20px;
    }

        .st8PlanDetailMobile .row {
            margin: 0 !important
        }

        .st8PlanDetailMobile .col-sm-6 {
            width: 50% !important;
            padding: 0 !important;
        }

    .FgData .col-sm-6 {
        padding-right: 20px !important;
    }

    .st8PlanDetailMobile p {
        color: #fff;
        display: flex;
        gap: 6px;
        align-items: center;
        font-size: 10px !important;
        font-weight: 500;
        margin-bottom: 8px;
    }

    .st8EURoamingMobile .faq-button {
        background: transparent;
        color: #fff;
        padding: 15px 0;
        border-top: 1px solid #465870;
    }

    .st8EURoamingMobile .faq-wrap {
        border-bottom: 1px solid #465870;
    }

    .st8EURoamingMobile .faq-button[aria-expanded="false"]:before, .st8EURoamingMobile .faq-button[aria-expanded="true"]:before {
        color: #fff;
        top: 15px;
    }

    .st8EURoamingMobile .faq-answer {
        background: transparent;
        padding: 0;
        border-radius: 0;
    }

        .st8EURoamingMobile .faq-answer h3 {
            color: #fff;
            font-size: 16px !important;
            font-weight: 600 !important
        }

        .st8EURoamingMobile .faq-answer p {
            color: #fff;
            font-size: 14px !important;
            font-weight: 300 !important
        }

    .thm_summary .thm_summary_outer > img {
        display: block;
        margin: 25px 0 0 17px;
        max-width: 88%;
    }

    .thm_summary {
        position: relative;
    }

    .thm_sammary_table {
        margin: 10px 0px 0 0px;
    }

    .thm_summary .thm_summary_outer {
        position: fixed;
        bottom: -118%;
        width: 100%;
        z-index: 990;
        left: 0;
        margin: 0;
        border-radius: 8px 8px 0 0 !important;
        background: #F1F3F4;
        transition: 400ms;
    }

    .thm_summary.thm_sammary_slideUp .thm_summary_outer {
        bottom: 0;
        transition: 400ms;
    }

    .thm_sammary_table .thm_summary_item p {
        font-size: 14px !important;
    }

    .thm_sammary_table .thm_summary_item span {
        font-size: 14px;
        text-transform: math-auto;
    }

    .thm_sammary_table .thm_summary_item .thm_summary_item-iprice span.mt-2 {
        margin-top: 0.35rem !important;
    }

    .thm_more_padding {
        margin-bottom: 20px !important;
    }

    .thm_summary_mobile_toggle {
        display: flex;
        position: fixed;
        bottom: 0;
        background: #064F92;
        left: 0;
        width: 100%;
        padding: 15px 20px 15px 15px;
        color: #fff;
        justify-content: flex-start;
        align-items: center;
        z-index: 996;
    }

        .thm_summary_mobile_toggle span {
            padding-left: 22px;
            position: relative;
            display: block;
            font-weight: 600;
        }

            .thm_summary_mobile_toggle span::before {
                content: '';
                position: absolute;
                width: 7px;
                height: 2px;
                background: #fff;
                left: 8px;
                top: 12px;
            }

        .thm_summary_mobile_toggle h3 {
            margin: 0;
            color: #fff;
            font-size: 16px !important;
            display: flex;
            align-items: center;
        }

            .thm_summary_mobile_toggle h3 i {
                font-size: 26px;
                line-height: 20px;
                margin-right: 10px;
                transition: 300ms;
            }

    .thm_summary_outer {
        padding-bottom: 38px;
    }

    .thm_checkout_title {
        margin: 20px 0 15px;
    }

    .thm_summary {
        padding: 0;
        margin: 0;
    }

    .thm_checkout_row {
        margin-bottom: -4rem !important;
    }

    .thm-sammary-total {
        padding: 20px 15px;
    }

    .thm_summary.thm_sammary_slideUp .thm_summary_outer {
        display: block !important;
    }

    .thm_summary.thm_sammary_slideUp .thm_summary_mobile_toggle h3 i {
        transform: rotate(45deg);
        transition: 300ms;
    }

    .thm_mobile_cards {
        display: block;
        text-align: center;
        margin-top: 15px;
    }

    .thm_summary_outer .thm_checkout_title {
        margin-bottom: 0;
        padding: 25px 20px 0;
    }

    .thm_checkout_plan_list_modal .bag-icon {
        width: 100px;
    }

    .thm_checkout_plan_list_modal .price-bag-list h3 {
        padding: 10px 20px 0 0px;
    }

    .thm_checkout_plan_list_modal .price-bag-list ul {
        flex-wrap: inherit;
    }

        .thm_checkout_plan_list_modal .price-bag-list ul li:first-child {
            padding-left: 0;
            padding-right: 10px;
        }

        .thm_checkout_plan_list_modal .price-bag-list ul li {
            width: auto;
            font-size: 16px !important;
            border: 0;
        }

    .thm_checkout_plan_list_modal .price-bag-list {
        padding: 12px 0px 12px 12px;
    }

        .thm_checkout_plan_list_modal .price-bag-list ul li.color {
            width: 160px;
        }

        .thm_checkout_plan_list_modal .price-bag-list ul li.thm_color img {
            margin-right: 4px;
        }

        .thm_checkout_plan_list_modal .price-bag-list ul li span {
            margin-top: 0px;
            margin-left: 0;
            font-size: 14px !important;
            line-height: 17px;
        }

    .thm_checkout_plan_list_modal .thm_yellow_btn {
        padding: 10px 20px;
    }

    .thm_checkout_plan_list_modal .nav-tabs {
        width: 100%;
    }

    .student_network img {
        width: 100%;
    }

    .student_network p {
        font-size: 16px;
    }

    .student_offer_features h3 {
        font-size: 18px !important
    }

    .student_offer_features p {
        font-size: 15px !important
    }

    .student_network h2 {
        font-size: 22px !important;
    }

    .student_offer_features h2 {
        font-size: 26px !important;
    }

    .fiveG-why-choose {
        margin-top: 200px;
        text-align: left;
    }

        .fiveG-why-choose .video-portion {
            margin: -200px 0 50px 0;
        }

    .fiveG-intro {
        text-align: left;
        padding: 30px 0;
    }

        .fiveG-intro br {
            display: none
        }

    .free-sim-section.fiveG-free-sim {
        padding: 30px 15px !important
    }

        .free-sim-section.fiveG-free-sim .row,
        .free-sim-section.fiveG-free-sim .d-flex {
            display: block !important;
        }

        .free-sim-section.fiveG-free-sim img {
            width: 80px;
            transform: rotate(0deg);
            margin: 0 auto 20px;
            display: block;
        }

        .free-sim-section.fiveG-free-sim p {
            text-align: center;
            margin-bottom: 15px;
            font-size: 18px !important;
        }

        .free-sim-section.fiveG-free-sim div {
            width: 100% !important;
            padding: 0;
            margin: 0;
        }

        .free-sim-section.fiveG-free-sim p {
            font-size: 20px !important;
            font-weight: 600;
        }

            .free-sim-section.fiveG-free-sim p span {
                font-size: 18px !important;
                display: block;
                margin-top: 15px
            }

    .fiveG-plans .benefit-txt {
        margin-bottom: 25px !important
    }

    .Ordersim-slider .price-list {
        padding-bottom: 20px !important;
        margin-bottom: 5px !important;
    }

    .planView {
        text-align: center
    }

    .Ordersim-slider .card-rate .price-bag-list ul li:first-child {
        padding-left: 10px
    }

    .Ordersim-slider .get-double {
        margin-top: 20px
    }

    .card-rate + div {
        position: relative !important;
    }

    .detailWrapper {
        background: #DCF2FB;
        border: 0;
    }


    .thm_detail_page_features {
        background: #fff;
        padding: 0;
    }

    .thm_checkout_features {
        padding: 0 15px;
        background: #fff;
    }

    .detail-page-faq {
        background: #F5F5F5;
        padding-top: 15px;
    }

        .detail-page-faq.thm_checkout_sim_faq_outer {
            padding: 0;
        }

            .detail-page-faq.thm_checkout_sim_faq_outer .thm_checkout_sim_faq {
                padding-top: 25px !important;
            }

        .detail-page-faq .row {
            padding-bottom: 10px !important
        }

    .checkoutRating {
        padding-top: 20px;
    }

    .st4BannerInner img {
        display: none
    }

    .st4Banner {
        margin-bottom: 40px
    }

    .st4BannerBottomBar {
        margin-top: 50px;
    }

    .st4PlanFaqs {
        padding: 20px 20px 1px;
        margin-top: 20px;
    }

    .bfOfferBanner .bfBigOfferImg {
        right: 100px;
        top: auto;
        width: 180px;
        bottom: 26px;
    }

    .top_service_coverage .diff_types {
        column-gap: 10px;
    }


    .bfCheckoutBanner .bfCheckoutBannerDesktop h1 {
        font-size: 30px !important;
    }

    .bfCheckoutBanner .bfCheckoutBannerDesktop p {
        font-size: 16px !important;
        padding-right: 58px;
    }

    .bfOfferBanner .studentNewOfferBanner h1 {
        font-size: 43px !important;
    }

    .bfCheckoutBanner {
        padding: 40px 8px;
    }

    .thmUpdatedBanner {
        background-image: url(/assets/Web/images/newBannerMobile.png);
        background-size: 100% 87%;
        background-position: 100% 102%;
    }

        .thmUpdatedBanner .header-middle-sec {
            text-align: center;
        }

            .thmUpdatedBanner .header-middle-sec h1, .thmUpdatedBanner .header-middle-sec h4 {
                font-size: 18px !important;
            }

            .thmUpdatedBanner .header-middle-sec h3 {
                margin-top: 8px;
            }

                .thmUpdatedBanner .header-middle-sec h2, .thmUpdatedBanner .header-middle-sec h3, .thmUpdatedBanner .header-middle-sec h3 span {
                    font-size: 42px !important;
                }

            .thmUpdatedBanner .header-middle-sec div {
                display: flex;
                justify-content: center;
                align-items: center;
                padding-top: 8px;
                gap: 10px;
            }

                .thmUpdatedBanner .header-middle-sec div a {
                    margin-top: 0;
                }

                .thmUpdatedBanner .header-middle-sec div a {
                    margin-top: 0;
                }

                    .thmUpdatedBanner .header-middle-sec div a:first-child {
                        order: 2;
                    }

                    .thmUpdatedBanner .header-middle-sec div a.bannerViewDetail {
                        text-align: center;
                        text-decoration: none;
                        border: 1px solid #fff;
                        padding: 8px 10px;
                        border-radius: 3px;
                        display: inline-block;
                    }
}

@media only screen and (max-width:990px) {

    #stickyMenuOnScroll.mk_sticky {
        display: flex !important;
        box-shadow: 0px 0px 5px #ccc;
    }

    .banner-promo-img img {
        padding-left: 0px;
    }
}

@media (max-width: 768px) {
    .thm_checkout_banner h1 {
        font-size: 21px !important;
    }

    .why_talk .property_wraper .item {
        width: 100%;
    }

    .why_talk .slide-icon {
        width: 100%;
        max-width: 575px;
        margin: 0 auto;
    }

    .mobile_carousel {
        display: block;
        margin: 0 -15px;
    }

        .mobile_carousel .owl-item .item div {
            margin: 0 auto;
        }

    .brand_logo {
        display: none !important;
    }

    .main_banner_christmas {
        padding-top: 50px;
    }

        .main_banner_christmas .moreGigsText .rigth_home_mobile {
            display: inline-block !important;
            position: absolute;
            bottom: -94px;
            right: 0px;
        }

        .main_banner_christmas .moreGigsText .rigth_home {
            display: none;
        }

    .why_talk .top_heading p {
        max-width: 600px;
        margin: 0 auto;
    }

    .last_layer {
        bottom: -22px;
    }

    .chris_side {
        margin-top: 19px;
    }

    .chrismas_h2 {
        line-height: 45px;
    }

    .thm_checkout_banner p {
        font-size: 18px;
        max-width: 390px;
        margin: 0 auto;
    }

    .top_banner_blue {
        padding: 30px 0px;
        padding-bottom: 45px;
    }

        .top_banner_blue .moreGigsText {
            padding-top: 0px;
        }

            .top_banner_blue .moreGigsText h1 {
                font-size: 39px !important;
                line-height: 35px;
            }

    .friday_live {
        padding: 7px 14px;
    }

        .friday_live span {
            font-size: 14px;
        }

    .main_banner_christmas .moreGigsText h1 {
        word-spacing: 2px;
    }

    .paymonthy_banner h1 {
        font-size: 38px !important;
        font-weight: 600 !important;
    }

    .learn_more .four_Section {
        grid-template-columns: repeat(1, 1fr);
    }

    .top_banner_blue .moreGigsText p {
        line-height: 24px;
    }

    .top_banner_blue .btnWrap a {
        padding: 8px 32px;
    }

    .custom_container .alert_div p {
        font-size: 13px;
    }

    .st8PlanDetailMobile {
        padding: 15px 0 0 61px;
    }

    .FgData p img {
        width: 20px;
        height: 20px;
        object-fit: contain;
        margin-right: 0;
        vertical-align: middle;
    }


    .etcBannerTitle {
        padding: 25px 0 40px !important;
    }

    .st8PlanInfo div:first-child:after {
        right: -163% !important;
    }

    .etcBannerTitle h2 {
        margin-bottom: 5px;
    }

    .etcSuccessOuter {
        margin: 90px auto 40px;
        padding: 0 20px 30px;
    }

        .etcSuccessOuter p br {
            display: none;
        }

        .etcSuccessOuter .button {
            width: 100%;
        }

        .etcSuccessOuter h2 {
            font-size: 24px !important;
        }

        .etcSuccessOuter h4 {
            font-size: 18px !important;
        }

        .etcSuccessOuter .topIcon {
            width: 100px;
            height: 100px;
            margin: -50px auto 0;
        }

            .etcSuccessOuter .topIcon svg {
                width: 30px;
            }

    .st2CheckoutBanner h1 {
        margin-bottom: 30px;
    }

    .CookieMangePreferencesModal .selectCookieTitle {
        margin-top: 10px;
    }

    .CookieMangePreferencesModal .modal-dialog .modal-content {
        padding: 30px 0px 0px;
    }

        .CookieMangePreferencesModal .modal-dialog .modal-content .close {
            right: 15px;
        }

    .CookieMangePreferencesModal .selectCookieItems {
        gap: 0;
    }

    .CookieMangePreferencesModal .accordion-button::after {
        display: none !important;
    }

    .CookieAcceptAllModal .modal-dialog .modal-content .modal-body {
        padding-bottom: 15px;
    }

    .CookieAcceptAllModal .modal-dialog .modal-content, .CookieMangePreferencesModal .modal-dialog .modal-content {
        border-radius: 6px;
    }

    .CookieMangePreferencesModal p {
        margin-bottom: 0;
    }

    .cookieBtnGroup .button.cookieBtnGrey {
        margin-bottom: 13px;
    }

    .cookieBtnGroup {
        margin-top: 15px;
    }

        .cookieBtnGroup .button {
            width: 100%;
            margin-bottom: 10px !important;
        }

    .cookiesMangeTabs .nav-tabs {
        display: none;
    }

    .cookiesMangeTabs .tab-content .accordion-header {
        display: block;
        margin: 0;
    }

    .cookiesMangeTabs {
        display: block;
        border-bottom: 0;
        margin-bottom: 15px;
    }

        .cookiesMangeTabs .collapse:not(.show) {
            display: none;
        }

        .cookiesMangeTabs .tab-content .tab-pane {
            display: block;
            opacity: 1;
            padding: 0;
        }

    .CookieMangePreferencesModal .modal-dialog .modal-content {
        padding: 5px 0 0;
    }

    .CookieMangePreferencesModal .selectCookieItems {
        padding: 15px;
        margin-bottom: 0;
    }

    .CookieMangePreferencesModal h3 {
        font-size: 16px;
    }

    .CookieMangePreferencesModal .selectCookieTitle h3 {
        font-size: 20px;
        padding-left: 15px;
    }

    .CookieMangePreferencesModal .cookieBtnGroup .button {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .cookiesMangeTabs .tab-content .accordion-header button {
        border-bottom: 1px solid #DBDBDB !important;
        outline: none;
        text-align: left;
    }

    .cookiesMangeTabs .tab-content .accordion-header[aria-expanded="true"] {
    }

    .price-bag-list.price-bag-details h2 .G5-network-plan img {
        width: 30px;
        margin-left: -3px;
        margin-top: -5px;
    }

    .price-bag-list.price-bag-details.cc h2 .G5-network-plan img {
        width: 30px;
        margin-left: -3px;
        margin-top: -5px;
    }

    .SimOrder-PlanDetails .tag-save, .thm_sammary_table .thm_summary_item .tag-save {
        margin: 5px 0 !important;
    }

    .tag-save span {
        font-size: 12px !important
    }

    .form-portin .top-marg {
        margin-top: 0;
    }

    .header-middle-sec h1 {
        font-size: 17px !important;
        position: relative;
        font-weight: 300 !important;
        margin-bottom: 0 !important;
        padding-bottom: 2px;
        padding-top: 0px !important;
    }

    .paymonthy_banner .header-middle-sec p {
        font-size: 15px !important;
    }

    .fastTopUpsec > div {
        height: auto;
    }

    header .logo-top {
        width: 50px;
    }

    #side-nav-mbl {
        min-height: 50vh;
    }

    .modal-design h2 {
        font-size: 22px !important;
    }

    h2 {
        font-size: 20px;
    }

    .custom-scroll {
        padding-bottom: 10px;
    }

    h5 {
        font-size: 16px;
    }

    .md_w_75 {
        width: 100% !important;
    }

    .benefit-txt {
        font-size: 16px;
    }

    .innner .header-middle-sec h2 {
        font-size: 24px !important;
    }

    .header-middle-sec p {
        font-size: 16px;
    }

    .header-middle-sec p {
        font-size: 14px;
    }

    .plan-sec ul {
        flex-direction: column;
    }

    .international-form button {
        margin-top: 20px;
    }

    .free-sim-section p,
    .banner-ad-section p {
        font-size: 14px;
    }

    .sisu-wrapper .campaign-section {
        padding: 3rem 0.5rem;
    }

    #GenericBasketSection .table tr td,
    #GenericBasketSection .table tr td h6 {
        font-size: 14px;
    }

    .select2-container {
        width: auto;
        z-index: 1;
    }

    .whyChooseThmImg {
        display: none;
    }

    .static-sub ul li img {
        width: 40px;
    }

    .footer-links-new {
        text-align: center
    }

    #msform + .form-section {
        margin-bottom: 7rem !important;
    }

    .price-bag-list h3 {
        padding-left: 5px;
    }

    .student-strip p {
        font-size: 15px;
        padding-left: 10px;
    }

    .learn-more {
        font-size: 15px;
    }

    .confirm_Sec .custom_container {
        padding: 25px 25px;
    }

    .confirm_Sec .footer_btn_wrap {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .confirm_Sec .footer_btn_paypal {
        flex-wrap: nowrap !important;
    }

    .confirm_Sec .footer_btn_wrap .foter_btn {
        width: 100%;
    }

    .footer_btn_wrap .foter_btn {
        font-size: 17px !important;
    }

    .wellcome_msg .custom_container {
        padding: 30px 25px;
    }

    .card-container strong, .bi-trash, .card-body .text-muted, .form-switch .form-check-input, .new-sim-card .fw-bold {
        font-size: 17px !important;
    }

    .summary-card .autoTopUpSwitch {
        height: 16px !important;
        width: 31px !important;
    }

    .cart-icon i {
        color: white;
    }

    .button-group button {
        flex: 1 1 calc(33.333% - 10px);
        box-sizing: border-box;
    }

    .button-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .confirm_Sec .footer_btn_wrap .paypall-footer-btn {
        font-size: 17px !important;
    }

    .testimonial .rating-panel .ts-img {
        max-width: 280px;
    }

    .testimonial .rating-panel .ts-content {
        font-size: 18px;
    }

    .header-middle-sec h2 {
        font-size: 26px !important;
    }

    .roundMask {
        display: none;
    }
}

@media (min-width: 768px) {
    .confirm_Sec .footer_btn_wrap .paypall-footer-btn {
        font-size: 14px !important;
    }
}

@media only screen and (max-width:767px) {

    .data-calculatr .custom-slider {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .ring-container {
        margin-bottom: 40px;
    }

    .data-calculatr .track,
    .data-calculatr .pckg-value {
        width: 100%;
    }

    .data-calculatr .estimte-wrap {
        padding: 30px 20px;
        margin-top: 40px;
    }

        .data-calculatr .estimte-wrap .row {
            flex-direction: column-reverse;
        }

    .confirm_Sec .footer_btn_paypal {
        flex-wrap: wrap !important;
    }

    .bfCheckoutBanner .bfCheckoutBannerDesktop h1 {
        font-size: 24px !important;
        text-align: left !important;
        padding-right: 0px;
    }

    .bfCheckoutBanner .bfCheckoutBannerDesktop p {
        font-size: 16px !important;
        text-align: left !important;
        padding-right: 100px;
    }

    .checkOutPlanDetail .bag-icon {
        width: 100px;
        height: 100px;
    }

    #PostCode-Section .pe-3 {
        padding-right: 8px !important
    }

    .checkOutPlanDetail .bag-icon h2 {
        margin-top: 30px !important;
    }

    #proceedCardPayment {
        width: 100% !important;
    }

    .thm-student-header h1 {
        font-size: 28px !important;
    }

    .black-friday-offer-title::before,
    .black-friday-offer-title::after {
        top: 9px;
    }

    #FastTopUpSection .summary-toggle-title img {
        filter: invert(1)
    }

    .thm_checkout_banner {
        margin-bottom: 25px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #add-card-modal .modal-dialog .modal-content {
        padding: 20px 20px 20px;
    }

    #add-card-modal {
        z-index: 99999;
    }

    .thm_checkout_details {
        padding: 15px 15px;
    }

    .thm_card_tabs {
        column-gap: 10px;
    }

        .thm_card_tabs li {
            flex: 0 0 calc(50% - 5px);
        }

        .thm_card_tabs .nav-link {
            width: 100%;
        }

    .thm-checkbox {
        display: flex;
    }

    .thm_actions_double_btns {
        column-gap: 10px;
    }

    .thm_yellow_btn,
    .thm_blue_btn,
    .thm_prev_btn {
        font-size: 16px;
    }

    .thm_add_credit > .d-flex {
        display: block !important
    }

    .thm_form_switch .form-check-input {
        width: 2em !important;
    }

    .thm_more_padding {
        padding: 15px 15px 15px;
    }

    .thm_add_credit {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .thm_credit_amount {
        margin-top: 15px;
    }

        .thm_credit_amount .thm_number input {
            width: 100%;
        }

    .thm_plan_dropdown_select {
        display: block !important;
    }

    .thm_selectPlan_btn {
        width: 100%;
        margin: 10px 0 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .thm_checkout_offer_plan .col-md-5 {
        width: 40%;
    }

    .thm_checkout_offer_plan .col-md-7 {
        width: 60%;
    }

    .thm_checkout_offer_plan_gift .col-md-6 {
        width: 50%;
    }

    .thm_checkout_offer_plan {
        padding: 20px 20px;
    }

    .thm_mobile_cards img {
        max-width: 100%;
    }

    .thm_plan_list_dropdown {
        position: absolute;
        top: calc(100% - 10px);
        width: 100%;
        left: 0;
    }

    .thm_plan_list_item .thm_plan_list_img {
        flex: 0 0 50px;
    }

    .thm_plan_list_item {
        padding: 6px 15px 6px 5px;
    }

        .thm_plan_list_item .thm_plan_list_img img {
            width: 70%;
        }

        .thm_plan_list_item .thm_plan_list_info h3 {
            font-size: 18px !important;
            margin-top: 5px;
        }

        .thm_plan_list_item .thm_plan_list_info p {
            font-size: 14px !important
        }

    .thm_plan_list_dropdown.thm_plan_list_toggle {
        height: 255px;
    }

    .thm_plan_badge {
        padding: 5px 10px 2px;
        top: -3px;
    }

    .thm_plan_items {
        display: block;
        padding: 10px 10px 5px 10px;
    }

    .thm_selectPlan_modal {
        margin: 10px 0 0 0;
        width: 100%;
    }

    .thm_checkout_plan_list_modal .price-bag-list {
        padding: 12px 0px 12px 0px;
    }

        .thm_checkout_plan_list_modal .price-bag-list ul {
            display: grid;
            grid-template-columns: repeat(3, auto);
        }

            .thm_checkout_plan_list_modal .price-bag-list ul li.color {
                grid-column: 4/4;
            }

            .thm_checkout_plan_list_modal .price-bag-list ul li.color {
                grid-column: 4/1;
                width: 100%;
                padding: 11px 0 0;
                display: flex;
                align-items: center;
            }

                .thm_checkout_plan_list_modal .price-bag-list ul li.color span {
                    display: inline-block;
                    padding-left: 10px;
                }

            .thm_checkout_plan_list_modal .price-bag-list ul li:last-child:after {
                display: none;
            }

    .thm_checkout_plan_list_modal .thm_plan_img,
    .thm_checkout_plan_list_modal .bag-icon {
        width: 80px;
        height: 80px;
    }

    .thm_checkout_plan_list_modal .price-bag-list h3 {
        position: absolute;
        left: 90px;
        top: 36px;
    }

    .thm_checkout_plan_list_modal .thm_yellow_btn {
        margin-top: 10px;
    }

    .thm_checkout_plan_list_modal .price-bag-list {
        padding: 0px 0px 0px 5px;
    }

    .thm_checkout_plan_list_modal .thm_plan_items a {
        min-width: 100%;
        padding: 10px 0px 10px 0px;
        display: block;
        position: static;
        text-align: center;
        background: #fff;
        margin-top: 5px;
    }

    .thm_checkout_plan_list_modal .nav-tabs .nav-item .nav-link {
        font-size: 16px;
        height: 42px;
        padding: 5px 0;
    }

    .thm_checkout_plan_list_modal .btn-close {
    }

    .thm_checkout_plan_list_modal .nav-tabs .nav-item .nav-link .thm_plan_badge {
        font-size: 12px;
    }

    .thm_checkout_plan_list_modal .btn-close {
        top: -12px;
        z-index: 9;
        background-color: #fff;
        opacity: 1;
        background-size: 12px;
    }

    .thm_checkout_plan_list_modal .thm_yellow_btn {
        height: 42px;
        line-height: 24px;
    }

    .thm_checkout_plan_list_modal .price-bag-list ul li {
        padding: 0px 5px 0 5px;
    }

    .thm_checkout_plan_list_modal .nav-tabs {
        margin: 0px auto 20px;
    }

    .thm_checkout_plan_list_modal .nav-tabs {
        display: block;
    }

        .thm_checkout_plan_list_modal .nav-tabs .nav-item:first-child {
            margin-bottom: 10px;
        }

    .thm_error_pages .thm_thum {
        width: 100px;
        margin-bottom: 10px;
    }

    .thm_error_pages h1 {
        font-size: 26px;
    }

    .thm_error_pages p br {
        display: none;
    }

    .thm_error_pages h2 {
        font-size: 22px !important;
    }

    .thm_error_btns button {
        width: 100%;
        margin: 0 0 10px !important;
    }

    .thm_error_pages p {
        margin-bottom: 20px;
    }

    .thm_error_btns {
        margin-top: 20px;
    }

    .thm_varify_account h1 {
        font-size: 24px;
    }

    .thm_varify_account p br {
        display: none;
    }

    .thm_varify_account p {
        font-size: 16px !important
    }

    .thm_paypal_outer h3 {
        font-size: 22px !important;
    }

    .thm_varify_account .alert-danger {
        display: flex;
        font-size: 16px;
    }

    .thm_checkout_plan_list_modal .thm_yellow_btn {
        /*        margin-top: 10px;*/
    }

    .them_error_page_insistence a {
        margin-top: 0;
    }

    .thm_checkout_container {
        padding: 0 !important;
        margin-top: 0px !important;
        max-width: 100%;
        padding-bottom: 70px !important;
    }

    .bfCheckoutContainer {
        margin-top: 0px !important;
    }

    .thm_payment_methods .credit-card-box.newcard h3 {
        margin: 0px 0 15px;
    }

    .thm_plan_list_item .thm_plan_list_img .bag-icon {
        width: 64px;
        height: 64px;
    }

    .lbl_thm_checkout_title {
        padding: 0 15px;
        text-align: center;
    }

    .field-validation-error {
        font-size: 14px !important;
    }

    .thm_checkout_policy .empty_space {
        margin-bottom: 15px;
    }

    .thm_error_pages,
    .thm_varify_account {
        margin-bottom: 0px !important
    }

    .thm_checkout_offer_plan_text h2 {
        font-size: 30px !important;
    }

    .thm_checkout_sim_faq {
        padding-bottom: 0px !important;
    }

        .thm_checkout_sim_faq .mt-5 {
            margin-top: 30px !important;
        }

    .student_network {
        padding: 45px 40px 0
    }

        .student_network img {
            width: 80% !important;
            margin-top: 30px;
        }

        .student_network h2 {
            font-size: 24px !important;
            margin-bottom: 18px !important
        }

        .student_network h3 {
            font-size: 18px !important;
        }

        .student_network p {
            font-size: 18px !important;
            font-weight: 500 !important;
            color: #000 !important
        }

    .student_offer_features {
        padding: 40px 20px !important;
    }

        .student_offer_features h2 {
            text-align: left;
            font-size: 24px !important;
        }

        .student_offer_features .d-flex {
            margin-top: 30px;
        }

        .student_offer_features h3 {
            font-size: 18px !important;
        }

        .student_offer_features img {
            width: 18px !important;
            top: -2px;
            margin-right: 10px;
        }

    .package-search-b .nav-tabs .nav-link {
        width: 100%;
    }

    .fiveG-intro {
        padding-bottom: 10px
    }

        .fiveG-why-choose h2,
        .fiveG-intro h2 {
            font-size: 20px !important
        }

        .fiveG-intro .h4,
        .fiveG-why-choose .h4 {
            font-size: 15px !important;
        }

        .fiveG-intro p,
        .fiveG-why-choose p {
            font-size: 15px !important;
        }

    .fiveG-why-choose {
        margin-top: 100px;
        padding-bottom: 30px
    }

        .fiveG-why-choose .video-portion {
            margin: -100px 0 30px 0;
        }

    .fiveG-key-feature .d-sm-none {
        display: none;
    }

    .fiveG-key-feature h2 {
        margin-top: 0 !important;
    }

    .fiveG-key-feature img {
        margin-bottom: 20px !important
    }

    .fiveG-key-feature {
        margin-bottom: 30px;
    }

    .fiveG-useful-blog {
        padding-top: 40px;
    }

    .fiveG-useful-blog-slide {
        margin-top: 20px
    }

    .fiveG-faq {
        padding-top: 30px !important
    }

        .fiveG-faq .mt-5 {
            margin-top: 0px !important;
            padding-bottom: 0 !important
        }

    .fiveG-useful-blog-slide .blog-item h3 {
        font-size: 18px !important;
    }

    .fiveG-useful-blog h2 {
        text-align: left;
    }

    .fiveG-plans .text-center {
        text-align: left !important;
    }

    .fiveG-outer h2 {
        font-size: 18px !important;
        line-height: 26px;
    }

    .Ordersim-slider .get-double {
        margin-top: 0px
    }

    .fiveG-why-choose .video-portion .video-btn img {
        width: 50px !important;
    }

    .fiveG-why-choose .video-portion a {
        height: 50px
    }

    .banner-plan-fea {
        gap: 8px;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

        .banner-plan-fea span {
            font-size: 14px;
            font-weight: 600;
            padding: 6px 8px;
            font-weight: 400;
            border: 1px solid rgba(255, 255, 255, 0.2)
        }

            .banner-plan-fea span:nth-child(02) {
                order: 3;
            }

    .detailWrapper {
        padding: 15px;
    }

        .detailWrapper .price-bag-list {
            padding: 0 !important
        }

        .detailWrapper .bag-icon {
            top: 45px;
            right: 5px;
        }

        .detailWrapper.newDealsCheckout .bag-icon {
            top: 50px;
        }

    .faq-button:before {
        right: 10px !important;
        top: 23px;
    }

    .faq-button {
        font-size: 16px;
    }

    .detail-page-faq .row {
        margin-top: 0 !important;
    }
    /*.SpecialOfferBanner { margin-bottom: -35px !important; background: #F1F3F4 !important; }*/

    .bfCheckoutBanner.SpecialOfferBanner {
        margin-bottom: 0 !important;
        padding-bottom: 15px;
    }

    /*.SpecialOfferBanner .thm_checkout_steps {  display: none; }*/

    .thm_checkout_details hr {
        display: none !important
    }

    .asSeenOn .brandsOuter img {
        width: 100%;
    }

    .asSeenOn .brandsOuter {
        padding: 0;
    }

    .newDealsCheckout {
        margin-top: -15px;
    }

    .amazingValue {
        padding-left: 22px;
        padding-right: 22px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

        .amazingValue h2,
        .newDealsTestimonial h2,
        .newDealsFaq h2 {
            font-size: 20px !important;
            text-align: left;
        }

        .amazingValue p,
        .newDealsTestimonial p,
        .newDealsFaq p {
            font-size: 16px !important;
            text-align: left;
        }

            .amazingValue p br {
                display: none;
            }

        .amazingValue img {
            width: 95px;
            margin-top: -47px;
        }

    .newDealsSlider .testimonial-sub {
        padding: 20px 15px;
    }

        .newDealsSlider .testimonial-sub .ps-3 {
            padding-left: 0 !important;
        }

    .newDealsTestimonial .testimonail-para {
        padding-bottom: 15px;
    }

    .newDealsTestimonial {
        padding-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .asSeenOn h2 {
        font-size: 20px !important;
    }

    .newDealsFeaturesDesktop,
    .newDealsFaqDesktop {
        display: none
    }

    .newDealsFeaturesMobile {
        display: block
    }

    .newDealsCheckoukContainer .thm_checkout_details {
        padding: 15px 22px 0 !important;
        background: rgb(245, 245, 245);
        background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 78%);
    }

    .newDealsFeatures.newDealsFeaturesMobile {
        background: #F5F5F5;
        padding: 15px 22px 15px 22px;
    }

    .detail-page-faq.newDealsFaq {
        background: #fff;
    }

    .detail-page-faq.thm_checkout_sim_faq_outer.newDealsFaq .thm_checkout_sim_faq {
        padding-top: 10px !important;
    }

    .newDealsOffer .discountOfferRate p {
        grid-template-columns: 78px 1fr;
    }

    .newDealsCheckoukContainer .th_form_group {
        margin-bottom: 10px;
    }

        .newDealsCheckoukContainer .th_form_group .form-control {
            border: 1px solid #C1C1C1 !important;
        }

    .newDealsCheckoukContainer .thm_blue_btn {
        margin: 0 0 0 10px;
        flex: 0 0 150px;
    }

    .newDealsCheckoukContainer .thm_checkout_lookUp .th_form_group {
        margin-bottom: 0 !important
    }

    .newDealsCheckoukContainer .thm_more_padding {
        padding: 15px 22px 15px;
        margin-top: -5px;
        background: #fff;
    }

    .newDealsFaq .faq-button,
    .newDealsCheckoukContainer .planSummaryFaq .faq-button,
    #newDealsTerm-Modal .planSummaryFaq .faq-button {
        padding: 12px 36px 12px 12px !important
    }

        .newDealsFaq .faq-button:before,
        .newDealsCheckoukContainer .planSummaryFaq .faq-button:before,
        #newDealsTerm-Modal .faq-button:before {
            top: 13px;
        }

    .newDealsFaq .mb-4,
    .newDealsCheckoukContainer .planSummaryFaq .mb-4,
    #newDealsTerm-Modal .mb-4 {
        margin-bottom: 10px !important;
    }

    .newDealsFaq p {
        margin-bottom: 10px !important;
    }

    .newDealsTermsLink {
        text-align: center;
        text-decoration: underline;
        color: #000000;
        font-size: 13px;
        margin-top: 10px;
        font-weight: 400;
    }

    .newDealsCheckoukContainer .thm_checkout_lookUp {
        margin-bottom: 10px;
    }

    .newDealsCheckoukContainer .thm_prev_btn {
        background: #f5f5f5 !important;
    }

        .newDealsCheckoukContainer .thm_prev_btn:hover {
            background: #064F92 !important;
        }

    .newDealsCheckoukContainer .newGetDeals {
        margin-top: 5px !important;
    }

    .st7checkoutform .newDealsCheckoukContainer .newGetDeals {
        margin-top: 12px !important;
    }

    .newDealsCheckoukContainer .select2-container--default .select2-selection--single {
        border: 1px solid #C1C1C1 !important;
    }

    .newDealsCheckoukContainer .select2-container {
        margin-bottom: 0px;
    }

    .newDealsCheckoukContainer .thm_actions_double_btns {
        padding-bottom: 45px !important;
    }

    .newDealsCheckoukContainer + .thm_varify_account {
        padding-top: 25px;
        background: rgb(245, 245, 245);
        background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 78%);
    }

    .newDealsCheckoukContainer.bfCheckoutContainer + .thm_varify_account {
        background: #fff !important;
    }

    .newDealsCheckoukContainer.bfCheckoutContainer .thm_checkout_details {
        background: #fff !important;
    }

        .newDealsCheckoukContainer.bfCheckoutContainer .thm_checkout_details #Sim-Payment-Section {
            margin-top: 20px;
        }

    .newStudentsDealsCheckoukContainer .newStudentsDealsOffer {
        position: relative
    }

        .newStudentsDealsCheckoukContainer .newStudentsDealsOffer p img {
            position: absolute;
            top: 10px;
            right: 10px;
        }

    .newStudentOfferTittle {
        position: relative;
        width: 100%;
        /*padding-left: 10px;*/
        margin-bottom: 30px;
    }

        .newStudentOfferTittle img {
            width: 120px;
            position: absolute;
            right: -140px;
            margin: 0;
        }

    .newStudentsDealsCheckout .newDealsTermsLink {
        display: block;
        margin-bottom: 8px;
        color: #fff;
    }

    .bfOfferDetailWrapper.newStudentsDealsCheckout .newDealsTermsLink {
        text-align: left;
        padding-left: 48px;
    }

    .newStudentsDealsCheckoukContainer .newStudentsDealsCheckout {
        padding: 18px 10px 5px;
    }

    .package-section .pt-5 {
        padding-top: 20px !important
    }

    .checkOutPlanDetail.newStudentsDealsCheckout .bag-icon {
        top: 45px !important;
    }

    .st4TopBar .help-support-view span {
        display: none;
    }

    .st4BannerInner h1 {
        font-size: 110px;
        line-height: 140px;
    }

        .st4BannerInner h1 span {
            font-size: 70px;
            line-height: 30px;
            letter-spacing: -5px;
        }

    .st4BannerBottomBar {
        background: transparent;
        padding-bottom: 0;
    }

        .st4BannerBottomBar p {
            font-size: 16px !important;
            color: #fff;
            font-weight: 600;
            display: flex;
            align-items: center;
        }

            .st4BannerBottomBar p i {
                margin-right: 10px;
                font-size: 20px;
                top: 0;
            }

    .st4Banner {
        background: transparent;
        overflow: inherit;
        margin-bottom: 30px;
    }

    .st4TopSectionsWrapper {
        background: linear-gradient(180deg, #1CA8EB 0%, #226EA7 100%);
        padding: 0 15px 40px;
    }

    .st4BannerBottomBar {
        margin-top: 55px;
    }

    .st4Banner .newDealsTermsLink {
        text-align: left;
        color: #fff;
        font-size: 14px;
        padding: 0 0 0 44px;
        font-weight: 400;
        margin-top: 0;
    }

    .st4CheckoutForm {
        padding: 25px 25px 25px;
    }

        .st4CheckoutForm .st4CheckoutAction {
            position: static;
            width: 100%;
        }

        .st4CheckoutForm .thm_blue_btn {
            margin: 0 0 0 20px;
            flex: 0 0 140px;
        }

        .st4CheckoutForm .thm_checkout_lookUp .th_form_group {
            width: calc(100% - 140px);
        }

    .st4AsSeenOn {
        margin-top: 0;
        padding: 40px 0;
    }

    .st4FeatureOuter {
        padding: 40px 20px 20px;
    }

    .st4FeatureInner {
        width: 100%;
    }

    .st4AsSeenOn h2,
    .st4Testimonial h2,
    .st4BttomFaq h2 {
        font-size: 20px !important
    }

    .st4BttomFaq .col-lg-12.text-center p,
    .st4Testimonial .col-lg-12.text-center p {
        font-size: 16px !important;
        color: #585858 !important
    }

    .st4Testimonial {
        padding: 35px 0 20px;
    }

        .st4Testimonial .testimonail-para {
            margin-bottom: 5px;
        }

    .st4Footer {
        margin: 0 !important;
    }

    html body .thm_checkout_sim_faq_outer.st4BttomFaq {
        padding-top: 30px !important;
    }

    .st4BttomFaq .row.pb-5.mt-5 {
        padding-bottom: 15px !important;
    }

    .st4Testimonial .col-lg-12.text-center {
        padding: 0 15px !important
    }

    .st4Testimonial .col-lg-12 {
        padding: 0 !important
    }

    .st4Testimonial .testimonial-sub {
        padding: 35px 0px 15px;
    }

    .st4Testimonial .testimonail-para,
    .st4BttomFaq .col-lg-12.text-center {
        font-size: 16px !important;
    }

    .st4Testimonial .testimonial-sub p {
        padding: 0 15px;
    }

    .st4FeatureBtn {
        padding: 15px;
    }

    .st4StepsBanner .thm_checkout_steps img {
        display: none;
    }

    .st4StepsBanner h1 {
        font-size: 24px !important;
    }

    .st4StepsBanner h1,
    .st4StepsBanner p,
    .st4StepsBanner span {
        text-align: center;
    }

    .st4StepsBanner .newStudentOfferTittle {
        width: 100%;
        padding: 0
    }

    .st4StepsBanner {
        padding: 110px 15px 45px;
        margin-bottom: 0 !important;
    }

    #st4-order-details {
        margin-top: 0 !important;
    }

        #st4-order-details .thm_checkout_details_payment {
            padding-top: 30px !important;
        }

    .st4_checkout_container .thm_sammary_table .thm_summary_item {
        padding: 15px;
    }

    .st4SummaryMobile .price-bag-list {
        padding: 0 !important;
    }

    .st4SummaryMobile .thm_summary_outer {
        padding-bottom: 78px;
    }

    .st4SummaryMobile .thm-sammary-total {
        padding: 20px 15px 0;
    }

    .st4_checkout_container .thm_summary {
        padding: 0;
    }

    .st4BannerBottomBar p {
        display: block;
    }

        .st4BannerBottomBar p span {
            display: block;
            margin-bottom: 10px;
        }

            .st4BannerBottomBar p span:nth-child(02) {
                margin-bottom: 0 !important;
                padding-right: 0;
            }

        .st4BannerBottomBar p svg {
            float: left;
            position: relative;
            top: -4px;
            width: 22px;
        }

            .st4BannerBottomBar p svg path {
                fill: #fff;
            }

        .st4BannerBottomBar p span.st4UnlimitesMin {
            margin: 20px 0 20px !important;
            display: block;
        }

            .st4BannerBottomBar p span.st4UnlimitesMin svg path,
            .st4BannerBottomBar p span.st4UnlimitesMin svg circle {
                fill: #fff;
                stroke: none !important;
            }

    .halloweenOfferBanner {
        background: url(images/thmHalloweenBannerMobile.jpg);
    }

        .halloweenOfferBanner .studentNewOfferBanner h2 {
            font-size: 30px !important;
        }

        .halloweenOfferBanner .header-middle-sec {
            padding-top: 0px;
            padding-bottom: 30px;
        }

        .halloweenOfferBanner .studentNewOfferBanner a {
            width: 190px;
            margin-top: 28px;
        }

    .bfOfferBanner .studentNewOfferBanner h2,
    .bfOfferBanner .studentNewOfferBanner h3 {
        text-align: center;
        display: block;
    }

    .bfOfferBanner .header-middle-sec {
        text-align: center;
    }

        .bfOfferBanner .header-middle-sec .pt-3 {
            padding-top: 5px !important;
        }

    .bfOfferBanner .studentNewOfferBanner h2 {
        margin-bottom: 10px;
        text-align: center;
        font-size: 15px !important;
    }

    .bfOfferBanner .studentNewOfferBanner h3 {
        font-size: 30px !important;
        margin-bottom: 0px;
        text-align: center;
    }

        .bfOfferBanner .studentNewOfferBanner h3 span {
            font-size: 30px !important;
        }

    .bfOfferBanner .studentNewOfferBanner h1 {
        font-size: 24px !important;
        font-weight: 500 !important;
        padding: 0px 0 5px !important;
    }


    #add-card-modal .modal-dialog .modal-header h5 {
        font-size: 20px;
    }

    .njaddNewCard h3 {
        font-size: 16px;
    }

    .bfOfferBanner .bfBigOfferImg {
        right: 20px;
        top: auto;
        width: 130px;
        bottom: 40px;
    }

    .bfOfferBanner .d-flex {
        display: block !important;
        padding-left: 10px;
        padding-top: 0 !important;
    }

    .bfOfferBanner .studentNewOfferBanner p {
        font-size: 16px !important;
        padding-bottom: 10px !important;
        margin-top: 5px;
        max-width: 100% !important;
        padding-left: 10px;
    }

        .bfOfferBanner .studentNewOfferBanner p img {
            width: 18px;
            margin-right: 10px;
        }

    .bfCheckoutBanner .bfCheckoutBannerDesktop {
        display: block;
    }

    .bfCheckoutBanner .bfCheckoutBannerMobile {
        display: block;
    }

        .bfCheckoutBanner .bfCheckoutBannerMobile p {
            font-size: 16px !important;
            color: #545454;
            margin: 5px 0 10px;
        }

    .bfOfferDetailWrapper {
        margin-left: -22px;
        margin-right: -22px;
        border-radius: 0;
    }

    .thm_payPal_section p br {
        display: none;
    }

    .cardsTabs {
        flex-wrap: nowrap;
        padding: 0 20px;
        overflow: hidden;
        overflow-x: scroll;
        margin: 0px -24px;
    }

        .cardsTabs li {
            flex-basis: 50%;
            padding: 0 4px;
        }

            .cardsTabs li .nav-link {
                height: 95px !important;
                font-size: 15px !important
            }

                .cardsTabs li .nav-link i,
                .cardsTabs li .nav-link svg,
                .cardsTabs li .nav-link img {
                    display: block;
                    margin: 0 auto 5px !important;
                    font-size: 24px !important;
                    width: 30px !important;
                }

                .cardsTabs li .nav-link svg {
                    margin-bottom: 0 !important;
                }

    #topupAuthCard #credit-card {
        position: relative;
    }

    html body #FastTopUpSection .summary-cart-outer .summary-toggle-title {
        color: #fff !important;
        font-size: 18px !important;
        padding: 15px !important;
        align-items: center;
    }

    .roamingPageBanner .header-middle-sec h1 {
        margin-bottom: 8px !important;
    }

    .roamingPageBanner .header-middle-sec h2 {
        margin-bottom: 0px;
    }

    .newsNote {
        margin-bottom: 0;
        padding: 15px 15px;
    }

    .roamingPackageTitle h2 {
        font-size: 22px !important;
    }

    .thmPackagesGridRoaming .packageItemOuter {
        flex-basis: calc(100% - 0px);
    }

    .roamingCountrySelection h2 {
        font-size: 22px !important;
        margin-bottom: 18px;
    }

    .thmPackagesGridRoaming {
        margin-bottom: 15px;
    }

    .roamingDataCalLRates {
        padding: 25px 15px 25px;
    }

        .roamingDataCalLRates h2 {
            font-size: 20px !important;
        }

        .roamingDataCalLRates .romaingRatesList {
            padding: 25px 18px;
        }

    .roamingRatesCardsContainer img {
        width: 100% !important;
    }

    .roamingFeaturesDetail h3 {
        font-size: 24px !important;
    }

    .roamingFeaturesDetail h4 {
        font-size: 18px !important;
    }

    #footer {
        padding-top: 12px;
    }

        #footer .col-6 {
            width: 100%;
        }

        #footer .quick-links {
            margin-bottom: 0;
            padding: 0;
            border-bottom: 1px solid rgba(216,218,219,0.40);
        }

        #footer .row .col-6:last-child .quick-links {
            border-bottom: 0;
        }

        #footer .quick-links ul {
            display: none;
            overflow: hidden;
            margin: 0;
            padding: 0 10px 10px;
            transition: 300ms;
        }

        #footer .active .quick-links ul {
            display: block;
        }

        #footer .quick-links h4 {
            margin: 0;
            padding: 18px 10px;
            font-size: 17px !important;
            font-weight: 500 !important;
            position: relative;
        }

            #footer .quick-links h4:after {
                width: 13px;
                background: #fff;
                height: 2px;
                content: "";
                position: absolute;
                right: 10px;
                top: 28px;
            }

            #footer .quick-links h4:before {
                height: 13px;
                background: #fff;
                width: 2px;
                content: "";
                position: absolute;
                right: 15px;
                top: 23px;
            }

        #footer .active .quick-links h4 {
            padding-bottom: 10px;
        }

            #footer .active .quick-links h4:before {
                display: none;
            }

    .thmUpdatedBanner .header-middle-sec h1, .thmUpdatedBanner .header-middle-sec h4 {
        font-size: 16px !important;
        margin-bottom: 0 !important;
    }

    .thmUpdatedBanner .header-middle-sec h2, .thmUpdatedBanner .header-middle-sec h3, .thmUpdatedBanner .header-middle-sec h3 span {
        font-size: 24px !important;
        margin-top: 0 !important;
    }

    .thmUpdatedBanner .header-middle-sec div {
        padding-top: 20px;
    }

    .thmUpdatedBanner .header-middle-sec h2 {
        padding-top: 5px !important;
    }

    .st6PlanTermsModal .faq-answer {
        height: calc(100dvh - 215px);
    }

    html body #FastTopUpSection .summary-cart-outer .summary-toggle-title {
        color: #fff !important;
        font-size: 18px !important;
        padding: 15px !important;
        align-items: center;
    }

    .roamingPageBanner .header-middle-sec h1 {
        margin-bottom: 8px !important;
    }

    .roamingPageBanner .header-middle-sec h2 {
        margin-bottom: 0px;
    }

    .newsNote {
        margin-bottom: 0;
        padding: 15px 15px;
    }

    .roamingPackageTitle h2 {
        font-size: 22px !important;
    }

    .thmPackagesGridRoaming .packageItemOuter {
        flex-basis: 100%;
    }

    .roamingCountrySelection h2 {
        font-size: 22px !important;
        margin-bottom: 18px;
    }

    .thmPackagesGridRoaming {
        margin-bottom: 15px;
    }

    .roamingDataCalLRates {
        padding: 25px 15px 25px;
    }

        .roamingDataCalLRates h2 {
            font-size: 20px !important;
        }

        .roamingDataCalLRates .romaingRatesList {
            padding: 25px 18px;
        }

    .roamingRatesCardsContainer img {
        width: 100% !important;
    }

    .roamingFeaturesDetail h3 {
        font-size: 24px !important;
    }

    .roamingFeaturesDetail h4 {
        font-size: 18px !important;
    }

    #footer {
        padding-top: 12px;
    }

        #footer .col-6 {
            width: 100%;
        }

        #footer .quick-links {
            margin-bottom: 0;
            padding: 0;
            border-bottom: 1px solid rgba(216,218,219,0.40);
        }

        #footer .row .col-6:last-child .quick-links {
            border-bottom: 0;
        }

        #footer .quick-links ul {
            display: none;
            overflow: hidden;
            margin: 0;
            padding: 0 10px 10px;
            transition: 300ms;
        }

        #footer .active .quick-links ul {
            display: block;
        }

        #footer .quick-links h4 {
            margin: 0;
            padding: 18px 10px;
            font-size: 17px !important;
            font-weight: 500 !important;
            position: relative;
        }

            #footer .quick-links h4:after {
                width: 13px;
                background: #fff;
                height: 2px;
                content: "";
                position: absolute;
                right: 10px;
                top: 28px;
            }

            #footer .quick-links h4:before {
                height: 13px;
                background: #fff;
                width: 2px;
                content: "";
                position: absolute;
                right: 15px;
                top: 23px;
            }

        #footer .active .quick-links h4 {
            padding-bottom: 10px;
        }

            #footer .active .quick-links h4:before {
                display: none;
            }

    .thmUpdatedBanner .header-middle-sec h1, .thmUpdatedBanner .header-middle-sec h4 {
        font-size: 16px !important;
        margin-bottom: 0 !important;
    }

    .thmUpdatedBanner .header-middle-sec h2, .thmUpdatedBanner .header-middle-sec h3, .thmUpdatedBanner .header-middle-sec h3 span {
        font-size: 24px !important;
        margin-top: 0 !important;
    }

    .thmUpdatedBanner .header-middle-sec div {
        padding-top: 20px;
    }

    .thmUpdatedBanner .header-middle-sec h2 {
        padding-top: 5px !important;
    }

    .st6PlanTermsModal .faq-answer {
        height: calc(100dvh - 215px);
    }

    .st6PlanTermsModal .st6FaqFooterBtn {
        bottom: 15px;
        width: calc(100% - 30px);
        left: 15px;
        transform: translateX(0%);
    }

    .st6Banner#st7homebanner {
        margin-bottom: 0 !important;
        background: #fff !important
    }

        .st6Banner#st7homebanner img {
            margin: 5px auto !important;
        }

    .st7checkoutform .newDealsPlanDetail {
        padding-left: 8px;
    }

    .st7checkoutform .newDealsCheckoukContainer .thm_checkout_details {
        background: #fff;
    }

    .st8Banner {
        max-width: 516px;
    }

    .st6PlanTermsModal .st6FaqFooterBtn {
        bottom: 15px;
        width: calc(100% - 30px);
        left: 15px;
        transform: translateX(0%);
    }

    .st6Banner#st7homebanner {
        margin-bottom: 0 !important;
        background: #fff !important
    }

        .st6Banner#st7homebanner img {
            margin: 5px auto !important;
        }

    .st7checkoutform .newDealsPlanDetail {
        padding-left: 8px;
    }

    .st7checkoutform .newDealsCheckoukContainer .thm_checkout_details {
        background: #fff;
    }

    .st8Banner {
        max-width: 516px;
    }
}

@media (max-width: 640px) {
    .testimonial .rating-panel {
        margin-top: 10px;
    }

        .testimonial .rating-panel .ts-img {
            max-width: 240px;
        }

        .testimonial .rating-panel .ts-content {
            font-size: 14px !important;
        }

    .more_with #PlansSection .plan-card {
        height: 265px;
    }

    .detail_form {
        padding-top: 50px;
    }
}

@media (max-width: 640px) {
    .pp-logo-ee {
        max-width: 115px !important;
        padding-left: 2px;
    }

        .pp-logo-ee.cc-ee {
            max-width: 110px !important;
        }

    .packageItemOuter {
        flex-basis: 100%;
    }

    .flexible_plan .packageItemOuter {
        flex-basis: 100%;
    }

    .thmPackageTabs .btn {
        padding: 0 8px !important;
        font-size: 14px !important;
    }

    .thmHomePackages {
        padding: 10px 0 30px;
    }

    .thmPackageTabs {
        padding: 0;
        gap: 5px;
        margin-bottom: 10px;
    }

    .packagesGrid .popularPackage .popularTag {
        padding: 9px 0 20px;
    }

    .packageItemInner, .thmPackagesGridSub2 .packageItemInner {
        padding: 18px 20px 74px;
    }

    .packageFooter {
        display: flex;
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
        gap: 10px;
    }

    .thmPackagesGridSub2 .packageItemInner .packageFooter, .thmDetailPagePackage .packageItemInner .packageFooter {
        display: block;
    }

    .packageFooter * {
        flex-basis: 50%;
    }

    .packageFooter .button {
        margin: 0;
        order: 2;
    }

    .packageFooter a {
        padding: 10px 5px;
        border-radius: 3px;
        display: block;
        border: 1px solid #A2A2A2;
        font-weight: 500;
    }

    .packageItemInner h2 {
        margin-bottom: 8px;
    }

    .packageItemInner p .checkIcon {
        top: 1px;
    }

    .packagesGrid {
        gap: 15px;
    }

    .thmNewHeader nav li a:hover {
        color: #dde22f;
    }

    .thm_plan_list_item .thm_plan_list_img .bag-icon h2 {
        font-size: 13px !important;
    }

    .fiveG-why-choose a,
    .fiveG-key-feature a {
        width: 100%;
    }

    .py-3.position-fixed.w-100.bottom-0 p {
        text-align: center !important;
    }

    .py-3.position-fixed.w-100.bottom-0 {
        margin-bottom: 0 !important;
        position: relative !important;
    }

    .thm_varify_account {
        padding-bottom: 75px !important;
    }

    footer.py-3.position-fixed.w-100.bottom-0.mb-5 {
        margin-bottom: 56px !important;
    }

    footer.py-3.position-fixed.w-100.bottom-0 {
        margin-bottom: 56px !important;
    }

        footer.py-3.position-fixed.w-100.bottom-0.st6Footer {
            margin-bottom: 0 !important;
        }

    html body .thm_checkout_sim_faq_outer {
        padding: 0 0 10px !important;
    }

    .newDealsOffer img {
        right: 15px;
    }
}


@media only screen and (max-width:600px) {
    .flag-rate-area-plan-details .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .main_banner_christmas .mobile_contract {
        font-size: 24px;
    }

    .price-bag-package li {
        padding: 20px;
    }

    .thousand_client .single_div p {
        font-size: 60px !important;
    }

    .header-middle-sec h1 {
        padding-top: 0 !important
    }

    .header-home-page {
        padding-bottom: 7rem;
    }

    .footer-nav ul li {
        font-size: 14px;
        padding: 5px 10px 0;
    }

    .innner .header-middle-sec h1 {
        font-size: 24px !important;
    }

    .journey_balon {
        max-width: 125px;
    }


    #PlansSection .plan-card {
        height: auto;
    }

    body p {
        line-height: 1.4 !important;
        font-size: 13px !important;
    }

    .faq-answer p {
        text-align: left !important;
    }

    .side-nav img {
        width: 70px;
        display: block;
        margin: 70px auto 30px;
    }

    .side-nav ul li,
    .side-nav ul li ul li {
        font-size: 14px;
    }

    .sim-benefits {
        padding: 0rem !important;
    }

    #msform ul {
        padding-left: 0;
    }

    .price-bag-package li:nth-child(1) {
        order: 1;
    }

    .price-bag-package li h2 span {
        display: block;
        margin-left: 0;
    }

    .bag-icon {
        height: 100px;
        width: 100px;
        background-size: contain !important;
    }

    .price-bag-package li h2 {
        font-size: 50px !important;
    }

    .header-b .header-middle-sec {
        text-align: left;
    }

    .header-b .header-middle-sec-innner {
        min-height: auto;
        margin-bottom: 30px;
    }

    .free-sim-section .text-sm-center {
        text-align: center;
    }

    footer .col-sm-6 {
        width: 50%;
    }

    footer::before {
        width: 150px;
        height: 400px;
        bottom: 20px;
        background-position: top right;
    }

    footer::after {
        width: 300px;
        height: 500px;
        top: 0;
        bottom: auto;
    }

    .plan-sec ul li {
        width: 100%;
        text-align: center;
    }

    .bag-icon h2 {
        font-size: 18px !important;
        margin: 30px 0 0;
    }

    .redy-to-transfer img {
        max-width: 100%;
        margin: 20px auto 0;
        display: block;
        position: relative;
        right: auto;
        bottom: auto;
    }

    .free-sim-header {
        min-height: auto;
        margin-bottom: 30px;
    }

    .top-form-banner {
        margin-bottom: 15px;
    }

    .quick-links h4 {
        font-size: 12px !important;
    }

    .price-hike p {
        font-size: 14px !important;
    }

    .learn-more {
        font-size: 13px;
    }

    .student-strip p {
        padding-left: 10px;
    }

    .student-strip img {
        width: 25px;
    }

    .arrow-mobile {
        font-size: 18px;
    }
}

@media (max-width: 580px) {
    .testimonial .rating-panel {
        margin-bottom: 10px;
    }

        .testimonial .rating-panel .ts-img {
            max-width: 220px;
        }

    .get-double {
        padding-left: 9px !important;
        font-size: 11px !important;
    }

    .port-in-table {
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .mobile-view-column {
        width: 33.33% !important;
    }

    .rate-price {
        display: block;
        text-align: center;
        padding: 0 !important;
    }

        .rate-price h3 {
            font-size: 16px !important
        }

    #Internationalrate .rate-price img {
        width: 25px;
        margin-bottom: 10px;
    }

    .rate-price h3 small {
        font-size: 12px;
    }

    .rate-price h3 span {
        font-size: 14px;
    }

    .row-padding {
        padding: 11px;
    }

    h2,
    h3,
    h4 {
        font-size: 22px !important;
    }

    .check-out-trust .trust-pilot-logo span {
        font-size: 13px;
        padding-left: 6px;
    }

    .faq-button[aria-expanded="false"]:before {
        top: 8px !important
    }

    .rate-price img {
        margin-right: 0;
    }

    .heading-mobile {
        text-align: center;
    }

    .free-sim-plans {
        position: relative;
        top: -20px;
    }
}

@media (max-width: 574px) {
    .check-out-trust .trust-pilot-logo {
        margin: 0 auto;
    }

    .last_layer {
        bottom: -3px;
    }

    .main_banner_christmas .mobile_contract {
        font-size: 22px;
        font-weight: 500;
    }

    .main_banner_christmas .moreGigsText h1 {
        font-size: 39px !important;
        line-height: 53px;
    }

    .main_banner_christmas .friday_live {
        padding: 3px 18px;
    }

        .main_banner_christmas .friday_live span {
            font-size: 16px;
        }

    .moreGigsText ul li {
        font-size: 17px;
    }

    .chrismas_h2 {
        line-height: 30px;
    }

    .free_sim_chismas .bisim_img {
        transform: rotate(90deg) !important;
        width: 100% !important;
        height: 100% !important;
        margin: -15px 0px;
        margin-bottom: -15px !important;
    }

    .simbig_side {
        flex-direction: column;
    }

    .free_sim_chismas .mid_yelow_t {
        font-size: 22px !important;
        text-align: center;
        max-width: 298px;
        font-weight: 500;
    }

    .st8PlanInfo div:first-child:after {
        right: -70% !important;
    }

    .main_banner_christmas .moreGigsText .rigth_home_mobile {
        right: -14px;
    }

    .save_big {
        flex-direction: column;
        row-gap: 15px;
        padding: 30px 15px;
    }

        .save_big .mid_text {
            text-align: center;
        }

    .st8PlanInfo h2 {
        font-size: 30px !important;
    }

    .st8PlanInfo h3 {
        font-size: 14px !important
    }
}

@media only screen and (max-width: 574px) {
    .st8Banner {
        max-width: calc(100% - 24px);
        padding-top: 15px;
    }

    .bfCheckoutBanner .bfCheckoutBannerDesktop h1 {
        font-size: 23px !important;
    }

    .tab-form {
        margin-top: 0 !important;
        padding: 5px 0 !important;
    }

    .form-sub-sec {
        padding: 0;
    }

    .tab-form h2 {
        font-size: 20px !important;
        margin-top: 3px;
    }

    .form-sub-sec button {
        line-height: 0;
    }

    .fastTopUpTitle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 0;
    }

    .form-sub-sec .fastTopUpTitle h2 {
        padding-top: 5px;
    }

    .fastTopUpTitle .form-check-input {
        width: 38px !important;
        height: 22px !important;
        background-image: url(/assets/Web/images/round-icon.svg) !important;
        background-size: 10px;
        background-color: #8f9ea3;
        border-color: #8f9ea3;
        box-shadow: 0 0 0;
        background-position-x: 4px;
        display: block;
    }

    .form-sub-sec h2 img,
    .fastTopUP-img {
        width: 24px;
        position: relative;
        top: -3px;
    }

    .fastTopUpTitle .form-check-input:checked {
        background-color: #064F92;
        border-color: #064F92;
        background-position-x: 22px !important;
    }

    .fastTopUpsec {
        /*height: 42px;*/
        overflow: hidden;
        transition: 300ms;
        display: block !important;
    }

        .fastTopUpsec.slideDown {
            /*height: 162px;*/
            transition: 300ms;
        }

        .fastTopUpsec .col-xl-4 {
            margin-bottom: 0 !important;
        }

        .fastTopUpsec .col-xl-3 {
            margin-bottom: 10px !important;
        }

    .FastTopupSubmit {
        gap: 15px;
    }

        .FastTopupSubmit button {
            width: 66px !important;
            padding-left: 22px;
            padding-right: 20px;
        }

            .FastTopupSubmit button span {
                display: none;
            }

            .FastTopupSubmit button svg {
                display: block;
            }

            .FastTopupSubmit button:disabled svg path {
                fill: #fff;
            }

        .FastTopupSubmit div:first-child {
            width: calc(100% - 85px);
        }

    .fastTopUpsec .custom-scroll {
        padding-bottom: 3px;
        margin-bottom: 8px;
    }

    .affiliateMonthly .bag-icon,
    .affiliateYearly .bag-icon {
        margin-top: 15px;
    }

    .Ordersim-slider .affiliateMonthly .bag-icon,
    .Ordersim-slider .affiliateYearly .bag-icon {
        margin-top: 0;
    }

    .affiliateMonthly .thm_plan_list_img .bag-icon,
    .affiliateYearly .thm_plan_list_img .bag-icon {
        margin-top: 0 !important;
    }

    .planSummaryFaq {
        padding: 0 15px;
    }

    .detailWrapper .internationalPlan .button {
        margin-top: 55px !important;
    }

    .detailWrapper .boltplan .button {
        margin-top: 40px !important;
    }

    .internationalPlanModal .modal-design > ul > li:first-child {
        padding-bottom: 20px !important;
    }

    .newStudentsDealsCheckoukContainer .newStudentsDealsOffer p {
        font-size: 16px !important;
    }

        .newStudentsDealsCheckoukContainer .newStudentsDealsOffer p span {
            font-size: 13px;
        }

    .thm_varify_accout_fields .thm_blue_btn {
        padding: 14px 15px;
        flex-basis: 160px;
    }

    .thm_varify_accout_fields .form-control {
        flex-basis: calc(100% - 170px);
    }
    .dashHidden {
        display: none;
    }
}

@media only screen and (max-width:574px) {
    .price-bag-list h2 {
        position: relative;
        top: 0;
    }

    .price-bag-list {
        padding: 10px 20px;
    }

    .Ordersim-slider .price-bag-list {
        padding-left: 0px;
    }

        .Ordersim-slider .price-bag-list h2 {
            font-size: 16px !important;
        }

    .header-middle-sec h2 {
        font-size: 22px !important;
        padding: 0 0 10px !important;
    }

    .header-middle-sec h3 {
        font-size: 16px !important;
    }

    .header-middle-sec p {
        font-size: 14px !important;
        max-width: 350px;
        margin: auto;
    }

    .hero-header h2 {
        font-size: 22px !important;
    }

    .hero-header p {
        font-size: 16px;
    }

    .footer-nav ul li:not(:last-child)::after {
        content: '';
        margin: 0;
    }

    .tab-form h2 {
        font-size: 24px !important;
    }

    .slide-icon h3 {
        font-size: 18px !important;
        font-weight: 600;
    }

    .rate-country {
        flex-direction: column;
    }

        .rate-country li {
            text-align: center;
            width: 100%;
        }

            .rate-country li:last-child {
                text-align: center;
            }

    .free-sim-section img {
        margin-bottom: 15px;
        width: 50px;
        height: 50px;
    }

    .free-sim-section p,
    .banner-ad-section p,
    .free-sim-section h2,
    .banner-ad-section h2 {
        text-align: center;
    }

    .sisu-wrapper .form-section {
        padding: 0;
    }

    .boz {
        padding: 0 !important;
    }

    .billing-address {
        display: flex;
    }

        .billing-address > label {
            font-size: 12px;
            padding-left: 10px;
            padding-top: 3px;
        }

    .form-check-input {
        width: 1.2em !important;
        height: 1.2em !important;
    }

    .form-check-input-b {
        width: 2em !important;
        height: 2em !important;
    }

    .ps-2xx {
        padding-left: 15px;
    }

    .thm-app-mobile {
        padding: 2rem 0 !important;
        text-align: center;
        margin-top: 30px;
    }

        .thm-app-mobile .col-lg-5:first-child {
            order: 2;
            margin-top: 30px !important;
        }

    .offset-1 {
        margin: 0 !important;
    }

    .thm-app-mobile .img-fluid {
        margin: 0 auto;
        display: block;
        max-width: 90%;
    }

    .thm-app-mobile br {
        display: none !important;
    }

    .app-bar-mobile-modal {
        margin: 0 15px;
    }

    header {
        /*     background-image: url(/assets/Web/images/G5-mobile-view.png);
            background-size: cover;
            background-repeat: no-repeat;*/
        background-position: center bottom;
    }

    .tab-form {
        position: relative;
        margin-top: -80px;
    }

    .price-hike h2 {
        font-size: 22px !important;
    }

    .student-strip {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        padding: 15px 20px;
    }

        .student-strip p {
            text-align: left;
            flex: auto;
            padding-left: 20px;
        }

        .student-strip .bi-chevron-right {
            color: #000;
        }

        .student-strip a {
            flex: 0 0 30px;
        }

    footer .col-sm-6 {
        width: 100%;
    }

    .studentNewOfferBanner h2 {
        font-size: 30px !important;
        padding-top: 15px !important;
    }

        .studentNewOfferBanner h2 img {
            width: 75px;
            right: -84px;
            top: 0px;
        }

    .studentNewOfferBanner h3 {
        font-size: 25px !important;
    }

        .studentNewOfferBanner h3 span {
            font-size: 44px !important;
        }

    .studentNewOfferBanner p {
        font-size: 14px !important;
        margin-bottom: 5px !important;
    }

    .studentNewOfferBanner a {
        width: 125px;
    }

    .studentNewOfferBanner {
        padding-bottom: 25px;
    }

    .st6PlanTermsModal#newDealsTerm-Modal .modal-dialog .modal-body {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .custom_container .twin_btn {
        row-gap: 10px;
    }

        .custom_container .twin_btn li {
            max-width: 100%;
        }

    .custom_container .pay_btn {
        max-width: 100%;
    }

    .wellcome_msg .footer_btn_wrap {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .wellcome_msg .top_img {
        max-width: 90px;
    }

    .confirm_Sec {
        padding: 20px 0px;
    }

    confirm_Sec_Paypal {
        padding: 0px 0px !important;
    }

    .confirm_Sec .container-fluid {
        padding: 0px;
    }

    .wellcome_msg {
        padding: 20px 0px;
    }

        .wellcome_msg .container-fluid {
            padding: 0px;
        }

    .st8WeAreFlying .img_wrap {
        margin-top: -90px;
    }

    .st8WeAreFlying ul {
        padding-left: 30px;
    }

    .st8WeAreFlying .snImg {
        margin-right: 60px;
    }
}

@media (max-width: 475px) {
    .neutral_btn {
        padding: 10px 18px;
        line-height: 20px;
    }

    .main_banner_christmas .mobile_contract {
        font-size: 19px;
    }

    .main_banner_christmas .moreGigsText ul li {
        font-size: 14px;
    }

    .mobVer {
        display: block;
    }

    .deskVer {
        display: none;
    }

    .data-calculatr .estimte-wrap .rset-btn:hover {
        background-color: #fff !important;
    }

    .data-calculatr .estimte-wrap .calc-plan-btn:hover {
        background-color: #DDE22F !important;
    }


    .top_banner_blue .moreGigsText h1 {
        font-size: 30px !important;
        line-height: 35px;
        max-width: 265px;
    }

    .imgSide {
        position: relative;
        left: -35px;
        top: -7px;
        max-width: 177px;
    }

    .top_banner_blue .custom_container {
        gap: 0px;
        padding-top: 0px;
    }

    .paymonthy_banner h1 {
        font-size: 17px !important;
        line-height: 26px;
        padding-bottom: 0px;
    }

    .paymonthy_banner .header-middle-sec p {
        font-size: 13px !important;
        line-height: 28px;
    }

    .not_sure .text_side h3 {
        font-size: 26px !important;
        line-height: 34px;
        font-weight: 700;
    }

    .more_data h3 {
        font-size: 26px !important;
        line-height: 34px;
        font-weight: 700;
    }

    .more_data p {
        font-size: 16px !important;
    }

    .more_with h3 {
        font-size: 26px !important;
        line-height: 34px;
        font-weight: 700;
    }

    .monthly_testimonial_enhancement .testimonail-heading {
        font-size: 26px !important;
        line-height: 34px;
        font-weight: 700;
    }
    /*    .main_banner_christmas .moreGigsText {
        padding: 0px 8px;
    }*/
    .learn_more .top_heading h3 {
        font-size: 26px !important;
        line-height: 34px;
        font-weight: 700;
    }

    .ready_switch .main_wraper h3 {
        font-size: 26px !important;
        line-height: 34px;
        padding-top: 20px;
    }

    .why_talk .top_heading h3 {
        font-size: 26px !important;
        line-height: 34px;
        font-weight: 700;
    }

    .monthly_package .top_heading h3 {
        font-size: 26px !important;
        line-height: 34px;
        font-weight: 700;
    }

    .why_talk .top_heading p {
        font-size: 16px !important;
    }

    .why_talk .slide-icon p {
        font-size: 16px !important;
        font-weight: 500;
    }

    .why_talk .slide-icon img {
        height: 65px;
    }

    .ready_switch .main_wraper h3 {
        font-size: 26px !important;
        line-height: 34px;
    }

    .not_sure .text_side h5 {
        font-size: 20px !important;
        line-height: 26px;
    }

    .why_talk .slide-icon {
        padding: 30px 30px;
    }

    .monthly_package {
        padding-top: 40px;
    }

    .why_talk {
        padding: 35px 0px;
    }

    .more_data .text_detail {
        padding: 0px 15px;
    }

    .more_data .custom_container_monthly {
        padding: 0px 0px;
    }

    .more_data .coverage_wraper {
        border-radius: 0px;
    }

        .more_data .coverage_wraper .text_wraper img {
            max-width: 125px;
            width: 100%;
        }

    .more_with {
        padding: 40px 0px;
    }

        .more_with .top_heading p {
            font-size: 16px;
            padding-bottom: 10px;
        }

        .more_with #PlansSection .plan-card h2 {
            font-size: 18px !important;
            line-height: 32px;
        }



    .top_banner_blue .btnWrap a {
        padding: 4px 25px;
        font-size: 14px;
    }

    .trust-pilot-logo {
        justify-content: center !important;
    }

        .trust-pilot-logo span {
            padding-left: 8px;
        }

    .price-bag-details h2 {
        font-size: 20px !important;
        padding-left: 10px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .card-rate .price-bag-list ul li:first-child {
        padding-left: 10px !important;
    }

    .data-calculatr {
        padding-top: 20px;
    }

        .data-calculatr .lft-colm h2 {
            margin-bottom: 20px;
        }

        .data-calculatr .totl-data-pln {
            gap: 0px;
            margin-bottom: 10px;
        }

            .data-calculatr .totl-data-pln h3 {
                text-align: center;
                margin-top: 20px;
            }

        .data-calculatr .custom-slider {
            gap: 5px;
        }

        .data-calculatr .prgsbar-wrap {
            margin-bottom: 0px;
        }

        .data-calculatr .estimte-wrap {
            margin-top: 15px;
        }

            .data-calculatr .estimte-wrap h2 {
                margin-bottom: 10px;
                text-align: center;
            }

    .donut .donut_svg {
        width: 100%;
        margin: 0 auto;
        height: 160px;
    }

    .data-calculatr .estimte-wrap p {
        margin-bottom: 17px;
    }

    .data-calculatr .estimte-wrap .btn.rset-btn {
        margin-bottom: 0px;
    }

    .feature-section {
        padding-top: 25px !important;
    }

    .st8PlanInfo h2 {
        font-size: 44px !important;
    }

    .st8PlanInfo div:first-child {
        padding-left: 18px;
    }

    .st8PlanInfo div:last-child {
        padding-right: 24px;
    }

    .innner .header-middle-sec h1 {
        font-size: 17px !important;
    }
    /*    .header-middle-sec h1 {
        font-size: 22px !important;
    }*/
    .header-middle-sec h2 {
        font-size: 17px !important;
    }

    .chrismas_h2 {
        font-size: 24px !important;
    }

    .christmas_why .chrismas_h2 {
        font-size: 24px !important;
    }

    .detail_form {
        padding-top: 30px;
    }

    .main_banner_christmas .btnWrap {
        display: flex;
        flex-direction: column;
        row-gap: 4px;
    }

        .main_banner_christmas .btnWrap button {
            text-align: left;
        }

    .main_banner_christmas .moreGigsText h1 {
        font-size: 22px !important;
        line-height: 42px;
    }

        .main_banner_christmas .moreGigsText h1 strong {
            font-size: 35px !important;
            line-height: 46px;
        }

    .main_banner_christmas .moreGigsText .chris_banner_p {
        max-width: 190px;
        margin-bottom: 8px;
        margin-top: 8px;
        font-size: 12px !important;
    }

    .flexible_plan {
        padding-top: 40px;
    }

    .detail_form .main_wraper .testimonial_side {
        background: transparent;
        padding: 0px 20px;
    }

    .detail_form .main_wraper .form_side {
        background: transparent;
        padding: 0px 20px;
    }

        .detail_form .main_wraper .form_side small {
            padding-top: 10px;
        }

    .christmas_why .property_wraper {
        grid-template-columns: repeat(1, 1fr);
    }

    .save_big {
        padding: 75px 15px;
        flex-direction: column;
        row-gap: 15px;
        text-align: center;
        padding-bottom: 150px;
    }

        .save_big .neutral_btn {
            max-width: 100%;
        }

        .save_big div img {
            display: none;
        }

        .save_big .mid_text h4 {
            font-size: 37px !important;
            line-height: 48px;
        }

    .save_big_banner .mid_text p {
        font-size: 16px !important;
    }

    .st10_save_big {
        padding-top: 0px;
        margin-top: 0px;
    }

    .header-middle-sec {
        padding: 37px 0px;
    }

    .homeMask {
        display: none;
    }

    .lineMask {
        display: none;
    }

    header {
        background-image: url(/assets/Web/images/newHome/mobileBg.svg);
    }

    .sim5Chris {
        background-image: url(/assets/Web/images/newHome/mobileBg.svg);
    }
}


@media (max-width: 450px) {
    .real_deal {
        padding-top: 30px;
    }

        .real_deal .top_heading h2 {
            font-size: 22px !important;
            line-height: 33px;
            padding-bottom: 10px;
        }

    .thousand_client .days_timer {
        column-gap: 16px;
    }

    .thousand_client .single_div {
        max-width: 63px;
    }

        .thousand_client .single_div:after {
            height: 28px;
        }

        .thousand_client .single_div:before {
            height: 28px;
        }

        .thousand_client .single_div p {
            font-size: 45px !important;
        }

    .thousand_client .inner_wraper h3 {
        font-size: 22px !important;
        line-height: 33px;
        max-width: 365px;
        margin: 0 auto;
    }

    .real_people {
        padding: 30px 0px;
    }

        .real_people .text_side h3 {
            font-size: 22px !important;
            line-height: 33px;
        }

        .real_people .text_side p {
            font-size: 16px !important;
            line-height: 22px;
        }

    .rated .text_wrap h2 {
        font-size: 20px !important;
        line-height: 33px;
        padding-bottom: 8px;
    }

    .rated {
        padding-bottom: 25px;
    }

    .black_pkg {
        padding: 34px 0px !important;
    }

        .black_pkg .hero-header h2 {
            font-size: 22px !important;
            line-height: 33px;
        }

    .back_faq {
        padding: 34px 0px !important;
    }

        .back_faq .explore_p {
            padding-top: 10px;
        }

    .snap_up {
        padding-top: 34px;
    }

        .snap_up .text_side p {
            font-size: 16px !important;
            line-height: 22px;
        }

        .snap_up .text_side h4 {
            font-size: 22px !important;
            line-height: 33px;
        }

        .snap_up .text_side p {
            padding-bottom: 18px;
        }

    .real_deal .single_card_wrap {
        max-width: 325px;
        padding: 38px 12px 22px;
    }

    .price-bag-list h3 {
        font-size: 18px !important;
    }

    .fav_text {
        padding: 0px 20px;
    }

    .st8PlanInfo div:first-child:after {
        right: -26% !important;
    }

    .floatingLabelControl .floating-label {
        font-size: 13px;
    }

    .st8PlanDetailMobile {
        padding: 15px 0 0 32px;
    }

        .st8PlanDetailMobile p {
            gap: 7px;
        }

    .FgData p img {
        width: 20px;
        height: 20px;
        object-fit: contain;
        margin-right: 0px;
        vertical-align: middle;
    }

    .accordion-button::after {
        padding: 1px 5px !important;
        border-radius: 4px;
        display: inline-block;
        color: black;
        font-size: 12px;
        line-height: 1.5;
        width: 20px;
        height: 20px;
    }

    .confirm_Sec .accordion-button:not(.collapsed)::after {
        padding: 1px 5px !important;
        border-radius: 4px;
        display: inline-block;
        color: black;
        font-size: 12px;
        line-height: 1.5;
        width: 20px;
        height: 20px;
    }

    .confirm_Sec .accordion-button {
        width: 86%;
    }

    .thm_actions_double_btns.mango_s {
        flex-wrap: wrap;
    }

    .thm_prev_btn {
        font-size: 14px !important;
    }

    .thm_checkout_container {
        padding-bottom: 55px !important;
    }

    .confirm_Sec .top_heading {
        text-align: left;
    }

    .custom_container .mini_heading {
        font-size: 14px !important;
        padding-top: 14px;
        padding-bottom: 10px;
    }

    .billing-address .label {
        font-size: 14px;
    }

    .confirm_Sec .top_heading h2 {
        font-size: 14px !important;
    }

    .njaddNewCard {
        padding-top: 5px;
    }

    .checkBil {
        font-size: 13px;
    }

    .letsMake div h3 {
        text-align: center !important;
        margin-bottom: 10px !important;
        margin-top: 0px !important;
    }

    .letsMake div p {
        text-align: center !important;
        color: #fff !important;
        margin-bottom: 14px !important;
        font-size: 12px !important;
    }

    .st6CheckFormSection .thm_st6_checkout_details {
        border-radius: 0px !important;
    }

    .confirm_Sec .top_heading h1 {
        font-size: 20px;
        font-weight: bold;
    }

    .confirm_Sec .th_form_group {
        margin-bottom: 0px;
    }

    .bdt {
        margin-right: 56px !important;
    }
}

@media (max-width: 450px) {
    .price-bag-list .color span {
        margin-left: 0 !important;
    }

    .package-section .price-bag-list .color span,
    .price-list .price-bag-list .color span {
        margin-left: 7px !important;
    }

    .modal-footer .btn-cancel {
        width: 100%;
    }

    .modal-footer .btn-confirm {
        width: 100%;
    }

    .modal-footer-btn {
        display: flex;
        flex-direction: column-reverse
    }

    .inner-text-section h1 {
        font-size: 20px;
    }

    .content-table tr td span {
        font-size: 14px;
    }

    .termination-fee h3 {
        font-size: 14px;
    }

    .modal-content-padding {
        padding: 0;
    }

    .plan-item h5 {
        font-size: 16px;
    }

    .plan-info-b p {
        font-size: 14px;
    }

    .text-footer p {
        font-size: 14px;
    }

    .form-control::placeholder {
        font-size: 13px;
    }
}

@media only screen and (max-width:450px) {
    .top_banner_blue .moreGigsText p {
        font-size: 18px !important;
        margin-bottom: 20px;
        max-width: 195px;
    }

        .top_banner_blue .moreGigsText p strong {
            font-size: 18px;
        }

    .snap_up .img_wrap {
        max-width: 194px;
    }

    .top_banner_blue .moreGigsText {
        padding-left: 25px;
    }

    .plan_li li {
        font-size: 12px;
    }

        .plan_li li div p {
            margin-right: 67px;
        }

    .confirm_Sec .grand p:nth-child(2) {
        margin-right: 67px;
    }

    .confirm_Sec .accordion-button {
        font-size: 13px;
        font-weight: 500;
    }

    .custom_container .pay_btn {
        font-size: 16px;
        height: 52px;
    }

    .plan_li li:last-child span {
        padding-right: 11px;
    }

    .plan_li li span {
        padding-right: 4px;
    }

    header .nav-tabs .nav-link {
        font-size: 15px;
        padding: 15px 20px;
    }

    .banner-ad-section img {
        width: 55px;
    }

    .banner-ad-section h2 {
        text-align: left;
        font-size: 18px !important;
    }

    .w_sm_auto {
        width: 100%;
    }

    header::before {
        background-size: cover;
    }

    .header-b .header-middle-sec {
        text-align: center;
        align-items: center;
    }

    .tab-form h2 {
        font-size: 22px;
    }

    .form-sub-sec h2 img,
    .fastTopUP-img {
        width: 35px;
    }

    .p-7px {
        padding: 8px 12px;
    }

    .form-sub-sec {
        padding: 10px;
    }

        .form-sub-sec .btn-secondary {
            width: 60px;
            padding: 10px 5px;
        }

    .package-search .btn-secondary {
        font-size: 12px;
        height: 45px;
    }

    .tag-save span {
        font-size: 10px;
    }

    .select2-container--default .select2-selection--single {
        height: 45px;
    }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 43px;
            font-size: 12px;
        }

    .img-flag {
        width: 25px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 45px;
    }

    .package-search select {
        font-size: 12px;
        height: 45px;
    }

    .free-sim-section .text-sm-center a {
        width: 100%;
    }

    .price-bag-list ul li {
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #e6e6e6;
    }

        .price-bag-list ul li:last-child {
            border-bottom: none;
        }

    .price-list > a {
        padding: 10px 40px;
    }

    .line {
        height: 30px;
    }

    .min-list-sub ul {
        flex-direction: column;
    }

        .min-list-sub ul li,
        .min-list-sub ul li:last-child {
            width: 100%;
        }

    .international-form button {
        height: 45px;
        margin-top: 10px;
    }

    .custom-flex {
        flex-direction: row-reverse;
        text-align: left;
    }

        .custom-flex p,
        .slide-icon-b p {
            text-align: left;
        }

    .trust-pilot-logo {
        max-width: 280px;
    }

        .trust-pilot-logo img {
            width: 145px;
        }

        .trust-pilot-logo span {
            font-size: 11px;
            padding-left: 5px;
        }

    .trust-pilot-logo {
        padding: 0 10px;
    }

    .check-out-trust {
        padding: 0 !important;
    }

    .confirm_Sec .accordion-button {
        font-size: 15px;
    }

    .custom_container .check_label {
        font-size: 15px;
    }

    .confirm_Sec .form_wrap input::placeholder {
        font-size: 14px;
    }

    .st8WeAreFlying .img_wrap {
        margin-top: -30px;
    }
}

@media (max-width: 430px) {


    .main_banner_christmas .moreGigsText .rigth_home_mobile {
        bottom: -102px !important;
    }

    .main_banner_christmas {
        background: url("/assets/Web/images/st10/bnnerMobile.webp") no-repeat center !important;
    }

    .last_layer {
        display: none;
    }

    .main_banner_christmas .last_layer_mobile {
        display: block !important;
        position: absolute;
        bottom: -52px;
        right: 0px;
        width: 100%;
        z-index: 11;
    }

    .not_sure .text_side h3 {
        font-size: 26px !important;
        line-height: 34px;
        font-weight: 700;
    }

    .chris_side {
        margin-top: 50px !important;
    }

    .main_banner_christmas .neutral_btn {
        max-width: 142px;
    }

    .main_banner_christmas .friday_live span {
        font-size: 12px;
    }

    .chrisModal .modal-content {
        max-width: 365px;
        margin: 0 auto;
    }

    .chrisModal .faq-button[aria-expanded="false"]:before {
        top: 21px !important;
    }

    .chrisModal .faq-button[aria-expanded="true"]:before {
        top: 21px !important;
    }

    .chrisModal .planSummaryFaq {
        padding: 0px 0px !important;
    }

    .wh_btn_wrap {
        display: none;
    }

    .detail_form .main_wraper .form_side small {
        font-size: 10px;
    }

    .moreGigsText ul li {
        font-size: 12px;
    }

        .moreGigsText ul li:first-child {
            padding-bottom: 3px;
        }

    .terms_btn {
        font-size: 10px !important;
    }

    .flexible_plan .chrismas_h2 {
        max-width: 380px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .got_qstion {
        padding: 40px 0px;
        background-color: #fff;
        position: relative;
        z-index: 2;
        background-color: #fff;
    }

        .got_qstion .custom_accord {
            grid-template-columns: repeat(1, 1fr);
        }

    .detail_form {
        padding-top: 60px;
        padding-bottom: 125px;
    }

    .save_big_banner {
        background: url("/assets/Web/images/st10biglastmobile.webp") no-repeat center;
    }

    .main_banner_christmas {
        padding-top: 20px;
        padding-bottom: 56px;
    }

    .christmas_why {
        padding: 40px 0px;
        background: #DBF2FA !important;
        position: relative;
        z-index: 2;
    }

        .christmas_why .property_wraper .slide-icon {
            background-color: #fff;
        }

    .flexible_plan .why_top_layer {
        position: absolute;
        bottom: -37px !important;
        z-index: -1;
        display: inline-block !important;
    }

    .flexible_plan {
        padding-top: 50px;
        padding-bottom: 135px;
    }

    .ss_form .gift_layer {
        display: block !important;
        position: absolute;
        bottom: -41px;
        left: 0px;
        z-index: 1;
    }

    .learn_more .four_Section {
        margin-top: 15px;
    }

    .free_sim_chismas {
        padding-bottom: 150px;
    }

        .free_sim_chismas .gift_layer {
            bottom: -35px !important;
            display: inline-block !important;
            position: absolute;
            width: 100%;
        }

    .chrismas_testimonial {
        padding: 20px 0px;
    }

    .flexibale_sim {
        padding-top: 20px;
    }


    .snap_up .img_wrap {
        max-width: 194px;
    }

    .snap_up #countdown {
        top: 29px;
    }

        .snap_up #countdown ul li {
            font-size: 19px;
        }

    .real_deal .top_heading p {
        max-width: 337px;
        margin: 0 auto;
        font-size: 16px !important;
    }

    .snap_up .btnWrap a {
        padding: 8px 34px;
    }

    .mobile_contract {
        color: #DDE22F;
        display: block !important;
    }

    .mobile-view-fix .d-inline-block {
        padding-top: 7px !important;
    }

    .desk_contr {
        display: none;
    }

    .top_banner_blue {
        background-image: url("images/blackfridaymobile.webp");
        background-position: bottom left;
        padding: 40px 0px;
    }

    .deskSimHaw {
        max-width: 250px !important;
    }



    .more_data .coverage_wraper .text_wraper div {
        flex-wrap: wrap;
    }

    .more_data .coverage_wraper input {
        max-width: 100%;
    }

    .more_data .check_btn {
        width: 100%;
        max-width: 100%;
    }


    .more_with .top_heading p {
    }

    .learn_more .sim_detal_wraper {
        column-gap: 10px;
    }

    .more_data .plan_btn {
        max-width: 330px;
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
    }



    .monthly_testimonial_enhancement .testimonail-para {
        font-size: 16px !important;
    }

    .netwrok_custom_modal {
        max-width: 400px;
    }

    .result_wraper .top_service_coverage .nav-tabs .nav-link {
        padding: 8px 30px !important;
    }

        .result_wraper .top_service_coverage .nav-tabs .nav-link.active {
            padding: 8px 32px !important;
        }

    .learn_more .sim_detal_wraper h5 {
        padding-bottom: 9px;
        font-weight: 700;
    }

    .ready_switch .main_wraper p {
        font-size: 16px !important;
    }

    .monthly_faq {
        padding: 40px 0px;
    }

        .monthly_faq h2 {
            font-size: 26px !important;
            line-height: 35px;
        }

        .monthly_faq .top_heading p {
            max-width: 360px;
            margin: 0 auto;
            font-size: 16px !important;
        }

    .learn_more .sim_detal_wraper .img_wrap {
        display: none;
    }

    .learn_more {
        padding: 40px 0px;
        padding-bottom: 40px;
    }

        .learn_more .sim_detal_wraper .img_wrap {
            display: none;
        }

        .learn_more .top_heading p {
            display: none;
        }

        .learn_more .four_Section {
            margin-top: 15px;
        }

    .detail_form .custom_container .twin_btn li {
        max-width: 100%;
    }

    .detail_form .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
    }

    .detail_form .confirm_Sec .grand {
        padding: 8px 0px;
    }

    .detail_form .confirm_Sec .alert_div {
        margin-top: 13px !important;
    }

    /*    .viewT {
        background-image: url(/assets/Web/images/usbg.png);
    }*/
}

@media (max-width: 425px) {
    .confirm_Sec .footer_btn_paypal {
        flex-wrap: wrap !important;
    }

    .footer_btn_wrap .paypall-footer-btn {
        max-width: 100% !important;
    }

    .pp-ui-fix {
        font-size: 30px !important;
    }

        .pp-ui-fix .G5-network-plan img {
            width: 25px;
        }

        .pp-ui-fix small {
            display: flex !important;
            font-size: 16px !important;
        }

    .price-bag-list.price-bag-details h2 .G5-network-plan img {
        width: 25px;
        margin-left: -8px;
        margin-top: -5px;
    }

    .price-bag-list.price-bag-details.cc h2 .G5-network-plan img {
        width: 25px;
        margin-left: -5px;
        margin-top: -5px;
    }
}

@media only screen and (max-width:424px) {
    .bfCheckoutBanner .bfCheckoutBannerDesktop h1 {
        font-size: 20px !important;
    }

    .thm-student-header h1 {
        font-size: 28px !important;
    }

    .thm_checkout_lookUp .thm_blue_btn {
        margin: 0 0 0 15px;
        flex: 0 0 125px;
    }

    .thm_checkout_lookUp .th_form_group {
        width: calc(100% - 125px);
    }

    .thm_actions_double_btns button {
        flex: 0 0 calc(50% - 5px);
    }

    .thm_selectPlan_btn {
        padding: 12px 20px;
    }

    .thm_checkout_title {
        font-size: 18px;
    }

    .thm_checkout_features {
        padding: 5px 10px 5px 7px;
    }

    .thm_checkout_offer_plan_text h2 {
        font-size: 32px !important;
    }

    .thm_alert_success {
        display: flex;
        align-items: center;
    }

    .th_form_group {
        margin-bottom: 15px;
    }

    .thm_add_credit h3,
    .thm_add_credit p,
    .thm_plan_dropdown_select h3,
    .thm_plan_dropdown_select p {
        text-align: center
    }

    .thm_auto_topUp_tagline {
        text-align: left !important;
    }

    .thm_steps_name {
        font-size: 14px;
    }

    .student_network {
        padding: 45px 20px 0;
    }

        .student_network h2 {
            font-size: 22px !important;
        }

        .student_network p,
        .student_network h3 {
            font-size: 16px !important;
        }

    .student_offer_features h2 {
        font-size: 22px !important;
    }

    .Ordersim-slider .get-double {
        display: block
    }

    .thm_checkout_features h2 {
        font-size: 20px !important;
    }

    .detail-page-faq h2 {
        font-size: 18px !important
    }

    .detail-page-faq #faq-menu3 .mb-4,
    .plan-detail-faqs .mb-4 {
        margin-bottom: 15px !important;
    }

    .thm_checkout_features .thm_checkout_Fea_img {
        padding-top: 0;
    }

    .thm_detail_page_features {
        padding-bottom: 0;
        margin-bottom: 5px;
    }

    .faq-button {
        font-size: 14px;
    }

    .thm_checkout_features .thm_checkout_Fea_text h3 {
        font-size: 14px !important;
    }

    .bfOfferBanner .bfBigOfferImg {
        right: 15px;
        width: 120px;
        bottom: 35px;
    }
}

@media (max-width: 414px) {
    .trust-pilot-logo {
        margin-bottom: 5px !important;
    }
}

@media only screen and (max-width: 390px) {
    .confirm_Sec .accordion-button {
        font-size: 13px;
    }

    .bdt {
        margin-right: 43px !important;
    }

    .final_one p {
        margin-right: 43px;
    }

    .plan_li li div p {
        margin-right: 46px;
    }

    .confirm_Sec .grand p:nth-child(2) {
        margin-right: 46px;
    }

    .thm_checkout_features .thm_checkout_Fea_text h3 {
        font-size: 16px;
    }

    .thm_checkout_features .thm_checkout_Fea_img img {
        width: 24px;
    }

    .thm_checkout_lookUp .thm_blue_btn {
        padding: 8px 0px;
    }

    .thm_steps_name {
        font-size: 12px;
    }

    .thm_varify_accout_fields .form-control {
        width: calc(100% - 120px);
    }

    .thm_varify_account h2 {
        font-size: 16px !important;
    }

    .thm_paypal_outer h3 {
        font-size: 20px !important;
    }

    .thm_checkout_offer_plan_text h2 {
        font-size: 24px !important;
    }

    .button.add-plan-btn {
        background: #dde22f;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        color: #000;
        font-size: 14px;
        font-weight: 500;
        margin-top: 2px;
        border: none;
        padding: 10px 72px;
        border-radius: 3px;
        display: inline-block;
        margin-left: 1px;
    }

    .thm_plan_list_item .color span.d-flex {
        align-items: inherit !important;
    }

        .thm_plan_list_item .color span.d-flex img {
            top: -10px !important;
        }

    .Ordersim-slider .price-bag-list {
        padding-bottom: 0 !important;
    }

    .Ordersim-slider .get-double {
        margin-bottom: 15px;
    }

    .fiveg-header h2 {
        width: 255px;
        margin-left: auto;
        margin-right: auto;
    }

    .Ordersim-slider .G5-network-plan {
        display: block !important;
        margin-top: 10px;
        padding-left: 0 !important;
    }

    .Ordersim-slider .price-bag-list h2 {
        display: block !important;
        font-size: 14px !important;
    }

    .affiliateMonthly .bag-icon,
    .affiliateYearly .bag-icon {
        width: 75px;
        height: 75px;
    }

        .affiliateMonthly .bag-icon h2,
        .affiliateYearly .bag-icon h2 {
            font-size: 14px !important;
            margin-top: 20px !important;
        }

    .Ordersim-slider .price-bag-list.price-bag-details h2 .G5-network-plan img {
        margin-left: 0 !important;
    }

    .faq-button:before {
        top: 15px;
    }

    .discountOffer {
        padding: 15px 10px;
    }

    .discountOfferRate p {
        grid-template-columns: 130px 1fr;
    }

    /*   .thm_checkout_banner {
            padding: 25px 15px 25px;
        }*/

    .planModalSim {
        width: 40px;
        margin-top: 10px;
    }

    .newDealsPlanDetail {
        padding-left: 10px;
    }

    .st4BannerInner h1 {
        font-size: 100px;
        line-height: 130px;
    }

    .st4StepsBanner {
        padding: 100px 15px 45px;
    }

    .bfOfferBanner .mobileImages .imgRightMobile {
        height: auto;
        width: 65%;
    }
}

@media only screen and (max-width:390px) {
    header .mobile-size {
        padding: 8px 25px;
    }

    .faq-button {
        font-size: 14px;
        padding: 10px 36px 10px 10px;
    }

        .faq-button:before {
            top: 15px;
        }

    .p_0 {
        padding: 0 !important;
    }

    .quick-links ul li a {
        font-size: 11px;
    }

    .copyRight {
        font-size: 10px !important;
    }

    .student-strip p {
        text-align: left;
        flex: auto;
        padding-left: 10px;
        font-size: 12px !important;
    }

    .student-strip {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        padding: 15px 10px;
    }

    .trust-pilot-logo span {
        font-size: 10px;
        padding-left: 0;
    }

    .first-month {
        font-size: 14px;
    }

    .studentNewOfferBanner h2 img {
        width: 65px;
        right: -72px;
        top: 5px;
    }

    .studentNewOfferBanner h3 {
        font-size: 20px !important;
    }

        .studentNewOfferBanner h3 span {
            font-size: 36px !important;
        }

    .studentNewOfferBanner a {
        padding: 8px 9px;
    }
}

@media (max-width: 380px) {

    .innner .header-middle-sec h2 {
        font-size: 22px !important;
    }

    .top_banner_blue .moreGigsText {
        padding-left: 15px
    }

    .main_banner_christmas {
        padding-top: 30px;
    }

        .main_banner_christmas .friday_live span {
            font-size: 12px;
        }

        .main_banner_christmas .moreGigsText h1 {
            font-size: 32px !important;
            line-height: 38px;
        }

    .moreGigsText ul li {
        font-size: 12px;
    }

    .imgSide {
        position: relative;
        left: -23px;
        top: 2px;
    }

    .thmHomePackages .tag-save {
        margin-left: 5px !important;
    }

    .pp-logo-ee {
        max-width: 88px !important;
        padding-left: 2px !important;
    }

        .pp-logo-ee.cc-ee {
            max-width: 95px;
            padding-left: 0px;
        }

    .price-bag-list h3 {
        font-size: 16px !important;
    }

    .order-lg-2 .price-bag-list h3 {
        font-size: 17px !important;
    }

    .price-bag-list h3 img {
        margin-top: -2px;
        width: 25px;
        margin-left: -10px;
    }

    .price-bag-list ul li {
        font-size: 20px !important;
    }

    .get-double {
        font-size: 10px !important;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

    .thmPackageTabs {
        display: block;
    }
}

@media (max-width: 375px) {

    .main_banner_christmas .moreGigsText h1 {
        font-size: 25px !important;
    }

        .main_banner_christmas .moreGigsText h1 strong {
            font-size: 30px !important;
        }

    .innner .header-middle-sec h1 {
        font-size: 17px !important;
    }

    .thm_checkout_banner h1 {
        font-size: 18px !important;
    }

    .check-out-trust .trust-pilot-logo img {
        width: 150px;
    }

    .check-out-trust .trust-pilot-logo span {
        font-size: 13px;
        padding-left: 6px;
    }

    .st8PlanInfo div:first-child:after {
        right: -25% !important;
    }

    .st8PlanInfo div:first-child {
        padding-left: 0px
    }

    .st8PlanInfo div:last-child {
        padding-right: 0px;
    }

    .montly_btn a {
        padding: 15px 37px;
        font-size: 16px;
    }

    .got_qstion .accordion-button::after {
        right: 4px !important;
    }

    .save_big .mid_text h4 {
        font-size: 34px !important;
    }
}

@media only screen and (max-width:374px) {
    .bfCheckoutBanner .bfCheckoutBannerDesktop p {
        font-size: 15px !important;
        padding-right: 80px;
    }

    .thm_actions_double_btns {
        display: block;
    }

    .thm_checkout_lookUp .thm_blue_btn {
        flex: 0 0 100px;
    }

    .thm_checkout_lookUp .th_form_group {
        width: calc(100% - 100px);
    }

    /*        .thm_checkout_banner h1 {
            font-size: 20px !important;
        }*/

    .thm_checkout_features .thm_checkout_Fea_img {
        flex: 0 0 50px;
    }

    .thm_checkout_offer_plan .col-md-5 {
        width: 30%;
    }

        .thm_checkout_offer_plan .col-md-5 img {
            max-width: 100%;
        }

    .thm_checkout_offer_plan .col-md-7 {
        width: 70%;
    }

    .thm_checkout_offer_plan {
        padding: 15px 15px;
    }

    .thm_checkout_offer_plan_text h3 {
        font-size: 20px !important;
    }

    .thm_checkout_offer_plan_text h2 {
        font-size: 22px !important;
    }

        .thm_checkout_offer_plan_text h2 span {
            font-weight: 400;
            font-size: 16px;
        }

    .thm_checkout_offer_plan_gift {
        padding: 10px 10px;
    }

        .thm_checkout_offer_plan_gift h2 {
            font-size: 20px !important;
        }

    .thm_plan_list_item .thm_plan_list_info p {
        font-size: 12px !important;
    }

    .thm_plan_list_item .thm_plan_list_img {
        flex: 0 0 40px;
    }

    .thm_plan_list_item .thm_plan_list_info h3 {
        margin-top: 0px;
    }

    .thm_plan_list_item {
        padding: 6px 11px;
    }

    .thm_plan_list_dropdown.thm_plan_list_toggle {
        height: 222px;
    }

    .thm_checkout_title {
        font-size: 16px;
    }

    .thm_card_tabs .nav-link {
        font-size: 14px;
    }

        .thm_card_tabs .nav-link i {
            margin-right: 5px;
        }

    .thm_alert_success {
        padding: 10px;
        line-height: 18px;
    }

    .thm_checkout_title img {
        width: 20px;
    }

    .thm_checkout_plan_list_modal .price-bag-list h3 {
        font-size: 16px !important;
    }

    .them_error_page_insistence h3 {
        font-size: 18px;
    }

    .thm_error_pages h1 {
        font-size: 22px;
    }

    .thm_error_pages h2 {
        font-size: 20px !important;
    }

    .thm_checkout_plan_list_modal .price-bag-list {
        padding: 0;
    }

        .thm_checkout_plan_list_modal .price-bag-list ul {
            display: block;
        }

            .thm_checkout_plan_list_modal .price-bag-list ul li {
                display: flex;
                align-items: center;
                column-gap: 5px;
                padding: 0 !important;
            }

                .thm_checkout_plan_list_modal .price-bag-list ul li:after {
                    display: none !important;
                }

        .thm_checkout_plan_list_modal .price-bag-list ul {
            margin: 8px 0 0;
        }

    h2,
    h3,
    h4 {
        font-size: 14px !important;
    }

    .thm-sammary-total {
        padding: 15px 15px;
    }

    .thm_sammary_table .thm_summary_item {
        padding: 9px 15px;
    }

        .thm_sammary_table .thm_summary_item.thm_summary_item_delivery.text-danger {
            align-items: center;
        }

    .newDealsCheckoukContainer .thm_checkout_details,
    .newDealsCheckoukContainer .thm_more_padding {
        padding: 15px 15px !important;
    }

    .newDealsOffer .discountOfferRate p,
    .checkOutPlanDetail .discountOffer.newDealsOffer {
        gap: 0
    }

    .newDealsOffer img {
        right: 6px;
    }

    .amazingValue {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 90px;
    }

    .newDealsTestimonial {
        padding-left: 0px;
        padding-right: 0px;
    }

        .newDealsTestimonial .testimonail-para,
        .newDealsTestimonial .testimonail-heading {
            padding-left: 0px;
            padding-right: 0px;
        }

    .newDealsFeatures.newDealsFeaturesMobile {
        padding: 15px 15px 15px 15px;
    }

    .detail-page-faq.thm_checkout_sim_faq_outer.newDealsFaq .thm_checkout_sim_faq {
        padding: 10px 0 25px 0 !important;
    }

    .newStudentsDealsCheckoukContainer .newStudentsDealsOffer {
        gap: 8px;
    }

        .newStudentsDealsCheckoukContainer .newStudentsDealsOffer > div > img {
            width: 50px;
        }
    /*.newStudentOfferTittle {width: calc(100% - 120px); }*/
    .newStudentOfferTittle img {
        width: 100px;
        right: -120px;
    }

    .newStudentsDealsCheckoukContainer .thm_checkout_details {
        padding-bottom: 0 !important
    }

    .newStudentsDealsCheckoukContainer .thm_more_padding {
        padding-top: 5px !important;
    }

    .bfOfferBanner .studentNewOfferBanner h3, .bfOfferBanner .studentNewOfferBanner h3 span {
        font-size: 28px !important;
    }

    .bfOfferBanner .bfBigOfferImg {
        right: 4px;
        width: 105px;
        bottom: 41px;
    }

    .bfOfferBanner .studentNewOfferBanner h1 {
        font-size: 22px !important;
    }
}

@media (max-width: 374px) {
    .trust-pilot-logo {
        justify-content: center;
    }

    .testimonial .rating-panel .ts-img {
        max-width: 200px;
    }

    .testimonial .rating-panel .ts-content {
        font-size: 13px !important;
    }

    .testimonial .rating-panel {
        margin-top: 20px;
    }

    .studentNewOfferBanner h2 {
        font-size: 24px !important;
    }

    .info_last_div {
        margin-top: 53px !important;
    }
}

@media (max-width:360px) {
    .order-lg-2 .price-bag-list h3 {
        font-size: 16px !important;
    }

    .Ordersim-slider .price-bag-list {
        padding-left: 2px;
    }

    .price-bag-list h3 {
        font-size: 13px !important;
    }

    .mobile-view-fix .d-inline-block {
        padding-top: 8px !important;
    }
}

@media (max-width: 360px) {
    .mm-btn-mobile {
        display: none !important;
    }
}

@media only screen and (max-width:350px) {
    .thm_checkout_plan_list_modal .thm_yellow_btn {
        line-height: 16px;
    }

    .thm_checkout_offer_plan .bag-icon {
        height: 100px;
        width: 68px;
    }

    .button.add-plan-btn {
        background: #dde22f;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        color: #000;
        font-size: 14px;
        font-weight: 500;
        border: none;
        padding: 10px 72px;
        border-radius: 3px;
        display: inline-block;
    }

    .student_network h2,
    .student_offer_features h2 {
        font-size: 20px !important;
    }

    .student_offer_features .d-flex {
        margin-top: 20px;
    }

    .student_network {
        padding: 30px 15px 0 !important;
    }

    .student_offer_features {
        padding: 35px 10px !important;
    }

    .Ordersim-slider .get-double {
        margin-bottom: 15px;
        margin-top: -5px
    }

    .FastTopupSubmit div:first-child {
        width: calc(100% - 82px);
    }
}


@media (max-width:330px) {
    .top_banner_blue .moreGigsText h1 {
        font-size: 25px !important;
        line-height: 25px;
    }

    .top_banner_blue {
        padding: 27px 0px;
    }

    .default_card_info {
        padding: 14px 5px 5px;
    }

        .default_card_info h3 {
            font-size: 12px;
        }

    .bi-pencil-square {
        font-size: 14px;
    }

    .content-table tr td {
        padding: 5px 8px;
        font-size: 12px;
    }

    .termination-fee h3 {
        font-size: 14px;
    }

    .termination-fee span {
        font-size: 11px !important;
    }

    .text-size {
        font-size: 12px;
    }

    .plan-item h5 {
        font-size: 14px;
    }

    .paln-bag-details {
        padding: 12px 10px;
    }

    .inner-text-section h5 {
        font-size: 16px;
    }

    .plan-info-b p {
        font-size: 16px;
    }

    .rigth_home_mobile {
        max-width: 175px;
    }
}


@media only screen and (max-width:320px) {
    /*    #video-section{
        width:280px
    }*/
    .free-sim-plans {
        position: relative;
        top: -55px;
    }

    .card-rate .bag-icon {
        margin-bottom: 27px;
    }

    .price-bag-details {
        position: relative;
        top: -45px;
    }

        .price-bag-details h2 {
            top: 35px;
            margin-bottom: 25px !important;
        }

    #BtnMakePayment-Section > .previous,
    #BtnMakePayment-Section > button {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .get-double {
        margin-left: 10px;
    }

    .add-plan-btn {
        margin-top: 35px;
    }

    .ps-2xx {
        padding-left: 15px;
    }

    .form-check-input-b {
        width: 2em !important;
        height: 2em !important;
    }

    .label-auto {
        font-size: 12px;
        font-weight: 500;
    }

    .testimonail-para,
    .testimonail-heading {
        padding-left: 10px;
        padding-right: 10px;
    }

    .trust-pilot-logo span {
        font-size: 10px;
        padding-left: 0;
    }
}

@media (max-width: 320px) {
    .cc-pp {
        top: 0px !important;
    }

    .data-blue .bag-icon h3 {
        font-size: 20px !important;
    }

    .pp-ui-fix {
        font-size: 25px !important;
    }

        .pp-ui-fix .G5-network-plan img {
            width: 25px;
            margin-top: -11px;
        }

        .pp-ui-fix small {
            display: flex !important;
            font-size: 14px !important;
        }
}

@media (max-width:320px) {
    .price-bag-list h3 {
        font-size: 13px !important;
    }

        .price-bag-list h3 img {
            width: 20px;
        }

    .price-bag-list h3 {
        padding-left: 2px;
    }

    .price-bag-list ul li {
        font-size: 16px !important;
    }

    .price-bag-list h3 {
        padding: 6px 2px 0 !important;
    }

    .mobile-view-fix .d-inline {
        margin: 0 !important;
    }

    .mobile-view-fix .d-inline-block {
        padding-top: 10px !important;
    }
}

@media only screen and (max-width:320px) {
    .Ordersim-slider .get-double {
        margin-bottom: 0px !important;
        margin-top: -45px;
    }

    .Ordersim-slider.plan-detail-pupolar-bundles .get-double {
        margin-bottom: 10px !important;
        margin-top: 0px;
    }

    .button.add-plan-btn {
        margin: -12px 0 0 0 !important;
        width: calc(100% - 24px);
    }

    .plan-detail-pupolar-bundles .card-rate + div {
        margin-top: -70px;
        margin-bottom: -20px;
    }
}


@media only screen and (max-width:319px) {
    .price-bag-list h3 img {
        width: 23px !important;
        margin-top: -5px;
    }

    .header-middle-sec {
        text-align: center;
    }

        .header-middle-sec h2 {
            font-size: 24px !important;
            line-height: 32px;
            font-weight: 600;
        }

        .header-middle-sec h3 {
            font-size: 14px !important;
        }

        .header-middle-sec p {
            font-size: 15px;
        }

    .hero-header h2 {
        font-size: 20px !important;
    }

    .hero-header p {
        font-size: 16px;
    }

    .feature-section h2,
    .plan-card h2,
    #PlansSection h2,
    .video-sec h2 {
        font-size: 18px !important;
    }

    .form-sub-sec h2 img {
        width: 30px;
    }

    #checkout-form label {
        font-size: 13px;
    }

    .form-check-input {
        height: 1em !important;
        width: 1em !important;
    }

    .tab-form h2 {
        font-size: 20px !important;
    }

    .slide-icon h3 {
        font-size: 16px !important;
        font-weight: 600;
    }

    .tab-form h2 {
        font-size: 20px !important;
    }

    .form-sub-sec .btn-secondary {
        margin-right: 1px;
        font-size: 16px;
        color: #000;
        border: 1px solid #e9e9e9;
        width: 60px;
        height: 44px;
        padding: 7px 5px;
    }

    .price-bag-list > ul + p {
        font-size: 14px;
    }

    .gird-data-rates table {
        white-space: nowrap;
    }

    .think-smart {
        font-size: 15px;
    }

    .footer-nav ul li {
        font-size: 12px;
    }

    .plan-card h2 {
        font-size: 18px !important;
    }

    .price-bag-list {
        padding: 0px 20px;
    }

    .section-padding {
        padding: 8px !important;
    }

    .form-check-input-b {
        width: 2em !important;
        height: 2em !important;
    }

    .price-bag-list h3 {
        font-size: 16px !important;
        padding: 6px 0px 0;
    }

    #stickyMenuOnScroll {
        display: none !important
    }

    .trust-pilot-logo img {
        width: 138px;
    }

    .trust-pilot-logo span {
        font-size: 10px;
        padding-left: 0;
    }

    .trust-pilot-logo {
        padding: 0;
    }

    .mobile-view-fix .bag-icon {
        margin-left: 0 !important;
    }

    .student-strip p {
        text-align: left;
        flex: auto;
        padding-left: 10px;
        font-size: 11px !important;
    }
}

@media only screen and (max-width:319px) {
    .thm_auto_topUp {
        margin-bottom: 5px;
    }

    .modal-row-height .bag-icon {
        margin-left: auto;
    }

    .thm_auto_topUp h4 {
        font-size: 15px !important;
    }

    .thm_auto_topUp img {
        width: 16px;
    }

    .thm_auto_topUp h4 {
        align-items: inherit;
    }

    .thm_auto_topUp .thm_form_switch {
        margin-top: -2px;
    }

    .thm_add_credit {
        padding-bottom: 0px;
        margin-bottom: 15px;
    }

    .thm_summary {
        padding: 15px 15px 0 15px;
    }

    .thm_checkout_offer_plan_gift img {
        width: 20px;
    }

    .thm_checkout_offer_plan_gift h2 {
        font-size: 22px !important;
    }

    .thm_checkout_offer_plan_gift .col-md-6 {
        padding: 0;
    }

    .thm_checkout_offer_plan_gift {
        padding: 10px 17px 10px 20px;
        margin-top: 3px;
        margin-bottom: 0px;
    }

    .thm_card_tabs .nav-link i {
        font-size: 16px;
        margin-right: 3px;
    }

    .thm_checkout_plan_list_modal .price-bag-list ul li.color {
        display: block;
    }

        .thm_checkout_plan_list_modal .price-bag-list ul li.color span {
            padding-left: 0px;
        }

    .thm_checkout_plan_list_modal .thm_plan_img,
    .thm_checkout_plan_list_modal .bag-icon {
        width: 60px;
        height: 60px;
    }

    .thm_checkout_plan_list_modal .price-bag-list h3 {
        position: absolute;
        left: 70px;
        top: 25px;
        font-size: 16px !important;
    }

    .thm_checkout_plan_list_modal .modal-body {
        padding: 20px 12px 10px;
    }

    .thm_checkout_plan_list_modal .modal-dialog {
        max-width: calc(100% - 22px);
    }

    .thm_checkout_plan_list_modal .price-bag-list ul li.color {
        margin-top: 6px;
        line-height: 16px;
    }

    .thm_app_btns {
        display: flex;
    }

        .thm_app_btns img {
            width: 100%;
        }

    .thm_paypal_outer h3 {
        font-size: 18px !important;
    }

    .thm_plan_list_item .thm_plan_list_info p {
        font-size: 10px !important;
    }

    h2,
    h3,
    h4 {
        font-size: 12px !important;
    }

    .thm_varify_account p {
        font-size: 13px !important;
    }

    .bag-icon {
        margin-left: -15px;
        background-size: contain !important;
    }

    .order-lg-1 .bag-icon {
        margin-left: auto !important;
    }

    .student_offer_features h3 {
        font-size: 16px !important;
    }

    .student_offer_features p {
        font-size: 14px !important;
    }

    .student_network {
        padding: 30px 5px 0 !important;
    }

        .student_network img {
            margin-top: 10px;
        }
}


@media (max-width: 300px) {
    .price-bag-list.price-bag-details.cc .get-double {
        flex-direction: column;
    }

    .bag-icon.bag-icon.cc {
        width: 75px;
        height: 75px;
    }

    .price-bag-list.price-bag-details h2 {
        font-size: 17px !important;
    }

    .price-bag-list.price-bag-details.cc {
        padding-left: 0px;
    }
}

@media (max-width: 300px) {
    .pp-ui-fix {
        font-size: 20px !important;
    }

        .pp-ui-fix .G5-network-plan img {
            width: 20px;
            margin-top: -11px;
            padding-left: 0px;
        }

        .pp-ui-fix small {
            display: flex !important;
            font-size: 12px !important;
        }
}

@media (max-width: 300px) {
    .check-out-trust .trust-pilot-logo {
        padding: 0;
    }

        .check-out-trust .trust-pilot-logo img {
            width: 140px;
        }

        .check-out-trust .trust-pilot-logo span {
            font-size: 10px;
            padding-left: 6px;
        }
}

@media (max-width: 300px) {
    .pp-logo-ee.cc-ee {
        max-width: 85px;
        padding-left: 0px;
    }
}

@media (max-width: 280px) {
    .price-bag-list h3 {
        font-size: 12px !important;
    }

    .thm_checkout_offer_plan .bag-icon {
        height: 85px;
        width: 70px;
    }

    .free-sim-plans {
        position: relative;
        top: -15px;
    }

    .price-bag-list {
        padding: 0 2px;
    }

    .plan-details-button {
        margin-top: 10px !important;
    }

    .price-bag-list ul + p {
        padding-left: 0 !important;
    }

    #UseAppButtonLayout {
        display: none !important
    }
}

@media (max-width:280px) {
    .paln-bag-details {
        padding: 12px 0;
    }

    .plan-item h5 {
        font-size: 12px;
    }

    .plan-item span {
        font-size: 12px;
    }

    .plan-info-b p {
        font-size: 14px;
    }

    .modal-header {
        background-color: transparent !important;
    }

    .port-out-popup h1 {
        font-size: 26px;
        font-weight: 600;
        color: black;
    }

    .port-out-btns {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px 20px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .port-out-popup img {
        padding-bottom: 20px;
    }

    .later-btn {
        background-color: #DEDEDE;
        background-color: #DEDEDE;
        color: #252525 !important;
        padding: 10px 40px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
    }

    .port-out-popup {
        padding: 0 22px;
    }

    .subcription-btn {
        background-color: #DDE22F;
        color: #252525 !important;
        padding: 10px 11px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
    }

    .po-popup {
        border-radius: 30px !important;
    }

    .modal-header-cross {
        margin-top: 1rem !important;
    }

    .modal-port-out {
        max-width: 600px;
    }

    .text-size {
        font-size: 12px;
    }

    .modal-header {
        background-color: transparent !important;
    }

    .port-out-popup h1 {
        font-size: 26px;
        font-weight: 600;
        color: black;
    }

    .port-out-btns {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px 20px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .port-out-popup img {
        padding-bottom: 20px;
    }

    .later-btn {
        background-color: #DEDEDE;
        background-color: #DEDEDE;
        color: #252525 !important;
        padding: 10px 40px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
    }

    .port-out-popup {
        padding: 0 22px;
    }

    .subcription-btn {
        background-color: #DDE22F;
        color: #252525 !important;
        padding: 10px 11px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
    }

    .po-popup {
        border-radius: 30px !important;
    }

    .modal-header-cross {
        margin-top: 1rem !important;
    }

    .modal-port-out {
        max-width: 600px;
    }
}

@media (max-width: 330px) {
    .check-out-trust .trust-pilot-logo {
        padding: 0;
    }

        .check-out-trust .trust-pilot-logo img {
            width: 150px;
        }

        .check-out-trust .trust-pilot-logo span {
            font-size: 12px;
            padding-left: 6px;
        }

    .price-bag-details h2 {
        font-size: 18px !important;
        padding-left: 10px;
        margin-bottom: 0;
        padding-bottom: 8px;
    }
}



@media (max-width: 319px) {
    .trust-pilot-logo {
        padding: 0px;
    }
}

@keyframes st6ZoomInOut {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02); /* Slight zoom effect */
    }
}
