@media screen and (max-width: 1700px) and (min-width: 1041px) {
    html {
        font-size: 50%;
    }

    :root {
        --font12: 1.1rem;
        --font14: 1.2rem;
        --font15: 1.3rem;
        --font16: 1.4rem;
        --font18: 1.6rem;
        --font20: 1.8rem;
        --font22: 2.1rem;
        --font24: 2.2rem;
        --font28: 2.6rem;
        --font30: 1.9rem;
        --font32: 3rem;
        --font36: 3.2rem;
    }
}

@media (min-width: 1025px) and (max-width:1040px) {
    html {
        font-size: 42%;
    }
}

@supports (-webkit-touch-callout: none) {
    @media screen and (min-width: 1025px) and (max-width: 1040px) {
        .four_collect_cards.creditn_bg img {
            width: 10rem !important;
        }

        .links_txt h5.font18.font_weight_700.font_dark.text-uppercase {
            font-size: 1.6rem;
        }

        .ticket__search__sect__sc {
            width: 17rem !important;
        }

        .ticket__main__tab__link__sc.ticket_main_border {
            flex: 0 0 12rem;
        }
        .left_section{
            height: calc(100dvh - 13.5rem) !important;
        }
    }
}


@supports (-webkit-touch-callout: none) {
    @media screen and (min-width: 1025px) and (max-width: 1040px)  and (orientation : portrait) {
        html {
            font-size: 42.5% !important;
        } 
      
        :root {
            --font12: 1.2rem;
            --font14: 1.3rem;
            --font15: 1.4rem;
            --font16: 1.5rem;
        }
        .desktop__view__sc.recent_add_img,
        .payment__dashboard__payAttach__img__sc {
            height: auto!important;
        }

       
    }
}



@media(max-width:1024px) {
    :root {
        --font12: 1.1rem;
        --font14: 1.2rem;
        --font15: 1.3rem;
        --font16: 1.4rem;
        --font18: 1.6rem;
        --font20: 1.8rem;
        --font22: 2.1rem;
        --font24: 2.2rem;
        --font28: 2.6rem;
        --font30: 1.9rem;
        --font32: 3rem;
        --font36: 3.2rem;
    }
}

@media(max-width:767px) {
    :root {
        --font12: 1.1rem;
        --font14: 1.2rem;
        --font15: 1.3rem;
        --font16: 1.4rem;
        --font18: 1.6rem;
        --font20: 1.8rem;
        --font22: 2.1rem;
        --font24: 2.2rem;
        --font28: 2.6rem;
        --font30: 1.6rem;
        --font32: 1.8rem;
        --font36: 2rem;
    }
}

@media(max-width:767px) {
    :root {
        --font24: 1.4rem;
    }
}

@media(max-width:360px) {
    :root {
        --font20: 1.4rem;
    }
}

@media screen and (max-width:1024px) {
    .areYouSurePopup .areYouSurePopup__dialog {
        width: calc(100% - 24rem) !important;
    }
}