
.nc-contact-form {
  max-width: 760px;
  width: 100%;
  height: auto;
  background-color: #F3F3F3;
  padding: 20px 30px;
  display: inline-block;
}

.nc-contact-form input[type=file]:focus,
.nc-contact-form input[type=checkbox]:focus,
.nc-contact-form input[type=radio]:focus {
    outline: none;
}

.nc-contact-form input[type=radio] {
    margin-bottom: 0;
    box-shadow: #00000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
    width: 16px !important;
    height: 16px !important;
    border-radius: 15px;
    border-width: 2px;
    border: 2px solid #333;
    margin: 0 10px 0 20px;
}

.nc-contact-form input[type=radio]:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: relative;
    content: "";
    display: inline-block;
    visibility: visible;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
}

.nc-contact-form input[type=radio]:checked:after {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    top: -2px;
    left: 2px;
    position: relative;
    background-color: #000000;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid black;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
}

.nc-contact-form input[type=text] {
    border: 1px solid black !important;
    background-image: none !important;
    height: 26px !important;
    width:98% !important;
    padding-left: 3px !important;
    margin: 1px !important;
}

.nc-contact-form input[type=date] {
    border: 1px solid black !important;
    background-image: none !important;
    height: 24px !important;
    width:98% !important;
    padding-left: 3px !important;
}

.nc-contact-form input[type=number] {
    border: 1px solid black !important;
    background-image: none !important;
    height: 24px !important;
    width:98% !important;
    padding-left: 3px !important;
}

.nc-contact-form select {
    border: 1px solid black !important;
    background-image: none !important;
    padding-left: 3px !important;
    -webkit-border-radius: 0px;
    height: 29px !important;
    width: 100% !important;
    padding-left: 6px !important;
    padding-top: 3px !important;
    font-size: 14px !important;
    background-color: white;
}

.nc-contact-form .input-label {
    font-size: 15px;
}

.nc-contact-form .input-label.bold {
  font-size: 15px;
  font-weight: bold !important;
}

.nc-contact-form .input-group-2 .col-sm-6,
.nc-contact-form .input-group-2 .col-sm-4,
.nc-contact-form .input-group-2 .col-sm-8 {

    padding-right: 0px;
    padding-left: 0px;
}

.error {
    color: red;
    font-size: 10px;
}

.contact-input-textarea {
    border: 1px solid black !important;
    background-image: none !important;
    padding-left: 3px !important;
    width:100% !important;
}

.nc-contact-form input[type=checkbox] {
    margin-bottom: 0;
    box-shadow: #00000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid;
    margin: 0 10px 0 20px;
}

.nc-contact-form input[type=checkbox]:checked:after {
    font-family: FontAwesome;
    content: '\f00c';
    position: absolute;
    font-size: 0.80rem;
}
.nc-contact-form .section-header {
    font-weight: bold;
    /* border-bottom: 1px solid #000; */
    /* margin-bottom: 10px; */
    margin-top: 10px;
    margin-bottom: 10px
}

.nc-contact-form .col-sm-12 ,
.nc-contact-form .col-sm-4,
.nc-contact-form .col-sm-6,
.nc-contact-form .col-sm-8{
  padding-left: 0;
  padding-right: 0;
}

.nc-contact-form .row  {
  margin-left: 0;
  margin-right: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 12px;
  font-weight: normal;
}

.col-sm-12.main_options {
  padding-top: 5px;
  padding-top: 5px;
}

 button.nc-form-submit-button {
  text-align: center;
  background: #a51e22;
  color: #fff;
  border-radius: 5px;
  float: right;
  height: auto;
  width: auto;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 20px;
  margin: 0 auto;
}

.overlay {
  background-color: rgba(255, 255, 255, 0);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #000000;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
