/*-Footer Menu-*/
#footer-bar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 98;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  min-height: 61px;
  border-top: solid 1px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 350ms ease !important;
}
#footer-bar a {
  color: #1f1f1f;
  padding-top: 12px;
  position: relative;
  flex: 1 1 auto;
}
#footer-bar a span {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: -6px;
  opacity: 0.7;
  font-family: "Roboto", sans-serif !important;
}
#footer-bar a i {
  font-size: 18px;
  position: relative;
  z-index: 2;
}
#footer-bar a svg {
  transform: translateY(-6px);
}
#footer-bar .badge {
  font-style: normal;
  z-index: 5;
  top: 0px;
  position: absolute;
  margin-left: 3px;
  color: #FFF !important;
  width: 18px;
  text-align: center;
  line-height: 18px;
  padding: 0px;
  padding-left: 0px !important;
  border-radius: 18px;
  margin-top: 7px;
  font-size: 16px;
}

.footer-bar-2 .active-nav {
  color: #FFF !important;
}
.footer-bar-2 .active-nav strong {
  position: absolute;
  width: 80px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  bottom: 0px;
}

.footer-bar-4 .active-nav {
  color: #FFF !important;
}
.footer-bar-4 .active-nav strong {
  position: absolute;
  width: 47px;
  height: 47px;
  border-radius: 60px;
  left: 50%;
  top: 30px;
  transform: translate(-50%, -50%);
  bottom: 0px;
}
.footer-bar-4 span {
  display: none !important;
}
.footer-bar-4 i {
  padding-top: 10px;
}

.footer-bar-5 .active-nav strong {
  position: absolute;
  width: 50px;
  height: 2px;
  border-radius: 60px;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.footer-bar-3 span {
  display: none !important;
}
.footer-bar-3 .active-nav {
  padding-top: 11px !important;
}
.footer-bar-3 .active-nav span {
  display: block !important;
}
.footer-bar-3 a {
  padding-top: 18px !important;
}

.footer-menu-hidden {
  transition: all 100ms ease;
  transform: translateY(100%) !important;
}

.footer-bar-white * {
  color: #FFF;
}

#footer-bar.position-relative {
  z-index: 2 !important;
}

#footer-bar {
  height: calc(65px + (constant(safe-area-inset-bottom))*1.1);
  height: calc(65px + (env(safe-area-inset-bottom))*1.1);
}

.is-not-ios .footer-menu-clear {
  height: 70px;
  display: block;
}
.is-not-ios .footer {
  padding-bottom: 0px;
}
.is-not-ios #footer-menu a i {
  padding-top: 13px;
}
.is-not-ios #footer-menu a span {
  opacity: 0.6;
}

.footer-bar-6 u {
  background-color: rgba(255, 255, 255, 0.2);
}

.footer-bar-6 {
  margin-left: -3px;
}
.footer-bar-6 span {
  font-size: 11px !important;
}
.footer-bar-6 i {
  transform: translateY(-2px);
  opacity: 0.7;
}
.footer-bar-6 .circle-nav strong {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  left: 50%;
  top: -23px;
  z-index: 0;
  transform: translateX(-50%);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09);
  animation: footerAni 1s infinite;
  background-image: linear-gradient(to bottom, #75B437 0%, #75B437 100%) !important;
  
}

.footer-bar-6 .circle-nav strong, .footer-bar-6 .active-nav em {
  background-image: linear-gradient(to bottom, #75B437, #75B437) !important;
}

@keyframes footerAni {
  0% {
    transform: scale(1, 1) translateX(-50%);
  }
  50% {
    transform: scale(1.05, 1.05) translateX(-48%);
  }
}
.footer-bar-6 .circle-nav span {
  font-size: 11px !important;
  margin-top: -8px !important;
}
.footer-bar-6 .circle-nav i {
  transform: translateY(-14px) translateX(0px);
  color: #75B437 !important;
  opacity: 1 !important;
  font-size: 27px !important;
  position: relative;
  z-index: 2;
}
/*.footer-bar-6 .circle-nav svg {
  width: 25px !important;
  height: 25px !important;
  stroke: #FFF !important;
  fill: rgba(255, 255, 255, 0.1) !important;
  transform: translateY(-25px) translateX(-1px) !important;
  position: relative;
  z-index: 2;
}
.footer-bar-6 .circle-nav u {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 50px;
  border-radius: 50px;
  height: 50px;
  z-index: 0;
}
.footer-bar-6 .active-nav em {
  position: absolute;
  width: 60px;
  height: 4px;
  border-radius: 60px;
  left: 50%;
  top: 57px;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #75B437 0%, #75B437 100%) !important;
}*/

.form-control {
  border: 1px solid #dee2e6;
  box-shadow: none;
  color: #333;
  padding: .54688rem .875rem;
  font-size: 16px;
  height: calc(1.6em + 1.21875rem);
  line-height: 1.6;
  font-weight: 400;
  color: #1e2022;
}

#page {
  position: relative;
  min-height: 60vh;
}
.page-content {
  overflow-x: hidden;
  transition: all 300ms ease;
  z-index: 90;
  padding-bottom: 80px;
  padding-bottom: calc(80px + (constant(safe-area-inset-bottom))*1.1);
  padding-bottom: calc(80px + (env(safe-area-inset-bottom))*1.1);
}

[data-card-height=cover].card {
  margin-bottom: 0px !important;
}
[data-card-height] p {
  padding-bottom: 0px;
}
.accordion [data-card-height] button {
  width: 100%;
}
.theme-light [data-card-height=cover] input:not([type=submit]):not(.focus-color):focus, .theme-light [data-card-height=cover] select:focus, .theme-light [data-card-height=cover] textarea:active {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.card-bottom {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.card {

  -webkit-transform: translate3d(0, 0, 0);
  background-size: cover;
  border: 0px !important;
  max-height: 150000px;
  margin-bottom: 30px;
  background-position: center center !important;
  position: relative;
}
.cover-slider .card {
  margin-bottom: 0px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.img-signup1{
    width: 100%; 
    height: 700px; 
    object-fit: cover;
  }
  .card_bottom{
    background-color: #EBF4ED;
  }
  .theme-dark[data-gradient=body-default] #page, .body-default {
  background-image: none !important;
}
.menu-box-bottom[data-menu-height=cover],
.menu-box-top[data-menu-height=cover] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}




