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


    /* STICKY STYLES */
    .mainHeader.is-sticky {
        position: fixed;
        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
        padding: 8px 0;
        animation: slideDown 0.35s ease-out;
        z-index: 1030;
        background-color: #ffffff;
    }

    .page-header.is-sticky img {
        max-width: 80%;
    }

    .page-header.is-sticky button {
        font-size: 14px;
        padding: 7px 10px;
    }

    @keyframes slideDown {
        from {
            transform: translateY(-100%);
        }

        to {
            transform: translateY(0);
        }
    }

    /* Hoverable dropdown menu */
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    /* Animated hover effect */
    .nav-link {
        position: relative;
        transition: all 0.3s ease;
    }

    .nav-link::before {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #007bff;
        visibility: hidden;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out 0s;
    }

}

@media screen and (min-width: 1200px) {
    .mainCategorySec .row.row-cols-xl-auto>.col {
        width: calc(100% / 8);
    }
}

@media screen and (min-width: 768px) {
    .innerPageheroSetion {
        min-height: 150px;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 1366px) {
    .progress-container {
        max-width: 320px;
    }
}

@media screen and (max-width: 1199px) {
    .container {
        max-width: 100%;
    }

    .customNav .nav-link {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
        font-size: 13px;
    }

    .progress-container {
        max-width: 300px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 100%;
    }

    .adverSection h4 {
        font-size: 16px;
    }

    .carousel-indicators {
        margin-bottom: 3rem;
    }

    .adverMain .coinsSticker {
        width: 180px;
    }

    .adverMain .iplSticker {
        width: 100px;
    }

    .createTeamSec .searchInput {
        min-width: auto;
    }

}

@media screen and (max-width: 991px) {
    .headerCTA {
        position: fixed;
        top: 12px;
        right: 50px;
    }

    header .mainHeader {
        position: fixed;
        background-color: #fff;
        box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15) !important;
    }

    nav.navbar.navSecondary {
        padding-top: 65px;
    }

    .navSecondary ul.navbar-nav {
        width: 100%;
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .navSecondary ul.navbar-nav li.nav-item {
        padding: 2px;
    }

    .navSecondary ul.navbar-nav li.nav-item a {
        background-color: #042762;
    }

    .navSecondary form {
        margin: auto;
        width: 100%;
    }

    .impPromoBannerSec,
    .impPromoBannerRefEarning {
        height: auto;
    }

    .teamList li {
        width: 30%;
    }

}

@media screen and (max-width: 768px) {
    .loadingLineWrapper {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .customNav .nav-link {
        margin-top: 5px;
        background-color: rgba(255, 255, 255, .2);
    }

    .loginRegisterSetion .login-box {
        max-width: 340px;
    }

    .customNav .nav-link::after {
        right: 15px;
        position: absolute;
    }

    .mainHeader {
        padding: 0 !important;
    }

    .mainCategorySec {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .mcsBox img.img-fluid {
        width: 32px;
    }

    .icon-wrapper {
        align-items: center;
        display: flex;
        justify-content: center;
        text-align: center;
        height: 30px;
        width: 30px;
        margin: auto 0;
    }

    .icon-wrapper img {
        left: auto;
    }

    .mcsBox {
        padding: 10px 10px;
        border-radius: 10px;
    }

    .language {
        display: inline-block;
    }


    .language {
        margin-left: 0 !important;
    }

    body {
        overflow-x: hidden !important;
    }

    .container {
        max-width: 100%;
    }

    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    h6 {
        font-size: 1rem;
    }

    .btn {
        font-size: 13px;
    }

    .my-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }

    .mx-5 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .m-5 {
        margin: 2rem !important;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .mt-5 {
        margin-top: 2rem !important;
    }

    .py-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }

    .px-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .p-5 {
        padding: 2rem !important;
    }

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

    .pt-5 {
        padding-top: 2rem !important;
    }


    .my-4 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }

    .mx-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .m-4 {
        margin: 1rem !important;
    }

    .mb-4 {
        margin-bottom: 1rem !important;
    }

    .mt-4 {
        margin-top: 1rem !important;
    }

    .py-4 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }

    .px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .p-4 {
        padding: 1rem !important;
    }

    .pb-4 {
        padding-bottom: 1rem !important;
    }

    .pt-4 {
        padding-top: 1rem !important;
    }



    .my-3 {
        margin-bottom: .75rem !important;
        margin-top: .75rem !important;
    }

    .mx-3 {
        margin-left: .75rem !important;
        margin-right: .75rem !important;
    }

    .m-3 {
        margin: .75rem !important;
    }

    .mb-3 {
        margin-bottom: .75rem !important;
    }

    .mt-3 {
        margin-top: .75rem !important;
    }

    .py-3 {
        padding-bottom: .75rem !important;
        padding-top: .75rem !important;
    }

    .px-3 {
        padding-left: .75rem !important;
        padding-right: .75rem !important;
    }

    .p-3 {
        padding: .75rem !important;
    }

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

    .pt-3 {
        padding-top: .75rem !important;
    }

    .trendingSportsSection .container,
    .liveSection .container,
    .partnerSection .container {
        padding-right: 0;
    }

    .offcanvas-title {
        font-weight: 600;
    }

    .mcsBox a {
        display: flex;
        align-items: center;
    }


    .adverMain {
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    .mcsBox h6 {
        margin-bottom: 0;
        padding-left: 5px;
        text-align: left;
        font-size: 14px;
        line-height: 15px;
    }


    .carousel-item,
    .carousel-item.active {
        height: 200px !important;
    }

    .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* carousal css */

    .owl-carousel.centeredCardSlides .owl-stage-outer,
    .owl-carousel.centeredCardSlidesWithDots .owl-stage-outer {
        padding: 20px 0;
    }

    .owl-carousel .owl-item img {
        width: auto;
    }

    .owl-nav button.owl-next {
        right: 10px;
    }

    .owl-theme .owl-nav {
        margin-top: 0;
    }

    .owl-theme .owl-nav,
    .owl-theme .owl-dots {
        right: 10px;
    }

    .owl-nav button.owl-prev {
        left: -15px;
    }

    .owl-item.active.center {
        transform: scale(1.1);
    }

    .owl-item.active.center .fsBox {
        background-color: #d8e6fb !important;
    }

    .owl-item.active.center .fsBox .fsBoxTxt {
        color: #fff;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 35px;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: var(--bs-primary);
    }

    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
        background: var(--bs-primary) !important;
        border-radius: 50% !important;
    }

    .owl-nav {
        right: 10px;
    }

    .owl-carousel.oneHalfItemSlides .owl-item {
        height: 170px;
    }

    .footer {
        width: 100%;
        left: 0;
        border-radius: 0;
    }

    .copyrightSocial ul.mainLinks li {
        padding: 0 5px;
    }

    .mainCategorySec .owl-carousel .owl-item img {
        margin: auto;
        width: 42px;
    }

    .carousel-indicators {
        margin-bottom: 20px;
    }

    span.navTitle {
        font-weight: 500;
        font-size: 13px;
        text-align: center;
        color: #ffffff;
        display: none;
        padding-left: 7px;
    }

    .language {
        display: block;
    }

    .contest-card {
        text-align: center;
    }

    .right-box {
        text-align: center;
        width: 100%;
        justify-content: space-between;
    }

    .progress-container {
        margin: auto;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .dstiTxt h6 {
        font-size: 13px;
    }

    .copyrightSocial p {
        color: #8292CC !important;
    }

    #footerAccordion .accordion-item {
        border: none !important;
    }

    #footerAccordion .accordion-body {
        border-top: 1px solid #224c94;
    }

    #footerAccordion .accordion-button:not(.collapsed) {
        color: red;
    }



    /* footer css */


    footer .flightPriceDtl {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
    }

    ul.mainLinks {
        display: block;
        margin-bottom: 15px !important;
    }

    .agencyInfo {
        flex-direction: column;
        text-align: center;
    }

    .payCards {
        justify-content: center;
    }

    .footerLinks .mainLinks li+li:before {
        display: none;
    }

    .footerLinks .mainLinks li+li {
        padding-left: 0;
    }

    .footerLinks .mainLinks li {
        margin-bottom: 5px;
    }

    .bnrTxt h3 {
        font-size: 1.2rem;
        margin-bottom: 0;
    }

    .bannerCard,
    .bnrteamsec {
        height: auto;
    }

    .agencyInfo p {
        padding-left: 0 !important;
    }

    .journeySec .carousel-item,
    .carousel-item.active {
        height: auto !important;
    }

    .readyToPlaySec {
        margin-top: 80px !important;
    }

    .journeySec .carousel-caption {
        padding-right: 3rem;
    }

    .cta-wrapper {
        width: 100%;
    }

    .cta-container {
        padding: 20px 20px;
    }

    .user-info {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .editProfile {
        margin-top: 70px;
    }

    .profile-pic {
        margin-top: -70px;
    }

    .teamList li {
        width: 48%;
    }

    span.bannerimg,
    .sportsPageHeroSection .bannerimg {
        display: none;
    }

    .sportsInfoHeader {
        padding: 8px 8px;
    }

    .sportsInfoHeader h6 {
        font-size: 14px;
    }

    .sportsMatchInfoSection .table-responsive {
        margin-bottom: 12px;
    }

    .choose-section-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (max-width: 575px) {

    .list-contest-card {
        justify-content: center;
    }

    ul.contestDtTm li {
        font-size: 11px !important;
    }

    .credits p,
    .playersLeft p {
        font-size: 11px;
    }

    .col-md-6.order-last.order-md-0 {
        margin-top: 10px;
    }

    h1.modal-title.fs-5 {
        font-size: 16px !important;
        line-height: 18px;
        width: 70%;
    }

    .teamList li {
        width: 100%;
    }

    .sportsMatchInfoTable td:first-child {
        width: 90px;
    }
}

@media screen and (max-width: 480px) {
    .searchInput {
        min-width: 280px;
    }

    .regiSignButton button {
        padding-left: 5px;
        padding-right: 5px;
    }

    .navSecondary ul.navbar-nav li.nav-item a {
        font-size: 13px;
    }

    .createTeamSec .nav-pills .nav-link {
        font-size: 13px;
        padding: 10px 5px;
    }

    span.greeting {
        width: 50px;
    }

    .loadingLineWrapper {
        width: 100%;
    }

    .partnerSection .upper-indicator-slider.sixItemSlidesUpperIndi .item {
        padding: 0px;
    }
}