.header__content .link-list {
  justify-content: space-between; }

.header__content .link-list .link-list__link {
  position: relative;
  overflow: hidden;
  font-size: 13px;
  text-transform: uppercase; }

.header__content .link-list .link-list__link:after {
  content: '';
  border-bottom: 5px solid #29a2ff;
  width: 100%;
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: -1;
  transform: translateX(-100%);
  transition: transform linear 200ms; }

.header__content .link-list .link-list__link:hover:after {
  transform: translateX(0); }

.highlight {
  position: relative;
  z-index: 1; }

.highlight:after {
  content: '';
  position: absolute;
  border-bottom: 15px solid #D8FF4F;
  width: 100%;
  bottom: 8px;
  left: 1px;
  z-index: -1; }

.head_font {
  line-height: 1.2;
  font-size: 48px; }

.body_font {
  font-size: 15px;
  line-height: 1.6; }

.show-for-xslarge {
  display: none; }

.btn:hover {
  background-color: #000000 !important;
  color: #ffffff !important; }

.fp_bold {
  font-weight: bold; }

.fp_italic {
  font-style: italic; }

.fp_uc {
  text-transform: uppercase; }

/* custom slider css */
.fp__slider_container {
  position: relative;
  padding: 0 20px; }

.fp__slider_arrow .fp__arrow {
  position: absolute;
  width: 20px;
  top: 40%;
  cursor: pointer; }

.fp__slider_arrow .fp__arrow.fp__prev {
  left: 0; }

.fp__slider_arrow .fp__arrow.fp__next {
  right: 0; }

.fp__slider {
  /* overflow: hidden; */
  text-align: center;
  margin: 0 auto; }

.fp__slider .fp__img_block {
  padding: 0 20px;
  display: inline-block; }

.fp__slider .fp__img_block img {
  max-width: 100%; }

@media (max-width: 480px) {
  .fp__slider .fp__img_block {
    max-width: 100%; } }
/* custom slider css close */
/* Custom FAQ Section CSS */
.faq-questions .faq-title {
  font-size: 14px;
  line-height: 15px;
  padding: 15px;
  border: 1px solid #000;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer; }

.faq-questions .faq-title.faq-active {
  background-color: #D8FF4F; }

.faq-questions .faq-title:hover {
  background-color: #D8FF4F; }

.faq-responses .faq-res .resp-section {
  margin-bottom: 50px; }

.faq-responses .faq-res .btn.light-btn {
  background-color: #fff;
  text-transform: uppercase; }

.faq-responses .faq-res h3 {
  font-size: 45px;
  line-height: 40px;
  margin-bottom: 20px; }

.faq-responses .faq-res h4 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px; }

.faq-responses .faq-res p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px; }

.faq-responses .faq-res:not(:first-child) {
  display: none; }

/* Custom FAQ Section CSS Close */
@media (max-width: 767px) {
  .highlight:after {
    bottom: 4px; }

  .header__content--desktop {
    padding: 10px 0; }

  .hamburger, .hamburger__slices {
    height: 16px; }

  .hamburger--slice-2, .hamburger--slice-3 {
    top: 6px; }

  .hamburger--slice-4 {
    top: 12px; }

  .head_font {
    font-size: 36px; }

  .body_font {
    font-size: 14px; }

  .mob-col-1 {
    width: 8.3333333333%; }

  .mob-col-2 {
    width: 16.6666666667%; }

  .mob-col-3 {
    width: 25%; }

  .mob-col-4 {
    width: 33.3333333333%; }

  .mob-col-5 {
    width: 41.6666666667%; }

  .mob-col-6 {
    width: 50%; }

  .mob-col-7 {
    width: 58.3333333333%; }

  .mob-col-8 {
    width: 66.6666666667%; }

  .mob-col-9 {
    width: 75%; }

  .mob-col-10 {
    width: 83.3333333333%; }

  .mob-col-11 {
    width: 91.6666666667%; }

  .mob-col-12 {
    width: 100%; }

  .faq-questions .faq-title {
    font-size: 14px;
    line-height: 18px; }

  .faq-res {
    text-align: center; }

  .faq-responses .faq-res .resp-section {
    margin-bottom: 40px; }

  .faq-responses .faq-res h3 {
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 15px; }

  .faq-responses .faq-res h4 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 15px; }

  .faq-responses .faq-res p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px; } }
@media (min-width: 768px) {
  body {
    font-size: 15px; } }
@media (min-width: 1200px) {
  .show-for-xslarge {
    display: block; } }
