@media all and (max-width: 1950px) {
    .customize-tab-evm .nav {
        width: 92%;
    }
}

@media all and (max-width: 1700px) {
}

@media all and (max-width: 1500px) {
    .slick-caption a {
        font-size: 21px;
    }
    .customize-tab-evm li button {
        width: 22rem;
    }
    .slider-two .flex-buttons a {
        font-size: 15px;
    }
    .customize-tab-evm li button {
        font-size: 14px;
        width: 14.5rem;
    }
}

@media all and (max-width: 1400px) {
}

@media all and (max-width: 1300px) {
}

@media all and (max-width: 950px) {
}

@media all and (max-width: 870px) {
}

@media all and (max-width: 768px) {
    .mob-menu {
        cursor: pointer;
        display: block;
    }

    .mob-menu img {
        max-width: 75%;
    }

    .slider-two {
        position: fixed;
        width: 75%;
        height: 100vh;
        top: 0;
        left: -1500px;
        z-index: 999;
        display: block;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }

    .slider-two::after {
        content: "";
        width: 35%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.7);
        height: 100vh;
        right: -12.5rem;
        display: block;
        top: 0;
        z-index: 999;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }

    .slider-two.slide-right {
        left: 0;
    }

    .slider-two .slick-caption h2 {
        display: none;
    }

    .slider,
    .slider-two {
        background: rgb(69, 44, 162);
        background: linear-gradient(
            90deg,
            rgba(69, 44, 162, 1) 0%,
            rgba(100, 48, 175, 1) 35%,
            rgba(143, 51, 184, 1) 100%
        );
    }

    .cloze-btn {
        position: absolute;
        color: #fff;
        width: auto;
        z-index: 999;
        top: 1rem;
        right: -10rem;
        font-size: 2rem;
        display: none;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 50%;
        line-height: 3.25rem;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        z-index: 9999;
    }

    .slider img,
    .slider-two img {
        display: none;
    }

    .slick-caption {
        position: relative;
        top: auto;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        padding: 1.5rem 0 5rem 0;
    }

    .slick-caption h2 {
        font-size: 3rem;
        width: 65%;
        margin: 0 auto 0.5rem;
        display: block;
    }

    .slick-caption span {
        font-size: 1.25rem;
        display: block;
        margin-bottom: 1rem;
    }

    .footer,
    .locate {
        text-align: center;
    }

    .footer-head h6::before {
        margin: auto;
        right: 0;
    }

    .Second-foot ul > li {
        width: 100%;
    }

    .app-link {
        margin: auto;
    }

    .param {
        padding-left: 0;
        padding-right: 0;
        width: 88%;
        margin: 1.5rem auto;
    }

    .Second-foot ul > li > a {
        text-align: left;
    }

    .flex-buttons {
        display: block;
    }

    .slider-two .slick-caption h2 {
        text-align: center;
    }

    .slider-two .shape-title-evm,
    .slider-two .shape-title-evmpage,
    .slider-two .shape-title-eroll,
    .slider-two .shape-title-erollpage,
    .slider-two .shape-title-coe,
    .slider-two .shape-title-coe,
    .slider-two .shape-title-others,
    .slider-two .shape-title-otherspage,
    .slider-two .shape-title-coepage {
        width: 100%;
        margin: 1rem 0.5rem;
    }

    .customize-tab-evm li {
        margin: 0.5rem 0.15rem;
    }

    .customize-tab-evm li button {
        width: 13rem;
        font-size: 1.15rem;
    }

    .customize-tab-evm {
        width: 100%;
    }
    .ge-logo img {
        display: block;
    }
}

@media all and (max-width: 575px) {
    .slick-caption h2 {
        width: 100%;
    }

    .top-head h3 {
        font-size: 12px;
    }

    .slider-two::after {
        right: -9rem;
    }

    .cloze-btn {
        right: -8rem;
    }

    .slick-caption ul {
        font-size: 0.85rem;
    }

    .social-links {
        padding-left: 0;
        justify-content: space-around;
    }

    .social-links li {
        padding: 0.25rem;
    }

    .top-head img {
        max-width: 50px;
    }

    .customize-tab-evm li button img {
        max-width: 35px;
    }

    .social-links img {
        max-width: 25px;
    }

    .mob-menu img {
        max-width: 75%;
    }

    .app-link {
        margin: auto;
        width: 35.5%;
    }

    .customize-tab-evm li button {
        width: 9rem;
        font-size: 0.85rem;
        padding: 0.5rem;
    }

    .slick-caption a {
        padding: 1.15rem;
        font-size: 0.85rem;
        height: auto;
    }

    .customize-tab-evm .ttle {
        font-size: 0.95rem;
        width: 82.5%;
        text-align: justify;
    }

    .custom-collapse .card-body p {
        font-size: 0.85rem;
        text-align: justify;
    }

    .customize-tab-evm .ttle p {
        margin-bottom: 0.25rem;
        font-size: 0.85rem;
    }

    .content-caption h3 {
        font-size: 1.15rem;
    }

    .param p {
        font-size: 0.9rem;
    }
    .ge-logo img {
        display: block;
    }
}

@media all and (max-width: 500px) {
    .slick-caption h2 {
        font-size: 2.5rem;
    }

    .slick-caption span {
        font-size: 1.15rem;
    }

    .customize-tab-evm .ttle {
        width: 75.5%;
        font-size: 0.85rem;
    }

    .mob-menu img {
        max-width: 65%;
    }

    .social-links img {
        max-width: 20px;
    }

    .customize-tab-evm li button {
        width: 7rem;
        font-size: 0.75rem;
        padding: 0.5rem 0.15rem;
    }

    .customize-tab-evm li button img {
        max-width: 25px;
        margin-bottom: 0.25rem;
    }

    .slider-two::after {
        right: -6rem;
    }

    .cloze-btn {
        right: -5.5rem;
    }

    .slick-caption a {
        padding: 0.85rem 1rem;
    }

    .slick-caption {
        width: 92%;
    }

    .customize-tab-evm .nav {
        width: 100%;
    }
    .ge-logo img {
        display: block;
    }
}
