@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap");

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Gabarito", sans-serif;
}
html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
input,
button,
textarea,
select {
  outline: none;
}
a:hover {
  text-decoration: none;
}
a,
span {
  display: inline-block;
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
h1 {
  font-weight: 700;
  font-size: 40px;
  color: #000000;
  text-transform: inherit;
  text-align: center;
}
h1 span {
  color: #d80000;
}
h3 {
  font-weight: 600;
  font-size: 30px;
  color: #5a5a5a;
  text-transform: inherit;
}
h4 {
  font-weight: 600;
  font-size: 25px;
  color: #ffffff;
  text-transform: inherit;
  line-height: normal;
}
h4 a {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
h4 a:hover {
  color: #ffffff;
}

/* Start PM Header Area Css */
.pm-header-area {
  background-color: #1f1f1f;
  padding: 8px 0;
}
.pm-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pm-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 79%;
  flex: 0 0 79%;
}
.pm-signin-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
  text-align: right;
}
.pm-logo h1 {
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  text-transform: inherit;
  line-height: normal;
  margin-left: 175px;
}
.pm-signin-button a {
  font-weight: 700;
  font-size: 25px;
  color: #ffffff;
  text-transform: inherit;
  padding: 5px 25px;
  background-color: #d80000;
  border-radius: 5px;
  line-height: 1.3;
}

/* Start PM Header Area Css */

/* Start PM Hero Area Css */
.pm-hero-area h4 {
  max-width: 89%;
  margin: 0 auto;
}
.pm-hero-sub-title {
  background-color: #d80000;
  padding: 15px 0;
  border-radius: 0px;
  text-align: center;
  margin-top: -2px;
}
.pm-hero-newimage img {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 15px;
  margin-bottom: 25px;
}
.pm-hero-warning {
  background-color: #000000;
  border-radius: 0px;
}
.pm-hero-warning-content {
  padding: 10px 0 30px 150px;
}
.pm-hero-title h1 {
  padding: 25px 0;
}
.pm-hero-warning h4 {
  line-height: 1.2;
}

/* End PM Header Area Css */

/* Start PM Form Area Css */
.pm-form-area {
  padding: 45px 0;
}
.pm-form-title-text {
  text-align: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.pm-form-title-text h4:first-child {
  color: #ff0000;
}
.pm-form-title-text h4:last-child {
  color: #000000;
  margin: 30px 0;
  margin-bottom: 45px;
}
.pm-form-title-text h4:last-child a {
  color: #000000;
  border-bottom: 2px solid #000000;
}
/* End PM Form Area Css */

/* Start PM Form Area Css */
.pm-enforcement-area {
  padding-bottom: 60px;
}
.pm-enforcement-title h3 {
  text-align: center;
  max-width: 885px;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 35px;
}
.single-enforcement-content p {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  text-transform: inherit;
  padding: 0 10px;
}

.single-enforcement-content img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  border-radius: 18px;
}

/* End PM Form Area Css */

/* Start PM CAQ Area Css */
.pm-caq-title h1 {
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
}

.pm-caq-content {
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
}

.pm-caq-content .accordion-item:first-of-type {
  border: 0;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
}
.pm-caq-content .accordion-button:not(.collapsed),
.accordion-item:first-of-type .accordion-button,
.accordion-button {
  background: none;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-transform: inherit;
  padding: 25px 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pm-caq-content .accordion-button:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pm-caq-content .accordion-body {
  padding: 0;
  padding-bottom: 20px;
}
.pm-caq-content .accordion-item {
  border: 0;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
}
.pm-caq-content .accordion-body p {
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  text-transform: inherit;
}
.accordion-button::after {
  content: "-";
  width: 0;
  font-size: 25px;
  color: #7f7f7f;
  position: absolute;
  right: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
button.accordion-button.collapsed::after {
  content: "+";
  width: 0;
  font-size: 25px;
  color: #7f7f7f;
  position: absolute;
  right: 10px;
}

/* End PM CAQ Area Css */

/* Start PM About US Area Css */
.pm-about-us-area {
  padding: 50px 0;
}
.pm-about-us-sub-title h4 {
  color: #200202;
  text-align: center;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
}
.pm-about-us-sub-title h4 a {
  color: #ff0000;
}
/* End PM About US Area Css */

/*  Start PM Three Pillars Area  Css */
.pm-three-pillars-title h1 {
  text-align: center;
  margin-bottom: 30px;
}

.pm-three-pillars-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-three-pillars-content {
  background: #000000;
  max-width: 332px;
  width: 100%;
  border-radius: 9px;
  padding: 22px 35px;
  text-align: center;
}
.single-three-pillars-content h1 {
  color: #ffffff;
}
.single-three-pillars-content p {
  font-weight: 700;
  font-size: 21px;
  color: #ffffff;
  margin-top: 25px;
}

/*  End PM Three Pillars Area  Css */

/*  Start PM Footer Area  Css */
.pm-footer-area {
  padding: 55px 0 75px;
}
.pm-sign-petition-content a {
  background-color: #d80000;
  font-weight: 700;
  font-size: 50px;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 4px;
  padding: 55px 55px;
  max-width: 895px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.pm-footer-content p {
  font-weight: 600;
  font-size: 25px;
  color: #7f7f7f;
  text-transform: inherit;
  text-align: center;
  margin-top: 20px;
}
/*  End PM Footer Area  Css */

/* ======================================================= */
/*===========   Start Mobile Responsive Code   ============*/
/* ======================================================= */

@media all and (max-width: 1212px) {
  .pm-signin-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
  }
  .pm-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
  }
  .pm-logo h1 {
    margin-left: 250px;
  }
  h4 a,
  .pm-form-title-text h4:last-child a {
    text-decoration: underline;
    border-bottom: 0;
  }
  .pm-hero-warning-content {
    padding: 10px 0 30px 25px;
  }
  .pm-hero-area h4 {
    max-width: 100%;
  }
  h1 {
    font-size: 35px;
  }
  .pm-three-pillars-content {
    gap: 20px;
  }
}

@media all and (max-width: 991px) {
  .pm-signin-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .pm-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .pm-logo h1 {
    margin-left: 0;
    text-align: left;
  }
  .pm-three-pillars-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .single-three-pillars-content {
    background: #000000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 100%;
    border-radius: 9px;
    padding: 20px 20px;
    text-align: center;
  }
}

@media all and (max-width: 767px) {
  .pm-logo h1,
  h1 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 22px;
  }
  .pm-signin-button a,
  .single-enforcement-content p,
  .pm-footer-content p,
  .pm-footer-content p {
    font-size: 20px;
  }

  .pm-sign-petition-content a {
    font-size: 30px;
    padding: 30px 55px;
  }
  .single-enforcement-content img {
    height: 190px;
  }
  .pm-caq-title h1 {
    margin-bottom: 30px;
  }
  .pm-enforcement-area {
    padding-bottom: 40px;
  }
  .container {
    width: 98%;
  }
  .single-three-pillars-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  button.accordion-button.collapsed::after {
    right: 16px;
  }
}

@media all and (max-width: 575px) {
  .single-enforcement-content img {
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .single-enforcement-content p {
    margin-top: 12px;
  }
  .pm-caq-content .accordion-button:not(.collapsed),
  .accordion-item:first-of-type .accordion-button,
  .accordion-button {
    padding: 15px 0;
  }
  .pm-logo h1,
  h1 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  .pm-signin-button a,
  .pm-footer-content p,
  .pm-footer-content p {
    font-size: 17px;
  }
  .single-enforcement-content p,
  .single-three-pillars-content p {
    font-size: 19px;
  }

  .pm-sign-petition-content a {
    font-size: 25px;
    padding: 20px 50px;
  }
}

@media all and (max-width: 450px) {
  .pm-signin-button a {
    font-size: 14px;
    padding: 8px 10px;
  }
  .pm-logo h1 {
    font-size: 20px;
  }
  h1 {
    font-size: 20px;
  }
  h4,
  .pm-hero-area h4,
  h3 {
    font-size: 15px;
    line-height: normal;
  }
  .pm-hero-warning-content {
    padding: 15px 0;
  }
  .single-enforcement-content p,
  .single-three-pillars-content p {
    font-size: 15px;
  }
  .single-three-pillars-content p {
    margin-top: 12px;
  }
  .pm-sign-petition-content a {
    font-size: 18px;
    padding: 12px 20px;
  }
  .pm-form-title-text h4:last-child {
    margin: 20px 0;
    margin-bottom: 25px;
  }
  .pm-enforcement-title h3 {
    margin-bottom: 25px;
  }
  .pm-caq-title h1 {
    margin-bottom: 20px;
  }
  .pm-enforcement-area {
    padding-bottom: 30px;
  }
  .pm-footer-area {
    padding: 50px 0;
  }
  .pm-caq-content .accordion-button:not(.collapsed),
  .accordion-item:first-of-type .accordion-button,
  .accordion-button {
    font-size: 15px;
  }
  .pm-caq-content .accordion-body p {
    font-size: 14px;
  }
  button.accordion-button.collapsed::after {
    font-size: 20px;
  }
}
