/* GENERAL */
/* VARIABLES */
/* TYPOGRAPHY */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* COLORS */
/* FUNCTIONS */
/* BREAKPOINTS */
/* MIXINS */
.footer {
  background-color: #005F60;
  padding: 35px 0 20px;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 20px;
  }
}
.footer .menu-title {
  color: #fff;
}
.footer .footer-logo {
  color: #fff;
  padding-bottom: 25px;
}
.footer .footer-logo img {
  max-width: 182px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-logo {
    padding-bottom: 20px;
    text-align: center;
  }
}

.footer-top-section {
  padding-bottom: 20px;
}
.footer-top-section .footer-one {
  width: 28%;
}
@media only screen and (max-width: 767px) {
  .footer-top-section .footer-one {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top-section {
    padding-bottom: 0px;
  }
}

.footer-one {
  width: 28%;
}
@media only screen and (max-width: 767px) {
  .footer-one {
    width: 100%;
  }
}
.footer-one .footer-address {
  max-width: 80%;
}
@media only screen and (max-width: 992px) {
  .footer-one .footer-address {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-one .footer-address {
    text-align: center;
  }
}
@media only screen and (max-width: 481px) {
  .footer-one .footer-address {
    text-align: left;
    max-width: 93%;
  }
}
.footer-one .footer-address p {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.footer-one .footer-phone {
  margin-top: 30px;
}
.footer-one .footer-phone ul {
  margin: 0;
  padding: 0;
}
.footer-one .footer-phone li {
  list-style-type: none;
  padding: 5px 0 10px;
}
.footer-one .footer-phone a {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  transition: 0.5s;
  text-decoration: none;
}
.footer-one .footer-phone a:hover {
  color: #e37705;
  transition: 0.5s;
}
.footer-one .footer-phone span {
  display: inline-block;
  margin-right: 14px;
  color: #fff;
  font-size: 20px;
  width: 25px;
  text-align: center;
}
.footer-one .footer-help-center a {
  min-width: 160px;
  min-height: 42px;
  border-radius: 5px;
  display: inline-block;
  background-color: #EEFBFB;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 42px;
  margin-top: 30px;
  text-decoration: none;
  transform: translate(0px, 3px);
  transition: 0.5s;
}
.footer-one .footer-help-center a:hover {
  transition: 0.5s;
  transform: translate(0px, 0px);
}

.footer-link ul {
  margin: 0;
  border-left: 3px solid #fff;
  padding-left: 38px;
}
@media only screen and (max-width: 992px) {
  .footer-link ul {
    padding-left: 0px;
    border-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-link ul {
    padding-left: 12px;
  }
}
.footer-link li {
  list-style-type: none;
}
.footer-link li:last-child a {
  padding-bottom: 0;
}
.footer-link a {
  font-size: 18px;
  padding-bottom: 20px;
  display: block;
  color: #fff;
  transition: 0.5s;
}
.footer-link a:hover {
  color: #e37705;
  transition: 0.5s;
}
.footer-link a span:hover {
  color: #e37705;
  transition: 0.5s;
}

.footer-social-link {
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .footer-social-link {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .footer-social-link {
    float: left;
    text-align: center;
  }
}
.footer-social-link p {
  font-size: 20px;
  color: #fff;
  text-align: right;
  border-bottom: 3px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .footer-social-link p {
    float: initial;
  }
}
.footer-social-link ul {
  padding: 0;
  text-align: right;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .footer-social-link ul {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .footer-social-link ul {
    text-align: center;
  }
}
.footer-social-link li {
  list-style-type: none;
  display: inline-block;
}
.footer-social-link a {
  color: #fff;
  font-size: 25px;
  padding-left: 25px;
  transition: 0.5s;
}
@media only screen and (max-width: 992px) {
  .footer-social-link a {
    padding: 0 25px 0 0;
  }
}
.footer-social-link a:hover {
  color: #e37705;
  transition: 0.5s;
}

.footer-copywrite {
  text-align: center;
  padding: 0 15px;
}
.footer-copywrite P {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.homepage-1 .footer {
  background-color: #133077;
}

.homepage-1 .footer-one .footer-help-center a {
  background-color: #e37705;
  color: #fff;
}

.homepage-1 .footer-link a:hover {
  color: #ed7b1d;
}

.homepage-1 .footer-link a span:hover {
  color: #ed7b1d;
}

.homepage-1 .footer-one .footer-phone a:hover {
  color: #ed7b1d;
}

.homepage-1 .footer-social-link a:hover {
  color: #ed7b1d;
}

.homepage-2 .footer {
  background-color: #005F60;
}

.homepage-2 .footer-one .footer-help-center a {
  background-color: #EEFBFB;
  color: #000;
}

.homepage-2 .footer-link a:hover {
  color: #e37705;
}

.homepage-2 .footer-link a span:hover {
  color: #e37705;
}

.homepage-2 .footer-one .footer-phone a:hover {
  color: #e37705;
}

.homepage-2 .footer-social-link a:hover {
  color: #e37705;
}

button#scrollTopBtn {
  background-color: #e37705;
  border: 0;
  width: 50px;
  height: 45px;
  position: fixed;
  bottom: 0;
  right: 3em;
  bottom: 3em;
  border-radius: 7px;
  color: #fff;
  padding: 0;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  button#scrollTopBtn {
    width: 45px;
    height: 40px;
    right: 1em;
    bottom: 2em;
  }
}
button#scrollTopBtn .bi-chevron-up {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  button#scrollTopBtn .bi-chevron-up {
    font-size: 18px;
  }
}
button#scrollTopBtn .bi-chevron-up::before {
  font-weight: 700 !important;
}
/*# sourceMappingURL=footer.css.map */
