.menu-toggle {
    display: none;
}

/* ====================================================================================================================
 * For large deveice
 * ====================================================================================================================*/



@media screen and (max-width: 1800px) {}


/* ====================================================================================================================
 * For Tablet landscapr deveice
 * ====================================================================================================================*/
@media screen and (max-width: 1200px) {






    /* footer  */
    .footer-component {
        .footer {
            .footer-top {
                flex-direction: column;
                width: 100%;
                margin-bottom: 20px;

                .reach_sales {
                    width: 100%;
                }

                .menu_social {
                    width: 100%;
                    display: flex;
                    justify-content: space-between;
                }
            }
        }
    }


    /* accordian */

    .accordion {
        width: 100%;
        margin: 0 auto;
    }

    .accordianFormat {
        padding-top: 50px;

        .colCover {
            display: flex;
            gap: 33px;
            flex-wrap: wrap;
            padding: 35px;
        }
    }

    /* chapter details  */


    .chapterDetails {
        & .breadcrumb {
            top: 73px;

            a {
                text-decoration: none;
                color: white;
                transition: color 0.3s;
                font-size: 13px;

            }
        }
    }

    .customAcordion {
        flex-direction: column;

        .rightData {
            width: 100%;

            .gridCover {
                display: flex;
                flex-direction: column;

                .grid {
                    padding-right: 0;
                    width: 100%;
                }

                .right {
                    border-left: none;
                    padding-left: 0;
                    padding-right: 0;

                    .role-card {
                        max-width: unset;
                        margin-bottom: 20px;
                    }
                }


            }
        }

    }

    .flexslider li {
        .bannerContent {

            left: 10px !important;
            padding: 10px !important;
            border-radius: 10px !important;
            right: 10px !important;

            span {
                font-size: 50px !important;
            }
        }
    }

    .zoom-slider {
        .zoom-slider-item {
            width: 48% !important;

        }
    }

    .zoom-slider {
        &.npWrap {
            .zoom-slider-item {
                position: relative;
            }

            .zoom-slider-item:hover {
                width: 48% !important;
            }

            .zoom-slider-item-info {
                position: relative;
            }
        }
    }

    .chapterDetails {
        .contentPlaceholder {
            padding-right: 0;
        }
    }



    .man_power {
        ul {
            gap: 7px;

            li {
                svg {
                    margin: 0 16px;
                    width: 68px;
                }

                h3 {
                    font-size: 18px;
                }
            }
        }
    }
}


/* ====================================================================================================================
 * For Tablet deveice
 * ====================================================================================================================*/

@media screen and (max-width: 950px) {

    .header {
        .search-box {
            input {
                width: 180px;
            }

        }


    }

}











/* ====================================================================================================================
 * For Mobile deveice
 * ====================================================================================================================*/

@media screen and (max-width: 767px) {
    .row {
        padding: 30px 0;
    }

    .accordianFormat {
        .container {
            width: 100%;
            margin: 0 auto;
        }
    }

    .flexslider li {
        .bannerContent {
            left: 0px !important;

            span {
                font-size: 29px !important;
            }

        }
    }



    .header {
        .logo {
            width: 38px;
            z-index: 9999;

            a.navbar-brand {
                width: 41px;
                overflow: hidden;
                display: inline-block;
                margin-top: 12px;

            }

            img {
                width: 317px;
                height: auto;
            }
        }

        .search-box {
            .searchForm {
                gap: 10px;

            }

            input {
                width: 139px;
                margin-right: 0 !important;
                height: 41px;
            }
        }


    }


    section#banner {
        .slides li {
            height: 400px;
            display: block;
        }

        .bannerContent {

            bottom: 0;
            left: 0;
            width: 100%;
            margin: 0 auto;
            right: 0;
            border-radius: 0;
            max-width: unset;
            border-radius: 0 !important;

            span {
                font-size: 36px;
                line-height: 1.1;
            }
        }

    }

    /* Header */



    header {
        .search-box {
            align-items: center;
        }



        .menu-toggle {
            flex-direction: column;
            justify-content: space-between;
            width: 30px;
            height: 22px;
            cursor: pointer;
            z-index: 1001;
            display: block;
        }

        .menu-toggle span {
            display: block;
            height: 4px;
            background: #2B3393;
            border-radius: 2px;
            transition: 0.3s ease;
            margin-bottom: 4px;
        }

        /* Toggle Animation */
        .menu-toggle.active span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
        }

        .menu-toggle.active span:nth-child(2) {
            opacity: 0;
        }

        .menu-toggle.active span:nth-child(3) {
            transform: rotate(-45deg) translate(5px, -5px);
            position: relative;
            top: -2px;
        }

        .main-nav {
            position: fixed;
            top: 0;
            right: -100%;
            height: 100vh;
            width: 100%;
            background: #fff;
            flex-direction: column;
            align-items: flex-start;
            padding: 80px 20px;
            gap: 20px;
            transition: right 0.3s ease;
            box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            overflow: auto;
            height: 100%;
            overflow-x: hidden;
        }

        /* Open Nav */
        .main-nav.open {
            right: 0;
        }

        /* Vertical List */
        .main-nav ul {
            flex-direction: column;
            width: 100%;
        }

        .main-nav ul li {
            width: 100%;
        }

        .main-nav ul li a {
            display: block;
            padding: 0 0;
            font-size: 18px;
        }

    }





    /* Footer */

    .footer-component {
        & .footer {
            & .footer-top {
                .qr_code {
                    justify-content: flex-start;
                }

                .menu_social {

                    flex-direction: column;

                    .social_media {
                        text-align: left;

                        ul {
                            justify-content: flex-start;
                        }
                    }
                }

                & .reach_sales {
                    width: 100%;
                    flex-direction: column;


                    .menu-blocks {
                        margin-bottom: 14px;
                    }

                    .reach_us {
                        flex: none;
                        max-width: 100%;
                    }
                }
            }
        }
    }


    /* Common */
    h1,
    h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .btn {
        padding: 10px 24px;
    }

    /* accordian */
    .accordion-header {
        padding: 9px 25px 25px 20px;
        font-size: 14px;

        .arrow {
            top: 11px;
            right: 15px;
        }
    }

    .accordion-item {
        &.active .arrow {
            top: 16px;
        }
    }

    .accordianFormat {
        .colCover {
            justify-content: center;
            gap: 10px;
            padding: 15px;
        }
    }

    /* chapter details */

    .chapterDetails {
        h2 {
            margin-bottom: 20px;

        }



        & .breadcrumb {
            top: 67px;
            font-size: 15px;
            padding: 10px;
            flex-wrap: wrap;
            /* position: static; */

            .separator {
                font-size: 15px;
            }
        }

        .contentPlaceholder {
            padding-bottom: 27px;

            h5 {
                font-size: 16px;
            }

            p,
            span {
                font-size: 17px;
                margin-bottom: 10px;
            }

            img {
                width: 100%;
            }
        }

    }



    /* FLex slider */
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }


    /* navigation-buttons */

    .navigation-buttons {
        margin: 6px 0;

        a {
            font-size: 16px;
        }
    }







    .gridCover {
        & .grid {
            & ul {
                li {
                    margin-bottom: 11px;
                }
            }
        }


    }

    .select-role {
        &.aboutPage {
            p {
                font-size: 17px;
            }
        }
    }

    /* mega menu  */
    .mega-menu {
        position: static;
        left: 0;
        padding: 0;
        justify-content: flex-start;
        background: none;
        box-shadow: none;
        border: none;
        margin-left: 14px;
        margin-top: 13px;

        .mega-column {
            gap: 8px;
            width: 100%;
            margin-bottom: 8px;

            .menu-section {
                h4 {
                    font-size: 14px;
                    font-weight: normal;
                    position: relative;
                    margin-bottom: 5px;
                    text-transform: uppercase;

                    &:after {
                        border: solid black;
                        border-width: 0 2px 2px 0;
                        display: inline-block;
                        padding: 3px;
                        transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                        content: '';
                        position: absolute;
                        right: 21px;
                        top: 7px;
                    }

                }

                a {

                    /* border-bottom: 1px solid #999292; */
                    color: #5b5858;
                }
            }
        }
    }

    .mega-menu {
        display: block;
    }

    .has-mega-menu.active .mega-menu {
        display: block;
    }

    /* Initially hide all submenus */
    .mega-menu .menu-section ul {
        display: none;
    }

    /* Show when active */
    .mega-menu .menu-section.active ul {
        display: block;
        width: 86%;
    }


    .customAcordion {
        .accordion {
            padding: 10px;
            padding-bottom: 0;
        }

        .leftData {
            margin-bottom: 12px;
        }
    }

    h2.chapter-title {
        padding-top: 35px;
        padding-left: 22px;
        font-size: 25px;
    }

    .selectRole {
        .bgRow {

            .container {

                h2 {}

                ul {

                    li {
                        max-width: unset;
                        width: 100%;

                        &:after {}

                        svg {}

                        span {}

                        a {}

                        &:hover {
                            svg path {}

                            span {}
                        }
                    }
                }
            }

            &.yellow {
                svg path {}

                .container {
                    li {
                        &:after {}

                        &:hover {}
                    }
                }
            }

            &.blue {
                svg path {}

                .container {
                    li {
                        &:after {}

                        &:hover {}
                    }
                }
            }

            &.green {
                svg path {}

                .container {
                    li {
                        &:after {}

                        &:hover {}
                    }
                }
            }
        }
    }

    .zoom-slider {
        flex-direction: column;
        align-items: center;

        .zoom-slider-item {
            width: 100% !important;

            &:hover {
                width: 100% !important;

            }
        }

        &.npWrap {
            .zoom-slider-item:hover {
                width: 100% !important;
            }
        }

    }

    .select-role {
        &.aboutPage {
            .wrap {
                display: flex;
                flex-direction: column;
                gap: 10px;

                .col {
                    width: 100%;
                }
            }
        }
    }


    .man_power {
        ul {
            gap: 7px;
            flex-direction: column;

            li {
                width: 100%;

                svg {
                    margin: 0 20px;
                    width: 60px;
                }

                h3 {
                    font-size: 17px;
                }
            }
        }
    }
}