@media (max-width: 1599px) {}


@media (max-width: 1399px) {
    #back-top {
        margin: -18px 0;
    }
    #back-top img {
        max-width: 70%;
    }
}


@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
    .btn.btn-blue {
        font-size: 18px;
    }
    .owl-nav button.owl-prev {
        left: 46%;
    }
    .owl-nav button.owl-next {
        right: 46%;
    }
    #system .box img {
        max-width: 120px;
    }
    #system .box h4 {
        font-size: 22px;
    }
    .section-heading h2 {
        font-size: 35px;
    }
    #customer .section-heading h4 {
        font-size: 22px;
    }
    .accordion-button {
        font-size: 22px;
    }
    #celebs h4 {
        font-size: 22px;
    }
    #tutorials h4 {
        font-size: 22px;
    }
}


@media (max-width: 1079px) {

}


@media (max-width: 991px) {
    #system .box h4 {
        font-size: 19px;
    }
    #system .box img {
        max-width: 100px;
    }
    #celebs h4 {
        font-size: 20px;
    }
    #tutorials h4 {
        font-size: 20px;
    }
    #customer .section-heading h4 {
        font-size: 20px;
    }
    .accordion-button {
        font-size: 20px;
    }
    p {
        font-size: 16px;
    }
    .accordion-item h2 img {
        max-width: 40px;
    }
    .accordion-body {
        padding: 10px 20px 10px 65px;
    }
    .accordion-item {
        border-radius: 30px !important;
    }
    #user .box.box2 {
        padding: 30px 30px 50px 30px;
    }
    #user .box.box2 .text-box p {
        padding-bottom: 30px;
    }
    #user .owl-nav button.owl-next {
        right: -20px;
    }
    #user .owl-nav button.owl-prev {
        right: 30px;
    }
    .section-heading h2 {
        font-size: 30px;
    }
    .section-heading h2::after {
        width: 70PX;
    }
    .owl-nav button.owl-prev {
        left: 45%;
    }
    .owl-nav button.owl-next {
        right: 45%;
    }
    footer .top-box h5 {
        font-size: 16px;
    }
    footer .top-box .list-box a {
        font-size: 13px;
        padding-left: 12px;
    }
    footer .top-box .list-box a::after {
        top: 5px;
        width: 5px;
        height: 5px;
    }
    footer .top-box .list-box li:not(:last-child) {
        margin-bottom: 10px;
    }
    footer .end-box p {
        font-size: 13px;
    }

}


@media (max-width: 767px) {
    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .columnReverse {
        flex-direction: column-reverse;
    }
    #system .col-md-3::after {
        display: none;
    }
    #system .col-md-3:nth-child(odd) :after {
        content: '';
        position: absolute;
        width: 1px;
        height: 70%;
        right: 0;
        top: 50%;
        background: #545454;
        transform: translateY(-50%);
    }
    #system .row {
        row-gap: 30px;
    }
    section {
        padding-bottom: 60px;
    }
    #system .system-box {
        padding: 30px 20px;
    }
    #customer .customer-box {
        padding: 60px 30px;
    }
    .owl-nav button.owl-prev {
        left: 43%;
    }
    .owl-nav button.owl-next {
        right: 43%;
    }
    .btn.btn-blue {
        font-size: 16px;
        padding: 10px 30px;
    }
    .btn.btn-blue img {
        max-width: 25px;
    }
    .button-box ul {
        column-gap: 20px;
    }
    #about .img-box img {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
        display: block;
    }
    #about {
        padding: 30px 0;
        margin-bottom: 60px;
        text-align: center;
    }
    .section-heading.left {
        text-align: center;
    }
    #user .box.box2 {
        text-align: center;
    }
    #stay {
        padding: 60px 0;
        text-align: center;
    }
    #stay .content-box {
        padding-bottom: 20px;
    }
    #stay .form-control {
        font-size: 16px;
    }
    footer .top-box {
        padding: 60px 0 10px 0;
    }
    footer .top-box .row {
        row-gap: 20px;
    }
    #header .logo-box img {
        max-width: 170px;
    }
    #header .button-box ul {
        column-gap: 10px;
    }
    #header .button-box .btn.btn-blue {
        padding: 6px 25px;
    }
    #homeBanner {
        padding: 30px 0 100px;
    }
    .section-heading.left h2::after {
        left: 50%;
        transform: translateX(-50%);
    }
    #tutorials h4 {
        font-size: 18px;
    }

    #back-top {
        margin: -16px 0;
    }
    #back-top img {
        max-width: 60%;
    }
}


@media (max-width: 575px) {
    #header .logo-box img {
        max-width: 150px;
    }
    #header .button-box .btn.btn-blue {
        padding: 4px 20px;
        font-size: 15px;
    }
    .owl-nav button.owl-next {
        right: 42%;
    }
    .owl-nav button.owl-prev {
        left: 42%;
    }
    .section-heading {
        margin-bottom: 30px;
    }
    #celebs .box {
        max-width: 400px;
        margin: 0 auto;
    }
    #tutorials .box {
        max-width: 400px;
        margin: 0 auto;
    }
    footer .end-box {
        text-align: center;
    }
    footer .end-box .link-box ul {
        justify-content: center;
        padding-bottom: 15px;
    }
    footer .end-box .row {
        flex-direction: column-reverse;
    }
}


@media (max-width: 479px) {
    #header .logo-box img {
        max-width: 120px;
    }
    #header .button-box .btn.btn-blue {
        padding: 4px 10px;
        font-size: 13px;
    }
    .owl-nav button.owl-prev {
        left: 40%;
    }
    .owl-nav button.owl-next {
        right: 40%;
    }
    #system .box img {
        max-width: 80px;
    }
    #system .box h4 {
        font-size: 16px;
    }
    #system .row {
        row-gap: 20px;
    }
    section {
        padding-bottom: 50px;
    }
    .section-heading h2 {
        font-size: 25px;
    }
    #celebs h4 {
        font-size: 18px;
    }
    #customer .section-heading h4 {
        font-size: 16px;
    }
    .btn.btn-blue {
        font-size: 15px;
        padding: 10px 20px;
    }
    #customer .customer-box {
        padding: 50px 20px;
    }
    .accordion-button {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    .accordion-item h2 img {
        max-width: 30px;
        margin-right: 10px;
    }
    .accordion-body {
        padding: 10px 20px 10px 50px;
    }
    #user .box.box2 {
        padding: 20px 20px 40px 20px;
    }
    footer .top-box {
        padding: 50px 0 10px 0;
    }
    footer .top-box h5 {
        font-size: 15px;
    }
    footer .top-box .list-box a {
        font-size: 12px;
        padding-left: 10px;
    }
    footer .top-box .list-box a::after {
        top: 4px;
    }
    #stay .btn.btn-blue {
        padding: 5px 15px;
        font-size: 15px;
    }
    #stay .form-control {
        font-size: 15px;
        padding: 15px;
    }
    #user .box.box2 .content-box h5 {
        font-size: 16px;
    }
    #stay {
        padding: 50px 0;
    }
    footer .top-box .list-box li:not(:last-child) {
        margin-bottom: 5px;
    }
}


@media (max-width: 360px) {
    #header .logo-box img {
        max-width: 100px;
    }
    #header .button-box .btn.btn-blue {
        padding: 4px 8px;
        font-size: 12px;
    }
    .owl-nav button.owl-prev {
        left: 38%;
    }
    .owl-nav button.owl-next {
        right: 38%;
    }
    #system .box h4 {
        font-size: 15px;
    }
    #system .box img {
        max-width: 70px;
    }
    footer .top-box h5 {
        font-size: 14px;
    }
    footer .top-box .list-box a {
        font-size: 11px;
    }
}