/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
}

/* iPad and Tablets - Prevent horizontal scrolling */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }

  .wrapper,
  .main-content,
  section,
  .container,
  .container-fluid,
  .row {
    overflow-x: hidden;
    max-width: 100%;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  section > .container,
  section > .container-fluid {
    padding-top: 35px;
    padding-bottom: 46px;
  }
  .course-card-body {
    padding: 2px 30px 20px 36px !important;
  }
  .pb-50 {
    padding-bottom: 25px !important;
  }
  .pt-50 {
    padding-top: 10px !important;
  }
  .justify-content {
    text-align: justify;
    padding-top: 24px;
  }
  .icon-box {
    margin-bottom: 25px;
    height: 320px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    cursor: pointer;
  }
  .pb-80 {
    padding-bottom: 58px !important;
  }
  .pt-80 {
    padding-top: 53px !important;
  }
  .mb-sm-30 {
    margin-bottom: 0px !important;
  }
  .pt-70 {
    padding-top: 12px !important;
  }
  .pb-60 {
    padding-bottom: 10px !important;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 360px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 319px) {
}
