/* Mobile */
@media only screen and (max-width: 767px) {
  .inner_banner_sec {
    padding: 1rem;
  }
  .banner_sec_inner .banner-box {
    width: 100% !important;
    padding: 1rem;
  }
  .cta_boxes .container .boxes_inner .boxes_text {
    width: 100% !important;
  }
  .cta_boxes .boxes_inner {
    flex-direction: column;
    align-items: stretch;
  }
  .section--two-col-all {
    padding: 2em 1rem;
  }
  .section-wrapper .two-col {
    flex-direction: column !important;
  }
  .section--two-col-all .section-wrapper .two-col .col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .reverse .section-wrapper .two-col {
    flex-direction: column-reverse !important;
  }
  .section--boxes,
  .section--faq,
  .section--all-video,
  .section--related-location {
    padding: 4em 2rem !important;
  }
  .section--faq .section-wrapper .two-col {
    gap: 0 !important;
  }
  .section--boxes .heading-wrapper {
    width: 100% !important;
  }
  .section--boxes .boxes-wrapper,
  .locations-list {
    grid-template-columns: 1fr;
  }
  .section--faq .section-wrapper .two-col .col {
    width:100%;
  }
  .faq:before {
    height: 200px;
    width: 100%;
    top: -15rem;
    left: 5rem;
  }
  .section--additional-services .services_list {
    display: flex;
    flex-flow: column; 
  }
  .section--additional-services .services_list li a,
  .section--cta-banner .row {
    width: 100% !important;
  }
  .section--cta-banner .button-wrapper {
    flex-direction: column;
  }
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section--two-col-all {
    padding: 6em 0;
  }
  .cta_boxes .boxes_inner .boxes_text .box_content {
    padding: 2rem !important;
  }
  .section--boxes .boxes-wrapper,
  .section--additional-services .services_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .section--faq .section-wrapper .two-col {
    gap: 6rem;
  }
  .single-service .banner_sec_inner .banner-box {
    width: 70%;
  }
  .section--cta-banner .row {
    width: 100% !important;
  }
}
/* Desktop */
@media only screen and (min-width: 1024px) {
  .section--two-col-all {
    padding: 6em 0;
  }
  .section--boxes .boxes-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .section--faq .section-wrapper .two-col {
    gap: 6rem;
  }
}
.section--two-col-all,
.section--related-location,
.section--boxes {
  clear: both;
}
.section-wrapper .two-col {
  display: flex;
  gap: 3rem;
  flex-direction: row;
}
.reverse .section-wrapper .two-col {
  flex-direction: row-reverse;
}
.section-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;        
}
.image-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.section--two-col-all .section-wrapper .two-col .col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
}
.title {
  font-size: 2rem;
  color: #2B327B;
  font-weight: 700;
  margin-bottom: 2rem;
}
.content {
  font-size: 20px;
}
.cta_boxes .boxes_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.cta_boxes .boxes_inner .boxes_text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.cta_boxes .boxes_inner .boxes_text .box_content {
  height: 100%;
}
.section--boxes {
  background-color: #F7F7F7;
  padding: 6em 0;
}
.section--boxes .heading-wrapper {
  width: 40%;
  margin-bottom: 2rem;
}
.section--boxes .boxes-wrapper {
  display: grid;
  gap: 2rem;
  align-items: stretch;
}
.section--boxes .boxes-wrapper .box {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section--boxes .boxes-wrapper .box .box-title {
  color: #2B327B;
  font-weight: 700;
  margin-bottom: 1rem;
}
.section--boxes .boxes-wrapper .box .box-content {
  margin-bottom: 1rem;
}
.section--boxes .boxes-wrapper .box a {
  color: #2B327B;
  font-weight: 700;
  font-size: 0.8rem;
}
.section--faq {
  display: flex;
  max-width: 100%;
  padding: 6em 0;    
}
.section--faq .section-wrapper {
  max-width: 1180px;
}
.section--faq .section-wrapper .two-col {
  gap: 6rem;
}
.faq .tabs {
  margin-top: -18rem;
  width: 100%;
}
.faq:before {
  content: "";
  position: relative;
  transform: rotate(2deg);
  display: flex;
  height: 300px;
  width: 100%;
  top: -7rem;
  left: 0rem;
}

@media only screen and (max-width: 550px) {
  .faq:before {
    top: -13rem;
    left: 1rem;
  }
  .faq label {
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 413px) {
  .faq:before {
    top: -10rem;
  }
}

.faq .tab {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  padding: 0.5em;
}

.faq .tab.is-open {
  background-color: #EBF5FB;
}

.faq input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.faq label {
  position: relative;
  display: block;
  padding: 0 3em;
  font-size: 1rem;
  cursor: pointer;
  color:#2B327B;
  font-weight: 900;
}

.faq label p {
  font-size: 1.2rem;
  font-weight: 900;
}

.faq .tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}

.faq .tab-content p {
  margin: 1em 0;
  padding: 0 3rem;
}

.faq .tab-content ul {
  padding-left: 5rem;
}

/* :checked */
.faq input:checked ~ .tab-content {
  max-height: fit-content;
}

.faq label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.faq input[type=checkbox] + label::after {
  content: "⌄";
  color: #2B7D26;
  font-size: 2rem;
  top: -.6rem;
  font-weight: 500;
}

.faq input[type=radio] + label::after {
  content: "⌃";
  color: #2B7D26;
  font-size: 2rem;
  top: -.6rem;
  font-weight: 500;
}

.faq input[type=checkbox]:checked + label::after {
  transform: rotate(180deg);
  font-size: 2rem;
  font-weight: 900;
}

.faq input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
  font-size: 2rem;
  font-weight: 900;
}

.section--all-video {
  padding: 6em 0;
  background-color: #F7F7F7;
}

.section--related-location {
  padding: 6em 0;
}

.section--related-location .content {
  margin-bottom: 2rem;
}

.locations-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 5rem;
  list-style: none;
}

.locations-list li a {
  color: #2B327B;
  font-weight: 600;
  text-decoration: none;
}

.section--additional-services {
  padding: 6em 0;
}

.section--additional-services:after {
  background: none;
}

.section--additional-services h3:after {
  border-bottom: none;
}

.section--additional-services .services_list {
  gap: 1rem;
}

.section--additional-services .services_list li {
  flex: 0 0 calc(20% - 1rem);
}

.section--additional-services .services_list li a {
  padding: 0.5rem;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section--cta-banner {
  background: none;
  background: linear-gradient(90deg, #263C85 0%, #028BD0 100%);
  padding: 6em 0;
  text-align: left;
  color: #FFFFFF;
}

.section--cta-banner .row {
  width: 60%;
}

.section--cta-banner h2 {
  text-align: left;
  padding: 2rem 0;
}

.section--cta-banner .button-wrapper {
  margin-top: 4rem;
  display: flex;
  gap: 2rem
}