:root {
  --color-01: #e3e4dc;
  --color-01-dark: #a4a59e;
  --color-02: #130b1f;
  --color-03: #597f41;
  --color-03-light: #7fbb5a;
  --color-03-dark: #466434;
  --color-white: #ffffff;
  --light-color: #ededed;
}

/* Safari */
video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

/* Chrome */
video::-webkit-media-controls-play-button {
  display: none !important;
}

/* Firefox */
video::-moz-media-controls-play-button {
  display: none !important;
}

/* Edge and IE */
video::-ms-media-controls-start-playback-button {
  display: none !important;
}

/* Generic fallback */
video::-webkit-media-controls {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html, body, p{
  font-family: 'Space Grotesk', sans-serif;
}
html, body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}
body{
  background-color: var(--color-01);
}
p{
  font-size: 18px;
}

.w-40{ width: 40%;}
.w-60{ width: 60%;}
.w-95{ width: 95%;}
.height-2{ height: 2px;}
.min-h-48{ min-height: 48px;}
.bg-light-2{ background-color: var(--color-01) !important;}
.bg-white{background-color: var(--color-white)}
.bg-black{background-color: #000}
.layer-2{position: relative; z-index: 2;}
.bottom-30{ bottom: 30px;}
.margin-sections-1{margin-top: 40px;}
.margin-sections-2{ margin-top: 60px;}
.margin-sections-3{ margin-top: 90px;}
.padding-sections-1{ padding-top: 120px;}
.margin-pages-header{ padding-top: 120px;}
.mxw-50{ max-width: 50%;}
.bg-mainColor{ background-color: var(--color-03);}
.pos-01{ left: 35px; bottom: 35px;}
.color-main{ color: var(--color-03);}
.color-main2{ color: var(--color-03-light);}
.fs-one{font-size: 18px !important;}
.fs-13{font-size: 13px !important;}
.fs-16{font-size: 16px;}
.fs-18{font-size: 18px !important;}
.fs-20{font-size: 20px;}
.fs-24{font-size: 24px;}
.section-text{font-size: 18px;line-height: 30px;}
.border-color-gray{border-color: #bdbdbd !important;}
.min-h-40px{ min-height: 40px;}
.anchor-2{ color: #535353; text-decoration: none;}
.anchor-2:hover{ color: #000;}



video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
video::-webkit-media-controls {
  display:none !important;
  opacity: 0 !important;
  position: absolute; top: -9999px !important;
}
video {
  pointer-events: none;
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}


/* nav standard */
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* nav standard */
.navbar-nav .nav-item .nav-link {
  color: #ffffff;
  border-bottom: 5px solid transparent;
  opacity: .6;
  -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link.active  {
  color: var(--color-01);
  border-bottom: 5px solid var(--color-01);
  opacity: 1;
}
#navbarSupportedContent .dropdown-item.active, #navbarSupportedContent .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--color-01-dark);
}

#offcanvasNavbarLight .navbar-nav .dropdown-menu {
  position: relative !important;
  top: -50px !important;
  padding: 0;
  background: #e3e4dc;
  border-color: transparent;
  font-size: 16px;
  opacity: .6;
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--color-02);
  text-decoration: none;
  background-color: var(--color-01-dark);
}

.lightBage .navbar-nav .nav-item .nav-link{
  color: #000;
}
.lightBage .book-btn-light {
  background-color: var(--color-03);
  color: var(--color-01);
}
.lightBage  .navbar-nav .nav-item .nav-link:hover, .lightBage .navbar-nav .nav-item .nav-link.active {
  color: var(--color-03);
  border-bottom: 5px solid var(--color-03);
}
/* bullet Menu */
.menuF{
	position: fixed;
	bottom: 60px;
	right: 25px;
	z-index: 111111;
	width: 30px;
	padding: 0;
	margin:0;
}
 .menuF li a{
	display:inline-block;
	margin: 12px;
	background: var(--color-white);
	border-radius: 15px;
}
.menuF li a:hover, .menuF li a.active{
	background: var(--color-03);
}
.menuF li a,
.menuFli.active a{
	display:block;
	width: 12px;
	height: 12px;
	text-decoration: none;
}
.menuF li a span b{
	display: none;
	position: relative;
	right: 0;
	opacity: 0;
	min-width: 180px;
	-webkit-transition: all 3s ease-out;
	-moz-transition: all 3s ease-out;
	-o-transition: all 3s ease-out;
	transition: all 3s ease-out;	
}
.menuF li a:hover span b {
	display: block;
	color: var(--color-03);
	text-decoration: none;
	font-size: 14px;
	right: 190px;
	opacity: 1;
	text-align: right;
}

.dark ul li a{
	background: #000 ;
}
/* bullet Menu */

.header{
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 1rem;
}
#packagesWizard .header {
  font-size: 3.5vw;
}
.header2 {
  font-size: 2.4vw;
  font-weight: bold;
}
.header-white{
  color: var(--color-01);
}
.header-black{
  color: var(--color-02);
}

.header-logo{
  width: 120px;
  height: auto;
}
.navbar{
  position: absolute;
  z-index: 11;
  top: 0;
  width: calc( 100% - 80px);
  right: 40px;
  left: 40px;
}
.navbar ul li.nav-item a{
  padding: 7px 15px !important;
  font-size: 1.4em;
}
.overlay{
    background: #0000003b;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
#section2 .overlay{
  background: #0000008a;
}
.book-btn{
  border-radius: 40px;
  padding: 7px 15px;
}
.book-btn-light{
  background-color: var(--color-01);
  color: var(--color-02);
}
.book-btn-light:hover, .book-btn-light:active, .book-btn-light:focus{
  background-color: var(--color-01) !important;
  color: var(--color-02);
  border-color: var(--bs-btn-active-border-color);
}
.book-btn-dark{
  background-color: var(--color-02);
  color: var(--color-01)
}
.book-btn-dark:hover {
  background-color: #000000;
  color: var(--color-01)
}
.book-btn-main{
  background-color: var(--color-03);
  color: var(--color-01);
  border-color: var(--color-03);
}
.book-btn-main:hover, .book-btn-main:active, .book-btn-main:focus{
  background-color: var(--color-white) !important;
  color: var(--color-03);
  border-color: var(--color-white);
}

.book-btn-main-2{
  background-color: var(--color-01)!important;
  color: var(--color-03)!important;
  border-color: var(--color-03)!important;
}
.book-btn-main-2:hover, .book-btn-main-2:active, .book-btn-main-2:focus{
  background-color: var(--color-03) !important;
  color: var(--color-white) !important;
  border-color: var(--color-03)!important;
}
.bookBtnCustom{
  border: 1px solid var(--color-03);
  background: var(--color-03);
  color: #fff;
  font-size: 23px;
  padding: 10px;
  border-radius: 5px;
  line-height: 17px;
  position: relative;
  top: -6px;
}
.bookBtnCustom[aria-expanded="false"] i::before {
  content: "\f0b0";
}
.bookBtnCustom[aria-expanded="true"] i::before {
  content: "\f00d";
}

.section{ position: relative;}
#section0{
  width: 100%;
  background-size: cover;
}
.f-section-con{
  position: relative;
  z-index: 2;
  padding: 40px 50px;
}
.f-section-con h1{
  color: var(--color-white);
  font-size: 3.7vw;
}
.f-section-con p{
  color: var(--color-white);
  font-size: 18px;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  height: 100vh;
}

#section4{
  background : url("../images/bg-section-4.jpeg") center center ;
  height: 100vh;
  width: 100%;
  background-size: cover;
}
video.intro {
  position: absolute;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.all-packages{margin: 60px 0 0 0;}
.all-packages .row > div{ margin: 0 0 30px 0;}
.all-packages .row > div:hover{
  transition: all 1s ease-out;
}
.all-packages .row > div:hover{
  transform: scale(1.05);
}
.all-packages .row > div h3{
  color: var(--color-white);
  font-size: 30px;
  text-align: center;
  margin: 20px 0;
  padding: 0 0 20px 0;
  z-index: 2;
  line-height: 50px;
  font-weight: bolder;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  min-height: 170px;
}
.all-packages .row > div p{
     color: var(--color-white);
     font-size: 26px;
     text-align: center;
     margin: 1.5rem 0;
     position: relative;
     z-index: 111;
}
.all-packages .row > div .content{
  z-index: 2;
  height: 100%;
  padding: 40px 15px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 22px;
  overflow: hidden;
}
.all-packages .row > div .content:hover .overlay{
  background-color: #597f41c9;
  transition: all 1s;
}
/* .all-packages .row > div:nth-child(1) .content:hover .overlay, .all-packages .row > div:nth-child(3) .content:hover .overlay{
  background-color: #ffffffc7;
  transition: all 1s;
}
.all-packages .row > div:nth-child(2) .content:hover .overlay, .all-packages .row > div:nth-child(4) .content:hover .overlay{
  background-color: #e3e4dccb;
  transition: all 1s;
}
.all-packages .row > div .content:hover ul li{
  color: #000;
} */

.all-packages .row > div .content ul{
  z-index: 2;
}
.all-packages .row > div ul li{
  color: var(--color-white);
  margin: 0 0 30px 0;
  font-size: 18px;
}
.all-packages .row > div .content a.nav-link{
  z-index: 2;
}
.all-packages .row > div ul li svg{
  font-size: 40px;
  margin: 0 3px 0 0;
  position: relative;
  top: 7px;
}
.all-packages .row > div:first-child .content{
  background: url(../images/backage-01.jpg) center center #00000036;
}
.all-packages .row > div:nth-child(2) .content{
  background: url(../images/backage-02.jpg) center center #00000036;
}
.all-packages .row > div:nth-child(3) .content{
  background: url(../images/backage-04.jpg) center center #00000036;
}
.all-packages .row > div:nth-child(4) .content{
  background: url(../images/backage-03.jpg) center center;
}
.mempershipPackages{
  display: grid;
}
.mempershipPackages ul li button{
  display: block;
  border-top: 2px solid #597f41;
  border-bottom: 2px solid #597f41;
  border-right: 2px solid #597f41;
  border-left: 2px solid #597f41;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85em;
  color: #656565;
}
.mempershipPackages ul li button.active{
  background: #597f41;
  color: var(--color-white )
}
.ourTeam {margin: 60px 0 0 0;}
.ourTeam .itemCo img{
  -webkit-border-top-right-radius: 110px;
  -moz-border-radius-topright: 110px;
  border-top-right-radius: 110px;
  transition: all 1s;
  width: 100%;
  height: auto;
  object-fit: fill;
  margin: 0 0 15px 0;
}
.ourTeam .itemCo:hover img{
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.ourTeam .itemCo .text h3{ margin: 0 0 5px 0;}
.ourTeam .itemCo a{color: #000;}
.ourTeam .itemCo a:hover{color: var(--color-03);}


.footerMain{
  background: url(../images/footer.jpg) center center;
  height: 100%;
  width: 100%;
  background-size: cover;
  position: relative;
  padding: 45px 0;
}
.footerMain .content{
  z-index: 12;
}
.rating{
  color: #f49c1d;
  margin: 0 0 0 25px;
}
.rating ul{
  height: 100%;
}
.rating li{
  margin: 0 10px 0 0;
  align-self: center
}
.footerMain .overlay{
  background: #597f41c4;
}
.footerMain .search{
  background: #fff;
  padding: 20px;
  margin: 0 0 30px 0;
}

.footerMain .search img{
  width: 200px;
  height: auto;
}
.footerMain .search .search-btn{
  background-color: var(--color-03);
  color: var(--color-white);
  padding: 5px 20px;
  border-radius: 0;
}
.copyright {
  min-width: max-content;
  float: right;
}
.copyright ul li{
  margin: 0 5px 0 0;
  border-right: 1px solid #fff;
  padding: 0 7px;
}
.copyright ul li:last-child{
  border-right: none;
}
.copyright ul li a{
  padding: 0 0;
  color: var(--color-white);
  font-size: 16px;
}
.copyright ul li a.active, .copyright ul li a:hover, .copyright .navbar-nav .nav-item .nav-link {
  border-bottom: none !important
}
.openion{
  padding: 20px;
  margin: 0 0 20px 0;
}
.openion p{ font-size: 15px;}
.openion img{
  width: 90px !important;
  height: auto;
}

.footer-social-icons a{
  color: var(--color-white);
  padding: 5px 18px;
  font-size: 28px;
}
.foot-padd{
  padding: 0 60px;
}
.footerInner.bg-light-2 .navbar-nav .nav-item .nav-link {
  color: var(--color-03);
}
.footerInner.bg-light-2 .copyright ul li {
  border-right: 1px solid var(--color-03);
}
.footerInner.bg-light-2 .copyright ul li:last-child {
  border-right: none;
}
.footerMain .owl-theme .owl-dots .owl-dot.active span, .footerMain .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

/* profile button styles */
nav.profile ul{
  list-style: none;
  display: flex;
  align-items: center;
  margin: -5px 0 0 12px;
  padding: 0;
}
nav.profile .display-picture{
  margin-left: auto;
}
nav.profile .display-picture img{
  width: 50px;
  border-radius: 50%;
  border:2px solid #fff;
}
nav.profile .card{
  transition: 0.5s ease;
  background-color: transparent !important;
  border: none;
}

nav.profile .card ul{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background: var(--color-01);
  position: absolute;
  top: 14px;
  right:0rem;
  border-radius: 10px;
  padding: 10px 15px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
nav.profile .card ul::before{
  content:"";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid var(--color-01);
  position: absolute;
  top: -8px;
  right: 5px;
  z-index: 00;
}
nav.profile .card ul li{
  padding: 5px 0;
  font-size: 14px;
}
nav.profile .card ul li a{
  color: var(--color-02);
  text-decoration: none;
}
nav.profile .card ul li a:hover{
  color: var(--color-03);
}
nav.profile .card ul li .book-btn-main{
  color: var(--color-01);
}
nav.profile .card ul li .book-btn-main:hover {
  color: var(--color-white)!important;
  background-color: var(--color-03-dark) !important;
  border-color: var(--color-03-dark) !important;
}
nav.profile .hidden{
  display: none;
}
nav.profile .card ul li hr{
    min-width: 195px;
    height: 1px;
    background: #bbb;
}

/* Canvas Menu */
.offcanvas {
  background: var(--color-01);
  z-index: 111111;
}


.pageHeader{
  font-size: 3vw;
  color:var(--color-white);
  margin-bottom: 20px;
}
.pageHeader:after{
  content: "";
  width: 120px;
  height: 6px;
  background-color: var(--color-03);
  position: relative;
  top: 5px;
  display: block;
}
.font-gray{
  color: #adadad;
}
/* Contaact us page  */
.overlay2 {
  background: #0000005e !important;
}
.overlay3 {
  background: #000000ba !important;
  z-index: -1;
}
#contact {
  background: url(../images/contactUs.jpg) center center;
  width: 100%;
  background-size: cover;
  padding-bottom: 70px;
  position: relative;
}
#classes {
  background: url(../images/bg-classes.jpg) center center;
  width: 100%;
  background-size: cover;
  padding-bottom: 70px;
  position: relative;
  background-position: top center !important;
}
#abousUs {
  background: url(../images/PrivacyPolicy.jpg) center center;
  width: 100%;
  background-size: cover;
  padding-bottom: 70px;
  position: relative;
}
#PrivacyPolicy {
  background: url(../images/PrivacyPolicy.jpg) center center;
  width: 100%;
  background-size: cover;
  padding-bottom: 70px;
  position: relative;
}
#terms {
  background: url(../images/terms.jpg) center center;
  width: 100%;
  background-size: cover;
  padding-bottom: 70px;
  position: relative;
}
#coaches, #checkout {
  background: url(../images/coaches.jpg) center center;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: top center !important;
}
#packages {
  background: url(../images/packages-p.png) center center;
  width: 100%;
  background-size: cover;
  position: relative;
}
#packagesWizard{
  background: url(../images/backageWizard.jpg) center center;
  width: 100%;
  background-size: cover;
  position: relative;
}


.contactForm{
  background-color: var(--color-03);
  padding: 15px;
  border-radius: 15px;
  color: var(--color-01);
}
.contactForm .btn-primary{
  background-color: var(--color-white);
  color: var(--color-03);
  opacity: 1;
  border-color: var(--color-white);
}
.contactForm .btn-primary:hover, .contactForm .btn-primary:active{
  opacity: 1;
}
.contactForm  .form-control{
  background-color: transparent;
  color:  var(--color-01);
  min-height: 52px;
  border-color: var(--color-01);
}
.contactForm  .btn{
  min-height: 52px;
}
.contact-info i{
  font-size: 47px;
  color: var(--color-white);
  width: 60px;
}
.contact-info h2{
  color: var(--color-white);
}
.contactForm  .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-03-light);
}

.contactForm  .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--color-03-light);
}

.contactForm  .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--color-03-light);
}

.footerInner{
  background: var(--color-03);
  padding: 20px 0;
}
.gmap iframe{
  min-height: 440px;
    position: relative;
    z-index: 6;
    opacity: .6;
}

/* Start About Us Ppage */
.img-shadow{
  -webkit-box-shadow: 25px -25px 0px 0px rgba(89,127,65,1);
  -moz-box-shadow: 25px -25px 0px 0px rgba(89,127,65,1);
  box-shadow: 25px -25px 0px 0px rgba(89,127,65,1);
  border-radius: 15px;
}


/* Start policy page */
.footerInner.bg-light-2{
    color: var(--color-02);
}
.footerInner.bg-light-2 .footer-social-icons a {
  color: var(--color-03);
}

/* Start Login Ppage */
#login .loginImg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.toggle-password {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -33px;
}
#login .bg-mainColor img{
  width: 110px;
  height: auto;
}
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
}
.errore .card-alert p{ color: #7fbb5a; margin: 0 0 3px 0; font-size: 16px;}
.errore button{ display: none;}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: transparent;
  border-radius: 3px;
  border: 1.2px solid #ffffff8c;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 8px;
  height: 13px;
  border: solid #597f41;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* The container */
.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.anchor-white{
  color: #7fbb5a;
  text-decoration: none;
}
.anchor-white:hover, .anchor-white:active{
  color: #fff;
  text-decoration: underline;
}

.contact-info .anchor-white{
  color: #adadad;
  text-decoration: none;
}
.contact-info .anchor-white:hover, .contact-info .anchor-white:active{
  color: #fff;
  text-decoration: none;
}


.anchor-main-color{
  color: var(--color-03);
  text-decoration: none;
}
.anchor-main-color:hover, .anchor-main-color:active{
  color: var(--color-03-dark);
}
.anchor-booking{
  color: var(--color-02);
  text-decoration: none;
}
.anchor-booking:hover, .anchor-booking:active, .anchor-booking.active{
  color: var(--color-03);
  border-bottom: 4px solid var(--color-03);
  padding: 0 0 2px 0;
}

#login .contactForm .form-control, .contactForm .btn {
  min-height: 46px;
}

.agree{border-color: var(--color-03-light) !important; width: calc( 100% - 2rem);}

/* Start packages page */
.price{
  position: relative;
  z-index: 111;
  font-size: 26px;
  text-align: center;
  margin: 2rem 0;
  font-weight: bold;
}

/* Start Booking page */
.tableCalen tr{
  margin: 10px 0;
}
.weekDays{
  background-color: var(--color-03);
}
.weekDays tr td{
  border-right: 1px solid var(--color-03-light);
}
.weekDays tr td:last-child{
  border-right: none;
}
.tableCalen p{
  padding-top: 5px;
  font-size: 18px;
  padding-bottom: 0;
  margin: 0 0 6px 0 !important;
}
.tableCalen h5{
  font-weight: 600;
}
.tableCalen h3{
  padding: 15px 0 0;
}
.bookDim .nav-link{
  visibility: hidden;
}
.bookingConMain, .tableCalen {
  width: 25%;
}

.bookdiv, .bookEmpty, .bookDim{
  margin: 15px 0 0 0;
}
.accordion .bookdiv, .accordion  .bookEmpty, .accordion  .bookDim{
  min-height: auto;
}

.bookdiv .con, .bookDim .con{
  background-color: #ced6c3 !important;
  padding: 15px 10px;
  border-radius: 10px;
  width: 95%;
  margin: 0 auto;
}
.bookdiv .con h5:first-child, .bookDim .con h5:first-child{
  min-height: 46px;
}
.bookdiv .book-btn{
  padding: 5px 10px;
  font-size: 14px;
  display: block;
}
.accordion {
  --bs-accordion-bg: var(--color-01);
}
.accordion-button:not(.collapsed) {
  color: var(--color-01);
  background-color: var(--color-03);
}
.accordion-button:not(.collapsed)::after {
   background-image: var(--bs-accordion-btn-icon);
}
.accordion  .bookdiv{
  margin: 0 0 15px 0;
}

.booking-btn{
    background: var(--color-03) !important;
    border-color: var(--color-03) !important;
    width: 200px;
    border-radius: 50px;
    min-height: 50px;
    font-size: 20px;
    font-family: 'Space Grotesk', sans-serif;
}
.booking-btn:hover, .booking-btn:active, .booking-btn:focus-visible{
  background: var(--color-03-dark) !important;
  border-color: var(--color-03-dark) !important;
}
.bookingCon .dropdown-menu{
  min-width: 240px;
}
.bookingCon .dropdown-item {
  padding: 10px;
}
.bookingCon .dropdown-item.active, .bookingCon .dropdown-item:active {
  color: var(--color-white);
  background: var(--color-03) !important;
}


/* Booking wizard page */
.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
	position: relative;
}
.wizard .nav-tabs:after {
	content: "";
	width: 80%;
	border-bottom: solid 2px #ccc;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 38%;
	z-index: -1;
}
.wizard .nav-tabs .nav-item .nav-link {
	color: var(--color-02);
	background: var(--light-color);
	font-weight: 600;
.box {
	width: 200px;
	aspect-ratio: 1;
	clip-path: polygon(80.02% 89.98%,10.02% 80.02%,19.98% 10.02%,89.98% 19.98%);
};
	clip-path: polygon(93% 90%,0% 90%,8% 10%,100% 10%);
	height: 70px;
	width: 100%;
	padding: 0 0 0 45px;
	font-size: 20px;
}
.wizard .nav-tabs .nav-item .nav-link:hover {
	color: var(--bs-black);
}
.wizard .nav-tabs .nav-item .nav-link.active {
	background: var(--color-03);
	color: var(--bs-black);
}
.wizard .nav-tabs .nav-item .nav-link:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #0dcaf0;
	transition: 0.1s ease-in-out;
}

.wizard .nav-tabs .nav-item .nav-link svg {
	font-size: 25px;
}

#step1 .container-checkbox input:checked ~ .checkmark {
  background-color: #597f41;
}
#step1 .container-checkbox .checkmark:after {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
}
#step1 .container-checkbox .checkmark {
  background-color: #e3e4dc;
  left: auto;
  right: 0;
}
#step1 .container-checkbox {
  padding-left: initial;
  padding-right: 35px;
}
.agreement .container-checkbox .checkmark {
  border: 1.2px solid #000;
}
.agreement a{
  color: #6d6d6d;
  text-decoration: none;
}
.agreement a:hover{
  color: #000;
  text-decoration: underline;
}

.form-control-2{
  padding: 0.7rem 0.75rem !important;
    color: #212529 !important;
    background-color: transparent ;
    border-radius: 0 !important;
    border-color: var(--color-01-dark)!important;
}

.payment-methods {
  list-style: none;
  margin: 0;
  padding: 0;
}

.payment-methods:after {
  content: "";
  clear: both;
}

.payment-method {
  float: left;
  height: 70px;
  position: relative;
  width: 120px;
  margin: 15px 0 30px 0;
}

.payment-method label {
  bottom: 1px;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 1px;
  position: absolute;
  right: 1px;
  text-indent: 100%;
  top: 1px;
  white-space: nowrap;
  -webkit-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
  border-radius: 10px;
}
.payment-method label img{
  position: absolute;
  left: 14px;
}
.payment-method input{ display: none;}
.payment-method + .payment-method {
  margin-left: 15px;
}

.payment-methods input:checked + label:after {
  background-image: url(../images/check.png);
  bottom: -10px;
  content: "";
  display: inline-block;
  height: 28px;
  position: absolute;
  right: -10px;
  width: 28px;
}

@-moz-document url-prefix() {
  .payment-methods input:checked + label:after {
    bottom: 0;
    right: 0;
    background-color: #21b4d0;
  }
}

/* Account page */
#account{
  border-top: 2px solid #c1c1c1;
  display: flex;
}
.accountHeader {
  background: var(--color-03);
  min-height: 160px;
}
.accountHeader .header-logo{
  width: 92px;
}
.tab-cus {
  float: left;
  background-color: var(--bs-white);
  width: 30%;
  align-items: stretch;

  }

  .tab-cus button, .tab-cus a{
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 90%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  margin: 3% 5%;
  border-radius: 4px;
  text-decoration: none;
  }

  .tab-cus button:hover, .tab-cus a:hover, .tab-cus button.active, .tab-cus a.active{
  background-color: var(--color-03);
  color: var(--color-white);
  text-decoration: none;
  }

 .tabcontent {
  float: left;
  padding: 0 30px;
  width: 70%;
  }
.formProfile button{
    margin-top: 32px !important;
    min-height: 44px !important;
}
.formProfile .form-control, .formProfile .btn {
  min-height: 46px;
}
#schedule_dev .table-responsive table tbody tr td:nth-child(1){ min-width: 260px;}
#schedule_dev .table-responsive table tbody tr td:nth-child(2){ min-width: 180px;}
#schedule_dev .table-responsive table tbody tr td:nth-child(3){ min-width: 120px;}
#schedule_dev .table-responsive table tbody tr td:nth-child(4){ min-width: 120px;}
#schedule_dev .table-responsive table tbody tr td:nth-child(5){ min-width: 120px;}
#schedule_dev .table-responsive table tbody tr td{ padding: 0.6rem 1rem!important}




/* End Contaact us page  */
.spo-con{
  align-items: center;
  border-radius: 50%;
  bottom: 6px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 11111111;
  height: 30px;
  width: 32px;
  background-color: #ffffff !important;
  border-color: transparent #ffffff transparent transparent;
}
#spotify{
  color: #12C84B;
  z-index: 111111;
  font-size: 42px;
}
#spotify span{
  font-size: 13px;
  right: -72px;
  top: 4px;
  position: absolute;
  width: max-content;
  background: #fff;
  border-radius: 14px;
  padding: 2px 6px;
  display: none;
}
#spotify:hover span{
  right: 48px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.waths-con{
  align-items: center;
  border-radius: 50%;
  bottom: 6px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 20px;
  bottom: 15px;
  z-index: 11111111;
  height: 30px;
  width: 32px;
}
#whatsapp {
  color: #12C84B;
  z-index: 111111;
  font-size: 42px;
}
#whatsapp::after{
  content: "";
  background: #fff;
  height: 31px;
  width: 31px;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}
/* Start News Page */
#news img.card-img-top{
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.pagination-container {
  text-align: center; }

.pagination {
  margin: 30px auto 0;
  text-align: center;
  display: inline-block;
  }
.pagination:after {
    clear: both;
    content: "";
    display: table; 
}
.pagination li {
  float: left; }
.pagination li a,
.pagination li span {
    display: block;
    border-top: 2px solid #597f41;
    border-bottom: 2px solid #597f41;
    border-right: 2px solid #597f41;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .85em;
    color: #656565;
}
.pagination li a:hover,
.pagination li a:focus {
    background: #597f41;
    color: white;
}
.pagination li:first-child a,
.pagination li:first-child span {
    border-left: 2px solid #597f41;
}
.pagination li.disabled a,
.pagination li.disabled span, .pagination li.active a,
.pagination li.active span {
    cursor: default; 
}
.pagination li.active a,
.pagination li.active span {
    background: white;
    color: #2f2f2f; 
}
.pagination li.disabled a,
.pagination li.disabled span {
    color: #bab7b7;
    background: transparent; 
}
/* loader */
body main, #offcanvasNavbarLight{
  display: none;
}
#loading {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top-color: #597f41;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
.conifrmCon{
    border-color: var(--color-03-dark) !important;
    padding: 40px !important;
    width: 70%;
    border-radius: 20px;
    max-width: 660px;
}

/* .sideMembMenu{position: fixed;top: 482px;left: 0;z-index: 3;background: #212529;border-radius: 0 15px 15px 0;box-shadow: 1px -1px 20px 0px rgba(0,0,0,0.73);-webkit-box-shadow: 1px -1px 20px 0px rgba(0,0,0,0.73);-moz-box-shadow: 1px -1px 20px 0px rgba(0,0,0,0.73);}
.sideMembMenu ul{padding: 10px 0 15px;  margin-bottom: 0;}
.sideMembMenu h3{ color: #fff; font-size: 18px; text-align: center; margin: 12px 0 0; padding: 0; text-transform: uppercase;}
.sideMembMenu ul li a{color: #fff;padding: 10px 15px;border-bottom: 1px dashed #414141;}
.sideMembMenu ul li:last-child a{ border-bottom:  none;}
.sideMembMenu ul li a:hover, .sideMembMenu ul li.active a{background: var(--color-03);color: var(--color-white);} */
.memLinksMenu {
  max-width: 100%;
  overflow: auto;
  display: block;
  border: 2px solid var(--bs-body-color);
  border-radius: 50px;
  width: max-content;
  margin: 0 auto 30px;
}
.memLinksMenu ul{
  padding: 4px;
  min-width: max-content;
}
.memLinksMenu ul li a{
    color: #656565;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85em;
}
.memLinksMenu ul li a:hover, .memLinksMenu ul li.active a{
    background: var(--bs-body-color);
    color: var(
    --color-white);
    border-radius: 50px;
}
.memLinksMenu ul li a:hover, .memLinksMenu ul li.active a:hover{
  color: #fff;
}
.memLinksMenu::before{
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--bs-body-color);
  position: absolute;
  top: -7px;
  left: calc(50% - 4px);
}
.memLinksMenuSpe::after{
    display: none;
}

.imgMobRight{
  width: 50%;
    height: auto;
    margin: 10px;
    float: right;
}
.imgMobLeft{
   width: 50%;
    height: auto;
    margin: 10px;
    float: left;
}
.pullets li{
  position: relative;
}
.pullets li span{
  color: var(--bs-white);
  margin: 0 5px 0 0;
}
.pullets li::before{
  content: "";
  background-color: var(--color-03);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: -1;
  left: -8px;
}

.pullets-2 li{
  position: relative;
  margin: 0 0 10px 0;
}
.pullets-2 li span{
  color: var(--bs-white);
  margin: 0 15px 0 0;
}
.pullets-2 li::before{
  content: "";
  background-color: var(--color-03);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: -1;
  left: -8px;
}


/* Responsive styles */
@media only screen and (min-width: 1670px) {
  .all-packages .row > div h3{
    min-height: 120px;
    font-size: 28px;
  }
}
@media screen and (min-width: 1480px) and (max-width: 1670px) {
  .all-packages .row > div h3{
    min-height: 170px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1480px) {
  .all-packages .row > div h3{
    min-height: 130px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1079px) {
  .all-packages .row > div h3{
    font-size: 26px;
    line-height: 46px;
    min-height: 210px;
  }
}

@media only screen and (min-width: 1361px) {
  .header-logo {
    width: 110px;
  }
  .navbar ul li.nav-item a {
    padding: 7px 12px !important;
    font-size: 1.1em;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1360px)  {
  .header-logo {
      width: 100px;
  }
  .navbar ul li.nav-item a {
    padding: 7px 8px !important;
    font-size: 1em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px)  {
  .header-logo {
      width: 94px;
  }
  .navbar ul li.nav-item a {
    padding: 7px 7px !important;
    font-size: .8em;
  }
  .copyright ul li a{
    font-size: 15px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1023px)  {
    .header-logo {
        width: 95px;
    }
    .navbar ul li.nav-item a {
      padding: 7px 4px !important;
      font-size: .8em;
  }
}

@media only screen and (min-width: 1200px) {
.all-packages .row > div .content {
    padding: 40px 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .all-packages .row > div .content {
    padding: 40px 11px;
  }
  .copyright {
    float: left;
    margin: 10px 0 0 0;
  }
  .menuF li a, .menuFli.active a {
    width: 14px;
    height: 14px;
  }
  .menuF li a {
    margin: 10px;
  }
  .fs-one {
      font-size: 15px !important;
  }
  .ourTeam .itemCo .text h3 {
      font-size: 20px;
  }
  .ourTeam .itemCo .text p{
    font-size: 14px;
  }
  .f-section-con h1 {
    font-size: 4vw;
  }
  #section0 .w-60{
    width: 80% !important;
  }
  .weekDays h3 {
      font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .ourTeam, .all-packages {
      margin: 30px 0 0 0;
  }
  #login .w-60, #login .w-40{ width: 50%;}
  .weekDays h3 {
    font-size: 18px;
  }
  .tableCalen h5 {
    font-size: 16px;
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
  .navbar-nav .nav-item .nav-link {
    color: var(--color-white);
  }
}

@media only screen and (max-width: 991px) {
  #news img.card-img-top {
    height: auto;
    object-fit:initial;
  }
  #packagesWizard .header {
    font-size: 6vw;
  }
  .px-5 {
      padding-right: 1.7rem!important;
      padding-left: 1.7rem!important;
  }
  .footerMain .search img {
      width: 120px;
  }
  .openion img {
    width: 70px;
  }
  .header-logo {
    width: 90px;
  }
  .footer-social-icons a {
      padding: 5px 12px;
      font-size: 24px;
  }
  .copyright{
    font-size: 12px;
  }
  .all-packages .row > div ul li svg {
    width: 25px;
    margin: 0 5px 0 0;
  }
  .all-packages .row > div .content {
    padding: 40px 20px;
    min-height: 520px;
    background-position: top center !important;
  }
  .all-packages .row > div ul li {
    margin: 0 0 10px 0;
    font-size: 20px;
  }
  .ourTeam .itemCo .text h3 {
    font-size: 20px;
  }
  .ourTeam .itemCo{
    margin: 0 0 15px 0;
  }
  .menuF {
    bottom: 70px;
    right: 10px;
  }
  .rating li{
    margin: 0 5px 0 0;
  }
  .rating svg{
    width: 12px;
  }

  #section0 .w-60 {
    width: 100% !important;
  }
  .navbar-toggler{
    border: none;
    font-size: 31px;
    color: #fff;
    margin-left: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler {
    position: fixed;
    right: -10px;
    top: 0;
    z-index: 14;
    background: var(--color-03);
    border-radius: 5px;
    padding: 5px 20px 5px 10px;
  }
  .navbar-nav .nav-item .nav-link{
    color: var(--color-02);
    font-size: 3vw;
  }
  .navbar-nav .nav-item .nav-link:hover{
    color: var(--color-03);
    border-bottom: none;
  }
  .navbar-nav .nav-item .nav-link {
      color: var(--color-02);
      font-size: 2vw;
  }
  .navbar-nav .nav-item .nav-link:hover, 
  .navbar-nav .nav-item .nav-link.active {
    color: var(--color-03);
  }
  .margin-sections-1 {
    margin-top: 40px;
  }
  .padding-sections-1{
    padding-top: 60px;
  }
  .joinUs {
    flex-flow: wrap !important;
  }
  .joinUs .w-40, .joinUs .w-60{
    width: 100%;
  }
  .copyright .navbar-nav .nav-item .nav-link {
    color: var(--color-white);
    font-size: 14px;
  }
  .navbar-nav .nav-item .nav-link, .navbar-nav .nav-item .nav-link:hover {
    border-bottom: none !important;
  }
  .all-packages .row > div h3 {
    font-size: 3.5vw;
  }
  .section-text {
    font-size: 15px;
    line-height: 22px;
  }
  .p-5 {
    padding: 2rem!important;
  }
  
}

@media only screen and (max-width: 768px) {
  .imgConMob{
    width: calc(100% + 40px);
    margin: 0 -20px 0 -20px;
    display: block;
  }
  .imgConMob img{
    border-radius: 0;
  }
  video.intro {
    position: relative;
    height: 400px;
  }
  .footerInner .header-logo, #coaches .header-logo {
    display: none;
  }
  .copyright ul, .footer-social-icons{
    justify-content: center !important;
  }
  .socAndMen{width: 100%;}
  .aboutFooter .col-sm-7, .aboutFooter .col-sm-7 .footer-social-icons{ width: 100%; text-align: center;}
  .w-60, .w-40, .w-50{
    width: 100% !important;
  }
  #login> .flex-row{ flex-flow: wrap !important;}
  
  .ourTeam, .all-packages {
    margin: 30px 0 0 0;
  }

  .footer-social-icons a {
      padding: 5px 10px;
      font-size: 22px;
  }
  .footer-social-icons a:first-child{
    padding-left: 0;
  }

  .section .fp-tableCell{
    vertical-align: bottom !important;
  }
  #section0 .fp-tableCell {
    vertical-align: middle !important;
  }
  #section2 .w-75{
    width: 95% !important;
  }
  #section3 .menuF li a {
    background: var(--color-02);
  }
  .p-5{
    padding: 2rem !important;
  }
  .mt-5{
    margin-top: 2rem !important;
  }
  .mb-5 {
      margin-bottom: 2rem!important;
  }
  .f-section-con h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 2.5vw;
  }
  #contact .w-75{
    width: 95% !important;
  }
  .pageHeader{
    font-size: 5vw;
  }
  .header2 {
    font-size: 4.5vw;
  }
  .img-shadow {
    -webkit-box-shadow: 16px -16px 0px 0px rgba(89,127,65,1);
    -moz-box-shadow: 16px -16px 0px 0px rgba(89,127,65,1);
    box-shadow: 16px -16px 0px 0px rgba(89,127,65,1);
    border-radius: 15px;
  }
  .w-75 {
    width: 100%!important;
  }
  .weekDays h3 {
    font-size: 18px;
  }
  .wizard .nav-tabs .nav-item .nav-link {
    padding: 0 0 0 25px;
    font-size: 16px;
  }
  
  .tab-cus {
      width: 100%;
      height: auto;
  }
  .tab-cus button {
      padding: 15px;
      margin: 15px 5%;
  }
  .tabcontent {
    width: 100%;
  }
  .copyright {
    width: 100%;
  }
  .all-packages .row > div h3 {
    font-size: 33px;
    line-height: 54px;
    min-height: auto;
  }
  .conifrmCon{
    width: 100%;
  }
  .tab-cus button, .tab-cus a {
    padding: 10px 16px;
    width: 94%;
    margin: 2% 3%;
  }
  #account{
    display: block;
  }

  #section0{
  min-height: 400px;
  }
  #section0 .overlay {
    bottom: 7px;
  }
  .hompageBtn .book-btn-light{
    background-color: var(--color-01-dark);
    color: var(--color-white);
  }
  #section0 .f-section-con{
    position: absolute;
    top: calc(50% - 70px);
  }
  .fp-tableCell {
    display: inline;
  }
  .fp-tableCell h1{
    text-align: center !important;
    margin-bottom: 20px;
  }
  .fp-tableCell h1 .ps-5{
    padding-left: 0 !important;
  }
  .fp-tableCell .btn{
    float: none !important;
    margin: 0 auto;
    display: block;
    width: 145px;
  }
  .imgMobRight{
    width: 50%;
      height: auto;
      margin: 10px;
      float: right;
  }
  .imgMobLeft{
     width: 50%;
      height: auto;
      margin: 10px;
      float: left;
  }
  .margin-pages-header {
    padding-top: 100px;
  }
  #classes {
    padding-bottom: 0;
  }
  #classes .min-vh-100 {
    min-height: 400px !important;
  }
  .mob-style{
    max-width: 100%;
    box-shadow: none;
    margin: 15px 0 !important;
  }
  .tabcontent, .tab-cus{
      float: none !important;
  }
  .tab-cus {
    padding: 10px 0;
  }
}


@media only screen and (max-width: 600px) {
.bookBtnCustom {
  top: 5px;
}
}

@media only screen and (max-width: 575px) {
    .memLinksMenu {
        margin: 0 auto 40px;
    }
    .memLinksMenuSpe::after{
        font-size: 13px;
        content: "swipe for more";
        position: absolute;
        bottom: -22px;
        left: 0;
        right: 0;
        font-weight: 600;
        color: var(--color-03);
        display: block;
        text-align: center;
  }
  .all-packages .position-relative{
    padding: 0 20px 20px 20px;
  }
  .all-packages .row > div ul li {
    font-size: 2.4vw;
  }
  #section7 .position-absolute{
    position:  relative !important;
  }
  .header-logo {
    margin: 0 20px 0 0;
  }
  #section7 .content .bottom-30{
    bottom: auto;
  }
  .footerMain .search img {
    width: 90px;
  }
  .rating {
    margin: 0 0 0 15px;
  }
  .footerMain .search .search-btn {
    font-size: 12px;
  }
  .header {
    font-size: 8vw;
  }
  #packagesWizard .header {
    font-size: 7vw;
  }
  .all-packages .row > div h3 {
    font-size: 8vw;
    margin: 10px 0 20px 0;
  }
  .all-packages .row > div ul li {
    font-size: 4vw;
  }
  .all-packages .row > div .content {
    min-height: 590px;
  }
  #section4 .w-75{
    width: 100% !important;
  }
  p {
    font-size: 16px;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 3vw;
  }
  .contactForm {
    margin-top: 30px;
  }
  .copyright .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
  #demo .flex-row{
    flex-direction: column!important;
  }
  .fs-one {
    font-size: 14px !important;
  }
  .header {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .p-5{
    padding: 1.5rem !important;
  }
  .mt-5{
    margin-top: 1.5rem !important;
  }
  .mb-5 {
    margin-bottom: 1.5rem!important;
  }
  .f-section-con {
    padding: 25px;
}
  
  .navbar {
    width: calc( 100% - 20px);
    right: 10px;
    left: 10px;
    z-index: 1111;
  }
  .header-logo {
    width: 80px;
  }
  .header-logo {
    margin: 0 5px 0 0;
  }
  .fs-one {
    font-size: 14px;
  }
  .navbar-nav .nav-item .nav-link {
      font-size: 16px;
  }
  #booking .display-6{
    font-size: calc(.7rem + 1.5vw);
  }
  #booking  h3{line-height: 40px;}
  .wizard .nav-tabs .nav-item .nav-link {
    clip-path: unset;
    padding: 0 0 0 8px;
    margin: 0;
    text-align: center;
    height: 50px;
    place-items: normal;
    border-radius: 0;
  }
  .wizard, .wizard .nav-tabs, .wizard .nav-tabs .nav-item {
    padding-right: 0rem!important;
  }
  .foot-padd {
    padding: 0 35px;
  }
  .footerInner  .header-logo, #coaches .header-logo { display: none;}
  .copyright ul li { padding: 0 7px 0 0;}
  #coaches .copyright{ margin:  0 0 20px 0;}
  .ms-5 {
    margin-left: 1.5rem!important;
  }
  .f-section-con h1 {
    font-size: 23px;
    line-height: 34px;
  }
  .header-logo {
    width: 65px;
  }
  .bi {
    width: 25px;
  }
  .navbar-toggler {
    padding: 2px 15px 2px 7px;
  }
  nav.profile .display-picture img {
    width: 40px;
    height: 40px;
    border: none;
} 
}

@media only screen and (max-width: 360px) {
.fs-one {
  font-size: 14px !important;
  }
}



















#checkout  .order-info-content h2 {
  font-size: 23px;
  font-weight: 700;
  margin: 20px 0 0 0 !important;
}
#checkout .dropdown-select.visible {
  display:block;
}
#checkout .dropdown {
  position:relative;
}
#checkout  ul {
  margin:0;
  padding:0;
}
#checkout ul li {
  list-style:none;
  padding-left:10px;
  cursor:pointer;
}
#checkout ul li:hover {
  background:rgba(255,255,255,0.1);
}
#checkout .dropdown-select {
  position:absolute;
  background: #565656;
  text-align:left;
  box-shadow:0px 3px 5px 0px rgba(0,0,0,0.1);
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  width: 99%;
  left:2px;
  line-height:2em;
  margin-top:2px;
  box-sizing:border-box;
}
#checkout .thin {
  font-weight:400;
}
#checkout .small {
  font-size:12px;
  font-size:.8rem;
}
#checkout .window {
  height: 570px;
  width: 780px;
  background:#fff;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  box-shadow: 0px 15px 50px 10px rgba(0, 0, 0, 0.2);
  border-radius: 38px;
  z-index:10;
  margin-top: min(170px, 24%) !important;
  margin-bottom: min(70px, 20%) !important;
}
#checkout .order-info {
  height:100%;
  width:50%;
  padding-left:25px;
  padding-right:25px;
  box-sizing:border-box;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  position:relative;
}
#checkout .price {
  color: var(--color-03);
  margin: 0;
  text-align: right;
  font-size: 20px;
}
#checkout .order-table td:first-of-type {
  width:25%;
}
#checkout .order-table {
    position:relative;
}
#checkout .line {
  height:1px;
  width:100%;
  margin-top:10px;
  margin-bottom:10px;
  background:#ddd;
}
#checkout .order-table td:last-of-type {
  vertical-align:top;
  padding-left:25px;
}
#checkout .order-info-content {
  table-layout:fixed;

}

#checkout .full-width {
  width:100%;
}
#checkout .pay-btn {
  border:none;
  background: var(--color-03);
  line-height:2em;
  border-radius:10px;
  font-size:19px;
  font-size:1.2rem;
  color:#fff;
  cursor:pointer;
  position:absolute;
  bottom:25px;
  width:calc(100% - 50px);
  -webkit-transition:all .2s ease;
  transition:all .2s ease;
}
#checkout .pay-btn:hover {
  background: var(--color-03);
  color:#eee;
  -webkit-transition:all .2s ease;
  transition:all .2s ease;
}

#checkout .total {
  margin-top: 15px;
  font-size:20px;
  /* position:absolute; */
  bottom:30px;
  right:27px;
  left:35px;
}
#checkout .dense {
  line-height:1.2em;
  font-size:16px;
  font-size:1rem;
}
#checkout .input-field {
  background:rgba(255,255,255,0.1);
  margin-bottom:10px;
  margin-top:3px;
  line-height: 1.3em;
  font-size: 1.1rem;
  border:none;
  padding: 4px 8px;
  color:#fff;
  box-sizing:border-box;
  width:100%;
  margin-left:auto;
  margin-right:auto;
}
#checkout select.input-field {
  background: #565656;
  border-radius: 0 !important;
}
#checkout .credit-info {
  background: #434343;
  height:100%;
  width:50%;
  color:#eee;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  font-size: .9rem;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  box-sizing:border-box;
  padding-left:25px;
  padding-right:25px;
  border-top-right-radius:30px;
  border-bottom-right-radius:30px;
  position:relative;
}
#checkout .dropdown-btn {
  background:rgba(255,255,255,0.1);
  width:100%;
  border-radius:5px;
  text-align:center;
  line-height:1.5em;
  cursor:pointer;
  position:relative;
  -webkit-transition:background .2s ease;
          transition:background .2s ease;
}
#checkout .dropdown-btn:after {
  content: '\25BE';
  right:8px;
  position:absolute;
}
#checkout .dropdown-btn:hover {
  background:rgba(255,255,255,0.2);
  -webkit-transition:background .2s ease;
          transition:background .2s ease;
}
#checkout .dropdown-select {
  display:none;
}
#checkout .credit-info-content {
  margin-top:25px;
  -webkit-flex-flow:column;
      -ms-flex-flow:column;
          flex-flow:column;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  width:100%;
}
@media (max-width: 800px) {
  #checkout .window {
    width: 100%;
    height: 100%;
    display:block;
    border-radius:0px;
  }
  #checkout .order-info {
    width:100%;
    height:auto;
    padding-bottom:100px;
    border-radius:0px;
  }
  #checkout .credit-info {
    width:100%;
    height:auto;
    padding-bottom:100px;
    border-radius:0px;
  }
  #checkout .pay-btn {
    border-radius:0px;
  }
  #checkout .window {
      margin: 150px 0 30px 0 !important;
  }
}









































