/* ----------- Smartphones Portrait and Landscape ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }


  .programs-tabs-wrapper .nav.justify-content-center li {
    flex: unset;
    margin-bottom: 15px;
  }
}
/* ----------- Smartphones Portrait and Landscape ----------- */
@media only screen and (min-width : 320px) and (max-width : 767.98px) {
  #home-liberal .box1 .content {
    position: relative;
    bottom: 20px;
    top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px !important;
    padding-bottom: 40px;
  }
  #home-banner .box2 .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #home-service .box1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #home-service .box2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #home-service .box3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #home-graduate .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #home-liberal .box1 {
    min-height: 0;
  }
  .footer-logo {
    padding-left: 0;
  }
  .contact-info {
    padding-left: 0;
    padding-bottom: 20px;
    float: left;
    width: 100%;
  }
  #home-banner .box4 h4 {
    padding: 10px 10px 0 10px !important;
  }
  #home-banner .box4 h3 {
    padding: 10px !important;
  }
  #home-banner .box4 p {
    padding: 0 25px 10px 10px !important;
  }
  .logo {
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
  }
  .navigation {
    top: 110px !important;
    right: 30px !important;
  }
  #content-area .content-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  ul.footer-links {
    margin-bottom: 20px;
  }
  .navigation {
    top: 10px;
    right: 10px;
  }
}
/* ----------- iPads Portrait and Landscape ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .logo {
    margin: 20px;
  }
  #home-banner .box4 h3 {
    padding: 5px 15px !important;
  }
}
/* ----------- iPads (Landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  #home-liberal .box1 .content {
    bottom: 60px;
  }
  #home-service .box1 {
    min-height: 345px;
  }
  #home-service .box2 {
    min-height: 345px;
  }
  #home-service .box3 {
    min-height: 345px;
  }
  #home-banner .box4 .bx-wrapper {
    overflow: hidden !important;
    height: 265px !important;
  }
}
/* ----------- iPads (Portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
  #home-liberal .box1 .content {
    bottom: 30px;
  }
  #home-service .box1 {
    min-height: 410px;
  }
  #home-service .box2 {
    min-height: 410px;
  }
  #home-service .box3 {
    min-height: 410px;
  }
  #home-banner .box4 .bx-wrapper {
    overflow: hidden !important;
    height: 255px !important;
  }
}
/* ----------- Large Screens ----------- */
@media only screen and (min-width : 1824px) {
  #home-banner .box1 {
    min-height: 1024px;
  }
  #home-banner .box2 {
    min-height: 1024px;
  }
  #home-banner .box3 {
    min-height: 512px;
  }
  #home-banner .box4 {
    min-height: 512px;
  }
  #content-area .about {
    min-height: 1024px;
  }
  #content-area .content-box {
    height: 880px;
  }
}


@media only screen and (min-width : 0px) and (max-width : 1024px) {
    #arts-education-wrapper .content-wrap { 
        width: 100%;
        padding: 30px;
        font-size: 24px;
    }
    #arts-education-wrapper .video-wrap { 
        width: 100%;
    }
    #spl-wrapper { 
        padding: 30px 0;
    }
    #spl-wrapper p { 
        padding: 0;
        font-size: 16px;
        line-height: 27px;
    }
    #opportunity-wrapper { 
        padding: 30px 0;
    }
    #home-videos { 
        padding: 30px 0;
    }
  #mob-menu-container {
    display: block;
  }
  #access {
    display: none;
  }
aside.col-md-10.col-4.right-in-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
}

@media only screen and (min-width : 1024.01px) and (max-width : 1366px) { 
    #count-wrapper .box-1 { 
        min-height: 160px;
    }
     #count-wrapper .box-2 { 
        min-height: 160px;
    }
}
@media only screen and (min-width : 1366.01px) and (max-width : 1920px) { 

}