.radio-buttons {
  width: 100%;
  margin: -5px;
  text-align: center;
}
.custom-radio {
  width: 100%;
  margin-left: -5px;
}
.custom-radio input {
  display: none !important;
}
.radio-btn {
  margin: 0 5px;
  padding: 12px;
  width: 100%;
  /*height: 80px;*/
  border: 1px solid #eaedf1;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.radio-btn .hobbies-icon h3 {
  font-size: 13px;
  font-weight: 700;
  /*text-transform: capitalize;*/
  letter-spacing:1px;
  word-wrap: break-word;

}

.custom-radio input:checked + .radio-btn > i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.starter {
  background-color: #ffffff;
  
} 
.advance {
  background-color: #ffffff;
  background-image: linear-gradient(to right, #fff, #d3e8fd);
}
.special {
  background-color: #ffffff;
  background-image: linear-gradient(to right, #fff, #C9F2CB);
}
.stripe {
  background-color: #ffffff;
  background-image: linear-gradient(to right, #fff, #C6C6F7);
}
.addon {

}


.starter h3 {
  color: #0a3a54;
}
.advance h3 {
  color: #0a3a54;
}
.special h3 {
  color: #14cd7d;
}
.stripe h3 {
  color: #5f60ed;
}
.custom-radio input:checked + .radio-btn.starter {
  background-image : linear-gradient(to right, #d3e8fd, #fff);
  border: none;
  box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.2);
}
.custom-radio input:checked + .radio-btn.advance {
  border: 1px solid #0a3a54;
}
.custom-radio input:checked + .radio-btn.special {
  border: 1px solid #0a3a54;
}
.custom-radio input:checked + .radio-btn.stripe {
  border: 1px solid #0a3a54;
}

img.options{
  height: 35px;
  margin-left: -5px;
} 

/*.price-btn {
   float: right;
    text-align: right;
    margin-top: -50px;
}*/

.price-btn h3{
  font-size: 16px !important;
  font-weight: 300;
  /*text-transform: lowercase!important;*/
}
.price-btn p{
  font-size: 12px;
  font-weight: 300;
  margin-top: -27px;
}





.starter .price-btn {
  color: #0a3a54;
}
.advance .price-btn {
  color: #0a3a54;
}
.special .price-btn {
  color: #0a3a54;
}
.stripe .price-btn {
  color: #0a3a54;
}


.radio1-buttons {
  width: 100%;
  margin: -5px;
  text-align: center;
}
.custom-checkbox1 {
  width: 100%;
  margin-left: -5px;
}
.custom-checkbox1 input {
  display: none !important;
}
.checkbox1-btn {
  margin: 0 5px;
  padding: 12px;
  width: 100%;
  height: 80px;
  border: 1px solid #eaedf1;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: left;
  cursor: pointer;
}

.checkbox1-btn .hobbies-icon h3 {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing:1px;
}

.checkbox1-btn:before {
  content: '';
  width: 15px;
  height: 15px;
  border: 2px solid #007bff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-color: white;
}

.custom-checkbox1 input:checked + .checkbox1-btn {
  background-color: #14cd7d;
  border: 2px solid #14cd7d;
}

.custom-checkbox1 input:checked + .checkbox1-btn:after {
  content: '✔';
  color: #14cd7d;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}









@media (max-width: 600px) {



.radio-buttons {
  width: 100%;
  margin: -5px;
  text-align: center;
}
.custom-radio {
  width: 100%;
  margin-left: -5px;
}
.custom-radio input {
  display: none !important;
}
.radio-btn {
  margin: 0 5px;
  padding: 12px;
  width: 100%;
  height: 80px;
  border: 1px solid #eaedf1;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.radio-btn .hobbies-icon h3 {
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing:1px;
}
.custom-radio input:checked + .radio-btn > i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}



img.options{
  height: 25px;
  margin-left: -5px;
  margin-top: 10px;
} 

/*.price-btn {
  float: right;
  margin-top: -49px;
  text-align: right;
}*/

.price-btn h3{
  font-size: 12px !important;
  font-weight: 300;
}
.price-btn p{
  font-size: 12px;
  font-weight: 300;
  margin-top: -27px;
}

.price-btn1 {
  float: right;
  margin-top: -25px;
  text-align: right;
}

.price-btn1 h3{
  font-size: 12px !important;
  font-weight: 300;
}
.price-btn1 p{
  font-size: 12px;
  font-weight: 300;
  margin-top: -27px;
  color:#0a3a54 ;
}




.starter .price-btn {
  color: #0a3a54;
}
.advance .price-btn {
  color: #0a3a54;
}
.special .price-btn {
  color: #0a3a54;
}
.stripe .price-btn {
  color: #0a3a54;
}


.radio1-buttons {
  width: 100%;
  margin: -5px;
  text-align: center;
}
.custom-checkbox1 {
  width: 100%;
  margin-left: -5px;
}
.custom-checkbox1 input {
  display: none !important;
}
.checkbox1-btn {
  margin: 0 5px;
  padding: 12px;
  width: 100%;
  height: 80px;
  border: 1px solid #eaedf1;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: left;
  cursor: pointer;
}

.checkbox1-btn .hobbies-icon h3 {
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing:1px;
}

.checkbox1-btn:before {
  content: '';
  width: 15px;
  height: 15px;
  border: 2px solid #007bff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-color: white;
}

.custom-checkbox1 input:checked + .checkbox1-btn {
  background-color: #007bff;
  border: 2px solid #007bff;
}

.custom-checkbox1 input:checked + .checkbox1-btn:after {
  content: '✔';
  color: #14cd7d;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 27px;
  transform: translateY(-50%);
}
}