﻿/* 1800px - 3000px */
@media only screen and (min-width: 1800px) and (max-width: 3000px)
{
     .other_link_div::before
     {
         display: none;
     }
 
    .inner_slider_image_1 {
        height: 766px;
    }

    html {
        font-size: 62.5%;
    }
}

/* 1401px - 1799px */
@media only screen and (min-width: 1401px) and (max-width: 1799px) {
    html {
        font-size: 62.5%;
    }
}

/* 1330px - 1920px */
@media only screen (min-width: 1330px) and (max-width: 1400px) {
    .news_div_1 {
        width: 280px;
        margin: 0 20px;
    }

    html {
        font-size: 52.5%;
    }
}




/* 1200px - 1330px */
@media only screen and (min-width: 1200px) and (max-width: 1330px)
{
     .inner_slider_image_1 {
        background-size: cover;
     }   
    .news_div_1 {
        width: 250px;
        margin: 0 14px;
    }


    html {
        font-size: 62.5%;
    }
}

/* 992px - 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .inner_slider_image_1 {
        background-size: contain;
        height: 480px;
     }
    .navbar_header > ul > li > ul {
        top: 4.3rem;
    }

    .shade_1::after {
        top: -8px;
        left: -48px;
    }

    .news_div_1 {
        width: 214px;
        margin: 0 10px;
    }

    html {
        font-size: 51%;
    }
       
    .news_content_date
    {
        padding-left: 0; 
    }
     
    
 .other_box_div span
 {
     font-size: 20px;
 }   
     .news_content_date::before
     {
         background-size:  contain;
     }

    .logo_div_img {
        width: 310PX;
        margin-top: 5px;
    }
     .logo_div_content
    {
        padding-left: 40px;
    }    
}



/* media only screen 820 - 991px */
@media only screen and (min-width: 820px) and (max-width: 991px)
{
    .inner_slider_image_1
    {
            height: 380px;
    }
    
    .facility_1, .footer_div_content
    {
        margin-bottom: 20px;
    }


    .shade_1::after {
        top: -9px;
        left: -48px;
    }


    html {
        font-size: 42%;
    }
    .other_box_div {
    /* background-color: #fff; */
    text-align: center;
    padding: 60px 30px 40px 30px;
    box-shadow: 0 30px 50px rgb(229 229 229 / 80%);
    border-radius: 0;
    width: 100%;
    margin: -35px 0 60px;
}
    
    
    .news_content_date::before {
        content: '';
        left: 30px;
    }
    .news_content_date span.mon1
    {
        padding-left: 0;
    }
    
    .news_content_date
    {
        display: flex;
        justify-content: center;
        padding: 0;
    }
    .mentor_div .carousel-indicators
    {
        margin: 0;
    }
    
        .logo_div_img {
        width: 290px;
        margin-top: 40px;
     }
 
.logo_div_content > ul
{
    padding-left: 40px;
}

.facility
    {
     margin: 0 auto 20px;   
    }
    
    
}


/* media  575px - 768px */
@media only screen and (min-width: 769px) and (max-width: 820px)
{

    html {
        font-size: 40%;
    }


    .shade_1::after {
        top: -9px;
        left: -48px;
    }


    .side_bar::after, .side_bar {
        width: 260px;
    }

        .side_bar ul{
            margin-top: 20px;
        }


        .logo_div_img {
            width: 230px !important;
            margin-top: 60px;
        }
    .logo_div_content > ul
    {
        margin-left: 36px!important;   
    }
    
        .other_box_div {
        text-align: center;
        padding: 60px 30px 40px 30px;
        box-shadow: 0 30px 50px rgb(229 229 229 / 80%);
        border-radius: 0;
        width: 100%;
        margin: -35px 0 60px;
    }
    .facility
    {
     margin: 0 auto 20px;   
    }
    
}

@media only screen and (max-width: 768px) and (min-width: 576px) {
    .top_header_div {
        background: #3f43a1!important;
    }
}


@media only screen and (max-width: 768px) {
    .news_div_1 {
        margin: 10px 20px !important;
    }
    
    .header_top_div_content li:first-child, .header_top_div_content ul > li > a
    {
        font-size: 14px;
        letter-spacing: 1px;
    }
    
    .header_top_div_content img {
        width: 20px;
    }

    .title h5::before, .title h5::after {
        margin-top: 8px;
    }

    span#buttonC {
        background: #ffffff;
        color: #81201c;
        padding: 3px 5px 0px;
        font-size: 20px;
        margin-bottom: 0;
        margin-top: 2px;
        font-weight: 500;
        line-height: 9px;
        height: 25px;
        position: absolute;
        cursor: pointer;
        border: 3px solid #373b95;
        z-index: 9;
        left: auto;
        right: -2px;
        top: -10px;
        transition: .5s all ease-in;
        border-radius: 50%;
    }

    .slider_line {
        display: none;
    }

    .slider_div {
        padding: 0;
    }

    ##carouselExampleControls {
        overflow: none;
        border-radius: 0;
    }


    .affix {
        background: transparent !important;
        box-shadow: none !important;
    }

    .inner_slider_image_1 {
        height: 300px;
        background-size: cover;
        background-position: center top;
    }

    .slider_div > .container {
        padding: 0;
    }

    #carouselExampleControls {
        overflow: none;
        border-radius: 0;
    }


    .facility_1 a {
        height: 300px;
    }

    .navbar_header > ul > li::before {
        width: 0;
    }

    .carousel-indicators [data-bs-target] {
        white-space: nowrap;
    }

    .carousel-indicators {
        justify-content: end !important;
    }

    .mentor_div .carousel-indicators {
        left: 0;
        margin-right: 0;
        overflow: scroll;
        width: 82%;
        height: 45px;
        bottom: -30px;
    }

        .mentor_div .carousel-indicators > button > span {
            font-size: 12px;
        }

    #TblDetaill td {
        background: #fff;
    }


    h1.page_title {
        font-size: 20px;
    }

    div.breadcrumb_content a{
        font-size: 14px;
    }
    span.page_title{
        font-size: 14px;
    }

    .breadcrumb_content {
        padding: 0 10px;
    }

    .logo_div_img {
        border-radius: 10px;
    }

    .inner_slider_image {
        height: 160px;
        width: 100%;
        background-size: cover;
        background-position: center right;
        background-repeat: no-repeat;
    }

    .downloadTC_div label, .downloadTC_div input[type="button"] {
        font-size: 15px;
    }

    .downloadTC_div .form-control {
        font-size: 15px;
        padding: 5px;
    }

    #TblDetaill th, #tblPop th, #TblDetaill td:first-child, #tblPop td:first-child, #tblPop th:first-child {
        font-size: 15px;
    }


    .logo_div_content > ul {
        margin-top: 20px !Important;
    }

    .logo_div_img::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        transform: rotateZ( 45deg );
        left: 125px;
        z-index: -1;
        bottom: -3px;
        top: auto;
    }

    .logo_div {
        padding: 0 !important;
    }

    .map_div iframe {
        height: 350px;
    }

    .facility_1, .footer_div_content {
        margin-bottom: 20px;
    }



    .logo_div_img {
        margin: 0 auto;
    }

    .header_top_div_content::before {
        display: none !important;
    }




    .logo_div_img {
        width: 100%;
        left: 0;
        position: relative;
        top: 14px;
    }

    .other_link_div::before {
        height: 305px;
    }

    .other_box_div {
        background-color: #fff;
        text-align: center;
        padding: 45px 25px 30px 25px;
        box-shadow: 0 30px 50px rgb(229 229 229 / 80%);
        margin-top: -16px;
        border-radius: 0px;
        width: 240px;
        margin: 10px auto;
    }

    .news_content_div {
        border-radius: 10px;
        padding: 30px;
        width: 280px;
        box-shadow: 1px 1px 20px rgb(229 229 229 / 92%);
        margin: 0 auto;
    }


    .Layer2 {
        transition: .5s all ease-in;
        background-image: linear-gradient(180deg, #3f43a1 50%, #3a3e9d 0%);
        width: 100%;
    }

    .MobileMenubar {
        display: inline-block;
        width: 45px;
    }

    .navbar_header > ul {
        padding: 0px;
        list-style: none;
        margin: 0px;
        width: 100%;
        height: auto;
        display: inline-block;
        position: relative;
        background-color: #ffffff;
    }

        .navbar_header > ul > li > ul {
            transform: none;
            display: block;
            visibility: visible;
        }

        .navbar_header > ul > li {
            position: relative;
            float: left;
            width: 100%;
            display: inline-block;
            box-shadow: 0px -1px 0px 0px #2a2d76;
            border-bottom: 1px solid #2d307a;
        }

            .navbar_header > ul > li > a {
                display: inline-block;
                padding: 8px 20px;
                position: relative;
                transition: 0.5s;
                font-size: 15px;
                font-weight: 600;
                letter-spacing: 1px;
            }

            .navbar_header > ul > li > a {
                width: 100%;
                color: #ffffff;
                background: #303381;
            }

            .navbar_header > ul > li > ul {
                background-color: #1d1f55 !important;
            }

    .navbar_header {
        width: 0px;
        right: -100%;
        position: fixed;
        left: auto;
        height: 100%;
        overflow: auto;
        background-color: #303381;
        top: 0px;
        bottom: 0px;
        z-index: 999;
    }

    .div_Logo {
        position: static;
        z-index: 99;
        /*width: 60%;*/
        height: auto;
        background-color: White;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .Header_address {
        padding: 5px;
    }

    .navbar_header > ul > li > ul {
        display: inline-block;
        position: static;
        border-left: 2px solid #fff;
        width: 100%;
    }

    .affix {
        left: 5px;
    }

    .mobileMenu {
        width: 100%;
        display: inline-block;
        padding: 10px;
        text-align: left;
        margin-top: 10px;
        display: block;
    }

    .menuBar {
        width: 0px;
        height: 100%;
        top: 0px;
        bottom: 0px;
        left: 0px;
        display: block;
    }

    .closebtn {
        position: fixed;
        font-size: 25px;
        text-transform: uppercase;
        left: 0px;
        z-index: 999;
        height: 100%;
        width: 0px;
        top: 0px;
        display: inline-block;
        padding: 0;
        background-color: #17183a;
        opacity: .9;
    }

    .navbar_header > ul > li:hover ul:after {
        display: none !important;
    }

    .Togglebtn {
        padding: 5px;
        border: 1px solid gray;
        display: inline-block;
        color: orange;
        font-size: 25px;
    }

    .top_header_div {
        background: #3f43a1;
        border-top: 8px solid #3f43a1;
    }

    .header_top_div_content {
        background: transparent;
    }

    .shade_1::after 
    {
        display: none;
    }

    .title h5, h4.page_title {
        font-size: 16px;
    }

    .title h3 {
        font-size: 20px;
    }

    .news_content_date span.mon1, .news_content_date span, h5.imp_name, .footer_div_content h4 {
        font-size: 16px;
    }

    span.news_title, .news_content_div a, div.imp_about, .facility_1 .title span {
        font-size: 15px;
    }

    .inner_content {
        font-size: 15px;
        margin-bottom: 15px;
    }

    #idSubmenus > li > a > span{
        font-size: 15px;
    }

    ::placeholder {
        font-size: 15px;
    }

    .feedback input[type="button"], .footer_div_content ul > li > a {
        font-size: 15px;
    }

    .copyright a {
        font-size: 18px;
    }
    .copyright p{
        font-size: 14px;
    }

    .logo_div_content a {
        font-size: 13px;
        color: #1a1c46;
    }


    .other_box_div span {
        font-size: 16px;
    }

}

