footer.panel {
  height: auto;
}
footer {
  background-color: #081924;
  color: var(--color-light);
}
.f-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 40px;
  justify-content: space-between;
}
footer .main-button {
  padding: 10px 25px;
}
footer .whtsapp-icon {
  width: 40px;
  height: 40px;
  margin-right: 0px;
  margin-left: 10px;
  object-fit: scale-down;
  margin-right: 0 !important;
}
.join-community .h4 {
  margin-bottom: 0;
  margin-top: 30px;
  line-height: 1.4;
  color: #fff;
}
.find-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.find-us .h6-fw-25 {
  padding-right: 3vw;
  color: #fff;
}
.location-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.location-flag {
  width: 46px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  max-width: 46px;
  height: 46px;
}
.location-flag img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.location-text {
  width: calc(100% - 46px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 46px);
  flex: 0 0 calc(100% - 46px);
  max-width: calc(100% - 46px);
  padding-left: 20px;
  position: relative;
  top: -8px;
}
.location-text address {
  line-height: 1.8;
  color: #cfcfcf;
  margin-bottom: 20px;
  opacity: 0.8;
  font-size: 18px;
}
.location-text .main-button {
  font-size: 20px;
}
.footer-social-media-box {
  display: flex;
  justify-content: end;
}
.footer-social-media ul {
  display: flex;
}
.footer-social-media ul li:not(:last-child) {
  margin-right: 20px;
}
.footer-social-media ul li a {
  background-color: #183040;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.footer-social-media ul li a img {
    width: 30px;
    height: 30px;
}
.footer-social-media ul li a:hover {
  background-image: var(--gradient-primary-reversed);
}
.footer-social-media {
  margin-top: 40px;
}
.footer-social-media h5 {
  margin-bottom: 1rem;
  margin-right: 20px;
  color: #fff;
}
.f-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 40px 0;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f-bottom p {
  margin-bottom: 0;
  color: #cfcfcf;
  opacity: 0.8;
  max-width: calc(100% - 200px);
}
.f-bottom p a {
  margin-bottom: 0;
  color: #cfcfcf;
  transition: all ease 0.5s;
}
.f-bottom p a:hover {
  color: #fff;
}
.warning-marque .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  &.swiper--bottom {
    &:after {
      animation-direction: reverse;
    }
  }
}
.warning-marque .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.warning-marque .swiper-slide {
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
.warning-marque .swiper-slide span {
  color: #0468a9;
  font-weight: bolder;
  text-transform: uppercase;
}
@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
/* responsiveness */
@media (max-width: 1499px) {
  .footer-social-media h5 {
    margin-right: 18px;
  }
}
@media (max-width: 1399px) {
  .footer-social-media ul li a {
    width: 40px;
    height: 40px;
  }
  .footer-social-media ul li a i {
    font-size: 20px;
  }
  .footer-social-media ul li:not(:last-child) {
    margin-right: 18px;
  }
  .location-flag {
    width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    height: 40px;
  }
  .location-flag img {
    max-width: 100%;
  }
  .location-text {
    padding-left: 15px;
    width: calc(100% - 40px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .location-text address {
    font-size: 16px;
  }
  .location-text .main-button {
    font-size: 18px;
  }
  .footer-social-media ul li a {
    width: 40px;
    height: 40px;
  }
  .footer-social-media ul li a i {
    font-size: 20px;
  }
  .footer-social-media ul li:not(:last-child) {
    margin-right: 18px;
  }
}
@media (max-width: 1299px) {
  .location-text .main-button {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .footer-social-media .h6-fw-25 {
    margin-right: 18px;
  }
  .footer-social-media-box {
    justify-content: flex-start;
  }
  footer.panel .f-center .col-lg-4 {
    width: 40%;
  }
  footer.panel .f-center .col-lg-2 {
    width: 20%;
  }
  footer .footer-social-media h5 {
    margin-bottom: 0;
  }
  .footer-social-media {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .footer-social-media .footer-logo {
    margin-top: 0;
    margin-left: 2rem;
  }
  footer.panel {
    height: auto;
  }
  footer .footer-social-media ul {
    margin-top: 0;
  }
  .footer-social-media-box {
    justify-content: flex-start;
  }
  .join-community .h4 {
    margin-top: 0;
    margin-left: 30px;
  }
  .join-community {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .find-us {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    margin-top: 40px;
  }
  footer .footer-social-media ul {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  footer.panel .f-center .col-lg-4 {
    width: 100%;
    display: flex;
  }
  footer.panel .f-center .col-lg-2 {
    width: 33%;
  }
  .footer-social-media {
    margin-left: 0;
  }
  footer ul.f-links li {
    width: 49%;
    display: inline-block;
  }
  footer .web-links,
  .f-center .col-lg-4 {
    width: 100%;
  }
  footer {
    font-size: 14px;
  }
  footer .main-button {
    margin-bottom: 0;
  }
  .footer-logo svg {
    width: 120px;
  }
  footer .whtsapp-icon {
    height: 35px;
    width: 35px;
  }
  .location-flag {
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
  }
  .location-text .main-button {
    font-size: 14px;
  }
  .location-text {
    width: calc(100% - 30px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  .f-bottom p {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  footer .whtsapp-icon {
    height: 30px;
    width: 30px;
  }
  footer.panel .f-center .col-lg-4 {
    display: block;
  }
  .footer-social-media h5 {
    margin-bottom: 20px;
  }
  .footer-social-media {
    margin-left: 0;
  }
  .footer-social-media ul li a {
    width: 35px;
    height: 35px;
  }
  .footer-social-media ul li a i {
    font-size: 18px;
  }
  .f-top {
    padding-bottom: 0px;
  }
  .join-community .h4 {
    text-align: left;
    margin: 0 !important;
  }
  .join-community {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-around;
  }
  .find-us .row {
    display: block;
  }
  .find-us .col-md-6:first-child {
    margin-bottom: 30px;
  }
  .find-us .h6-fw-25 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .find-us .col-md-6 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .find-us {
    padding-top: 20px;
    margin-top: 20px;
  }
  .find-us .h6-fw-25 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .location-flag {
    max-width: 100% !important;
    width: 100% !important;
    width: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
  }
  .location-text address {
    font-size: 14px;
  }
  .location-text {
    padding-left: 10px;
    width: calc(100% - 24px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 24px);
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
  .location-text .main-button {
    font-size: 15px !important;
  }
  .footer-social-media ul li a {
    width: 35px;
    height: 35px;
  }
  .footer-social-media ul li a i {
    font-size: 18px;
  }
  .f-bottom {
    padding: 20px 0;
    margin-top: 20px;
  }
  .footer-social-media ul li a img {
    width: 26px;
    height: 26px;
}
}
@media (max-width: 590px) {
  .join-community .h4 {
    margin-left: 0px;
    margin-top: 20px;
  }
  .join-community {
    display: block;
  }
}
@media (max-width: 575px) {
  footer .whtsapp-icon {
    height: 25px;
    width: 25px;
  }
  footer.panel .f-center .col-lg-2 {
    width: 100%;
  }
  footer .web-links {
    margin-top: 20px;
  }
  .footer-social-media .footer-logo {
    margin-left: 0;
    margin-top: 2rem;
  }
  footer .footer-social-media {
    flex-flow: column;
    align-items: baseline;
  }
  footer .footer-social-media h3 {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .footer-scroll-up {
    display: block;
    margin: auto;
    margin-right: 0px;
  }
  .join-community .main-button {
    min-width: 135px;
    justify-content: space-between;
  }
  .join-community .h4 {
    margin-left: 0;
    margin-top: 0;
  }
  .f-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .f-bottom p {
    max-width: 100%;
    margin-bottom: 25px;
  }
  footer .footer-social-media h5 {
    margin-bottom: 15px;
  }
}
@media (max-width: 545px) {
  .find-us .col-md-6 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .find-us .col-md-6+.col-md-6 {
    margin-top: 15px;
  }
  .location-text address,
  .f-description p {
    font-size: 16px;
  }
  .location-text {
    padding-left: 15px;
  }
}
@media (max-width: 440px) {
  .join-community .h4 {
    margin-top: 10px;
  }
  .location-text address {
    font-size: 13px;
  }
  .location-text .main-button {
    font-size: 14px !important;
  }
}