.rbcr {
  font-family: 'roboto_condensedregular';
  font-weight: normal;
  font-style: normal;
}
.rbcb {
  font-family: 'roboto_condensedbold';
  font-weight: normal;
  font-style: normal;
}
/*Snippets*/
/*retina support*/
button:focus {
  outline: 0 !important;
}
/*Snippets*/
a,
li {
  outline: medium none !important;
}
a:hover,
li:hover,
a:active,
li:active,
a:focus,
li:focus {
  outline: medium none !important;
}

/*Placeholder*/
/*Delete spinners from input number*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
/*textarea:focus, input:focus{
  outline: none;
}*/
/*ios safari form input fix*/
textarea,
input {
  -webkit-appearance: none;
  border: 0;
  outline: none !important;
}
.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.bl {
  display: block;
}
.il {
  display: inline-block;
  vertical-align: top;
}
.rel {
  position: relative;
}
.as {
  position: absolute;
}
.fix {
  position: fixed;
}
.bb {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.up {
  text-transform: uppercase;
}
.show-mobile,
.show-mobile-big,
.hide,
.show-sm,
.none {
  display: none ;
}
.show {
  display: block ;
}
.nn {
  display: none;
}
.clear-after-header {
  height: 0;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
  height: 0;
  background: transparent;
}
.nom {
  margin: 0;
}
.nop {
  padding: 0;
}
.ntd {
  text-decoration: none;
}
.nb {
  border: 0;
}
.nbs {
  box-shadow: none;
}
.nts {
  text-shadow: none;
}
.nls {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  cursor: pointer;
}
.st-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.br-2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.br-3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.br-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.br-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.br-6 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.br-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.br-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.br-50 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ma {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .show-mobile-big {
    display: block ;
  }
  .hide-mobile-big {
    display: none ;
  }
}
@media (max-width: 767px) {
  .show-mobile {
    display: block ;
  }
  .hide-mobile {
    display: none ;
  }
.content.indent {
    padding: 30px 0 0 0;
}
.footer-logo img {
    max-height: 50px;
}
}
@media (max-width: 480px) {
  .show-sm {
    display: block ;
  }
  .hide-sm {
    display: none ;
  }
}
.flex-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
}
.nosl {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.color-change-2x {
  -webkit-animation: color-change-2x 2s linear infinite alternate both;
  animation: color-change-2x 2s linear infinite alternate both;
}
@-webkit-keyframes color-change-2x {
  0% {
    background: #19dcea;
  }
  100% {
    background: #b22cff;
  }
}
@keyframes color-change-2x {
  0% {
    background: #19dcea;
  }
  100% {
    background: #b22cff;
  }
}
.text-blur-out {
  -webkit-animation: text-blur-out 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite both;
  animation: text-blur-out 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite both;
}
@-webkit-keyframes text-blur-out {
  0% {
    -webkit-filter: blur(0.01);
    filter: blur(0.01);
  }
  100% {
    -webkit-filter: blur(12px) opacity(0%);
    filter: blur(12px) opacity(0%);
  }
}
@keyframes text-blur-out {
  0% {
    -webkit-filter: blur(0.01);
    filter: blur(0.01);
  }
  100% {
    -webkit-filter: blur(12px) opacity(0%);
    filter: blur(12px) opacity(0%);
  }
}
.fade-in {
  -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
  animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.w-auto {
  width: auto;
}
.w-5 {
  width: 5%;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-33 {
  width: 33.3333333333%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-47 {
  width: 47%;
}
.w-48 {
  width: 48%;
}
.w-49 {
  width: 49%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-67 {
  width: 66.66666667%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
.w-100 {
  width: 100%;
}
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles
========================================================*/
/* Contact Form Placeholder Styles
========================================================*/
/* Contact Form Input
========================================================*/
/* Contact Form File Input
========================================================*/
/*#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

#contact-form .btn-default:active, #contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  .box-shadow(inset 0 3px 5px rgba(0, 0, 0, 0.125));
}*/
/* Contact Form Textarea
========================================================*/
/* Contact Form Error messages
========================================================*/
/* Contact Form Processing Box
========================================================*/
/* Contact Form Modal
========================================================*/
/* Contact Form Close icon
========================================================*/
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
#contact-form {
  position: relative;
  text-align: left;
  margin-bottom: 58px;
  /* input[type='text'] {
    width: 100%;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #e2e2e2;
    background: #fff;
    font: 300 14px/18px 'Roboto Condensed';
    height: 49px;
    color: @color_1;
    padding: 14px 16px;
  }*/
}
#contact-form .btns .btn5 {
  margin: 0 10px 0 0;
  float: left;
}
#contact-form .btns p {
  margin: 11px 0 0 0;
  float: left;
}
#contact-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#contact-form fieldset {
  border: none;
}
#contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  border: 0;
  background: transparent;
  font: 400 20px/24px 'Roboto Condensed';
  font-family: 'roboto_condensedregular';
  font-weight: normal;
  font-style: normal;
  height: 49px;
  color: #959494;
  padding: 14px 0;
}
#contact-form ._placeholder.focused {
  color: #c8c7c7;
  /*    opacity: 0.4;
    filter: alpha(opacity=40);*/
  /*    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 255, 0.5);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 255, 0.5);*/
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
#contact-form input[type='text'] {
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #e2e2e2;
  background: #fff;
  font: 300 14px/18px 'Roboto Condensed';
  height: 49px;
  color: #959494;
  padding: 14px 16px;
}
#contact-form input[type='tel'] {
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #e2e2e2;
  background: #fff;
  font: 300 14px/18px 'Roboto Condensed';
  height: 49px;
  color: #959494;
  padding: 14px 16px;
}
#contact-form input[type='email'] {
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #e2e2e2;
  background: #fff;
  font: 300 14px/18px 'Roboto Condensed';
  height: 49px;
  color: #959494;
  padding: 14px 16px;
}
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .input-group-btn:first-child .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group-btn:last-child .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form textarea {
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  border: 1px solid #e2e2e2;
  background: #fff;
  font: 300 14px/18px 'Roboto Condensed';
  height: 129px;
  color: #959494;
  padding: 14px 16px;
}
#contact-form .form-div-1 {
  float: left;
  width: 249px;
  margin-right: 10px;
}
#contact-form .form-div-1 strong {
  font: 14px 'Roboto Condensed';
  color: #9b9b9b;
  margin-bottom: 12px;
  display: block;
}
#contact-form .form-div-2 {
  float: left;
  width: 249px;
  margin-right: 10px;
}
#contact-form .form-div-2 strong {
  font: 14px 'Roboto Condensed';
  color: #9b9b9b;
  margin-bottom: 12px;
  display: block;
}
#contact-form .form-div-3 {
  float: left;
  width: 249px;
  margin-right: 10px;
  margin-right: 0;
}
#contact-form .form-div-3 strong {
  font: 14px 'Roboto Condensed';
  color: #9b9b9b;
  margin-bottom: 12px;
  display: block;
}
#contact-form .form-div-4 {
  margin-bottom: 27px;
}
#contact-form .form-div-4 textarea {
  line-height: 20px;
  padding: 12px 14px;
}
#contact-form .form-div-4 strong {
  font: 14px 'Roboto Condensed';
  color: #9b9b9b;
  margin-bottom: 12px;
  display: block;
}
#contact-form .discount_checkbox input[type="checkbox"] {
  margin: 4px 0px 0px;
  line-height: normal;
  float: left;
  margin-right: 20px;
}
#contact-form .discount_checkbox label {
  width: 200px;
}
#contact-form .form_checkbox label {
  width: 200px;
}
#contact-form .empty-message {
  position: absolute;
  right: 3px;
  top: 5px;
  color: #191919;
  font-weight: normal;
  height: 0;
  overflow: hidden;
  font-size: 10px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 5px;
  color: #191919;
  font-weight: normal;
  height: 0;
  overflow: hidden;
  font-size: 10px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message {
  height: 20px;
  color: #ff0000;
  font-size: 13px;
}
#contact-form .empty .empty-message {
  height: 20px;
  font-size: 13px;
  color: #ff0000;
}
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  background-image: url('../img/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form .contact-form-loader.bottom-loader {
  background-position: 50% 95%;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: Arial, "Times New Roman", sans-serif;
  font-size: 13px;
  overflow: hidden;
}
#contact-form .modal h4 {
  font-weight: bold;
  padding: 0;
  margin: 0;
  border: none;
}
.contactForm2 {
  padding-bottom: 12px;
}
.contactForm2 #contact-form {
  position: relative;
}
.contactForm2 #contact-form .btns {
  text-align: center;
}
.contactForm2 #contact-form .btns .btn3 {
  width: 100%;
  text-align: center;
  border-radius: 3px;
  line-height: 56px;
  font-size: 30px;
}
.contactForm2 #contact-form fieldset {
  margin-bottom: 17px;
}
.contactForm2 #contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  border: 1px solid #d3d3d3;
  background: none;
  font: 14px/18px 'Roboto Condensed';
  height: 49px;
  color: #9b9b9b;
  padding: 14px 28px;
}
.contactForm2 #contact-form input[type='text'] {
  border: 1px solid #f0efef;
  background: #f2f4f6;
  font: 14px/18px 'Roboto Condensed';
  height: 48px;
  color: #8c8c8c;
  padding: 14px 28px;
}
.contactForm2 #contact-form .form-div-4 {
  text-align: left;
  margin-bottom: 18px;
  width: 100%;
}
.contactForm2 #contact-form .form-div-4 strong {
  font: 18px 'Roboto';
  color: #000000;
  margin-bottom: 6px;
  display: block;
}
.contactForm2 #contact-form textarea {
  border: 1px solid #f0efef;
  background: #f2f4f6;
  font: 14px/18px 'Roboto Condensed';
  height: 189px;
  color: #8c8c8c;
  padding: 14px 28px;
}
.contactForm2 #contact-form .form-div-1 {
  float: none;
  width: 100%;
  margin-bottom: 18px;
  margin-right: 0;
  text-align: left;
}
.contactForm2 #contact-form .form-div-1 strong {
  font: 18px 'Roboto';
  color: #000000;
  margin-bottom: 6px;
  display: block;
}
.contactForm2 #contact-form .form-div-2 {
  float: none;
  width: 100%;
  margin-bottom: 18px;
  text-align: left;
  margin-right: 0;
}
.contactForm2 #contact-form .form-div-2 strong {
  font: 18px 'Roboto';
  color: #000000;
  margin-bottom: 6px;
  display: block;
}
.contactForm2 #contact-form .form-div-3 {
  margin-right: 0;
}
.contactForm2 #contact-form .empty-message {
  top: 9px;
}
.contactForm2 #contact-form .error-message {
  top: 9px;
}
.contactForm2 .box {
  width: 100%;
}
.col-lg-6 #contact-form label {
  width: 100%;
}
.form-select {
  width: 100%;
  outline: medium none;
  box-sizing: border-box;
  margin: 0px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  font: 300 14px/18px "Roboto Condensed";
  height: 49px;
  color: #959494;
  padding: 14px 16px;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.modal-open {
  overflow: hidden;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  min-height: 16.42857143px;
  border-bottom: none;
  text-align: center;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
  text-align: center;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  #contact-form .form-div-1 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  #contact-form .form-div-2 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  #contact-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .contactForm2 #contact-form .form-div-1 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    text-align: left;
  }
  .contactForm2 #contact-form .form-div-2 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    text-align: left;
  }
  .contactForm2 #contact-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #contact-form .form-div-1 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  #contact-form .form-div-2 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  #contact-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .form-part {
    width: 100%;
    float: none;
  }
  .contactForm2 #contact-form .form-div-4 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .contactForm2 #contact-form .form-div-1 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    text-align: left;
  }
  .contactForm2 #contact-form .form-div-2 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    text-align: left;
  }
  .contactForm2 #contact-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  #contact-form .form-div-1 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  #contact-form .form-div-2 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  #contact-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .form-part {
    width: 100%;
    float: none;
  }
  .contactForm2 #contact-form .form-div-4 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .contactForm2 #contact-form .form-div-1 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    text-align: left;
  }
  .contactForm2 #contact-form .form-div-2 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    text-align: left;
  }
  .contactForm2 #contact-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    text-align: left;
  }
  .contact-form-box {
    margin: 62px 0;
  }
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.glyphicon-refresh-animate {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
.glyphicon-credit-card-animate {
  -webkit-animation: flip-horizontal-bottom 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  animation: flip-horizontal-bottom 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
}
@-webkit-keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
}
@keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
}
.form-tab-holder {
  font-family: 'roboto_condensedregular';
  font-weight: normal;
  font-style: normal;
  margin: 0 -9px 62px;
}
.form-tab-holder .col-md-2 {
  width: 20%;
  padding: 0 9px;
  margin-right: 0;
}
.form-tab-holder .col-md-2:nth-child(5) {
  margin-right: 0 !important;
}
.form-tab-holder .col-md-2:nth-child(5) .num {
  margin-top: 0px;
}
.form-tab-holder .form-tab {
  width: 100%;
  height: 65px;
  line-height: 65px;
  background: #223885  ;
  cursor: pointer;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
  color: #fff;
}
.form-tab-holder .form-tab:hover {
  background: #ffd300  ;
}
.form-tab-holder .form-tab.active {
  background: #ffd300  ;
}
.form-tab-holder .form-tab.active:after {
  top: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-left: -12px;
  margin-top: -2px;
  border-style: solid;
  border-width: 24px 12px 0 12px;
  border-color: #ffd300    transparent transparent transparent;
}
.form-tab-holder .form-tab .num {
  font-size: 90px;
  margin-top: 1px;
  display: block;
  font-weight: 900;
  float: left;
  font-family: "Arial Black";
  margin-left: 4px;
}
.form-tab-holder .form-tab .tab-name {
  font-size: 16px;
  padding-left: 15px;
  line-height: 24px;
  width: 50%;
  padding-top: 8px;
  display: inline-block;
  vertical-align: top;
}
.tab-data-holder {
  display: none;
}
.tab-data-holder.active {
  display: block;
}
.tab-data-holder .next-btn {
  width: 60px;
  height: 60px;
  background: url('../img/form/arrow-next.png') no-repeat top center;
  background-size: cover;
  cursor: pointer;
  float: right;
}
#contact-form .btn-blue,
.last-tab .btn-blue {
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  width: 198px;
  background: #007dc2;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#contact-form .btn-blue:hover,
.last-tab .btn-blue:hover {
  background: #009ef5;
}
#contact-form .btn-red,
.last-tab .btn-red {
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #FF0000;
  height: 65px;
  line-height: 65px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  width: 100%;
  margin: 30px 0 36px;
  cursor: pointer;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#contact-form .btn-red:hover,
.last-tab .btn-red:hover {
  background: #ff3333;
}
#contact-form h3.blue-header, .last-tab h3.blue-header {
    color: #223885;
    font-size: 26px;
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    margin: 30px 0 30px !important;
}
.textarea-holder textarea {
    border-radius: 4px;
}
#contact-form .after-header,
.last-tab .after-header {
  text-align: center;
  color: #363636;
  margin-top: -20px;
  margin-bottom: 30px;
  font-size: 16px;
}
#contact-form label,
.last-tab label {
  font-size: 20px;
  font-family: 'roboto_condensedregular';
  font-weight: normal;
  font-style: normal;
}
#contact-form [type="radio"]:checked,
.last-tab [type="radio"]:checked,
#contact-form [type="radio"]:not(:checked),
.last-tab [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#contact-form [type="radio"]:checked + label,
.last-tab [type="radio"]:checked + label,
#contact-form [type="radio"]:not(:checked) + label,
.last-tab [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
#contact-form [type="radio"]:checked + label:before,
.last-tab [type="radio"]:checked + label:before,
#contact-form [type="radio"]:not(:checked) + label:before,
.last-tab [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset -1px 2px 5px -4px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: inset -1px 2px 5px -4px rgba(0, 0, 0, 0.27);
  box-shadow: inset -1px 2px 5px -4px rgba(0, 0, 0, 0.27);
  border-radius: 100%;
  background: #fff;
}
#contact-form [type="radio"]:checked + label:after,
.last-tab [type="radio"]:checked + label:after,
#contact-form [type="radio"]:not(:checked) + label:after,
.last-tab [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 0 0 1px #0c1b76;
  -moz-box-shadow: 0 0 0 1px #0c1b76;
  box-shadow: 0 0 0 1px #0c1b76;
}
#contact-form [type="radio"]:not(:checked) + label:after,
.last-tab [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#contact-form [type="radio"]:checked + label:after,
.last-tab [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#contact-form [type="radio"]:checked + label:before,
.last-tab [type="radio"]:checked + label:before {
  background: #223885  ;
  border: 1px solid #223885  ;
}
#contact-form .input-row,
.last-tab .input-row {
  margin: 0 -25px;
}
#contact-form .input-row.rep-inputs,
.last-tab .input-row.rep-inputs {
  display: none;
}
#contact-form .input-row.rep-inputs.active,
.last-tab .input-row.rep-inputs.active {
  display: block;
}
#contact-form .input-row .col-md-6,
.last-tab .input-row .col-md-6,
#contact-form .input-row .col-pad,
.last-tab .input-row .col-pad {
  padding: 0 25px;
}
#contact-form .input-row .input-holder,
.last-tab .input-row .input-holder {
  margin-bottom: 30px;
  position: relative;
}
#contact-form .input-row .input-holder.invalid input,
.last-tab .input-row .input-holder.invalid input,
#contact-form .input-row .input-holder.empty input,
.last-tab .input-row .input-holder.empty input {
  border-bottom: 2px solid red;
}
#contact-form .input-row .input-holder input,
.last-tab .input-row .input-holder input {
  height: 50px;
  font-size: 20px;
  background: transparent;
  border-bottom: 1px solid #908f8f;
  width: 100%;
  color: #363636;
}
#contact-form .input-row .input-holder input:focus,
.last-tab .input-row .input-holder input:focus {
  border-bottom: 1px solid #007dc2;
}
#contact-form #tab-2 h3.blue-header,
.last-tab #tab-2 h3.blue-header {
  margin: 0 0 30px;
}
#contact-form #tab-2 .tab-next-holder,
.last-tab #tab-2 .tab-next-holder {
  margin: 5px 0 20px 0;
}
#contact-form #tab-2 .tab-next-holder .tab-next,
.last-tab #tab-2 .tab-next-holder .tab-next {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 16px;
  color: #fff;
  background: #007dc2;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#contact-form #tab-2 .tab-next-holder .tab-next:hover,
.last-tab #tab-2 .tab-next-holder .tab-next:hover {
  text-decoration: none;
  background: #005c8f;
}
#contact-form #tab-2 .card-header,
.last-tab #tab-2 .card-header {
  line-height: 30px;
}
#contact-form #tab-2 .card-header .glyphicon,
.last-tab #tab-2 .card-header .glyphicon {
  position: absolute !important;
  margin-top: -5px;
  right: 0;
}
#contact-form #tab-2 .card-header a h3.blue-header,
.last-tab #tab-2 .card-header a h3.blue-header {
  text-align: left;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 2px solid #007dc2;
  padding-bottom: 8px;
}
#contact-form #tab-2 .collapse,
.last-tab #tab-2 .collapse {
  overflow: hidden;
}
#contact-form #tab-2 a.collapsed i.glyphicon,
.last-tab #tab-2 a.collapsed i.glyphicon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 2px;
  right: 3px;
}
#contact-form #tab-2 label.package,
.last-tab #tab-2 label.package {
  border: 1px solid black;
  border-left: 3px solid #007dc2;
  padding: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 28px;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#contact-form #tab-2 label.package:hover,
.last-tab #tab-2 label.package:hover {
  border: 1px solid #007dc2;
  border-left: 3px solid #007dc2;
  background: #fafafa;
}
#contact-form #tab-2 label.package .prices-row,
.last-tab #tab-2 label.package .prices-row {
  padding: 0;
}
#contact-form #tab-2 label.package .prices-row .col-md-2,
.last-tab #tab-2 label.package .prices-row .col-md-2,
#contact-form #tab-2 label.package .prices-row .col-md-10,
.last-tab #tab-2 label.package .prices-row .col-md-10 {
  padding: 0;
}
#contact-form #tab-2 label.package .prices-row .col-md-2,
.last-tab #tab-2 label.package .prices-row .col-md-2 {
  width: 25%;
}
#contact-form #tab-2 label.package .prices-row .col-md-10,
.last-tab #tab-2 label.package .prices-row .col-md-10 {
  width: 75%;
}
#contact-form #tab-2 label.package .package-name,
.last-tab #tab-2 label.package .package-name {
  font-size: 23px;
  color: #363636;
  margin: 15px 0 10px 15px;
  padding: 0;
}
#contact-form #tab-2 label.package .package-desc,
.last-tab #tab-2 label.package .package-desc {
  font-size: 20px;
  color: #363636;
}
#contact-form #tab-2 label.package .package-price,
.last-tab #tab-2 label.package .package-price {
  font-family: 'roboto_condensedbold';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: #007dc2;
  text-align: right;
  margin-top: -35px;
}
#contact-form #tab-2 label.package .package-price.one-field,
.last-tab #tab-2 label.package .package-price.one-field {
  margin-top: -22px;
}
#contact-form #tab-2 label.package .package-setup-price,
.last-tab #tab-2 label.package .package-setup-price {
  color: #363636;
  font-size: 18px;
  text-align: right;
}
#contact-form #tab-2 label.package .checkbox-holder,
.last-tab #tab-2 label.package .checkbox-holder {
  margin-top: -45px;
  /*    [type="radio"]:checked + span:before,
            [type="radio"]:not(:checked) + span:before {

            }
            [type="radio"]:checked + span:after,
            [type="radio"]:not(:checked) + span:after {

            }
            [type="radio"]:not(:checked) + span:after {

            }
            [type="radio"]:checked + span:after {

            }*/
  /*   [type="radio"]:checked + span:before {

           }*/
}
#contact-form #tab-2 label.package .checkbox-holder [type="radio"]:checked,
.last-tab #tab-2 label.package .checkbox-holder [type="radio"]:checked,
#contact-form #tab-2 label.package .checkbox-holder [type="radio"]:not(:checked),
.last-tab #tab-2 label.package .checkbox-holder [type="radio"]:not(:checked),
#contact-form #tab-2 label.package .checkbox-holder [type="checkbox"]:checked,
.last-tab #tab-2 label.package .checkbox-holder [type="checkbox"]:checked,
#contact-form #tab-2 label.package .checkbox-holder [type="checkbox"]:not(:checked),
.last-tab #tab-2 label.package .checkbox-holder [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#contact-form #tab-2 label.package .checkbox-holder [type="radio"]:checked + span,
.last-tab #tab-2 label.package .checkbox-holder [type="radio"]:checked + span,
#contact-form #tab-2 label.package .checkbox-holder [type="checkbox"]:checked + span,
.last-tab #tab-2 label.package .checkbox-holder [type="checkbox"]:checked + span {
  font-size: 0;
  width: 40px;
  height: 40px;
  background: url('../img/form/checkmark.png') no-repeat top center;
  background-size: cover;
  display: block;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
}
#contact-form #tab-2 label.package .checkbox-holder [type="radio"]:not(:checked) + span,
.last-tab #tab-2 label.package .checkbox-holder [type="radio"]:not(:checked) + span,
#contact-form #tab-2 label.package .checkbox-holder [type="checkbox"]:not(:checked) + span,
.last-tab #tab-2 label.package .checkbox-holder [type="checkbox"]:not(:checked) + span {
  width: 67px;
  margin-left: auto;
  margin-right: auto;
  color: red;
  display: block;
  font-size: 28px;
  padding-top: 20px;
}
#contact-form #tab-3 .textarea-holder,
.last-tab #tab-3 .textarea-holder {
  position: relative;
}
#contact-form #tab-3 .textarea-holder textarea,
.last-tab #tab-3 .textarea-holder textarea {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 167px;
  resize: vertical;
  padding: 26px 20px 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  font-family: 'roboto_condensedregular';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #363636;
}
#contact-form #tab-3 .textarea-holder textarea:focus,
.last-tab #tab-3 .textarea-holder textarea:focus {
  border: 1px solid #007dc2;
}
#contact-form #tab-3 .textarea-holder ._placeholder,
.last-tab #tab-3 .textarea-holder ._placeholder {
  font-size: 20px;
  top: 20px;
  margin-left: 20px;
}
#contact-form #tab-4 .btn-blue,
.last-tab #tab-4 .btn-blue {
  margin-top: 0;
}
#contact-form #tab-4 .coupon-validation-message,
.last-tab #tab-4 .coupon-validation-message {
  font-size: 16px;
}
#contact-form #tab-4 .coupon-validation-message .error,
.last-tab #tab-4 .coupon-validation-message .error {
  color: #fa755a;
}
#contact-form #tab-4 .coupon-validation-message .valid,
.last-tab #tab-4 .coupon-validation-message .valid {
  color: #007dc2;
}
#contact-form #tab-4 .btn-coupon i,
.last-tab #tab-4 .btn-coupon i {
  display: none;
}
#contact-form #tab-4 .btn-coupon.working,
.last-tab #tab-4 .btn-coupon.working {
  line-height: 1em;
}
#contact-form #tab-4 .btn-coupon.working span,
.last-tab #tab-4 .btn-coupon.working span {
  display: none;
}
#contact-form #tab-4 .btn-coupon.working i,
.last-tab #tab-4 .btn-coupon.working i {
  -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
  animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
  display: inline;
  font-size: 20px;
  line-height: 44px;
}
#contact-form .submitting .order-btn,
.last-tab .submitting .order-btn {
  -webkit-animation: color-change-2x 2s linear infinite alternate both;
  animation: color-change-2x 2s linear infinite alternate both;
}
#contact-form .submitting .order-btn span,
.last-tab .submitting .order-btn span {
  display: none;
}
#contact-form .submitting .order-btn i,
.last-tab .submitting .order-btn i {
  -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
  animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
  font-size: 28px;
  margin-top: -8px;
  display: flex;
  align-self: center;
  justify-content: center;
}
#contact-form .payment-form-container,
.last-tab .payment-form-container {
  width: 476px;
  margin-left: auto;
  margin-right: auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 60px;
}
#contact-form .payment-form-container i,
.last-tab .payment-form-container i {
  font-size: 20px;
  height: 22px;
  display: none;
}
#contact-form .payment-form-container .StripeElement,
.last-tab .payment-form-container .StripeElement {
  height: 40px;
  padding: 10px 0;
  border-bottom: 1px solid #908F8F;
}
#contact-form .payment-form-container .StripeElement--focus,
.last-tab .payment-form-container .StripeElement--focus {
  border-bottom: 1px solid #007dc2;
}
#contact-form .payment-form-container .StripeElement--invalid,
.last-tab .payment-form-container .StripeElement--invalid {
  border-bottom: 1px solid #fa755a;
}
#contact-form #card-errors,
.last-tab #card-errors {
  color: #fa755a !important;
  font-size: 17px !important;
}
#contact-form .methods-list,
.last-tab .methods-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
#contact-form .methods-list li,
.last-tab .methods-list li {
  float: left;
  margin-right: 6px;
}
#contact-form .methods-list li img,
.last-tab .methods-list li img {
  height: 38px;
  width: auto;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .form-tab-holder {
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    font-style: normal;
    margin: 0 -9px 62px;
  }
  .form-tab-holder .col-md-2 {
    width: 20%;
    padding: 0 9px;
    margin-right: 0;
  }
  .form-tab-holder .col-md-2:nth-child(5) {
    margin-right: 0 !important;
  }
  .form-tab-holder .col-md-2:nth-child(5) .num {
    margin-top: 0px;
  }
  .form-tab-holder .form-tab {
    width: 100%;
    height: 65px;
    line-height: 65px;
    cursor: pointer;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
    color: #fff;
  }
  .form-tab-holder .form-tab.active:after {
    top: 100%;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-left: -12px;
    margin-top: -2px;
    border-style: solid;
    border-width: 24px 12px 0 12px;
  }
  .form-tab-holder .form-tab .num {
    font-size: 90px;
    margin-top: 1px;
    display: block;
    font-weight: 900;
    float: left;
    font-family: "Arial Black";
    margin-left: 4px;
  }
  .form-tab-holder .form-tab .tab-name {
    font-size: 16px;
    padding-left: 15px;
    line-height: 24px;
    width: 50%;
    padding-top: 8px;
    display: inline-block;
    vertical-align: top;
  }
  #contact-form .btn-blue,
  .last-tab .btn-blue {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    width: 198px;
    background: #007dc2;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  #contact-form .btn-blue:hover,
  .last-tab .btn-blue:hover {
    background: #009ef5;
  }
  #contact-form .btn-red,
  .last-tab .btn-red {
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #FF0000;
    height: 65px;
    line-height: 65px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    width: 100%;
    margin: 30px 0 36px;
    cursor: pointer;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  #contact-form .btn-red:hover,
  .last-tab .btn-red:hover {
    background: #ff3333;
  }
  #contact-form h3.blue-header,
  .last-tab h3.blue-header {
    font-size: 25px;
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    margin: 30px 0 30px;
  }
  #contact-form .after-header,
  .last-tab .after-header {
    text-align: center;
    color: #363636;
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 16px;
  }
  #contact-form label,
  .last-tab label {
    font-size: 20px;
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    font-style: normal;
  }
  #contact-form .input-row,
  .last-tab .input-row {
    margin: 0 -25px;
  }
  #contact-form .input-row.rep-inputs,
  .last-tab .input-row.rep-inputs {
    display: none;
  }
  #contact-form .input-row.rep-inputs.active,
  .last-tab .input-row.rep-inputs.active {
    display: block;
  }
  #contact-form .input-row .col-md-6,
  .last-tab .input-row .col-md-6,
  #contact-form .input-row .col-pad,
  .last-tab .input-row .col-pad {
    padding: 0 25px;
  }
  #contact-form .input-row .input-holder,
  .last-tab .input-row .input-holder {
    margin-bottom: 26px;
    position: relative;
  }
  #contact-form .input-row .input-holder input,
  .last-tab .input-row .input-holder input {
    height: 45px;
    font-size: 20px;
    background: transparent;
    border-bottom: 1px solid #908f8f;
    width: 100%;
    color: #363636;
  }
  #contact-form .input-row .input-holder input:focus,
  .last-tab .input-row .input-holder input:focus {
    border-bottom: 1px solid #007dc2;
  }
  #contact-form #tab-2 h3.blue-header,
  .last-tab #tab-2 h3.blue-header {
    margin: 0 0 30px;
  }
  #contact-form #tab-2 .tab-next-holder,
  .last-tab #tab-2 .tab-next-holder {
    margin: 5px 0 20px 0;
  }
  #contact-form #tab-2 .tab-next-holder .tab-next,
  .last-tab #tab-2 .tab-next-holder .tab-next {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 16px;
    color: #fff;
    background: #007dc2;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  #contact-form #tab-2 .tab-next-holder .tab-next:hover,
  .last-tab #tab-2 .tab-next-holder .tab-next:hover {
    text-decoration: none;
    background: #005c8f;
  }
  #contact-form #tab-2 .card-header,
  .last-tab #tab-2 .card-header {
    line-height: 30px;
  }
  #contact-form #tab-2 .card-header .glyphicon,
  .last-tab #tab-2 .card-header .glyphicon {
    position: absolute !important;
    margin-top: -5px;
    right: 0;
  }
  #contact-form #tab-2 .card-header a h3.blue-header,
  .last-tab #tab-2 .card-header a h3.blue-header {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 2px solid #007dc2;
    padding-bottom: 8px;
  }
  #contact-form #tab-2 .collapse,
  .last-tab #tab-2 .collapse {
    overflow: hidden;
  }
  #contact-form #tab-2 a.collapsed i.glyphicon,
  .last-tab #tab-2 a.collapsed i.glyphicon {
    margin-top: 2px;
    right: 3px;
  }
  #contact-form #tab-2 label.package,
  .last-tab #tab-2 label.package {
    border: 1px solid black;
    border-left: 3px solid #007dc2;
    padding: 15px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 28px;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  #contact-form #tab-2 label.package:hover,
  .last-tab #tab-2 label.package:hover {
    border: 1px solid #007dc2;
    border-left: 3px solid #007dc2;
    background: #fafafa;
  }
  #contact-form #tab-2 label.package .prices-row,
  .last-tab #tab-2 label.package .prices-row {
    padding: 0;
  }
  #contact-form #tab-2 label.package .prices-row .col-md-2,
  .last-tab #tab-2 label.package .prices-row .col-md-2,
  #contact-form #tab-2 label.package .prices-row .col-md-10,
  .last-tab #tab-2 label.package .prices-row .col-md-10 {
    padding: 0;
  }
  #contact-form #tab-2 label.package .prices-row .col-md-2,
  .last-tab #tab-2 label.package .prices-row .col-md-2 {
    width: 25%;
  }
  #contact-form #tab-2 label.package .prices-row .col-md-10,
  .last-tab #tab-2 label.package .prices-row .col-md-10 {
    width: 75%;
  }
  #contact-form #tab-2 label.package .col-md-6,
  .last-tab #tab-2 label.package .col-md-6 {
    width: 100%;
    float: none;
  }
  #contact-form #tab-2 label.package .col-md-6 .row.prices-row .col-md-7,
  .last-tab #tab-2 label.package .col-md-6 .row.prices-row .col-md-7 {
    width: 80%;
  }
  #contact-form #tab-2 label.package .col-md-6 .row.prices-row .col-md-5,
  .last-tab #tab-2 label.package .col-md-6 .row.prices-row .col-md-5 {
    width: 20%;
  }
  #contact-form #tab-2 label.package .package-name,
  .last-tab #tab-2 label.package .package-name {
    font-size: 24px;
    color: #363636;
    margin: 6px 0 30px 15px;
    padding: 0;
  }
  #contact-form #tab-2 label.package .package-desc,
  .last-tab #tab-2 label.package .package-desc {
    font-size: 20px;
    color: #363636;
    margin-top: -20px;
  }
  #contact-form #tab-2 label.package .package-price,
  .last-tab #tab-2 label.package .package-price {
    font-family: 'roboto_condensedbold';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    color: #007dc2;
    text-align: left;
    margin-top: 0;
    float: left;
  }
  #contact-form #tab-2 label.package .package-price.one-field,
  .last-tab #tab-2 label.package .package-price.one-field {
    margin-top: 0px;
  }
  #contact-form #tab-2 label.package .package-setup-price,
  .last-tab #tab-2 label.package .package-setup-price {
    color: #363636;
    font-size: 18px;
    text-align: left;
    float: left;
    margin-left: 20px;
    margin-top: 7px;
  }
  #contact-form #tab-2 label.package .checkbox-holder,
  .last-tab #tab-2 label.package .checkbox-holder {
    margin-top: -30px;
  }
  #contact-form #tab-2 label.package .checkbox-holder [type="radio"]:checked + span,
  .last-tab #tab-2 label.package .checkbox-holder [type="radio"]:checked + span,
  #contact-form #tab-2 label.package .checkbox-holder [type="checkbox"]:checked + span,
  .last-tab #tab-2 label.package .checkbox-holder [type="checkbox"]:checked + span {
    font-size: 0;
    width: 40px;
    height: 40px;
    background: url('../img/form/checkmark.png') no-repeat top center;
    background-size: cover;
    display: block;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
  }
  #contact-form #tab-2 label.package .checkbox-holder [type="radio"]:not(:checked) + span,
  .last-tab #tab-2 label.package .checkbox-holder [type="radio"]:not(:checked) + span,
  #contact-form #tab-2 label.package .checkbox-holder [type="checkbox"]:not(:checked) + span,
  .last-tab #tab-2 label.package .checkbox-holder [type="checkbox"]:not(:checked) + span {
    width: 67px;
    margin-left: auto;
    margin-right: auto;
    color: red;
    display: block;
    font-size: 25px;
    padding-top: 0px;
  }
  #contact-form #tab-3 .textarea-holder,
  .last-tab #tab-3 .textarea-holder {
    position: relative;
  }
  #contact-form #tab-3 .textarea-holder textarea,
  .last-tab #tab-3 .textarea-holder textarea {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 167px;
    resize: vertical;
    padding: 26px 20px 10px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    color: #363636;
  }
  #contact-form #tab-3 .textarea-holder textarea:focus,
  .last-tab #tab-3 .textarea-holder textarea:focus {
    border: 1px solid #007dc2;
  }
  #contact-form #tab-3 .textarea-holder ._placeholder,
  .last-tab #tab-3 .textarea-holder ._placeholder {
    font-size: 20px;
    top: 20px;
    margin-left: 20px;
  }
  #contact-form #tab-4 .btn-blue,
  .last-tab #tab-4 .btn-blue {
    margin-top: 0;
  }
  #contact-form #tab-4 .coupon-validation-message,
  .last-tab #tab-4 .coupon-validation-message {
    font-size: 16px;
  }
  #contact-form #tab-4 .coupon-validation-message .error,
  .last-tab #tab-4 .coupon-validation-message .error {
    color: #fa755a;
  }
  #contact-form #tab-4 .coupon-validation-message .valid,
  .last-tab #tab-4 .coupon-validation-message .valid {
    color: #007dc2;
  }
  #contact-form #tab-4 .btn-coupon i,
  .last-tab #tab-4 .btn-coupon i {
    display: none;
  }
  #contact-form #tab-4 .btn-coupon.working,
  .last-tab #tab-4 .btn-coupon.working {
    line-height: 1em;
  }
  #contact-form #tab-4 .btn-coupon.working span,
  .last-tab #tab-4 .btn-coupon.working span {
    display: none;
  }
  #contact-form #tab-4 .btn-coupon.working i,
  .last-tab #tab-4 .btn-coupon.working i {
    -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
    animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
    display: inline;
    font-size: 20px;
    line-height: 44px;
  }
  #contact-form .submitting .order-btn,
  .last-tab .submitting .order-btn {
    -webkit-animation: color-change-2x 2s linear infinite alternate both;
    animation: color-change-2x 2s linear infinite alternate both;
  }
  #contact-form .submitting .order-btn span,
  .last-tab .submitting .order-btn span {
    display: none;
  }
  #contact-form .submitting .order-btn i,
  .last-tab .submitting .order-btn i {
    -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
    animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
    font-size: 28px;
    margin-top: -8px;
    display: flex;
    align-self: center;
    justify-content: center;
  }
  #contact-form .payment-form-container,
  .last-tab .payment-form-container {
    width: 476px;
    margin-left: auto;
    margin-right: auto;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
  }
  #contact-form .payment-form-container i,
  .last-tab .payment-form-container i {
    font-size: 20px;
    height: 22px;
    display: none;
  }
  #contact-form .payment-form-container .StripeElement,
  .last-tab .payment-form-container .StripeElement {
    height: 40px;
    padding: 10px 0;
    border-bottom: 1px solid #908F8F;
  }
  #contact-form .payment-form-container .StripeElement--focus,
  .last-tab .payment-form-container .StripeElement--focus {
    border-bottom: 1px solid #007dc2;
  }
  #contact-form .payment-form-container .StripeElement--invalid,
  .last-tab .payment-form-container .StripeElement--invalid {
    border-bottom: 1px solid #fa755a;
  }
  #contact-form #card-errors,
  .last-tab #card-errors {
    color: #fa755a !important;
    font-size: 17px !important;
  }
  #contact-form .methods-list,
  .last-tab .methods-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  #contact-form .methods-list li,
  .last-tab .methods-list li {
    float: left;
    margin-right: 6px;
  }
  #contact-form .methods-list li img,
  .last-tab .methods-list li img {
    height: 38px;
    width: auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .form-tab-holder {
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    font-style: normal;
    margin: 0 -9px 62px;
  }
  .form-tab-holder .col-md-2 {
    width: 20%;
    padding: 0 9px;
    float: left;
    margin-right: 0;
  }
  .form-tab-holder .col-md-2:nth-child(5) {
    margin-right: 0 !important;
  }
  .form-tab-holder .col-md-2:nth-child(5) .num {
    margin-top: 0px;
  }
  .form-tab-holder .form-tab {
    width: 100%;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
    color: #fff;
  }
  .form-tab-holder .form-tab.active:after {
    top: 100%;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-left: -12px;
    margin-top: -2px;
    border-style: solid;
    border-width: 24px 12px 0 12px;
  }
  .form-tab-holder .form-tab .num {
    font-size: 76px;
    margin-top: 1px;
    display: block;
    font-weight: 900;
    float: left;
    font-family: "Arial Black";
    margin-left: 2px;
  }
  .form-tab-holder .form-tab .tab-name {
    font-size: 16px;
    padding-left: 10px;
    line-height: 20px;
    width: 50%;
    padding-top: 8px;
    display: inline-block;
    vertical-align: top;
  }
  #contact-form .btn-blue,
  .last-tab .btn-blue {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    width: 198px;
    background: #007dc2;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  #contact-form .btn-blue:hover,
  .last-tab .btn-blue:hover {
    background: #009ef5;
  }
  #contact-form .btn-red,
  .last-tab .btn-red {
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #FF0000;
    height: 65px;
    line-height: 65px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    width: 100%;
    margin: 30px 0 36px;
    cursor: pointer;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  #contact-form .btn-red:hover,
  .last-tab .btn-red:hover {
    background: #ff3333;
  }
  #contact-form h3.blue-header,
  .last-tab h3.blue-header {
    font-size: 25px;
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    margin: 30px 0 30px;
  }
  #contact-form .after-header,
  .last-tab .after-header {
    text-align: center;
    color: #363636;
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 16px;
  }
  #contact-form label,
  .last-tab label {
    font-size: 20px;
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    font-style: normal;
  }
  #contact-form .input-row,
  .last-tab .input-row {
    margin: 0 -25px;
  }
  #contact-form .input-row.rep-inputs,
  .last-tab .input-row.rep-inputs {
    display: none;
  }
  #contact-form .input-row.rep-inputs.active,
  .last-tab .input-row.rep-inputs.active {
    display: block;
  }
  #contact-form .input-row .col-md-6,
  .last-tab .input-row .col-md-6,
  #contact-form .input-row .col-pad,
  .last-tab .input-row .col-pad {
    padding: 0 25px;
  }
  #contact-form .input-row .input-holder,
  .last-tab .input-row .input-holder {
    margin-bottom: 26px;
    position: relative;
  }
  #contact-form .input-row .input-holder input,
  .last-tab .input-row .input-holder input {
    height: 45px;
    font-size: 20px;
    background: transparent;
    border-bottom: 1px solid #908f8f;
    width: 100%;
    color: #363636;
  }
  #contact-form .input-row .input-holder input:focus,
  .last-tab .input-row .input-holder input:focus {
    border-bottom: 1px solid #007dc2;
  }
  #contact-form #tab-2 h3.blue-header,
  .last-tab #tab-2 h3.blue-header {
    margin: 0 0 30px;
  }
  #contact-form #tab-2 .tab-next-holder,
  .last-tab #tab-2 .tab-next-holder {
    margin: 5px 0 20px 0;
  }
  #contact-form #tab-2 .tab-next-holder .tab-next,
  .last-tab #tab-2 .tab-next-holder .tab-next {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 16px;
    color: #fff;
    background: #007dc2;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  #contact-form #tab-2 .tab-next-holder .tab-next:hover,
  .last-tab #tab-2 .tab-next-holder .tab-next:hover {
    text-decoration: none;
    background: #005c8f;
  }
  #contact-form #tab-2 .card-header,
  .last-tab #tab-2 .card-header {
    line-height: 30px;
  }
  #contact-form #tab-2 .card-header .glyphicon,
  .last-tab #tab-2 .card-header .glyphicon {
    position: absolute !important;
    margin-top: -5px;
    right: 0;
  }
  #contact-form #tab-2 .card-header a h3.blue-header,
  .last-tab #tab-2 .card-header a h3.blue-header {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 2px solid #007dc2;
    padding-bottom: 8px;
    font-size: 24px;
  }
  #contact-form #tab-2 .collapse,
  .last-tab #tab-2 .collapse {
    overflow: hidden;
  }
  #contact-form #tab-2 a.collapsed i.glyphicon,
  .last-tab #tab-2 a.collapsed i.glyphicon {
    margin-top: 2px;
    right: 3px;
  }
  #contact-form #tab-2 .collapse .col-md-6,
  .last-tab #tab-2 .collapse .col-md-6 {
    width: 50%;
    float: left;
  }
  #contact-form #tab-2 label.package,
  .last-tab #tab-2 label.package {
    border: 1px solid black;
    border-left: 3px solid #007dc2;
    padding: 15px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 28px;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  #contact-form #tab-2 label.package:hover,
  .last-tab #tab-2 label.package:hover {
    border: 1px solid #007dc2;
    border-left: 3px solid #007dc2;
    background: #fafafa;
  }
  #contact-form #tab-2 label.package .col-md-6,
  .last-tab #tab-2 label.package .col-md-6 {
    width: 100%;
    float: none;
  }
  #contact-form #tab-2 label.package .col-md-6 .row.prices-row .col-md-7,
  .last-tab #tab-2 label.package .col-md-6 .row.prices-row .col-md-7 {
    width: 70%;
    float: left;
  }
  #contact-form #tab-2 label.package .col-md-6 .row.prices-row .col-md-5,
  .last-tab #tab-2 label.package .col-md-6 .row.prices-row .col-md-5 {
    width: 30%;
    float: left;
  }
  #contact-form #tab-2 label.package .prices-row,
  .last-tab #tab-2 label.package .prices-row {
    padding: 0;
  }
  #contact-form #tab-2 label.package .prices-row .col-md-2,
  .last-tab #tab-2 label.package .prices-row .col-md-2,
  #contact-form #tab-2 label.package .prices-row .col-md-10,
  .last-tab #tab-2 label.package .prices-row .col-md-10 {
    padding: 0;
  }
  #contact-form #tab-2 label.package .prices-row .col-md-2,
  .last-tab #tab-2 label.package .prices-row .col-md-2 {
    width: 25%;
  }
  #contact-form #tab-2 label.package .prices-row .col-md-10,
  .last-tab #tab-2 label.package .prices-row .col-md-10 {
    width: 75%;
  }
  #contact-form #tab-2 label.package .package-name,
  .last-tab #tab-2 label.package .package-name {
    font-size: 24px;
    color: #363636;
    margin: 6px 0 30px 15px;
    padding: 0;
  }
  #contact-form #tab-2 label.package .package-desc,
  .last-tab #tab-2 label.package .package-desc {
    font-size: 18px;
    color: #363636;
    margin-top: -20px;
  }
  #contact-form #tab-2 label.package .package-price,
  .last-tab #tab-2 label.package .package-price {
    font-family: 'roboto_condensedbold';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    color: #007dc2;
    text-align: left;
    margin-top: 0;
    float: left;
  }
  #contact-form #tab-2 label.package .package-price.one-field,
  .last-tab #tab-2 label.package .package-price.one-field {
    margin-top: 0px;
  }
  #contact-form #tab-2 label.package .package-setup-price,
  .last-tab #tab-2 label.package .package-setup-price {
    color: #363636;
    font-size: 18px;
    text-align: left;
    float: left;
    margin-left: 20px;
    margin-top: 7px;
  }
  #contact-form #tab-2 label.package .checkbox-holder,
  .last-tab #tab-2 label.package .checkbox-holder {
    margin-top: -27px;
  }
  #contact-form #tab-2 label.package .checkbox-holder [type="radio"]:checked + span,
  .last-tab #tab-2 label.package .checkbox-holder [type="radio"]:checked + span,
  #contact-form #tab-2 label.package .checkbox-holder [type="checkbox"]:checked + span,
  .last-tab #tab-2 label.package .checkbox-holder [type="checkbox"]:checked + span {
    font-size: 0;
    width: 32px;
    height: 32px;
    background: url('../img/form/checkmark.png') no-repeat top center;
    background-size: cover;
    display: block;
    margin-top: -27px;
    margin-left: auto;
    margin-right: auto;
  }
  #contact-form #tab-2 label.package .checkbox-holder [type="radio"]:not(:checked) + span,
  .last-tab #tab-2 label.package .checkbox-holder [type="radio"]:not(:checked) + span,
  #contact-form #tab-2 label.package .checkbox-holder [type="checkbox"]:not(:checked) + span,
  .last-tab #tab-2 label.package .checkbox-holder [type="checkbox"]:not(:checked) + span {
    width: 67px;
    margin-left: auto;
    margin-right: auto;
    color: red;
    display: block;
    font-size: 22px;
    padding-top: 0px;
  }
  #contact-form #tab-3 .textarea-holder,
  .last-tab #tab-3 .textarea-holder {
    position: relative;
  }
  #contact-form #tab-3 .textarea-holder textarea,
  .last-tab #tab-3 .textarea-holder textarea {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 167px;
    resize: vertical;
    padding: 26px 20px 10px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    color: #363636;
  }
  #contact-form #tab-3 .textarea-holder textarea:focus,
  .last-tab #tab-3 .textarea-holder textarea:focus {
    border: 1px solid #007dc2;
  }
  #contact-form #tab-3 .textarea-holder ._placeholder,
  .last-tab #tab-3 .textarea-holder ._placeholder {
    font-size: 20px;
    top: 20px;
    margin-left: 20px;
  }
  #contact-form #tab-4 .btn-blue,
  .last-tab #tab-4 .btn-blue {
    margin-top: 0;
  }
  #contact-form #tab-4 .coupon-validation-message,
  .last-tab #tab-4 .coupon-validation-message {
    font-size: 16px;
  }
  #contact-form #tab-4 .coupon-validation-message .error,
  .last-tab #tab-4 .coupon-validation-message .error {
    color: #fa755a;
  }
  #contact-form #tab-4 .coupon-validation-message .valid,
  .last-tab #tab-4 .coupon-validation-message .valid {
    color: #007dc2;
  }
  #contact-form #tab-4 .btn-coupon i,
  .last-tab #tab-4 .btn-coupon i {
    display: none;
  }
  #contact-form #tab-4 .btn-coupon.working,
  .last-tab #tab-4 .btn-coupon.working {
    line-height: 1em;
  }
  #contact-form #tab-4 .btn-coupon.working span,
  .last-tab #tab-4 .btn-coupon.working span {
    display: none;
  }
  #contact-form #tab-4 .btn-coupon.working i,
  .last-tab #tab-4 .btn-coupon.working i {
    -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
    animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
    display: inline;
    font-size: 20px;
    line-height: 44px;
  }
  #contact-form .submitting .order-btn,
  .last-tab .submitting .order-btn {
    -webkit-animation: color-change-2x 2s linear infinite alternate both;
    animation: color-change-2x 2s linear infinite alternate both;
  }
  #contact-form .submitting .order-btn span,
  .last-tab .submitting .order-btn span {
    display: none;
  }
  #contact-form .submitting .order-btn i,
  .last-tab .submitting .order-btn i {
    -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
    animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
    font-size: 28px;
    margin-top: -8px;
    display: flex;
    align-self: center;
    justify-content: center;
  }
  #contact-form .payment-form-container,
  .last-tab .payment-form-container {
    width: 476px;
    margin-left: auto;
    margin-right: auto;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
  }
  #contact-form .payment-form-container i,
  .last-tab .payment-form-container i {
    font-size: 20px;
    height: 22px;
    display: none;
  }
  #contact-form .payment-form-container .StripeElement,
  .last-tab .payment-form-container .StripeElement {
    height: 40px;
    padding: 10px 0;
    border-bottom: 1px solid #908F8F;
  }
  #contact-form .payment-form-container .StripeElement--focus,
  .last-tab .payment-form-container .StripeElement--focus {
    border-bottom: 1px solid #007dc2;
  }
  #contact-form .payment-form-container .StripeElement--invalid,
  .last-tab .payment-form-container .StripeElement--invalid {
    border-bottom: 1px solid #fa755a;
  }
  #contact-form #card-errors,
  .last-tab #card-errors {
    color: #fa755a !important;
    font-size: 17px !important;
  }
  #contact-form .methods-list,
  .last-tab .methods-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  #contact-form .methods-list li,
  .last-tab .methods-list li {
    float: left;
    margin-right: 6px;
  }
  #contact-form .methods-list li img,
  .last-tab .methods-list li img {
    height: 38px;
    width: auto;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .form-tab-holder {
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    font-style: normal;
    margin: 0 -9px 42px;
  }
  .form-tab-holder .col-md-2 {
    width: 33%;
    padding: 0 2px;
    float: left;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .form-tab-holder .col-md-2:nth-child(5) {
    margin-right: 0 !important;
  }
  .form-tab-holder .col-md-2:nth-child(5) .num {
    margin-top: 0px;
  }
  .form-tab-holder .form-tab {
    width: 100%;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
    color: #fff;
  }
  .form-tab-holder .form-tab.active:after {
    display: none;
  }
  .form-tab-holder .form-tab .num {
    font-size: 76px;
    margin-top: 1px;
    display: block;
    font-weight: 900;
    float: left;
    font-family: "Arial Black";
    margin-left: 2px;
  }
  .form-tab-holder .form-tab .tab-name {
    font-size: 16px;
    padding-left: 20px;
    line-height: 20px;
    width: 30%;
    padding-top: 8px;
    display: inline-block;
    vertical-align: top;
  }
  #contact-form .btn-blue,
  .last-tab .btn-blue {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    width: 198px;
    background: #007dc2;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  #contact-form .btn-blue:hover,
  .last-tab .btn-blue:hover {
    background: #009ef5;
  }
  #contact-form .btn-red,
  .last-tab .btn-red {
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #FF0000;
    height: 65px;
    line-height: 65px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    width: 100%;
    margin: 30px 0 36px;
    cursor: pointer;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  #contact-form .btn-red:hover,
  .last-tab .btn-red:hover {
    background: #ff3333;
  }
  #contact-form h3.blue-header,
  .last-tab h3.blue-header {
    font-size: 25px;
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    margin: 30px 0 30px;
  }
  #contact-form .after-header,
  .last-tab .after-header {
    text-align: center;
    color: #363636;
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 16px;
  }
  #contact-form label,
  .last-tab label {
    font-size: 20px;
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    font-style: normal;
  }
  #contact-form .input-row,
  .last-tab .input-row {
    margin: 0 -25px;
  }
  #contact-form .input-row.rep-inputs,
  .last-tab .input-row.rep-inputs {
    display: none;
  }
  #contact-form .input-row.rep-inputs.active,
  .last-tab .input-row.rep-inputs.active {
    display: block;
  }
  #contact-form .input-row .col-md-6,
  .last-tab .input-row .col-md-6,
  #contact-form .input-row .col-pad,
  .last-tab .input-row .col-pad {
    padding: 0 25px;
  }
  #contact-form .input-row .input-holder,
  .last-tab .input-row .input-holder {
    margin-bottom: 26px;
    position: relative;
  }
  #contact-form .input-row .input-holder input,
  .last-tab .input-row .input-holder input {
    height: 45px;
    font-size: 20px;
    background: transparent;
    border-bottom: 1px solid #908f8f;
    width: 100%;
    color: #363636;
  }
  #contact-form .input-row .input-holder input:focus,
  .last-tab .input-row .input-holder input:focus {
    border-bottom: 1px solid #007dc2;
  }
  #contact-form #tab-2 h3.blue-header,
  .last-tab #tab-2 h3.blue-header {
    margin: 0 0 30px;
  }
  #contact-form #tab-2 .tab-next-holder,
  .last-tab #tab-2 .tab-next-holder {
    margin: 5px 0 20px 0;
  }
  #contact-form #tab-2 .tab-next-holder .tab-next,
  .last-tab #tab-2 .tab-next-holder .tab-next {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 16px;
    color: #fff;
    background: #007dc2;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  #contact-form #tab-2 .tab-next-holder .tab-next:hover,
  .last-tab #tab-2 .tab-next-holder .tab-next:hover {
    text-decoration: none;
    background: #005c8f;
  }
  #contact-form #tab-2 .card-header,
  .last-tab #tab-2 .card-header {
    line-height: 30px;
  }
  #contact-form #tab-2 .card-header .glyphicon,
  .last-tab #tab-2 .card-header .glyphicon {
    position: absolute !important;
    margin-top: -5px;
    right: 0;
  }
  #contact-form #tab-2 .card-header a h3.blue-header,
  .last-tab #tab-2 .card-header a h3.blue-header {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 2px solid #007dc2;
    padding-bottom: 8px;
    font-size: 24px;
  }
  #contact-form #tab-2 .collapse,
  .last-tab #tab-2 .collapse {
    overflow: hidden;
  }
  #contact-form #tab-2 a.collapsed i.glyphicon,
  .last-tab #tab-2 a.collapsed i.glyphicon {
    margin-top: 2px;
    right: 3px;
  }
  #contact-form #tab-2 .collapse .col-md-6,
  .last-tab #tab-2 .collapse .col-md-6 {
    width: 100%;
    float: left;
  }
  #contact-form #tab-2 label.package,
  .last-tab #tab-2 label.package {
    border: 1px solid black;
    border-left: 3px solid #007dc2;
    padding: 15px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 28px;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  #contact-form #tab-2 label.package:hover,
  .last-tab #tab-2 label.package:hover {
    border: 1px solid #007dc2;
    border-left: 3px solid #007dc2;
    background: #fafafa;
  }
  #contact-form #tab-2 label.package .col-md-6,
  .last-tab #tab-2 label.package .col-md-6 {
    width: 100%;
    float: none;
  }
  #contact-form #tab-2 label.package .col-md-6 .row.prices-row .col-md-7,
  .last-tab #tab-2 label.package .col-md-6 .row.prices-row .col-md-7 {
    width: 70%;
    float: left;
  }
  #contact-form #tab-2 label.package .col-md-6 .row.prices-row .col-md-5,
  .last-tab #tab-2 label.package .col-md-6 .row.prices-row .col-md-5 {
    width: 30%;
    float: left;
  }
  #contact-form #tab-2 label.package .prices-row,
  .last-tab #tab-2 label.package .prices-row {
    padding: 0;
  }
  #contact-form #tab-2 label.package .prices-row .col-md-2,
  .last-tab #tab-2 label.package .prices-row .col-md-2,
  #contact-form #tab-2 label.package .prices-row .col-md-10,
  .last-tab #tab-2 label.package .prices-row .col-md-10 {
    padding: 0;
  }
  #contact-form #tab-2 label.package .prices-row .col-md-2,
  .last-tab #tab-2 label.package .prices-row .col-md-2 {
    width: 25%;
  }
  #contact-form #tab-2 label.package .prices-row .col-md-10,
  .last-tab #tab-2 label.package .prices-row .col-md-10 {
    width: 75%;
  }
  #contact-form #tab-2 label.package .package-name,
  .last-tab #tab-2 label.package .package-name {
    font-size: 24px;
    color: #363636;
    margin: 6px 0 30px 15px;
    padding: 0;
  }
  #contact-form #tab-2 label.package .package-desc,
  .last-tab #tab-2 label.package .package-desc {
    font-size: 18px;
    color: #363636;
    margin-top: -20px;
  }
  #contact-form #tab-2 label.package .package-price,
  .last-tab #tab-2 label.package .package-price {
    font-family: 'roboto_condensedbold';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    color: #007dc2;
    text-align: left;
    margin-top: 0;
    float: left;
  }
  #contact-form #tab-2 label.package .package-price.one-field,
  .last-tab #tab-2 label.package .package-price.one-field {
    margin-top: 0px;
  }
  #contact-form #tab-2 label.package .package-setup-price,
  .last-tab #tab-2 label.package .package-setup-price {
    color: #363636;
    font-size: 18px;
    text-align: left;
    float: left;
    margin-left: 20px;
    margin-top: 6px;
  }
  #contact-form #tab-2 label.package .checkbox-holder,
  .last-tab #tab-2 label.package .checkbox-holder {
    margin-top: -27px;
  }
  #contact-form #tab-2 label.package .checkbox-holder [type="radio"]:checked + span,
  .last-tab #tab-2 label.package .checkbox-holder [type="radio"]:checked + span,
  #contact-form #tab-2 label.package .checkbox-holder [type="checkbox"]:checked + span,
  .last-tab #tab-2 label.package .checkbox-holder [type="checkbox"]:checked + span {
    font-size: 0;
    width: 32px;
    height: 32px;
    background: url('../img/form/checkmark.png') no-repeat top center;
    background-size: cover;
    display: block;
    margin-top: -27px;
    margin-left: auto;
    margin-right: auto;
  }
  #contact-form #tab-2 label.package .checkbox-holder [type="radio"]:not(:checked) + span,
  .last-tab #tab-2 label.package .checkbox-holder [type="radio"]:not(:checked) + span,
  #contact-form #tab-2 label.package .checkbox-holder [type="checkbox"]:not(:checked) + span,
  .last-tab #tab-2 label.package .checkbox-holder [type="checkbox"]:not(:checked) + span {
    width: 67px;
    margin-left: auto;
    margin-right: auto;
    color: red;
    display: block;
    font-size: 22px;
    padding-top: 0px;
  }
  #contact-form #tab-3 .textarea-holder,
  .last-tab #tab-3 .textarea-holder {
    position: relative;
  }
  #contact-form #tab-3 .textarea-holder textarea,
  .last-tab #tab-3 .textarea-holder textarea {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 167px;
    resize: vertical;
    padding: 26px 20px 10px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    color: #363636;
  }
  #contact-form #tab-3 .textarea-holder textarea:focus,
  .last-tab #tab-3 .textarea-holder textarea:focus {
    border: 1px solid #007dc2;
  }
  #contact-form #tab-3 .textarea-holder ._placeholder,
  .last-tab #tab-3 .textarea-holder ._placeholder {
    font-size: 20px;
    top: 20px;
    margin-left: 20px;
  }
  #contact-form #tab-4 .btn-blue,
  .last-tab #tab-4 .btn-blue {
    margin-top: 0;
  }
  #contact-form #tab-4 .coupon-validation-message,
  .last-tab #tab-4 .coupon-validation-message {
    font-size: 16px;
  }
  #contact-form #tab-4 .coupon-validation-message .error,
  .last-tab #tab-4 .coupon-validation-message .error {
    color: #fa755a;
  }
  #contact-form #tab-4 .coupon-validation-message .valid,
  .last-tab #tab-4 .coupon-validation-message .valid {
    color: #007dc2;
  }
  #contact-form #tab-4 .btn-coupon i,
  .last-tab #tab-4 .btn-coupon i {
    display: none;
  }
  #contact-form #tab-4 .btn-coupon.working,
  .last-tab #tab-4 .btn-coupon.working {
    line-height: 1em;
  }
  #contact-form #tab-4 .btn-coupon.working span,
  .last-tab #tab-4 .btn-coupon.working span {
    display: none;
  }
  #contact-form #tab-4 .btn-coupon.working i,
  .last-tab #tab-4 .btn-coupon.working i {
    -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
    animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
    display: inline;
    font-size: 20px;
    line-height: 44px;
  }
  #contact-form .submitting .order-btn,
  .last-tab .submitting .order-btn {
    -webkit-animation: color-change-2x 2s linear infinite alternate both;
    animation: color-change-2x 2s linear infinite alternate both;
  }
  #contact-form .submitting .order-btn span,
  .last-tab .submitting .order-btn span {
    display: none;
  }
  #contact-form .submitting .order-btn i,
  .last-tab .submitting .order-btn i {
    -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
    animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
    font-size: 28px;
    margin-top: -8px;
    display: flex;
    align-self: center;
    justify-content: center;
  }
  #contact-form .payment-form-container,
  .last-tab .payment-form-container {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
  }
  #contact-form .payment-form-container .order-btn,
  .last-tab .payment-form-container .order-btn {
    margin: 20px 0;
    height: 55px;
    line-height: 55px;
  }
  #contact-form .payment-form-container i,
  .last-tab .payment-form-container i {
    font-size: 20px;
    height: 22px;
    display: none;
  }
  #contact-form .payment-form-container .StripeElement,
  .last-tab .payment-form-container .StripeElement {
    height: 40px;
    padding: 10px 0;
    border-bottom: 1px solid #908F8F;
  }
  #contact-form .payment-form-container .StripeElement--focus,
  .last-tab .payment-form-container .StripeElement--focus {
    border-bottom: 1px solid #007dc2;
  }
  #contact-form .payment-form-container .StripeElement--invalid,
  .last-tab .payment-form-container .StripeElement--invalid {
    border-bottom: 1px solid #fa755a;
  }
  #contact-form #card-errors,
  .last-tab #card-errors {
    color: #fa755a !important;
    font-size: 17px !important;
  }
  #contact-form .methods-list,
  .last-tab .methods-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  #contact-form .methods-list li,
  .last-tab .methods-list li {
    float: left;
    margin-right: 6px;
  }
  #contact-form .methods-list li img,
  .last-tab .methods-list li img {
    height: 38px;
    width: auto;
  }
}
@media (max-width: 480px) {
  .form-tab-holder {
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    font-style: normal;
    margin: 0 -9px 42px;
  }
  .form-tab-holder .col-md-2 {
    width: 50%;
    padding: 0 2px;
    float: left;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .form-tab-holder .col-md-2:nth-child(5) {
    margin-right: 0 !important;
  }
  .form-tab-holder .col-md-2:nth-child(5) .num {
    margin-top: 0px;
  }
  .form-tab-holder .form-tab {
    width: 100%;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
    color: #fff;
  }

  .form-tab-holder .form-tab.active:after {
    display: none;
  }
  .form-tab-holder .form-tab .num {
    font-size: 65px;
    margin-top: 1px;
    display: block;
    font-weight: 900;
    float: left;
    font-family: "Arial Black";
    margin-left: 2px;
  }
  .form-tab-holder .form-tab .tab-name {
    font-size: 16px;
    padding-left: 20px;
    line-height: 20px;
    width: 30%;
    padding-top: 4px;
    display: inline-block;
    vertical-align: top;
  }
  #contact-form .btn-blue,
  .last-tab .btn-blue {
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    width: 160px;
    background: #007dc2;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  #contact-form .btn-blue:hover,
  .last-tab .btn-blue:hover {
    background: #009ef5;
  }
  #contact-form .btn-red,
  .last-tab .btn-red {
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: #FF0000;
    height: 45px;
    line-height: 45px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    width: 100%;
    margin: 30px 0 36px;
    cursor: pointer;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  #contact-form .btn-red:hover,
  .last-tab .btn-red:hover {
    background: #ff3333;
  }
  #contact-form h3.blue-header,
  .last-tab h3.blue-header {
    font-size: 24px;
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    margin: 30px 0 30px;
  }
  #contact-form .after-header,
  .last-tab .after-header {
    text-align: center;
    color: #363636;
    margin-top: -10px;
    margin-bottom: 30px;
    font-size: 15px;
  }
  #contact-form label,
  .last-tab label {
    font-size: 20px;
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    font-style: normal;
  }
  #contact-form .input-row,
  .last-tab .input-row {
    margin: 0 -25px;
  }
  #contact-form .input-row.rep-inputs,
  .last-tab .input-row.rep-inputs {
    display: none;
  }
  #contact-form .input-row.rep-inputs.active,
  .last-tab .input-row.rep-inputs.active {
    display: block;
  }
  #contact-form .input-row .col-md-6,
  .last-tab .input-row .col-md-6,
  #contact-form .input-row .col-pad,
  .last-tab .input-row .col-pad {
    padding: 0 25px;
  }
  #contact-form .input-row .input-holder,
  .last-tab .input-row .input-holder {
    margin-bottom: 20px;
    position: relative;
  }
  #contact-form .input-row .input-holder input,
  .last-tab .input-row .input-holder input {
    height: 45px;
    font-size: 20px;
    background: transparent;
    border-bottom: 1px solid #908f8f;
    width: 100%;
    color: #363636;
  }
  #contact-form .input-row .input-holder input:focus,
  .last-tab .input-row .input-holder input:focus {
    border-bottom: 1px solid #007dc2;
  }
  #contact-form #tab-2 h3.blue-header,
  .last-tab #tab-2 h3.blue-header {
    margin: 0 0 30px;
    font-size: 22px;
  }
  #contact-form #tab-2 .tab-next-holder,
  .last-tab #tab-2 .tab-next-holder {
    margin: 5px 0 20px 0;
  }
  #contact-form #tab-2 .tab-next-holder .tab-next,
  .last-tab #tab-2 .tab-next-holder .tab-next {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 16px;
    color: #fff;
    background: #007dc2;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  #contact-form #tab-2 .tab-next-holder .tab-next:hover,
  .last-tab #tab-2 .tab-next-holder .tab-next:hover {
    text-decoration: none;
    background: #005c8f;
  }
  #contact-form #tab-2 .card-header,
  .last-tab #tab-2 .card-header {
    line-height: 30px;
  }
  #contact-form #tab-2 .card-header .glyphicon,
  .last-tab #tab-2 .card-header .glyphicon {
    position: absolute !important;
    margin-top: -5px;
    right: 0;
  }
  #contact-form #tab-2 .card-header a h3.blue-header,
  .last-tab #tab-2 .card-header a h3.blue-header {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 2px solid #007dc2;
    padding-bottom: 8px;
    font-size: 20px;
  }
  #contact-form #tab-2 .collapse,
  .last-tab #tab-2 .collapse {
    overflow: hidden;
  }
  #contact-form #tab-2 a.collapsed i.glyphicon,
  .last-tab #tab-2 a.collapsed i.glyphicon {
    margin-top: 2px;
    right: 3px;
  }
  #contact-form #tab-2 .collapse .col-md-6,
  .last-tab #tab-2 .collapse .col-md-6 {
    width: 100%;
    float: left;
  }
  #contact-form #tab-2 label.package,
  .last-tab #tab-2 label.package {
    border: 1px solid black;
    border-left: 3px solid #007dc2;
    padding: 15px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 28px;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  #contact-form #tab-2 label.package:hover,
  .last-tab #tab-2 label.package:hover {
    border: 1px solid #007dc2;
    border-left: 3px solid #007dc2;
    background: #fafafa;
  }
  #contact-form #tab-2 label.package .col-md-6,
  .last-tab #tab-2 label.package .col-md-6 {
    width: 100%;
    float: none;
  }
  #contact-form #tab-2 label.package .col-md-6 .row.prices-row .col-md-7,
  .last-tab #tab-2 label.package .col-md-6 .row.prices-row .col-md-7 {
    width: 70%;
    float: left;
  }
  #contact-form #tab-2 label.package .col-md-6 .row.prices-row .col-md-5,
  .last-tab #tab-2 label.package .col-md-6 .row.prices-row .col-md-5 {
    width: 30%;
    float: left;
  }
  #contact-form #tab-2 label.package .prices-row,
  .last-tab #tab-2 label.package .prices-row {
    padding: 0;
  }
  #contact-form #tab-2 label.package .prices-row .col-md-2,
  .last-tab #tab-2 label.package .prices-row .col-md-2,
  #contact-form #tab-2 label.package .prices-row .col-md-10,
  .last-tab #tab-2 label.package .prices-row .col-md-10 {
    padding: 0;
  }
  #contact-form #tab-2 label.package .prices-row .col-md-2,
  .last-tab #tab-2 label.package .prices-row .col-md-2 {
    width: 25%;
  }
  #contact-form #tab-2 label.package .prices-row .col-md-10,
  .last-tab #tab-2 label.package .prices-row .col-md-10 {
    width: 75%;
  }
  #contact-form #tab-2 label.package .package-name,
  .last-tab #tab-2 label.package .package-name {
    font-size: 22px;
    line-height: 1.2em;
    color: #363636;
    margin: 0px 0 15px 15px;
    padding: 0;
  }
  #contact-form #tab-2 label.package .package-desc,
  .last-tab #tab-2 label.package .package-desc {
    font-size: 16px;
    color: #363636;
    margin-top: -10px;
  }
  #contact-form #tab-2 label.package .package-price,
  .last-tab #tab-2 label.package .package-price {
    font-family: 'roboto_condensedbold';
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    color: #007dc2;
    text-align: left;
    margin-top: 0;
    float: none;
  }
  #contact-form #tab-2 label.package .package-price.one-field,
  .last-tab #tab-2 label.package .package-price.one-field {
    margin-top: 0px;
  }
  #contact-form #tab-2 label.package .package-setup-price,
  .last-tab #tab-2 label.package .package-setup-price {
    color: #363636;
    font-size: 18px;
    text-align: left;
    float: none;
    margin-left: 0;
    margin-top: 0;
  }
  #contact-form #tab-2 label.package .checkbox-holder,
  .last-tab #tab-2 label.package .checkbox-holder {
    margin-top: 7px;
  }
  #contact-form #tab-2 label.package .checkbox-holder [type="radio"]:checked + span,
  .last-tab #tab-2 label.package .checkbox-holder [type="radio"]:checked + span,
  #contact-form #tab-2 label.package .checkbox-holder [type="checkbox"]:checked + span,
  .last-tab #tab-2 label.package .checkbox-holder [type="checkbox"]:checked + span {
    font-size: 0;
    width: 32px;
    height: 32px;
    background: url('../img/form/checkmark.png') no-repeat top center;
    background-size: cover;
    display: block;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
  }
  #contact-form #tab-2 label.package .checkbox-holder [type="radio"]:not(:checked) + span,
  .last-tab #tab-2 label.package .checkbox-holder [type="radio"]:not(:checked) + span,
  #contact-form #tab-2 label.package .checkbox-holder [type="checkbox"]:not(:checked) + span,
  .last-tab #tab-2 label.package .checkbox-holder [type="checkbox"]:not(:checked) + span {
    width: 67px;
    margin-left: auto;
    margin-right: auto;
    color: red;
    display: block;
    font-size: 22px;
    padding-top: 0px;
  }
  #contact-form #tab-3 .textarea-holder,
  .last-tab #tab-3 .textarea-holder {
    position: relative;
  }
  #contact-form #tab-3 .textarea-holder textarea,
  .last-tab #tab-3 .textarea-holder textarea {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 120px;
    resize: vertical;
    padding: 15px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #363636;
  }
  #contact-form #tab-3 .textarea-holder textarea:focus,
  .last-tab #tab-3 .textarea-holder textarea:focus {
    border: 1px solid #007dc2;
  }
  #contact-form #tab-3 .textarea-holder ._placeholder,
  .last-tab #tab-3 .textarea-holder ._placeholder {
    font-size: 16px;
    top: 10px;
    margin-left: 15px;
  }
  #contact-form #tab-4 .btn-blue,
  .last-tab #tab-4 .btn-blue {
    margin-top: 0;
  }
  #contact-form #tab-4 .coupon-validation-message,
  .last-tab #tab-4 .coupon-validation-message {
    font-size: 16px;
  }
  #contact-form #tab-4 .coupon-validation-message .error,
  .last-tab #tab-4 .coupon-validation-message .error {
    color: #fa755a;
  }
  #contact-form #tab-4 .coupon-validation-message .valid,
  .last-tab #tab-4 .coupon-validation-message .valid {
    color: #007dc2;
  }
  #contact-form #tab-4 .btn-coupon i,
  .last-tab #tab-4 .btn-coupon i {
    display: none;
  }
  #contact-form #tab-4 .btn-coupon.working,
  .last-tab #tab-4 .btn-coupon.working {
    line-height: 1em;
  }
  #contact-form #tab-4 .btn-coupon.working span,
  .last-tab #tab-4 .btn-coupon.working span {
    display: none;
  }
  #contact-form #tab-4 .btn-coupon.working i,
  .last-tab #tab-4 .btn-coupon.working i {
    -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
    animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
    display: inline;
    font-size: 20px;
    line-height: 44px;
  }
  #contact-form.last-tab h3.blue-header,
  .last-tab.last-tab h3.blue-header {
    margin-top: -17px;
  }
  #contact-form .submitting .order-btn,
  .last-tab .submitting .order-btn {
    -webkit-animation: color-change-2x 2s linear infinite alternate both;
    animation: color-change-2x 2s linear infinite alternate both;
  }
  #contact-form .submitting .order-btn span,
  .last-tab .submitting .order-btn span {
    display: none;
  }
  #contact-form .submitting .order-btn i,
  .last-tab .submitting .order-btn i {
    -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
    animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
    font-size: 28px;
    margin-top: -8px;
    display: flex;
    align-self: center;
    justify-content: center;
  }
  #contact-form .payment-form-container,
  .last-tab .payment-form-container {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-top: -10px;
  }
  #contact-form .payment-form-container .order-btn,
  .last-tab .payment-form-container .order-btn {
    margin: 0 0 20px;
    height: 45px;
    line-height: 45px;
  }
  #contact-form .payment-form-container i,
  .last-tab .payment-form-container i {
    font-size: 20px;
    height: 22px;
    display: none;
  }
  #contact-form .payment-form-container .StripeElement,
  .last-tab .payment-form-container .StripeElement {
    height: 40px;
    padding: 10px 0;
    border-bottom: 1px solid #908F8F;
  }
  #contact-form .payment-form-container .StripeElement--focus,
  .last-tab .payment-form-container .StripeElement--focus {
    border-bottom: 1px solid #007dc2;
  }
  #contact-form .payment-form-container .StripeElement--invalid,
  .last-tab .payment-form-container .StripeElement--invalid {
    border-bottom: 1px solid #fa755a;
  }
  #contact-form #card-errors,
  .last-tab #card-errors {
    color: #fa755a !important;
    font-size: 17px !important;
  }
  #contact-form .methods-list,
  .last-tab .methods-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  #contact-form .methods-list li,
  .last-tab .methods-list li {
    float: left;
    margin-right: 6px;
  }
  #contact-form .methods-list li img,
  .last-tab .methods-list li img {
    height: 38px;
    width: auto;
  }
}

.form-to-check span {
  font-size: 13px;
  color: #ff0000;
  position: absolute;
  right: 3px;
  top: 5px;
  font-weight: normal;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
.form-to-check .input-holder.empty span.empty-message,.form-to-check .input-holder.invalid span.error-message {
  display: inline;
  height: 20px;
}

.order-btn.disabled {
  opacity: 0.3;
}

.order-btn {
  opacity: 1;
}

/* Base for label styling */

.small-check [type="checkbox"]:not(:checked),
.small-check [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.small-check [type="checkbox"]:not(:checked) + label,
.small-check [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.small-check [type="checkbox"]:not(:checked) + label:before,
.small-check [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: -10px;
  width: 18px;  height: 18px;
  border: 1px solid #CCCCCC;
  background: #fff;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
  outline: none;
}
/* checked mark aspect */
.small-check [type="checkbox"]:not(:checked) + label:after,
.small-check [type="checkbox"]:checked + label:after {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
  position: absolute;
  top:-8px; left: 2px;
  font-size: 14px;
  line-height: 1em;
  color: #007DC2;
  transition: all .2s;
}
/* checked mark aspect changes */
.small-check [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.small-check [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.small-check [type="checkbox"]:disabled:not(:checked) + label:before,
.small-check [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.small-check [type="checkbox"]:disabled:checked + label:after {
  color: #007DC2;
}
.small-check [type="checkbox"]:disabled + label {
  color: #007DC2;
}
/* accessibility */
.small-check [type="checkbox"]:checked:focus + label:before,
.small-check [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid ;
}

/*------- ADD CSS -------*/
#contact-form #tab-2 label.package.package012 {
    padding: 0 15px 15px;
    text-align: center;
    border: 1px solid #060c3e;
}
#contact-form #tab-2 label.package.package012 h4.package-name {
    background: #223885;
    margin: 0 0 15px;
    padding: 20px 15px;
    color: #fff;
    font-weight: 600;
}
.smtr, .lstr {
    color: #223885;
    font-weight: bold;
    font-size: 24px;
}
.lstr {
    font-size: 40px;
}
#contact-form #tab-2 label.package .checkbox-holder [type="radio"]:not(:checked) + span, 
.last-tab #tab-2 label.package .checkbox-holder [type="radio"]:not(:checked) + span, #contact-form #tab-2 label.package .checkbox-holder [type="checkbox"]:not(:checked) + span, .last-tab #tab-2 label.package .checkbox-holder [type="checkbox"]:not(:checked) + span {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    display: block;
    font-size: 28px;
    padding: 3px;
    background: #ffd300  ;
    max-width: 200px;
    margin-top: 18px;
    text-transform: uppercase;
    line-height: 45px;
}
.package012 .package-desc-cont li {
    margin-bottom: 10px;
}
.package012 ul {
    margin-bottom: 20px;
}
#contact-form #tab-2 label.package.package012 .checkbox-holder, .last-tab #tab-2 label.package.package012 .checkbox-holder {
    margin-top: 0;
}
.business-categories {
    margin-top: 20px;
}
.order-left {    
    padding: 0px 20px;
}
.order-left.order-left-last {
    border-left: 2px solid #223885;
}
.last-tab .order-left .row.input-row {
    margin-left: -15px;
    margin-right: -15px;
}
.order-left h3.blue-header.blue-header012 {
    margin-top: 0px !important;
}
.invoice012 {
    margin-top: 90px;
}
.last-tab .order-left  button.order-btn.btn-red{
    background: #ffd300   !important;
}
.order-left button.btn-blue.btn-coupon.ma {
    background: #223885;
    width: 100%;
}
.tab-data-holder.last-tab {
    margin-bottom: 35px;
}
.follow-box {
    overflow: hidden;
    padding: 24px 0 28px 0;
    background: #223885  ;
}
.heder-row p, .heder-row a {
    color: #fff;
    font-size: 17px;
}
.heder-row .navbar-brand_ img {
    width: auto;
    max-width: 125px;
}
.footer-logo img {
    margin: auto;
    margin-bottom: 20px;
    max-height: 71px;
}
footer.footer-demo p {
    font-size: 17px;
    color: #fff;
}
.invoice h3:after{
  display: none;
}
footer.footer-demo {
    padding: 45px 0 35px;
}

/*----------- Responsive Css -------------*/

@media screen and (max-width:480px){
.prc-tab .col-md-4 {
    width: 100%;
    margin-bottom: 15px;
}
.order-left.order-left-last {
    border-left: 0;
}
footer.footer-demo {
    padding: 30px 0 25px;
}
.tab-data-holder .next-btn {
    width: 40px;
    height: 40px;
    background-size: 40px;
}

}