/* Medium Layout: 1280px. */
@media only screen and (min-width: 1900px) {
}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}

/* Tablet Layout: 768px. */
@media only screen and (max-width: 991px) {
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .input-group {
    flex-grow: 1;
    flex: 0 0 auto;
  }

  .form-group {
    flex-wrap: wrap;
  }

  .btn-submit {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-wrap h2 {
    font-size: 24px;
    padding-bottom: 0;
  }
  .hero-content h2 .white {
    font-size: 32px;
    margin-bottom: 0;
    padding-right: 15px;
    text-align: center;
  }

  .hero-content h2 {
    font-size: 60px;
    text-align: center;
  }

  .hero-content h4 {
    font-size: 22px;
    text-align: center;
  }
  
  .bordered-text{
	  width: 100%;
  }

  .bordered-text p {
    font-size: 16px;
  }

  .bottom-text {
    font-size: 20px;
  }

  .single-faculty h4 {
    font-size: 18px;
  }

  .single-faculty img {
    max-width: 120px;
  }

  .objectives {
    font-size: 16px;
  }

  .single-module > h4 {
    font-size: 24px;
  }

  .pink-btn {
    font-size: 18px;
    margin-top: 0px;
  }
  .hero-content {
    padding: 100px 0px 40px;
  }

  .hero-content h2 {
    text-align: center !important;
  }

  .hero {
    background-position: 0% 0%;
  }
}
