.pricing .box {
  padding: 20px;
  background: #333333cc;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.pricing .box h4 {
  font-size: 42px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing .box ul li {
  padding-bottom: 16px;
}
.pricing .box ul i {
  color: #e03a3c;
  font-size: 18px;
  padding-right: 4px;
}
.pricing .box ul .na {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
}
.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}
.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.pricing .box .btn-buy:hover {
  border-color: #fff;
}
.pricing .featured {
  background: #e03a3c;
}















.contact .info-box {
  color: #444444;
  text-align: center;
  /* box-shadow: 0 0 20px rgba(214, 215, 216, 0.6); */
  background: #333333cc;
  padding: 30px 0 32px 0;
  border-radius: 4px;
}
.contact .info-boxx i {
  font-size: 32px;
  color: #e03a3c;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f8d4d5;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  /* box-shadow: 0 0 20px rgba(214, 215, 216, 0.6); */
  background: #333333cc;
  padding: 30px;
  border-radius: 4px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 25px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #111111;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #e03a3c;
  border: 0;
  padding: 10px 32px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #e35052;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.section-title h2 {
  text-transform: uppercase;
}

.row div {
  /* width: 100%; */
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  padding: 10px 10px 12px 10px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.pricing .box .btn-buy:hover {
  border-color: #fff;
}

.btn-hire {
  white-space: nowrap !important;
  width: unset !important;
  max-width: unset !important;
  display: inline-block !important;
  margin:0 auto !important;
  color: #999 !important;
  border-color: #999 !important;
}

.btn-hire.active {
  border-color: #fff !important;
  color: #fff !important;
}

.btn-hire.inactive {
  color: #666 !important;
  border-color: #666 !important;
}

.btn-hire:hover {
  border-color: #ccc !important;
  color: #ccc !important;
}

.main-form-blur {
  opacity: 1;
  /* filter: brightness(0.8) blur(5px); */
  filter: brightness(0.6) contrast(0.5) opacity(0.8);
}

.pricing .boxr {
  padding: 10px;
  margin-bottom: 1em;
}

#hireform_msg_box {
  display: none;
}

#hireform_msg {
 color: #fff;
 font-weight: bold; 
}

.form-group {
  margin: 0 1em 1em 0;
}

label {
  font-weight: bold;
  margin: 0 0 0.2em 0;
}

input[type=radio], input[type=checkbox] {
  margin: 0 0.5em 0.2em 0;
}

.pricing .hireform {
  text-align: left;
}

#corporate_attendees {
  display: none;
}

#estimated_price, #vat_estimated_price {
  font-weight: bold;
  font-size: 3em;
  text-align: right;
  margin: 0.25em 0;
}

#vat_estimated_price {
  font-size: 1em;
  font-weight: normal;
}

.help_block {
  font-weight: bold;
  color: red;
}

.section-title {
  text-align: center;
}