.gym_foot [class*="crm_inquiry_form_boxcustom_inquiry_form"] .inqury_title_box {
    padding: 0 20px 0 !important;
}

.gym_foot [class*="crm_inquiry_form_boxcustom_inquiry_form"] .inqury-form .input-wrap {
  padding: 0 10px !important;
}

.gym_foot [class*="crm_inquiry_form_boxcustom_inquiry_form"] .inqury-form .input-wrap .input-label {
  color: #fff !important;
}

.gym_foot [class*="crm_inquiry_form_boxcustom_inquiry_form"] .inqury_submit:hover {
  background: #1da1f2;
}

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

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

.gym_foot .inqury-form .input-wrap.full{
  margin-bottom: 20px;
}

.gym_foot .crmForm-error{
  color: #F0150F!important;
}

.gym_foot .inqury_titl_desc {
    color: #fff !important;
}
.footer-bottom p a:hover {
    color: #fff; 
text-decoration: underline;
}
@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: var(--color-second);
    position: relative;
    z-index: 100;
}

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 0;
}

footer .content .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

footer .content .row .contact h3{
    font-size: 32px;
    color: #fff;
}

footer .content .about_box{
    max-width: 400px;
}

footer .content .about_box .about {
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

footer .content .form_box{
  max-width: 350px;
}

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

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

@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;
    display: flex;
    margin-bottom: 40px;
}

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

footer .content .about p a{
  color: #fff;
}

footer .content .about p a:hover{
  text-decoration: underline;
}

@media (max-width: 1200px) {
  footer .content .row{
    flex-wrap: wrap;
  }
  footer .content .row > div:not(.form_box *){
    width: 50%;
  }
  footer .content .form_box{
    max-width: 1200px;
  }
  footer .content .about_box{
    max-width: 1200px;
  }
}
@media (max-width: 768px) {
  footer .content .row{
    flex-wrap: wrap;
  }
  footer .content .row > div:not(.form_box *){
    width: 100%;
  }
  footer .form_box{
    max-width: 1200px;
  }
}
@media (max-width: 1199px) {
    footer .content .about .social-icons {
        margin-bottom: 64px;
    }
}

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

footer .content .about .social-icons li a {
   background: #fff;
    width: 40px;
    height: 40px;
    display: block;
    padding: 5px;
}

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

footer .content .about .social-icons li i {
       color: #000;
    font-size: 29px;
    line-height: 30px;
}

footer .content .about .social-icons li i:hover {
    text-decoration: underline;
}

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

footer .content .contact ul li {
    /* margin-bottom: 32px; */
    font-weight: 700;
    /* font-size: 21px; */
    line-height: 38px;
    color: #fafafa;
}

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; */
    font-size: 16px;
    color: #fff;
    font-weight: 100;
}

footer .content .contact ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .footer-bottom {
    /*background-color: #0d0d0d;*/
    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 .float-end {
    float: right !important;
}

 @media (max-width: 768px){
  footer .footer-bottom p{
    padding: 0;
  }
}

