
.price-block--monthly-container {
  display: none;
}
.price-tab-lp .toggle {
  position: relative;
  width: 70px;
  height: 30px;
  border-radius: 100px;
  background-color: #b19777;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}
.price-tab-lp .toggle .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.price-tab-lp .toggle .b.switch {
  position: absolute; 
  top: 2px;
  bottom: 2px; 
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: all;
  transition-delay: 0s;
  transition-property: left, right;
  transition-delay: 0s, 0.08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: block;
}  
.price-tab-lp .mly.active ~ .toggle .b.switch { 
  left: 2px; 
  right: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: all;
  transition-delay: 0s;
  transition-property: left, right;
  transition-delay: 0s, 0.08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}  
.price-tab-lp .mly ~ .toggle .b.switch {
  right: 2px;
  left: 57.5%;  
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: all;
  transition-delay: 0s;
  transition-property: left, right;
  transition-delay: 0.08s, 0s;
}
.price-block.active {
  display: block;
} 
.price-block--yearly-container {
  display: none;
}
.billing-selectors__form label {
  font-size: 15px;
  font-weight: 600;
}
.price-tab-lp .billing-selectors__form {
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.price-tab-lp .billing-selectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
} 
.price-tab .price-tag1 .price-con:nth-child(2n+1) {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 1px;
  padding: 0px 0 0px;
}
.list-features svg {
  width: 14px;
  height: 14px;
  line-height: 0;
  margin-right: 8px;
}

.price-content-effect ul {
  padding: 0 15px;
}
.price-content-effect ul li span {
  line-height: 0;
}
.price-content-effect ul li {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  align-items: center;
}
/* Price one design Css */
.price-table-one .price-effect {
  transition: 0.5s;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
.price-table-one .price-effect-head {
  position: relative;
  z-index: 1;
  padding: 34px 35px 50px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
.price-table-one .price-effect-head:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 140%;
  height: 160%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
  border-radius: 0 0 50% 50%;
}
.price-table-one .price-tag-effect p {
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
  margin: 0 auto;
}
.price-table-one .price-content-effect p {  
  margin-top: 15px;
  letter-spacing: 1px;
  text-align: center;
}
.price-table-one .price-effect-head h4 {
  margin-bottom: 15px;
} 
.price-table-one .premium-table .price-effect-head:before {
  content: '';
  background-color: #b19777;
}
.price-table-one .premium-table .price-tag-effect p,
.price-table-one .premium-table .price-tag-effect h5,
.price-table-one .premium-table .price-effect-head h4 {
  color: #ffffff
}

.price-table-one .premium-text {
  display: none; 
}
.price-table-two .premium-text {
  display: none; 
}
/* Price two design Css */

.price-table-two .premium-table .premium-text {
  display: table;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  background: #272727;
  color: #fff;
  min-width: 150px;
  padding: 10px 20px;
  border-radius: 50px;
  top: -20px;
}

.price-table-two .price-effect {
  transition: 0.5s;
  background-size: cover;
  background-position: center;
  background-color: #f5f5f5;
  border: 1px solid #b19777;
  border-radius: 5px;
}
.price-table-two .price-effect-head {
  position: relative;
  z-index: 1;
  padding: 34px 35px 50px;
  text-align: center; 
  margin-bottom: 30px;
  border-bottom: 1px solid #b19777;
  border-radius: 5px;
} 
.price-table-two .price-tag-effect p {
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
  margin: 0 auto;
}
.price-table-two .price-content-effect p {  
  margin-top: 15px;
  letter-spacing: 1px;
  text-align: center;
}
.price-table-two .price-effect-head h4 {
  margin-bottom: 15px;
} 
.price-table-two .premium-table .price-effect-head { 
  background-color: #b19777;
}
.price-table-two .premium-table .price-tag-effect p,
.price-table-two .premium-table .price-tag-effect h5,
.price-table-two .premium-table .price-effect-head h4 {
  color: #ffffff
}
.price-table-two .price-content-effect ul li {
  list-style: none;
}