@media (min-width: 1200px) {}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

/* Responsive---1399px-------------------------------------- */

@media(max-width: 1399px) {}

@media(max-width: 1199px) {}

/* Responsive---991px-------------------------------------- */

@media(max-width:991px) {
    body {
        font-size: 16px;
        line-height: 22px;
    }

    /* Header----- */
    .offcanvas-header {
        margin: auto;
    }

    .spaan {
        border: none;
    }

    span.whte-cross.ssecnd {
        background: #000000;
        width: 26px;
        height: 3px;
        display: block;
        transform: rotate(315deg);
        position: absolute;
        right: 30px;
    }

    .navbar-nav.navlist .navlink {
        font-size: 18px;
        line-height: 27px;
        color: #000000;
        font-weight: 500;
        position: relative;
    }

    .whte {
        background: #222;
        width: 30px;
        height: 4px;
        margin: 3px 0;
        display: block;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border-radius: 50px;
    }

    .whte-two {
        width: 30px;
        position: relative;
        right: 0;
    }

    .navbar-toggler .navbar-toggler-icon {
        background-image: none;
        background: transparent;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        border-radius: 5px;
    }

    .off-hdr .btn-close {
        background-image: none;
        opacity: 1;
    }

    .off-hdr {
        margin: 0;
    }

    .whte-cross {
        background: #000000;
        width: 26px;
        height: 3px;
        display: block;
        transform: rotate(45deg);
        position: absolute;
        right: 29px;
    }

    .ofbdy ul li+li {
        margin-left: 0;
    }


    .slow {
        /* transition: 0.7s all ease-in-out; */
        transition: 0.4s all ease-in-out;
    }

    .ofbdy .navbar-nav {
        align-items: start;
        flex-direction: column;
    }

    .catalog-slider,
    .categories-slider {
        max-width: 600px;
        margin: auto;
    }

    .new-offcnvs {
        height: 100vh;
    }

    .nvbr-tglr {
        border: none;
        order: 3;
    }

    button.navbar-toggler.nvbr-tglr {
        padding: 0;
        margin-left: auto;
    }

    .navbar-nav.navlist {
        gap: 30px;
    }

    /* Header */
    .logosection {
        padding: 0px 0px 40px;
    }

    .banContAria {
        padding: 40px 20px;
    }

    h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .contentBasic {
        padding: 0px 20px;
    }

    .bannearSection {
        padding: 0px 0px 40px 0px;
    }

    .full_cnt_sec .wp-block-accordion {
        margin-bottom: 40px;
    }

    h3 {
        font-size: 30px;
        line-height: 40px;
    }

    p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .main_footer p {
        font-size: 14px;
        letter-spacing: 0px;
    }

    .full_cnt_sec .wp-block-accordion-heading {
        font-size: 18px;
    }

    .logosection .logobox h1 {
        font-size: 32px;
    }

    .logosection .logobox {
        padding: 16px;
    }

    .cstm_hdr {
        padding: 10px 0px;
    }
    .full_cnt_sec a {
        font-size: 14px;
    }
    .investorsListbox {
        width: calc(50% - 10px);
    }
}




/* Responsive---767px-------------------------------------- */

@media(max-width:767px) {}

/* Responsive---575px-------------------------------------- */

@media(max-width: 575px) {}


/* Responsive---480px-------------------------------------- */

@media(max-width:480px) {
    .investorsListbox p {
    font-size: 14px;
    line-height: 24px;
}
}


/* Responsive---420px-------------------------------------- */

@media(max-width:420px) {}


/* Responsive---380px-------------------------------------- */

@media (max-width: 380px) {}

/* Responsive---360px-------------------------------------- */