@media (max-width: 991px) {
    body,
    html {
        overflow-x: hidden;
    }
}
/* @media (max-width: 767px) {
    body,
    html {
        overflow-x: hidden;
    }
    .site-logo,
    .headerright {
        text-align: center;
    }
    #panel input {
        width: 100%;
    }
    .payment-system {
        margin-left: 0% !important;
    }
    .adjust {
        margin: -70px auto 90px auto;
    }
    .footer {
        margin: -82px auto 50px auto;
    }
    .moble {
        display: block;
    }
    .desktp {
        display: none;
    }
    .slider-header img {
        width: 100%;
        height: 368px !important;
    }
} */
.adjust {
    margin: -30px auto 50px auto;
    border-bottom: 10px solid;
    border-image: linear-gradient(to right, #0ba54f, #c7d555) 1;
}
.footer {
    margin: -42px auto 50px auto;
}
@media (min-width: 767px) {
    .adjust {
        margin: -70px auto 90px auto;
        border-bottom: 25px solid;
    }
    .footer {
        margin: -82px auto 50px auto;
    }
    .moble {
        display: block;
    }
    .desktp {
        display: none;
    }
    .slider-header img {
        width: 100%;
        /* height: 368px !important; */
    }
}
@media only screen and (max-width: 600px) {
    .footer {
        margin: -43px auto 50px auto;
    }
    .moble {
        display: block;
    }
    .desktp {
        display: none;
    }
    .slider-header img {
        width: 100%;
        height: 318px !important;
    }
}
/* @media only screen and (min-width: 480px) {
    .footer {
        margin: -43px auto 50px auto;
    }
    .moble {
        display: block;
    }
    .desktp {
        display: none;
    }
    .slider-header img {
        width: 100%;
        height: 318px !important;
    }
} */
@media (min-width: 991px) {

    .slider-header img {
        /* width: 60%; */
    }
    .adjust {
        margin: 0px auto 100px auto;
    }
    .footer {
        margin: -82px auto 50px auto;
    }
    .moble {
        display: none;
    }
    .desktp {
        display: block;
    }
}
@media (min-width: 1200px) {
    .container {
        /* max-width: 1140px !important; */
        max-width: 1024px !important;
    }
}
