/**
 * Muthelo Responsive CSS
*/
@media screen and (min-width:1200px) {
  .container {
    max-width: 1170px;
  }
}

@media screen and (min-width:1270px) {
  .container {
    padding: 0;
  }
}

@media screen and (max-width:1199px) {
  .muthelo-banner {
    padding-top: 30px;
  }
  .muthelo-banner .muthelo-image img {
    max-width: 100%;
  }
  .banner-info h2 {
    font-size: 40px;
    line-height: 55px;
  }
  .banner-logo {
    padding-top: 15px;
  }
  .mba-meta {
    padding-top: 30px;
  }
}

@media screen and (max-width:991px) {
  .muthelo-toggle {
    display: inline-block;
  }
  .muthelo-header {
    position: relative;
  }
  .muthelo-header [class*="col-"] {
    position: static;
  }
  .muthelo-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 50vh;
    max-width: 690px;
    margin: 0 auto;
    overflow-y: auto;
    text-align: left;
    background-color: #ffffff;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    z-index: 5;
  }
  .muthelo-navigation ul li {
    display: block;
    padding-left: 0;
  }
  .muthelo-navigation ul li a {
    display: block;
    padding: 11px 20px;
    border-bottom: 1px solid #eeeeee;
  }
  .muthelo-navigation ul li a:after {
    display: none;
  }
  .muthelo-navigation ul li a:hover {
    padding-left: 25px;
  }
  .banner-info h2 {
    font-size: 34px;
    line-height: 46px;
  }
  .muthelo-banner {
    text-align: center;
  }
  .muthelo-banner .muthelo-image {
    padding-top: 30px;
  }
  .muthelo-banner .muthelo-image img {
    max-width: 350px;
  }
  .muthelo-mba, .muthelo-about, .muthelo-pricing {
    padding: 70px 0;
  }
  .mba-info {
    padding-top: 25px;
  }
  .mba-info h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .mba-meta {
    padding-top: 15px;
  }
  footer ul li br {
    display: none;
  }
  .muthelo-page-title, .muthelo-definition, .muthelo-forward, .muthelo-investors, .muthelo-event, .muthelo-resources, .muthelo-delivery {
    padding: 70px 0;
  }
  .muthelo-event .muthelo-img {
    padding-top: 20px;
  }
  .event-info {
    padding-top: 25px;
  }
}

@media screen and (max-width:767px) {
  p {
    font-size: 15px;
  }
  .muthelo-header {
    padding: 11px 0;
  }
  .muthelo-logo img {
    width: 180px;
  }
  .muthelo-navigation {
    max-width: 510px;
  }
  .banner-info h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .banner-logo img:first-child {
    width: 100px;
  }
  .banner-logo img:last-child {
    width: 150px;
  }
  .muthelo-banner .muthelo-image img {
    width: 300px;
  }
  .muthelo-mba, .muthelo-about, .muthelo-pricing {
    padding: 50px 0;
  }
  .mba-meta h4 {
    padding-bottom: 15px;
    font-size: 18px;
  }
  .section-title {
    padding-bottom: 13px;
    margin-bottom: 30px;
    font-size: 26px;
  }
  .about-wrap {
    padding: 30px 25px 20px;
  }
  .about-wrap h3 {
    font-size: 20px;
  }
  .muthelo-pricing .bullet-list {
    padding: 25px 25px 20px;
  }
  .bullet-list {
    font-size: 16px;
    line-height: 28px;
  }
  .bullet-list li {
    padding: 0 0 8px 15px;
  }
  .bullet-list li::after {
    width: 6px;
    height: 6px;
  }
  .muthelo-link {
    font-size: 15px;
  }
  footer {
    padding-top: 35px;
  }
  footer h3 {
    padding: 25px 0 10px;
  }
  footer .muthelo-logo {
    padding: 10px 0;
  }
  .muthelo-page-title, .muthelo-definition, .muthelo-forward, .muthelo-investors, .muthelo-event, .muthelo-resources, .muthelo-delivery {
    padding: 50px 0;
  }
  .muthelo-page-title h2 {
    padding-bottom: 0;
    font-size: 28px;
  }
  .muthelo-definition h3 {
    padding: 10px 0 15px;
  }
  .muthelo-definition .bullet-list li {
    padding-bottom: 8px;
  }
  .forward-wrap .bullet-list {
    padding: 25px 20px 20px;
  }
  .event-info h2 {
    font-size: 22px;
  }
  .event-info h5 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .muthelo-delivery h5 {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width:575px) {
  .muthelo-navigation {
    max-width: 100%;
  }
}

@media screen and (max-width:479px) {
  .banner-info h2 {
    font-size: 22px;
    line-height: 34px;
  }
  .mba-info h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .section-title {
    font-size: 22px;
  }
  .muthelo-pricing .bullet-list {
    padding: 20px 20px 15px;
  }
  .muthelo-page-title {
    padding: 30px 0;
  }
  .muthelo-page-title h2 {
    font-size: 24px;
  }
  .muthelo-definition h3 {
    font-size: 18px;
  }
  .event-info h2 {
    padding-bottom: 10px;
    font-size: 20px;
  }
}