.person-detail-form-one .container {
    width: 100%;
}
/*.person-detail-form-one .col-lg-5 {
    width: 100%;
    text-align: center;
}*/
.person-detail-form-one #membership_product legend {
    font-size: 30px;
    margin-bottom: 40px;
    border: 0;
  text-align: center;
}
#membership_product .form-group.cmn-two {
        width: 50%;
    padding: 0 10px;
    margin: 0;
}
/*#account_information .form-group {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}*/
.conf_your_info_inner_divs a {
    position: absolute;
    bottom: -29px;
    width: 100%;
    border-top: 2px solid #bfbfbf;
    color: #6fa8b7;
}
#membership_product .form-group label {
    display: none;
}
.form-horizontal .form-group .col-lg-8 {
    width: 100%;
    border: 0;
}
.form-horizontal .form-group input {
    border-top: 0 !important;
    box-shadow: none;
    border-bottom: 1px solid #000;
    padding: 0;
    color: #000;
    max-width: 100%;
    margin: 0 15px;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
#membership_product .form-group.cmn-two input{
  margin:0;
}
.form-horizontal .form-group input::placeholder {

}

/**** 14 oct ****/

fieldset#membership_product input {
    box-shadow: none !important;
    padding: 0;
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    color: #b2b2b2;
    padding-left: 0;
    font-weight: 500;
 	margin: 0 0 15px;
 	max-width: 100%;
    color: #000;
}
fieldset#membership_product .account_information_inner {
    margin-bottom: 1rem;
}
p.to-email-btn a.submit-btn {
    float: unset;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 16px 0;
    border-radius: 40px;
    max-width: 350px;
    width: 100%;
    text-align: center;
}
fieldset#membership_product p.to-email-btn {
    display: inline-block;
    width: 100%;
      text-align: center;
}
.main-form-horizontal form#myform {
    max-width: 100%;
    margin: 0 auto 50px auto;
    width: 100%;
}
.main-form-horizontal fieldset#membership_product, 
.main-form-horizontal fieldset#company_information, 
.main-form-horizontal fieldset#personal_information, .main-form-horizontal fieldset#account_information {
    max-width: 675px;
    width: 100%;
    margin: 0 auto;
}
.main-form-horizontal .bootstrap-datetimepicker-widget.dropdown-menu {
    position: static;
    margin: 0 auto;
    max-width: 390px;
    float: none;
    box-shadow: none;
    border: none;
    width: 100%;
}
.main-form-horizontal legend {
    font-size: 36px;
    margin:0 0 40px 0;
    text-align: center;
    border: none;
    font-weight: bold;
    color: #000;
}
.main-form-horizontal div#datetimepicker1 {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}

.main-form-horizontal div#datetimepicker1 th {
    background: transparent;
      border: none;
}
.main-form-horizontal .bootstrap-datetimepicker-widget table th.picker-switch {
    font-size: 22px;
}
.main-form-horizontal .bootstrap-datetimepicker-widget table {
    border: none;
}
.main-form-horizontal .bootstrap-datetimepicker-widget table thead tr:nth-child(2) {
    border-bottom: 1px solid #ddd !important;
}
.main-form-horizontal .bootstrap-datetimepicker-widget table thead tr:nth-child(2) th {
    color: #6fa8b7;
}
.main-form-horizontal .bootstrap-datetimepicker-widget table td.active, .main-form-horizontal .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #6fa8b7;
}
.main-form-horizontal .bootstrap-datetimepicker-widget table td.day {
    height: 50px;
    border: none;
    border-radius: 50%;
    width: 50px;
}
.main-submit-btn {
    display: inline-block;
    /* float: right; */
    text-align: right;
    width: 100%;
      text-align: center;
}
fieldset#account_information input {
    margin: 0 0 15px !important;
  box-shadow:none;
}
fieldset#account_information a.btn.btn-primary.next.submit-btn {
    background: #569bbc;
    border: 1px solid #569bbc;
    padding: 10px 10px;
    font-size: 15px;
    border-radius: 7px;
    font-weight: 500;
    max-width: 380px;
    margin-top: 0;
    width: 100%;
}
fieldset#account_information .main-submit-btn {
    text-align: center;
}
.main-next-prev {
    display: flex;
    justify-content: center;
    align-items: center;
 	 display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.main-next-prev .main-submit-btn {
    text-align: left;
}
.main-next-prev .submit-btn {
    width: 100px !important;
    background: #6fa8b7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px auto;
  border-radius: 40px;
}
.main-next-prev .main-submit-btn {
    text-align: left;
    width: auto;
}
.main-next-prev input.btn.btn-success{
	  width: 320px !important;
    background: #569bbc;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 15px 5px;
  text-transform: capitalize;
    margin: 10px auto;
      border-radius: 40px;
}
.conf_your_info .conf_your_info_inner {
    font-size: 23px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.main-your-info span {
    display: inline-block;
    width: 100%;
  text-align: center;
      margin-bottom: 6px;
}
.main-form-horizontal span.input-group-addon {
    display: none;
}
.main-form-horizontal .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
   display:none;
}
.main-form-horizontal fieldset#personal_information h4 {
    text-align: center;
}
.main-content-wrapper .page-header {
    display: none;
}
.person-detail-form-one {
    margin-top: 50px;
}
.main-form-horizontal .bootstrap-datetimepicker-widget table thead tr:nth-child(1) th {
    line-height: 40px;
}
.main-form-horizontal .bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #6fa8b7;
}
.main-your-info {
    display: flex;
    /* align-items: center; */
    /* justify-content: space-between; */
    margin: 0 -10px;
   /* background: #fafcf2;
    box-shadow: 1px 6px 7px 4px #e6e3e3;*/
    margin-bottom: 50px;
}
.main-your-info .conf_your_info_inner_divs {
    width: 31%;
    margin: 0 10px;
    /*  border-top: 2px solid #ddd;
      border-bottom: 2px solid #ddd;*/
  position: relative;
}
.main-your-info .conf_your_info_inner_divs .class_you {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.main-your-info .conf_your_info_inner_divs .class_you {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.main-your-info .conf_your_info_inner_divs .class_you span {
    font-weight: 300;
}
.main-your-info .conf_your_info_inner_divs h5 {
    border-bottom: 2px solid #bfbfbf;
    padding-bottom: 10px;
      font-weight: bold;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
}
.main-your-info-names span {
    display: inline-block;
    width: auto;
}
.main-your-info span {
    margin-bottom: 12px;
      text-align: left;
}
.first-fieldset-inner {
    border: 2px solid #ddd;
    margin-bottom: 18px;
}
.first-fieldset-inner-left {
    padding: 28px 20px;
}
.first-fieldset-inner-left h2 {
    font-size: 25px;
    font-weight: 700;
    position: relative;
}
.first-fieldset-inner-left h2.h2-heading:after {
    content: '';
    position: absolute;
    background: #74a7bc;
    width: 22%;
    height: 4px;
    left: 0;
    bottom: -15px;
    padding-bottom: 0px;
}
.first-fieldset-inner-left p {
    margin-top: 30px;
}
.first-fieldset-inner-left h2 {
    font-size: 25px;
    font-weight: 700;
    position: relative;
      margin: 0;
}
.first-fieldset-inner .row {
    align-items: center;
    display: flex;
}
.first-fieldset-inner img {
    max-width: 100% !important;
    height: 240px;
    object-fit: cover;
    width: 100%;
}
fieldset#membership_product a.btn.btn-primary.next.submit-btn {
    background: #6fa8b7;
    border: 1px solid #6fa8b7;
    padding: 10px 10px;
    font-size: 15px;
    border-radius: 40px;
    font-weight: 500;
    max-width: 350px;
    margin-top: 20px;
    width: 100% !important;
    float: unset;
}
#progressbar {
    overflow: hidden;
    counter-reset: step;
    max-width: 675px;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px auto;
      padding-left: 0;
}
#progressbar li {
    list-style-type: none;
    color: rgb(51, 51, 51);
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    width: 13%;
    display: inline-block;
    position: relative;
}
#progressbar li {
    list-style-type: none;
    color: rgb(51, 51, 51);
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    width: 13%;
    display: inline-block;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 44px;
    line-height: 18px;
    display: block;
    font-size: 20px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    height: 44px;
    padding: 13px 0;
    border: 2px solid #74a7bc;
    border-radius: 50%;
    color: #74a7bc;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}
#progressbar li:first-child:after{
	display:none;
}
#progressbar li:after {
    content: '';
    position: absolute;
    background: #74a7bc;
    top: 35%;
    transform: translateY(-50%);
}
#progressbar li.active:before {
    background: #74a7bc;
    color: white;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    text-align: center;
    padding: 13px 0;
    font-size: 18px;
    border: 1px solid #74a7bc;
}
.main-form-horizontal .help-block {
    color: #a94442;
}
.main-form-horizontal  .form-check [type="checkbox"]:not(:checked), .main-form-horizontal .form-check [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.main-form-horizontal .form-check [type="checkbox"]:not(:checked) ~ label, .main-form-horizontal .form-check [type="checkbox"]:checked ~ label {
    position: relative;
    padding-left: 43px;
    cursor: pointer;
}
 .form-check [type="checkbox"]:not(:checked) ~ label:before, .form-check [type="checkbox"]:checked ~ label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    border: 2px solid #000;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
.form-check [type="checkbox"]:not(:checked) ~ label:after, .form-check [type="checkbox"]:checked ~ label:after {
    content: '\2713\0020';
    position: absolute;
    top: 33%;
    left: .22em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #000;
    transition: all .2s;
    font-weight: bold;
      top: 4px;
}
.form-check [type="checkbox"]:not(:checked) ~ label:after {
    opacity: 0;
    transform: scale(0);
}
.first-fieldset-inner {
    cursor: pointer;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.recepient_gift .cmn-main {
    width: 100%;
    float: left;
}
.recepient_gift .cmn-main.remove {
    position: relative;
    z-index: 1;
    margin: 20px auto 0 auto;
}
.recepient_gift .cmn-main.remove span.cmn1 input#increse_item {
    float: left;
    width: 35px;
    padding: 0;
    border: 1px solid #ccc;
    height: 23px;
    border-radius: 7px;
    margin-right: 5px;
    text-align:center;
}
.recepient_gift .cmn-main.remove span.removeItem {
    position: absolute;
    right: -110px;
    width: auto;
    z-index: 999;
    cursor: pointer;
}
.vert-item.membership .joinBtn.cmn, .vert-item.membership .giftBtn {
    background: #569cbd !important;
      border-radius: 10px !important;
}
.vert-item.membership .joinBtn.cmn:hover, .vert-item.membership .giftBtn:hover {
    background: #000 !important;
}
.vert-item.membership-kit .button-box .jionWithKit.cmn, .vert-item.membership-kit .button-box .giftWithKit.cmn {
    background: #f9b354;
    padding: 15px 20px;
    /* background: #fff; */
    font-family: Roboto,sans-serif;
    font-weight: 400;
    line-height: normal;
    /* color: #000; */
    -webkit-appearance: none;
    display: inline-block;
    width: auto;
    padding: 15px 20px;
    cursor: pointer;
    border: 1px solid #f9b354;
    border-radius: 0;
    font-size: 17.6px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    border-radius: 10px;
      width: 100%;
}
.vert-item.membership-kit .button-box .jionWithKit.cmn:hover, .vert-item.membership-kit .button-box .giftWithKit.cmn:hover{
	 background: #000;
  border: 1px solid #000;
}
.vert-item.membership-kit .button-box {
    display: flex;
    justify-content: center;
}
.vert-item.membership-kit .button-box center {
    width: 40%;
    margin: 10px 5%;
}
.hori-box .button-box- div {
    background: #fff;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    line-height: normal;
    color: #000;
    -webkit-appearance: none;
/*     display: inline-block !important; */
    width: auto;
    padding: 15px 20px;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 10px;
    width: 80%;
    margin: 10px auto;
    font-size: 1.1em!important;
}
.hori-box .m16-40 .button-box- div {
    background: #82ac6d;
    color: #fff;
   border: 1px solid #82ac6d;
}
.hori-box .m39-181 .button-box- div {
    background: #bd72ab;
    color: #fff;
   border: 1px solid #bd72ab;
}
.hori-box .m36-163 .button-box- div {
    background: #97212f;
    color: #fff;
   border: 1px solid #97212f;
}
.hori-box .button-box- div:hover {
    background: #000;
    border: 1px solid #000;
}
p.to-email-btn a#continue_btn {
    background: #fbb254 !important;
/*       display: inline-block !important; */
}
div#join-head-bkg ~ .center {
    left: 0;
}


@media screen and (max-width: 980px){
div#join-head-bkg ~ .center{
    position: static;
}
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.main-your-info .conf_your_info_inner_divs.per_mem {
    width: 50%;
}
.button, .submit, button, input[type="submit"], input[type="button"] {
    background: #569bbc;
    color: #ffffff;
    border: 1px solid #569bbc;
    border-radius: 10px;
}

.button:hover, .submit:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    background: #74a7bc;
}
legend.alert {
    color: #ef5656;
}


#join-head-bkg{background:url('https://cdn.shopify.com/s/files/1/1507/7302/files/Hero_Image.jpg?17223355885666704088')top center no-repeat; background-size:cover; width:100%; min-height:687px; height:auto; margin:0 auto 75px; padding:0; position:relative;}
#join-head-bkg img{width:100%; height:auto; visibility:hidden;}

  #join-head-bkg-small{display:none;}  
  
.left{line-height: 1.5; display: inline-block; vertical-align: middle; width:50%; position:absolute; left:5%; top:25%;min-width:698px;}
.join-content-box{width:100%; height:auto;padding-top:25px;padding-bottom:25px; margin:50px auto 0;}
.join-content-box p{font-family: 'Roboto', serif !important; font-size:18px;}
.join-content-box h4{text-align: left;text-decoration: none; font-size: 28px; text-transform: none;width:20%;}
.what-is{font-size:38px !important; margin:0 !important;text-transform:none !important;}
.col-4{width:25%; margin:0; float:left; padding:15px;}
.col-4 a{text-decoration: none; position: relative; display: inline; color:#000 !important;}
.col-4 p{height:75px; margin-bottom:0; display:flex; text-align: left !important; font-size:18px; font-weight:200;min-height:300px;}
.bottom-bar{width:100%; height:3px; background:#82ac6d;}
.mem-speak-box{width:100%; margin:15px 0 25px; }
.mem-speak-box img{float:left; margin:0 5% 0 0; width:30%; height:auto;}
.press-logo-box{display:flex; align-items: center;}
.mem-speak-box .text-box{width:65%; margin:0;float:left;}
.accordion-image-box{float:left; margin:0 ; width:45%; height:auto;}
  .accordion-image-box img{width:100%;}
.accordion-box{width:50%; margin:0 0 0 5%;float:left;}
.gap{margin:0 auto; text-align:left; font-size:25px; margin-bottom:15px;}
  
.mem-purch-box{width:47%; margin:0 1.5% 35px; float:left; color:#000 !important; padding:10px 45px;}
.mem-purch-box p{font-family:'Lato', sans-serif !important; font-size: 18px;line-height:1.25;}
.mem-purch-box h1{color:#000 !important; height:90px; margin-bottom:15px; text-transform: none !important; font-size:48px !important; font-weight: 600; margin-top: 40px;}
.mem-purch-box h2{color:#000 !important; margin:0 0 25px; font-size:24px; font-weight:600; }
.mem-purch-box ul{list-style:none; font-size: 18px; line-height:1.25;}
.mem-divide{width:90%; height:3px; background:#FFF; margin:25px auto;}
  
.mem-box-content{height:500px; margin:0;}
  
.mem-bottle{width:30%;margin-right:5%;float:left;max-width: 150px;}
.mem-bottle-info{width:65%;float:left;}
.mem-kit-img{width:90%; margin:25px 5%; max-width: 500px;}
 
.box-1 ul li::before{content:"\2022";color:#fbb254;width:2em;margin-left:-1em;disply:inline-block; font-weight:bold; margin-right:.70em;}
.box-2 ul li::before{content:"\2022";color:#fbb254;width:2em;margin-left:-1em;disply:inline-block; font-weight:bold; margin-right:.70em;}
.box-3 ul li::before{content:"\2022";color:#81ab5f;width:2em;margin-left:-1em;disply:inline-block; font-weight:bold; margin-right:.70em;}
.box-4 ul li::before{content:"\2022";color:#fbb254;width:2em;margin-left:-1em;disply:inline-block; font-weight:bold; margin-right:.70em;}
  
  
.blue-divide{width:100%; height:3px; background:#4596c1; margin:0 auto 25px;}
.mem-benes{float:left;font-size:38px !important; margin:0 !important;width:35% !important;text-transform:none !important;}
.green-top-bar{width:65%; height:3px; background:#82ac6d; margin:25px auto; float:left;}
.page-title{display:none;}
.main-content-wrapper{max-width:100% !important; padding:0 !important}
.main-content{width:100% !important; }
.new-content{width:65%; margin:0 auto !important;}
.join-button{border-radius:25px !important; width:319px !important; margin:15px 30px 15px 0; text-align: center !important; border: 1px solid; border-color: #4596c1 ; display: flex; align-items: center; justify-content: center; background-color:#4596c1 !important; color:#FFF !important;  font-size:16px !important;float:left;}
.join-button:hover{background-color:#FFF !important; color:#4596c1 !important;}

.call-us h1{font-size:42px;text-transform:none;text-align:center; margin-bottom:5px;font-weight: 600; letter-spacing: 0.02em;}
.call-us h3{font-size:32px; text-transform:none; text-align:center; font-weight:400;margin-top:0;}

.mem-purch-button{width:40%;margin:0 5%; float:left;}
.bot-button-1{width:40% !important; float:left;border-radius:15px !important; margin: 15px 5% 35px; text-align: center !important; display: inline; background-color:#fbb254 !important; color:#FFF !important; font-weight: 800 !important; font-size:18px !important; padding:15px 0 !important; border-radius:25px !important; border:none !important;}
.bot-button-1:hover{background-color:#FFF !important; color:#fbb254 !important;}

.bot-button-2{width:40% !important; float:left;border-radius:15px !important; margin: 15px 5% 35px; text-align: center !important; display: inline; background-color:#e0aed1 !important; color:#FFF !important; font-weight: 800 !important; font-size:18px !important; padding:15px 0 !important; border-radius:25px !important; border:none !important;}
.bot-button-2:hover{background-color:#FFF !important; color:#e0aed1 !important;}

.bot-button-3{width:40% !important; float:left;border-radius:15px !important; margin: 15px 5% 35px; text-align: center !important; display: inline; background-color:#81ab5f !important; color:#FFF !important; font-weight: 800 !important; font-size:18px !important; padding:15px 0 !important; border-radius:25px !important; border:none !important;}
.bot-button-3:hover{background-color:#FFF !important; color:#81ab5f !important;}

.bot-button-4{width:40% !important; float:left;border-radius:15px !important; margin: 15px 5% 35px; text-align: center !important; display: inline; background-color:#569bbc !important; color:#FFF !important; font-weight: 800 !important; font-size:18px !important; padding:15px 0 !important; border-radius:25px !important; border:none !important;}
.bot-button-4:hover{background-color:#FFF !important; color:#569bbc !important;}


/* Mobile Adaptations */
.benefits-mobile{display:none;}
.slider{width: 100%; height: auto; overflow-x: auto; margin:25px 0;	
  

  	scroll-behavior: smooth;
	
  	-webkit-scroll-snap-type: mandatory;
	-ms-scroll-snap-type: mandatory;
	scroll-snap-type: mandatory;
  
	-webkit-scroll-snap-points-x: repeat(90%);
    -ms-scroll-snap-points-x: repeat(90%);
	scroll-snap-points-x: repeat(90%);
  	-webkit-overflow-scrolling: touch;
  
}
  .mem-options .slide{height:auto !important;}
  .join-pre-mobile{display:inline;}
  .join-pre-mobile p{text-align:center !important;}

.slide {
  width: 90%;
  flex-shrink: 0;
  scroll-snap-align: center;
}
  
@media screen and (max-width:980px){
  #join-head-bkg{display:none;}
  #join-head-bkg-small{background:url('https://cdn.shopify.com/s/files/1/1507/7302/files/Join_Hero_Image_Mobile.jpg?16006204676597209998')top center no-repeat; background-size:contain; display:block;}
  #join-head-bkg-small img{width:100%; height:auto; visibility:hidden;}
  .join-button{float:none; margin:25px auto;}
  .new-content{width:100%; margin:0;}
  .col-4{width:100%; margin:0;}
  .col-4 p{min-height:auto; height:auto;}
  .accordion-box{width:100%; margin:0; padding:15px;}
  .mem-purch-box{width:100%; margin:0; padding:0;}
  .mem-purch-box-content{width:90%;float:left;}
  .mem-purch-box-left{width:5%; float:left; padding:100px .5%;}
  .mem-purch-box-left img{width:99%;}
  .mem-purch-box-right{width:5%; float:left; padding:100px .5%;}
  .mem-purch-box-right img{width:99%;}
  .mem-speak-box img{margin:0 15%; width:70%;}
  .mem-speak-box .text-box{width:95%; margin:0 2.4%;}
  #pic{display:none;}
  .center{width:90%; position:absolute; left:5%; top:5%;}
  .mem-purch-box p{height:auto; margin-bottom:75px;}
  h1,h2,h3,h4,p{text-align:center !important;}
  .mem-box-content{height:auto;}
  .benefits-content{display:none;}
  .benefits-mobile{display:flex;}
  
  .mem-benes{float:none;width:100% !important;text-align:center !important;}
  .green-top-bar{float:none; width:80%; margin:15px 10%;}
  .bottom-bar{margin-top: 25px;}
  
  
}


 ul#variants {
   float: left;
   width: 100%;
   margin: 5px 0 0 0;
}
.swatch-element {
   display: inline-block;
   width: auto!important;
   margin: 5px 2% 5px 0;
   float: left;
}
ul#variants .swatch-element {
   min-width: 158px!important;
   text-align: left!important;
   border-radius: 0!important;
}
.swatch-element [type=radio]:checked, .swatch-element [type=radio]:not(:checked), .radio-buton [type=radio]:checked, .radio-buton [type=radio]:not(:checked) {
   position: absolute;
   left: -9999px;
}
input[type=radio]:checked::before {
   position: absolute;
   content: "";
   width: 12px;
   height: 12px;
   background: #e4592f;
   left: 0;
   right: 0;
   bottom: 0;
   border-radius: 50px;
   top: 0;
   margin: auto;
   border: solid 2px #fff;
}
.swatch-element [type=radio]:checked+label, .swatch-element [type=radio]:not(:checked)+label {
   position: relative;
   padding-left: 0;
   cursor: pointer;
   line-height: 48px;
   display: inline-block;
   color: #666;
   width: 100%;
   border: 1px solid #8a8a8a;
   background: #fff;
   border-radius: 6px;
   margin: 0;
   font-size: 1.1em;
   text-align: center;
   padding: 0 8px;
}
ul#variants .swatch-element label {
   border-radius: 0;
   text-align: center;
   border: none;
}
.swatch-element [type=radio]:checked+label {
   color: #a6b86b;
}
.swatch-element [type=radio]:checked+label:before, .swatch-element [type=radio]:not(:checked)+label:before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 45px;
   border: 1px solid #ddd;
   border-radius: 100%;
   background: #fff;
   border-radius: 4px;
   z-index: -1;
}
.swatch-element [type=radio]:checked+label:before, .swatch-element [type=radio]:not(:checked)+label:before {
   border: 0 solid #ddd;
   border-radius: 0;
}
.swatch-element [type=radio]:checked+label:after, .swatch-element [type=radio]:not(:checked)+label:after {
   content: '';
   width: 100%;
   height: 48px;
   position: absolute;
   top: -1px;
   left: -1px;
   border-radius: 0;
   -webkit-transition: all .2s ease;
   transition: all .2s ease;
   border-width: 1px 1px 1px 1px;
   border-color: #333;
   border-style: solid;
}
.swatch-element [type=radio]:checked+label:after {
   border-color: #a6b86b;
}
.joinBtn {
    cursor: pointer;
}
.giftBtn {
    width: 40% !important;
    float: left;
    border-radius: 15px !important;
    margin: 15px 5% 35px;
    text-align: center !important;
    display: inline;
    background-color: #fbb254 !important;
    color: #FFF !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    padding: 15px 0 !important;
    border-radius: 25px !important;
    border: none !important;
	cursor: pointer;
}
/*5-nov*/
.test-content .mainproduct {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.test-content .mainproduct .box-thirrd {
    display: flex;
    flex-direction: column;
}
.test-content .mainproduct .box-thirrd .mem-box-content {
    height: auto;
}
.test-content .mainproduct .box-thirrd .mem-box-content {
    flex-grow: 1;
}
.test-content .mainproduct .box-thirrd a.giftBtn.cmn {
    text-decoration: none;
}
.test-content .new-content {
    margin: 0 auto;
}
.test-content .appned_val {
    float: left;
    width: 100%;
}
.test-content .appned_val h3 {
    font-weight: 600;
    letter-spacing: 0.02em;
}
.test-content .appned_val .col-lg-4 {
    padding: 20px 10px 40px 10px;
}
.test-content .appned_val .col-lg-4 input {
    width: 40%;
    margin: 0 10px;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 4px;
}
.test-content p.to-email-btn a.btn {
    background: #fbb254 !important;
}
.test-content .appned_val .col-lg-4 {
   width: 33%;
   float: left;
}
.test-content .appned_val .col-lg-4 .first-fieldset-inner {
   border: 0;
}
fieldset#user_account {
    max-width: 675px;
    width: 100%;
    margin: 0 auto;
}
.appned_val h3 {
    text-align: center;
}
a.user_tab {
/*     display: none; */
}
fieldset#user_account .btn-main .cmn, .membership_product_inner .cmn {
    width: 100px;
    margin: 0 0;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 4px;
    cursor: pointer;
    background: #569bbc;
    color: #ffffff;
    border: 1px solid #569bbc;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    float: left;
}
.main-your-info .conf_your_info_inner_divs.per_mem:last-child h5 {
    margin-bottom: 0;
}
.membership_product_inner .addToCart.cmn {
    float: left;
}
.membership_product_inner .removeToCart.cmn {
    float: right;
}
.btn-main {
    display: block;
    width: 100%;
}
.recepient_gift span.cmn {
    float: left;
    display: inline-block;
    width: 65%;
    font-size: 16px;
    margin: 0 !important;
}
.recepient_gift span.cmn1, .recepient_gift span#total_satc {
    float: right;
    font-size: 16px;
    display: inline-block;
    width: 35%;
    margin: 0 !important;
    text-align:right;
}
.recepient_gift {
    float: left;
    width: 100%;
    border-bottom: 2px solid #ccc;
    padding: 16px 0;
}
.main-your-info span.sub_total {
    margin: 20px 0 0 0;
    font-size: 16px;
}
.giftBtn {
    width: 40% !important;
    float: left;
    border-radius: 15px !important;
    margin: 15px 5% 35px;
    text-align: center !important;
    display: inline;
    background-color: #fbb254 !important;
    color: #FFF !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    padding: 15px 0 !important;
    border-radius: 25px !important;
    border: none !important;
    cursor: pointer;
}
.recepient_gift .cmn-main.remove span.removeItem i.fa {
    padding-right: 6px;
    font-size: 12px;
}
#user_account h2.heading-main {
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    margin: 20px 0 30px 0;
    float: left;
    width: 100%;
}

.joinBtn{
  padding:5px 10px;
  background-color:#777;
  width:150px;
  margin-bottom:20px;
}
.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}
.giftBtn{
  padding:5px 10px;
  background-color:#777;
  width:150px;
  margin-bottom:20px;
}



#join-head-bkg{background:url('https://cdn.shopify.com/s/files/1/1507/7302/files/Hero_Image.jpg?17223355885666704088')top center no-repeat; background-size:cover; width:100%; min-height:687px; height:auto; margin:0 auto 75px; padding:0; position:relative;}
#join-head-bkg img{width:100%; height:auto; visibility:hidden;}

  #join-head-bkg-small{display:none;}  
  
.left{line-height: 1.5; display: inline-block; vertical-align: middle; width:50%; position:absolute; left:5%; top:25%;min-width:698px;}
.join-content-box{width:100%; height:auto;padding-top:25px;padding-bottom:25px; margin:50px auto 0;}
.join-content-box p{font-family: 'Roboto', serif !important; font-size:18px;}
.join-content-box h4{text-align: left;text-decoration: none; font-size: 28px; text-transform: none;width:20%;}
.what-is{font-size:38px !important; margin:0 !important;text-transform:none !important;}
.col-4{width:25%; margin:0; float:left; padding:15px;}
.col-4 a{text-decoration: none; position: relative; display: inline; color:#000 !important;}
.col-4 p{height:75px; margin-bottom:0; display:flex; text-align: left !important; font-size:18px; font-weight:200;min-height:300px;}
.bottom-bar{width:100%; height:3px; background:#82ac6d;}
.mem-speak-box{width:100%; margin:15px 0 25px; }
.mem-speak-box img{float:left; margin:0 5% 0 0; width:30%; height:auto;}
.press-logo-box{display:flex; align-items: center;}
.mem-speak-box .text-box{width:65%; margin:0;float:left;}
.accordion-image-box{float:left; margin:0 ; width:45%; height:auto;}
  .accordion-image-box img{width:100%;}
.accordion-box{width:50%; margin:0 0 0 5%;float:left;}
.gap{margin:0 auto; text-align:left; font-size:25px; margin-bottom:15px;}
  
.mem-purch-box{width:47%; margin:0 1.5% 35px; float:left; color:#000 !important; padding:10px 45px;}
.mem-purch-box p{font-family:'Lato', sans-serif !important; font-size: 18px;line-height:1.25;}
.mem-purch-box h1{color:#000 !important; height:90px; margin-bottom:15px; text-transform: none !important; font-size:48px !important;}
.mem-purch-box h2{color:#000 !important; margin:0 0 25px; font-size:22px; }
.mem-purch-box ul{list-style:none; font-size: 18px; line-height:1.25;}
.mem-divide{width:90%; height:3px; background:#FFF; margin:25px auto;}
  
.mem-box-content{height:500px; margin:0;}
  
.mem-bottle{width:30%;margin-right:5%;float:left;max-width: 150px;}
.mem-bottle-info{width:65%;float:left;}
.mem-kit-img{width:90%; margin:25px 5%; max-width: 500px;}
 
.box-1 ul li::before{content:"\2022";color:#fbb254;width:2em;margin-left:-1em;disply:inline-block; font-weight:bold; margin-right:.70em;}
.box-2 ul li::before{content:"\2022";color:#fbb254;width:2em;margin-left:-1em;disply:inline-block; font-weight:bold; margin-right:.70em;}
.box-3 ul li::before{content:"\2022";color:#81ab5f;width:2em;margin-left:-1em;disply:inline-block; font-weight:bold; margin-right:.70em;}
.box-4 ul li::before{content:"\2022";color:#fbb254;width:2em;margin-left:-1em;disply:inline-block; font-weight:bold; margin-right:.70em;}
  
  
.blue-divide{width:100%; height:3px; background:#4596c1; margin:0 auto 25px;}
.mem-benes{float:left;font-size:38px !important; margin:0 !important;width:35% !important;text-transform:none !important;}
.green-top-bar{width:65%; height:3px; background:#82ac6d; margin:25px auto; float:left;}
.page-title{display:none;}
.main-content-wrapper{max-width:100% !important; padding:0 !important}
.main-content{width:100% !important; }
.new-content{width:65%; margin:0 auto -80px;}
.join-button{border-radius:25px !important; width:319px !important; margin:15px 30px 15px 0; text-align: center !important; border: 1px solid; border-color: #4596c1 ; display: flex; align-items: center; justify-content: center; background-color:#4596c1 !important; color:#FFF !important;  font-size:16px !important;float:left;}
.join-button:hover{background-color:#FFF !important; color:#4596c1 !important;}

.call-us h1{font-size:42px;text-transform:none;text-align:center; margin-bottom:5px;}
.call-us h3{font-size:32px; text-transform:none; text-align:center; font-weight:400;margin-top:0;}

.mem-purch-button{width:40%;margin:0 5%; float:left;}
.bot-button-1{width:40% !important; float:left;border-radius:15px !important; margin: 15px 5% 35px; text-align: center !important; display: inline; background-color:#fbb254 !important; color:#FFF !important; font-weight: 800 !important; font-size:18px !important; padding:15px 0 !important; border-radius:25px !important; border:none !important;}
.bot-button-1:hover{background-color:#FFF !important; color:#fbb254 !important;}

.bot-button-2{width:40% !important; float:left;border-radius:15px !important; margin: 15px 5% 35px; text-align: center !important; display: inline; background-color:#e0aed1 !important; color:#FFF !important; font-weight: 800 !important; font-size:18px !important; padding:15px 0 !important; border-radius:25px !important; border:none !important;}
.bot-button-2:hover{background-color:#FFF !important; color:#e0aed1 !important;}

.bot-button-3{width:40% !important; float:left;border-radius:15px !important; margin: 15px 5% 35px; text-align: center !important; display: inline; background-color:#81ab5f !important; color:#FFF !important; font-weight: 800 !important; font-size:18px !important; padding:15px 0 !important; border-radius:25px !important; border:none !important;}
.bot-button-3:hover{background-color:#FFF !important; color:#81ab5f !important;}

.bot-button-4{width:40% !important; float:left;border-radius:15px !important; margin: 15px 5% 35px; text-align: center !important; display: inline; background-color:#569bbc !important; color:#FFF !important; font-weight: 800 !important; font-size:18px !important; padding:15px 0 !important; border-radius:25px !important; border:none !important;}
.bot-button-4:hover{background-color:#FFF !important; color:#569bbc !important;}


/* Mobile Adaptations */
.benefits-mobile{display:none;}
.slider{width: 100%; height: auto; overflow-x: auto; margin:25px 0;	
  

  	scroll-behavior: smooth;
	
  	-webkit-scroll-snap-type: mandatory;
	-ms-scroll-snap-type: mandatory;
	scroll-snap-type: mandatory;
  
	-webkit-scroll-snap-points-x: repeat(90%);
    -ms-scroll-snap-points-x: repeat(90%);
	scroll-snap-points-x: repeat(90%);
  	-webkit-overflow-scrolling: touch;
  
}
  .mem-options .slide{height:auto !important;}
  .join-pre-mobile{display:inline;}
  .join-pre-mobile p{text-align:center !important;}

.slide {
  width: 90%;
  flex-shrink: 0;
  scroll-snap-align: center;
}
  
@media screen and (max-width:980px){
  #join-head-bkg{display:none;}
  #join-head-bkg-small{background:url('https://cdn.shopify.com/s/files/1/1507/7302/files/Join_Hero_Image_Mobile.jpg?16006204676597209998')top center no-repeat; background-size:contain; display:block;}
  #join-head-bkg-small img{width:100%; height:auto; visibility:hidden;}
  .join-button{float:none; margin:25px auto;}
  .new-content{width:100%; margin:0;}
  .col-4{width:100%; margin:0;}
  .col-4 p{min-height:auto; height:auto;}
  .accordion-box{width:100%; margin:0; padding:15px;}
  .mem-purch-box{width:100%; margin:0; padding:0;}
  .mem-purch-box-content{width:90%;float:left;}
  .mem-purch-box-left{width:5%; float:left; padding:100px .5%;}
  .mem-purch-box-left img{width:99%;}
  .mem-purch-box-right{width:5%; float:left; padding:100px .5%;}
  .mem-purch-box-right img{width:99%;}
  .mem-speak-box img{margin:0 15%; width:70%;}
  .mem-speak-box .text-box{width:95%; margin:0 2.4%;}
  #pic{display:none;}
  .center{width:90%; position:absolute; left:5%; top:5%;}
  .mem-purch-box p{height:auto; margin-bottom:75px;}
  h1,h2,h3,h4,p{text-align:center !important;}
  .mem-box-content{height:auto;}
  .benefits-content{display:none;}
  .benefits-mobile{display:flex;}
  
  .mem-benes{float:none;width:100% !important;text-align:center !important;}
  .green-top-bar{float:none; width:80%; margin:15px 10%;}
  .bottom-bar{margin-top: 25px;}
  
  
}


.main-form-horizontal .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 5px;
}
.main-form-horizontal .form-horizontal select {
    width: 100%;
    background: #ededed;
    border: 1px solid #ededed;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: bold;
    -webkit-appearance: none;
}
.main-form-horizontal .form-horizontal .new_input {
    position: relative;
}
.main-form-horizontal .form-horizontal .col-lg-12.new_input:before {
    content: '\f078';
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 22px;
}
.main-form-horizontal .form-horizontal .col-lg-12.new_input option {
    background: #fafafa;
    outline: none;
}
p.to-email-btn {
    margin-bottom: 60px;
}
fieldset#user_account .main-next-prev {
    display: inline-block;
    text-align: center;
    width: 100%;
}
fieldset#user_account .main-next-prev .appned_val {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  flex-wrap: wrap;
}
fieldset#user_account .btn-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
fieldset#user_account {
    max-width: 991px;
}
fieldset#user_account .main-your-info {
    max-width: 622px;
    margin: 0 auto 50px;
}
fieldset#user_account .lower-product {
    width: 33.33%;
    margin: 0;
    padding: 0 10px;
    display: flex;
}
fieldset#user_account .lower-product .upper-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.checkout_bottom {
    text-align: center;
    margin: 80px 0 0 0;
    float: left;
    width: 100%;
}
fieldset#account_information input#additional_hear {
    margin: 20px 0 0 0 !important;
    padding: 0 0 8px 0;
}
fieldset#user_account .lower-product .upper-image {
    margin-bottom: 20px;
}
.lower-product-inner {
    display: flex;
    flex-wrap: wrap;
}
.upper-text {
    display: flex;
    flex-wrap: wrap;
}
p.term_conditioN {
    width: 100%;
    margin: 0 auto;
    float: none;
}
.main-next-prev button.cart-button-checkout {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 320px;
    border-radius: 3px;
}
.container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* text-align: center; */
    font-weight: normal;
    max-width: 380px;
    margin: 0 auto;
  margin-bottom: 40px;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid #000;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
    background-color: #569bbc;
    border: 1px solid #000;
    border-radius: 4px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-form-horizontal .terms-services {
    margin-top: 30px;
}
.recepient_gift .cmn-main span.sub_total.cmn {
    margin-bottom: 25px !important;
}
.main-form-horizontal .terms-services label.container-check {
    margin-bottom: 30px;
}
fieldset#user_account .container-check {
    max-width: 290px;
}
.main-form-horizontal .terms-services .form-check {
    max-width: 400px;
    margin: 0 auto;
}
.main-form-horizontal span#username-error {
    padding-left: 10px;
}
.lower-product .upper-text h2 {
    font-size: 23px;
    font-weight: bold;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #000;
    letter-spacing: 0;
}
.lower-product .upper-text span {
    font-size: 15px;
    line-height: 27px;
}
.lower-product .upper-text p {
    margin-bottom: 10px;
    color:#000;
}
fieldset#user_account .appned_vall {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.lower-product .btn-main span {
    font-size: 18px;
    font-weight: bold;
}
fieldset#user_account .lower-product:first-child {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
    margin-top: 40px;
}
fieldset#user_account .lower-product:first-child .upper-image {
    width: 65%;
    float: left;
    padding-right: 20px;
}
fieldset#user_account .lower-product:first-child .upper-text {
    width: 35%;
    float: right;
    padding: 0 0 0 10px;
    display:block;
}
fieldset#user_account .lower-product:first-child h2 {
    margin-top: 0;
    margin-bottom: 10px;
}
fieldset#user_account .lower-product:first-child  .upper-text p {
    margin-bottom: 10px;
}
.main-form-horizontal fieldset#account_information1, .main-form-horizontal fieldset#membership_product1 {
    max-width: 675px;
    margin: 0 auto;
}
.main-form-horizontal .main-upper {
    display: flex;
    justify-content: center;
    align-items: center;
  margin-bottom: 40px;
} 
.main-form-horizontal .main-upper p {
    margin: 0 10px 0px 0px;
}
.main-form-horizontal fieldset#account_information1 h4, .main-form-horizontal fieldset#membership_product1 h4 {
    font-size: 17px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 50px;
    line-height: 24px;
    color: #878787;
}
.form-horizontal .form-group input {
    margin: 0;
}
.form-horizontal a.btn.btn-primary.next.submit-btn.confirmClass, fieldset#personal_information1 a.btn.btn-primary.nextUser.submit-btn {
    background: #569bbc;
    border: 1px solid #569bbc;
    padding: 10px 10px;
    font-size: 15px;
    border-radius: 7px;
    font-weight: 500;
    max-width: 380px;
    margin-top: 0;
    width: 100%;
}
.form-horizontal input.specify-inner {
    margin-top: 20px;
}
fieldset#membership_product1 input {
    border-top: 0 !important;
    box-shadow: none;
    border-bottom: 1px solid #000;
    padding: 0;
    color: #000;
    max-width: 100%;
    margin: 0 15px;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
fieldset#membership_product1 .account_information_inner {
    margin-bottom: 22px;
}
fieldset#membership_product1 h4.via-email {
    margin: 40px 0 40px 0;
    display: inline-block;
    width: 100%;
    font-size: 17px !important;
    color: #4d4d4d;
}
fieldset#membership_product1 p.to-email-btn {
    text-align: center;
}
fieldset#membership_product1 p.to-email-btn a {
    border-radius: 10px !important;
    background: #6fa8b7;
}
fieldset#membership_product1 input#r_email {
    margin-top: 30px !important;
}
fieldset#personal_information1 h4 {
    text-align: center;
    margin: 30px 0 40px 0;
}
fieldset#conf_your_info1 .appned_valll {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
fieldset#conf_your_info1 .appned_valll .lower-product {
    width: 33.33%;
}
fieldset#conf_your_info1 .main-next-prev {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}
fieldset#conf_your_info1 .appned_valll .lower-product:first-child {
    width: 100%;
    margin-bottom: 60px;

}
fieldset#conf_your_info1 .appned_valll .lower-product:first-child  .lower-product-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
fieldset#conf_your_info1 .appned_valll .lower-product:first-child .lower-product-inner .upper-text {
    width: 30%;
    display: inline-block;
    padding: 0 14px;
}
fieldset#conf_your_info1 .appned_valll .lower-product:first-child .lower-product-inner .upper-image {
    width: 70%;
}
fieldset#conf_your_info1 .appned_valll .lower-product:first-child .lower-product-inner .upper-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
fieldset#conf_your_info1 .btn-main {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
fieldset#conf_your_info1 .btn-main .addToCart.cmn, fieldset#conf_your_info1 .btn-main .removeToCart.cmn {
    width: 100px;
    margin: 0 0;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 4px;
    cursor: pointer;
    background: #569bbc;
    color: #ffffff;
    border: 1px solid #569bbc;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    float: left;
}
fieldset#conf_your_info1 .appned_valll .lower-product:first-child .upper-text h2 {
    font-size: 23px;
    font-weight: bold;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #000;
    letter-spacing: 0;
    margin-top: 0;
}
fieldset#conf_your_info1 .lower-product-inner {
    padding: 0 14px;
}
fieldset#conf_your_info1 p.conf_your_info1-btn {
    text-align: center;
    margin: 70px 0 20px 0;
}
fieldset#conf_your_info1 p.conf_your_info1-btn input.btn.btn-success {
    border-radius: 7px;
}
fieldset#conf_your_info1 .main-your-info {
    margin-top: 50px;
}
fieldset#conf_your_info1 span.discount.cmn, fieldset#conf_your_info1 span#discount {
    color: red;

}
fieldset#conf_your_info1 .conf_your_info_inner_divs a {
    position: static; 
    width: 100%;
    display: inline-block;
}
fieldset#conf_your_info1 .main-your-info-names span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
  font-weight: normal;
}
fieldset#conf_your_info1 .main-your-info-names {
    font-weight: bold;
}
div#loadingmessage {
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: rgba(0, 0, 0, 0.3);
   z-index: 99;
   cursor: default;
}
div#loadingmessage i {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   top: 50%;
   width: 30px;
   height: 30px;
   margin: 0 auto;
   font-size: 30px;
   color: #fff;
   transform: translate(0, -50%);
}

.header-search-form {
    width: auto;
}
.recepient_gift.total {
    border-bottom: 0;
    margin-bottom: 30px;
}
.lower-product-inner .upper-text .btn-main span {
    width: 100px;
    margin: 0 0;
    font-size: 14px !important;
    padding: 10px 0;
    border-radius: 4px;
    cursor: pointer;
    background: #569bbc;
    color: #ffffff;
    border: 1px solid #569bbc;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    float: left;
    line-height: 1.42857143 !important;
    font-weight: normal !important;
}
/**************************************** Media Css *****************************/
@media only screen and (max-width: 1020px) {
  .checkout_bottom {
    margin: 50px 0 0 0;
}
  .navigation {
    margin-right: 0;
        right: 0;
}
.test-content .appned_val .col-lg-4, .test-content .appned_val .col-lg-4 .col-lg-12 {
    width: 100%;
    padding-bottom: 10px;
    padding-left:0;
    padding-right:0;
}
  .first-fieldset-inner img {
    max-height: unset;
  }
.navigation li a, .navigation li .tier-toggle-wrap {
    color: white !important;
}
  .navigation {
    left: 0;
}
  .logo {
    margin: 10px 5% 10px;
}
}

@media only screen and (max-width: 980px) {
  .lower-product .upper-text p {
    text-align: start !important;
}
  .test-content .membership_product_inner .row {
    margin: 0 auto;
}
}
@media only screen and (max-width: 880px) {
  .recepient_gift .cmn-main.remove span.removeItem {
    right: -80px;
}
  fieldset#user_account .lower-product:first-child h2,   fieldset#user_account .lower-product h2 {
    text-align: start !important;
}
  fieldset#user_account .lower-product, fieldset#user_account .lower-product:first-child  {
    width: 50%;
    margin: 0 auto 30px auto;
}
  fieldset#user_account .lower-product:first-child .upper-image, fieldset#user_account .lower-product:first-child .upper-text {
    width: 100%;
    padding: 0;
}
}
@media only screen and (max-width: 720px) {
.new-branding {
    width: 100%;
}
.new-header-tools {
    max-width: 100%;
    display: inline-block;
    width: 100%;
      text-align: center;
}
}

@media only screen and (max-width: 767px) {
    .join-cage {
    padding: 0 5% !important;
}
fieldset#user_account .lower-product , fieldset#user_account .lower-product:first-child, fieldset#user_account .lower-product .upper-image{
    width: 100%;
}
  .checkout_bottom {
    margin: 20px 0 0 0;
}
  #user_account h2.heading-main {
    font-size: 28px;
    margin-top:50px;
  }
  fieldset#membership_product1 input {
    display: inline-block;
}
  .main-your-info .conf_your_info_inner_divs {
    width: 100%;
}
  .main-your-info {
    display: inline-block;
}
  fieldset#conf_your_info1 .appned_valll .lower-product:first-child .lower-product-inner .upper-image {
    width: 100%;
}
  fieldset#conf_your_info1 .appned_valll .lower-product:first-child .lower-product-inner .upper-text {
    width: 100%;
    padding: 0 0;
    margin-top: 20px;
}
  .main-next-prev input.btn.btn-success {
    width: 260px !important;
}
  fieldset#conf_your_info1 .appned_valll .lower-product {
    width: 100%;
    margin-bottom: 20px;
}
    .form-horizontal fieldset#account_information1 .form-group input {
    margin: 0 0 10px 0;
}
 fieldset#membership_product1 .row {
    margin-right: 0;
    margin-left: 0;
}
  fieldset#membership_product1 input {
    margin: 0;
}
  fieldset#conf_your_info1 .appned_valll .lower-product:first-child .lower-product-inner {
    display: inline-block;
    width: 100%;
}
}

@media only screen and (max-width: 575px) {
  .recepient_gift .cmn-main.remove span.removeItem {
    position: unset;
    width: 100%;
    text-align: right;
    padding: 10px 0 0 0;
}
  .membership_product_inner .addToCart.cmn, .membership_product_inner .removeToCart.cmn {
    float: none;
    margin: 0 auto 14px auto;
    width: 240px;
}
#progressbar li {
    width: 20%;
}
 fieldset#user_account .lower-product {
    width: 100%;
}
.main-form-horizontal legend {
    font-size: 18PX;
    margin: 0 0 10px 0;
}
.main-your-info {
    display: inline-block;
    width: 100%;
}
.main-your-info .conf_your_info_inner_divs.per_mem {
    width: 100%;
  margin:0 auto;
}
  .main-your-info .conf_your_info_inner_divs h5 {
    border-bottom: none; 
}
.conf_your_info_inner_divs a {
    border-top: none;
}
fieldset#user_account .main-your-info {
    margin: 0 auto 0;
}
.main-your-info .conf_your_info_inner_divs h5 {
    padding-bottom: 0px;
}
fieldset#user_account .lower-product:first-child {
    margin-top: 0;
}
  fieldset#membership_product1 h4.via-email {
    margin: 40px 0 40px 0;
}
fieldset#personal_information1 h4 {
    font-size: 13px;
}
  fieldset#conf_your_info1 p.conf_your_info1-btn {
    margin: 20px 0 0px 0;
}
  .main-form-horizontal div#datetimepicker1 th {
    font-size: 15px;
}
}

@media only screen and (max-width: 480px) {

#progressbar li {
    width: 22%;
}
  #progressbar li:before {
    height: 34px;
    width: 34px;
    line-height: 7px;
    font-size: 13px;
}
  #progressbar li.active:before {
    height: 34px;
    width: 34px;
      line-height: 7px;
    font-size: 13px;
}
.main-form-horizontal fieldset#account_information1 h4, .main-form-horizontal fieldset#membership_product1 h4 {
    font-size: 13px !important;
}
  .form-check [type="checkbox"]:not(:checked) ~ label:after, .form-check [type="checkbox"]:checked ~ label:after {
    top: 13px;
}
}

/* .cmn-main.remove:nth-child(2) span input {
	display: none;
}
.cmn-main.remove:nth-child(2) span.removeItem {
	display: none;
} */
div#discount_tc {
    color: red;
}
#progressbar li.active:before, #progressbar li:before {
   font-size: 0;
}
.removeToCart.cmn {
    display: none;
}
div#alredy_member {
    pointer-events: none;
    opacity: 0.4;
}
fieldset#account_information a.btn.btn-primary.sucerr-next {
    background: #569bbc;
    border: 1px solid #569bbc;
    padding: 10px 10px;
    font-size: 15px;
    border-radius: 7px;
    font-weight: 500;
    max-width: 380px;
    margin-top: 0;
    width: 100%;
	pointer-events: none;
    opacity: 0.4;
}
fieldset#account_information a.btn.btn-primary.submit-btn {
    background: #569bbc;
	border: 1px solid #569bbc;
    padding: 10px 10px;
    font-size: 15px;
    border-radius: 7px;
    font-weight: 500;
    max-width: 380px;
    margin-top: 0;
    width: 100%;
}