/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

  /* header start  */
  .page::after {
    display: none;
  }

  /* header end  */

  /* banner start  */
  .banner {
    padding: 100px 0 80px;
  }

  .banner-content h1 {
    margin-top: 15px;
    font-size: 26px;
  }

  .banner-content h2 {
    font-size: 13px;
    letter-spacing: 4px;
  }

  /* banner end  */

  /*About Start*/

  .about {
    padding: 70px 0;
  }

  /*About End*/
  /* what-we-do start  */

  .what-we-do {
    padding: 70px 0;
  }

  .title-wrapper h1 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .single-what-we-do {
    margin: 15px 0;
    padding: 20px 15px;
    background-color: #000000c9;
    border-radius: 10px;
  }

  /* what-we-do end  */
  /* Contact start  */

  .contact {
    padding: 70px 0;
  }

  /* Contact end  */
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

  /* header start  */
  .page::after {
    display: none;
  }

  /* header end  */

  /* banner start  */
  .banner {
    padding: 120px 0 80px;
  }

  .banner-content h1 {
    font-size: 36px;
  }

  /* banner end  */

  /*About Start*/

  .about {
    padding: 80px 0;
  }

  /*About End*/
  /* what-we-do start  */

  .what-we-do {
    padding: 80px 0;
  }

  /* what-we-do end  */
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

  /* header start  */
  .page::after {
    display: none;
  }

  /* header end  */
  /* banner start  */
  .banner {
    padding: 120px 0 80px;
  }

  .banner-content h1 {
    font-size: 40px;
  }

  /* banner end  */

  /*About Start*/

  .about {
    padding: 90px 0;
  }

  /*About End*/
  /* what-we-do start  */

  .what-we-do {
    padding: 90px 0;
  }

  /* what-we-do end  */
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

  /* banner start  */
  .banner-content h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
  }

  /* banner end  */
}

/*X large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/*XX Large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {}