/* -------------------------------
   Membership Module
------------------------------- */

.bw-memberships-module-top {
    margin-top: 25px;
}

.beblocks-box{
	border: 1px solid #ddd;
	text-align: center;
}

.beblocks-spacing-box{
	padding: 25px;
    font-size: 16px;
}

.beblocks-price{
	font-size: 50px;
    font-weight: 700;
    position: relative;
    color:#fff;
}

.beblocks-price-sm {
	font-size: 14px;
    position: absolute;
}

.beblocks-price-lg {
	padding-left: 10px;
}

.beblocks-prices-image {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.ribbon-red span {
    position: absolute;
    left: 35px;
    top: 7px;
}

.ribbon-wrapper-red {
	width: 124px;
	height: 124px;
	overflow: hidden;
	position: absolute;
	top: 25px;
}
.ribbon-red {
	font: bold 10px Sans-Serif;
	color: #333;
	text-align: center;
	/* text-shadow: rgba(255,255,255,0.5) 0px 1px 0px; */
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: relative;
	padding: 7px 0;
	left: -33px;
	top: 10px;
	width: 145px;
	background-image: -webkit-linear-gradient(top, #434343 0%, #292929 100%);
	background-image: linear-gradient(to bottom, #434343 0%, #292929 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcc0000", endColorstr="#ff990000", GradientType=0);
	color: #ffffff;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	z-index: 1;
	text-transform: uppercase;
}

#wizard .sw-btn-prev {
	padding-right: 10px;
    padding-left: 10px;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
	font-size: 16px;
}

#wizard .sw-btn-next {
	padding-right: 10px;
    padding-left: 10px;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
	font-size: 16px;
}

.booking-membership-application-form {
	position: relative;
	margin-top: 30px;
}
.sw-theme-default .sw-toolbar-top {
    margin-right: 3px !important;
}

.stats-progress {
	width: 200px;
    position: absolute;
    bottom: 10px;
    right: 10px;
	top: 10px;
    left: 10px;
}

/* -------------------------------
   New Styles
------------------------------- */

/* Membership Wizard */

.membership-wizard-1-home {
    padding: 0 !important;
    color: #fff;
}
.membership-wizard-1-home-content {
    z-index: 120;
    position: absolute;
    /*top: 45%;*/
    left: 0;
    right: 0;
    color: #8F8E8E;
    margin-top: 45px;
    padding: 0 15px;
    text-align: center;
}
.membership-wizard-1-home-content h1,
.membership-wizard-1-home-content h2,
.membership-wizard-1-home-content h3,
.membership-wizard-1-home-content h4 {
    color: #fff;
    margin: 0 0 30px;
    font-weight: 300;
}
.membership-wizard-1-home-content h1 {
    font-size: 64px;
    font-weight: 600;
}
.membership-wizard-1-home-content h3 {
    font-weight:600;
}
.membership-wizard-1-home-content h4 {
    font-weight: 600;
}
.membership-wizard-1-home-content p {
    margin-bottom: 60px;
}
.membership-wizard-1-home-content a:hover,
.membership-wizard-1-home-content a:focus {
    color: #fff;
}
.membership-wizard-1-home-content .btn + .btn {
    margin-left: 1px;
}

/* Membership Wizard Content */

.membership-wizard-1-content {
    padding: 60px 15px 75px;
}
.membership-wizard-1-content .membership-wizard-1-content-title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    margin-top: 0;
}
.membership-wizard-1-content .membership-wizard-1-content-title:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    background: #242a30;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}
.membership-wizard-1-content .membership-wizard-1-content-desc {
    text-align: center;
    margin-bottom: 60px;
    color: #242a30;
}
.membership-wizard-1-content.has-bg {
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
}
.membership-wizard-1-content-bg {
    background: url(../images/bg-content-wizard-1.jpg);
}
.membership-wizard-1-content.has-bg .membership-wizard-1-content-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	object-fit: cover;
    object-position: center;
    width: 100%;
	height:100%;
	-webkit-filter: brightness(80%);
}
.membership-wizard-1-content.has-bg .membership-wizard-1-content-bg img {
    max-width: 100%;
}
.membership-wizard-1-content.has-bg .membership-wizard-1-content-title:after {
    background: #fff;
}
.membership-wizard-1-content.has-bg .membership-wizard-1-content-bg:before {
    content: '';
    background: url(../images/bg-content-cover.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.membership-wizard-1-content.has-bg .container {
    position: relative;
}
.membership-wizard-1-content.has-bg .container .membership-wizard-1-content-title {
    color: #fff;
}
.membership-wizard-1-content.has-bg .container .membership-wizard-1-content-desc {
    color: rgba(255,255,255,0.6);
}
.membership-wizard-1-content.has-bg h1,
.membership-wizard-1-content.has-bg h2,
.membership-wizard-1-content.has-bg h3,
.membership-wizard-1-content.has-bg h4,
.membership-wizard-1-content.has-bg h5,
.membership-wizard-1-content.has-bg h6 {
    color: #fff;
}
.membership-wizard-1-calendarbutton {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.63);
    color: #ababab;
    font-size: 18px;
}
.membership-wizard-1-calendarbutton:hover {
    color: #cecece;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.step-content label {
    color: #fff;
}
.step-content .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.63);
	-webkit-border-radius: 0px;
    color: #ffffff;
	padding: 10px 10px;
	font-size: 14px;
}
.step-content .form-control:focus {
    color: #ffffff;
    background-color: rgba(152, 152, 152, 0.53);
    border-color: rgba(152, 152, 152, 0.53);
}
.step-content select.form-control {
    border-color: rgba(255, 255, 255, 0.63);
}
.step-content input.parsley-success, select.parsley-success, textarea.parsley-success {
    color: #ffffff;
    background-color: rgba(214, 233, 198, 0.53);
    border: 1px solid rgba(214, 233, 198, 0.53);
}
.step-content input.parsley-error, select.parsley-error, textarea.parsley-error {
    color: #ffffff;
    background-color: rgba(242, 222, 222, 0.53);
    border: 1px solid rgba(242, 222, 222, 0.53);
}
.step-content select.form-control:focus {
    background-color: rgba(152, 152, 152, 0.73);
}
.step-content .form-control::-moz-placeholder {
  color: #dcdcdc;
}
.step-content .form-control:-ms-input-placeholder {
  color: #dcdcdc;
}
.step-content .form-control::-webkit-input-placeholder {
  color: #dcdcdc;
}
.btn-secondary {
    color: #fff;
    background-color: rgba(109, 109, 109, 0.62);
    border-color: rgba(109, 109, 109, 0.62);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff !important;
	background-color: rgba(109, 109, 109, 0.62) !important;
    border-color: rgba(109, 109, 109, 0.62);
}
.btn-secondary:hover {
    color: #fff;
    background-color: rgba(109, 109, 109, 0.92);
    border-color: rgba(109, 109, 109, 0.92);
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: rgb(70, 70, 70);
    border-color: rgb(70, 70, 70);
}
.progress {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 10px;
    overflow: visible;
    background: #909090ba;
    -webkit-box-shadow: none;
}
.progress-bar {
    background: #eaeaeac2;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.bw-cp-memberships-wizard-contentbox {
    margin: -20px -20px;
    margin-left: -30px;
    margin-right: -30px;
}
.bw-memberships-simple-buttons {
    background: #ffffff;
    color: #000;
    padding: 15px;
	margin-bottom: 20px;
}
.bw-memberships-simple-buttons label {
    color: #000;
}
.bw-memberships-simple-buttons.badge.badge-success, .label.label-success {
	width: 100%;
    display: block;
    text-align: center;
    margin-top: 6px;
    margin-bottom: -5px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.bw-memberships-nextprev-buttons-top {
	padding-top: 0px !important;
	padding-right: 0px !important;
	margin-right: -20px !important;
}
.btn-secondary-success {
    color: #fff;
    background-color: rgb(112, 162, 50);
    border-color: rgba(112, 162, 50, 0.62);

}
.bw-membershipbooking-mainpage {
   min-height: 100vh;
   height: auto !important;
}
.booking-membership-application-form hr{
   display:none;
}
.booking-membership-application-end-alert {
   text-align: center;
}
.booking-membership-application-end-alert i {
   font-size: 50px;
}
.booking-membership-application-end-alert p {
   font-weight: 600;
   margin-bottom: 10px;
}
.bw-membership-done {
}
.bw-membership-addons-v1 {
	padding:15px;
	padding-top: 0px;
}
.bw-membership-addons-v1-options {
	padding-right: 0px;
	padding-left: 21px;
}
.step-content .bw-membership-addons-v1-options-formselect {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	border-radius: 2px;
	border: 0;
}

/* Memberships List */
 
.bw-memberships-listing-result-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.bw-memberships-listing-result-list:before,
.bw-memberships-listing-result-list:after {
	content: '';
	display: table;
	clear: both;
}
.bw-memberships-listing-result-list > li {
	box-shadow: 0 1px #ccc;
	border-radius: 4px;
	overflow: hidden;
	display: table;
	width: 100%;
}
.bw-memberships-listing-result-list > li:before,
.bw-memberships-listing-result-list > li:after {
	content: '';
	display: table;
	clear: both;
}
.bw-memberships-listing-result-list > li {
	margin-top: 25px;
}
.bw-memberships-listing-result-list > li > div {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	position: relative;
}
.bw-memberships-listing-result-list .bw-memberships-listing-result-image {
	width: 240px;
	padding: 0;
	overflow: hidden;
	background: #222;
	vertical-align: middle;
	display: table-cell;
	background-size: cover;
	background-position: center;
}
.bw-memberships-listing-result-list .bw-memberships-listing-result-image a {
	display: block;
}
.bw-memberships-listing-result-list .bw-memberships-listing-result-image a:hover,
.bw-memberships-listing-result-list .bw-memberships-listing-result-image a:focus {
	opacity: 0.8;
}
.bw-memberships-listing-result-list .bw-memberships-listing-result-image img {
	width: 100%;
}
.bw-memberships-listing-result-list .bw-memberships-listing-title {
	margin: 0 0 0px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
}
.bw-memberships-listing-result-list .bw-memberships-listing-location {
	margin-bottom: 15px;
	font-size: 14px;
}
.bw-memberships-listing-result-list .bw-memberships-listing-desc {
	margin-bottom: 5px;
	/* max-height: 90px; */
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
	font-size:14px;
}
.bw-memberships-listing-result-list p {
	line-height: 22px;
	margin-bottom:10px;
}
.bw-memberships-listing-result-list .btn-row:before,
.bw-memberships-listing-result-list .btn-row:after {
	content: '';
	display: table;
	clear: both;
}
.bw-memberships-listing-result-list .btn-row a {
	color: #222;
	font-size: 14px;
	line-height: 18px;
	float: left;
	padding: 8px 10px;
	border-radius: 4px;
	background: #ffffff;
}
.bw-memberships-listing-result-list .btn-row a:hover,
.bw-memberships-listing-result-list .btn-row a:focus {
	opacity: 1;
}
.bw-memberships-listing-result-list .btn-row a {
	margin-left: 5px;
	margin-bottom:5px;
	cursor: pointer;
}
.bw-memberships-listing-result-list .bw-memberships-listing-result-price {
	width: 240px;
	font-size: 28px;
	text-align: center;
	vertical-align: middle;
}
.bw-memberships-listing-result-list .bw-memberships-listing-result-price small {
	display: block;
	font-size: 10px;
	font-weight: 600;
}
.bw-memberships-listing-result-list .bw-memberships-listing-result-price .btn {
	margin-top: 30px;
}
.bw-memberships-listing-result-icons {
	margin-top: 10px;
	margin-left: -5px;
}
.bw-memberships-listing-nopadding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.bw-memberships-listing-tabcontent {
    padding: 0px;
    margin-bottom: 0px;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	width: 100%;
}

.bookingDetails{
    padding: 20px;
	padding-bottom: 30px;
    margin-bottom: 15px;
}
.bookingDetails p {
    margin-bottom: 20px;
}
.bw-memberships-booking-addonoptions {
    margin-top: 6px;
    text-align:left;
}
.bw-memberships-price-addonoptions {
    width: 20px;
}
.bw-memberships-booking-addonoptions-price {
    float: right;;
}
.step-content .bw-memberships-price-addonprice {
    background: #ffffff;
    color: #464646;
	text-align: center;
}
.step-content .bw-memberships-price-addonprice:hover {
    background: #ffffff;
    color: #464646;
}
.step-content .bw-memberships-price-addonprice:focus {
    background: #ffffff;
    color: #464646;
}
.step-content .bw-memberships-price-addonprice::-moz-placeholder {
  color: #7b7b7b;
}
.step-content .bw-memberships-price-addonprice:-ms-input-placeholder {
  color: #7b7b7b;
}
.step-content .bw-memberships-price-addonprice::-webkit-input-placeholder {
  color: #7b7b7b;
}

.bw-membershipdesks-quickview-center {
    margin-left: auto;
    margin-right: auto;
}
.bw-membershipdesks-hubs-center {
    margin-left: auto !important;
    margin-right: auto !important;
}
.bw-membershipdesks-hubs-center a {
    
}
.bw-membershipdesks-hubs-tab-overflow .nav.nav-tabs > li > a {
    background: #313131;
	color:#ffffff ;
}
.bw-membershipdesks-hubs-tab-overflow .nav.nav-tabs > li > .active  {
    color: #ffffff;
    background: #313131;
    border-color: #dee2e6 #dee2e6 #fff;
}

/* -------------------------------
   Hubs
------------------------------- */

.bw-membershipdesks-hubs-tab-overflow .nav.nav-tabs > li > a {
    background: #f5f5f5;
    color: #333;
    border-width: 1.75px;
    border-style: solid;
    border-color: rgb(245 245 245);
    border-radius: 2px;
    margin-right: 10px;
    margin-left: 0px;
    font-size:14px;
    font-weight:600;
}
.bw-membershipdesks-hubs-tab-overflow .nav.nav-tabs > li > .active  {
    background: #313131;
    color: #fff;
    border-width: 1.75px;
    border-style: solid;
    border-color: rgb(49 49 49);
    border-radius: 2px;
}
.bw-membershipdesks-hubs-center-padcenter {
    padding-left: 45px;
}
.bw-membershipdesks-hubs-maincontainer {
    margin-bottom:100px;
}

.swal2-styled.swal2-confirm {
    font-size: 14px !important;
}
.swal2-styled.swal2-cancel {
    font-size: 14px !important;
}
.memberships-questions-next {
    margin-top:40px;
}

/* -----------------------------------
   Memberships - Booking Page 2
----------------------------------- */

.bw-memberships-2-booking-box {
	color: #333;
    padding: 20px 0px;
    padding-bottom: 25px;
    position: relative;
    display: block;
    padding-top: 0;
}
.bw-memberships-2-bookingDetails {
    padding: 20px;
    text-align: center;
}
.bw-memberships-2-discounts-box {
    margin-bottom: 35px;
}
.bw-memberships-2-discounts {
    margin-bottom:5px;
}
.bw-memberships-2-discount-title {
    margin-bottom:5px;
}
.bw-memberships-2-hr-1 {
    width: 90%;
	margin-top: 5px;
    margin-bottom: 5px;
}
.bw-memberships-2-description-box {
    float: none;
    background-color: #ffffff;
	color: #333;
    padding: 10px 0px;
    padding-top: 20px;
    position: relative;
    display: block;
    margin-top: 0px;
    width: 100%;
	padding-left: 15px;
    padding-right: 15px;
}
.bw-memberships-2-description-nopadding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.bw-memberships-2-description-ul {
    padding-left: 20px;
}
.bw-memberships-2-description-ul-titles {
    margin-bottom: 8px;
	font-weight: 600;
}
.bw-memberships-2-description-price {
    text-align:right;
}
.bw-memberships-2-img-item img {
    max-height:450px;
}
.bw-memberships-2-img-item-img {
    max-height:450px;
}

/* -----------------------------------
   Memberships - Booking Page 3
----------------------------------- */

.bw-memberships-3-gallery {
}
.bw-memberships-3-img-item img {
    max-height:450px;
    object-fit: cover;
    object-position: center;
}
.bw-memberships-3-img-item-img {
    max-height:450px;
	object-fit: cover;
    object-position: center;
}
.bw-memberships-3-desks .bw-memberships-3-desks-12 {
	width:25%;
	max-width: 25%;
}
.bw-memberships-3-booking-box {
    background: #fff;
	color: #333;
    padding: 20px 0px;
    padding-bottom: 25px;
    position: relative;
    display: block;
    padding-top: 0;
}
.bw-memberships-3-description-title {
	margin-left:25px;
}
.bw-memberships-3-bookingDetails {
    padding: 20px;
    text-align: center;
}
.bw-memberships-3-bookingDetails .bw-memberships-2-discounts-box {
    width: 50%;
    max-width: 50%;
	margin-bottom: 20px;
	margin-left: auto;
    margin-right: auto;
}
.bw-memberships-3-bookingDetails .bw-memberships-2-addons-box {
    width: 50%;
    max-width: 50%;
	margin-bottom: 15px;
	margin-left: auto;
    margin-right: auto;
}
.bw-memberships-3-bookingDetails .bw-memberships-2-discounts-box .voucher-code {
    text-align: center;
}
.bw-memberships-3-bookingDetails .bw-memberships-2-hr-1 {
    width: 98%;
}
.bw-memberships-3-description-box {
    float: none;
    background-color: #ffffff;
    color: #333;
    padding: 10px 15px;
    padding-top: 20px;
    position: relative;
    display: block;
    margin-top: 0px;
    width: 100%;
}
.bw-memberships-3-description-nopadding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.bw-memberships-3-description-ul {
    padding-left: 20px;
}
.bw-memberships-3-description-price {
    text-align:right;
}
.btn.btn-bw-memberships-3-bookingbutton {
    width:25%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.bw-memberships-3-questions .bw-memberships-3-questions-12 {
	width:50%;
	max-width: 50%;
	margin-bottom: 20px;
}
.bw-memberships-3-questions .bw-memberships-3-questions-panel {
	background: transparent;
	border: 1px solid rgba(0,0,0,.125);
    height: 100%;
    margin: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
    border-radius: 4px;
}
.bw-memberships-3-questions .bw-memberships-3-questions-panel-2 {
	margin: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.bw-memberships-3-booking-box .bw-memberships-3-questions {
	margin-bottom: 5px;
}
.bw-memberships-3-description-facilities {
	padding: 15px;
    padding-top: 0px;
}
.bw-memberships-3-description-box .bw-memberships-3-facilities-box {
    border: 1px solid;
    padding:10px;
	padding-top: 10px;
    text-align:center;
	height: 138px;
	border-color: #ffffff;
}
.bw-memberships-3-facilities-i {
	font-size:40px;
}
.bw-memberships-3-facilities-box span {
	
}
.bw-memberships-3-facilities-col2 {
	padding-left:0px;
	padding-right:0px;
}

/* -----------------------------------
   Memberships - Booking Page 4
----------------------------------- */

.bw-memberships-4-booknows {
	display: none;
}

/* -----------------------------------
   Memberships - Booking Page 5
----------------------------------- */

.bw-memberships-5-wizard-contain {
	text-align:center;
}
.bw-memberships-5-wizard-content {
}
.bw-memberships-5-wizard-content h1,
.bw-memberships-5-wizard-content h2,
.bw-memberships-5-wizard-content h3,
.bw-memberships-5-wizard-content h4,
.bw-memberships-5-wizard-content h5,
.bw-memberships-5-wizard-content h6 {
}
.bw-memberships-5-wizard-progress {
    height: 30px;
    overflow: visible;
    background: #eeeeee;
}
.bw-memberships-5-wizard-progress {
    height: 30px;
    overflow: visible;
    background: #eeeeee;
	width: 92%;
    position: absolute;
    bottom: 10px;
    right: 10px;
    top: 0px;
    left: 10px;
}




/* -----------------------------------
   Memberships - Listing Page 2
----------------------------------- */
.bw-memberships-categories-1-tab-overflow .nav-tabs > li > a {
    border-width: 1.75px;
    border-style: solid;
    border-radius: 4px;
    margin-right: 10px;
    margin-left: 0px;
    font-size:14px;
    font-weight:600;
}
.bw-memberships-categories-1-tab-overflow .nav.nav-tabs > li > .active  {
    border-width: 1.75px;
    border-style: solid;
    border-radius: 4px;
}
.bw-memberships-categories-1-center-padcenter {
    padding-left: 15px;
	border-bottom: 0px solid #dee2e6;
	margin-bottom: 15px;
}
.bw-memberships-categories-1-maincontainer {
    margin-bottom:100px;
}
.bw-memberships-categories-1-center {
    margin-left: auto !important;
    margin-right: auto !important;
	max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.bw-memberships-categories-1-center a {
}
.bw-memberships-categories-1-previous {
	margin-right: 0px !important;
}
.bw-memberships-categories-1-next {
	margin-right: 0px !important;
}

.bw-memberships-listing-2-img {
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.bw-memberships-listing-2-desc-details {
    height: 168px;
    max-height: 165px;
    overflow: hidden;
    margin-bottom: 15px;
	color: #333;
}

/* -----------------------------------
   Memberships - Listing Page 3
----------------------------------- */
.bw-memberships-listing-3-col {
	padding-right: 4px !important;
	padding-left: 4px !important;
}
.bw-memberships-listing-3-col:hover {
    transform: scale(1.01);
    transition: transform .3s;
}
.bw-memberships-listing-3-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 4px;
	margin-bottom: 15px;
}
.bw-memberships-listing-3-card:hover {
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    border-radius: 4px;
}
.bw-memberships-listing-3-desc {
    padding: 20px;
	padding-top: 17px;
}
.bw-memberships-listing-3-desc-details {
    height: 118px;
    max-height: 118px;
    overflow: hidden;
    margin-bottom: 15px;
	color: #333;
}
.bw-memberships-listing-3-price {
    font-size: 14px;
    margin-top: -45px;
    position: absolute;
    margin-left: 15px;
	background: rgba(0,0,0,.55);
    color: #ffffff;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 6px;
}
.bw-memberships-listing-3-title {
    margin-bottom: 8px;
}
.bw-memberships-listing-3-img {
    height: 250px;
    object-fit: cover;
    object-position: center;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.bw-memberships-listing-3-featured {
    position: absolute;
    top: 60px;
    right: 20px;
}
.bw-memberships-listing-3-featured-contain {
    font-size: 14px;
    margin-top: -45px;
    margin-left: 10px;
    background: rgba(0,0,0,.55);
    color: #ffffff;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 6px;
	font-weight:600;
}
.bw-memberships-listing-3-featured-contain i {
    margin-right: 2px;
}
.bw-memberships-listing-3-button {
    margin-bottom: 2px;
}

/* -----------------------------------
   Memberships - Listing Page 4
----------------------------------- */
.bw-memberships-listing-4-col {
	padding-right: 4px !important;
	padding-left: 4px !important;
}
.bw-memberships-listing-4-col:hover {
}

.bw-memberships-listing-4-price-table-1 {
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.24);
    background-color: #fff;
    padding: 0;
    transition: all ease .5s;
    position: relative;
    z-index: 1;
	color: #333;
}
.bw-memberships-listing-4-price-table-1:hover {
    background-color: #fafafa;
	color: #fff;
}
.bw-memberships-listing-4-price-table-1:hover .bw-memberships-listing-4-price-table-1-body:after {
    top: 0;
}
.bw-memberships-listing-4-price-table-1.bw-memberships-listing-4-price-table-1-prominent {
    transform: translateY(-12px);
    position: relative;
    z-index: 2;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
}
.bw-memberships-listing-4-price-table-1.bw-memberships-listing-4-price-table-1-prominent .bw-memberships-listing-4-price-table-1-body .btn {
    margin-top: 30px;
}
.bw-memberships-listing-4-price-table-1 header {
    display: block;
    text-align: center;
    color: #fff;
}
.bw-memberships-listing-4-price-table-1 header .bw-memberships-listing-4-price-table-1-category {
    display: block;
    background-color: rgba(0,0,0,.2);
    padding: 10px 0;
	font-weight: 600;
	font-size: 20px;
}
.bw-memberships-listing-4-price-table-1 header h3 {
    font-weight: 600;
    padding: 20px 0;
    margin: 0;
    font-size: 40px;
	color: #fff;
}
.bw-memberships-listing-4-price-table-1 header h3 sup {
    font-size: 20px !important;
    margin-right: 5px;
    margin-top: 10px;
    font-weight: 600;
    vertical-align: middle;
}
.bw-memberships-listing-4-price-table-1 header h3 sub {
    font-size: 14px;
    font-weight: 600;
	margin-left: -5px;
    vertical-align: middle;
}
.bw-memberships-listing-4-price-table-1 .bw-memberships-listing-4-price-table-1-body {
    padding: 20px;
    transition: all ease .3s;
    position: relative;
    overflow: hidden;
}
.bw-memberships-listing-4-price-table-1 .bw-memberships-listing-4-price-table-1-body:after {
    transition: all ease .3s;
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.bw-memberships-listing-4-price-table-1 .bw-memberships-listing-4-price-table-1-body .bw-memberships-listing-4-price-table-1-list {
    list-style-type: none;
    padding-left: 0;
    font-size: 14px;
	text-align: center;
}
.bw-memberships-listing-4-price-table-1 .bw-memberships-listing-4-price-table-1-body .bw-memberships-listing-4-price-table-1-list li {
    margin: 0;
    padding: 8px 0;
    border-bottom: dotted 1px #e0e0e0;
}
.bw-memberships-listing-4-price-table-1 .bw-memberships-listing-4-price-table-1-body .bw-memberships-listing-4-price-table-1-list li i {
    margin-right: 10px;
}
.bw-memberships-listing-4-price-table-1.bw-memberships-listing-4-price-table-1-dark {
    border-bottom: solid 3px #2d2d2d;
}
.bw-memberships-listing-4-price-table-1.bw-memberships-listing-4-price-table-1-dark .bw-memberships-listing-4-price-table-1-body:after {
    background-color: rgba(0,0,0,.5);
}
.bw-memberships-listing-4-price-table-1.bw-memberships-listing-4-price-table-1-dark .bw-memberships-listing-4-price-table-1-list i {
    color: #2d2d2d;
}
.bw-memberships-listing-4-price-table-1.bw-memberships-listing-4-price-table-1-dark:hover .bw-memberships-listing-4-price-table-1-body {
    color: #fff;
}
.bw-memberships-listing-4-price-table-1.bw-memberships-listing-4-price-table-1-dark:hover .bw-memberships-listing-4-price-table-1-body .bw-memberships-listing-4-price-table-1-list li {
    border-color: #cacaca;
}
.bw-memberships-listing-4-price-table-1.bw-memberships-listing-4-price-table-1-dark:hover .bw-memberships-listing-4-price-table-1-body .bw-memberships-listing-4-price-table-1-list li i {
    color: #fff;
}
.bw-memberships-listing-4-price-table-1.bw-memberships-listing-4-price-table-1-dark:hover .bw-memberships-listing-4-price-table-1-body .btn {
    background-color: #fff;
	border-color: #ffffff;
    color: #606060;
}
.bw-memberships-listing-4-price-table-1 .btn.btn-button-pricing-4-table-1-dark {
    background: #606060;
    border-color: #606060;
	color: #ffffff;
	border-radius: 3px;
    position: relative;
    padding: 10px 20px !important;
    font-size: 14px;
    font-weight: 500;
}
.bw-memberships-listing-4-price-table-1 .bw-memberships-listing-4-price-table-1-list span {
    width: 27px;
    display: block;
    float: left;
}

/* -----------------------------------
   Memberships - Listing Page 5
----------------------------------- */
.bw-memberships-listing-5-col {
	margin-bottom: 50px;
}
.bw-memberships-listing-5-col-price {
	margin-bottom: 50px;
}
.bw-memberships-listing-5-card {
    border: 0px solid rgb(0 0 0 / 0%);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 4px;
    margin-bottom: 15px;
}
.bw-memberships-listing-5-desc {
    padding: 0px;
    padding-top: 17px;
}
.bw-memberships-5-img-item img {
    max-height:450px;
}
.bw-memberships-5-img-item-img {
    max-height:450px;
}
.bw-memberships-listing-5-title {
    margin-bottom: 8px;
}
.bw-memberships-listing-5-description-category {
    text-align:right;
	font-weight: 300;
    color: #7c7f83;
	margin-bottom: 8px;
}
.bw-memberships-listing-5-desc-details {
    color: #333;
	margin-bottom: 20px;
}
.bw-memberships-listing-5-price-table-1 {
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.24);
    background-color: #fff;
    padding: 0;
    transition: all ease .5s;
    position: relative;
    z-index: 1;
	color: #333;
}
.bw-memberships-listing-5-price-table-1:hover {
	color: #fff;
}
.bw-memberships-listing-5-price-table-1:hover .bw-memberships-listing-5-price-table-1-body:after {
    top: 0;
}
.bw-memberships-listing-5-price-table-1.bw-memberships-listing-5-price-table-1-prominent {
    transform: translateY(-12px);
    position: relative;
    z-index: 2;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
}
.bw-memberships-listing-5-price-table-1.bw-memberships-listing-5-price-table-1-prominent .bw-memberships-listing-5-price-table-1-body .btn {
    margin-top: 30px;
}
.bw-memberships-listing-5-price-table-1 header {
    display: block;
    text-align: center;
    color: #fff;
}
.bw-memberships-listing-5-price-table-1 header .bw-memberships-listing-5-price-table-1-category {
    display: block;
    background-color: rgba(0,0,0,.2);
    padding: 10px 0;
    font-weight: 600;
    font-size: 16px;
}
.bw-memberships-listing-5-price-table-1 header h3 {
    font-weight: 600;
    padding: 20px 0;
    margin: 0;
    font-size: 25px;
	color: #fff;
}
.bw-memberships-listing-5-price-table-1 header h3 sup {
    font-size: 16px !important;
    margin-right: 5px;
    margin-top: 10px;
    font-weight: 600;
    vertical-align: middle;
}
.bw-memberships-listing-5-price-table-1 header h3 sub {
    font-size: 12px;
    font-weight: 600;
	margin-left: -2px;
    vertical-align: middle;
}
.bw-memberships-listing-5-price-table-1 .bw-memberships-listing-5-price-table-1-body {
    padding: 20px;
	padding-top: 10px;
    transition: all ease .3s;
    position: relative;
    overflow: hidden;
}
.bw-memberships-listing-5-price-table-1 .bw-memberships-listing-5-price-table-1-body:after {
    transition: all ease .3s;
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.bw-memberships-listing-5-price-table-1 .bw-memberships-listing-5-price-table-1-body .bw-memberships-listing-5-price-table-1-list {
    list-style-type: none;
    padding-left: 0;
    font-size: 14px;
	text-align: center;
}
.bw-memberships-listing-5-price-table-1 .bw-memberships-listing-5-price-table-1-body .bw-memberships-listing-5-price-table-1-list li {
    margin: 0;
    padding: 8px 0;
    border-bottom: dotted 1px #e0e0e0;
}
.bw-memberships-listing-5-price-table-1 .bw-memberships-listing-5-price-table-1-body .bw-memberships-listing-5-price-table-1-list li i {
    margin-right: 10px;
}
.bw-memberships-listing-5-price-table-1.bw-memberships-listing-5-price-table-1-dark {
    border-bottom: solid 3px #2d2d2d;
}
.bw-memberships-listing-5-price-table-1.bw-memberships-listing-5-price-table-1-dark .bw-memberships-listing-5-price-table-1-body:after {
    background-color: rgba(0,0,0,.5);
}
.bw-memberships-listing-5-price-table-1.bw-memberships-listing-5-price-table-1-dark .bw-memberships-listing-5-price-table-1-list i {
    color: #2d2d2d;
}
.bw-memberships-listing-5-price-table-1.bw-memberships-listing-5-price-table-1-dark:hover .bw-memberships-listing-5-price-table-1-body {
    color: #fff;
}
.bw-memberships-listing-5-price-table-1.bw-memberships-listing-5-price-table-1-dark:hover .bw-memberships-listing-5-price-table-1-body .bw-memberships-listing-5-price-table-1-list li {
    border-color: #cacaca;
}
.bw-memberships-listing-5-price-table-1.bw-memberships-listing-5-price-table-1-dark:hover .bw-memberships-listing-5-price-table-1-body .bw-memberships-listing-5-price-table-1-list li i {
    color: #fff;
}
.bw-memberships-listing-5-price-table-1.bw-memberships-listing-5-price-table-1-dark:hover .bw-memberships-listing-5-price-table-1-body .btn {
    background-color: #fff;
	border-color: #ffffff;
    color: #606060;
}
.bw-memberships-listing-5-price-table-1 .btn.btn-button-pricing-5-table-1-dark {
    background: #606060;
    border-color: #606060;
	color: #ffffff;
	border-radius: 3px;
    position: relative;
    padding: 10px 20px !important;
    font-size: 14px;
    font-weight: 500;
}
.bw-memberships-listing-5-price-table-1 .bw-memberships-listing-5-price-table-1-list span {
    width: 27px;
    display: block;
    float: left;
}
.bw-memberships-listing-5-main-nopadding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.bw-memberships-listing-5-featured {
    position: absolute;
    top: 60px;
    right: 30px;
}
.bw-memberships-listing-5-featured-single {
    right: 20px;
}
.bw-memberships-listing-5-featured-contain {
    font-size: 14px;
    margin-top: -45px;
    margin-left: 10px;
    background: rgba(0,0,0,.55);
    color: #ffffff;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 6px;
	font-weight:600;
}
.bw-memberships-listing-5-featured-contain i {
    margin-right: 2px;
}
#wizard .btn.btn-2 {
    font-size: 14px;
    padding: 6px 25px;
    height: auto;
}
.disabled {
    background-color: #ccc !important;
    border-color: #ccc !important;
    text-decoration: line-through;
    color: #000 !important;
}
.dismiss-red{
	color:red;
	cursor: pointer;
}
.swal2-content b {
    width:100%;
	display: block;
}
.swal2-styled {
    text-transform: uppercase;
	font-weight: 600 !important;
}
.bw-memberships-alert-wizard-info-i {
	margin-bottom:15px;
}
.bw-memberships-5-wizard-content {
	height: auto !important;
}
	
/* -----------------------------------
   Desks - Page Details
----------------------------------- */
.bw-memberships-page-details {
	text-align: center;
	margin-bottom: 15px;
}
.bw-memberships-page-details-extra {
	margin-bottom: 10px;
}
.bw-memberships-page-details-extra-2 {
	margin-bottom: -10px;
}
.bw-memberships-page-details h4 {
	font-weight:600;
}
.bw-memberships-page-desc {
	width: 75%;
    margin-left: auto;
    margin-right: auto;
}

/* -----------------------------------
   Memberships - Colors - Plans Listing 1
----------------------------------- */
.theme-bg-card-default {
	color: #fff;
    background: #313131;
    border-color: #ffffff;
}



/* Backgrounds - Success */
.bgsuccess {
    background: #13ac00;
}
/* Button - Sizes */
.btn.btn-1 {
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 25px;
    text-transform: uppercase;
}
.btn.btn-2 {
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 25px;
    text-transform: uppercase;
}
/* Button - Bookings */
.btn.btn-book,
.btn.btn-book.disabled,
.btn.btn-book.disabled:hover,
.btn.btn-book.disabled:focus,
.btn.btn-book[disabled],
.btn.btn-book[disabled]:hover,
.btn.btn-book[disabled]:focus {
    color: #fff;
    background: #313131;
    border-color: #313131;
}
.btn-book:hover, 
.btn-book:focus, 
.btn-book:active, 
.btn-book.active, 
.btn-book.active.focus, 
.btn-book.active:focus, 
.btn-book.active:hover, 
.btn-book:active.focus, 
.btn-book:active:focus, 
.btn-book:active:hover,
.show > .btn-book.dropdown-toggle,
.open > .dropdown-toggle.btn-book,
.open > .dropdown-toggle.btn-book:hover,
.open > .dropdown-toggle.btn-book:focus,
.btn-book:not(:disabled):not(.disabled).active, 
.btn-book:not(:disabled):not(.disabled):active {
    background: #131313;
    border-color: #131313;
}
.input-group-append .btn.btn-book,
.btn-group .btn.btn-book:not(.active) + .btn.btn-book,
.input-group-btn .btn.btn-book:not(.active) + .btn.btn-book {
    border-left-color: #131313;
}
/* Button - Booking Success */
.btn.btn-booksuccess,
.btn.btn-booksuccess.disabled,
.btn.btn-booksuccess.disabled:hover,
.btn.btn-booksuccess.disabled:focus,
.btn.btn-booksuccess[disabled],
.btn.btn-booksuccess[disabled]:hover,
.btn.btn-booksuccess[disabled]:focus {
    color: #fff;
    background: #13ac00;
    border-color: #13ac00;
}
.btn-booksuccess:hover, 
.btn-booksuccess:focus, 
.btn-booksuccess:active, 
.btn-booksuccess.active, 
.btn-booksuccess.active.focus, 
.btn-booksuccess.active:focus, 
.btn-booksuccess.active:hover, 
.btn-booksuccess:active.focus, 
.btn-booksuccess:active:focus, 
.btn-booksuccess:active:hover,
.show > .btn-booksuccess.dropdown-toggle,
.open > .dropdown-toggle.btn-booksuccess,
.open > .dropdown-toggle.btn-booksuccess:hover,
.open > .dropdown-toggle.btn-booksuccess:focus,
.btn-booksuccess:not(:disabled):not(.disabled).active, 
.btn-booksuccess:not(:disabled):not(.disabled):active {
    background: #129800;
    border-color: #129800;
}
.input-group-append .btn.btn-booksuccess,
.btn-group .btn.btn-booksuccess:not(.active) + .btn.btn-booksuccess,
.input-group-btn .btn.btn-booksuccess:not(.active) + .btn.btn-booksuccess {
    border-left-color: #129800;
}
/* Button - Booking Secondary */
.btn.btn-booksecondary,
.btn.btn-booksecondary.disabled,
.btn.btn-booksecondary.disabled:hover,
.btn.btn-booksecondary.disabled:focus,
.btn.btn-booksecondary[disabled],
.btn.btn-booksecondary[disabled]:hover,
.btn.btn-booksecondary[disabled]:focus {
    color: #fff;
    background: #a5a5a5;
    border-color: #a5a5a5;
}
.btn-booksecondary:hover, 
.btn-booksecondary:focus, 
.btn-booksecondary:active, 
.btn-booksecondary.active, 
.btn-booksecondary.active.focus, 
.btn-booksecondary.active:focus, 
.btn-booksecondary.active:hover, 
.btn-booksecondary:active.focus, 
.btn-booksecondary:active:focus, 
.btn-booksecondary:active:hover,
.show > .btn-booksecondary.dropdown-toggle,
.open > .dropdown-toggle.btn-booksecondary,
.open > .dropdown-toggle.btn-booksecondary:hover,
.open > .dropdown-toggle.btn-booksecondary:focus,
.btn-booksecondary:not(:disabled):not(.disabled).active, 
.btn-booksecondary:not(:disabled):not(.disabled):active {
    background: #b7b7b7;
    border-color: #b7b7b7;
}
.input-group-append .btn.btn-booksecondary,
.btn-group .btn.btn-booksecondary:not(.active) + .btn.btn-booksecondary,
.input-group-btn .btn.btn-booksecondary:not(.active) + .btn.btn-booksecondary {
    border-left-color: #b7b7b7;
}
/* Button - Booking Danger */
.btn.btn-bookdanger,
.btn.btn-bookdanger.disabled,
.btn.btn-bookdanger.disabled:hover,
.btn.btn-bookdanger.disabled:focus,
.btn.btn-bookdanger[disabled],
.btn.btn-bookdanger[disabled]:hover,
.btn.btn-bookdanger[disabled]:focus {
    color: #fff;
    background: #ff0000;
    border-color: #ff0000;
}
.btn-bookdanger:hover, 
.btn-bookdanger:focus, 
.btn-bookdanger:active, 
.btn-bookdanger.active, 
.btn-bookdanger.active.focus, 
.btn-bookdanger.active:focus, 
.btn-bookdanger.active:hover, 
.btn-bookdanger:active.focus, 
.btn-bookdanger:active:focus, 
.btn-bookdanger:active:hover,
.show > .btn-bookdanger.dropdown-toggle,
.open > .dropdown-toggle.btn-bookdanger,
.open > .dropdown-toggle.btn-bookdanger:hover,
.open > .dropdown-toggle.btn-bookdanger:focus,
.btn-bookdanger:not(:disabled):not(.disabled).active, 
.btn-bookdanger:not(:disabled):not(.disabled):active {
    background: #E50000;
    border-color: #E50000;
}
.input-group-append .btn.btn-bookdanger,
.btn-group .btn.btn-bookdanger:not(.active) + .btn.btn-bookdanger,
.input-group-btn .btn.btn-bookdanger:not(.active) + .btn.btn-bookdanger {
    border-left-color: #E50000;
}

/* -----------------------------------
   Memberships - Other
----------------------------------- */
.bw-memberships-bookingoptions-recurringinfo i {
   font-size: 20px;
}
.bw-memberships-bookingoptions-recurringinfo-selection {
   text-transform: capitalize;
}
.step-content .bw-memberships-bookingoptions-recurringinfo-selection-formcontrol {
   color: #222;
   font-size: 16px;
   padding-top: 0px;
   margin-bottom: 0px;
   border: none !important;
}
.step-content .bw-memberships-bookingoptions-recurringinfo-selection-formcontrol-2 {
    color: #fff !important;
    font-size: 14px;
    padding: 0px 15px;
    background: #9a9a9a;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}


/* -------------------------------
   Responsive
------------------------------- */

@media (max-width: 1600px) {
	.bw-memberships-3-desks .bw-memberships-3-desks-12 {
		width: 33.3%;
		max-width: 33.3%;
	}
	.bw-memberships-listing-2-img {
		height: 350px;
	}
	.bw-memberships-listing-4-price-table-1 header h3 {
		font-size: 35px;
	}
	.bw-memberships-sticky {
		width: 350px !important;
	}
	.bw-memberships-5-wizard-progress {
		width: 90%;
	}
}
@media (max-width: 1200px) {
	.bw-memberships-3-facilities-col2 {
		width: 25%;
		max-width: 25%;
		flex: 25%;
	}
	.bw-memberships-listing-2-img {
		height: 300px;
	}
	.bw-memberships-listing-4-price-table-1 header h3 {
		font-size: 30px;
	}
	.bw-memberships-listing-4-price-table-1 header .bw-memberships-listing-4-price-table-1-category {
		font-size: 16px;
	}
	.bw-memberships-sticky {
		width: 290px !important;
	}
	.bw-memberships-5-wizard-progress {
		width: 88%;
	}
}
@media (max-width: 1024px) {
	.bw-memberships-listing-result-list .bw-memberships-listing-result-image {
		display: block;
		height: 200px;
		width: auto;
	}
}
@media(max-width: 992px) {
	.bw-memberships-3-desks .bw-memberships-3-desks-12 {
		width: 50%;
		max-width: 50%;
	}
	.bw-memberships-3-bookingDetails .bw-memberships-2-discounts-box {
		width: 100%;
		max-width: 100%;
		margin-bottom: 35px;
	}
	.bw-memberships-3-bookingDetails .bw-memberships-2-addons-box {
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.btn.btn-bw-memberships-3-bookingbutton {
		width:50%;
	}
	.bw-memberships-listing-2-img {
		height: auto;
	}
	.bw-memberships-listing-2-desc-details {
		height: auto;
		max-height: 100%;
		margin-bottom: 5px;
	}
	.bw-memberships-listing-3-img {
		height: auto;
	}
	.bw-memberships-listing-3-desc-details {
		height: auto;
		max-height: 100%;
		margin-bottom: 5px;
	}
	.bw-memberships-listing-3-col {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.bw-memberships-sticky {
		width: 255px !important;
	}
	.bw-memberships-page-desc {
		width: 100%;
	}
	.bw-memberships-page-details-extra {
		padding-left: 15px;
		padding-right: 15px;
	}
	.bw-memberships-page-details-extra-3 {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media(max-width: 979px) {
	.bw-memberships-listing-result-list .bw-memberships-listing-result-price {
		width: 200px;
	}
}
@media (max-width: 767px) {
.bw-membershipbooking-mainpage {
   height: auto !important;
}
.bw-membership-addons-v1-options {
    padding-right: 0px;
    padding-left: 0px;
}
	.bw-memberships-listing-result-list .bw-memberships-listing-result-price {
		width: 100px;
		font-size: 20px;
	}
	.bw-memberships-listing-result-list>li>div {
		padding: 15px;
	}
	.bw-memberships-2-description-price {
		text-align:left;
		font-size: 18px;
	}
	.bw-memberships-3-description-price {
		text-align:left;
		font-size: 18px;
	}
	.bw-memberships-2-description-title {
		margin-bottom: 5px;
	}
	.bw-memberships-3-description-title {
		margin-bottom: 5px;
	}
	.bw-memberships-2-contain {
		margin-top: 5px;
	}
	.bw-memberships-2-description-nopadding-mobile {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.bw-memberships-3-description-nopadding-mobile {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.bw-memberships-3-desks .bw-memberships-3-desks-12 {
		width: 100%;
		max-width: 100%;
	}
	.bw-memberships-3-description-title {
		margin-left: 0px;
	}
	.bw-memberships-booking-addonoptions {
		margin-top: 6px;
		text-align: left;
		width: 85%;
		float: left;
		display: block;
	}
	.bw-memberships-booking-addonoptions-price {
		float: right;
		margin-top: -2px;
		width: 50px;
	}
	.step-content .bw-memberships-price-addonoptions {
		float: right;
		position: relative;
	}
	.bw-memberships-price-addonoptions-12mobile {
		width: 50px;
	}
	.btn.btn-bw-memberships-3-bookingbutton {
		width:100%;
	}
	.bw-memberships-3-questions .bw-memberships-3-questions-12 {
		width:100%;
		max-width: 100%;
	}
	.bw-memberships-3-questions .bw-memberships-3-questions-panel-2 {
		margin-left: 0px;
		margin-right: 0px;
	}
	.bw-memberships-3-facilities-col2 {
		width: 50%;
		max-width: 50%;
		flex: 50%;
	}
	.bw-memberships-listing-result-list .bw-memberships-listing-result-image {
		width: 100%;
		float: none;
	}
	.bw-memberships-listing-result-list .bw-memberships-listing-result-image a {
		position: relative;
	}
	.bw-memberships-listing-result-list>li>div {
		display: block;
		width: 100%;
	}
	.bw-memberships-listing-result-list>li>.bw-memberships-listing-result-price {
		width: 100%;
		padding: 15px;
	}
	.bw-memberships-listing-result-list .btn-row {
		text-align: center;
	}
	.bw-memberships-listing-result-list .btn-row a {
		font-size: 12px;
	}
	.bw-memberships-listing-result-list .bw-memberships-listing-result-price .btn {
		margin-top: 15px;
	}
	.bw-memberships-booking-addonoptions {
		margin-top: 6px;
		text-align: left;
		width: 85%;
		float: left;
		display: block;
	}
	.bw-memberships-booking-addonoptions-price {
		float: right;
		margin-top: -2px;
		width: 50px;
	}
	.step-content .bw-memberships-price-addonoptions {
		float: right;
		position: relative;
	}
	.bw-memberships-price-addonoptions-12mobile {
		width: 50px;
	}
	.bw-memberships-listing-5-description-category {
		text-align: left;
	}
	.bw-memberships-listing-5-title {
		margin-bottom: 0px;
	}
	.bw-memberships-listing-5-col {
		margin-bottom: 0px;
	}
	.bw-memberships-listing-5-col-price {
		margin-bottom: 30px;
	}
	.bw-memberships-listing-5-card {
		margin-bottom: 0px;
	}
	.bw-memberships-sticky {
	  position: relative !important;
	  top: 0 !important; 
	  margin-top: 0px !important;
	  width: 100% !important;
	}
	.bw-memberships-4-booknows {
		display: block;
		text-align:right;
		margin-top:-34px;
	}
	.bw-memberships-5-wizard-progress {
		width: 78%;
	}
}
@media (max-width: 480px) {
.stats-progress {
    width: 100px;
}
.registration-buttons .btn {
		white-space: normal;
	}
.booking-membership-application-end-alert p {
		line-height: 22px;
	}
	.bw-memberships-categories-1-center {
		padding-right: 0px;
		padding-left: 0px;
	}
	.bw-memberships-categories-5-center {
		padding-right: 15px;
		padding-left: 15px;
	}
	.bw-memberships-categories-1-center-padcenter {
		padding-left: 0px;
		white-space: nowrap !important;
	}
	.bw-memberships-categories-1-maincontainer {
		margin-bottom:20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.bw-memberships-categories-1-padnone {
		padding-left: 0px;
		padding-right: 0px;
	}
	.bw-memberships-3-description-box {
		padding: 10px 0px;
	}
	.bw-memberships-3-facilities-col2 {
		width: 100%;
		max-width: 100%;
		flex: 100%;
	}
	.bw-memberships-3-description-box .bw-memberships-3-facilities-box {
		height: auto;
	}
	.bw-memberships-3-facilities-i {
		font-size: 40px;
	}
	.bw-memberships-listing-4-price-table-1 header h3 {
		font-size: 25px;
	}
	.bw-memberships-listing-4-price-table-1 header h3 sub {
		font-size: 12px;
		margin-left: 0px;
	}
	.bw-memberships-listing-4-price-table-1 header h3 sup {
		font-size: 16px !important;
	}
	.bw-memberships-listing-4-col {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.bw-memberships-4-booknows {
		display: block;
		text-align:right;
		margin-top:-31px;
	}
	.bw-memberships-5-wizard-progress {
		width: 68%;
	}
	.bw-memberships-5-wizard-alert {
		font-size: 13px;
		margin-left: -5px;
		margin-right: -5px;
		border-radius: 0px;
	}
	.bw-memberships-5-wizard-alert i {
		display:none;
	}
	.bw-memberships-5-wizard-alert span {
		display:none;
	}
	.bw-memberships-simple-buttons {
		width: 100% !important;
	}
	.bw-memberships-5-wizard-content {
		height: auto !important;
	}
	.bookingDetails p {
		margin-bottom: 5px;
	}
	.bw-memberships-5-wizard-col-mobile {
		padding-left: 5px;
		padding-right: 5px;
	}
	.bw-memberships-booking-addonoptions {
		width: 83%;
	}
	.bw-memberships-5-wizard-content {
		height: auto !important;
	}
}