@media (max-width: 1200px) {
    .header-menu-list li {
        color: #ffffff;
        font-size: 16px;
        margin-right: 25px;
    }
}

@media (max-width: 900px) {
    header {
        padding: 10px 30px;
    }

    .header-container .header-logo img {
        width: 100px;
        position: relative;
    }
    
    .header-menu {
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        height: 100vh;
        padding: 35px 0;
        overflow: auto;
        background: #1A1F24;
        position: absolute;
        top: 0;
        left: 0;
    }

    .header-close {
        display: block;
        cursor: pointer;
        text-align: right;
        font-size: 35px;
        padding: 0 35px;
    }

    .header-close i {
        vertical-align: top
    }

    .header-auth {
        margin-top: 35px;
    }

    .header-menu-list {
        flex-direction: column;
    }

    .header-menu-list li {
        margin-bottom: 20px;
        font-size: 25px;
    }   
    
    .menu-toggle {
        display: block;
        font-size: 35px;
        cursor: pointer;
    }
}

@media (max-width: 768px) {
    .curved-bottom {
        width: 200%;
        transform: translateX(-25%);
    }

    .pricing-hero {
        margin: 0;
        overflow: hidden;
    }

    .pricing-hero-img {
        justify-content: center;
    }

    .pricing-hero-img img {
        width: 80%;
    }

    .pricing-section {
        padding: 50px 20px;
    }

    .pricing-container {
        flex-direction: column;
    }

    .pricing-container .members-wallet-container {
        margin: 50px 50px 0;
    }
    
    .members-wallet .wallet-value {
        font-size: 45px;
    } 

    .hero-content {
        text-align: center;
        margin: 0;
    }

    .hero-text .main-text {
        font-size: 30px;
        line-height: normal;
    }

    .hero-text .mini-text {
        font-size: 18px;
        margin-top: 10px;
    }

    .hero-img img {
        width: 100%;
        margin-top: 35px;
    }

    .hero-customers {
        text-align: center;
    }

    .hero-customers-img img {
        width: 100%;
        margin-top: 20px;
    }

    .hero-action .es-btn {
        margin: auto;
    }

    .section-title, .section-title-2 {
        font-size: 35px;
        text-align: center;
        margin-bottom: 20px;
    }

    .service-img {
        margin-bottom: 35px;
    }

    .service-item {
        text-align: center;
        margin-bottom: 35px;
    }
    
    .service-item img {
        height: 60px;
    }

    .service-item .service-title {
        font-size: 25px;
    }

    .service-item .service-content {
        font-size: 18px;
    }

    .cta-container {
        text-align: center;
    }

    .cta-container span {
        font-size: 30px;
    }

    .contact-details {
        text-align: center;
    }

    .contact-details div {
        margin-bottom: 20px;
    }

    .reseller-items {
        padding: 20px;
        margin: 0;
    }

    .reseller-img {
        margin: 35px 0;
    }

    .contact-page {
        padding: 20px;
    }

    .which-service {
        justify-content: center;
    }

    .table-header {
        font-size: 25px;
        padding: 0 15px;
    }

    .countries-container {
        margin: auto;
    }

    .setup-tab-container {
        flex-direction: column;
    }

    .setup-tab-nav {
        border-right: 0;
        border-bottom: 1px solid #707070;
    }

    .setup-nav-list {
        padding: 0;
    }

    .setup-tab-content .tab-title {
        font-size: 30px;
        text-align: center;
    }

    .setup-content {
        font-size: 20px;
    }

    .setup-content li:before {
        font-size: 10px;
    }
}
