﻿@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
}

/* Largest devices such as desktops (3840px and up) */
@media only screen and (max-width:240em) {
}

/* Largest devices such as desktops (2560px and up) */
@media only screen and (max-width:160em) {
}

/* Largest devices such as desktops (1920px and up) */
@media only screen and (max-width:120em) {
}

/* Largest devices such as desktops (1700px and up) */
@media only screen and (max-width:106em) {
}

/* Largest devices such as desktops (1536px and up) */
@media only screen and (max-width: 96em) {
}

/* Largest devices such as desktops (1280px and up) x125 x125 x125 x125 x125 x125 x125 x125 x125 x125 x125 x125 x125 x125 */
@media only screen and (max-width: 80em) {
    
}

/* Large devices such as laptops (1024px and up) x150 x150 x150 x150 x150 x150 x150 x150 x150 x150 x150 x150 x150 x150*/
@media only screen and (max-width: 64em) {

    #TitleBreadcum {
        margin-top: 0px;
    }

    nav.breadcrumb {
        padding: .5rem 0;
    }

        nav.breadcrumb li {
            font-size: 1rem;
        }

    header .intro-text {
        padding-top: 4em;
        padding-bottom: 4em;
    }

        header .intro-text .intro-heading {
            padding-bottom: 10px;
            font-size: 1.8em;
        }

        header .intro-text .intro-lead-in {
            margin-bottom: 0px;
            font-size: 18px;
            line-height: 1.4;
        }

    /*PAGE CONTENT*/
    .page__container__fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    .page__content_ {
        padding: 0px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .department-title {
        font-size: 1.2em;
        font-weight: 800;
        border-radius: .8rem;
        margin-bottom: 10px;
    }

    .table__page {
        border: 0px solid #bddbd2;
    }
        .table__page h3 {                     
            margin-top: 0;
            margin-bottom: 0;
        }

    .table__page, thead, tbody, th, td, tr {
        display: block;
    }

        thead tr {
            display: none;
        }

    tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        padding: 0px;
        background: #fff;
        border-radius: 1.2rem;
        overflow: hidden;
    }

    td {
        display: flex;
        justify-content: flex-start;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        width: 100% !important;
    }

        td:last-child {
            border-bottom: none;
        }

        td::before {
            content: attr(data-label);
            font-weight: bold;
            text-transform: uppercase;
        }



    /*HEADING RELATED*/
    h2 {
        font-size: 1.2em;
        font-weight: 800;
        line-height: 1.4;
    }

    /*PAGE CONTENT*/
    .what-we-study {       
        min-height: 325px;
    }

    .faculty-education-career {
        min-height: 325px;
    }
    .tabbable-line > .nav-tabs > li{
        width:100%;
    }

    .tab-content .custom-list li {
        font-size: 1.2rem;
        font-weight: 700;
    }


    /*FACULTY OF ENGINEERING & TECHNOLOGY*/

    .top__head__1 {
        font-size: 3em;
    }
    .fet__content__vcenter {
        padding-top: 0em;
    }
    .fet__mission {
        
        min-height: 250px;
    }
    .top__head__2 {
        font-size: 2em;
    }


    

    /*NAVIGATION PART*/
    #mobile-links {
        padding-right: 0px;
    }
    .mobile-link {        
        width: 35px;
    }
    .mobile__admission__head {
        color: #1c30a3;
        font-size: 10px;
        font-weight: 800;
        font-family: 'Inter', sans-serif;
        text-decoration: none;
    }
    #mobile-nav-bottom {
        background: #050c2a;
    }
    #mobile-nav ul {
        padding-left: 10px;
    }
    #mobile-nav li li {
        font: 16px / 1.2em "Inter", Arial, sans-serif;
        list-style: none;
    }
    #mobile-nav li a {
        text-align: left;
        padding-left: 0;
        list-style: none;
        font-size: 1.2rem;
    }
    #mobile-nav li li a {
        padding-left: 0.5em;
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: 600;
        color: black;
    }

    .sku-menu-sub-title {
        background-color: transparent;
        margin-left: -10px !important;
        padding-left: 5px !important;
        font-size: 12px !important;
        color: #FF5722;
        text-decoration: none;
        text-align: left;
        margin-bottom: 0px !important;
    }

 
    .mobile__sub__ul_li_ul {
        display: block !important;
        padding-left: 10px;
        border-left: 1px solid #fff;
        padding-bottom: 0px;
        display: block;
        background-color: #c5e1ee;
    }
}

/* Medium devices such as tablets (768px and up) x175 */
@media only screen and (max-width: 48em) {
}

/* Small devices such as large phones (640px and up) */
@media only screen and (max-width: 40em) {
}

/* Small devices such as large phones (360px and up) */
@media only screen and (max-width: 25em) {
}
