@media screen and (min-width: 800px) {


    .dropdown > div{
        padding: 7px;
        font-family: "Baloo Thambi 2", system-ui !important;
        font-size: 17px;
        font-weight: 500;
        margin-left: 15px;
    }


    .dropdown > div:hover{
        color: #002257 !important;
    }
   

    .dropdown > div > i {
        margin-right: 8px;
        color: #002257;
        font-size: 22px;
    }
    .mega-menu{
        display: flex;
        justify-content: center;
    }
    .menu-btn{
        display: none;
    }
    .menu{
        background: #fff;
        position: absolute;
        top: 4.65em;
        left: 0;
        width: 100%;
        padding: 0 2em;
        overflow-y: scroll;
        transition: 0.4s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 2em;

    }

    .menu > li:first-child{
        font-size: 1.1em;
        margin: 0;
        color: red !important;
    }

    .sub-dropdown > div span:first-child{
        font-weight: bold;
    }
    
    .dropdown > div{
        transition: 0.3s;
        color: black !important;
        cursor: pointer;

    }

    .dropdown > ul > li > a{
        margin: 5px;
        color: black !important;
        display: inline-block;
        width: 100%;
        font-family: "Baloo Thambi 2", system-ui !important;

    }
    .dropdown > ul > li > a:hover{
        color: orange !important;
    }


    .dropdown:hover > div{
        border-color: #000;
    }

    .dropdown li{
        width: 400px;
    }

    .dropdown > div span:last-child, 
    .sub-dropdown > div{
        display: none;
    }

    /* Width */
    .menu::-webkit-scrollbar{
        width: 8px;
    }
    /* Track */
    .menu::-webkit-scrollbar-track{
        background: #f1f1f1;
    }
    /* Handle */
    .menu::-webkit-scrollbar-thumb{
        background: #888;
    }

    /* Handle on hover */
    .menu::-webkit-scrollbar-thumb:hover{
        background: #555;
    }

    /* Hide menu */
    .menu{
        height: 0;
    }
    .dropdown:hover .menu{
        height: 50vh;
        padding: 5px;
        overflow-y: scroll;
        min-width: 900px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        height: auto;
        border-top: 1px solid #032d71;
        border-bottom: 2px solid #032d71;
        border-radius: 20px;
        background-color: white;
        color: white !important;
        top: 37px;
        left: 0px;
        z-index: 999999;
    }
}

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



.leftparthome{
    width: 99%;
    display: inline-block;

}

.inleftparth{
    margin-left:5px;
    margin-top: 50px;
}

.rightparthome{
    width: 99%;
    display: inline-block;
}



.classmovetop{
    top: 80px  !important;
}

    .menuboxoptions{
    height: 72px;
    padding: 13px;
    border: 1px solid white;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    }

    .menu-container{
        background: #fff;
        position: absolute;
        top: 3.5em;
        left: 0;
        width: 100%;
        overflow-y: hidden;
        transition: 0.3s ease-in-out;
    }

    /* Width */
    .mega-menu::-webkit-scrollbar{
        width: 8px;
    }
    /* Track */
    .mega-menu::-webkit-scrollbar-track{
        background: #f1f1f1;
    }
    /* Handle */
    .mega-menu::-webkit-scrollbar-thumb{
        background: #888;
    }
    /* Handle on hover */
    .mega-menu::-webkit-scrollbar-thumb:hover{
        background: #555;
    }
    .mega-menu{
        padding: 0 1em 1em 1em;
        height: 100%;
        overflow-y: scroll;
    }
    .mega-menu li{
        font-weight: bold;
        font-size: 1.1rem;
        width: 100%;
    }
    .mega-menu li > div{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 0.5em;
        color: black    ;

    }
    .menu li{
        padding: 0 0em;
        font-size: 1em;
        font-weight: 400;
    }
    .menu a{
        display: block;
        margin: 0.8em 0;
        width: 49%;
        display: inline-block;
        color: black;

    }
    .menu{
        display: none;
    }
    /* Toggle class for Javascript */
    .menu-show{
        display: block;
    }
    .material-symbols-outlined{
        transition: 0.3s;
    }
    /* Toggle class for javascript */
    .icon-rotated{
        transform: rotate(90deg);
    }
    .dropdown>div, .sub-dropdown > div{
        cursor: pointer;
        padding: 0.5em;

    }
    .sub-menu{
        font-size: 0.9em;
        display: none;
    }
    /* Toggle class for Javascript */
    .sub-menu-show{
        display: block;
    }
    .dropdown:hover>div, .sub-dropdown:hover>div{
        text-decoration: underline;
    }
    /* Hide menu */
    .menu-container{
        height: 0;
    }
    /* Toggle class for javascript */
    .mega-menu-show{
        height: 90vh;
        margin-top: 4px;
    }
}

@media only screen and (max-width: 1300px) {
    .navbar{

        width: 800px;
    }

    .dropdown > div{
        font-size: 14px;
    }

      .dropdown > div > i{
        font-size: 16px;
      }

}
@media only screen and (max-width: 1000px) {
        .navbar{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 4;
        padding: 0px;
        color: black;
        border-bottom: 2px solid #ddd;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
        background-color: #fff;
        padding: 10px 0; 
        transform: translateX(0%);
        width: 100%;
        height: 80px;
        border-radius: 0px;

    }

    .menu a{
        width: 100%;
    }

}