body {
    font-family: 'Blinker', sans-serif;
}

.gym_open_hours {
    text-align: center;
    background: var(--main-gym-color3);
    background: linear-gradient(
141deg
, rgb(91 198 208) 50%, rgb(187 187 187) 100%);
    padding: 80px 50px 0;
    position: relative;
}

.btn_1, .btn_1:focus {
    background-image: linear-gradient(to right, #5bc6d0 0%, #59f1ff 51%, #5cc7d1 100%);
    color: var(--main-bg-color);
}
b.c-blue {
  color:#143258;
  font-size:25px;
}
.gym_banner_text h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #5bc6d0;
    letter-spacing: 3px;
    font-weight: 400;
    line-height: 22px;
}
p.hyperbaric {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px!important;
}
.gym_btn {
    box-shadow: 0 0 10px -1px rgb(91 198 208);
}
.video_play {
    width: 65px;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    background-image: linear-gradient(141deg, rgb(91 198 208) 50%, rgb(33 234 253) 100%);
    border-radius: 100%;
    text-align: center;
    margin-left: 30px;
    animation: shadow-pulse 2s infinite;
}
.main_menu_wrapper>ul>li>a:before {
    position: absolute;
    content: "";
    height: 4px;
    background: var(--main-gym-color3);
    background: linear-gradient(141deg, rgb(91 198 208) 50%, rgb(91 198 208) 100%)!important;
    margin: auto;
    left: 20px;
    right: 20px;
    bottom: -3px;
    opacity: 0;
    visibility: hidden;
}
.gym_search_cart>ul>li>a {
    color: #5bc6d0;
}
.gym_search_cart>ul>li>a>svg {
    width: 16px;
    height: 16px;
    fill: #5bc6d0;
    margin: 0 6px 0 16px;
}
.main_menu_wrapper>ul>li>a:after {
    position: absolute;
    content: "";
    border-top: solid 5px transparent;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 5px #5bc6d0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 10px;
    opacity: 0;
    visibility: hidden;
}

.gym_about_detail h4, .gym_choose_detail h4 {
    font-size: 24px;
    color: #5bc6d0;
    border-left: solid 5px;
    padding-left: 15px;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 400;
    letter-spacing: 3px;
}

.gym_tabs_nav li.active a {
    background: linear-gradient(to right, var(--main-gym-color1) 0%, var(--main-gym-color2) 51%, var(--main-gym-color1) 100%);
    color: var(--main-bg-color);
    box-shadow: 0 0 10px -1px rgb(91 205 215);
}

.swiperButtonPrev_icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(141deg, rgb(91 198 208) 50%, rgb(64 215 229) 100%);
    border: none;
    border-radius: 30px;
    color: var(--main-bg-color);
    cursor: pointer;
    padding: 0 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

a#scroll {
    background: linear-gradient(141deg, rgb(91 198 208) 50%, rgb(64 215 229) 100%);
    color: var(--main-bg-color);
}

.gym_banner_img {
    /* padding: 450px 0 0 0!important; */
    color: #ffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    .gym_banner_img {
        margin-bottom: 0;
    }    
}

.gym_btm_icon a img {
    position: absolute;
    width: 25px;
    animation: top_btm 2s infinite alternate;
}

.gym_heading img {
    margin: 5px 0 10px;
    width: 150px;
}

.fa-h-square:before {
    content: "\f0fd";
    font-size: 40px;
    color: #5bc6d0;
}

.fa-ambulance:before {
    content: "\f0f9";
    font-size: 40px;
    color: #5bc6d0;
}

.fa-medkit:before {
    content: "\f0fa";
    font-size: 40px;
    color: #5bc6d0;
}

.fa-hospital-o:before {
    content: "\f0f8";
    font-size: 40px;
    color: #5bc6d0;
}

.fa-medkit:before {
    content: "\f0fa";
    font-size: 40px;
    color: #5bc6d0;
}

.fa-heart:before {
    content: "\f004";
    font-size: 40px;
    color: #5bc6d0;
}

.gym_cls_btn {
    background-color: rgb(91 203 213 / 78%);
}

.pr-60 {
  padding-right: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}
.pt-80 {
  padding-top:80px;
}
.pt-100 {
    padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-3x {
  padding-bottom: 3px;
}

.pb-5x {
  padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

@media only screen and (max-width: 500px) {
  .pb-150 {
    padding-bottom: 50px;
  }

  .pt-1001 {
    padding-top: 0;
  }

  .pt-50m {
    padding-top: 50px;
  }
}

span.blue {
  color: #5bc6d0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mt-50 {
  margin-top: 50px;
}

span.big {
    font-size: 85px;
    line-height: 90px;
    color: #5ac3cd;
    font-family: 'Redressed', cursive;
}

.gym_about_detail p {
    margin: 5px 0 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    text-transform: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #5bc6d0;
    border-color: #54668e #54668e #5bc6d0;
}

.nav-tabs .nav-link {
    border: 1px solid white;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.gym_footer_wrapper {
    padding: 130px 0 43px;
}

.gym_about_detail h2, .gym_choose_detail h2 {
    font-size: 42px;
    color: var(--main-link-color);
    font-weight: 700;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .gym_about_detail h2, .gym_choose_detail h2 {
        font-size: 25px;
    }    
}

/*
.gym_banner_text {
    margin: 0 0 140px 0;
    position: relative;
    z-index: 1;
    left: 15%;
}

@media only screen and (max-width: 768px) {
    .gym_banner_text {
        margin: 0;
        left: 10%;
    }
}

@media (max-width: 767.98px) {
    .gym_banner_text {
        margin: 48px 0 50px 0;
        text-align: center;
    }
}    

img.gym_girl {
    position: relative;
    z-index: 0;
    left: 0px;
    margin-top: 15px;
}*/


.magnific-img img {
    width: 100%;
    height: auto;
}
.mfp-bottom-bar,*{
  font-family: 'Blinker', sans-serif;
}
.magnific-img {
    display: inline-block;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; 
}
.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.bgbg {
  background: #40404070;
}  

.pad-1080 {
    padding: 10px 100px 50px 100px;
}

@media (max-width: 1399px) {
    .gym_banner_title {
        font-size: 150px;
    }
}

@media (max-width: 575.98px) {
    .gym_banner_title {
        font-size: 45px;
        text-align: center;
    }
}  

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #3c3c3c;
  color: white;
}

td.td {
  background: #3c3c3c;
  font-weight: bold;
  color: white;
}

p.txt {
  font-size: 15px;
}

p.p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  list-style-type: none;
}

.gym_gallery_wrap {
  width: 100%;
  text-align: center;
  position: relative;
}


#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-width: 100%; 
  min-height: 100%;
}

ul.sub_menu {
  min-width: 100%;
}

.mb-65 {
  margin-bottom: 65px;
}

b.b {
  color: #02b8c9;
    font-size: 18px;
}

.fc-dark {
  color: #222222!important;
}

.bg-offwhite {
  background-color: #f9f9f9!important;
}

.caption {
    background: #ffffff;
    margin-left: 30px;
    margin-right: 30px;
    height: 110px;
    padding-top: 22px;
    margin-top: -140px;
    position: inherit;
    width: 57%;
    float: right;
}

@media only screen and (max-width: 768px) {
    .caption {
        background: #ffffff;
        height: 110px;
        padding-top: 22px;
        margin-top: 0px;
        position: inherit;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .gym_banner_img {
        padding: 300px 0 0 0;
        color: #ffff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain!important;
    }
}

@media only screen and (max-width: 600px) {
    .gym_banner_img {
        padding: 170px 0 0 0;
        color: #ffff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain!important;
    }
}

ul.ul {
    list-style-type: circle;
    padding-left: 5%;
    line-height: 20px;
}

ul.ul2 {
    list-style-type: decimal;
    padding-left: 5%;
    line-height: 20px;
}

ul.ul3 {
    list-style-type: none;
    padding-left: 3%;
    padding-top: 8px;
    line-height: 25px;
}

ul.ul4 {
    list-style-type: decimal;
    padding-left: 5%;
    line-height: 20px;
}

ul.ul5 {
  font-size: 20px;
  line-height: 30px;
}

ul.ul6 {
  list-style-type: disc;
  font-size: 20px;
  line-height: 30px;
  padding-left: 5%;
}

ul.ul7 {
  font-size: 20px;
  padding-top: 15px;
}

.w-479 {
    width: 479px;
}

.fc-black {
  color: #000;
}
.fc-blue {
    color:#2f8f8d;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #5bc6d000;
    color: #212121;
    margin-top: 36px;
    padding-bottom: 30px;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.title-bg {
    background: #9b4e96;
    color: white;
    padding-bottom: 10px;
    padding-top: 10px;
}

.title-bg2 {
    background-image: linear-gradient(to right, #29588c , #09a9eb);
    color: white;
    padding-bottom: 10px;
    padding-top: 10px;
}

.title-bg3 {
  background-image: linear-gradient(to right, #5bc6d0 , #09a9eb);
  color: white;
  padding-bottom: 10px;
  padding-top: 10px;
}

span.purple {
    color: #9b4e96;
}
::marker {
    font-weight: bolder;
    color: #9b4e96;
}

@media only screen and (max-width: 600px) {
  h2.h2bg {
    font-size: 25px;
  }
  .gym_about_detail h4, .gym_choose_detail h4 {
    font-size: 18px;
  } 
}
  
.gym_offer_list li span {
    position: absolute;
    left: 0;
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: #fff;
}

.gym_offer_list li {
    position: relative;
    padding-left: 50px;
    margin: 15px 0;
    float: left;
    width: 100%;
}

.gym_offer_text h3 {
    font-size: 27px;
    color: var(--main-gym-color3);
    font-weight: 600;
}

span.red {
    color: red;
    font-weight: bold;
}

@media (max-width: 767.98px) {
  .gym_about_section .row {
      flex-direction: unset;
  }
}  

.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #0d9fdf; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fff; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #5bc6d0;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

a.disabled {
  pointer-events: none;
  cursor: default;
}

p.kor {
  font-size: 25px;
  line-height: 30px;
}

.loc_service_icon {
  text-align: right;
  width: 110px;
  margin-left: 15px;
}

.loc_service_section {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.loc_service_section .loc_service_icon img {
  -webkit-transform: rotateY(
0deg
);
  transform: rotateY(
0deg
);
}

.loc_service_text {
  width: calc(100% - 125px);
}

.loc_service_text h4 {
  font-size: 28px;
  color: var(--main-link-color);
  font-weight: 700;
  margin-top: 6px;
}

.loc_service_text p {
  width: 90%;
  float: right;
}

.loc_service_wrapper .mt_31 {
  margin-top: 0;
}

.loc_heading_wrapper h2 {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 8px;
  color: var(--main-link-color);
}

.loc_heading_wrapper h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 124px;
  height: 1px;
  right: 0;
  background: #5bc6d0;
  margin: auto;
  z-index: 0;
}

.loc_heading_wrapper h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 84px;
  height: 1px;
  right: 0;
  background: #5bc6d0;
  margin: auto;
}

.loc_service_section.icon_left {
  flex-direction: row;
}

.loc_service_section.icon_left .loc_service_icon {
  margin-right: 15px;
  margin-left: 0;
  text-align: left;
}

@media (max-width: 991.98px) { 
  .loc_service_wrapper .col-lg-4 {
      margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .loc_service_section {
      margin: 0 0 15px;
  }
}

@media (max-width: 1400px) {
  .loc_service_icon {
      flex: 2;
      margin-left: 10px;
  }
} 

@media (min-width: 768px) and (max-width: 991.98px) {
  .loc_service_icon {
      flex: auto;
      margin: 0 0 10px;
      width: 100%;
      text-align: center!important;
  }
} 

@media (max-width: 1400px) {
  .loc_service_text {
      flex: 5;
  }
}  

@media (min-width: 768px) and (max-width: 991.98px) {
  .loc_service_text {
      width: 100%;
      flex: auto;
      text-align: center !important;
  }
} 
.container2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.gym_services {
  padding: 20px 10px 11px;
  margin-bottom: 9px;
}
.nice-select .list {
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  clear: both;
  height: 500px;
  line-height: 60px;
  margin-bottom: 30px;
}
ul.neuvision {
    list-style: disc;
    padding-left: 30px;
    line-height: 30px;
    padding-top: 30px;
}
ul.ecg {
    font-size: 20px;
    line-height: 35px;
    list-style: disc;
    padding-left: 20%;
}
ul.k12 {
  font-size: 25px;
  line-height: 45px;
  list-style: disc;
  padding-left: 20%;
}
ul.k1212 {
    list-style: disc;
    padding-left:10px;
    font-size: 18px;
    line-height: 30px;
}
ul.hyper {
    font-size: 18px;
    line-height: 30px;
    list-style: disc;
    padding-left: 2%;
}
table {
    border-collapse: collapse;
    width: 100%;
}
td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
.text-blue {
    color:#34327d;
}
h2.hyper {
    font-size: 30px;
    color: #132f56;
    font-weight: 700;
    padding-top: 35px;
    padding-bottom: 15px;
}
p.hyper {
    font-size: 18px;
    line-height: 30px;
    list-style: disc;
    margin-bottom:0;
}
p.plasma {
    font-size: 18px;
    line-height: 30px;
}
h6.plasma {
    font-size: 20px;
    padding-bottom: 20px;
    color: #2f8f8d;
}
.mt-20 {
    margin-top:20px;
}
.pl-4 {
    padding-left: 4%!important;
}
.align-center {
    align-items: center;
}
.fs-faq {
    font-size: 25px;
    color: #5bc6d0;
}
.fsz-faq {
    font-size: 18px;
    line-height: 30px;
}