.box-header .box-title {
  font-size: 40px;
  font-family: 'Luckiest Guy', cursive;
  /*font-family: 'Nunito Sans', sans-serif;    */
  color: #e92a2a;
  text-transform: uppercase;
 
    letter-spacing: -.5px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 10px;
}
.radio label, .checkbox label {
    padding-left: 35px;
}

.packbox > .boxespack {
  float: left;
  width: 32%;
  margin: 0.5%;
}
.boxespack h4 {
    margin:  30px 0 10px 0px;
    font-size: 20px;
    text-transform: uppercase;
}
.boxespack ul {
    width: auto;
}
.boxespack ul li {
    border-bottom: dashed 1px #ccc;
    padding:  10px 0 10px 0px;
        
}
.packbox input[type="radio"] {
  display: none;
}
.packbox input[type="radio"]:not(:disabled) ~ label {
  cursor: pointer;
}
.packbox input[type="radio"]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}

.packbox label {
  height: 100%;
  display: block;
  background: white;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0px 3px 5px -2px rgba(161, 170, 166, 0.5);
  position: relative;
}

.packbox input[type="radio"]:checked + label {
  background: #fff;
  color: #ff7a18;
 border: 2px solid #ff7a18;    
  box-shadow: 0px 3px 5px -2px rgba(68, 66, 64, 0.5);
  
}
.packbox input[type="radio"]:checked + label::after {
  color: #ff7a18;
  font-family: FontAwesome;
  border: 2px solid #ff7a18;
  content: "\f00c";
  font-size: 24px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}

.packbox input[type="radio"]#control_05:checked + label {
  background: red;
  border-color: red;
}
.packprice {
    font-size: 33px;
    font-weight: bold;
}
.btn-warning {
  color: #fff;
  background-color: #ff7a18;
  border-color: #ff7a18;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ff7a18;
  border-color: #ff7a18;
}
.btn-warning:hover {
  color: #fff;
  background-color: #e6690d;
  border-color: #e6690d;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
    right: 4px !important;
}