.price1-col {
  text-align: center; 
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  transition: all 500ms ease-in 0s;
}
.price1-col.price1-col-three {
  padding: 30px;
  border-radius:20px;
}
.price1-col-three .price-tag1 p {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin: 0 auto;
  color: #333;
  margin-top: 10px;
}
.price1-col:hover {
  box-shadow: 1px 3px 5px #666666;
  transition: all 500ms ease-in 0s; 
}
.price1-col.price1-col-three:hover {
  border:0;
}
.active.list-features p {
  opacity: 0.5;
}
.price1-col.premium-table {
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  position: relative;
  transition: all 500ms ease-in 0s;
  box-shadow: 1px 3px 5px #666666;
}
.price1-col.premium-table:hover {
  transition: all 500ms ease-in 0s;
  border: 1px solid #f22e55;
}
.price1-col {
  margin-top: 35px;
}
.price1-col.premium-table .price-head {
  background-color: #f22e55;
}
.price-head {
  background-color: #0a8aff;
}
.price-head {
  border-radius: 5px 5px 0 0;
  padding: 30px;
}

.price-head h4 {
  color: #ffffff;
  margin-bottom: 0;
}
.price-tag p {
  border: 3px solid #0a8aff;
  color: #0a8aff;
}
.price-tag p {
  background-color: #f6f6f6;
  border-radius: 50%;
  box-shadow: 1px 2px 3px #666666 inset;
  display: table;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 auto;
  padding: 20px 10px;
  position: absolute;
  right: 15px;
  top: -35px;
  width: 100px;
}

.price-tag1 p {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 auto;
}
.price1-col.premium-table .price-tag p {
  border: 3px solid #f22e55;
  color: #f22e55;
}
.price-tag p span {
  font-size: 13px;
}

.price-tag1 p span {
  font-size: 15px;
}
.price-tag p span:first-child {
  vertical-align: super;
}
.price-tag p span:last-child {
  vertical-align: inherit;
}
.price-content .active p {
  color: #666666;
}

.price-content p {
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.price-content p:lsst-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.price-content {
  padding: 30px;
}

.pricing-head-group {
  background-color: #0a8aff;
  border-radius: 5px 5px 0 0;
  padding: 30px 30px 0px 30px;
  margin-bottom: 0px;
}
.price-img img {
  width: 100%;
}
.pricing-head-group h4,
.pricing-head-group p {
  color: #ffffff;
}
.price-content ul li:last-child p {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.price-block--monthly-container {
  display: none;
}
.price-tab-lp .toggle {
  position: relative;
  width: 70px;
  height: 30px;
  border-radius: 100px;
  background-color: #0a8aff;
  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--yearly-container {
  display: none;
}
.price-block.active {
  display: block;
} 
.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;
}
.price-tab-lp li {
  list-style: none;
}