@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500&display=swap');

.main p,
.main b,
.main em,
.main i:not(.fa),
.main li,
.main ul,
.main h1,
.main a,
.main h2,
.main h3,
.main h5,
.main h4 {
	color: #222222;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.02em;
	line-height: 1.1;
	margin: 0;
	padding: 0;
} 

.main em,
.main p{ 
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}

.main em
, .main p
, .main p em
, .main h1 em
, .main h2 em
, .main h3 em
, .main h4 em
, .main h5 em
{ 
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}

.main .sec1 p,
.main .sec3 p,
.main .sec3 em{
  font-family: "Poppins", sans-serif;
}

body {
	margin: 0;
	padding: 0;
}
.main {
  position: relative;
}
figure {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.main .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 0 10px;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
}
.main .not_flex {
  display: block;
}
.sec_right,
.sec_left {
  display: block;
  width: 50%;
  box-sizing: border-box;
}
ul {
  list-style-type: none;
}
.main li {
  font-size: 16px;
  background: url(./../images/check.png) no-repeat left center;
  padding: 6px 0 6px 30px;
}
.main p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.main b {
  font-size: 18px;
  line-height: 1.2;
}
.main h3 {
  font-size: 34px;
  padding-bottom: 20px;
}
.mobileOnly {
  display: none;
}
.hidden {
  display: none;
}

.logotop{
  box-sizing: border-box;
  padding: 20px 0; 
  border-bottom: 4px #8cb0b2 solid;
  margin-bottom: 50px;
}

.topright{
  display: none;
}

span.fig_rotate {
  width: 15px;
  height: 15px;
  background: url(./../images/reload.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 2px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.logotop.sticky{
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
  display: flex;
  justify-content: space-between;
}

.logotop h4{ 
  font-size: 16px;
  font-weight: 600;
}

.logotop .btn{ 
  box-sizing: border-box;
  line-height: 1;
  font-size: 20px;
  padding: 10px 30px;
  margin-left: 20px;
}

.logotop .imgwrap{
  width: 30%;
}
.logotop .top_logo{ 
  padding-top: 14%;
}
.logotop.sticky .topright{
  display: flex;
  justify-content: center;
  align-items: center;

}

.top_logo{  
  background: url(./../images/logo.png) no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto; 
  width: initial;
  max-width: 100%;
  height: 0;
  background-size: contain;
  padding-top: 5%;
}

.sec1 {
  background: black;
}
.sec1 .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}
.sec1 p {
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  margin: 0 auto;
}
.sec1 p b {
  color: #fd0202;
  font-size: 24px;
}
.sec1 p em {
  color: #fee901;
  font-style: normal;
  font-size: 24px;
}

.sec2 {
  padding: 20px 0;
  position: sticky;
  background: white;
  z-index: 999;
  top: 0;
}
.sec2_logo {
  width: 272px;
  height: 58px;
  background: url(./../images/logo.png) no-repeat;
  background-size: contain;
}
.sec2 .sec_right {
  display: flex;
  flex-direction: row;
  justify-content: right;
}
.sec2 b {
  display: block;
  font-size: 18px;
  margin-right: 20px;
  line-height: 2.1;
}
.sec2 a {
  display: inline-table;
}
a.btn {
  background: #ff4728;
  color: white;
  font-size: 26px;
  text-decoration: none;
  padding: 5px 20px 10px;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  border:none;
  font-weight: 500;
  align-self:flex-start;
}

.sec3 {
  padding-top: 0px;
  padding-bottom: 30px;
}
.sec3 p i {
  display: inline;
  color: #ffab41;
}
.sec3 p span {
  padding-left: 10px;
}
.sec2_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #a0ca1a;
  margin-top: 20px;
  background: white;
}
.mOnly{
  display: none;
}
.sec3_right,
.sec3_left {
  width: 50%;
  display: block;
  padding: 5px 10px;
  box-sizing: border-box;
}
.sec3_left {
  border-right: 1px solid #a0ca1a;
  position: relative;
}
.or {
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  position: absolute;
  z-index: 9;
  right: -18px;
  top: 36%;
  font-size: 13px;
  color: white;
  background: #2d2d2d;
  padding: 6px;
  border-radius: 100%;
  font-weight: 600;

}
.sec2_top div b {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  display: block;
  font-weight: 700;
}
.sec2_top div h5 {
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: 500;
  line-height: 1.4;
  color: #686868;
}
.sec2_top div h5 strike {
  font-size: 1em;
}
.sec2_top div em {
  font-size: 34px;
  text-align: center;
  display: block;
  font-weight: 700;
  line-height: 1.4;
  font-style: normal;
  color: #555555;
}
.sec2_top .sec3_right em {
  line-height: 1;
}
.sec2_top .sec3_right b {
  font-size: 16px;
}
figure.sec3_fig2 {
  width: 107px;
  height: 23px;
  background: url(./../images/payment.png) no-repeat;
  background-size: contain;
  margin: 10px auto 0;
}
 p.sec3_p {
    margin-bottom: 10px;
    color: #777777;
    font-weight: 500;
  }
.sec3_fig {
  width: 580px;
  height: 385px;
  max-width: 100%;
  background: url(./../images/hero.png) no-repeat;
  background-size: contain;
  margin: 0 auto 0;
}
.off20 {
  width: 128px;
  height: 129px;
  background: url(./../images/badge.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
  position: absolute; 
  left: 139px;
  top: 234px;
}
.sec3 .sec_left {
  text-align: center;
  font-size: 24px;
  position: relative;
}
.sec3 b,
.sec3_p,
.sec3 strike {
  font-size: 24px;
}
.sec3 em {
  font-size: 36px;
  font-weight: 600;
  color: #ff4728;
  font-style: normal;
}
.sec3 em span {
  color: #212121;
  font-size: .7em;
}
.sec3 h1 {
  font-size: 36px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.sec3 ul {
  margin-top: 20px;
  margin-left: 30px;
}
.sec3 .btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  max-width: 420px;
  padding: 25px 20px;
  margin: 30px auto 10px;
  font-weight: 600;
}
.sec3 i {
  font-style: normal;
  font-size: 14px;
  color: #406465;
  text-align: center;
  display: block;
  margin-top: 25px;
}

.sec4 {
  background: #ececec;
  padding: 45px 0;
}
.sec4 .sec_left {
  width: 40%;
}
.sec4 .sec_right {
  width: 57%;
}
.sec4 p {
  font-size: 17px;
}
.sec4_box {
  width: 33.33%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sec4_fig1 {
  width: 148px;
  height: 165px;
  max-width: 100%;
  background: url(./../images/fig1.png) no-repeat;
  background-size: contain;
}
.sec4_fig2 {
  width: 148px;
  height: 165px;
  background: url(./../images/fig2.png) no-repeat;
  background-size: contain;
}
.sec4_fig3 {
  width: 148px;
  height: 165px;
  background: url(./../images/fig3.png) no-repeat;
  background-size: contain;
}
.sec4_box b {
  color: #406465;
  font-size: 22px;
  display: block;
  margin-top: 35px;
  margin-bottom: 15px;
}
.sec4_box:last-of-type b {
  margin-top: 18px;
}

.imgwrap{
  width: 100%;
}

.sec5 {
  padding: 50px 0 0;
}
.sec5 .imgwrap{ 
  width: 40%;
  float: right;
}
.sec5_fig { 
  background: url(./../images/fig4.jpg) no-repeat top center;
  display: block;
  margin: 0 auto; 
  width: initial;
  max-width: 100%;
  height: 0;
  background-size: contain;
  padding-top: 94%;
}
.sec5 h4{
  font-size: 21px;
  color: #406465;
  line-height: 130%;
  margin: 0 0 20px;
}
.sec5 p{ 
  line-height: 130%;
}
.sec5 h3{
  margin-top: 40px;
}
.sec5 h3:last-of-type{
  margin-top: 70px;
}

.sec5 .sec_left{
  width: 100%;
}

.sec6 .imgwrap{ 
  width: 40%;
  float: left;
  margin-bottom: 20px;
}

.sec6 .imgwrap2{ 
  width: 32%;
  float: left;
  margin-top: 10px;
}

.sec6 .container:last-of-type{
  margin-top: 70px
}

.sec6_fig { 
  background: url(./../images/sec6fig.jpg) no-repeat top left;
  display: block;
  margin: 0 auto; 
  width: initial;
  max-width: 100%;
  height: 0;
  background-size: contain;
  padding-top: 74%;
}
.sec6 {
  padding: 0 0 0;
}
.sec6 h3:last-of-type{
  margin-top: 68px;
  text-align: center;
}
.sec6 p{
  line-height: 140%;
}
.sec6 p:last-of-type{
  display: block;
}
.sec6 .not_flex {
  margin-bottom: 40px;
}
.sec6_box {
  display: block;
  width: 31%;
}
.sec6 h5 {
  font-size: 24px;
  color: white;
  background: #8cb0b2;
  display: block;
  text-align: center;
  padding: 10px 0;
}
h3.sec6_inc {
  padding-top: 30px;
}
.sec6_fig1 {
  width: 369px;
  height: 413px;
  background: url(./../images/fig5.png) no-repeat center;
  max-width: 100%;
  display: block;
  margin: 20px auto 0;
  background-size: contain;
}
.sec6_fig2 {
  width: 369px;
  height: 413px;
  max-width: 100%;
  background: url(./../images/fig6.png) no-repeat center;
  display: block;
  margin: 20px auto 0;
  background-size: contain;
}
.sec6_fig3 {
  width: 369px;
  height: 413px;
  max-width: 100%;
  background: url(./../images/fig7.png) no-repeat center;
  display: block;
  margin: 20px auto 0;
  background-size: contain;
}

.sec6_fig1,
.sec6_fig2,
.sec6_fig3
{ 
  user-drag: none; 
  -moz-user-select: none; 
  -webkit-user-drag: none;
  width: initial;
  max-width: 100%;
  height: 0;
  background-size: contain;
  padding-top: 100%;
}

.sec6 .sec6p2{
  margin-top: 75px;
}

.sec7 {
  padding: 0;
}
.sec7 .container {
  margin-bottom: 30px;
}
.sec7 .no_border {
  margin-top: 60px;
  margin-bottom: 0;
  border-bottom: 0;
}
.sec7 .sec_left {
  width: 60%;
}
.sec7 .sec_left2{
  text-align: right; 
}
.sec7 .sec_right {
  width: 40%;
}
.sec7_fig1 {
  width: 379px;
  height: 378px;
  max-width: 100%;
  background: url(./../images/fig8.jpg) no-repeat right;
  display: block;
  margin: 0px;
  background-size: contain;
  float: left;
}
.sec7_fig2 { 
  max-width: 100%;
  background: url(./../images/fig9.jpg) no-repeat left; 
  display: block;
  margin: 0 auto; 
  width: initial;
  max-width: 100%;
  height: 0;
  background-size: contain;
  padding-top: 69%;
}
.sec7_fig3 {
  width: 671px;
  height: 337px;
  max-width: 100%;
  background: url(./../images/fig10.png) no-repeat top center;
  display: block;
  background-size: contain;
}
.sec7_fig4 { 
  background: url(./../images/sec7-fig4.jpg) no-repeat top left 81%;
  width: initial;
  max-width: 100%;
  height: 0;
  background-size: 130%;
  padding-top: 100%;
}
.main .sec7 li{
  background: none;
  list-style-type: disc; 
  margin-left: 40px;
  padding: 3px 0;
}
.main .sec7 ul{ 
  margin-bottom: 20px;
}
.sec7 .container{ 
  align-items: center;
}
.sec7 .container:last-of-type p:last-of-type {
  margin-bottom: 0;
}
.sec7 p:first-of-type{ 
    margin-top: 0;
}
.sec7 p:last-of-type{
  margin-bottom: 0;
}
.flex_center{
  align-items: center;
}
.t_right{
  text-align: right;
}
.nd2 .sec_right {
  width: 25%;
}
.nd2 .sec_left {
  width: 75%;
  padding-left: 20px;
}
.nd2 p {
  margin-top: 15px;
}

.sec8 {
  padding: 20px 0 30px;
}
.sec8 .not_flex {
  margin-bottom: 30px;
}
.sec8con{
  display: flex;
  justify-content: space-between;
}
.sec8wrap{
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.sec8wrap div{
  width: 70%;
  margin-left: 20px;
}
.sec8wrap h4{
  font-size: 18px;
  margin-bottom: 15px;
}
.sec8_figa {
  width: 160px;
  height: 160px;
  max-width: 100%;
  background: url(./../images/sec8-figa.png) no-repeat top center;
  display: block;
  background-size: contain;
}
.sec8_figb {
  width: 160px;
  height: 160px;
  max-width: 100%;
  background: url(./../images/sec8-figb.png) no-repeat top center;
  display: block;
  background-size: contain;
}
.sec8_figpc {
  width: 549px;
  height: 557px;
  max-width: 100%;
  background: url(./../images/sec8-figpc.jpg) no-repeat center;
  display: block;
  background-size: contain;
}
.sec8_left {
  width: 262px;
  height: 364px;
  max-width: 100%;
  background: url(./../images/bottlecombi.png) no-repeat top center;
  background-size: contain;
  display: block;
  margin-left: -50px;
}
.sec8_mid { 
  display: block;
  background: url(./../images/week1.png) no-repeat top center;
  background-size: contain;
  margin-top: 40px;
  display: block;
  margin: 0 auto;
  margin-right: 30px;
  width: initial;
  max-width: 100%;
  height: 0;
  background-size: contain;
  padding-top: 58%; 
}
.sec8_fig3 {
  width: 262px;
  height: 364px;
  max-width: 100%;
  background: url(./../images/bottle2.png) no-repeat top center;
  background-size: contain;
  display: block;
  margin-left: -50px;
}
.sec8_fig4 {
  width: 458px;
  height: 278px;
  max-width: 100%;
  display: block;
  background: url(./../images/week2.png) no-repeat top center;
  background-size: contain;
  margin-top: 40px;
}
.sec8 .sec_left {
  width: 60%; 
  flex-direction: row;
  justify-content: space-between;
}
.sec8wrap2 .sec_left{
  display: block;
}
.sec8wrap2{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.sec8 .sec_right {
  width: 40%;
}
.sec8_box {
  margin-top: 45px;
  display: block;
}
.sec8 .container:nth-of-type(3) {
  margin-top: 20px;
}

.sec9 {
  background: #a25d67;
  padding-top: 35px;
}
.sec10 h3 {
  text-align: center;
  display: block;
}
.sec10 b span {
  padding-left: 10px;
}
.sec10 b i {
  font-family: FontAwesome;
  color: #ffab41;
  display: inline;
}

.sec9_fig { 
  display: block;
  background: url(./../images/model2.jpg) no-repeat bottom left;
  background-size: contain; 
  display: block;
  margin: 0 auto;
  width: initial;
  max-width: 100%;
  height: 0;
  background-size: contain;
  padding-top: 78%;
}
.sec9 h4 {
  font-size: 24px;
  color: #fee901;
  margin-top: 5px;
}
.sec9 li {
  background-position: 0px 9px;
  color: white;
}
.sec9 ul {
  margin-top: 30px;
}
.sec9 li {
  padding: 5px 0 20px 30px;
  line-height: 1.1;
}
.sec9 .sec_right {
  padding-left: 30px;
}

.sec10 {
  padding: 0px 0 20px;
}
.sec10 .container {
  margin-bottom: 50px;
}
.sec10 .sec_left {
  width: 20%;
}
.sec10 .sec_right {
  width: 80%;
  box-sizing: border-box;
  padding: 0 20px;
}
.sec10 b,
.sec10 i {
  font-size: 21px;
  line-height: 1.2;
}
.sec10 i {
  font-size: 19px;
  line-height: 1.4;
}
.sec10 i{
  font-family: "Georgia", sans-serif;
}

.sec10 b {
  margin-top: 10px;
  display: block;
  font-weight: 700;
}
.sec10_fig1 {
  width: 256px;
  height: 256px;
  max-width: 100%;
  display: block;
  background: url(./../images/testi1.png) no-repeat top center;
  background-size: contain;
}
.sec10_fig2 {
  width: 257px;
  height: 204px;
  max-width: 100%;
  display: block;
  background: url(./../images/testi2.jpg) no-repeat top center;
  float: right;
  background-size: contain;
}
.sec10_fig3 {
  width: 200px;
  height: 200px;
  max-width: 100%;
  display: block;
  background: url(./../images/testi3.jpg) no-repeat top center;
  background-size: contain;
}
.sec10_fig4 {
  width: 271px;
  height: 257px;
  max-width: 100%;
  display: block;
  background: url(./../images/testi4.jpg) no-repeat top center;
  float: right;
  background-size: contain;
}
.sec10_fig5 {
  width: 210px;
  height: 221px;
  max-width: 100%;
  display: block;
  background: url(./../images/testi5.jpg) no-repeat top center;
  background-size: contain;
}

.sec10_fig1
, .sec10_fig2
, .sec10_fig3
, .sec10_fig4
, .sec10_fig5{ 
  float: none;
  margin: 0;
  width: initial;
  max-width: 100%;
  height: 0;
  background-size: 190px;
  background-position: center left;
  padding-top: 65%;
}

.sec10_fig2
, .sec10_fig4{
  background-position: center right;
}

.sec10_fig5{
  background-position: top left;
}

.sec10 .padd {
  padding-right: 20px;
}

.sec11 .sec_left {
  width: 60%;
}
.sec11 .sec_right {
  width: 40%;
}
.sec11 h5 {
  color: #406465;
  font-size: 21px;
  line-height: 1.2;
}

.sec11{ 
  margin-top: 50px;
  padding-bottom: 30px;
}

.sec12 { 
  background: #8db1b2 url(./../images/bgarrow.jpg) no-repeat left center;
  margin-top: 40px;
}
.sec12 .container {
  min-height: 160px;
}
.sec12 .sec_left {
  width: 27%;
  position: relative;
}
.sec12 .sec_mid {
  width: 38%;
  align-self: center;
}
.sec12 .sec_right {
  width: 422px;
  min-height: 160px;
  position: relative;
}
.sec12 h5 {
  font-size: 21px;
  color: white; 
  text-align: center;
}
.sec12 em {
  color: #fee901;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
}
.sec12_fig1 {
  width: 155px;
  height: 221px;
  max-width: 100%;
  display: block;
  background: url(./../images/2bottles.png) no-repeat center right; 
  background-size: contain;
  display: block;
  position: absolute;
  top: -75px;
  right: -20px;
  z-index: 2;
}
.sec12_fig2 {
  width: 422px;
  height: 528px;
  max-width: 100%;
  display: block;
  background: url(./../images/model3.png) no-repeat bottom center;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0;
}

.sec14 .mobileOnly .sec2_box{
  display: none;
}

.sec14 .sec2_bottom{ 
  max-width: 420px;
  text-align: center;
  margin: 80px auto 0;
}

.sec13 {
  padding: 50px 0;
}
.sec13 .sec_left {
  width: 40%;
}
.sec13 .sec_right {
  width:60%;
}
.sec13_fig {
  width: 435px;
  height: 356px;
  max-width: 100%;
  display: block;
  background: url(./../images/guarantee.png) no-repeat;
  background-size: contain;
  display: block;
}
.sec13 h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.sec14 {
  background: #c9dfe0;
}
.sec14, 
.sec14 .container {
  min-height: 763px;
   background: #c9dfe0 url(./../images/model4.jpg) no-repeat bottom center;
   background-position: -350px 0px;
}
.sec14 .sec2_box {
  margin-top: 110px;
}
.sec2_boxc {
  padding: 20px 0;
  box-sizing: border-box;
  margin: 10px 0;
}
.sec2_boxc h5 {
  font-size: 18px;
  padding: 5px 0;
}
.f_box {
  background-color: #fefbe5;
  padding: 5px;
  box-sizing: border-box;
  margin: 10px 0;
  border-radius: 20px;
}
.f_boxb {
  display: none;
  padding: 2px 5px;
}
.f_boxb.active {
  display: block;
}
.f_boxt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: white;
  border-radius: 40px;
  margin-bottom: 10px;
  cursor: pointer;
}
.f_boxt b i {
  font-size: 20px;
  display: initial;
  color: white;
  margin: 0;
}
.f_boxt b.active::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: 12px;
}
  .f_boxt b.active {
  background-color: #8eb2b2;
  color: white;
  border-radius: 40px;
  position: relative;
}
.f_boxt b.active:last-of-type::after {
  content: "";
  position: absolute;
  left: -80px;
  top: -45px;
  right: auto;
  bottom: 0;
  z-index: 500;
  width: 145px;
  background: url(./../images/save40.png) no-repeat;
  background-size: contain;
}
.f_boxt b.active:last-of-type {
  position: relative;
}
.f_boxt b {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: 50%;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
}
.f_box p {
  font-size: 12px;
  padding: 0 10px 10px;
  box-sizing: border-box;
  margin-bottom: 0;
}
.f_pack.active .fa-check-circle-o {
  display: none;
}
.f_pack .fa-check-circle {
  display: none;
}
.f_pack.active .fa-check-circle {
  display: block;
}
  .sec14 .sec2_bottom i {
  font-size: 10px;
  padding: 0;
  margin: 5px auto 0;
  text-align: right;
  display: block;
}
.f_packages {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#onetime .f_packages {
  flex-direction: row;
  justify-content: space-around;
}
#onetime .f_packages .sec_left,
#onetime .f_packages .sec_right {
  width: 49%;
}
#onetime .f_pack {
  margin: 3px 0;
  padding: 10px;
  min-height: 63px;
}
.f_pack {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 10px;
  padding:  5px 10px;
  box-sizing: border-box;
  background-color: white;
  cursor: pointer;
  margin: 3px 0;
}
.f_pack.active {
  background-color: #8eb2b2;
}
.f_pack  .fa {
  font-size: 20px;
  margin: 0;
  line-height: 2;
}
.f_pack.active  .fa {
  color: white;
}
.f_pack.active em,
.f_pack.active em small,
.f_pack.active b {
  color: white;
}
.f_pack em small {
  font-size: .8em;
  color: #919191;
  font-weight: normal;
}
.f_mid b {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.f_mid em {
  display: block;
  color: black;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}
.f_packages .f_right i {
  display: block;
  background: rgb(214, 214, 214);
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  padding-top: 10px;
  box-sizing: border-box;
  font-size: 10px;
}
.f_packages .f_pack.active .f_right i {
  background: black;
}
.f_summary {
  padding-top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.f_summary b {
  font-size: 12px;
}
.f_summary b s {
  font-weight: 500;
  font-size: 1em;
}
.f_summary em {
  color: white;
  background-color: #2aaf5d;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 13px;
  text-transform: uppercase;
  display: inline;
  line-height: 1;
  border-radius: 20px;

  margin-left: 3px;
  padding: 1px 6px;
  border-radius: 100px;
}
.f_summary .f_left {
  width: 50%;
}
a.btn.btnf {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  margin: 30px auto 20px;
  text-align: center;
  background-color: #fdb365;
  color: #333;
  width: 100%;
  max-width: initial;
}

.sec14 .sec2_top .sec3_right b {
  font-size: 16px;
}
.sec14 .sec2_top .sec3_right b {
  font-size: 13px;
}
.sec14 i {
  font-style: normal;
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #3a5556;
  font-weight: 400;
}
.sec14 .sec_left {
  width: 40%;
  margin-top: 70px;
}
.sec14 .sec_right {
  width: 415px;
 
}
.sec14 h2 {
  font-size: 42px;
  color: #555555;
  margin-bottom: 40px;
}
.sec14 p {
  font-size: 24px;
  color: #555555;
}
.sec14 .sec_right {
  display: flex;
  flex-direction: column;
}
.sec_top {
  display: block;
  width: 100%;
  background: url(./../images/polygon.png) no-repeat;
  background-position: 0 -137px;
  text-align: center;
  height: 280px;
  padding-top: 45px;
}
.sec_top h5 {
  font-size: 36px;
  color: white;
  font-weight: 700;
}
.sec_top p {
  font-size: 36px;
  color: #fee901;
  font-weight: 600;
}
.sec_top p span {
  color: white;
  font-size: .8em;
}
.sec_top strike {
  font-size: 18px;
  color: white;
  font-weight: 500;
}
.sec_bottom {
  height: 100px;
  width: 100%;
  display: block;
  position: relative;
}
.sec14_fig1 { 
  width: 419px;
  height: 283px;
  max-width: 100%;
  display: block;
  background: url(./../images/2bottlesbig.png) no-repeat center right 47%;
  background-size: contain;
  display: block;
  margin-top: -18px; 
}
.sec14_fig2 {   
  width: 122px;
  height: 123px;
  max-width: 100%;
  display: block;
  background: url(./../images/badge.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 30px;
  bottom: -50px;
}

.sec15 {
  padding: 50px 0;
  display: none;
}
.sec15 h2 {
  font-size: 48px;
  text-align: center;
}
.sec15_pack {
  width: 360px;
  display: block;
  margin-top: 45px;
  border: 1px solid #dadada;
  box-sizing: border-box;
}
.sec15_top {

}
.sec15 h5 {
  background: url(./../images/top.png) no-repeat top center;
  display: block;
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  height: 80px;
  line-height: 2;
  color: white;
  background-size: contain;
}
.sec15_pack1 {
  width: 272px;
  height: 220px;
  max-width: 100%;
  display: block;
  background: url(./../images/pack2.png) no-repeat;
  background-size: contain;
  margin: 10px 0 0 24px;
  display: block;
}
.sec15_pack2 {
  width: 337px;
  height: 220px;
  max-width: 100%;
  display: block;
  background: url(./../images/pack1.png) no-repeat;
  background-size: contain;
  margin: 10px 0 0 -5px;
  display: block;
}
.sec15_pack3 {
  width: 340px;
  height: 220px;
  max-width: 100%;
  display: block;
  background: url(./../images/pack6.png) no-repeat;
  background-size: contain;
  margin: 10px 0 0 -5px;
  display: block;
}
.sec15 h4 {
  font-size: 32px;
  color: #333333;
  text-align: center;
  padding: 10px 0;

}
.sec15 h3 {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  text-align: center;
  padding: 10px 0 5px;
  line-height: 1;
}
.sec15 b.sec15_price {
  text-align: center;
  color: #d30015;
  display: block;text-align: center;
}
p.sec15_total {
  font-size: 12px;
  text-align: center;
  padding: 20px 0 0;
  font-weight: 500;
}
.sec15_price span {
  font-size: .6em;
  color: #474747;
}
.sec15_bottom {
  padding: 10px 0;
 /* display: flex;
  flex-direction: row;
  justify-content: space-between;*/
  border-top: 1px solid #dadada;
}
.sec15 .sec_left {
  border-right: 1px solid #dadada;
  padding: 10px 5px 20px;
  box-sizing: border-box;
  text-align: center;
}
.sec15 .sec_right {
  padding: 10px 5px 20px;
  text-align: center;
  box-sizing: border-box;
}
.sec15_bottom b {
  font-size: 40px;
  line-height: 1;
  color: #474747;
}
.sec15_bottom p {
  color: #333333;
  font-size: 13px;
  margin: 0;
  line-height: 1;
}
.sec15 .sec_right b {
  color: #d30015;
}
.sec15 i {
  font-size: 18px;
  color: #474747;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-style: normal;
}
.btn.pack {
  display: block;
  width: 100%;
  border-radius: 0;
  background: #ff4704;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 20px;
  font-weight: 500;
  font-size: 24px;
}
.cart {
  width: 24px;
  height: 23px;
  max-width: 100%;
  display: inline-block;
  background: url(./../images/cart.png) no-repeat;
  background-size: contain;
  background-position: 0 2px;
  background-size: 92%;
  margin-right: 5px;
}
.blurb b {
  text-align: center;
  color: #474747;
  margin: 30px auto;
  display: block;
}

.sec16 {
  background: #ececec;
  padding: 10px 0;
}
.sec16_fig {
  width: 100%;
  height: 97px;
  max-width: 100%;
  display: inline-block;
  background: url(./../images/media.png) no-repeat center;
  background-size: contain;
  display: block;
  margin: 0 auto;
}

.sec17 {
  background: #555555;
  padding: 50px 0;
  text-align: center;
}
.sec17_fig {
  width: 226px;
  height: 48px;
  max-width: 100%;
  display: inline-block;
  background: url(./../images/footerlogo.png) no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
}
.sec17 ul {
  text-align: center;
  margin: 30px 0 20px;
}
.sec17 li {
  display: inline;
  padding: 0;
  background: none;
  color: #ffffff;
}
.sec17 a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
.sec17 p {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
}
.sec17 .copyright {
  font-size: 14px;
}
.sec6_slides {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.main .sec13 a,
.main .sec13 a:visited{ 
  font-size: 18px;
  line-height: 1.4;
  color: #0085c2;
  cursor: pointer;
}
.main .sec13 b{
  font-size: 22px;
  font-weight: 600;
}

@media(min-width: 481px){
  .sec8_mid {
    margin-top: 63px;
  }
  .sec5 p {
    width: 588px;
    line-height: 1.5;
  }
  .sec5_fig {
    padding-top: 80%;
  }
  .sec6 .container:last-of-type {
    margin-top: 30px;
  }
}
@media(min-width: 421px){
  .mobileOnly {
    display: none!important;
  }
  .desktopOnly {
    display: block!important;
  }
  .sec8_fig3 {
    margin-bottom: 20px;
  }
  .sec14 .btn {
    display: block;
    width: 100%;
    box-sizing: border-box; 
    padding: 18px 23px;
    margin: 30px auto 10px;
    font-weight: 600;
  }
  .sec14 .sec2_bottom  i {
    font-style: normal; 
    font-size: 12px;
    color: #ffffff;
    text-align: right;
    display: block;
    margin-top: 15px;
  }
}

@media(max-width: 480px) { 
  .f_boxt b.active::before {
    width: 10px;
    height: 10px;
    left: 10px;
    top: 13px;
  }
  .f_boxt b.active:last-of-type::after {
    left: -21px;
    top: -23px;
  }
  div.f_packages .f_mid em {
    font-size: 11px;
  }
  span.fig_rotate {
    width: 10px;
    height: 10px;
  }
  .sec2_boxc {
    padding-bottom: 0;
  }
  .sec2_boxc h5 {
    font-size: 18px;
    padding: 5px 0;
  }
  .f_packages .f_mid em {
    font-size: 20px;
  }
  .f_packages .f_right i {
    height: 30px;
    width: 30px;
    padding-top: 9px;
    font-size: 7px;
    margin-top: 5px;
  }
  .f_packages .f_pack b {
    font-size: 14px;
  }
  .f_pack .fa {
    font-size: 20px;
  }
  .f_summary .f_right {
    width: 30%;
  }
  .f_summary .f_left {
    width: 70%;
  }
  .sec2_boxc .f_summary em {
    font-size: 8px;
  }
  .mOnly {
    display: flex;
  }
  .dOnly{
    display: none!important;
  }
  .mobileOnly {
    display: block!important;
  }
  .desktopOnly {
    display: none!important;
  }
  .main {
    position: relative;
    overflow: hidden;
  }
  .main .container{
    width: 320px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .main .sec_right, .sec_left {
    width: 100%;
  }
  .main b,
  .main i,
  .main .sec13 a,
  .main p {
    font-size: 14px;
  }
  .main h3 {
    font-size: 22px;
    padding: 0 0 10px;
  }
  .main b {
    display: inline-block;
  }
  .main p {
    margin-bottom: 10px;
  }
  .sec1 p {
    padding-top: 10px;
  }
  .sec1 p b,
  .sec1 p em {
    font-size: 14px;
  }

  .sec2 {
    border-bottom: 2px solid #8cb0b2;
    padding: 7px 0;
  }

  .sec2 .sec_right {
    display: none;
  }
  .sec2_logo {
    width: 135px;
    height: 25px;
    display: block;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
  }

  .sec3 .container {
    flex-direction: column;
  } 
  .sec3_fig {
    height: 234px;
  }
  .sec3_price {
    display: none;
  }
  .sec3 h1 {
    font-size: 24px;
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: center;
  }
  .sec3 p {
    text-align: center;
    font-size: 12px;
  }
  .sec3 ul {
    width: 265px;
    margin: 0 auto;
  }
  .main li {
    font-size: 14px;
    padding: 4px 0 4px 25px; 
    background-size: 14px 15px;
    background-position: 0 7px;
  }

  .sec2_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
  }

  .sec2_top {
    width: 100%;
    display: flex;
    margin-top: 0;
  }
  .sec2_top div b {
    font-size: 11px;
  }
  .sec2_top div h5 {
    font-size: 10px;
  }
  .sec2_top div em {
    font-size: 24px;
  }
  .sec3 .sec2_top{
    margin: 20px 0 10px; 
  }
  .or {
    right: -11px;
    font-size: 9px;
    padding: 4px;
  }
  .sec2_top .sec3_right b {
    font-size: 10px;
  }
  figure.sec3_fig2 {
    background-size: 85%;
    background-position: center;
    margin: 5px auto 0;
  }
  .sec2_bottom {
    width: 100%;
    display: block;
  }
  .sec2_top b {
    font-size: 13px;
    display: block;
    text-align: center;
  }
  .sec2_top p {
    font-size: 12px;
    margin: 0;
  }
  .sec2_top strike {
    font-size: 12px;
  }
  .sec2_top em {
    font-size: 18px;
    display: block;
    text-align: center;
  }
  .sec3 .btn {
    width: 200px;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 15px;
    margin: 10px auto;
    box-sizing: border-box;
    font-size: 12px;
  }
  .sec3 i {
    font-size: 10px;
    padding: 0;
    margin: 5px auto 0;
    text-align: center;
    display: block;
  }

  .sec4 .container {
    flex-direction: column;
  }
  .sec4_box {
    width: 95%;
    margin: 8px auto;
  }
  .sec4 .sec_right {
    width: 55%;
  } 
  .sec4_box b {
    font-size: 18px;
    margin-top: 23px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .sec4 p {
    font-size: 13px;
  }

  .sec5 {
    padding: 30px 0 15px;
  }
  .sec5 .container {
    flex-direction: column;
  }
  .sec5_fig {
    height: 280px;
  }
  .sec5 h4 {
    font-size: 14px;
    margin-top: 10px;
  }

  .main .padTopM{
    padding-top: 20px;
  } 

  .sec7 {
    padding: 0;
    padding-top: 30px;
  }
  .sec7 p{
    margin-bottom: 20px;
  }
  .sec7 .padTopM{
    margin-bottom: 10px;
  }
  .sec7 .container {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .sec7 .sec_left {
    width: 100%;
    padding-left: 0;
  } 
  figure.sec7_fig1 {
    height: 320px;
    margin-bottom: 20px;
  }
  .sec7 .container:first-of-type {
    margin-bottom: 0;
  }
  figure.sec7_fig2 {
    height: 255px;
  }
  .nd2 p {
    margin-top: 20px;
  }
  figure.sec7_fig3 {
    height: 245px;
    margin-bottom: 20px;
  }
  .sec7 .sec_right h3{ 
    text-align: left; 
    padding-top: 30px;
  }
  .sec7 .sec_left2{
    text-align: left;
  }
  .t_right{
    text-align: left;
  }
  .sec8 {
    padding: 10px 0 0px;
  }
  .sec8 .container:not(.not_flex) {
    flex-direction: column;
    margin-top: 0;
  }
  .sec8 .not_flex {
    margin-bottom: 10px;
  }
  .sec8con,
  .sec8wrap2,
  .sec8wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .sec8wrap div {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }
  .sec8_figpc {
    width: 310px;
    height: 327px;
  }
  .sec8 b{
    display: inline;
  }
  .sec8 h3 {
    padding-right: 30px;
    padding-top: 10px;
  }
  .sec8 .sec_left,
  .sec8 .sec_right {
    width: 100%;
  }
  .sec8_mid {
    height: 100px;
  }
  .sec8_left {
    margin: 0;
    height: 175px;
  }
  .sec8_box {
    margin-top: 0;
  }

  .sec9 {
    padding-top: 20px;
  }
  .sec9 li {
    padding-top: 0;
  }
  .sec9 .sec_right {
    padding: 0;
  }
  .sec9 .container {
    flex-direction: column-reverse;
  }
  .sec9 h4 {
    font-size: 15px;
  } 
  .sec10 {
    padding: 20px 0 5px;
  }
  .sec10 .container:not(.not_flex) {
    flex-direction: column;
  }
  .sec10 .sec_right,
  .sec10 .sec_left {
    width: 100%;
  }
  .sec10 .padd {
    padding: 0;
  }
  .sec10 h3 {
    padding-bottom: 0;
  }
  .sec10 figure {
    margin: 5px auto 10px;
    background-position: center;
    width: 128px;
    float: initial;
    height: 128px;
    background-size: cover;
  }
  .sec10 b, .sec10 i {
    text-align: center;
    display: block;
  }
  .sec10 .container:nth-of-type(odd){
    flex-direction: column-reverse;
  }

  .sec11 .container {
    flex-direction: column;
  }
  .sec11 .sec_right,
  .sec11 .sec_left {
    width: 100%;
  }
  .sec11 h5 {
    font-size: 14px;
  } 
  .sec13 {
    padding: 20px 0;
  }
  .sec13 .container {
    flex-direction: column;
  }
  .sec13 .sec_right,
  .sec13 .sec_left {
    width: 100%;
  }
  .sec13_fig {
    width: 170px;
    background-position: center;
    height: 160px;
    margin: 0 auto 5px;
  }
  .sec13 h3 {
    margin: 0;
    text-align: center;
    padding-top: 10px;
  }
  .sec13 h3 br {
    display: none;
  }
  .sec13 h3 {
    padding-bottom: 10px;
  }

  .sec14 {
    background: #c9dfe0;
    padding-bottom: 30px;
  }
  .sec14 .btn {
    margin: 10px auto 0;
    width: 200px;
    display: block;
    font-size: 12px;
    padding: 10px 20px;
  }
  .sec14 .container {
    background: none;
    min-height: initial;
    flex-direction: column;
  }
  .sec14 .sec_left,
  .sec14 .sec_right {
    width: 100%;
  }
  .sec14 .sec_left {
    margin: 0;
    background-size: cover;
    background: none;
    padding-bottom: 18px;
    position: relative;
  }
  .sec14 p {
    font-size: 14px;
    position: relative;
    z-index: 2;
  } 
  .sec14 h2 {
    font-size: 30px;
    text-align: center;
    padding: 25px 0;
    margin: 0;
    position: relative;
    z-index: 3;
  }
  .sec_top {
    padding-top: 10px; 
    height: 170px;
  }
  .sec_top h5 {
    font-size: 24px;
  }
  .sec_top p {
    font-size: 24px;
  }
  .sec_top strike {
    font-size: 12px;
  }
  .sec_bottom {
    height: initial;
    margin-top: 30px;
  }
  .sec14 .sec2_box {
    margin-top: 20px;
  }
  .sec14_fig1 {
    height: 200px;
    background-position: center;
    margin-left: -22px;
  } 

  .sec15 {
    padding: 20px 0;
  }
  .sec15 h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .sec15 .container {
    flex-direction: column;
  }
  .sec15_pack {
    width: 100%;
    margin: 10px auto 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  .sec15 h5 {
    font-size: 18px;
    text-align: center;
    background: #d30015;
    height: initial;
    padding-left: 10px;
    width: initial;
    display: block;
    padding: 3px 20px;
    line-height: 1;
  }
  .sec15 h4 {
    font-size: 18px;
    padding-bottom: 0;
  }
  .sec15_bottom {
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sec15 .sec_right, .sec15 .sec_left {
    border: none;
    padding: 0;
    width: 100%;
    display: block;
  }
  .sec15 h3 {
    font-size: 14px;
    padding: 0;
  }
  .sec15 .free {
    text-align: center;
    font-weight: 700;
    padding: 2px 0;
    font-size: 14px;
  }
  .sec15_pack1 {
    height: 119px;
    margin: 10px auto;
    width: auto;
    background-position: center;
    margin-left: -10px;
  }
  .sec15_pack3 {
    height: 119px;
    margin: 10px auto;
    width: auto;
    background-position: center;
    margin-left: -10px;
  }
  .sec15_pack2 {
    height: 119px;
    margin: 10px auto;
    width: auto;
    background-position: center;
    margin-left: -9px;
  }
  .sec15 .sec_right {
    text-align: left;
  }
  .sec15 p {
    margin: 0;
    font-size: 12px;
  }
  .sec15 .sec_right b {
    font-size: 20px;
    line-height: 1.3;
  }
  .sec15 .sec15_total {
    padding: 10px 0;
  }
  .sec15 i {
    display: initial;
    font-weight: 700;
  }
  .sec15 i span {
    color: #474747;
    font-weight: 600;
  }
  .sec15 b.per {
    color: #474747;
  }
  a.btn.pack {
    font-size: 12px;
    padding: 7px;
    margin: 0 auto;
    display: block;
    width: 200px;
    font-size: 14px;
    background: #ff4704;
  }
  .cart {
    height: 13px;
    width: 13px;
    background-size: contain;
  }
  .blurb b {
    font-size: 18px;
    padding: 5px 0 0;
    line-height: 1;
    margin: 0;
    display: block;
  }
  .sec15 b, .sec15 i, .sec15 p {
    font-size: 11px;
  }

  .sec16 {
    padding: 40px 0;
  }
  .sec16_fig {
    background: url(./../images/mediam.png) no-repeat center;
    background-size: contain;
  }

  .sec17 {
    padding: 20px 0;
  }
  .sec17 .container {
    padding: 0 5px;
  }
  .sec17_fig {
    width: 180px;
    height: 40px;
  }
  .sec17 ul {
    margin: 15px auto 20px;
  }
  .sec17 a {
    font-size: 10.5px;
  }
  .main .sec17 li {
    margin: 0;
    padding: 0;
    font-size: 10px;
  }
  .sec17 .copyright {
    font-size: 10px;
  }
  .sec17 p:nth-of-type(2){
    font-size: 10px;
    line-height: 1.1;
  }
  .sec17 p:last-of-type {
    font-size: 10px;
  }
} 