.mb-32 {
  margin-bottom: 32px;
}
.logo {
    max-width: 60%;
}

.contact {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.inqury_title_text {
    display：none;
}
.gym_foot .inqury-form .input-wrap .input-label {
  width: 100%;
  color: #ffffff !important;
  padding-bottom: 5px;
}
.gym_foot .inqury_submit {
  color: var(--color-primary) !important;
  background-color: #fff !important;
  padding: 10px 40px;
  border-radius: var(--button-radius);
  cursor: pointer;
}
.gym_foot .inqury_title_text {
  color: #fff !important;
  display：none;
}

.gym_foot .inqury_titl_desc {
  color: #fff !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 18px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 24px;
  }
}

/*-------------------------
    Buttons
  -------------------------*/
footer .cus-btn.primary {
  padding: 12px 32px;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  border-radius: 32px;
  border: 0;
  color: #fafafa;
  cursor: pointer;
  background-color: var(--color-primary);
  font-family: var(--title-font-family);
}

footer .cus-btn:hover {
  background-color: var(--bg-color);
  color: var(--color-primary);
}

footer {
  background-color: #1d694c;
}

footer .b {
  font-family: var(--title-font-family);
  font-style: normal;
  font-weight: 400;
}

footer .color-primary {
  color: var(--color-primary) !important;
}

footer .content {
  padding: 71px 0 64px;
}

@media (max-width: 575px) {
  footer .content {
    padding: 71px 16px 64px;
  }
}

footer .content .about p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #fafafa;
  width: 80%;
  margin: 48px 0 96px;
}

@media (max-width: 1199px) {
  footer .content .about p {
    width: 95%;
    margin: 48px 0;
  }
}

@media (max-width: 492px) {
  footer .content .about p {
    width: 100%;
  }
}

footer .content .about .social-icons {
  list-style: none;
  padding-left: 0;
}

footer .content .about p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 1199px) {
  footer .content .about .social-icons {
    margin-bottom: 64px;
  }
}

footer .content .about .social-icons li {
  display: inline;
  margin-right: 32px;
}

footer .content .about .social-icons li:last-child {
  margin-right: 0;
}

footer .content .about .social-icons li i {
  color: #fafafa;
  font-size: 24px;
}

footer .content .about .social-icons li i:hover {
  color: #6dd9af;
}

footer .content .contact ul {
  list-style: none;
  padding-left: 0;
  margin-top: 115px;
  margin-left: -27px;
}

footer .content .contact ul li {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #fafafa;
  font-family: 'BarlowCondensed_Bold';
}

footer .content .contact ul li.woicon {
  margin-left: 32px;
}

footer .content .contact ul li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
}

footer .content .contact ul li span b {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
}

footer .content .contact ul li i {
  margin-right: 8px;
  color: #fafafa;
  font-size: 24px;
}

footer .content .contact ul li span {
  max-width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

footer .content .contact ul li a {
  font-family: var(--title-font-family);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

footer .content .contact ul li a:hover {
    text-decoration: none;
    color: #6dd9af;
  }



footer .content .contact ul li a:hover i {
  color: #6dd9af;
}



footer .footer-bottom {
  background-color: #1d694c;
  height: 64px;
}

footer .footer-bottom p {
  text-align: center;
  margin: 0;
  padding: 20px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #fafafa;
}

footer .footer-bottom p a:hover {
  color: #6dd9af;
}

footer .float-end {
  float: right !important;
}











@media screen and (max-width:992px){
  footer .content .contact ul{
    margin: 0 !important;
  }
  
}


@media screen and (max-width:768px){
      footer .content {
        padding: 40px 0!important;
    }
        footer .content .about p {
        margin: 15px 0 !important;
        font-size: 12px !important;
    }
    footer .content .about .social-icons{
      margin-bottom: 10px !important;
    }
    footer .content .contact ul li{
      margin-bottom: 10px !important;
      font-size: 14px !important;
    }
    footer .footer-bottom p{
      padding: 0 15px !important;
      font-size: 12px !important;
    }
}