@media screen and (max-width: 992px) {
  .mainTopArea {
    height: 40vh;
  }
  .mainTopArea .mainLandingArea .shapes .shape1 {
    position: absolute;
    left: 0;
    top: -5rem;
  }
  .mainTopArea .mainLandingArea .leftSide h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .mainTopArea .mainLandingArea {
    padding-top: 100px;
  }
  .mainTopArea .mainLandingArea h3 {
    width: 93%;
  }
  .mainTopArea .headerArea {
    padding: 0 1rem;
    position: fixed;
    height: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
    width: 100%;
    top: 0;
    background-color: #042F66;
  }
  .mainTopArea .headerArea .menus .barIcon {
    display: block;
    float: right;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 22px;
    cursor: pointer;
  }
  .mainTopArea .headerArea .menus ul .DropParent .dropMenu {
    display: none;
    width: 100%;
    background: transparent;
    top: 10px;
    opacity: 1;
    padding-top: 10px;
    margin: 0;
    position: initial;
  }
  .mainTopArea .headerArea .menus ul .DropParent .dropMenu ul li a {
    padding: 0;
  }
  .mainTopArea .headerArea .menus ul .DropParent .showDrop {
    display: block;
  }
  .mainMenuItems {
    position: fixed;
    top: 90px;
    left: -100%;
    right: 0;
    width: 100%;
    height: 50;
    background-color: #042F66;
    display: block !important;
    padding: 30px 10px !important;
    z-index: 100;
    transition: 0.3s ease;
  }
  .mainMenuItems > li {
    padding: 10px 20px !important;
    display: block;
  }
  .mainMenuItems > li a {
    color: #dadada !important;
  }
  #check {
    display: none;
  }
  #check:checked ~ .mainMenuItems {
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .mainTopArea {
    height: 90vh;
  }
  .mainTopArea .mainLandingArea .leftSide p {
    width: 80%;
    font-size: 13px;
  }
  .mainTopArea .mainLandingArea .leftSide .courseNameHead {
    font-size: 21px;
  }
  .mainTopArea .mainLandingArea .homePageRightImage {
    margin-top: 0;
    width: 100%;
    margin-left: 2rem;
  }
  .mainTopArea .mainLandingArea .learningImage {
    margin-left: 2rem;
  }
  .mainTopArea .mainLandingArea .courseImage {
    margin-left: 4rem;
    margin-top: 2rem;
  }
  .commonSection p {
    width: 100%;
    font-size: 15px;
    color: #878991;
  }
  #gFollowIIotSuitSection .commonSections {
    padding: 1rem 2rem;
    text-align: center;
    margin: 0;
  }
  #gFollowIIotSuitSection .commonSections .secHeadName {
    margin-top: 5rem;
  }
  #gFollowIIotSuitSection .commonSections .paraBox .rightImg {
    top: 40%;
    left: 50%;
    width: 200%;
    height: 35rem;
  }
  #gFollowIIotSuitSectionBottom .commonSections {
    padding: 1rem 2rem;
    text-align: center;
    margin: 0;
  }
  #gFollowIIotSuitSectionBottom .commonSections .secHeadName {
    margin-top: 3rem;
  }
  #gFollowIIotSuitSectionBottom .commonSections .paraBox .leftImg {
    top: 40%;
    left: 60%;
    width: 200%;
    height: 35rem;
  }
  .contactSection {
    border-radius: 0%;
  }
  .cardBoxesArea .cardBoxesAreaInner .UseCard {
    margin-top: 20px;
  }
  #Benefits {
    width: 80%;
  }
  #Benefits .cardsBox .card {
    margin-top: 20px;
  }
  #whatweDo .whatWeDoHead p {
    width: 90%;
  }
  #whatweDo .cardsBox .card {
    width: 85%;
    height: auto;
    margin: 0 auto;
  }
  #pipeLine .whatWeDoHead p {
    width: 90%;
  }
  #easyPayment .whatWeDoHead p {
    width: 90%;
  }
  #achieveGoal .whatWeDoHead p {
    width: 90%;
  }
  #forOrganization .cardsBox .card {
    height: 22rem;
  }
  #forGraduates .whatWeDoHead p {
    width: 90%;
  }
  #forGraduates .cardsBox .card {
    width: 85%;
    height: auto;
    margin: 0 auto;
  }
  #forGraduates .cardsBox .card .cardBottom p {
    text-align: justify;
  }
  #whyGizza .whatWeDoHead p {
    width: 90%;
  }
  #whyGizza .cardsBox .card {
    width: 85%;
    height: auto;
    margin: 0 auto;
  }
  #courseOfferSection .whatWeDoHead p {
    width: 90%;
    text-align: justify;
  }
  #courseItems .courseRightBoxItems .courseItems .itemsListsBox .weekBox {
    right: auto;
    left: -15%;
  }
  footer {
    padding: 20px;
  }
}/*# sourceMappingURL=responsive.css.map */