/* Media Query for Mobile Devices */
@media (max-width: 480px) {
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
}

/* Media Query for Large screens */
@media (min-width: 1281px) {
}

/******* Mobile******/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #mainHeader {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #logo {
    height: 40px;
  }

  .heading2 {
    font-size: 25px;
  }

  #webNav1 .nav-item .nav-link {
    font-size: 16px;
  }

  #homeBanner {
    background: url(../images/learnwithus/mobilePotraitBanner.png) no-repeat
      center;

    /* height: 430px; */
    width: 100%;
  }
  #explorecoursesbg {
    padding-top: 110px;
  }
  #bannerDesc {
    margin-top: 160px;
  }
  #homeBanner .bannerHeading {
    font-size: 30px;
  }
  #homeBanner .leadPara {
    font-size: 18px;
  }

  #homeBanner-video {
    margin-top: 80px;
  }

  #services {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  #services .card {
    margin-bottom: 50px;
    min-height: 270px;
    padding: 15px;
    border-radius: 20px;
  }
  #services .card-title {
    font-size: 20px;
  }
  #services .card-text {
    font-size: 16px;
  }

  #aboutUs {
    padding-top: 0px;
  }
  #aboutUs .leadPara {
    font-size: 16px;
    margin-top: 24px;
  }

  #ourMission {
    padding-top: 0;
  }
  #ourMission .leadPara {
    font-size: 16px;
    margin-top: 24px;
  }

  #ourFeatures {
    padding-top: 0px;
  }
  #ourFeatures .card {
    padding: 15px;
    border-radius: 20px;
  }
  #ourFeatures .leadPara {
    font-size: 16px;
    margin-top: 24px;
  }
  #ourFeatures ul li {
    font-size: 16px;
  }

  #revealingStrength {
    padding-top: 0px;
  }
  #revealingStrength ul {
    margin-top: 24px;
  }
  #revealingStrength ul li {
    font-size: 16px;
  }

  #contactUs {
    padding-top: 0px;
  }
  #contactUs .leadPara {
    font-size: 16px;
  }

  #videoModal iframe {
    height: 200px;
  }

  #mainFooter {
    height: auto;
    padding-top: 50px;
    padding-bottom: 0px;
    background-image: none;
    background-color: #d2e6e4;
  }
  #footerLogo {
    width: 180px;
  }
  #copyRight {
    right: 0px;
    text-align: right;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
}

/****** IPADs *********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #mainHeader {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #logo {
    height: 40px;
  }

  .heading2 {
    font-size: 25px;
  }

  #webNav1 .nav-item .nav-link {
    font-size: 16px;
  }

  #homeBanner {
    height: 570px;
    width: 100%;
  }
  #explorecoursesbg {
    padding-top: 110px;
  }
  #bannerDesc {
    margin-top: 160px;
  }
  #homeBanner .bannerHeading {
    font-size: 30px;
  }
  #homeBanner .leadPara {
    font-size: 18px;
  }

  #homeBanner-video {
    margin-top: 80px;
  }

  #services {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  #services .card {
    margin-bottom: 50px;
    min-height: 200px;
    padding: 15px;
    border-radius: 20px;
  }
  #services .card-title {
    font-size: 20px;
  }
  #services .card-text {
    font-size: 16px;
  }

  #aboutUs {
    padding-top: 0px;
  }
  #aboutUs .leadPara {
    font-size: 16px;
    margin-top: 24px;
  }

  #ourMission {
    padding-top: 0;
  }
  #ourMission .leadPara {
    font-size: 16px;
    margin-top: 24px;
  }

  #ourFeatures {
    padding-top: 0px;
  }
  #ourFeatures .card {
    padding: 15px;
    border-radius: 20px;
  }
  #ourFeatures .leadPara {
    font-size: 16px;
    margin-top: 24px;
  }
  #ourFeatures ul li {
    font-size: 16px;
  }

  #revealingStrength {
    padding-top: 0px;
  }
  #revealingStrength ul {
    margin-top: 24px;
  }
  #revealingStrength ul li {
    font-size: 16px;
  }

  #contactUs {
    padding-top: 0px;
  }
  #contactUs .leadPara {
    font-size: 16px;
  }

  #videoModal iframe {
    height: 200px;
  }

  #mainFooter {
    height: auto;
    padding-top: 50px;
    padding-bottom: 0px;
    background-image: none;
    background-color: #d2e6e4;
  }
  #footerLogo {
    width: 180px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #mainHeader {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #logo {
    height: 40px;
  }

  .heading2 {
    font-size: 14px;
  }

  #homeBanner {
    height: 570px;
    width: 100%;
  }
  #bannerDesc {
    margin-top: 220px;
  }
  #homeBanner .bannerHeading {
    font-size: 30px;
  }
  #homeBanner .leadPara {
    font-size: 18px;
  }

  #homeBanner-video {
    margin-top: 80px;
  }

  #services {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  #services .card {
    margin-bottom: 50px;
    min-height: 200px;
    padding: 15px;
    border-radius: 20px;
  }
  #services .card-title {
    font-size: 20px;
  }
  #services .card-text {
    font-size: 16px;
  }

  #aboutUs {
    padding-top: 0px;
  }
  #aboutUs .leadPara {
    font-size: 16px;
    margin-top: 24px;
  }

  #ourMission {
    padding-top: 0;
  }
  #ourMission .leadPara {
    font-size: 16px;
    margin-top: 24px;
  }

  #ourFeatures {
    padding-top: 0px;
  }
  #ourFeatures .card {
    padding: 15px;
    border-radius: 20px;
  }
  #ourFeatures .leadPara {
    font-size: 16px;
    margin-top: 24px;
  }
  #ourFeatures ul li {
    font-size: 16px;
  }

  #revealingStrength {
    padding-top: 0px;
  }
  #revealingStrength ul {
    margin-top: 24px;
  }
  #revealingStrength ul li {
    font-size: 16px;
  }

  #contactUs {
    padding-top: 0px;
  }
  #contactUs .leadPara {
    font-size: 16px;
  }

  #videoModal iframe {
    height: 200px;
  }

  #mainFooter {
    height: auto;
    padding-top: 50px;
    padding-bottom: 0px;
    background-image: none;
    background-color: #d2e6e4;
  }
  #footerLogo {
    width: 180px;
  }
}

/* (1920x1080) Full HD Display */ /*@media  screen and (max-width: 1920px)*/
@media screen and (min-width: 1920px) {
}

/* iPhone X in portrait & landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
  /* STYLES GO HERE */
}

/* iPhone X in portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
}

/* iPhone X in landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
}

/*iPhone 6, 7, & 8 portrait & landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  /* STYLES GO HERE */
}

/*iPhone 6, 7, & 8 landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  /* STYLES GO HERE */
}

/*iPhone 6, 7, & 8 portrait & landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  /* STYLES GO HERE */
}

/*iPhone 6, 7, & 8 Plus in portrait & landscape*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  /* STYLES GO HERE */
}

/*iPhone 6, 7, & 8 Plus in  landscape*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  /* STYLES GO HERE */
}

/*iPhone 6, 7, & 8 Plus in portrait*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  /* STYLES GO HERE */
}

/*iPhone 5 & 5S in portrait & landscape*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  /* STYLES GO HERE */
}

/*iPhone 5 & 5S in landscape*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  /* STYLES GO HERE */
}

/*iPhone 5 & 5S in portrait*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  /* STYLES GO HERE */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}
@media only screen and (min-width: 1224px) {
}
@media only screen and (min-width: 1824px) {
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
}
