@font-face {
  font-family: "Montserrat";
  src: url("/themes/custom/bartik/menu/fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/themes/custom/bartik/menu/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/themes/custom/bartik/menu/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/themes/custom/bartik/menu/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

#bottom__footer .footer {
  background: #121212;
  position: relative;
  color: #fff;
  padding: 40px 0;
}

#bottom__footer .footer {
  background: url(/themes/custom/bartik/menu/img/footer-w.png?v3);
  background-size: 100%;
  background-position: bottom;
  position: relative;
  color: #fff;
  padding: 40px 0;
  /* margin-bottom: -24px; */
  background-repeat: no-repeat;
  background-color: #d71920;
}

.footer_container {
  max-width: 1180px;
  margin: auto;
}

.footer_container .ft__col_1 {
  display: flex;
  justify-content: space-between;
  width: 100%;

}

.footer_container .ft__col_1 div.ft__item {
  width: 100%;
}

.footer_container .ft__col_2 {
  flex: 0 0 auto;
  width: 75%;
}

.footer__wrapper {}

.footer .ft__hd {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1.2;
  text-align: left;
}

hr.ftr_line {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: rgba(255, 255, 255, 0.4);
  font-family: 'Source Sans Pro', sans-serif !important;
}

.footer .ft__sub {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 2px;
  line-height: 1.2;
  text-align: left;
}

.footer .ft__sub_copyright {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 2px;
  line-height: 1.2;
  text-align: left;
}

.footer .ft__sub a:hover {
  color: rgb(255, 226, 137);
  cursor: pointer;
}

.footer .floowl {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

.footer .floowl a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  border-radius: 50px;
  background: #fff;
  color: #2f2f33;
}

.footer .floowl a:hover {
  background: rgb(206, 12, 12);
  color: #fff;
}

.quicklinks {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.quicklinks li {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.3;
}

.quicklinks li a:hover {
  color: rgb(206, 12, 12);
}

.extlink_wrapper a:hover {
  filter: invert(1);
}

.sec_ft_wrapper a:not(:first-of-type) {
  padding: 0 0.6rem;
}

.sec___footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
  font-size: 0.8rem;
      font-family: "Montserrat";
    font-weight: 500;
}

.footer p {
  text-align: left;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}

.extlink_wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.side__wrapper {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}


.side__wrapper>div:not(:last-child) {
  border-right: 1px solid #ffffff;
  /* Change color as needed */
}

.sided_1 {
  width: fit-content;
  padding-right: 3ch
}

.sided_2 {
  padding: 0 3ch;
  width: fit-content;

}

.sided_3 {
  width: fit-content;
  padding-left: 3ch;

}


@media only screen and (max-width: 1028px) {

  .sec_ft_wrapper {
    display: none;
  }

  .footer_container .ft__col_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .footer .ft__hd,
  .footer .ft__sub {
    text-align: center;
  }

  .footer .ft__sub_copyright {
    text-align: center;
  }

  .footer_container .ft__col_1 div.ft__item {
    padding-bottom: 30px;
  }

  .extlink_wrapper {
    justify-content: center;
  }

  hr.ftr_line {
    display: none;
  }

  .sec_ft_copyright {
    text-align: center;
    font-size: 0.7rem;
  }

  h5.fip_cust.forInfo_type,
  h6.fip_cust {
    font-size: 0.95rem;
  }

  h5.fip_cust {
    font-size: 1.2rem;
  }

  h5.fip_cust span {
    font-size: 0.85rem;
  }

  #bottom__footer .footer {
    background: url(/themes/custom/bartik/menu/img/footer-m.png?v2);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    background-color: #d71920;
  }
}