/* 
  ##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) {
  
  /* CSS */
  
}

/* 
  ##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)#package_section {
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {


#package_section {
background-position: top;
background-repeat: no-repeat;
height: 50px;
min-height: 122px;
}
body {
    padding-top: 177px;
}
.about-img {
    border-radius: 50px;
    max-width: 100%;
    float: left;
    padding-right: 0px;
    margin-right: 0;
    margin-bottom: 10px;
}
.od-class {
 margin-top: 40px;
}
.od-class img {
    max-width: 100%;
}
.major-objective {
 margin-top: 40px;
}

    .infra-title h2 {
        min-height: auto !important;
        height: auto !important;
        margin: 0;
        border-radius: 5px;
    }
    
.infra-title{
        min-height: auto !important;
        height: auto !important;
}
.infra {
    position: relative;
    min-height: 100%;
}   
.slick-prev, .slick-next {
    display: none !important;
} 
.industry-partner {
min-height: 100%;
}
.fa-bars{
color: #fff; 
}
#our-services{
    margin-top:20px;
    min-height:100%;
}
.form-card{
  margin-top: 30px;
}
.form-card h3{
  text-align: center;  
}
.mobile-button{
    text-align:center;
}
.slider .card{
    height:auto;
}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

#package_section {
background-position: top;
background-repeat: no-repeat;
height: 50px;
min-height: 122px;
}
body {
    padding-top: 177px;
}
.slider .card{
    height:auto;
}
.about-img {
    border-radius: 50px;
    max-width: 100%;
    float: left;
    padding-right: 0px;
    margin-right: 0;
    margin-bottom: 10px;
}
.od-class {
 margin-top: 40px;
}
.od-class img {
    max-width: 100%;
}
.major-objective {
 margin-top: 40px;
}
.vertical-title {
    writing-mode: horizontal-tb;
    text-orientation: inherit;
    transform: rotate(0);

}
.infra-title{
        min-height: auto !important;
        height: auto !important;
}
    
    .infra-title h2 {
        min-height: auto !important;
        height: auto !important;
        margin: 0;
        border-radius: 5px;
    }
    
.infra {
    position: relative;
    min-height: 100%;
}
.slick-prev, .slick-next {
    display: none !important;
}  

.industry-partner {
min-height: 100%;
}
.fa-bars{
color: #fff; 
}

#our-services{
    margin-top:20px;
    min-height:100%;
}
.form-card{
  margin-top: 30px;
}
.form-card h3{
  text-align: center;  
}
.mobile-button{
    text-align:center;
}
}