/* @media only screen and (min-width: 660px) and (max-width: 767px) */
/* @media only screen and (min-width: 545px) and (max-width: 659px) */
/* @media only screen and (min-width: 440px) and (max-width: 544px) */
/* @media only screen and (min-width: 380px) and (max-width: 439px) */
/* @media only screen and (max-width: 379px) */
/* @media only screen and (max-width: 319px) */
:root {
    --main-color: rgb(71, 70, 69);
    --white-color: rgb(255, 255, 255);
}

@media only screen and (min-width: 3840px) and (min-height: 2159px) {
    .nav-container .nav-flex {
        display: flex;
        width: 100%;
        height: 121px !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-flex .nav-title {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 2550px !important;
        height: auto;
        height: 91px !important;
        height: 121px !important;
        font-size: 37px !important;
        word-spacing: 7px;
        color: var(--white-color);
        text-align: center;
        padding-top: 30px !important;
    }

    .nav-flex .nav-title li ul {
        display: block;
        position: absolute;
        top: 520px !important;
        margin-left: -10px !important;
    }

    .nav-flex .nav-title li ul li {
        width: 350px !important;
    }

    .nav-flex .nav-title li ul li a {
        text-decoration: none;
        color: var(--main-color);
        font-size: 22.5px;
        padding: 0px 5px;
    }
}

@media only screen and (min-width: 2560px) and (min-height: 1439px) {
    .nav-flex {
        display: flex;
        width: 100%;
        height: 91px !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-title {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 1800px !important;
        height: auto;
        height: 91px !important;
        font-size: 27px !important;
        word-spacing: 7px;
        color: var(--white-color);
        text-align: center;
        padding-top: 20px !important;
    }

    .nav-title li ul {
        display: block;
        position: absolute;
        top: 325px !important;
        margin-left: -12px !important;
    }

    .nav-title li ul li {
        width: 300px !important;
    }

    .nav-title li ul li a {
        text-decoration: none;
        color: var(--main-color);
        font-size: 20px !important;
        padding: 0px 5px;
    }
}

@media only screen and (min-width: 1920px) {
    .nav-flex {
        display: flex;
        width: 100%;
        height: 61px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-title {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 1300px;
        height: auto;
        height: 61px;
        font-size: 20px;
        word-spacing: 5px;
        color: var(--white-color);
        text-align: center;
    }

    .nav-title li ul {
        display: block;
        position: absolute;
        top: 277px;
        margin-left: 11px;
    }

    .nav-title li ul li a {
        text-decoration: none;
        color: var(--main-color);
        font-size: 12.5px;
        padding: 0px 5px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {

    /*******************code for menu bar*******************************/
 
    .nav-title {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 700px;
        font-size: 10px;
        word-spacing: 5px;
        color: var(--white-color);
        text-align: center;
    }

    .nav-title li ul {
        display: block;
        position: absolute;
        top: 168px;
    }

    /*****************code for dropdown************************/
    .nav-title li:hover ul li {
        z-index: 70;
    }
}

@media only screen and (min-width: 660px) and (max-width: 768px) {

    /**************nav link*******************/
    /*******************code for menu bar*******************************/
    .nav-container {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .nav-flex {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 50%;
        height: 100vh;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: flex-start;
    }

    #myLinks {
        position: fixed;
        top: 11.6em;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        width: 30%;
        height: 100vh;
        font-size: 10px;
        word-spacing: 0px;
        line-height: 5px;
        color: var(--white-color);
        text-align: center;
        border: 2px solid transparent;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        right: -100%;
        /* W3C */
        -webkit-transition:  all 200ms ease-in-out;
        /* Safari & Chrome */
        -moz-transition:  all 200ms ease-in-out;
        /* Firefox */
        -ms-transition:  all 200ms ease-in-out;
        /* Internet Explorer */
        -o-transition:  all 200ms ease-in-out;
        /* Opera */
        transition: all 200ms ease-in-out;
        background-color: rgb(163, 165, 165);
        z-index: 100;
    }
     
    .fa-bars,
    #hamburgerMenu {
        position: fixed;
        top: 2.3em;
        right: 2%;
        font-size: 25px;
        display: block;
        z-index: 50;
        color: black;
        display: flex;
        flex-direction: column;
        line-height: 7px;
        font-size: 60px;
        z-index: 500;
        opacity: 1;
    }

    .hamburgerMenu {
        position: fixed;
        top: 2.3em;
        right: 2%;
        font-size: 25px;
        display: block;
        z-index: 50;
        color: black;
        display: flex;
        flex-direction: column;
        line-height: 7px;
        font-size: 60px;
        z-index: 500;
        opacity: 1;
    }

    .nav-title {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
        height: 74vh;
        font-size: 10px;
        word-spacing: 0px;
        line-height: 5px;
        color: var(--white-color);
        text-align: left;
        border: 2px solid transparent;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-top: 1em;
        z-index: 200;
    }

    .nav-flex #myLinks {
        display: flex;
    }

    #myLinks a {
        width: 70%;
        font-size: 13px;
        color: var(--white-color);
        text-decoration: none;
        line-height: 12px;
    }

    .nav-title li {
        /* background-color: black; */
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: justify;
        align-items: center;
    }

    /*****************code for dropdown****************/
    .glyphicon-chevron-down {
        font-weight: 100;
        margin-left: 5px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .accordion {
        color: #444;
        cursor: pointer;
        width: 20%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        font-size: 25px;
        transition: 0.4s;
    }

    /* .nav-title li ul { */
    .mypanel {
        padding: 0px 18px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
        top: 34vh !important;
        width: 90%;
        margin-bottom: 0px;
        background-color: #ccc;
        color: black;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        text-align: justify !important;
    }

    .nav-title li ul li {
        margin-left: 35px;
        margin-top: 2px;
        text-align: left;
        translate: 0 -12px 0;
    }

    .nav-title li ul li a {
        text-decoration: none;
        color: rgb(71, 70, 69) !important;
        font-size: 10px !important;
        width: 200px;
    }
}

@media only screen and (min-width: 545px) and (max-width: 659px) {
   
    /**************nav link*******************/
    /*******************code for menu bar*******************************/
    .nav-container {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .nav-flex {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 50%;
        height: 100vh;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: flex-start;
    }

    #myLinks {
        position: fixed;
        top: 10.3em;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        width: 30%;
        height: 100vh;
        font-size: 10px;
        word-spacing: 0px;
        line-height: 5px;
        color: var(--white-color);
        text-align: center;
        border: 2px solid transparent;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        right: -100%;
        -webkit-transition: all 200ms ease-in-out;
        /* Safari & Chrome */
        -moz-transition: all 200ms ease-in-out;
        /* Firefox */
        -ms-transition: all 200ms ease-in-out;
        /* Internet Explorer */
        -o-transition: all 200ms ease-in-out;
        /* Opera */
        transition: all 200ms ease-in-out;
        background-color: rgb(163, 165, 165);
        z-index: 100;
    }

    .fa-bars,
    #hamburgerMenu {
        position: fixed;
        top: 2.1em;
        right: 2%;
        display: block;
        z-index: 55;
        color: black;
        display: flex;
        flex-direction: column;
        line-height: 7px;
        font-size: 60px;
        z-index: 500;
        opacity: 1;
    }

    .hamburgerMenu {
        position: fixed;
        top: 2.1em;
        right: 2%;
        font-size: 25px;
        display: block;
        z-index: 55;
        color: black;
        display: flex;
        flex-direction: column;
        line-height: 7px;
        font-size: 60px;
        z-index: 500;
        opacity: 1;
    }

    .nav-title {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
        /* height: 77vh; */
        height: 400px;
        font-size: 10px;
        word-spacing: 0px;
        line-height: 5px;
        color: var(--white-color);
        text-align: left;
        border: 2px solid transparent;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-top: 10px;
        z-index: 200;
    }

    .nav-flex #myLinks {
        display: flex;
    }

    #myLinks a {
        width: 70%;
        font-size: 16px;
        font-size: 10px;
        color: var(--white-color);
        text-decoration: none;
        line-height: 12px;
    }

    .nav-title li {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: justify;
        align-items: center;
    }

    /*****************code for dropdown****************/
    .glyphicon-chevron-down {
        font-size: 12px;
        font-weight: 100;
        margin-left: 5px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .accordion {
        color: #444;
        cursor: pointer;
        width: 20%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 25px;
        transition: 0.4s;
    }

    /* .nav-title li ul { */
    .mypanel {
        padding: 0px 18px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
        top: 0;
        top: 34vh !important;
        width: 90%;
        margin-bottom: 0px;
        background-color: #ccc;
        color: black;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        text-align: justify !important;
    }

    .nav-title li ul li {
        margin-left: 35px;
        margin-top: 2px;
        text-align: left;
        translate: 0 -12px 0;
    }

    .nav-title li ul li a {
        text-decoration: none;
        color: rgb(71, 70, 69) !important;
        font-size: 10px !important;
        width: 200px;
    }

    /*****************code for dropdown************************/
    /* .nav-title li:hover ul li {
        display: none;
        background-color: #ccc;
        z-index: 50;
    } */
}

@media only screen and (min-width: 545px) and (max-width: 659px) and (orientation:landscape) {

    #myLinks {
        position: fixed;
        top: 10.3em;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        width: 30%;
        height: 100vh;
        font-size: 10px;
        word-spacing: 0px;
        line-height: 5px;
        color: var(--white-color);
        text-align: center;
        border: 2px solid transparent;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        right: -100%;
        -webkit-transition: all 200ms ease-in-out;
        /* Safari & Chrome */
        -moz-transition: all 200ms ease-in-out;
        /* Firefox */
        -ms-transition: all 200ms ease-in-out;
        /* Internet Explorer */
        -o-transition: all 200ms ease-in-out;
        /* Opera */
        transition: all 200ms ease-in-out;
        background-color: rgb(163, 165, 165);
        z-index: 100;
    }

    .fa-bars,
    #hamburgerMenu {
        position: fixed;
        top: 2.1em;
        right: 2%;
        font-size: 25px;
        display: block;
        z-index: 55;
        color: black;
        display: flex;
        flex-direction: column;
        line-height: 7px;
        font-size: 60px;
        z-index: 500;
        opacity: 1;
    }

    .hamburgerMenu {
        position: fixed;
        top: 2.1em;
        right: 2%;
        display: block;
        z-index: 55;
        color: black;
        display: flex;
        flex-direction: column;
        line-height: 7px;
        font-size: 60px;
        z-index: 500;
        opacity: 1;
    }

    .nav-title {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
        height: 65vh;
        font-size: 10px;
        word-spacing: 0px;
        line-height: 5px;
        color: var(--white-color);
        text-align: left;
        border: 2px solid transparent;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-top: 10px;
        z-index: 200;
    }
}

@media only screen and (min-width: 440px) and (max-width: 544px) {
 
    /**************nav link*******************/
    /*******************code for menu bar*******************************/
    .nav-container {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .nav-flex {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 50%;
        height: 100vh;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: flex-start;
    }

    #myLinks {
        position: fixed;
        top: 15.3em;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        width: 40%;
        height: 100vh;
        font-size: 10px;
        word-spacing: 0px;
        line-height: 5px;
        color: var(--white-color);
        text-align: center;
        border: 2px solid transparent;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        right: -100%;
        -webkit-transition: all 200ms ease-in-out;
        /* Safari & Chrome */
        -moz-transition: all 200ms ease-in-out;
        /* Firefox */
        -ms-transition: all 200ms ease-in-out;
        /* Internet Explorer */
        -o-transition: all 200ms ease-in-out;
        /* Opera */
        transition: all 200ms ease-in-out;
        background-color: rgb(163, 165, 165);
        /* background-color: blue; */
        /* background-color: orange; */
        z-index: 100;
    }

    .fa-bars,
    #hamburgerMenu {
        position: fixed;
        top: 2.9em;
        right: 2%;
        font-size: 25px;
        display: block;
        z-index: 55;
        color: black;
        display: flex;
        flex-direction: column;
        line-height: 7px;
        font-size: 60px;
        z-index: 500;
        opacity: 1;
    }
       
    .hamburgerMenu {
        position: fixed;
        top: 2.9em;
        right: 2%;
        font-size: 25px;
        display: block;
        z-index: 55;
        color: black;
        display: flex;
        flex-direction: column;
        line-height: 7px;
        font-size: 60px;
        z-index: 500;
        opacity: 1;
    }

    .nav-title {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
        height: 65vh;
        font-size: 10px;
        word-spacing: 0px;
        line-height: 0px;
        color: var(--white-color);
        text-align: left;
        border: 2px solid transparent;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-top: 10px;
        z-index: 200;
    }

    .nav-flex #myLinks {
        display: flex;
    }

    #myLinks a {
        width: 70%;
        font-size: 10px;
        color: var(--white-color);
        text-decoration: none;
        line-height: 12px;
    }

    .nav-title li {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: justify;
        align-items: center;
    }

    /*****************code for dropdown****************/
    .glyphicon-chevron-down {
        font-size: 12px;
        font-weight: 100;
        margin-left: 5px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .accordion {
        color: #444;
        cursor: pointer;
        width: 20%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        font-size: 25px;
        transition: 0.4s;
    }

    /* .nav-title li ul { */
    .mypanel {
        padding: 0px 18px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
        top: 0;
        top: 29.1vh !important;
        width: 90%;
        margin-bottom: 0px;
        background-color: #ccc;
        color: black;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        text-align: justify !important;
    }

    .nav-title li ul li {
        margin-left: 35px;
        margin-top: 2px;
        text-align: left;
        translate: 0 -12px 0;
    }

    .nav-title li ul li a {
        text-decoration: none;
        color: rgb(71, 70, 69) !important;
        font-size: 10px !important;
        width: 200px;
    }

    /*****************code for dropdown************************/
    /* .nav-title li:hover ul li {
            display: none;
            background-color: #ccc;
            z-index: 50;
        } */
}

@media only screen and (min-width: 380px) and (max-width: 439px) {
    /**************nav link*******************/
    /*******************code for menu bar*******************************/
    .nav-container {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .nav-flex {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 50%;
        height: 100vh;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: flex-start;
    }

    #myLinks {
        position: fixed;
        top: 15em;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        width: 40%;
        height: 100vh;
        font-size: 10px;
        word-spacing: 0px;
        line-height: 5px;
        color: var(--white-color);
        text-align: center;
        border: 2px solid transparent;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        right: -100%;
        -webkit-transition: all 200ms ease-in-out;
        /* Safari & Chrome */
        -moz-transition: all 200ms ease-in-out;
        /* Firefox */
        -ms-transition: all 200ms ease-in-out;
        /* Internet Explorer */
        -o-transition: all 200ms ease-in-out;
        /* Opera */
        transition: all 200ms ease-in-out;
        background-color: rgb(163, 165, 165);
        z-index: 100;
    }

    .fa-bars,
    #hamburgerMenu {
        position: fixed;
        top: 2.8em;
        right: 2%;
        display: block;
        z-index: 55;
        color: black;
        display: flex;
        flex-direction: column;
        line-height: 7px;
        font-size: 60px;
        z-index: 500;
        opacity: 1;
    }

    .hamburgerMenu {
        position: fixed;
        top: 2.8em;
        right: 2%;
        font-size: 20px;
        display: block;
        z-index: 55;
        color: black;
        display: flex;
        flex-direction: column;
        line-height: 7px;
        font-size: 60px;
        z-index: 500;
        opacity: 1;
    }

    .nav-title {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
        height: 60vh;
        font-size: 10px;
        word-spacing: 0px;
        line-height: 0px;
        color: var(--white-color);
        text-align: left;
        border: 2px solid transparent;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-top: 10px;
        z-index: 200;
    }

    .nav-flex #myLinks {
        display: flex;
    }

    #myLinks a {
        width: 70%;
        font-size: 10px;
        color: var(--white-color);
        text-decoration: none;
        line-height: 12px;
    }

    .nav-title li {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: justify;
        align-items: center;
    }

    /*****************code for dropdown****************/
    .glyphicon-chevron-down {
        font-weight: 100;
        margin-left: 5px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .accordion {
        color: #444;
        cursor: pointer;
        width: 40%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 25px;
        transition: 0.4s;
    }

    /* .nav-title li ul { */
    .mypanel {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
        /* top: 0; */
        top: 29.1vh !important;
        width: 90%;
        margin-bottom: 0px;
        background-color: #ccc;
        color: black;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        text-align: justify !important;
    }

    .nav-title li ul li {
        margin-left: 35px;
        margin-top: 2px;
        text-align: left;
        translate: 0 -12px 0;
    }

    .nav-title li ul li a {
        text-decoration: none;
        color: rgb(71, 70, 69) !important;
        font-size: 10px !important;
        width: 200px;
    }

    /*****************code for dropdown************************/
    /* .nav-title li:hover ul li {
            display: none;
            background-color: #ccc;
            z-index: 50;
        } */
}

@media only screen and (max-width: 379px) {

    /**************nav link*******************/
    /*******************code for menu bar*******************************/
    .nav-container {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .nav-flex {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 50%;
        height: 100vh;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: flex-start;
    }

    #myLinks {
        position: fixed;
        top: 19.1em;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        width: 45%;
        height: 100vh;
        font-size: 10px;
        word-spacing: 0px;
        line-height: 5px;
        color: var(--white-color);
        text-align: center;
        border: 2px solid transparent;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        right: -100%;
        -webkit-transition: all 200ms ease-in-out;
        /* Safari & Chrome */
        -moz-transition: all 200ms ease-in-out;
        /* Firefox */
        -ms-transition: all 200ms ease-in-out;
        /* Internet Explorer */
        -o-transition: all 200ms ease-in-out;
        /* Opera */
        transition: all 200ms ease-in-out;
        background-color: rgb(163, 165, 165);
        z-index: 100;
    }

    .fa-bars,
    #hamburgerMenu {
        position: fixed;
        top: 3.7em;
        right: 2%;
        font-size: 20px;
        display: block;
        z-index: 55;
        color: black;
        display: flex;
        flex-direction: column;
        line-height: 7px;
        font-size: 60px;
        z-index: 500;
        opacity: 1;
    }

    .hamburgerMenu {
        position: fixed;
        top: 3.7em;
        right: 2%;
        display: block;
        z-index: 55;
        color: black;
        display: flex;
        flex-direction: column;
        line-height: 7px;
        font-size: 60px;
        z-index: 500;
        opacity: 1;
    }

    .nav-title {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
        height: 53vh;
        font-size: 10px;
        word-spacing: 0px;
        line-height: 0px;
        color: var(--white-color);
        text-align: left;
        border: 2px solid transparent;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-top: 10px;
        z-index: 200;
    }

    .nav-flex #myLinks {
        display: flex;
    }

    #myLinks a {
        width: 70%;
        font-size: 10px;
        color: var(--white-color);
        text-decoration: none;
        line-height: 12px;
    }

    .nav-title li {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: justify;
        align-items: center;
    }

    /*****************code for dropdown****************/
    .glyphicon-chevron-down {
        font-weight: 100;
        margin-left: 5px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .accordion {
        color: #444;
        cursor: pointer;
        width: 40%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 25px;
        transition: 0.4s;
    }

    /* .nav-title li ul { */
    .mypanel {
        padding: 0px 18px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
        /* top: 0; */
        top: 29.1vh !important;
        width: 90%;
        margin-bottom: 0px;
        background-color: #ccc;
        color: black;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        text-align: justify !important;
    }

    .nav-title li ul li {
        margin-left: 35px;
        margin-top: 2px;
        text-align: left;
        translate: 0 -9px 0;
    }

    .nav-title li ul li a {
        text-decoration: none;
        color: rgb(71, 70, 69) !important;
        font-size: 10px !important;
        width: 200px;
    }

    /*****************code for dropdown************************/
    /* .nav-title li:hover ul li {
            display: none;
            background-color: #ccc;
            z-index: 50;
        } */
}

@media only screen and (max-width: 320px) {

       
    /**************nav link*******************/
    /*******************code for menu bar*******************************/
    .nav-container {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: flex-end;
        align-items: flex-end;
        /* z-index: 40; */
    }

    .nav-flex {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 50%;
        height: 100vh;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: flex-start;
    }

    #myLinks {
        position: fixed;
        top: 2.8em;
        top: 20em;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        width: 50%;
        width: 60%;
        height: 70vh;
        font-size: 10px;
        word-spacing: 0px;
        line-height: 5px;
        color: var(--white-color);
        text-align: center;
        border: 2px solid transparent;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        right: -100%;
        -webkit-transition: all 200ms ease-in-out;
        /* Safari & Chrome */
        -moz-transition: all 200ms ease-in-out;
        /* Firefox */
        -ms-transition: all 200ms ease-in-out;
        /* Internet Explorer */
        -o-transition: all 200ms ease-in-out;
        /* Opera */
        transition: all 200ms ease-in-out;
        background-color: rgb(163, 165, 165);
        z-index: 100;
    }

    .fa-bars,
    #hamburgerMenu {
        position: fixed;
        top: 4.4em;
        right: 4%;
        font-size: 20px;
        display: block;
        z-index: 55;
        color: black;
        display: flex;
        flex-direction: column;
        line-height: 7px;
        font-size: 50px;
        z-index: 500;
        opacity: 1;
    }

    .hamburgerMenu {
        position: fixed;
        top: 4.4em;
        right: 4%;
        font-size: 20px;
        display: block;
        z-index: 55;
        color: black;
        display: flex;
        flex-direction: column;
        line-height: 7px;
        font-size: 50px;
        z-index: 500;
        opacity: 1;
    }

    .nav-title {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
        height: 53vh;
        font-size: 10px;
        word-spacing: 0px;
        line-height: 0px;
        color: var(--white-color);
        text-align: left;
        border: 2px solid transparent;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-top: 10px;
        z-index: 200;
    }

    .nav-flex #myLinks {
        display: flex;
    }

    #myLinks a {
        width: 70%;
        font-size: 10px;
        color: var(--white-color);
        text-decoration: none;
        line-height: 12px;
    }

    .nav-title li {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: justify;
        align-items: center;
    }

    /*****************code for dropdown****************/
    .glyphicon-chevron-down {
        font-size: 12px;
        font-weight: 100;
        margin-left: 5px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .accordion {
        color: #444;
        cursor: pointer;
        width: 40%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 25px;
        transition: 0.4s;
    }

    /* .nav-title li ul { */
    .mypanel {
        padding: 0px 18px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
        top: 0;
        top: 29.1vh !important;
        width: 90%;
        margin-bottom: 0px;
        background-color: #ccc;
        color: black;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        text-align: justify !important;
    }

    .nav-title li ul li {
        margin-left: 35px;
        margin-top: 2px;
        text-align: left;
        translate: 0 -12px 0;
    }

    .nav-title li ul li a {
        text-decoration: none;
        color: rgb(71, 70, 69) !important;
        font-size: 10px !important;
        width: 200px;
    }

    /*****************code for dropdown************************/
    /* .nav-title li:hover ul li {
            display: none;
            background-color: #ccc;
            z-index: 50;
        } */
}