/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
.feature-card {
    height: 400px !important;
}
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* CSS */
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

header .logo {
    position: absolute;
    z-index: 99;
    bottom: 0;
    right: 2%;
    background: #fff;
    width: 17%;
    top: unset;
    left: unset;
}
.nav-txt-align {
    text-align: left;
}
#home{
   margin-top: 46px; 
}
header .logo {
    position: absolute;
    z-index: 99;
    bottom: 0;
    background: #fff;
        width: 20%;
        top: 60%;
        left: unset;
        right: 4%;
} 
html,body{
    overflow-x:hidden;
} 
#admission{
 margin-top: 80px;   
}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
 
html,body{
    overflow-x:hidden;
} 
 
header .logo {
    position: absolute;
    z-index: 99;
    bottom: 0;
    background: #fff;
        width: 20%;
        top: 60%;
        left: unset;
        right: 4%;
}  
.top-title {
    font-size: 15px;
    font-weight: 700;
    max-width: 300px;
    display: block;
}
.top-icon{
    display:block;
}
.feature-card {
   margin-bottom: 45px;
   height: auto;
}
.feature-card .icon img {
    width: 67px;
    height: 60px;
}
.school-name-heading{
    text-align:center;
}
.mission_vision_img{
    margin-bottom:15px;
}
.gallery img {
    height: auto;
 }
 .m-event-title{
     margin-top:15px;
 }
.notice-page{
margin-top: 60px;
}
.nav-txt-align {
    text-align: left;
}
#home{
   margin-top: 46px; 
}
.top-title {
    font-size: 15px;
    font-weight: 700;
    max-width: 300px;
    display: block;
}
#admission{
 margin-top: 80px;   
}
.contact-margin{
margin-top: 80px;   
padding: 10px !important;
}
.school-map iframe{
    width: 100%;
    height: 190px;
}
}