:root {
  --bg-color-light: #0796fe;
  --bg-color-dark: #001d3f;
}

body,
html {
  height: 100%;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #343434;
  z-index: 0;
}

.noGutter-x {
  --bs-gutter-x: 0;
}

.container-footerTop {
  background: #fff;
  /*min-height: 20rem;*/
}

.container-footerMain {
  background-color: var(--bg-color-dark);
  color: #fff;
}

.containerMobileContact {
  background-color: var(--bg-color-light);
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}

.mobileText {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.mobileText div {
  font-size: 2rem;
  font-weight: 400;
}

.mobilePhoneNumber {
  position: relative;
}

.mobilePhoneNumber div.top:before {
  content: "";
  position: absolute;
  left: 10%;
  top: 0;
  height: 15px;
  width: 80%;
  border-bottom: 1px solid #fff;
}

.mobilePhoneNumber div.bottom:before {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  height: 15px;
  width: 80%;
  border-bottom: 1px solid #fff;
}

.contactInfoTopRow {
  display: none;
}

.containerFooterGIT {
  margin-top: 7.5rem;
  margin-bottom: 11rem;
}

.footerHeader {
  font-family: Inter;
  font-weight: 400;
  font-size: 2.36rem;
  margin-bottom: 3.2rem;
}

.footerLinksContainer {
  margin-bottom: 1.3rem;
}

.footerGIT {
  display: flex;
  margin-bottom: 1.3rem;
}

.footerGIT_Img {
  margin-right: 3.7rem;
}

.footerLinks,
.footerGIT_Text,
.footerCaption {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;

  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

.footerCaption {
  margin-top: 3.8rem;
  max-width: 43.3rem;
}

.contactInfo {
  border-radius: 8px;
  /* border: 1px solid #e0e0e0; */
  /* background-color: #0796fe; */
  margin-top: -5.5rem;
  margin-bottom: 5.75rem;
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
  color: #fff;
  text-align: center;
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  z-index: 1;
  height: 14.7rem;
}

.contactInfoDataRow {
  height: 100%;
  border-radius: 8px;
  margin-right: 0px;
  margin-left: 0px;
}

.contactInfoBackgroundSlide {
  height: 100%;
  width: 0rem;
  border-radius: 8px;
  position: absolute;
  top: 1px;
  left: 0px;
  opacity: 0;
  transition: all 1s ease;
  z-index: 2;
  /* background-color: #0796fe; */
}

.contactTopRow {
  /* color: #fff; */
  font-family: Inter;
  font-size: 15.247px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 2rem;
  z-index: 3;
}

.contactBottomRow {
  /* color: #fff; */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 1rem;
  margin-bottom: 2.4rem;
  z-index: 4;
}

.contactTopRowCenter {
  margin-top: 4.5rem !important;
  margin-left: 3.5rem;
}

.contactBottomRowCenter {
  margin-left: 3.5rem;
}

.contactTopRowRight {
  margin-top: 4.5rem !important;
  margin-left: 0px;
}

.contactBottomRowRight {
  margin-left: 2rem;
  margin-left: 0px;
}

.contactInfoLeft {
  background-color: #057dd5;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  position: relative;
  z-index: 1;
  min-width: 31.5rem;
}

.contactInfoCenter {
  background-color: #0796fe;
  position: relative;
  z-index: 1;
  min-width: 31.5rem;
}

.contactInfoRight {
  background-color: #057dd5;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
  z-index: 1;
  min-width: 31.5rem;
}

.contactSlideLeft {
  height: 100%;
  width: 0rem;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 2;
  background-color: #002743;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.contactSlideLeft.slideIn {
  opacity: 1;
  width: 100%;
}

.contactSlideLeft.slideOut {
  opacity: 0;
  width: 0rem;
}

.contactSlideCenter {
  height: 100%;
  width: 0rem;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 2;
  background-color: #002743;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.contactSlideCenter.slideIn {
  opacity: 1;
  width: 100%;
}

.contactSlideCenter.slideOut {
  opacity: 0;
  width: 0rem;
}

.contactSlideRight {
  height: 100%;
  width: 0rem;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 2;
  background-color: #002743;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.contactSlideRight.slideIn {
  opacity: 1;
  width: 100%;
}

.contactSlideRight.slideOut {
  opacity: 0;
  width: 0rem;
}

.containerFooterGIT_Row {
  display: none;
}

.containerMobileCaption {
  text-align: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.containerMobileCaption_Row {
  margin-top: 3.8rem;
}

.containerMobleUsefulLinksHeader_Row {
  margin-top: 2.5rem;
  font-size: 2.4rem;
  font-weight: 400;
}

.containerMobleUsefulLinks {
  margin-top: 2.5rem;
}

.footerBottomLink_Row {
  display: block;
}

.footerBottom {
  margin-top: 4.3rem;
  /*margin-bottom: 5.2rem;*/
  padding-bottom: 5.2rem;
}

.footerBottomCopy {
  color: #222;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}

.footerBottomLinks {
  display: flex;
  text-align: center;
  margin-top: 2.5rem;
}

.fbFooterLinkLeft {
    width: 50%;
    text-align: center;
}

.fbFooterLinkRight {
    width: 50%;
    text-align: center;
}

.copyDivider {
    display: none;
}

.footerBottomLinks a {
  color: #222;
  font-family: Montserrat;
  font-size: 13.774px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.551px;
  text-decoration: none;
}

.footerLegalLink {
  /*margin-left: 4.5rem;
  margin-right: 4.5rem;*/
}

.fblink {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

.footerGIT-Center {
  margin-left: 10rem;
}

.footerGIT-Left {
  display: none;
}
/* media queries */
@media (min-width: 505px) {
  .footerBottomCopy {
    min-width: 48rem;
  }

  .copyBreak {
    display: none;
  }

  .copyDivider {
    display: inline;
  }

  .footerBottomLinks {
    min-width: 48rem;
  }

  .footerPrivacyLink {
    margin-left: 4.4rem;
  }
}

@media (min-width: 768px) {
  .containerFooterGIT_Row {
    display: inline;
  }

  .containerMobileCaption {
    display: none;
  }
}

@media (min-width: 992px) {
  .containerMobileContact {
    display: none;
  }

  .contactInfoTopRow {
    display: inline;
  }

  .containerFooterGIT {
    margin-top: 0px;
  }

  .footerGIT-Center {
    margin-left: 0px;
  }

  .footerGIT-Left {
    display: inline;
  }

  .footerBottomLink_Row {
    display: flex;
  }

  .footerBottomLinks {
    text-align: right;
    margin-top: 0px;
  }

  .footerBottomCopy {
   text-align: left;
  }

  .fbFooterLinkLeft {
   width: 66.7%;
   text-align: right;
  }

  .fbFooterLinkRight {
    width: 33.3%;
    text-align: right;
  }

}

@media (min-width: 1400px) {
  .contactTopRowCenter {
    margin-left: 5rem;
  }

  .contactBottomRowCenter {
    margin-left: 5rem;
  }

  .contactTopRowRight {
    margin-left: 5rem;
  }

  .contactBottomRowRight {
    margin-left: 5rem;
  }
}
