html {
  scroll-behavior: smooth;
}
.section-padding {
  padding: 60px 0;
}
.cta-section {
  background: #c00201;
  color: #fff;
  padding: 80px 0;
  /* This creates the slanted top and bottom edges */
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}
.cta-section h3 {
  margin-top: 0;
}
.cta-btn {
  background: #fff !important;
  padding: 15px 27px;
  color: #000;
  border-radius: 0;
}
.cta-btn:hover {
  background: #000 !important;
  color: #fff;
}
.cta-section .row {
  display: flex;
  align-items: center;
}
.faq-item {
  margin-bottom: 20px;
}

.banner-padding {
  background-color: #dd3333;
  padding: 80px 0 80px 0;
  margin-top: 100px;
}
.banner-padding h1 {
  color: #fff;
  text-align: center;
}

header.c-layout-header.sticky {
  background: #fff;
  top: 0;
  box-shadow: 0 0 10px #cccccc52;
}

header.c-layout-header {
  transition: all ease-in 200ms !important;
}
.cta-section h3 {
  margin-top: 0;
  color: #fff;
  font-size: 34px;
}
.cta-section p {
  color: #fff;
}
.custom-faq {
  max-width: 900px;
  margin: auto;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px 0;
}

.faq-question {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding-right: 30px;
  font-size: 20px;
}

.faq-icon {
  position: absolute;
  right: 0;
  top: 0;
}

.icon-minus {
  display: none;
}
.faq-item.active .icon-minus {
  display: inline;
}
.faq-item.active .icon-plus {
  display: none;
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  color: #555;
}
.faq-item.active .faq-question {
  color: #c00201;
}

.contact-form {
  background: #fff;
  padding: 25px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-form1 h3.text-center {
  font-size: 30px;
}

.col-md-6.contact-form1 {
  padding-left: 6%;
}

.contact-form1 input.form-control {
  padding: 25px 15px;
}

.contact-form1 label {
  display: none;
}
.col-md-6.contact-form1 form * {
  font-family: "Lato";
  font-weight: 500;
}

.contact-form1 button.btn.btn-success.btn-block {
  background: #c00201;
  padding: 20px 10px;
  font-weight: 700;
  border: none;
}

.contact-form1 button.btn.btn-success.btn-block:hover {
  background: #000;
}
.section-padding ul,
.section-padding ol {
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: "Lato";
  color: #444;
}

.cta-section ul,
.cta-section ol {
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: "Lato";
  color: #fff;
}
.cta-section h2 {
  color: #fff;
}
.section-padding.pr-t {
  padding-top: 0;
}
.custom-faq {
  margin-top: 30px;
}
.last-cta a{
  color: #fff !important;
}
.last-cta{
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .pos-sticky {
    position: sticky;
    top: 110px;
  }
}

@media screen and (min-width: 990px) {
  .section-padding.align-center .row {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 990px) {
  header.c-layout-header {
    transition: all ease-in 400ms !important;
    padding-bottom: 20px;
  }
  .banner-padding {
    margin-top: 39px;
  }
  .mob-re .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-padding {
    padding: 30px 15px;
  }
  .col-md-6.contact-form1 {
    padding-left: 0;
    padding: 10px 20px;
  }
  .section-padding ul, .section-padding ol, .cta-section ul, .cta-section ol {
    font-size: 15px !important;
}
}

@media screen and (max-width: 767px) {
  .top-bar {
    display: none;
  }
  .cta-section .row {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .cta-section.mob-txt-left .row {
    justify-content: start;
    text-align: left;
}
  .section-padding p,
  .cta-section p {
    font-size: 15px !important;
  }
  .section-padding {
    padding: 30px 15px;
  }
  .cta-section {
    padding: 50px 0;
    clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%);
  }
  .section-padding h2,
  .cta-section h3 {
    line-height: 1.1em !important;
  }
  .cta-btn {
    padding: 12px 24px;
    font-size: 15px !important;
    margin-top: 15px;
  }
  .faq-answer {
    font-size: 15px !important;
    margin-top: 5px;
  }
  .banner-padding {
    margin-top: 71px;
    padding: 20px 10px;
  }
  header.c-layout-header {
    transition: all ease-in 400ms !important;
    padding-bottom: 9px;
  }
  .faq-question {
    font-size: 18px;
  }
}
