@media (max-width: 1600px) {

  .pg-about-full .pg-about-left {
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding: 150px 100px;
  }

  .pg-about-full .pg-about-right {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

    .service-content p, .service-content li {
        font-size: 1.5rem;
    }

}
@media (max-width: 1367px) {


  .service-content p, .service-content li {
      font-size: 1.5rem;
  }

body {
    overflow-x: hidden;
}

.pg-about-full .pg-about-left {
    padding: 80px;
}

.pg-about-left h2 {
    font-size: 3rem;
}

}

@media (max-width: 1199px) {

  .header .brand img {
    max-height: unset;
    max-width: 100%;
    height: auto;
    width: 157px;
}

.header .nav li a {
    padding: 23px 26px;
}

.header .nav li a:after {
    left: 30px;
    right: 30px;
}

.header .nav li a:hover:after, .header .nav li a:focus:after, .header .nav li a.nav-selected:after {
    bottom: 0;
}

html {
    font-size: 54.5%;
}

.header {
    padding: 7px 0;
}

.header .nav li ul {
    top: 53px;
    left: 26px;
}

.hero p {
    margin: 0 0 50px;
}

.icon-pillar-1, .icon-pillar-2, .icon-pillar-3 {
    width: 90px;
    height: 90px;
    margin: 0 0 8px !important;
}

.pillars a:hover i[class*="pillar"], .pillars a:focus i[class*="pillar"] {
    width: 60px;
    height: 60px;
    margin: 0 0 8px;
}

.pillars a {
    height: 270px;
    padding: 54px 0 0;
}

.pillars {
    margin: -135px 0;
}

.intro {
    padding: 230px 0 80px;
}

.why-choose {
    padding: 70px 0;
}

.section-intro:after {
    margin: 27px auto 0;
}

.section-intro {
    margin: 0 0 70px;
}

.why-choose i {
    width: 80px;
    height: 80px;
    -webkit-background-size: 70px;
    background-size: 70px;
    margin: 0 0 10px;
}

.why-choose h3 {
    font-size: 2.3rem;
}

.why-choose p {
    padding: 0;
}

.lead {
    padding: 70px 0;
}

.footer {
    border-top: 5px solid #b4142b;
    padding: 30px 0;
}

.copyright {
    padding: 25px 0;
}

.header .nav {
    margin: 0;
}


}


@media (max-width: 991px) {
  .emergency p {
      font-size: 19px;
  }

  .emergency {
      padding: 30px 0;
      background-position: 50px 0px;
  }
  .service-content p, .service-content li {
      font-size: 15px;
  }

  .pg-about-full {
      min-height: 1px;
  }
  .pg-about-full .pg-about-left {
    padding: 50px;
}

  .testimonial {
      padding: 0;
  }

  .testimonial:before {
      left: 0;
  }

  .testimonial:after {
      right: 0;
  }

  html {
      font-size: 44.5%;
  }

  .header .nav li a {
      padding: 23px 16px;
  }

  .icon-down {
      width: 16px;
      height: 8px;
      -webkit-background-size: contain;
      background-size: contain;
      margin: 0 0 0 4px;
  }

  .header .nav li a i {
      margin: 0 0 0 2px;
  }

  .header .nav li a:after {
      left: 15px;
      right: 15px;
      bottom: 0px;
  }

  .header .nav li a:hover:after, .header .nav li a:focus:after, .header .nav li a.nav-selected:after {
      bottom: -7px;
  }

  .preheader a {
      font-size: 1.9rem;
  }

  .preheader .icon-soc-1, .preheader .icon-soc-2 {
      width: 20px;
      height: 20px;
      -webkit-background-size: 19px;
      background-size: 19px;
  }

  .preheader a:last-child {
      margin-left: 21px;
  }

  .hero h1 {
      font-size: 5.8rem;
  }

  .button.lg {
      font-size: 17px;
      padding: 17px 24px;
  }

  .hero {
      height: 600px;
      height: calc(100vh - 121px);
  }

  .pillars a .pdesc br {
      display: none;
  }

  .pillars a .pdesc {display: none;}

  .icon-pillar-1, .icon-pillar-2, .icon-pillar-3 {
      width: 70px;
      height: 70px;
  }

  .pillars a:hover i[class*="pillar"], .pillars a:focus i[class*="pillar"] {
      width: 40px;
      height: 40px;
  }

  .pillars a {
      height: 200px;
      padding: 39px 0 0;
  }

  .pillars {
      margin: -100px 0;
  }

  .intro {
      padding: 170px 0 70px;
  }

  .header .nav li ul {
      top: 50px;
      left: 15px;
      width: 170px;
  }


}

@media (max-width: 767px) {

html .hero {
  background-image: url(../i/hero.jpg) !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

html .lead {
  background-image: url(../i/outro.jpg) !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.parallax-mirror {
  display: none !important;
}
.lead h2 {
    font-size: 20px;
    margin: 2px;
}

.lead p {
    font-size: 13px;
}
html .pg-intro {
  background-image: url(../i/intro.jpg) !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.emerg {
  border-bottom: none;
  bottom: 0;
}

  .emerg span i {
    font-size: 19px;
}

.emerg span {
    font-size: 12px;
}

.copyright {
  padding-bottom: 150px !important;
}

.emerg {
  height: auto;
  border-radius: 0;
  padding: 6px;
  width: 92px;
}

.emerg em {
    font-size: 10px;
    margin: 4px 0 0;
}

  .emergency p {
      font-size: 16px;
  }

.service-content p, .service-content li {
  font-size: 14px;
}

  .pg-about-full {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }

  .pg-about-full .pg-about-left, .pg-about-full .pg-about-right {
      max-width: 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  }

  .pg-about-full .pg-about-left {
      text-align: center;
  }

  .pg-about-full.pg-about-invert .pg-about-left, .pg-about-full .pg-about-left {-webkit-order: 10;order: 10;}

  .pg-about-full .pg-about-right, .pg-about-full.pg-about-invert .pg-about-right {
      width: 480px;
      height: 320px;
      min-height: 320px;
      margin: 0 auto;
      -webkit-order: 0;
      order: 0;
      margin-top: 50px;
  }

.consult {
  width: 95%;
}

  .contact-box {
      margin: 0 0 30px;
  }

  .form-stacked fieldset .form-group label {
      font-size: 16px;
  }

  .form-stacked fieldset .form-group label + span {
      font-size: 10px;
      top: -3px;
      position: relative;
  }

  .form-stacked fieldset .form-group {
      float: none !important;
      width: 100% !important;
  }

  .contact-box ul li a i {
      font-size: 16px;
  }

  .contact-box ul li {
      padding: 5px 0 0 42px;
  }
  .why-choose .col-sm-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.why-choose .col-sm-3:nth-child(1) {
    margin: 0 0 40px;
}

.why-choose p {
    font-size: 13px;
}

.lead p {
    margin: 0 0 35px;
}

.lead {
    padding: 45px 0;
}

.pg-intro {
    padding: 55px 0;
}

.lead h2 br {
  display: none;
}

.why-choose + .pg-content.pg-about .col-sm-5 {
    order: 0;
    margin: 0 0 20px;
}

.why-choose + .pg-content.pg-about .col-sm-7 {
    order: 2;
}

.pg-content img {
    margin: 0 0 20px;
}


.pg-intro h1 {
    font-size: 4.5rem;
}

.pg-intro p:after {
    width: 60px;
    margin: 10px auto 0;
}

.copyright {
    font-size: 13px;
    padding: 25px;
}

.copyright a {
    display: block;
    margin-top: 5px;
}

.pillars a i[class*="pillar"] {
    position: absolute;
    left: 40px;
    margin: 0;
    width: 40px;
    height: 40px;
    opacity: 0.4;
}

.pillars a .ptitle {
    text-align: right;
    padding-right: 20px;
    margin: 0;
}

.pillars a .pdesc, .pillars a .icon-plus {
    display: none;
}

.pillars a {
    padding: 20px 0;
    height: auto;
    margin: 3px 0;
}

.pillars .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.header .nav li a {
    padding: 23px 6px;
    font-size: 15px;
}

.ccm-notification-help-launcher {display: none !important;}
.pillars {
    margin: 0;
}

.hero {
    height: auto;
    padding: 55px 0;
    margin-top: 71px !important;
}


.hero .container, .hero .row, .hero .col-sm-12 {
    height: auto !important;
}
.home .pillars {
    padding-top: 50px;
}
.hero .row,
.hero .col-sm-12 {
  display: block !important;
}

.hero h1 {
  margin: 0;
}

.intro {
    padding: 50px 0;
}
.intro {
    padding: 50px 0;
}

.home .pillars {
    padding-top: 50px;
}

.intro h2 strong {
    display: block;
}

.intro h2 {
    line-height: 1;
    margin: 0 0 10px;
}


.intro .button {
    display: block;
    margin: 5px 0;
}

.button {
    font-size: 14px !important;
}
}

@media (max-width: 576px) {
  .header .nav li a:after {
    display: none;
}

.header .nav {
    display: block;
}

.header .nav li a {
    display: block;
    text-align: center;
    border-bottom: 1px solid #1e1e1e;
    padding: 16px 0;
}

.header .nav li a i {
    display: none;
}

nav {
    padding: 0 !important;
}

.header .nav li:last-child a {
    border: none;
}

.header .nav {
    border-top: 1px solid #1e1e1e;
    margin-top: 7px;
    margin-bottom: -5px;
    display: none;
}

.preheader {
    display: none;
}

.header {
    border-top: 3px solid #b4142b;
    position: fixed;
    z-index: 9900;
    top: 0;
    left: 0;
    right: 0;
}

.header .mnav a i {
    display: block;
    color: #FFF;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #b4142b;
    text-align: center;
    font-size: 22px;
    border-radius: 5px;
}

.header .mnav a {
    display: inline-block;
    text-align: center;
}

.header .mnav a span {
    text-transform: uppercase;
    display: block;
    font-size: 10px;
    color: #fff;
    margin: 3px 0 0;
}

.header .brand img {max-height: 43px;position: relative;top: 2px;}

.header .nav li ul {
    position: relative;
    -webkit-transform: unset;
    transform: unset;
    -webkit-transition: unset;
    transition: unset;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #262626;
    border-top: none;
    width: 100%;
    display: none;
}

.header .nav li ul li a {
    font-size: 13px;
    padding: 18px;
}



.hero h1 {
    line-height: 1;
    font-size: 4.8rem;
}

.hero p br {
    display: none;
}

.hero p {
    font-size: 1.9rem;
    margin: 0 0 40px;
}

.pg-intro, .hero {
    margin-top: 71px !important;
}
.pg-intro h1 {
    font-size: 22px;
    line-height: 0.9;
    margin: 0 0 4px;
}

.pg-intro p {
    font-size: 14px;
}
.form-stacked button.btn {
    float: none;
    margin: 10px 0 0;
}

.pg-intro {
    padding: 30px 0;
}

h2 {
  font-size: 3.7rem;
}
.why-choose .section-intro p {
    padding: 0 70px;
    line-height: 1;
    font-size: 13px;
}

.consult textarea {
    height: 67px;
}

.consult {
  margin-top: 15px;
}.consult .closeThis {
    position: absolute;
    top: 7px;
    color: #fff;
    right: 25px;
    font-size: 28px;
}

.pg-about-full .pg-about-right, .pg-about-full.pg-about-invert .pg-about-right {
    width: 260px;
    height: 180px;
    min-height: 180px;
    margin-bottom: -20px;
}

}
