@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .row {
    margin: 0;
  }

  .pad-left,
  .pad-right {
    padding: 0px;
  }

  .custom-head {
    text-align: center;
  }

  .custom-banner {
    height: 100%;
    background-size: cover;
    background-position: center;
  }

  .industry {
    margin: 10px 0;
  }

  .unique {
    min-height: 300px;
    margin-bottom: 20px;
  }

  .custom-img {
    position: relative;
    left: 0;
  }

  .custom-img img {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .custom-img img {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .banner-info {
    height: auto;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
  }

  .banner-info p {
    min-width: auto;
  }

  .power-pack,
  .hire {
    min-height: 220px;
    gap: 20px;
    margin-bottom: 10px;
  }

  .faq-img img {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
    top: -50px;
  }
}

@media only screen and (max-width: 991px) {
  .faq-img img {
    position: relative;
    top: 0;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 13px;
  }

  .row {
    margin: 0;
  }

  .pad-left,
  .pad-right {
    padding: 0px;
  }

  .custom-img {
    left: 0;
    margin-top: 20px;
  }

  .custom-img img {
    width: 70%;
    height: auto;
    margin: 0 auto 15px;
    display: block;
  }

  .custom-banner {
    height: 100%;
    background-size: cover;
  }

  .banner-info {
    height: auto;
    justify-content: space-between;
  }

  .banner-info p {
    width: 23%;
    min-width: auto;
    margin: 0 0 10px;
    font-size: 16px;
  }

  .banner-info p span {
    font-size: 15px;
  }

  .custom-banner-sec h1 {
    font-size: 34px;
  }

  .custom-head {
    font-size: 22px;
    line-height: 35px;
  }
  .power-section-bg::before, .power-section-bg::after{
	  display:none;
  }
  .power-section-bg .power-pack {
    padding: 0;
}

  .unique-section .custom-head,
  .hire-section .custom-head {
    text-align: left;
  }

  .custom-head br {
    display: none;
  }

  .power-pack,
  .hire {
    gap: 10px;
  }

  .unique-head {
    width: 100%;
    min-height: auto;
  }

  .industry {
    min-height: auto;
    margin-bottom: 15px;
  }

  .industry-head {
    margin: 10px 0 20px;
    font-size: 16px;
  }

  .panel-group .card .card-header {
    line-height: 27px;
  }

  .hire-section .custom-head+p {
    width: 100%;
    text-align: left;
  }
  .custom-banner{
	  padding-top: 15px;
  }
  .get-a-quote a{
	  padding: 12px 30px;
  }
}


@media only screen and (max-width: 567px) {
  .banner-info p {
    width: 49%;
    min-width: auto;
    margin: 0 0 10px;
    font-size: 30px;
  }
}