@media (max-width: 1599px) {
    #get .content-box h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    #get .content-box p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    #get .content-box p:last-child {
        margin-bottom: 0;
    }
    #get .content-box .text-box {
        padding-left: 15px;
    }
}


@media (max-width: 1399px) {
    #header nav ul li a {
        padding: 5px 5px;
        font-size: 15px;
    }
    #header .logo-box img {
        max-width: 240px;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 10px;
    }
    .btn.btn-blue {
        font-size: 15px;
    }
    #supporting .box {
        padding: 40px 20px;
    }
    #supporting .box img {
        max-height: 50px;
        min-height: 50px;
    }
    #get .content-box h2 {
        font-size: 20px;
    }
    #get .content-box p {
        font-size: 12px;
    }
}


@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
    #header .logo-box img {
        max-width: 200px;
    }
    #header nav ul li a {
        padding: 0px 0px;
        font-size: 14px;
    }
    .btn.btn-blue {
        font-size: 14px;
        padding: 8px 16px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    section {
        padding-top: 70px;
    }
    #supporting {
        padding: 30px 0 70px;
        background-size: contain;
    }
    #take .section-heading {
        margin-bottom: 30px;
    }
    #take .box .content-box img {
        max-height: 45px;
        min-height: 45px;
    }
    #take .text-box {
        padding-top: 10px;
    }
    .accordion-button {
        font-size: 16px;
    }
    #homeBanner {
        margin-top: -90px;
        padding-top: 120px;
    }
    #get .content-box h2 {
        font-size: 20px;
    }
    #get .content-box p {
        font-size: 12px;
    }
    #why .box img {
        max-height: 60px;
        max-width: 60px;
        margin-bottom: 30px;
    }
    #take .take-box {
        padding: 20px 20px 0;
        border-radius: 20px;
    }
    #get .content-box .text-box {
        max-height: 230px;
        display: -webkit-box;
        -webkit-line-clamp: 12;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #online .box.box2 .end .content img {
        width: 70px;
        height: 70px;
    }
    #online .box.box2 .end {
        padding: 20px 20px;
    }
    #online .middle .img-box img {
        width: 60px;
        height: 60px;
    }
    #online .box.box2 .end .content p {
        font-size: 13px;
    }
    #online .box.box2 .end .content h6 {
        font-size: 12px;
    }
}


@media (max-width: 1079px) {}


@media (max-width: 991px) {
    /* header responsive */
    #header .main-nav nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        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 .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 nav ul li a {
        padding: 5px 5px;
    }

    /* header responsive */

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .columnReverse {
        flex-direction: column-reverse;
    }
    br {
        display: none;
    }
    #why .box img {
        width: 100%;
    }
    #take .box.box2 {
        margin-top: 30px;
        text-align: center;
    }
    #take .box.box2 img {
        max-width: 400px;
    }
    section {
        padding-top: 60px;
    }
    #how .box.box1 img {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }
    #how .row {
        flex-direction: column-reverse;
        row-gap: 30px;
    }
    #take .take-box > .row {
        flex-direction: column-reverse;
    }
    #take .take-box {
        text-align: center;
    }
    #take .box.box1 img {
        max-width: 300px;
        margin-top: 30px;
        width: 100%;
    }
    #get .content-box .text-box {
        max-height: 200px;
        -webkit-line-clamp: 9;
    }
    #get .content-box h2 {
        font-size: 18px;
    }
    #online {
        padding: 20px 0;
    }
    #online .box.box2 .end .content {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    #online .box.box2 .end .content .text-box {
        padding-left: 0;
        padding-top: 10px;
    }
    #online .box.box2 .end .content p {
        font-size: 12px;
    }
    #online .box.box2 .end .content h6 {
        font-size: 11px;
    }
    #online .box.box2 .end .content h5 {
        font-size: 14px;
    }
    #online .middle .img-box img {
        width: 50px;
        height: 50px;
    }
    #online .middle .content {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    #online .middle .text-box {
        padding-left: 0;
        padding-top: 10px;
    }
    #online .box.box2 .end {
        margin-top: 20px;
    }
    #online .middle {
        padding-top: 20px;
    }
}


@media (max-width: 767px) {
    #supporting .box {
        padding: 30px 20px;
    }
    #supporting .box {
        max-width: 500px;
        margin: 0 auto;
    }
    #online .box.box1 img {
        max-width: 400px;
        margin: 0 auto 30px;
        display: block;
    }
    #take .box.box1 .row {
        row-gap: 30px;
    }
    #supporting .box.box3 {
        border: none;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }
    #why .box {
        max-width: 500px;
        margin: 0 auto;
    }
    #take .box.box2 .row {
        row-gap: 20px;
    }
    footer .footer-box {
        padding: 30px 30px;
        border-radius: 15px;
    }
    #take .take-box {
        border-radius: 15px;
    }
    #supporting {
        padding: 30px 0 60px;
    }
    #online {
        padding: 0;
    }
    #online .box.box2 .end .content img {
        width: 100%;
        height: auto;
        border-radius: 20px;
    }
    #online .box.box2 .end .content {
        max-width: 400px;
    }
    #online .box.box2 .end .content-box {
        text-align: center;
    }
    #online .box.box2 .end .row {
        row-gap: 20px;
    }
    #online .middle .content {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        max-width: 100%;
    }
    #online .middle .text-box {
        padding-left: 10px;
        padding-top: 0;
    }
    #online .middle .row {
        display: block;
    }
    #online .middle {
        display: flex;
        justify-content: center;
    }
    #online .middle .col-md-4:not(:last-child) {
        margin-bottom: 20px;
    }
}


@media (max-width: 575px) {
    #header .logo-box img {
        max-width: 180px;
    }
    #header .button-box {
        margin-right: 10px;
    }
    #header .btn.btn-blue {
        font-size: 12px;
        padding: 7px 14px;
    }
    #homeBanner .button-box ul {
        padding: 10px 0;
    }
    #get .content-box {
        flex-wrap: wrap;
        height: 100%;
        display: block;
    }
    #get .content-box .img-box {
        width: 100%;
    }
    #get .content-box .text-box {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
        max-height: unset;
        -webkit-line-clamp: unset;
    }
    #getCarousel .owl-stage-outer .owl-stage {
        display: flex;
    }
    #getCarousel .owl-stage-outer .item {
        height: 100%;
    }
}


@media (max-width: 479px) {
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 19px;
    }
    h5 {
        font-size: 15px;
    }
    section {
        padding-top: 30px;
    }
    #online .box.box1 .img-box img {
        max-width: 80%;
    }
    #why .box img {
        max-height: 50px;
        max-width: 50px;
        margin-bottom: 20px;
    }
    #online img {
        max-width: 80%;
    }
    #why .box .img-box {
        width: 100%;
    }
    #why .box .text-box {
        width: 100%;
        padding: 10px 0 0;
    }
    #take .box .content-box img {
        max-height: 40px;
        min-height: 40px;
    }
    #take .box.box1 .row {
        row-gap: 20px;
    }
    #take .box.box2 img {
        max-width: 80%;
    }
    #how .box.box1 img {
        max-width: 250px;
    }
    .accordion-button {
        padding: 15px;
        font-size: 15px;
    }
    .accordion-body {
        padding: 15px;
        padding-top: 0;
    }
    footer {
        padding: 30px 0 20px;
    }
    footer .footer-box {
        padding: 20px 20px;
    }
    #supporting {
        padding: 0;
    }
    #why .box {
        flex-wrap: wrap;
    }
    #header .logo-box img {
        max-width: 140px;
    }
    #header .btn.btn-blue {
        font-size: 10px;
        padding: 5px 10px;
    }
    #header .main-nav {
        padding-left: 10px;
    }
    #header .button-box ul {
        column-gap: 5px;
    }
    #header .button-box {
        margin-right: 5px;
    }
    #homeBanner {
        margin-top: -75px;
        padding-top: 100px;
    }
    #supporting .box {
        padding: 20px 20px;
    }
    #supporting .box::after {
        width: 20px;
        height: 20px;
        right: 10px;
        bottom: 10px;
    }
    #supporting .box img {
        max-height: 40px;
        min-height: 40px;
    }
}


@media (max-width: 375px) {
    #header .logo-box img {
        max-width: 120px;
    }
    #header .btn.btn-blue {
        font-size: 8px;
        padding: 4px 8px;
        border-width: 1px;
    }
    .accordion-button {
        font-size: 14px;
    }
    #get .content-box h2 {
        font-size: 16px;
    }
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 17px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 14px;
    }
}