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

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

.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 .inqury-form .input-wrap{
  padding: 10px 0;
}  

footer .inqury_title_box{
  padding: 0;
}
footer .row{
  align-items: center;
}
  
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:#1B1C1E;
}

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: 51px 0 24px;
}

footer .logo img{
  width: 360px;
}

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

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

@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;
      margin-top: 20px;
}

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: var(--color-primary);
}

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

footer .content .contact ul li h2{
      color: #fff;
    font-size: 18px;
}

footer .content .contact ul li {
    margin-bottom:10px;
    /* font-weight: 700; */
    font-size: 18px;
    /* line-height: 140%; */
    color: #fff;
}

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 i {
  color: var(--color-primary);
}





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:767px){
 .gym_foot .row .col-lg-6:last-child{
   display: none;
 } 
}


