@media (max-width: 1599px) {

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 35px;
    }

    /* cash css */
    #cash::before {
        left: 10%;
    }

    /* faq css */
    #faq::before {
         left: 0%;
    }
    #faq .faq-part::after {
        right: 0%;
        bottom: 2%;
    }
    

    /* About Us page css */
    #action::before {
        left: 1%;
    }

    #action::before {
        left: 8%;
        bottom: 7%;
    }


}


@media (max-width: 1399px) {

    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 30px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    .btn.btn-white {
        font-size: 18px;
        padding: 10px 30px;
    }

    section {
        padding: 60px 0;
    }
    #money {
        padding-top: 100px;
    }

    /* header css */
    #header .logo-box img {
        max-width: 133px;
    }

    /* cash css */
    #cash .owl-nav button.owl-prev {
        left: 43%;
    }
    #cash .owl-nav button.owl-next {
        right: 43%;
    }
    #cash .box p {
        font-size: 15px;
    }

    /* how css */
    #how .content-box p {
        font-size: 16px;
    }

    /* faq css */
    #faq::after,
    #faq::before,
    #faq .faq-part::after {
        z-index: -1;
    }

    /* footer css */
    footer {
        padding-top: 60px;
    }
    footer .end-box {
        margin-top: 20px;
        padding: 20px 0;
    }
    footer .end-box .logo-box img {
        max-width: 133px;
    }
    footer .end-box .box.box2 .link-box p {
        padding-left: 0;
    }    

    /* About Us page css */
    .who::before {
        width: 85px;
        height: 85px;
    }

    /* #action::before {
        left: 8%;
        bottom: 7%;
    } */


  
}


@media (max-width: 1199px) {

    h1 {
        font-size: 40px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }

    .container {
        max-width: 100%;
    }
    
    .section-heading {
        margin-bottom: 30px;
    }

    #money {
        padding-top: 80px;
    }

    /* homeBanner css */
    #homeBanner .sub-text {
        padding: 5px 0 10px 0;
    }

    #homeBanner .sub-text ul li {
        font-size: 20px;
    }

    #homeBanner .sub-text ul li img {
        max-width: 36px;
    }

    /* cash css */
    #cash::before,
    #cash::after {
        display: none;
    }

    /* faq css */
    #faq::after,
    #faq::before,
    #faq .faq-part::after {
        display: none;
    }

    /* how css */
    #how .content-box p br {
        display: none;
    }

    /* footer css */
    footer .end-box .link-box ul {
        justify-content: flex-start;
    }

    /* Privacy css inner page */    
    #privacy {
        margin-top: -120px;
    }

}


@media (max-width: 1079px) {

    #homeBanner .homeBanner-box::before {
        display: none;
    }

    #cash .owl-nav button.owl-prev {
        left: 40%;
    }

    #cash .owl-nav button.owl-next {
        right: 40%;
    }

    #cash .box {
        padding: 20px 16px;
    }

    /* About Us page css */
    .inner-pg-ttl.about {
        padding-bottom: 40px !important;
    }

    #homeBanner.inner-pg-ttl .homeBanner-box::after {
        width: 74px;
        height: 74px;
    }

    #action::after {
        width: 74px;
        height: 74px;
    }

    #action::before {
        width: 61px;
        height: 61px;
    }

}


@media (max-width: 991px) {

    /* header responsive */
    #header .main-nav nav {
        position: fixed;
        top: 0;
        left: -50%;
        width: 100%;
        height: 100vh;
        background-color: #504895;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        z-index: 111;
        padding-top: 60px;
    }

    #header .main-nav nav.show {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    #header .main-nav nav ul li {
        display: block;
        text-align: left;
        padding: 5px 10px;
    }

    #header .main-nav .click-menu {
        display: block;
    }
    #header .main-nav .click-menu.show span {
        position: absolute;
        top: calc(50% - 7px);
    }
    #header .main-nav .click-menu.show span:first-child {
        transform: rotate(45deg);
    }
    #header .main-nav .click-menu.show span:last-child {
        transform: rotate(-45deg);
    }

    #header .main-nav .cancel-menu {
        display: block;
        position: fixed;
        top: 20px;
        left: -100%;
        max-width: 20px;
        width: 100%;
        text-align: center;
        z-index: 222;
        transition: .5s;
        opacity: 0;
        visibility: hidden;
    }

    #header .main-nav .cancel-menu.show {
        opacity: 1;
        visibility: visible;
        left: calc(100% - 40px);
    }

    #header .main-nav {
        flex-direction: row-reverse;
    }

    #header .button-box {
        margin-left: 0;
        margin-right: 20px;
    }
    /* header responsive */

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 25px;
    }

    h4 {
        font-size: 18px;
    }

    .btn.btn-white {
        font-size: 16px;
    }

    .section-heading p {
        font-size: 20px;
    }

    /* header css */
    #header .header-box {
        justify-content: space-between;
    }

    #header .logo-box img {
        max-width: 113px;
    }

    #header nav ul li a {
        padding: 6px 10px;
    }

    /* homeBanner css */
    #homeBanner .homeBanner-box::after {
        display: none;
    }

    #homeBanner .sub-text ul li {
        font-size: 18px;
    }

    /* money css */
    #money {
        margin-top: -130px;
    }

    /* winning css */
    #winning::after {
        display: none;
    }

    #winning .box {
        margin-bottom: 30px;
    }

    #winning .box.box2, #winning .box.box4, #winning .box.box6 {
        margin-top: 0;
    }

    /* download css */
    #download .box.box1 {
        margin-bottom: 20px;
    }

    /* footer css */
    footer .top-box .box.box4 {
        float: none;
        text-align: center;
    }

    footer .top-box .link-box ul {
        justify-content: center;
    }

    footer .end-box .link-box ul {
        column-gap: 20px;
    }

    footer .list-box a {
        font-size: 15px;
    }

    /* Privacy css inner page */
    .inner-pg-ttl {
        padding-bottom: 160px !important;
    }


    /* About Us page css */
    .who .box {
        margin-bottom: 20px;
    }

    .inner-pg-ttl.about {
        padding-bottom: 50px !important;
    }

    #homeBanner.inner-pg-ttl .homeBanner-box::after {
        width: 64px;
        height: 64px;
    }


}


@media (max-width: 767px) {

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 22px;
    }

    section {
        padding: 50px 0;
    }

    .section-heading p {
        font-size: 18px;
    }

    /* header css */
    #header .logo-box img {
        max-width: 103px;
    }

    /* money css */
    #money {
        padding-top: 50px;
    }

    /* winning css */
    #winning .section-heading {
        margin-bottom: 40px;
    }

    /* cash css */
    #cash .rating-box ul {
        margin-bottom: 12px;
    }

    #cash .box p {
        margin-bottom: 15px;
    }

    #cash .owl-nav button.owl-prev {
        left: 38%;
    }

    #cash .owl-nav button.owl-next {
        right: 38%;
    }

    #cash .owl-nav button.owl-prev img {
        max-width: 60%;
    }

    #cash .owl-nav button.owl-next img {
        max-width: 60%;
    }

    /* faq css */
    .accordion-button::after {
        width: 14px;
        height: 10px;
    }

    /* footer css */
    footer .top-box .box.box4 {
        text-align: left;
    }

    footer .top-box .link-box ul {
        justify-content: flex-start;
    }

    footer .top-box .box {
        margin-bottom: 36px;
    }

    footer .top-box h5 {
        margin-bottom: 15px;
    }

    footer .end-box .box {
        text-align: center;
    }

    footer .end-box .box.box2 .link-box p {
        margin-bottom: 15px;
    }

    footer .end-box .link-box ul {
        justify-content: center;
        flex-wrap: nowrap;
    }

    footer .end-box .logo-box img {
        margin-bottom: 20px;
    }

    /* About Us page css */
    .inner-pg-ttl.about {
        padding-bottom: 70px !important;
    }

    #homeBanner.inner-pg-ttl .homeBanner-box::after {
        width: 44px;
        height: 44px;
    }

    #dream-team .owl-nav button.owl-prev img {
        max-width: 60%;
    }

    #dream-team .owl-nav button.owl-next img {
        max-width: 60%;
    }
    
}


@media (max-width: 575px) {

    #header .logo-box img {
        max-width: 83px;
    }

    #money {
        margin-top: -90px;
    }

    #winning .box {
        max-width: 136px;
    }

    #cash .owl-nav button.owl-prev {
        left: 32%;
    }

    #cash .owl-nav button.owl-next {
        right: 32%;
    }

    footer .top-box .list-box li:not(:last-child) {
        margin-bottom: 6px;
    }

    footer .end-box .logo-box img {
        max-width: 93px;
    }

    /* About Us page css */
    .inner-pg-ttl.about {
        padding-bottom: 0px !important;
    }

    .inner-pg-ttl.about .homeBanner-box {
        text-align: center !important;
    }

    #homeBanner.inner-pg-ttl .homeBanner-box::after {
        display: none !important;
    }

    /* Action css */
    .who::before,
    #action::after,
    #action::before {
        display: none;
    }
    
}


@media (max-width: 479px) {

    .btn.btn-white img {
        max-width: 20px;
        margin-right: 8px;
    }

    .section-heading p {
        font-size: 16px;
    }

    #homeBanner .sub-text ul li img {
        max-width: 24px;
        margin-right: 6px;
    }

    #homeBanner .sub-text ul li {
        font-size: 16px;
    }

    #money {
        margin-top: -68px;
    }

    .accordion-button {
        padding: 12px 1.25rem;
    }

    /* About Us page css */
    .inner-pg-ttl.about {
        padding-bottom: 30px !important;
    }

}


@media (max-width: 375px) {

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    #money {
        margin-top: -62px;
    }

    /* About Us page css */
    .inner-pg-ttl.about {
        padding-bottom: 60px !important;
    }

}
