body {
    background: #eee;
}

.bg-wht {
    background: #ffffff;
}

.btn-all {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px 0;
  animation-delay: 0.8s;
  background: #ef6603;
  color: #fff;
  border: 2px solid #ef6603;
}

.btn-all:hover {
  background: #ef6603;
  color: #fff;
  border: 2px solid #ef6603;
}


.uvnav {
    background: #161723;
    padding: 10px;
    border-bottom: 0
}

.company-name {
    font-size: 18px;
    color: #FFF
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #999
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FF9500;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.formlayout-section
{
    background: #FFF;
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #f1f1f1;
    -o-box-shadow: 0 0 5px #f1f1f1;
    -ms-box-shadow: 0 0 5px #f1f1f1;
    box-shadow: 0 0 5px #f1f1f1;
    margin-top: 0;
    border-radius:30px;
    padding:30px 10px 0 10px;
}

.input-group-addon {
    background: none;
    border-right: 0
}

.form-item {
    margin-bottom: 25px;
    height: 70px
}

.form-item input,
.form-item select {
    height: 40px;
    line-height: 30px;
    border-radius: 0
}

.form-item small {
    font-weight: normal;
    color: #666
}

label {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    margin-top: 0;
    color: #333
}

label span {
    font-size: 1rem
}

label.error {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal
}

input.error,
textarea.error {
    border: 1px solid red;
    font-weight: 300;
    color: red;
    background-color: #FFECEC
}

.form-h1 {
    font-size: 22px;
    font-weight: bold;
    color: #444;
    margin: 0 0 10px 15px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f1f1f1
}

.submit-btn {
    font-size: 22px;
    font-weight: bold
}

.offer-para {
    font-weight: bold
}

.custom-radio label {
    font-weight: normal
}

.autocomplete {
    position: relative;
    display: inline-block
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4
}

.autocomplete-items div:hover {
    background-color: #e9e9e9
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #fff
}

.footer {
    background: #ccc;
    padding: 20px 0;
    margin-top: 60px;
    text-align: center;
    color: #666
}

.footer a {
    color: #666
}