/*Global Style Start*/

@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-Black.woff2") format("woff2"),
    url("Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-ExtraLight.woff2") format("woff2"),
    url("../webfontsPoppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-ExtraBoldItalic.woff2") format("woff2"),
    url("../webfontsPoppins-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-BoldItalic.woff2") format("woff2"),
    url("Poppins-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("../webfonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-BlackItalic.woff2") format("woff2"),
    url("../webfonts/Poppins-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-Bold.woff2") format("woff2"),
    url("../webfonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-ExtraLightItalic.woff2") format("woff2"),
    url("../webfonts/Poppins-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-Light.woff2") format("woff2"),
    url("../webfonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-Italic.woff2") format("woff2"),
    url("../webfonts/Poppins-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-MediumItalic.woff2") format("woff2"),
    url("../webfonts/Poppins-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-Medium.woff2") format("woff2"),
    url("../webfonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-LightItalic.woff2") format("woff2"),
    url("../webfonts/Poppins-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../webfonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-SemiBoldItalic.woff2") format("woff2"),
    url("../webfonts/Poppins-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-Regular.woff2") format("woff2"),
    url("../webfonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-Thin.woff2") format("woff2"),
    url("../webfonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-ThinItalic.woff2") format("woff2"),
    url("../webfonts/Poppins-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}


:root {

  --body-color: #28303d;

}







body {
  color: #28303d;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Poppins";
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
  padding: 0px;
}
h1,
h2,
h3 {
  font-family: "Poppins";
}
a {
  text-decoration: none;
  color: #284544;
  transition: all 0.3s;
  text-decoration: none;
}

table,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
a,
li,
ul,
ol,
p,
form,
input {
  padding: 0;
  font-family: "Poppins";
  margin: 0;
  text-decoration: none;
  font-weight: 400;
  line-height: normal;
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none !important;
}
input:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
input:focus,
textarea:focus {
  border: none;
}

h1 {
  font-size: 36px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  line-height: 1.6;
  color: #000000;
}

.mt-30 {
  margin-top: 30px;
}
.top-login-panel {
  background: #28303d;
  text-align: center;
}
.top-login-panel .top-login-inr {
  padding: 5px 0px;
}
.top-login-panel .top-login-inr p {
  display: inline-block;
  color: #fff;
}
.top-login-panel .login {
  color: #f0574d;
  float: right;
  margin-right: 20px;
}
#page_main_title {
  text-transform: uppercase;
}
.heading-tab {
  font-weight: bold;
  line-height: 3rem;
}
.text-orange {
  color: #f0574d;
}
.text-white {
  color: #ffffff;
}
.member_home_page .heading-tab.text-white span {
  color: #f0574d !important;
  text-shadow: 0 2px 0px #fdc4c4;
  font-weight: bold;
}
.btn-white {
  background: #fff;
  border: 2px solid #f0574d;
  color: #f0574d;
}
.btn-white:hover {
  background: #f0574d;
  border: 2px solid #f0574d;
  color: #fff;
}

.text-bold {
  font-weight: bold;
  letter-spacing: 2px;
}
.btn-orange {
  background-color: #f0574d;
  color: #fff;
  border: 2px solid #f0574d;
}
.btn-orange:hover {
  background: #fff;
  border: 2px solid #f0574d;
  color: #f0574d;
}
.btn-md {
  padding: 10px 15px;
  font-size: 16px;
}
.form-control {
  height: 50px;
  background: #fff;
  border-color: #fff;
  font-size: 16px;
  color: #fff;
  box-shadow: 0 8px 21px rgba(76, 65, 63, 0.03);
}
.text-uppercase {
  text-transform: uppercase !important;
}
.background-style {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-top-section {
  min-height: 700px;
  display: flex;
  align-items: center;
  position: relative;
}
.d-listing-mid-inr .text-description img {
  max-width: 124px;
  max-height: 70px;
}
.section-spacing {
  padding: 3rem 0;
}
.space-top {
  padding-bottom: 0;
  padding-top: 3rem;
}
.space-bottom {
  padding-bottom: 3rem;
  padding-top: 0;
}
.section-heading {
  margin-bottom: 1.25rem;
}
.container-fluid {
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
}

body.opacity {
  overflow: hidden;
}
body.opacity:after {
  content: "";
  position: fixed;
  background: rgb(0 0 0 / 78%);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/*Global Style End*/

/*Button Style Start*/

.site-header {
  background: #fff;
}
.navbar {
  padding: 0;
}
.navbar .container-fluid {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}
.navbar-brand {
  margin-right: 0;
  width: 260px;
  height: auto;
}
.navbar-toggler {
  border: none;
  background: none;
  padding: 0;
  width: 3rem;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler svg {
  width: 2rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #28303d;
  font-size: 15px;
  line-height: 2rem;
  margin-left: 5px;
  padding: 5px 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active {
  color: #f0574d;
}
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .show > .nav-link {
  color: #e21e26;
}
.navbar-collapse p a {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.user-links .nav-link i,
.user-links .nav-link svg {
  margin-right: 4px;
  font-size: 1.25rem;
}

.navbar-collapse.show {
  height: auto;
}

/*Header End*/
.fitness-centres {
  background: #f4f4f9;
}
.centres-inr-box {
  display: grid;
  grid-gap: 0;
  text-align: center;
  grid-template-rows: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
}
.centres-box-inrpanel {
}
.gmyweldis-box {
  width: 260px;
  min-height: 243px;
  box-shadow: 1px 1px 44px #00000014;
  margin: 8px;
  padding: 31px;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.gym-wel-box1 {
  grid-row-start: 1;
  grid-row-end: 3;
}
.gym-wel-box3 {
  grid-row-start: 2;
  grid-row-end: 4;
}
.fitness-centres-inr {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
}
.login-inner-form {
  max-width: 936px;
}
.wellbeing-brand .item {
  background: #fff;
  border-radius: 100px;
  padding: 20px 33px;
  border: 1px solid #0000001a;
  margin-bottom: 1px;
}
.wellbeing-brand {
  background: #fafbfd;
  border-radius: 100px;
  padding: 25px 60px;
  position: absolute;
  left: 5rem;
  right: 5rem;
  z-index: 9;
  transform: translate(0%, -50%);
  top: 50%;
}
.wellbeing-brand .item img {
}
.login-inner-form .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 20px 0px;
}
.login-inner-form .form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}
.login-inner-form .form-group .form-control {
  height: 60px;
  background: rgba(255, 255, 255, 0.24);
  border: none;
}
.login-inner-form .btn {
  position: absolute;
  right: 0;
  height: 60px;
  max-width: 141px;
  width: 100%;
}
#ref:focus:focus-visible {
  box-shadow: unset;
}

.login-inner-form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}

.request_bg .contact_form .control .input_text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a9a9a9;
}

.request_bg .contact_form .control #comment::placeholder {
  /* Microsoft Edge */
  color: #a9a9a9;
}

#get_offer_with_code .modal-content {
  background: #f0574d !important;
}
#get_offer_with_code button.close_detail span {
  color: #ffffff;
}
#get_offer_with_code .modal-body {
  border: 1px solid #f0574d;
}
#get_offer_with_code .btn-md {
  min-width: 156px;
}

.login-inner-form .bottom_head {
  color: #fff;
  font-size: 18px;
}
.login-inner-form .bottom_head .login-text-bt {
  font-size: 14px;
}
.login-inner-form .btn.btn-orange.btn-md:active {
  background-color: #f0574d !important;
  border: none;
  color: #fff !important;
}
.login-inner-form .btn-md:hover {
  background: #fff;
}
.f_logo {
  text-align: right;
}
.about-inc-logo {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-top: 11px;
}

.wellbeing-brand-section .owl-next {
  position: absolute;
  top: 36%;
  right: -20px;
}
.wellbeing-brand .heading-tab {
  position: absolute;
  top: 0px;
  z-index: 99999;
  margin-top: -70px;
  transform: translate(-50%, 0%);
  left: 50%;
}
.wellbeing-brand-section .owl-prev {
  position: absolute;
  top: 36%;
  left: -20px;
}
.wellbeing-brand-section .owl-prev,
.wellbeing-brand-section .owl-next {
  background-color: #e7eef9 !important;
  width: 36px;
  height: 36px;
  border-radius: 100px;
}
.wellbeing-brand-section .owl-prev span,
.wellbeing-brand-section .owl-next span {
  font-size: 35px;
  line-height: 31px;
  font-weight: 300;
  text-align: center;
}
.wellbeing-brand-section .owl-carousel .owl-item img {
  max-width: 120px;
  margin: 0 auto;
  width: auto;
}
.welcome-mygym-inr {
}
.welcome-mygym-inr .img-wrap {
}
.welcome-mygym-inr .text-description {
}

.wellbeing-brand-section {
  margin-bottom: 120px;
}
.section-padding-40 {
  padding: 40px 0px;
}
.section-padding-60 {
  padding: 30px 0px;
}
.gray-bg-color {
  background-color: #f5f5f7;
}
.welcome-mygym-inr .img-wrap img {
  width: 100%;
}
.welcome-mygym-inr .text-description p {
  padding-top: 20px;
  line-height: 1.8rem;
}
.fitness-centres-inr .text-description p {
  font-size: 25px;
  padding-right: 0;
}
.fitness-centres-inr .text-description p span {
  color: #f0574d;
  text-transform: uppercase;
  font-weight: 600;
}
.fitness-centres-inr .text-description {
}
.gmyweldis-box .text-description p {
  font-size: 16px;
  padding: 0;
  font-weight: 500;
}
.fitness-centres-inr .text-description .counter {
  background: #25547c;
  min-width: 41px;
  display: inline-block;
  text-align: center;
  padding: 10px 0px;
  color: #fff;
  border-radius: 5px;
  margin-top: 30px;
}
.copy-write {
  background: #242c39;
  padding: 20px 0px;
  margin-top: 30px;
  min-height:80px;
}
.copyright-inr p {
  color: #fff;
  font-size: 13px;
}
.login-inner-form .form-control:focus {
  color: #fff;
}
.innner-pages-header {
  background: rgb(107, 137, 165);
  background: -moz-linear-gradient(
    276deg,
    rgba(107, 137, 165, 1) 0%,
    rgba(114, 138, 163, 1) 6%,
    rgba(119, 208, 203, 1) 48%,
    rgba(218, 148, 139, 1) 100%
  );
  background: -webkit-linear-gradient(
    276deg,
    rgba(107, 137, 165, 1) 0%,
    rgba(114, 138, 163, 1) 6%,
    rgba(119, 208, 203, 1) 48%,
    rgba(218, 148, 139, 1) 100%
  );
  background: linear-gradient(
    276deg,
    rgba(107, 137, 165, 1) 0%,
    rgba(114, 138, 163, 1) 6%,
    rgba(119, 208, 203, 1) 48%,
    rgba(218, 148, 139, 1) 100%
  );
}

/*digital-listing start*/
.digital-listing-bnr {
  min-height: 280px;
  display: flex;
  align-items: center;
}
.digital-listing-bnr .text-description {
  max-width: 620px;
  margin-left: -25px;
}
.d-listing-mid-inr {
}
.d-listing-mid-inr .text-description img {
}
.seartch-listing-page .d-listing-mid-inr .text-description .img-fluid {
  background: #fff;
  padding: 10px 10px;
  border-radius: 5px;
}
.d-listing-mid-inr .img-wrap-inr .img-wrap {
  overflow: hidden;
  border-radius: 20px;
}
.d-listing-mid-inr .left-wrap-panel .img-wrap {
  box-shadow: -10px 10px 0px #92a9bd;
}
.d-listing-mid-inr .right-wrap-panel .img-wrap {
  box-shadow: 20px 25px 0px #92a9bd;
}
.d-listing-mid-inr .img-wrap-inr .img-wrap img {
  width: 100%;
  object-fit: cover;
  max-height: 250px;
}
.d-listing-mid-inr .btn-md {
  min-width: 170px;
  margin-right: 5px;
  text-transform: uppercase;
}
.d-listing-mid-inr .text-description-inr h4 {
  font-weight: bold;
  cursor: pointer;
}
.d-listing-mid-inr .text-description p {
  padding: 9px 0px;
}
.d-listing-mid-inr .text-description .heading-tab {
  margin: 0;
  padding: 10px 0px;
}
.offer-sec {
  font-size: 26px;
  display: flex;
  width: 90px;
  height: 90px;
  background: #00c4ba;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding-top: 15px;
}
.left-wrap-panel .offer-sec {
  position: absolute;
  top: -26px;
  right: -30px;
}
.right-wrap-panel .offer-sec {
  position: absolute;
  top: -30px;
  left: -30px;
}
.d-listing-mid-section .text-description .btn-panel {
  margin-top: 15px;
}

.left-wrap-panel .offer-sec p {
  font-weight: bold;
  color: #fff;
  line-height: 1rem;
}
.right-wrap-panel .offer-sec p {
  font-weight: bold;
  color: #fff;
  line-height: 1rem;
}
.img-wrap-inr {
  position: relative;
}

.seartch-listing-page {
}
.seartch-listing-page .img-wrap-inr {
}
.seartch-listing-page .img-wrap-inr .img-wrap {
  cursor: pointer;
}
.seartch-listing-page .d-listing-mid-inr {
}
.seartch-listing-page .d-listing-mid-inr .text-description {
  padding-left: 60px;
}

.video_form {
}
.video_form iframe {
  width: 100%;
}

/*digital-listing end*/

/*Tile-listing-page*/
.tile-listing-bnr {
  min-height: 402px;
  display: flex;
  align-items: center;
}
.welcome-tile-section-inr {
  grid-gap: 60px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 64%;
}
.wel-come-tile-img img {
}
.wel-come-tile-img {
}
.tile-btn {
  position: absolute;
  top: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 15px;
  z-index: 99;
}
.tile-btn p {
  color: #fff;
}

.tile-box-section-inr {
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  align-items: center;
  margin-bottom: 140px;
}
.tile-box-img img {
  width: 100%;
  height: auto;
}
.tile-box-img {
}
.inner-tile-box {
  position: relative;
  border: 1px solid #fff;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 1px 3px 20px #0000002e;
}

.inner-tile-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    360deg,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    360deg,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 1) 100%
  );
}

.tile-btn img {
  width: 20px;
  height: 18px;
}
.overlay-tile {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  background-color: #0b171c9c;
  opacity: 0;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.overlay-tile .text p {
  color: #ffff;
  padding: 20px;
}
.inner-tile-box:hover .overlay-tile {
  opacity: 1;
}

/*/Tile-listing-page*/

/*/search-page-listing-page*/
.tile-list-page-bnr {
  min-height: 630px;
  display: flex;
  align-items: end;
  position: relative;
  margin-bottom: 90px;
}
.tile-list-page-bnr .text-description {
}
.tile-list-page-bnr .text-description p {
  font-size: 29px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
.tile-list-page-bnr .text-description p span {
  background: #00c4ba;
  padding: 5px 10px;
  border-radius: 6px;
}

.tile-list-page-inr .login-inner-form .form-group .form-control {
  height: 60px;
  background: rgb(255, 255, 255);
  border: none;
}
.tile-list-page-inr select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  height: 50px;
  font-size: 18px;
  color: #666666;
  text-transform: capitalize;
  font-weight: normal;
  float: left;
  background-image: url(../images/select-arrow.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 7px;
}
.tile-list-page-inr .form-group-list {
  grid-gap: 0px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  align-items: center;
  gap: 0;
}
.tile-list-page-inr .select-box {
  display: flex;
  gap: 5px;
  margin-right: 5px;
}
.tile-list-page-inr .input-btn-sec {
  display: flex;
  position: relative;
}
.tile-list-page-inr .input-btn-sec .btn-md {
  width: 162px;
  position: absolute;
  right: 0;
  height: 100%;
  border-radius: 0 10px 10px 0px;
  font-size: 16px;
}
.tile-list-page-inr .search-inner-form {
  background: rgb(107, 137, 165);
  background: -moz-linear-gradient(
    276deg,
    rgba(107, 137, 165, 1) 0%,
    rgba(114, 138, 163, 1) 6%,
    rgba(119, 208, 203, 1) 48%,
    rgba(218, 148, 139, 1) 100%
  );
  background: -webkit-linear-gradient(
    276deg,
    rgba(107, 137, 165, 1) 0%,
    rgba(114, 138, 163, 1) 6%,
    rgba(119, 208, 203, 1) 48%,
    rgba(218, 148, 139, 1) 100%
  );
  background: linear-gradient(
    276deg,
    rgba(107, 137, 165, 1) 0%,
    rgba(114, 138, 163, 1) 6%,
    rgba(119, 208, 203, 1) 48%,
    rgba(218, 148, 139, 1) 100%
  );
  padding: 25px 30px;
  border-radius: 6px;
  position: relative;
  position: relative;
}
.tile-list-page-inr .search-inner-form .form-control {
  height: 50px;
  font-size: 16px;
  box-shadow: 0 8px 21px rgba(76, 65, 63, 0.03);
  border-radius: 10px;
  padding: 0 10px;
  color: #5c596d;
}

.tile-list-page-inr .search-inner-form h2 {
  text-align: center;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  max-width: 545px;
  margin: 0 auto;
  padding-bottom: 15px;
}
.tile-list-page-inr .search-inner-form .heading-tab:after,
.tile-list-page-inr .search-inner-form .heading-tab:before {
  content: "";
  position: absolute;
  border-top: 1px solid #f0574d;
  top: 24px;
  width: 140px;
}
.tile-list-page-inr .search-inner-form .heading-tab:after {
  right: 0;
  margin-left: 15px;
}
.tile-list-page-inr .search-inner-form .heading-tab:before {
  left: 0;
  margin-right: 15px;
}
.tile-list-page-inr .list-participating {
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
  margin: 16px 0px;
}
.tile-list-page-inr .right-list-panel {
  display: flex;
  align-items: center;
  gap: 37px;
}
.tile-list-page-inr .right-list-panel .prient-list {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tile-list-page-inr .right-list-panel .recommend-list {
  display: flex;
  gap: 15px;
}
.tile-list-page-inr .right-list-panel .recommend-list .dropdown {
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
}

.list-participating .left-list-panel {
  width: 50%;
}

.recommend-list .form-control.count {
  min-width: 82px;
  padding: 8px 10px 8px 8px;
  border-radius: 6px;
  padding-top: 8px;
  background-size: 20px;
  height: auto;
}

.prient-list-input img {
  max-height: 45px;
}

.tile-list-page-bg {
  width: 100%;
  min-height: 54px;
  background: #f4f4f9;
  color: #fff;
  position: absolute;
  bottom: -95px;
}
.tile-list-page-inr {
  margin-top: -90px;
}
.tile-list-page-inr .list-participating p {
  color: #000;
}
.recommend-list .btn {
  background: #00c4ba;
  font-weight: 400;
  color: #fff;
  line-height: 21px;
}

/*/search-page-listing-page*/
.page-pagicnation {
  margin: 40px 0;
}
.page-pagicnation .pagination {
  margin: 20px 0px;
}
.page-pagicnation .pagination li {
  background: #eee;
  margin: 3px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  border: none;
  color: #444444;
}
.page-pagicnation .pagination li a {
  border: none;
  background: #eeeeee;
  border-radius: 5px;
  color: #444444;
  padding: 10px 15px;
  font-weight: 600;
}
.page-pagicnation .pagination li a:hover {
  background: #00c4ba;
  color: #fff;
}
.page-pagicnation .pagination li:active {
  background-color: #00c4ba !important;
  color: #fff !important;
  border: none !important;
}
.page-pagicnation .page-link:focus {
  box-shadow: none;
}

.searchDetail {
  padding: 15px 0px;
  background: rgb(107, 137, 165);
  background: -moz-linear-gradient(
    276deg,
    rgba(107, 137, 165, 1) 0%,
    rgba(114, 138, 163, 1) 6%,
    rgba(119, 208, 203, 1) 48%,
    rgba(218, 148, 139, 1) 100%
  );
  background: -webkit-linear-gradient(
    276deg,
    rgba(107, 137, 165, 1) 0%,
    rgba(114, 138, 163, 1) 6%,
    rgba(119, 208, 203, 1) 48%,
    rgba(218, 148, 139, 1) 100%
  );
  background: linear-gradient(
    276deg,
    rgba(107, 137, 165, 1) 0%,
    rgba(114, 138, 163, 1) 6%,
    rgba(119, 208, 203, 1) 48%,
    rgba(218, 148, 139, 1) 100%
  );
}
.searchDetail .d-listing-mid-inr .text-description {
  padding-left: 0;
}
.searchDetail .d-listing-mid-inr .text-description .heading-tab {
  padding: 0;
  color: #fff;
}

.searchDetail .d-listing-mid-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchDetail .d-listing-mid-inr .text-description {
}
.searchDetail .d-listing-mid-inr .btn-panel {
  text-align: center;
}
.searchDetail .d-listing-mid-inr .btn-panel img {
  background: #fff;
  padding: 10px 10px;
  border: solid 1px #ddd;
  border-radius: 5px;
  max-width: 124px;
  max-height: 70px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
.searchDetail .d-listing-mid-inr .btn-panel a {
  min-width: 180px;
  margin-top: 4px;
}

.detailSlide {
  background-color: #ededed;
  padding-top: 20px;
}
.detailSlide .mysidebar-inr {
  display: initial;
}
.detailSlide .mywellbeing-discounts-tabs {
  margin-top: 0px;
  max-width: 100%;
}

.detailSlide .mywellbeing-discounts-tabs {
  padding-top: 0px;
}

.detailSlide .mywellbeing-discounts-tabs .tab-content .tab-pane p {
  color: #000;
  line-height: 26px;
}

.detailSlide .mywellbeing-discounts-tabs .tab-content {
  margin-top: 0;
  background: #fff;
  padding: 1px 20px 20px 20px;
  border: solid 1px #f2f2f2;
  border-radius: 0 10px 10px 10px;
  border: 1px solid #ddd;
  height: 400px;
  overflow: auto;
}
.detailSlide .gymdetails ul li a {
  color: #000 !important;
}
.detailSlide.sidebar_detail_page .mysidebar-inr .gymdetails {
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 15px 4px 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.detailSlide section#mySidebar_15451 {
  margin-top: 30px;
}
.detailSlide .get-offer-slider .sv-slider {
  max-width: 100%;
}
.detailSlide .sv-slider-item img {
  object-fit: cover;
}
.detailSlide .get-offer-slider {
  margin-top: 0;
}

.detailSlide .gymdetails {
  color: #000;
  font-size: 14px;
}

.detailSlide .gymdetails ul li {
  color: #000;
}
.detailSlide .gymdetails ul li span {
  color: #000;
}
.detailSlide .gymdetails ul li a {
  color: #000;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
}

.detailSlide .mywellbeing-discounts-tabs nav .nav-tabs .nav-link {
  margin-right: 1px;
  border-radius: 10px 10px 0 0;
}

/*fotter*/
footer {
  background: #282f3b;
  padding: 38px 0 0 0;
  margin-top: auto;
}
footer ul {
  margin: 0px;
  padding: 0px;
}
footer li {
  list-style: none;
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  padding-bottom: 5px;
}
footer li a {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
footer li a:hover {
  text-decoration: none;
  color: #f0574d;
}
footer li a:focus {
  text-decoration: none;
  color: #f5b2c3;
}
.copy_right {
  background: #eb1f4a;
  margin-top: 40px;
}
.copy_right p {
  color: #282f3d;
  padding: 15px 10px;
  font-size: 12px;
}
.footer-last a.ds-link {
  background: rgba(0, 0, 0, 0) url("../images/dotsquares-logo.png") no-repeat
    scroll left center / 15px auto;
  display: inline-block;
  line-height: 20px;
  margin-left: 5px;
  padding-left: 20px;
  text-decoration: none;
  color: #fff;
}

.sv-slider-item img {
  max-height: 392px;
  height: 100%;
}
.sv-slider .owl-thumbs {
  white-space: nowrap;
  overflow: hidden;
}
.get-offer-slider .owl-thumbs button > img {
  max-width: 104px;
}
.get-offer-slider .sv-slider {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
.get-offer-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
.get-offer-slider .owl-next {
  float: right;
  background: #fff9 !important;
  border-radius: 2px;
  width: 30px;
  height: 60px;
  color: #000 !important;
}
.get-offer-slider .owl-prev {
  background: #fff9 !important;
  border-radius: 2px;
  width: 30px;
  height: 60px;
  color: #000 !important;
}
.get-offer-slider .owl-thumb-item {
  border: none;
  margin: 6px;
  padding: 0px;
}
.get-offer-slider {
  margin-top: 30px;
  width: 100%;
}
.mysidebar-inr {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 40px;
}

.sidebar {
  height: 100vh;
  width: 800px;
  transform: translateX(120%);
  position: fixed;
  z-index: 1021;
  top: 0;
  right: 0;
  background-color: #f5f5f7;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  max-width: 100%;
}
.top-side-bar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000;
  display: block;
  transition: 0.3s;
}
.top-side-bar a:hover {
  color: #000;
}
.sidebar .closebtn {
  position: absolute;
  top: -60px;
  left: -35px;
  font-size: 36px;
  font-weight: 300;
  margin-left: 0;
  transform: rotate(45deg);
}
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}
.openbtn:hover {
  background-color: #444;
}
#main {
  transition: margin-left 0.5s;
  padding: 16px;
}

.mysidebar-inr .tab-content a {
  color: #fff;
  text-decoration: underline;
}

/*mywellbeing-discounts-tab*/
.mywellbeing-discounts-tabs {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
}

.tab-content::-webkit-scrollbar {
  height: 10px;
  background: #c2f0ff;
}
.tab-content::-ms-scrollbar {
  height: 5px;
}
.tab-content p {
}
.tab-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}
.tab-content::-webkit-scrollbar-thumb {
  height: 15px;
  background-color: #2d68a8;
}
.tab-content::-webkit-scrollbar-thumb:hover {
  background-color: #2d68a8;
}
.tab-content::-webkit-scrollbar:vertical {
  display: none;
}

.mysidebar-inr .top-side-bar {
  width: 100%;
  position: relative;
  padding-top: 20px;
}
.mysidebar-inr .btn {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: -45px;
  right: 0;
  padding: 10px 15px;
}
.mysidebar-inr .btn:hover {
  color: #f0574d;
}

/* NEW tabs SSS */

.mywellbeing-discounts-tabs {
}
.mywellbeing-discounts-tabs nav {
}
.mywellbeing-discounts-tabs nav .nav-tabs {
  border: none;
}
.mywellbeing-discounts-tabs nav .nav-tabs .nav-link {
  position: relative;
  display: block;
  line-height: 2.75em;
  padding: 0 1.618em;
  background: #25547c;
  border-right: 0.125rem solid #25547c;
  color: #000;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
  margin-right: 10px;
  border-radius: 10px;
  border: none;
  color: #fff;
}
.mywellbeing-discounts-tabs nav .nav-tabs .nav-link.active {
  background: #f0574d;
  color: #fff;
}
.mywellbeing-discounts-tabs .tab-content {
  border: none;
  margin-top: 10px;
}
.mywellbeing-discounts-tabs .tab-content .tab-pane {
}
.mywellbeing-discounts-tabs .tab-content .tab-pane.show {
}
.mywellbeing-discounts-tabs .tab-content .tab-pane p {
  color: #000;
  line-height: 21px;
  font-size: 14px;
  font-weight: 300;
  margin-top: 20px;
  min-height: 100px;
}

/*/mywellbeing-discounts-tab*/

.bg-red-map {
  min-height: auto;
}
.bg-red-map img {
  width: 100%;
  height: auto;
}
.map-right {
  background: #ededed none repeat scroll 0 0;
  display: inline-block;
  padding: 28px;
  width: 100%;
}

.club_counter_box_what {
  color: #eb2027;
  float: left;
  line-height: 28px;
  text-align: center;
  min-width: auto;
}
h2.club_counter_color {
  font-size: 15px;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
.flip-counter {
  font-size: 30px;
  line-height: 29px;
  text-transform: uppercase;
  vertical-align: middle;
  background: #25547c;
  min-width: 30px;
  display: inline-block;
  text-align: center;
  padding: 5px 0px;
  color: #fff;
  border-radius: 5px;
}
.inner-pages-mid .text-description {
}
.inner-pages-mid .text-description p {
  padding-bottom: 18px;
}
.black-overlay {
  background: #fff;
}

/*/mywellbeing-discounts-tab*/

/*login-form-start*/

.site-banner {
  display: flex;
  padding: 0;
  position: relative;
  color: #fff;
  margin-bottom: 140px;
  align-items: center;
}
.home-top-section .login-sec {
  max-width: 410px;
  width: 100%;
  text-align: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.68);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(255, 255, 255);
}
.input-form-sec .form-control {
  width: 100%;
  min-height: 48px;
  border-radius: 6px;
  border: none;
  padding: 0px 10px;
  margin-top: 15px;
  background: #e4e4e8;
}
.about_layer-contant h1 {
  filter: drop-shadow(4px 4px 2px #0000004f);
  font-size: 3rem;
  font-weight: bold;
  line-height: 4rem;
}
.about_layer-contant p {
  color: #fff;
  padding: 15px 0px;
}
.about_layer-contant h3 {
  filter: drop-shadow(4px 4px 2px #00000070);
  font-size: 2rem;
  padding: 0;
  margin: 0;
}
.login-bt-text h5 {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 24px;
}
.home-top-section .login-sec p {
  font-size: 14px;
  line-height: 22px;
  padding: 0px;
  margin: 8px 0px;
}
.login-new-sec {
  width: 40%;
  float: right;
  background: #fff;
  padding: 35px;
  border-radius: 7px;
}
.input-form-sec :focus-visible {
  outline: none;
}
.home-top-section .registerlink {
  text-transform: uppercase;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0px;
  font-size: 14px;
}
.home-top-section .registerlink a {
  font-weight: bold;
  color: #f24539;
  padding-left: 5px;
  text-decoration: underline;
}

.home-top-section .btn {
  width: 100%;
  height: 60px;
  border: none;
  background: #f24539;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.7s;
}
.home-top-section .btn:hover {
  border: 1px solid #f0584e;
  background: #fff;
  color: #f15a50;
}

#main_client_login .btn {
  height: 48px;
  margin-top: 15px;
}
.login-home #main_client_login .btn {
  height: 60px;
}
.about_layer-contant {
  width: 60%;
  color: #fff;
  padding-right: 50px;
}
.login-new-sec .form-control:focus {
  color: #212529;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  outline: 0;
  box-shadow: none;
}
#main_client_login h4 {
  font-weight: 600;
  padding-bottom: 20px;
  font-size: 22px;
}

/*login-form-start*/
.login-form-outer.login-inner-form {
  grid-gap: 0px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  align-items: center;
  max-width: 100%;
}
.signup-wrapper .login-page {
  grid-gap: 0px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  align-items: center;
  background: #f5f5f7;
}

.signup-wrapper .input-text {
  height: 40px;
  width: 100%;
  border: solid 1px #d5d5d5;
  padding: 10px;
  font-size: 1rem;
  border-radius: 0.25rem;
  margin: 10px 0px;
}
.signup-wrapper .login-form {
  background: #f5f5f7;
  padding: 30px;
}

.signup-wrapper .input-text {
  height: 50px;
  width: 100%;
  border: solid 1px #d5d5d5;
  padding: 10px;
  font-size: 1rem;
  border-radius: 0.25rem;
  margin: 10px 0px;
}

.signup-wrapper .input-text:focus {
  border: solid 2px #d5d5d5;
}

.signup-wrapper .right-img {
  padding: 30px;
}
.signup-wrapper .reg_field .checkbox {
  font-size: 14px;
  padding: 5px 0px;
}
.login-app-offer {
  background: #fff;
  padding: 40px;
  color: #2b3340;
  border-radius: 10px;
  min-height: 360px;
  min-width: 560px;
}

.checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.login-app-offer .checkbox {
  padding-bottom: 20px;
}
.control-row2 {
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  grid-gap: 0px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  align-items: center;
}
#login_form_main_box .signup-btn {
  margin-top: 20px;
}

/*error class*/

label.error {
  color: red;
  margin-left: 10px;
  display: inline;
  vertical-align: top;
  font-size: small;
}
input.error {
  border-color: #f00;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(200, 0, 0, 0.25 !important);
}

.alert {
  padding: 5px !important;
  padding-left: 10px !important;
}

.contact-detail-box {
  margin-bottom: 1rem;
}
.contact-forms-sec .form-control {
  border-color: #eee;
  box-shadow: none;
  color: #28303d;
}
.contact-forms-sec .form-control:focus {
  border: 1px solid #f0574d;
  box-shadow: none;
}
.contact-forms-sec label {
  width: 100%;
  font-weight: 500;
  margin-bottom: 7px;
}
.contact-forms-sec .control {
  margin-bottom: 1rem;
}
.contact-forms-sec textarea.form-control {
  height: 160px;
  resize: none;
}
.contact-forms-sec .btn-md {
  text-transform: capitalize;
}

.contact_detail_hidden {
  display: none;
}

#faqAccordion .accordion-button:focus {
  box-shadow: none;
}
#faqAccordion .accordion-button:not(.collapsed) {
  color: #f0574d;
  background: #f9eae9;
}
#faqAccordion .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f0574d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.search_page_autofill #result {
  width: 100%;
  padding: 2px;
  display: none;
  margin-top: -6px;
  border-top: 0px;
  border: 1px #f0574d solid;
  background-color: white;
  position: absolute;
  left: 0;
  top: 55px;
  z-index: 9999999;
  overflow-y: auto;
  height: 240px;
  max-width: 457px;
}
.search_page_autofill .show {
  padding: 2px;
  border-bottom: 1px #f0574d dashed;
  font-size: 15px;
  padding-left: 8px;
  color: #5c596d;
}
.search_page_autofill .show a {
  color: #000;
  display: block;
  text-decoration: none;
}
.search_page_autofill .show a:hover {
  color: #fff;
}
.search_page_autofill .show:hover {
  background: #f0574d;
  color: #fff;
  cursor: pointer;
}

.faq_container {
  width: 100%;
  background: #ededed;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: inline-block;
}

#faqs dt {
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin: 0px;
  position: relative;
  color: #232a36;
  font-size: 22px;
}
#faqs dt h2 {
  cursor: pointer;
  font-size: 16px;
  line-height: 40px;
  position: relative;
}
#faqs dt,
#faqs dd {
  padding: 0 0 0 20px;
}
#faqs dd {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  font-size: 15px;
  line-height: normal;
  margin: 0 0 10px 0px;
  padding: 15px;
  border-radius: 4px;
  position: relative;
}

.contact-form-left h2 {
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 15px;
}
.contact-form-left p {
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
}
.contact-form-left ul {
  margin: 0 0 0 21px;
}
.contact-form-left ul li {
  margin-top: 13px;
  line-height: 27px;
}

.contact-form-left form {
}
.contact-form-left form fieldset {
}
.contact-form-left form fieldset .form-style {
  margin: 0;
}

.contact-list {
}
.contact-list .list-heading {
  width: 100%;
  padding: 5px 20px;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(
    276deg,
    rgba(107, 137, 165, 1) 0%,
    rgba(114, 138, 163, 1) 6%,
    rgba(119, 208, 203, 1) 48%,
    rgba(218, 148, 139, 1) 100%
  );
}
.contact-list .list-heading h2 {
  font-weight: bold;
  font-size: 25px;
}
.contact-list .detail-box {
  width: 100%;
  background: #f3f3f3;
  padding: 22px;
  display: flex;
  justify-content: space-around;
}
.contact-list .detail-box .contact-detail-box {
  width: 100%;
  margin: 0;
}
.contact-list .detail-box .contact-detail-box p {
  font-size: 16px;
  color: #232323;
  line-height: normal;
}
.contact-list .detail-box .contact-detail-box h2 {
  margin-top: 17px;
}
.contact-list .detail-box .contact-buton {
  background: #f24539;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 15px;
  padding: 0px 27px;
  text-decoration: none;
  line-height: 40px;
  margin: 0;
  border-radius: 3px;
  font-weight: 500;
}
.contact-list .detail-box .contact-img-box {
  width: 200px;
}

.inviteForm {
}
.inviteForm label {
  margin-top: 15px;
  margin-bottom: 8px;
}
.inviteForm .input-text {
  height: 50px;
  border: solid 1px #cccccc;
  width: 100%;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 0 10px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.inviteForm .input-text:focus {
  border: solid 2px #cccccc;
}

.inviteForm .smallText,
.inviteForm span i {
  font-size: 13px;
  margin-top: 7px;
  display: inline-block;
}
.inviteForm .control {
}
.inviteForm .control .btn-orange {
  padding: 8px 22px;
  display: inline-block;
  margin-top: 14px;
}
#additional_notes {
  height: 100px;
}

#invite_a_gym_frm_new #captcha_code {
  width: 200px;
}

.star {
  color: #f0574d;
}

.openNav,
.closeNav {
  cursor: pointer;
}

/*ticket_creator*/

.contact-step {
  display: flex;
  justify-content: space-between;
  gap: 0;
  text-align: center;
}
.contact-step .step-counter {
  background: #f2f2f2;
  width: 100%;
  padding: 0 60px 0 40px;
  margin: 30px 0px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  position: relative;
}
.contact-step .step-counter::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../images/arrow.png) no-repeat;
  top: 0;
  height: 100%;
  width: 45px;
  right: 0;
  background-size: 100% 100%;
}
.contact-step .step-counter:last-child::before {
  opacity: 0;
}
.contact-step .step-counter figcaption {
  text-transform: capitalize;
  font-weight: bold;
}
.contact-step .step-counter figure {
  margin-top: 29px;
}
.contact-step .step-counter figure img {
}

.contact-heading h1 {
  font-size: 32px;
  font-weight: 600;
}

.ticketForm {
  background: #f2f2f5;
  padding: 30px;
  margin-top: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.ticketForm .form-group {
}
.ticketForm .form-group label {
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 15px;
}
.ticketForm .form-group .form-control {
  background: #ffffff;
}
.contact-form-left .ticketForm p {
  font-size: 14px;
  margin-top: 6px;
}

.ireland_map_big {
  padding-top: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid #c9c9c9;
}

#ireland_area_selector {
  font-size: 14px;
  color: #fff;
  padding-left: 2px;
  text-align: left;
  width: 200px;
  clear: both;
  cursor: pointer;
  padding-top: 5px;
}

.gymdetails {
  color: #000;
  font-size: 14px;
  width: 100%;
}

.gymdetails ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 20px;
}
.gymdetails ul li {
  width: 50%;
  list-style: none;
  display: flex;
  margin-top: 20px;
}
.gymdetails ul li span {
  margin-right: 10px;
}
.gymdetails ul li a {
  padding: 0;
  font-size: 14px;
  line-height: 17px;
}
.gymdetails ul li svg {
}
.gymdetails a,
.gymdetails a:hover {
  color: #000;
}

/*pagination */

.pagination-outer {
  float: right;
  margin-top: 20px;
}

.pagination {
  display: inline-block;
}

.pagination-outer .paging a {
  float: left;
  padding: 0 5px;
  text-decoration: none;
  background-color: #00c4ba;
  margin-right: 4px;
  min-width: 20px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 5px;
}

.pagination-outer .paging a.selectpage {
  background-color: #f0574d;
  color: white;
  border-radius: 1px;
}

.paging a:hover {
  background-color: #f0574d;
}

.user_reg_frm label.error {
  display: block;
  margin-left: 0;
}

.control-row2 .control {
  margin-bottom: 10px;
}

#main_client_login .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a9a9a9;
}

#main_client_login .form-control {
  color: var(--bs-body-color);
}

h4.reg_success span {
  font-weight: bold;
}

.register_login_link {
  color: #f0574d;
  font-weight: bold;
}

.forgotlink {
  text-align: left;
  margin-right: 20px;
  font-size: 14px;
  color: #000000;
  margin: 8px 0 0 0;
}

.forgotlink a {
  color: #f24539;
  padding-left: 5px;
  text-decoration: underline;
}

.member_home_page {
  margin-bottom: 30px;
}

#hear_about_us_other {
  display: none;
  margin-top: 5px;
}

.request_bg .contact_form .control select.input_text,
.contact_select {
  background-color: #fff;
}

/* contact us page */

.contact_detail_hidden {
  display: none;
  float: left;
  width: 100%;
  height: auto;
}
.request_bg .contact_form {
  padding: 22px 0;
}
.request_bg .contact_form .control {
  margin-top: 1px;
  min-height: 94px;
}
.request_bg .contact_form .control label {
  font-weight: normal;
  color: #3b434b;
  font-size: 16px;
}
.request_bg .contact_form .control .input_text {
  height: 40px;
  border: solid 1px #cccccc;
  width: 100%;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 0 10px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.request_bg .contact_form .control .input_text:focus {
  border: solid 2px #cccccc;
}

.request_bg .contact_form .control textarea {
  height: 200px;
  border: solid 1px #cccccc;
  width: 100%;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 10px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.request_bg .contact_form .control textarea:focus {
  border: solid 2px #cccccc;
}

.contact_form label.error {
  clear: both;
  color: #ff0000 !important;
  float: left;
  font-size: 13px !important;
}
.request_bg .contact_form .control .input_btn {
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 185px;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  padding: 8px 0 8px 0;
  background: #ee1848;
  transition: all 0.3s ease-in-out;
}
.request_bg .contact_form .control .input_btn:hover {
  color: #ee1848;
  background: #fff;
  box-shadow: 0 0 0 1px #ee1848 inset;
}
.contact_form .contact_text {
  background: #ee1848;
  border-radius: 5px;
  margin: 28px 0;
  padding: 25px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  min-height: 273px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.contact_select {
  height: 40px;
  border: solid 1px #cccccc;
  width: 100%;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 0 10px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.contact_select:focus {
  border: solid 2px #cccccc;
}

.contact_form select option option {
  padding: 0 10px;
  font-family: inherit;
  font-size: 14px;
}
.contact_form .contact_text p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
}
.contact_form label.error {
  clear: both;
  color: #ff0000 !important;
  float: left;
  font-size: 13px !important;
}
/*--------error-----------------------*/

.contact_form .isa_info,
.isa_success,
.isa_warning,
.isa_error {
  margin: 10px 0px;
  padding: 12px;
  font-size: 18px;
  float: left;
  clear: both;
}
.contact_form .isa_info {
  color: #00529b;
  background-color: #bde5f8;
}
.contact_form .isa_success {
  color: #4f8a10;
  background-color: #dff2bf;
}
.contact_form .isa_warning {
  color: #9f6000;
  background-color: #feefb3;
}
.contact_form .isa_error {
  color: #d8000c;
  background-color: #ffd2d2;
}
.contact_form .isa_info i,
.isa_success i,
.isa_warning i,
.isa_error i {
  margin: 10px 22px;
  font-size: 2em;
  vertical-align: middle;
}
.contact_form .error-message {
  display: none;
  font-size: 18px;
  margin-bottom: 10px;
  clear: both;
  color: #ff0000 !important;
  text-align: left;
}

/* contact us page ends */

.owl-thumb-item.active {
  border: 2px solid #f0574d;
}

.member_home_page_slider {
  position: relative;
}

.member_home_page_slider .container-fluid {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 18%;
  text-align: left;
  z-index: 999;
}

.member_home_page_slider .container-fluid .heading-tab {
  color: #fff;
  font-size: 40px;
}

.member_home_page_slider .container-fluid .heading-tab span {
  color: #f0574d;
  font-weight: bold;
}

.member_home_page_slider .container-fluid .bottom_head {
  color: #fff;
}

.member_home_page_slider .container-fluid .owl-nav {
  display: none;
}

.remember_me label {
  padding-bottom: 10px !important;
  padding-top: 8px;
}

.filter-outer {
  margin-bottom: 10px;
}

.alert {
  margin-top: 5px;
}

@media print {
  header,
  .tile-list-page-bnr,
  footer,
  .filter-outer {
    display: none;
  }

  .container {
    margin: 10px;
  }

  .d-listing-mid-inr {
    grid-gap: 11px;
  }
}

.no_results {
  padding: 0 15px;
  text-align: center;
  margin: 68px 0 100px 0;
  display: inline-block;
  width: 100%;
}
.no_results p {
  font-weight: bold;
  background: #ffe7e5;
  display: inline-block;
  padding: 20px;
  border: solid 2px #ffcdc8;
  color: #e75549;
}

.form-horizontal .form-group button {
  margin-bottom: 10px;
}
.ticketForm .form-group .form-control {
  border: solid 1px #cccccc;
}

.ticketForm .form-group .form-control:focus {
  border: solid 1px #cccccc;
}

.club_counter_box_what {
  float: none;
}
.club_counter_box_what .club_counter_color {
  font-size: 15px;
}
.club_counter_box_what .club_counter_color .flip-counter {
  line-height: normal;
  min-width: inherit;
  width: 30px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.modal-body .btn-close {
  position: absolute;
  top: -8px;
  right: -7px;
  color: #fff;
  padding: 6px;
  border-radius: 30px;
  font-size: 14px;
  transform: rotate(45deg);
  background: #f0574d;
  opacity: 1;
  font-size: 30px;
  width: 25px;
  height: 25px;
  line-height: 24px;
}

.member_home_heading {
  padding: 20px;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}

.openmap {
  cursor: pointer;
}

.banner-under-nav {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
  font-size: 1.3rem;
  background-color: #f0574d;
  color: #ffffff;
}

.banner-under-nav p {
  color: #fff;
}

.banner-under-nav p br {
  display: none;
}
.input_text_captcha {
  float: left;
}

/*EPASSIUK-185  starts */
.newsletter_top_menu_btn_box button {
  background-color: #f0574d;
  border: 2px solid #f0574d;
  display: inline-block;
  color: #fff;
  padding: 4px 65px;
  border-radius: 30px;
  font-size: 14px;
  border: none;
  margin-top: 5px;
  width: 100%;
}

.newsletterfrmdiv h3 {
  font-size: 18px;
  margin-top: 30px;
  line-height: 25px;
  font-weight: 500;
  color: #000;
}

#submit_allownewsletter_page {
  caret-color: transparent;
}

.newsletterfrmdiv {
  margin-top: 20px;
}

.newsletter_page {
  margin-top: 20px;
}

.newsletter_page div {
  margin-bottom: 15px;
}
.news-email {
  display: inline-block;
  width: 100%;
  margin-bottom: 0 !important;
}
.news-email p {
  float: left;
  width: 100%;
}

.newsletter_page #newsletter_email {
  height: 50px;
  border: solid 1px #cccccc;
  width: 100%;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 0 10px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  max-width: 400px;
}

.newsletter_page .priv-check {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: 12px;
}

.newsletter_page .newsletterForm .post_button {
  font-weight: bold;
  background-color: #f0574d;
  display: inline-block;
  color: #fff;
  padding: 11px 30px;
  border-radius: 30px;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
}

.cms-pages p {
  font-size: 15px;
  font-weight: normal;
  margin-top: 15px;
}

.newsletter_page label.error {
  float: left;
  width: 100%;
}


.footer-nav .block h5 {
  color: var(--bg-blue);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 12px;
}
.footer_newsletter_frm h5
{
  font-size: 20px !important;  
  color: #FFF;
  font-weight:500;
  line-height: 25px;
}

.footer_newsletter_frm div
{
  margin-bottom: 15px;
  font-size: 14px;
}
.footer_newsletter_frm p {
  font-size: 16px;
  font-weight: 500;
color: #fff;
}

.footer-nav #footer_newsletter_email {
  width: calc(100% - 10px);
  padding: 5px;
  font-size: 12px;
  max-width:300px;
}

.footer_newsletter_frm div {
  margin-bottom: 15px;
}
.priv-check {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_newsletter_frm .action-block {
  margin-top: 10px;
}
.priv-check .action-block {
  width: 100%;
}

.footer_newsletter_frm div #footer_newsletter_submit
{
  width: 140px;
  font-size: 16px;
  border-radius: 5px;
  max-width: 170px;
  caret-color: transparent;
  padding: 10px 15px;
}
.priv-check .submitbtn {
  margin-top: 2px;
}

.submitbtn {
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background-color: #f0574d;
  border: none;
  padding: 8px 30px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  max-width: 200px;
  text-align: center;
  letter-spacing:2px;
}

.footer_newsletter_frm div span input {
  vertical-align: middle;
}

.f_logo .BUREAU_ISO_27001
{
	height:120px;
	margin-right:15px;	
}

.BUREAU_ISO_27001
{
	height:120px;
	margin-right:15px;	
}


#loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255,255,255,.3);
    border-top-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

/*-------------------news letter popup page----------------------*/

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}
.info-msg {
  color: #059;
  background-color: #BEF;
}
.success-msg {
  color: #270;
  background-color: #DFF2BF;
}
.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}
.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}

#footer_newsletter_frm label.error
{
  color:#fff; 
  margin-left: 10px;
  display: inline;
  vertical-align: top;
  font-size: small;
  float:left;
}

#footer_newsletter_submit:disabled
{	
	opacity: 0.7;
	color: gray;
	pointer-events: none;
	background-color: #fff;
	border-color: var(--bs-btn-disabled-border-color);
	opacity: var(--bs-btn-disabled-opacity);  
}

.footer_links
{
	color: #fff;
	font-size: 14px;
}

.footer_links a
{
	color: #fff;
	font-size: 13px;
}

#footer_newsletter_email:focus {
  outline: none;
}

#footer_newsletter_email.error{
	border: 1px solid gray;
	padding:6px;	  
}

#footer_newsletter_email:focus{
	border: 1px solid gray;
	padding:6px;  
}
.link-underline {
    color: var(--body-color);
    text-decoration: underline;
}




.logoutfooter .linkheading{
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 400;
  color:#fff;
  margin-bottom:15px;  
}

.logoutfooter .usefullinks  {
  margin: 0px;
  padding: 0;
  list-style-type: none;
}

.footer-links {
  max-width: 100%;
  display: block;
  padding: 0 0 30px 15px;
}

.left-right-border {
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}

.logoutfooter .linkheading {
  font-size: 18px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}


.disclaimer
{
	font-size:12px;	
	background: #ededed;
    padding: 20px 0 20px;
	max-width:1320px;
	margin: auto;	
}

.disclaimerbg
{
	background: #ededed;
	max-width:100%; 	   	
}
.disclaimer a
{
	color: #1479c4;
}