@media (min-width: 0px) and (max-width: 576px){
    .resp-d-none{
        display: none;
    }
    .resp-every-top-heading{
        font-size: 8vw !important;
    }
    .resp-p-tag{
        font-size: 3.3vw !important;
    }
    .resp-table th,td{
        font-size: 3.5vw !important;
    }
    .resp-h5{
        font-size:5vw !important;
    }
    .resp-ol li{
        font-size: 3.3vw;
    }
    /* p,a,li,em{ font-size: 1.3vw;}
    h1{ font-size: 5vw;}
    h2{font-size: 4vw;}
    h3{ font-size: 3.6vw;}
    h4{ font-size: 3.4vw;}
    h5{ font-size: 3vw;}
    h6{ font-size: 2vw;} */
    .modal-heading{
        font-size: 6vw;
    }
}

/******************nav menu***************/
@media screen and (min-width: 991px) {
    .menu-hide{
        display: none;
    }
}

/******************Top-box***************/
@media (min-width: 0px) and (max-width: 576px){
    .top-box{
        display: none;
    }
}

/****************Header navbar*************/
@media (min-width: 0px) and (max-width: 576px){
    .header-item h3{
        font-size: 5vw !important;
    }
    .header-content{
        margin-top: 1vh;
    }
    #gtb-logo{
        width: 16vw !important;
        margin-top: 4.5vh;
    }
    .header-item{
        margin-left: 2vw !important;
    }
    .header-item h1 {
        font-size: 3.5vw !important;
    }
    .resp-navbar > li  a{
        font-size: 3.5vw;
    }
    .header-item p{
        font-size: 3vw !important;
    }
    .header-item em{
        font-size: 2.6vw !important;
    }
}
/****************First section (col-3 part)*****************/
@media (min-width: 0px) and (max-width: 576px){
    #resp-atag{
        font-size: 3.5vw !important;
    }
    #resp-master-box a{
        font-size: 3.5vw;
    }
}
/****************Second section (col-6 part)*****************/
@media (min-width: 0px) and (max-width: 576px){
    .currousal img{
        height: 40vh !important;
        margin-top: 3vh;
    }
}
/********************success story********************/
@media (min-width: 0px) and (max-width: 576px){
    .success-stories{
        padding: 1vw !important;
    }
    .success-stories h3{
        font-size: 7vw;
        margin: 3vh !important;
        padding: 0 !important;
    }
    .story-item{
        min-height: 58vh !important;
        padding: 3vh !important;
    }
    #student-img img{
        width: 25vw !important;
    }
    .story-item > div > p{
        font-size: 3vw;
    }
    .story-item > div > h6{
        font-size: 4vw;
    }
    .story-item > p{
        padding-left: 4vw !important;
        font-size: 3vw;
        text-align: justify;
    }
}

/********************Our Courses********************/
@media (min-width: 0px) and (max-width: 576px) {
    .course-data{
        margin-bottom: 5vh !important;
    }
    .course-data h6{
        font-size: 3vw !important;
    }
    .course-data{
        min-height: 15vh !important;
    }
    .course-data h4{
        font-size: 5vw !important;
        margin-top: 2vh;
    }
    .course-data p{
        font-size: 4vw;
    }
}

/****************************************
loaction section
****************************************/
@media (min-width: 0px) and (max-width: 576px){
    .location iframe{
        height: 40vh !important;
        margin-bottom: 2vh;
    }
}

/****************************************
Footer
****************************************/
@media (min-width: 0px) and (max-width: 576px) {
    .footer-links{
        margin-bottom: 0vh !important;
    }
    .footer-links a{
        font-size: 3vw !important;
    }
    .resp-footer-h2{
        font-size: 6vw;
    }
    .resp-footer-h4{
        font-size: 4.5vw;
    }
    .resp-footer-heading{
        font-size: 4vw;
        margin: 2vh 0vh !important;
    }
    .icons{
        height: 3vh !important;
    }
    .resp-footer-copyright{
        font-size: 3vw;
        margin: 0 !important;
    }
}
/********************************
all departments images
*********************************/
@media (min-width: 0px) and (max-width: 576px){
    .dep-img img{
        height: 250px !important;
        margin: 2vh 0vh !important;
    }
    .dep-img img:hover{
        transform: scale(1, 1) !important;
        box-shadow: 0px 5px 10px;
    }
}
/*****************************************************
mandaotry-disclosure
*****************************************************/
@media (min-width: 0px) and (max-width: 576px){
    .md-point{
        width: 30vw !important;
    }
    .mandaotry-disclosure img{
        height: 2vh !important;
    }
}
/*****************************************************
RIT
*****************************************************/
@media (min-width: 0px) and (max-width: 576px) {
    #anchor-tag{
        font-size: 3vw !important;
    }
}
/*********************************
Contact us
**********************************/
@media (min-width: 0px) and (max-width: 576px) {
    .contact-us{
        margin: 0vh 5vh 3vh 5vh;
        padding: 3vh 0vh !important;
    }
    .images{
        height: 20vw !important;
        width: 20vw !important;
    }
    .images img{
        height: 10vw !important;
        width: 10vw !important;
    }
}
/***********************
faculty-box
************************/
@media (min-width: 0px) and (max-width: 576px) {
    .faculty-box{
        width: 70% !important;
    }
    .faculty-outer{
        display: flex;
        justify-content: center;
    }
    .faculty-outer h4{
        font-size: 5vw;
    }
    .faculty-outer h6{
        font-size: 4vw;
    }
    .faculty-outer p{
        font-size: 3.5vw;
    }
}
@media (min-width: 0px) and (max-width: 576px) {
    .contact-me{
        font-size: 3vw;
    }
}


