@charset "utf-8";

/* CSS Document */

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

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

    .map_row{
        display: block;
    }

}

/* Large Devices, Wide Screens */

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



}

/* Large Devices, Wide Screens */

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

    .header_logo {
        width: 160px;
    }

    .banner-content {
        width: 65%;
    }

    .banner-content h1 {
        font-size: 70px;
    }

    .banner-content h2 {
        font-size: 70px;
    }

    .heading {
        font-size: 55px;
        line-height: 60px;
    }

    .sub_heading {
        font-size: 17px;
        line-height: 25px;
    }

}

/* Large Devices, Wide Screens */

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

    .faq_content_col{
        padding-bottom: 150px;
    }

    .menu_apply_btn_div {
        svg {
            display: none;
        }
    }

    .menu_apply_btn_div{
        width: 115px;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {

    .header_logo {
        width: 100px;
    }

    .banner-content h1 {
        font-size: 50px;
    }

    .banner-content h2 {
        font-size: 50px;
    }

    .blue_box svg {
        width: 90px;
        height: 90px;
        flex-shrink: 0;
    }

    .blue_box .heading {
        font-size: 40px;
        line-height: 45px;
    }

    .nav-link {
        font-size: 11px !important;
        padding: 30px 4px !important;
    }

    .qualification_section .lawyers_img{
        width: 100% !important;
    }

    .lecture_section {
        background: url(../images/fac_lec_bg.jpg);
        background-position: top right;
        background-repeat: no-repeat;
    }

    .curved_left_bg {
        background: none;
        background-color: #ffffff;
        border-bottom: 1px solid #999;
        border-top-left-radius: 200px;
    }

    .curved_right_bg {
        background: none;
        background-color: #ffffff;
        border-bottom: 1px solid #999;
        border-top-right-radius: 200px;
    }

    #inner-banner {
        width: 100%;
        height: 450px;
        overflow: hidden;
        position: relative;
    }

    .staff_detail_section{
        background-image: none;
        background-color: #ECECEC !important;
    }

    .staff_detail_section .white_text{
        color: #000000 !important;
    }

    .staff_detail_section p {
        color: #212529 !important;
    }

    .gallery_sec_img_col {
        height: 1000px;
        display: flex;
        flex-direction: column;
        margin-bottom: 7px;
    }

    .staff_detail_section path{
        fill: #000000 !important;
    }

}

/* Large Devices, Wide Screens */

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


}

/* DESKTOP - 3 columns */
@media (min-width: 992px){

    .pro_cards_row > div:nth-child(3n) .pro_card{
        border-right:none;
    }

    .pro_cards_row > div:nth-last-child(-n+3) .pro_card{
        border-bottom:none;
    }

}

/* Medium Devices, Desktops */

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

    .top_nav_main_col {
        border-radius: 0px;
    }

    .nav-link {
        font-size: 13px !important;
        padding: 7px 10px !important;
    }

    .header_logo {
        width: 100px;
    }

    .navbar-toggler {
        border: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #000000;
        padding: 4px 8px;
    }

    .mls_btn_div {
        svg {
            width: 22px;
            height: 22px;
        }
    }

    .mls_btn_div {
        height: 55px;
        width: 35px;
        margin-left: 0px;
        padding: 5px;

        p{
            font-size: 12px !important;
        }
    }

    .menu_apply_btn_div {
        padding: 5px;
        height: 55px;
        width: 135px;
    }

    .menu_apply_btn_div {
        svg {
            display: block;
            width: 45px;
            margin-right: 5px;
        }
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: relative;
        box-shadow: none;
        border-radius: 0px;
    }

    .navbar-expand-lg .navbar-nav .mega_menu_dropdown {
        top: 0px !important;
        padding: 10px !important;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        max-height: 85vh;
        overflow-x: auto;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .top_nav_main_col .pe-0{
        padding-right: 0px !important;
    }

    .faq_content_col{
        padding-bottom: 150px;
    }

     /* remove right border on every 2nd item */
    .pro_cards_row > div:nth-child(2n) .pro_card{
        border-right:none;
    }

    .choose_apiit_section .bg{
        background-image: none !important;
        background-size: auto;
        display: none;
    }

    .choose_right_col .choose_card:nth-child(3) {
        position: relative;
        left: 0px;
    }

    .lecture_section{
        background-image: none !important;
        background-color: #000000;
        padding-top: 125px;
        margin-top: -100px;
    }

    .choose_apiit_section{
        margin-top: 20px !important;
    }

    .choose_card{
        margin-bottom: 15px !important;
    }

    .search-wrapper{
        padding: 0.3rem !important; 
        border: 1px solid transparent;
        flex-direction: column; /* stack items */
        align-items: stretch !important;
    }

    .search-wrapper .search-btn {
        justify-content: center;
        color: #000000;
    }

    .search-wrapper > div,
    .search-wrapper select,
    .search-wrapper input,
    .search-wrapper button{
        width: 100%;
        border: 1px solid #747474;
        border-radius: 5px;
        color: #ffffff;
    }

    /* remove horizontal margins */
    .search-wrapper .me-4{
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    /* divider hide */
    .search-divider{
        display: none;
    }

    .curved_left_bg {
        background: none;
        background-color: #ffffff;
        border-bottom: 1px solid #999;
        border-top-left-radius: 0px;
    }

    .curved_right_bg {
        background: none;
        background-color: #ffffff;
        border-bottom: 1px solid #999;
        border-top-right-radius: 0px;
    }

    .white_cure_blue_bg{
        background: none;
        background-color: #ffffff;
    }

    .marquee-track span {
        display: inline-block;
        text-transform: capitalize;
        /* font-weight: 900; */
        font-size: 170px;
        line-height: 190px;
    }

    .inner_lecture_section{
        padding-top: 75px !important;
    }

    .left_black_gray_bg {
        padding-top: 50px;
        padding-bottom: 50px;
        background-image: none;
        background-color: #000000;
    }

    .blue_bg {
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
        background-color: #ffffff;
    }

    .inner_testimonial_con .pad_right {
        padding-right: 15px !important;
    }

    .inner_testimonial_con .pad_left {
        padding-left: 15px !important;
    }

}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 768px) {
  
    .logo-track {
        gap: 40px;
    }
    .logo-track img {
        height: 50px;
    }

}

/* Extra Small Devices, Phones */

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

    .qualification_section{
        background-image: none !important;
        background-color: #002366;
        color: #ffffff;
    }

    .qualification_section .ps-5{
        padding-left: 15px !important;
    }

    .qualification_section .pe-5{
        padding-right: 15px !important;
    }

    .testimonial_section .pad_bottom {
        padding-bottom: 20px !important;
    }

    .testimonial_section #testimonial_slider{
        margin-bottom: 70px;
    }

    .awards_img_div {
        padding: 20px;
    }

    .inner-banner-content h2 {
        font-size: 20px;
        font-weight: 900;
    }

    .inner-banner-content h5 {
        font-size: 15px;
    }

    #inner-banner {
        width: 100%;
        height: 380px;
    }

    .blue_black_bg{
        background: none;
        background-color: #002366;
    }

    .values_section .pad_left{
        padding-left: 15px !important;
    }

    .bod_listing_col .reveal{
        margin-bottom: 20px;
    }

    .map_row{
        display: none !important;
    }

    .branch_detail_box.active {
        background-color: #ffffff;
        color: #000000;
    }

    .branch_detail_box.active a{
        color: #000000 !important;
    }

    .branch_detail_box.active svg path{
        fill: #000000;
    }

    .tab_section_con .tab_btn {
        width: 220px;
        background: #ffffff;
        border: none;
        color: #000000;
        border-radius: 5px;
        border: 1px solid #fff;
        padding: 15px 20px !important;
        align-items: center;
        line-height: normal;
        margin: 5px;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .tab_section_con .d-grid {
        display: flex !important;
        flex-wrap: nowrap;
        width: 900px;
        overflow: auto;
    }

    .tab_btn_section .active {
        color: #ffffff !important;
    }

    .social_wall_section .justify-content-end {
        justify-content: flex-start !important;
    }

    .pro_listing_text_box{
        flex-wrap: wrap !important;
    }

    .pro_listing_text_box .me-3{
        margin-right: 0rem !important;
    }

    .pro_listing_text_box p{
        margin-bottom: 15px !important;
    }

    .facility_sec_row{
        flex-direction: column-reverse !important;
    }
 
}

/* Extra Small Devices, Phones */

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

    .heading {
        font-size: 37px;
        line-height: 38px;
    }

    .sub_heading {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-content h1 {
        font-size: 30px;
    }

    .banner-content h2 {
        font-size: 30px;
    }

    .banner-content h5 {
        font-size: 12px;
    }

    .banner-content {
        width: 90%;
    }

    .other_campus_img {
        width: 90%;
    }

    .testimonial_section .pad_bottom {
        padding-bottom: 20px !important;
    }

    .testimonial_section #testimonial_slider{
        margin-bottom: 70px;
    }

    .custom_white_btn {
        padding: 10px;
        font-size: 13px;
        line-height: 13px;
    }

    .awards_img_div {
        padding: 12px;
    }

    .pro_card {
        .heading {
            font-size: 30px;
            line-height: 32px;
            text-transform: capitalize;
        }
    }

    .pro_card div{
        flex-wrap: wrap;
    }

    .pro_card button{
        margin-left: 0px !important;
        margin-top: 10px;
    }

    .social_wall_section .justify-content-end {
        justify-content: flex-start !important;
    }

    .blue_box{
        flex-wrap: wrap;
    }

    .blue_box svg{
        margin-bottom: 10px;
    }

    .search-wrapper .search-btn{
        width: 100% !important;
        color: #000 !important;
    }

    .search-wrapper{
            padding: 0.3rem !important; 
    }

    .footer_logo{
        width: 250px;
    }

    #inner-banner {
        width: 100%;
        height: 350px;
    }

    .quality_promise_section {
        padding-bottom: 150px;
    }

    .other_campus_div .justify-content-end {
    justify-content: center !important;
}
  
}

/* Extra Small Devices, Phones */

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

    .pro_card {
        .heading {
            font-size: 27px;
            line-height: 25px;
            text-transform: capitalize;
        }
    }

     .inner-banner-content h2 {
        font-size: 16px;
        font-weight: 900;
    }

    .inner-banner-content h5 {
        font-size: 12px;
    }
  
}

/* Custom, iPhone Retina */

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

/* Custom, iPhone Retina */

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

}

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