/* .v3,
.cart-simbtn,
.v4,
.menu-simbtn{

    display: none !important;
}
.box-menu,
.v1{

    display: none !important;
} */
/* MEDIA QUERIES */
@media (width: 1440px) {
    .offcanvas.offcanvas-end {
        position: fixed !important;
        right: 0 !important;
    }

}

/* Larger font size for laptop and larger screens */
@media (min-width: 1360px) {
    .searchhead-lg {
        position: relative;
        left: 10rem;
    }
    .country-logo-head {
        margin-left: 2rem;
    }

    .nav-client {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .nav-client::-webkit-scrollbar {
        display: none;
    }

    .total-checkout {
        margin-right: 20px;
    }

    .support-messages-overflow {
        height: 720px;
        flex-grow: 1;
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .support-messages-overflow::-webkit-scrollbar {
        display: none;
    }

    .client-all-dest {
        left: 0;
        margin: 72px 55px -65px 65px;
    }

    .logosidebar {
        height: 200px !important;
    }

    .welcometext-count {
        margin-left: 50px !important;
    }

    .no-purchase {
        width: 65%;
    }

    /* Custom scrollbar styling */
    .order-overflow::-webkit-scrollbar {
        width: 6px;
        /* Scrollbar width */
    }

    .order-overflow::-webkit-scrollbar-track {
        background: rgba(200, 200, 200, 0.4);
        /* Track background */
        border-radius: 4px;
    }

    .order-overflow::-webkit-scrollbar-thumb {
        background: var(--Primary-300, #A8DBDB);
        /* Scrollbar thumb color */
        border-radius: 4px;
    }

    .order-overflow::-webkit-scrollbar-thumb:hover {
        background: var(--Primary-400, #86CFCF);
        /* Thumb hover effect */
    }

    /* For Firefox */
    .order-overflow {
        scrollbar-width: thin;
        scrollbar-color: #c0c0c0 rgba(200, 200, 200, 0.4);
    }

    .order-overflow {
        padding-right: 10px;
    }

    .cart-dash-btn-lg {
        display: flex !important;
    }

    .cart-dash-btn-sm {
        display: none !important;
    }

    .barner-lg {
        display: block;
    }

    .barner-md {
        display: none;
    }

    .username {
        display: block !important;
    }

    .menu-client-simbtn {
        display: none !important;
    }

    .country-area {
        grid-template-columns: repeat(4, 1fr);
    }

    .compactfull {
        display: block;
    }

    .compactmob {
        display: none;
    }

    .esimparagraph {
        width: 55%;
    }

    .tiwstedc {
        right: -20px !important;
    }

    .all-destinations {
        position: relative;
        top: -8rem;
    }

    .all-destinations-features1 {
        display: block;
    }

    .all-destinations-features2 {
        display: none;
    }

    .all-destinations-features3 {
        display: none;
    }

    .phonecompblurrycontent {
        top: 243px !important;
    }

    .center-image-checkout-lap {
        position: absolute;
        display: block !important;
        top: 5rem;
    }

    .faline {
        position: absolute;
        top: -16rem;
        z-index: 1;
        right: -9rem;
        display: block !important;
    }

    .sliderin {
        top: 5rem !important;
    }

    .nextdown {
        display: none;
    }

    .nextarrow {
        display: block;
    }

    .faqline {

        display: block;
    }

    .faqline2 {

        display: none;
    }

    .faqline3 {

        display: none;
    }

    .offerslaptop {
        display: block !important;
    }

    .offerstab {
        display: none !important;
    }


    .offersphone {
        display: none !important;
    }

    .connected-section {
        height: auto !important;
    }

    .offcanvas.offcanvas-end {
        right: -60px;
    }

    .consub {
        width: 40%;
        text-align: left;
        margin-right: 5rem;
    }

    .scan-qr p {

        width: 80% !important;
    }

    .hero-p {
        width: 62%;
    }

    .enter-email-address-parent {
        width: 35rem;
    }

    .partners-section {

        width: 40%;
    }

    .v3,
    .cart-simbtn,
    .v4,
    .menu-simbtn {

        display: none !important;
    }

    @keyframes slide {
        from {
            transform: translateX(30%);
            opacity: 0.4;
        }

        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    .questions {

        width: 50%;
    }

    .affiliate {

        margin: 10rem 15px;
    }

    /* .blog {

        display: flex;
        width: 100%;
        padding: 100px 80px;
        flex-direction: row;
        align-items: center;
        gap: 48px;
    }
 */
    .mapbgs {
        top: 45rem;
        opacity: 0.4;
        width: 100%;
    }

    .explorebtn-top {

        display: block;
    }

    .blogheader {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .blog_1,
    .blog_2,
    .blog_3 {

        width: 32%;
    }

    .footer-fot-sm {
        display: none;
    }

    .work {
        margin-left: 2rem;
    }

    .hero-header {
        font-size: min(max(3em, 5vw), 5em);
        font-weight: bold;
        font-family: sans-serif;
        color: white;
    }

    .hero-header-connect2 {
        text-align: left !important;
    }

    .connected {
        left: 15% !important;
    }

    .benpills1 {

        display: block;
    }

    .benpills2 {
        display: none;
    }

    .benpills3 {
        display: none;
    }

    .benp {
        height: 100px;
    }

    .worksdiv {
        margin-left: 4rem;
    }

    .blog .container {
        max-width: 1347px !important;
    }

    .head-esim {

        display: block;
    }

    .login-esim {
        display: none;
    }

    .vecsvgs {
        display: block;
    }

    .vecsvgs2 {
        display: none;
    }

    .vecsvgs3 {
        display: none;

    }

    .imgwidth1 {
        margin-left: -6rem;
    }

    .whyuslaptop {
        display: block;
    }

    .whyustab {
        display: none;
    }

    .whyusmobile {
        display: none;
    }

    .otherscontact {
        display: block;
    }

    .tabcontact {
        display: none;

    }

    .swiper-slide {
        width: 300px !important;
    }

    .data-balance-modal {
        height: 20px;
    }
}

/* Smaller font size for tablet screens */
@media (max-width: 1359px) and (min-width: 992px) {
    .searchhead-lg {
        position: relative;
        left: 3rem;
    }
    .country-logo-head{
        margin-left: 2rem;
    }
    .nav-client {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .nav-client::-webkit-scrollbar {
        display: none;
    }

    .total-checkout {
        margin-right: 20px;
    }

    .order-overflow {
        padding-right: 10px;
    }

    .total-checkout {
        margin-right: 15px;
    }

    .support-messages-overflow {
        height: 740px;
        flex-grow: 1;
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .support-messages-overflow::-webkit-scrollbar {
        display: none;
    }

    .client-all-dest {
        left: 0;
        padding-bottom: 200px;
        margin: 72px 55px -50px 80px;
    }

    .logosidebar {
        height: 200px !important;
    }

    .welcometext-count {
        margin-left: 50px !important;
    }

    .data-balance-modal {
        height: 20px;
    }

    .servicediv {
        width: 75vw;
        right: 8rem;
    }

    .progress-bar {
        width: 65% !important;
    }

    .cart-dash-btn-lg {
        display: flex !important;
    }

    .cart-dash-btn-sm {
        display: none !important;
    }

    .barner-lg {
        display: block;
    }

    .barner-md {
        display: none;
    }

    .bannerbts {
        position: absolute;
        bottom: 16px;
        left: 25%;
        display: flex;
        transform: scale(0.7);
        gap: 20px;
    }

    .username {
        display: block !important;
    }

    .menu-client-simbtn {
        display: none !important;
    }

    .country-area {
        grid-template-columns: repeat(2, 1fr);
    }

    .sallyimg {
        top: 22vh !important;
    }

    .countrytopsec {
        padding-bottom: 10rem !important;
    }

    .compactfull {
        display: block;
    }

    .compactmob {
        display: none;
    }

    .phonecompblurrycontent {
        top: 207px !important;
    }

    .all-destinations {
        position: relative;
        top: -7rem;
    }

    .all-destinations-features1 {
        display: block;
    }

    .all-destinations-features2 {
        display: none;
    }

    .all-destinations-features3 {
        display: none;
    }

    .center-image-checkout-lap {
        position: absolute;
        display: block !important;
        top: 5rem;
    }

    .nextdown {
        display: none;
    }

    .nextarrow {
        display: block;
    }

    .faqline {

        display: block;
    }

    .faqline2 {

        display: none;
    }

    .faqline3 {

        display: none;
    }

    .otherscontact {
        display: block;
    }

    .tabcontact {
        display: none;

    }

    .offerslaptop {
        display: block !important;
    }

    .offerstab {
        display: none !important;
    }

    .offersphone {
        display: none !important;
    }

    .offcanvas.offcanvas-end {
        right: -10px;
    }

    .offcanvas {
        width: 65%;
    }

    .swiper-slide {

        width: 300px !important;
    }

    .worksdiv {
        margin-left: 3rem;
    }


    .hero-p {
        width: 80%;
    }

    .consub {
        width: 40%;
        text-align: left;
        margin-right: 5rem;
    }

    .consub h1 {
        text-align: left !important;
    }

    .mapbgs {
        top: 48rem;
        opacity: 0.4;
        width: 100%;
    }

    .sendbtn {

        top: 50%;
    }

    .scan-qr p {

        width: 80% !important;
    }

    /*   .hero-header-connect {
        text-align: left !important;
    } */



    @keyframes slide {
        from {
            transform: translateX(30%);
            opacity: 0.4;
        }

        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    .mute-button {
        bottom: 3rem;
        right: 3rem;
        font-size: 15px;
    }

    .group-1 {
        position: relative;
    }

    .usergroup {
        position: absolute;
        top: -8rem;
        width: 123%;
        left: -3rem;
        z-index: 90px;
    }

    .usergroup-2 {
        position: absolute;
        top: -15rem;
        left: -10rem;
        width: 152%;
        z-index: 50px;
    }

    .faline {
        position: absolute;
        top: -10rem;
        z-index: 1;
        height: 70vh;
        right: -9rem;
        display: block !important;
    }

    .faquser {
        top: -13rem;
        width: 120%;
        left: 3rem;
    }

    .explorebtn-top {

        display: none !important;
    }

    .articles-h2 {

        text-align: center;
    }

    .blogheader {

        text-align: center;
    }

    .explorebtn-bottom {

        display: inline-block;
    }

    .blog_1,
    .blog_2,
    .blog_3 {

        width: 48%;
    }

    .footer-fot-sm {
        display: none;
    }

    .partners-section {
        width: 50%;
    }

    .questions {

        width: 75%;
    }

    .work {
        margin-left: 3rem;
        width: 47%;
    }

    .hero-img {
        top: 86%;
    }

    .stycon {
        margin-left: 2rem;
    }

    /*  .scroll2 {
        margin-left: -59px;
    } */

    .carmonment {

        top: 59%;
    }

    .enter-email-address-parent {
        width: 71%;
    }

    .searchwidth {
        width: 56%;
    }

    .benpills1 {

        display: block;
    }

    .benpills2 {
        display: none;
    }

    .benpills3 {
        display: none;
    }

    .benp {
        height: 90px;
    }

    .head-esim {

        display: block;
    }

    .login-esim {
        display: block;
    }

    .vecsvgs {
        display: block;
    }

    .vecsvgs2 {
        display: none;
    }

    .vecsvgs3 {
        display: none;

    }

    .wld-sec img:first-child {
        z-index: 8;
        right: 15px !important;
    }

    .wld-sec img {
        right: -54px;
        top: 46px;
        position: absolute;
    }

    .wld-sec img:nth-child(2) {
        z-index: 3;
        width: 34vw;
    }

    .about-content p {
        left: 6rem;
    }

    .aboutover {
        width: 40%;
    }

    .picconpx {
        padding: 0px 30px;
    }

    .whyush1 {
        letter-spacing: -5.92px;
        color: var(--Primary-900, #1A3C3C);
        font-size: min(max(12vw, 37px), 75px);
        font-style: normal;
        font-weight: bold;
        line-height: 90px;
    }

    .firsttext {
        width: 264%;
    }

    .firsttext h1 {
        left: -60%;
    }

    .secondtext {
        width: 219%;

    }

    .secondtext h1 {
        right: -18%;
    }

    .blurrycontent {
        top: 295px;
    }

    .blurrycontent-faq {
        top: 295px;
    }

    .airplane-sec img:first-child {
        margin-left: -6rem;
    }

    .whyuslaptop {
        display: block;
    }

    .whyustab {
        display: none;
    }

    .whyusmobile {
        display: none;
    }

    .esimpurchased_at {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .esimmobdivider {
        display: block !important;
        width: 100%;
    }

    .esimdividerlap {
        display: none !important;
    }
    .modal-usage-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
    }
}

@media (max-width: 1359px) and (min-width: 1070px) {

    .v3,
    .cart-simbtn,
    .v4,
    .menu-simbtn {

        display: none !important;
    }
}

@media (max-width: 1070px) and (min-width: 992px) {

    .box-menu,
    .v1 {

        display: none !important;
    }
}

@media (width: 1280px) {
    .swiper-slide {
        width: 300px !important;
    }

    .whyuslaptop {
        display: block;
    }

    .whyustab {
        display: none;
    }

    .whyusmobile {
        display: none;
    }

    .connected {
        left: 6% !important;
    }

    .offcanvas.offcanvas-end {
        right: -10px;
    }

    .affiliate {
        margin: 55px 15px !important;
        height: auto !important;
        padding: 84px 120px !important;
        border-radius: 48px !important;
        background: #078586 !important;
    }

    /*  .usergroup {
        position: absolute !important;
        top: -10rem !important;
        width: 138% !important;
        left: -2rem !important;
        z-index: 90px !important;
    }

    .usergroup-2 {
        position: absolute !important;
        top: -15rem !important;
        width: 152% !important;
        z-index: 50px !important;
    } */

    .consub h1 {
        text-align: left !important;
    }

    .head-esim {

        display: block;
    }

    .login-esim {
        display: block;
    }

    .vecsvgs {
        display: block;
    }

    .vecsvgs2 {
        display: none;
    }

    .vecsvgs3 {
        display: none;

    }

    .blurrycontent {
        top: 295px;
    }

    .blurrycontent-faq {
        top: 295px;
    }

    .airplane-sec img:first-child {
        margin-left: -6rem;
    }
}

.connected {
    left: 2%;
}

@media (max-width: 992px) and (min-width: 767px) {

    .container-client{
        gap: 15px;
    }
    .newdestinationtab {
        margin-left: 2rem;
    }

    .update-password-cont-head {
        height: 60px !important;
    }

    .pass-update-btn-lg {
        top: -55px !important;
    }

    .support-messages-overflow {
        height: 740px;
        flex-grow: 1;
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .support-messages-overflow::-webkit-scrollbar {
        display: none;
    }

    .country-main-content {
        padding: 0px !important;
    }

    .country-top-content {
        height: 160px !important;
    }

    .newdestination {
        font-size: 28px !important;
    }

    .tab-logo-client {
        display: block;
        height: 140px;
        padding: 34px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        border-right: 1px solid var(--Colour-sideBar-divider, #DFE5EB);
        background: var(--Primary-600, #078586);
        flex-shrink: 0;
    }

    .logo-client {
        margin: 0px !important;
    }

    .client-all-dest {
        top: -60px !important;
    }

    .activation-date-container {
        width: auto !important;
    }

    .data-remaining {
        width: 100%;
        text-align: left;
    }

    .data-remaining-modal {
        width: 40% !important;
        text-align: right !important;
    }

    .progress-bar {
        width: 100% !important;
    }

    .data-date,
    .data-balance {
        flex-direction: column !important;
    }

    /*  .data-date, .data-balance-modal{
        flex-direction: column !important;
    } */
    .data-balance {
        gap: 8px !important;
    }

    .data-balance-modal {
        gap: 8px !important;
    }

    .data-date {
        gap: 5px !important;
    }

    .menudivider {
        display: block;
    }

    .menudivider-mob {
        display: none;
    }

    .taboffcanvas {

        width: 400px !important;
    }

    .sidebar-client-mob {

        width: 400px !important;
    }

    .cart-dash-btn-lg {
        display: none !important;
    }

    .cart-dash-btn-sm {
        display: flex !important;
    }

    .barner-lg {
        display: none;
    }

    .barner-md {
        display: block;
    }

    .bannerbts {
        bottom: 35px;
        left: 20%;
        transform: scale(0.8);
    }

    .sidebar-client {
        display: none !important;
    }

    .right-countryimage-tab {
        display: none;
    }

    .country-area {
        grid-template-columns: repeat(2, 1fr);
    }

    .sallyimg {
        top: 25vh !important;
    }

    .countrybtn {
        padding: 10px 25px !important;
    }

    .compactfull {
        display: block;
    }

    .compactmob {
        display: none;
    }

    .phonecompacth {
        font-size: 14vw !important;
        font-weight: 500 !important;
    }

    .phonecompblurrycontent {
        top: 315px !important;
    }

    .phonecompttop {
        padding-bottom: 8rem !important;
    }

    .tab-container {
        background-color: #F4FAFA !important;
    }

    .countrybgcolor {
        background-color: #F4FAFA !important;
        padding: 30px 0px;
    }

    .countrybg-color {
        background-color: #F4FAFA !important;
        padding: 30px 0px;
    }

    .midcontwidth {
        max-width: 740px !important;
    }

    .all-destinations {
        position: relative;
        top: -5rem;
    }

    .countried-needhelp {
        top: -11rem !important;
        left: -7rem !important;
        width: 140% !important;
    }

    .all-destinations-features1 {
        display: none;
    }

    .all-destinations-features2 {
        display: block;
    }

    .all-destinations-features3 {
        display: none;
    }

    .searchint {
        font-size: min(max(3em, 8vw), 7em) !important;
    }

    .abouttopsec {

        height: auto !important;
        margin-bottom: 5rem;
    }

    .leftimgbg {

        position: absolute;
        left: -11rem;
        top: -2rem;
        display: block !important;
    }

    .rightimgbg {

        position: absolute;
        right: -14rem;
        top: -3rem;
        display: block !important;
        transform: scaleX(-1);
    }

    .gridtab {
        background: rgba(255, 255, 255, 0.80);

        backdrop-filter: blur(6px);
        padding-bottom: 40px;
    }

    .questions-card {

        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px !important;
        top: 0rem;
        position: relative;
        padding: 20px 30px 35px 20px;
    }

    .nextdown {
        display: block;
    }

    .nextarrow {
        display: none;
    }

    .question-card,
    .question-card-inactive {

        width: 100% !important;
        height: 145px;
    }

    .roundimgbg {
        left: -8rem;
        top: 3rem;
    }

    .faqline {

        display: none;
    }

    .faqline2 {

        display: block;
    }

    .faqline3 {

        display: none;
    }

    .otherscontact {
        display: none;
    }

    .tabcontact {
        display: block;

    }

    .offerslaptop {
        display: none !important;
    }

    .offerstab {
        display: block !important;
    }

    .offersphone {
        display: none !important;
    }

    .whyuslaptop {
        display: none;
    }

    .whyustab {
        display: block;
    }

    .whyusmobile {
        display: none;
    }

    .wld-sec img {
        right: -40px;
        top: 50px;
        position: absolute;
    }

    .blurrycontent {
        top: 235px;
    }

    .blurrycontent-faq {
        top: 315px;
    }

    .blurrycontent-checkout {
        top: 260px !important;

    }

    .secondtext {
        margin-top: -40px !important;
        width: 300%;
    }

    .about-content h1 {
        color: var(--Primary-800, #007B7C);
        font-size: 18vw;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        text-align: left;
        position: relative;
        left: 2rem;
        z-index: 4;
    }

    .faq-content h1 {
        color: var(--Primary-800, #007B7C);
        font-size: 30vw;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        position: relative;
        z-index: 4;
    }

    .checkout h1 {
        font-size: 20vw;
    }

    .about-content p {
        width: 40rem;
        height: 99px;
        left: 3rem;
        z-index: 7;
        margin-top: 15px;
        position: absolute;
        color: var(--Gray-900, #101828);
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 38px;
    }

    .about-content a {
        position: relative !important;
        z-index: 7;
        left: 2rem;
        top: 8rem;
    }

    .wld-sec img:first-child {
        z-index: 8;
        right: 7px !important;
    }

    .wld-sec img:nth-child(2) {
        z-index: 3;
        width: 40vw;
    }

    .aboutover {
        display: flex;
        flex-direction: column;
        width: 52%;
        margin-left: 4rem;
    }

    .whyush1 {
        color: var(--Primary-900, #1A3C3C);
        font-size: min(max(20vw, 28px), 60px);
        font-style: normal;
        font-weight: bold;
        line-height: 90px;
        letter-spacing: 2.08px;
    }

    .travelbuddy {
        position: relative;
        right: 17rem;
        top: 10rem;
        width: 100% !important;
    }

    .secondtext h1 {
        right: -15%;
        font-size: min(max(5rem, 2vw), 5rem);
    }

    .firsttext {
        width: 400vw;
        margin-bottom: 5rem;
    }

    .firsttext h1 {
        left: -42%;
        font-size: min(max(5rem, 2vw), 5rem);

    }

    .planpoimg {
        width: 56vw !important;
        margin-left: -8rem !important;
    }

    .airplane-sec img:first-child {
        width: 45vw;
    }

    .sendbtn {

        top: 50%;
    }

    .offcanvas {
        width: 65% !important;
    }

    .swiper-slide {

        width: 300px !important;
    }

    .hero-header-connect {
        font-size: min(max(2em, 11vw), 3em);
        font-weight: bold;
        font-family: sans-serif;
        text-align: left ! IMPORTANT;
        color: #007B7C;
        /*   margin-left: 45px; */
    }

    .box-menu,
    .v1 {

        display: none !important;
    }

    .work {
        padding: 0px 60px;
    }

    /* .hero-vector {
        display: none;
    }

    .hero-vector2 {
        display: block !important;
        margin: -2px 0px;
        width: 40px;
        height: 15px;
    } */

    .hero-contents {
        height: 90%;
    }

    @keyframes slide {
        from {
            transform: translateX(30%);
            opacity: 0.4;
        }

        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    .mt-sm-7 {

        margin-top: 14rem;
    }

    .mute-button {
        bottom: 3rem;
        right: 3rem;
        font-size: 10px;
    }

    .faq-con {
        overflow: hidden;
        width: 100%;
        right: 0rem;
    }

    .faq-con object {
        width: 149%;
    }

    .affiliate {
        padding: 64px 50px !important;
    }

    .faqcont {
        padding: 95px 57px !important;
    }

    .affiliate-header {

        font-size: min(max(2em, 11vw), 3em);
    }

    .group-1 {
        position: relative;
    }

    .usergroup {
        position: absolute;
        top: -2rem;
        width: 154%;
        left: -5rem;
        z-index: 90px;
    }

    .usergroup-2 {
        position: absolute;
        top: -3rem;
        width: 160%;
        right: -3.2rem;
        z-index: 50px;
    }

    .faquser {
        top: -14rem;
        left: -8rem !important;
    }

    .articles-h2 {
        font-size: min(max(2em, 11vw), 3em);
        text-align: center;
    }

    .blogheader {

        text-align: center;
    }

    .explorebtn-bottom {

        display: inline-block;
    }

    .explorebtn-top {

        display: none !important;
    }

    .blog_1,
    .blog_2,
    .blog_3 {

        width: 48%;
    }

    .footer-main {
        padding: 48px 32px 48px 32px;

    }

    .footer-fot {
        display: none;
    }

    .footer-fot-sm {
        display: block;
        padding-top: 5rem;
        width: 30%;
        /* margin-top: 10rem !IMPORTANT; */
        margin: 0px !important;
    }

    .footer-fot-sm .group-fot {
        display: flex;
        gap: 9px;
    }

    .footer-fot-sm img {
        /* margin-top: 20px; */
        width: 41px;
    }

    .copywright-text {
        display: flex;
        justify-content: center;
        position: absolute;
        align-items: center;
        left: 32rem;
        top: 20rem;
    }

    .copywright-text h6 {
        top: 16rem;
        position: relative;
        font-size: 13px;
        color: white;
    }

    .stackimg {
        margin-top: 3px !important;
        width: 8rem !important;
    }

    .scrolling-image img {

        width: 155% !important;
    }

    .questions {

        width: 80%;
    }

    .signup-btn {

        display: none;
    }

    .hero-img {
        top: 89%;
    }

    .input-container {

        width: 85%;
    }

    .input-container input {
        width: 100%;

    }

    .consub {
        margin-left: 0px;
    }

    .nextrow {

        padding-top: 0px !important;
    }

    .nextrow p {

        margin-right: -7rem;
    }

    .nextrow h1 {

        margin-right: -7rem;
    }

    .work h1 {
        margin-left: 8px;
    }

    .nextrowimg1 {

        height: 36vh;
    }

    .consub h1 {
        width: 75%;
        text-align: left !important;
        font-size: min(max(2em, 11vw), 1.5em);
    }

    .consub p {
        margin: 0px 0rem;
        width: 80%;
        text-align: center;
        text-align: left;
    }

    /*     .scroll2 {
        margin-left: -46px;
    } */

    .stycon {
        margin-left: 2rem;
    }

    .mapbgs {
        top: 50rem;
        opacity: 0.4;
        width: 100%;
    }

    .car {
        position: relative;
        left: calc(50% - 150px);
        top: calc((70vh - 330px) / 2);
        transform-origin: 150px 2500px;
        will-change: transform;
    }

    .carosec {
        width: 100%;
        position: relative;
        margin-bottom: 8rem;
    }

    .carmonment {

        top: 64%;
    }

    .suggestions-box {

        width: 100%;
    }

    .benpills1 {

        display: none;
    }

    .benpills2 {
        display: block;
    }

    .benpills3 {
        display: none;
    }

    .benp {
        font-size: 20px !important;
        height: 80px;
    }

    .head-esim {

        display: block;
    }

    .login-esim {
        display: block;
    }

    .vecsvgs {
        display: none;
    }

    .vecsvgs2 {
        display: block;
    }

    .vecsvgs3 {
        display: none;

    }

    .planposition img:first-child {
        margin-left: -8rem !important;
    }

    .airplane-sec img:first-child {
        margin-left: -8rem;
    }

    .esimmobdivider {
        display: block !important;
    }

    .esimdividerlap {
        display: none !important;
    }

    .esimpurchased_at {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .esimdatabalancemodal {
        flex-direction: column !important;
        align-items: flex-start;
    }

    .esimmodal-usage-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }
}

/* Even smaller font size for mobile screens */
@media (max-width: 767px) {
    .search-headercontents{
        justify-content: flex-start !important;
    }
.searchtoprow{
    padding: 0 !important;
}
    .transaction-link-lg{
        display: none;
    }
    .transaction-link-sm{
        display: flex;
    }
    .transaction-off-canvas {
        width: 100% !important;
    }
    
    .country-logo-head{
        display: none;
    }
    .name-profile-lg {
        gap: 0 !important;
        flex-direction: column;
    }

    .data-name-profile {
        font-size: 20px !important;
    }

    .update-password-cont-head {
        height: 60px !important;
    }

    .pass-update-btn-lg {
        top: -55px !important;
        right: 0px !important;
    }

    .successalert-support {
        width: 95%;
        gap: 20px;
        justify-content: space-between;
    }

    .client-all-dest {
        background: #F2F4F7 !important;
    }

    .esimactivationhead {
        font-size: 18px !important;
    }

    .topupcont-sm {
        padding: 10px 15px !important;
    }

    .data-usage-topup {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 32px;
    }

    .addtocarttopup {
        margin-left: -5rem;
    }

    .successfull-add-topup {
        gap: 5rem !important;
        flex-direction: row !important;
        justify-content: space-between;
    }

    .esim-successfull-add-topup {
        gap: 2rem !important;
    }


    .successfull-add-topup object {
        order: 1;
    }

    .successfull-add-topup button {
        order: 2;
    }

    .qrcodearea {
        padding: 15px;
    }

    .activation-description {
        display: block;
        color: var(--Gray-600, #475467);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .qrcode img {
        width: 135px;
        height: 135px;
        flex-shrink: 0;
    }

    .indicator object {
        width: 70px;
        height: 40px;
    }

    .qrcode-container {
        width: auto;
        gap: 15px;
    }

    .esim-qrcode-container {
        width: auto;
        gap: 0px !important;
    }

    .activate-options {
        width: 90% !important;
        gap: 15px;
    }

    .cant-scan {
        font-size: 14px;
        line-height: 18.2px;
    }

    .depending {
        line-height: 120%;
        flex-direction: column !important;
        align-items: self-start !important;
    }

    .actvcode1 {
        gap: 2px !important;
    }

    .scan-text-mob {
        display: block;
    }

    .scan-text {
        display: none;
    }

    .purchased_at {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .esimpurchased_at {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .dividerlap {
        display: none !important;
    }

    .esimdividerlap {
        display: none !important;
    }

    .mobdivider {
        display: block !important;
    }

    .esimmobdivider {
        display: block !important;
    }

    .expires {
        margin-top: 2px;
    }

    .modal-data-container {
        width: 95% !important;
    }

    .modal-usage-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
    }

    .data-usage-container {
        height: 560px !important;
    }

    .data-remaining {
        width: 100%;
        text-align: left;
    }

    .data-balance {
        gap: 8px !important;
    }

    .data-balance-modal {
        gap: 8px !important;
    }

    .data-date {
        gap: 2px !important;
    }

    .progress-bar {
        width: 100% !important;
    }

    .body-contents .row {
        gap: 20px;
    }

    .chartarea {
        order: 1;
    }

    .datausagearea {
        order: 2;
    }

    .search-bar-client-sm {
        display: block;
    }

    .icon-bell-client {
        display: none;
    }

    .mobmenuwidths {
        width: auto !important;
    }

    .menudivider {
        display: none;
    }

    .menudivider-mob {
        display: block;
    }

    .cart-dash-btn-lg {
        display: none !important;
    }

    .cart-dash-btn-sm {
        display: flex !important;
    }

    .maincontents {
        padding: 15px 15px 25px 15px !important;
    }

    .client-area-sm {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .header-icons-client {
        gap: 10px !important
    }

    .client-banner-lg {
        display: none;
    }

    .headercontents {
        display: none;
    }

    .search-bar-client {
        border: none !important;
    }

    .profile-client-sm {
        display: block;
    }

    .profile-client {
        display: none;
    }

    .icon-search-client {
        display: none !important;
    }

    .search-input-client {
        display: none;
    }

    .sidebar-client {
        display: none !important;
    }

    .cartbtnorder {
        order: 1;
    }

    .menu-client-simbtn {
        order: 2;
    }

    .rightimgbg2 {
        right: -10rem !important;
        top: 17rem !important;
    }

    .leftimgbg2 {
        left: 0;
        top: 60rem !important;
    }

    .country-area {
        grid-template-columns: repeat(1, 1fr);
    }

    .countrybtn {
        padding: 10px 20px !important;
    }

    .compactfull {
        display: none;
    }

    .compactmob {
        display: block;
    }

    .phonecompttop {
        padding-bottom: 6rem;
    }

    .phonecompacth {
        font-size: 15vw !important;
        margin: 0px 8px;
    }

    .phonecompblurrycontent {
        height: 300px !important;
        top: 314px !important;
    }

    .all-destinations {
        position: relative;
        top: -5rem;
    }

    .all-destinations-features1 {
        display: none;
    }

    .all-destinations-features2 {
        display: none;
    }

    .all-destinations-features3 {
        display: block;
    }

    .gridtab {
        padding-bottom: 20px;
        background: rgba(255, 255, 255, 0.80);
        backdrop-filter: blur(6px);
        overflow-x: scroll;
        cursor: grab;
        white-space: nowrap;

    }

    .question-card,
    .question-card-inactive {

        width: auto;
        height: 75px;
    }

    .faq-questions {
        margin: 2rem 0px;
    }

    .roundimgbg {
        display: none;
    }

    .nextdown {
        display: none;
    }

    .nextarrow {
        display: none;
    }

    .faqline {

        display: none;
    }

    .faqline2 {

        display: none;
    }

    .faqline3 {

        display: block;
    }

    .nextdown {
        display: none;
    }

    .nextarrow {
        display: none;
    }

    .faqline {

        display: none;
    }

    .faqline2 {

        display: block;
    }

    .faqline3 {

        display: none;
    }

    .otherscontact {
        display: none;
    }

    .tabcontact {
        display: block;

    }

    .offerslaptop {
        display: none !important;
    }

    .offerstab {
        display: none !important;
    }

    .offersphone {
        display: block !important;
    }

    .whyuslaptop {
        display: none;
    }

    .whyustab {
        display: block;
    }

    .whyusmobile {
        display: none;
    }

    .vecsvgs {
        display: none;
    }

    .vecsvgs2 {
        display: block;
    }

    .vecsvgs3 {
        display: none;

    }

    .head-esim {

        display: block;
    }

    .login-esim {
        display: block;
    }

    .sendbtn {

        top: 25%;
    }

    .offcanvas {
        width: 65% !important;
    }

    .vec {
        display: none;
    }

    .hero-vector {
        display: none;
    }

    .hero-vector2 {
        display: block !important;
        margin: -2px 0px;
        width: 40px;
        height: 15px;
    }

    .box-menu,
    .v1,
    .login-esim,
    .lang-simbtn,
    .v3 {

        display: none !important;
    }

    .work {
        padding: 0px 60px;
    }

    .hero-contents {
        height: 90%;
    }


    @keyframes slide {
        from {
            transform: translateX(0);
            opacity: 0.4;
        }

        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    .mt-sm-7 {

        margin-top: 14rem;
    }

    .plbtn {
        position: absolute;
        width: 30px;
        height: 30px;
    }

    .mute-button {
        bottom: 3rem;
        right: 3rem;
        font-size: 7px;
    }

    .connected {
        overflow: hidden;
        top: 90%;
        left: -5rem;
    }

    .connected object {
        width: 113%;
    }

    .faq-con {
        overflow: hidden;
        width: 137%;
        right: 0rem;
    }

    .faq-con object {
        width: 139%;
    }

    .affiliate {
        padding: 87px 38px !important;
        height: 115vh;
    }

    .affiliate-header {

        font-size: min(max(2em, 11vw), 3em);
    }

    .group-1 {
        position: relative;
    }

    .usergroup {
        position: absolute;
        top: 0rem;
        width: 100%;
        z-index: 50px;
    }

    .usergroup-2 {
        position: absolute;
        top: -2rem;
        width: 109%;
        left: -2rem;
        z-index: 90px;
    }

    .articles-h2 {
        font-size: min(max(2em, 11vw), 3em);
        text-align: center;
    }

    .blogheader {

        text-align: center;
    }

    .explorebtn-bottom {

        display: inline-block;
    }

    .blog_1,
    .blog_2,
    .blog_3 {

        width: 100%;
    }

    .explorebtn-top {

        display: none !important;
    }

    .work p {
        font-size: 16px !important;
        color: #475467;
        width: 94% !important;
    }

    .looking {

        border-radius: 20px;
    }

    .footer-main {
        padding: 48px 32px 48px 32px;

    }

    /* FOOTER */
    .socials-col {

        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .socials-col ul {
        width: 100%;
    }

    .socials {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 10px 18.5px;
        align-self: stretch;
        flex-wrap: wrap;
        width: 79%;
    }

    .sd {
        border-radius: 50%;
        width: 25px;
        height: 25px;
        display: flex;
        background-color: white;
        justify-content: center;
        align-items: center;
    }

    .sd img {
        width: 15px;
        height: 50px;
        transition: transform 1s ease;
    }

    .footer-fot {
        display: none;
    }

    .footer-fot-sm {
        display: block;
        width: 44%;
        margin: 0 !important;
    }

    .footer-fot-sm .group-fot {
        display: flex;
        gap: 9px;
    }

    .footer-fot-sm img {
        /* margin-top: 20px; */
        width: 41px;
    }

    .copywright-text {
        display: flex;
        justify-content: center;
        position: absolute;
        align-items: center;
        left: 16rem;
        top: 21rem;
    }

    .copywright-text h6 {
        top: 16rem;
        position: relative;
        font-size: 13px;
        color: white;
    }

    .stackimg {
        margin-top: 3px !important;
        width: 8rem !important;
    }

    .scrolling-image img {

        width: 155% !important;
    }

    .questions {

        width: 100%;
    }

    .hero-img {
        top: 91%;
    }

    .mts {
        margin-top: 70px;
    }

    .plancen {
        width: 82%;
        margin: 0px 3rem;
    }

    .mapbgs {
        top: 52rem;
        opacity: 0.4;
        width: 100%;
    }

    .scans {
        width: 82%;
        margin: 0px 3rem;
    }

    .grown {
        width: 82%;
        margin: 0px 3rem;
    }

    .input-container {

        width: 85%;
    }

    .input-container input {
        width: 100%;

    }

    .consub {

        margin-top: 30px
    }

    .carmonment {

        top: 69%;
    }

    .carmonment .wrapper {
        position: absolute;
        height: 49vh;
        transform-origin: 72px 968px;
    }

    .suggestions-box {

        width: 100%;
    }

    .benpills1 {

        display: none;
    }

    .benpills2 {
        display: block;
    }

    .benpills3 {
        display: none;
    }

    .benp {
        font-size: 18px !important;
        height: 80px;
    }

    .wld-sec img:first-child {
        z-index: 8;
        right: -171px !important;
    }

    .wld-sec img:nth-child(2) {
        z-index: 3;
        width: 75vw;
    }

    .wld-sec img {
        right: -138px;
        top: 10px;
        position: absolute;
    }

    .about-content h1 {
        color: var(--Primary-800, #007B7C);
        font-size: 18vw;
        font-style: normal;
        font-weight: bold;
        line-height: 100%;
        text-align: left;
        position: relative;
        z-index: 4;
    }

    .faq-content h1 {
        color: var(--Primary-800, #007B7C);
        font-size: 25vw;
        font-style: normal;
        font-weight: bold;
        line-height: 100%;
        position: relative;
        z-index: 4;
    }

    .checkout h1 {
        font-size: 16vw !important;
    }

    .about-content p {
        width: 30rem;
        height: 99px;
        left: 2rem;
        z-index: 7;
        margin-top: 15px;
        position: absolute;
        color: var(--Gray-900, #101828);
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 38px;
    }

    .blurrycontent-checkout {
        top: 205px !important;
    }

    .about-content a {
        position: relative !important;
        z-index: 7;
        left: 0rem;
        top: 8rem;
    }


    .blurrycontent {
        position: absolute;
        background: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(6px);
        width: 100%;
        height: 335px;
        top: 215px;
        left: 0;
        z-index: 6;
    }

    .blurrycontent-faq {
        position: absolute;
        background: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(6px);
        width: 100%;
        height: 335px;
        top: 243px;
        left: 0;
        z-index: 6;
    }

    .abouttopsec {
        padding-bottom: 14rem;
    }

    .aboutabs {
        margin-left: 1rem;
        text-align: center !important;
    }

    .aboutover {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
    }

    .picconpx {
        position: relative;
        top: -15rem;
    }

    .whyush1 {
        font-size: min(max(13vw, 34px), 76px);
        text-align: center;
    }

    .why-us-section {

        margin-bottom: 0rem;
    }

    .firsttext {
        width: 400vw;
    }

    .firsttext h1 {
        font-size: min(max(8rem, 7vw), 3rem);
        left: -37%;
    }

    .secondtext {
        width: 400vw;
    }

    .secondtext h1 {
        font-size: min(max(8rem, 7vw), 3rem);
        right: -7%;
    }

    .imgwidth {

        width: 100% !important;
    }

    .planposition {
        position: absolute;
        top: 6rem !important;
        right: -17rem;
    }

    .airplane-sec img:first-child {
        position: relative;
        left: -4rem;
    }

    .travelbuddy {

        display: none !important;

    }

    .travelbuddymobile {

        display: block !important;
        position: relative;
        top: -4rem;
        padding: 20px;
    }

    .travelbuddymobile p {
        font-size: 15px !important;
        width: 70%;
    }

    .planposition {
        position: absolute;
        top: 0rem;
        right: -17rem;
    }

    .planpoimg {
        margin-left: -8rem !important;
        width: 46vw !important;
    }

    .airplane-sec .row .col .img:first-child {
        margin-left: -6rem;
    }

    .contactush {
        font-size: 17vw !important;
    }

    .column-1 {

        order: 2;
        position: relative;
        top: 40rem;
    }

    .column-2 {

        order: 1;
    }

    .faquser {
        top: -10rem !important;
    }

    .faqcont {
        margin: 2rem 0px !important;
    }

    .container-checkout {
        align-items: center !important;
    }

    .order-summary-checkout,
    .account-form-checkout {
        width: 100% !important;
    }
}

/* Smallest font size for very small screens */
@media (max-width: 480px) {
    .Delete-esim-header{
        font-size: 45px !important;
    }
    .Delete-esim-p{
        font-size: 20px !important;
    }

    .esim-successfull-add-topup .removeicon{
        margin-left: 3rem !important;
    }
    .v2{
        display: none !important;
    }
    .order-summary-checkout {
        height: auto !important;
        max-height: 500px !important;
    }

    .order-overflow {
        height: 250px !important;
    }

    .notificationmenusm {
        display: block !important;
    }

    .cart-dash-btn-lg {
        display: none !important;
    }

    .cart-dash-btn-sm {
        display: flex !important;
    }

    .show-info-alert {
        right: 10px !important;
    }

    .info-alert {
        top: 38px !important;
        gap: 10px !important;
        font-size: 12px !important;
    }

    .success-alert {
        gap: 30px !important;
        font-size: 15px !important;
    }

    .activation-date-container {
        width: 100% !important;
    }

    .delete-alert {
        gap: 0px !important;
        font-size: 13px !important;
    }

    .sallyimg {
        right: -49px !important;
        top: 20vh !important;
    }

    .countrytopsec {
        padding-bottom: 5rem !important;
    }

    .countrybtn {
        padding: 10px 16px !important;
    }

    .compactfull {
        display: none;
    }

    .compactmob {
        display: block;
    }

    .tab-container {
        background-color: #F4FAFA !important;
    }

    .countrybgcolor {
        background-color: #F4FAFA !important;
        padding: 20px 0px;
    }

    .all-destinations {
        position: relative;
        top: -2rem;
    }

    .tab-button {
        font-size: 14px;
    }

    .all-destinations-features1 {
        display: none;
    }

    .all-destinations-features2 {
        display: none;
    }

    .all-destinations-features3 {
        display: block;
        width: 100%;
    }

    .otp-input {
        width: 40px !important;
        height: 40px !important;
    }

    .otp-container {
        justify-content: center !important;
    }

    .nextrowimg1 {

        height: 40vh;
        position: relative;
        left: -5rem;
        width: 140vw !important;
    }

    .faquser {
        top: -5rem !important;
    }

    .column-1 {
        order: 2;
        position: relative;
        top: 25rem;
    }

    .phonecompttop {
        padding-bottom: 6rem;
    }

    .phonecompacth {
        font-size: 15vw !important;
        margin: 0px 8px;
    }

    .phonecompblurrycontent {
        height: 229px !important;
        top: 230px !important;
    }

    .searchintp {
        font-size: 20px;
    }

    .esimparagraph {
        font-size: 18px !important;
    }

    .tab-container {
        overflow-x: scroll;
    }

    .gridtab {
        padding-bottom: 20px;
        background: rgba(255, 255, 255, 0.80);
        backdrop-filter: blur(6px);
        overflow-x: scroll;
        cursor: grab;
        white-space: nowrap;
    }

    .question-card,
    .question-card-inactive {

        width: auto;
        height: 75px;
    }

    .faq-questions {
        margin: 2rem 0px;
    }

    .roundimgbg {
        display: none;
    }

    .nextdown {
        display: none;
    }

    .nextarrow {
        display: none;
    }

    .faqline {

        display: none;
    }

    .faqline2 {

        display: none;
    }

    .faqline3 {

        display: block;
    }

    .sd-contact {

        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        background-color: #F4FAFA;
        justify-content: center;
        align-items: center;
    }

    .sd-contact img {
        width: 20px;
        height: 45px;
        transition: transform 1s ease;
        /* Smooth transition */

    }

    .otherscontact {
        display: block;
    }

    .tabcontact {
        display: none;

    }

    .offerslaptop {
        display: none !important;
    }

    .offerstab {
        display: none !important;
    }

    .offersphone {
        display: block !important;
    }

    .whyuslaptop {
        display: none;
    }

    .whyustab {
        display: none;
    }

    .whyusmobile {
        display: block;
    }

    .wld-sec img:first-child {
        z-index: 8;
        right: -171px !important;
    }

    .wld-sec img:nth-child(2) {
        z-index: 3;
        width: 75vw;
    }

    .wld-sec img {
        right: -138px;
        top: 10px;
        position: absolute;
    }

    .faqwldsec {
        right: -56px !important;
    }

    .about-content h1 {
        color: var(--Primary-800, #007B7C);
        font-size: 20vw;
        font-style: normal;
        font-weight: bold;
        line-height: 100%;
        text-align: left;
        position: relative;
        z-index: 4;
    }

    .contactush {
        font-size: 18vw !important;
    }

    .about-content p {
        width: 20rem;
        height: 99px;
        left: 1rem;
        z-index: 7;
        margin-top: 15px;
        position: absolute;
        color: var(--Gray-900, #101828);
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }

    .about-content a {
        position: relative !important;
        z-index: 7;
        left: 0rem;
        top: 12rem;
    }


    .blurrycontent {
        position: absolute;
        background: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(6px);
        width: 100%;
        height: 300px;
        top: 185px;
        left: 0;
        z-index: 6;
    }

    .blurrycontent-faq {
        position: absolute;
        background: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(6px);
        width: 100%;
        height: 200px;
        top: 199px;
        left: 0;
        z-index: 6;
    }

    .blurrycontent-checkout {
        top: 180px !important;
    }

    .container-checkout {
        align-items: center !important;
    }

    .abouttopsec {
        padding-bottom: 14rem;
    }

    .order-summary-checkout,
    .account-form-checkout {
        width: 100% !important;
    }

    .faqtop {
        padding-bottom: 5rem !important;
    }

    .checkouttop {
        padding-bottom: 3rem !important;
    }

    .aboutabs {
        margin-left: 1rem;
        text-align: left !important;
    }

    .helptext {
        padding-top: 1rem;
        font-size: 16px;
    }

    .aboutover {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
    }

    .picconpx {
        position: relative;
        top: -15rem;
    }

    .whyush1 {
        font-size: min(max(13vw, 34px), 93px);
    }

    .why-us-section {

        margin-bottom: -5rem;
    }

    .firsttext {
        width: 400vw;
    }

    .firsttext h1 {
        font-size: min(max(8rem, 7vw), 3rem);
        left: -50%;
    }

    .secondtext {
        width: 400vw;
    }

    .secondtext h1 {
        font-size: min(max(8rem, 7vw), 3rem);
        right: -7%;
    }

    .imgwidth {

        width: 100% !important;
    }


    .planposition {
        position: absolute;
        top: 7rem;
        right: -23rem;
    }

    .planpoimg {
        position: relative;
        left: -10rem !important;
        width: 54vw !important;
    }

    .travelbuddy {

        display: none !important;

    }

    .travelbuddymobile {

        display: block !important;
        position: relative;
        top: -4rem;
        padding: 20px;
    }

    .travelbuddymobile p {
        font-size: 14px !important;
        width: 100%;
    }

    .vecsvgs {
        display: none;
    }

    .vecsvgs2 {
        display: none;
    }

    .vecsvgs3 {
        display: block;

    }

    .suggestions-box {

        width: 100%;
    }

    .sendbtn {

        top: 25%;
    }

    .vec {
        display: none;
    }

    .hero-vector {
        display: none;
    }

    .hero-vector2 {
        display: block !important;
        margin: -2px 0px;
        width: 40px;
        height: 15px;
    }

    .hero-section {
        height: 800px;
    }

    .hero-contents {
        height: 100%;
    }

    .hero-p {
        font-size: 22px;
    }

    .hero-section::before {
        top: -17rem;
    }

    .scrolling-image img {
        width: 300% !important;
    }

    /*     .scrolling-image {
        animation: scroll 5s linear infinite;
    } */

    .partners-section {
        padding: 10px 0px;
    }

    .partners-heading {
        padding: 0px 1rem;
    }

    .works {
        padding-top: 80px;
    }

    @keyframes slide {
        from {
            transform: translateX(0);
            opacity: 0.4;
        }

        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    .mt-sm-7 {

        margin-top: 14rem;
    }

    .plbtn {
        position: absolute;
        width: 25px;
        height: 25px;
    }

    .affiliate-simbtn {

        width: 165px;
    }

    .mute-button {
        bottom: 1rem;
        right: 2rem;
        font-size: 4px;
    }

    .connected {
        overflow: hidden;
        top: 85%;
        left: -10rem;
    }

    .connected object {
        width: 130%;
    }

    .faq-con {
        overflow: hidden;
        width: 137%;
        right: 0rem;
    }

    .faq-con object {
        width: 139%;
    }

    .questions {

        display: flex;
        width: 100%;
        align-items: baseline;
        padding-left: 26px;
        gap: 18px;
        padding-right: 14px;
        padding-top: 22px;
        padding-bottom: 7px;
        border-radius: 891px;
        border-bottom: 1px solid var(--Gray-300, #D0D5DD);
    }

    .questions p {

        font-size: 17px;
    }

    .affiliate {
        padding: 50px 21px !important;
        height: 90vh;
    }

    .group-1 {
        position: relative;
    }

    .usergroup {
        position: absolute;
        top: 2rem;
        max-width: 100%;
        width: 80%;
        left: 30px;
        z-index: 50px;
    }

    .usergroup-2 {
        position: absolute;
        top: -2rem;
        width: 100%;
        max-width: 100%;
        left: -1rem;
        z-index: 90px;
    }

    .looking {
        flex-direction: column !important;
        border-radius: 20px;
        padding: 11px 17px 16px 13px;
        gap: 6px;
    }

    .looking h2 {
        font-size: 17px;
        text-align: center;
    }

    .blog-margin {
        margin: 0px;
    }

    .articles-h2 {
        font-size: min(max(2em, 11vw), 3em);
        text-align: center;
    }

    .blogheader {

        text-align: center;
    }

    .explorebtn-bottom {

        display: inline-block;
    }

    .explorebtn-top {

        display: none !important;
    }

    .blog_1,
    .blog_2,
    .blog_3 {

        width: 100%;
    }

    .footer-main {
        padding: 36px 24px 38px 19px;

    }

    .mapbgs {
        top: 47rem;
        opacity: 0.4;
        width: 100%;
    }

    /* FOOTER */
    .socials-col {

        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .socials-col ul {
        width: 100%;
    }

    .socials {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 10px 18.5px;
        align-self: stretch;
        flex-wrap: wrap;
        width: 79%;
    }

    .sd {
        border-radius: 50%;
        width: 25px;
        height: 25px;
        display: flex;
        background-color: white;
        justify-content: center;
        align-items: center;
    }

    .hero-img {
        top: 94%;
    }

    .sd img {
        width: 15px;
        height: 50px;
        transition: transform 1s ease;
    }

    .footer-fot {
        display: none;
    }

    .footer-fot-sm {
        display: block;
        width: 44%;
        margin: 0 !important;
    }

    .footer-fot-sm .group-fot {
        display: flex;
        gap: 9px;
    }

    .footer-fot-sm img {
        /* margin-top: 20px; */
        width: 41px;
    }

    .copywright-text {
        display: flex;
        justify-content: center;
        position: absolute;
        align-items: center;
        left: 11rem;
        top: 26rem;
    }

    .copywright-text h6 {
        top: 14rem;
        position: relative;
        font-size: 11px;
        color: white;
    }

    .stackimg {
        margin-top: 3px !important;
        width: 8rem !important;
    }

    .hero-header {

        font-size: min(max(42px, 11vw), 55px);
    }

    .hero-header-connect2 {
        margin-top: 0px;
        margin-left: 10px;
        text-align: left !important;
    }

    .hero-header-connect {
        text-align: center;
    }

    .work {
        padding: 0px 20px;
    }

    .work h3 {
        font-size: 19px !important;
        color: #344054;
    }

    .work p {
        font-size: 1.2rem !important;
        color: #475467;
        width: 100% !important;
    }

    .video-section {
        padding: 28px 0px;
    }

    .mob-menu-cart {

        display: none;
    }

    .phone-video-container-lte {
        bottom: -7.5rem;
    }

    .mts {
        margin-top: 70px;
    }

    .plancen {
        width: 100%;
        margin: 0;
    }

    .plancen p {
        font-size: 1.2rem !important;
        color: #475467;
        width: 100% !important;
    }

    .scan-qr p {
        font-size: 1.2rem !important;
        color: #475467;
        width: 100% !important;
    }

    .con4g p {
        font-size: 1.2rem !important;
        color: #475467;
        width: 100% !important;
    }

    .chkphcm {
        display: none;
    }

    .scans {
        width: 100%;
        margin: 0;
    }

    .grown {
        width: 100%;
        margin: 0;
    }

    .input-container {

        width: 100%;
    }

    .input-container input {
        width: 100%;

    }

    .consub {

        margin-top: 30px
    }

    .carmonment {
        position: absolute;
        left: 25%;
        top: 71%;
        transform-origin: 151px 2500px;
        will-change: transform;
        transform: scale(1);
    }

    .carmonment .wrapper img {
        width: 57px;
        height: 66px;
        top: 0px !important;
    }

    .carmonment .wrapper {
        position: absolute;
        height: 36vh;
        transform-origin: 105px 485px;
        top: 8rem !important;
    }

    .car {
        position: relative;
        left: calc(50% - 150px);
        top: calc((74vh - 471px));
        transform-origin: 150px 2500px;
        will-change: transform;
    }

    .carosec {
        width: 100%;
        position: relative;
        margin-bottom: 5rem;
    }

    .learn-simbtn {

        width: 115px;
    }

    .benpills1 {

        display: none;
    }

    .benpills2 {
        display: none;
    }

    .benpills3 {
        display: block;
    }

    .benefits-content {
        margin: 5rem 0px;

    }

    .benp {
        font-size: 15px !important;
        height: 60px;
    }

    .offcanvas {
        width: 107% !important;
        max-width: 107%;
    }

    .what-head {
        font-size: 12px;
    }

    .head-esim {

        display: none;
    }

    .video-container .video-clay {

        height: 120% !important;
    }
}

@media (max-width: 345px) {
    .info-alert {
        gap: 0px !important;
        font-size: 13px !important;
    }

    .column-1 {
        top: 20rem !important;
    }

    .whyush1 {
        font-size: min(max(12vw, 34px), 90px);
    }

    .vecsvgs {
        display: none;
    }

    .vecsvgs2 {
        display: none;
    }

    .blurrycontent {
        position: absolute;
        background: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(6px);
        width: 100%;
        height: 300px;
        top: 180px;
        left: 0;
        z-index: 6;
    }

    .blurrycontent-faq {
        position: absolute;
        background: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(6px);
        width: 100%;
        height: 200px;
        top: 199px;
        left: 0;
        z-index: 6;
    }

    .vecsvgs3 {
        display: block;

    }

    .benefits-content {
        margin: 5rem 0px;

    }

    .head-esim {

        display: none;
    }

    .offcanvas {
        width: 100% !important;
    }

    .benpills1 {

        display: none;
    }

    .benpills2 {
        display: none;
    }

    .benpills3 {
        display: block;
    }

    .affiliate {
        padding: 30px 21px !important;
        height: 73vh;
    }

    .affiliate-simbtn {
        width: 171px;
    }

    .learn-simbtn {

        width: 100px;

    }

    .hero-header {
        font-size: min(max(42px, 11vw), 39px);
    }

    .looking h2 {
        font-size: 16px;
        text-align: center;
    }

    .car {
        position: relative;
        left: calc(50% - 150px);
        top: calc((60vh - 330px) / 2);
        transform-origin: 150px 2500px;
        will-change: transform;
    }

    .carosec {
        width: 100%;
        position: relative;
        margin-bottom: 6rem;
    }

    .learn-simbtn {

        width: 115px;
    }

    .looking h2 {
        font-size: 17px;
    }

    .benp {
        font-size: 15px !important;
        height: 60px;
    }

    .what-head {
        font-size: 12px;
    }
}